View Single Post
  #3   (View Single Post)  
Old 5th February 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

From /usr/ports/Mk/bsd.port.mk

Code:
# IGNORE     - Package build should be skipped entirely (e.g.
#                      because of serious unfixable problems in the build,
#                      because it cannot be manually fetched, etc).  Error
#                      logs will not appear on pointyhat, so this should be
#                      used sparingly.
Code:
% cd /usr/ports/x11-drivers/xf86-video-vga
% make -V IGNORE
is marked as broken: Needs to be removed
% cd ../../devel/pecl-json/
% make -V IGNORE
cannot install: doesn't work with PHP version : 5 (Doesn't support PHP 5)
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote