diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-10 15:18:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-10 15:18:55 +0800 |
commit | 84b511cc00aa9cff97b07b925ea981c50860a542 (patch) | |
tree | b9e5be8838f7a723de1019151c921bd18d3b34ad | |
parent | fd04bde106f30e30cd9973fda07e944affde926a (diff) | |
download | freebsd-ports-gnome-84b511cc00aa9cff97b07b925ea981c50860a542.tar.gz freebsd-ports-gnome-84b511cc00aa9cff97b07b925ea981c50860a542.tar.zst freebsd-ports-gnome-84b511cc00aa9cff97b07b925ea981c50860a542.zip |
Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
-rw-r--r-- | audio/aureal-kmod/Makefile | 8 | ||||
-rw-r--r-- | devel/linux_kdump/Makefile | 4 | ||||
-rw-r--r-- | emulators/rtc/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware2/Makefile | 6 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 6 | ||||
-rw-r--r-- | graphics/kix-kmod/Makefile | 2 | ||||
-rw-r--r-- | graphics/plasma-kmod/Makefile | 2 | ||||
-rw-r--r-- | net/arla/Makefile | 6 | ||||
-rw-r--r-- | net/ncplib/Makefile | 2 | ||||
-rw-r--r-- | palm/uppc-kmod/Makefile | 2 | ||||
-rw-r--r-- | security/libparanoia/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cd9660_unicode/Makefile | 2 |
12 files changed, 23 insertions, 23 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 121658701499..01f508bbc5cd 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -39,7 +39,7 @@ VERSION_SOUND_C= VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} .if ${OSVERSION} < 410000 -BROKEN= "FreeBSD 3.*, 4.0 are not supported" +IGNORE= "FreeBSD 3.*, 4.0 are not supported" .elif ${OSVERSION} < 420000 # FreeBSD 4.1, 4.1.1 @@ -69,7 +69,7 @@ MAKE_ENV+= HAVE_KOBJ_PCM=1 .elif ${OSVERSION} < 500000 # FreeBSD 4.5+, 4.6, 4.7, 4.8- .if ${VERSION_SOUND_C_MINOR} < 12 -BROKEN= "Base system is outdated. This port needs -STABLE after 2002-04-22." +IGNORE= "Base system is outdated. This port needs -STABLE after 2002-04-22." .endif PORTVERSION= 1.3 PORTREVISION= 4 @@ -79,13 +79,13 @@ MAKE_ENV+= HAVE_KOBJ_PCM=1 .if ${OSVERSION} > 500000 # FreeBSD 5-CURRENT .if ${VERSION_SOUND_C_MINOR} < 70 -BROKEN= "Base system is outdated. This port needs -CURRENT after 2002-04-04." +IGNORE= "Base system is outdated. This port needs -CURRENT after 2002-04-04." .endif .endif # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/sound/pcm/sound.c) -BROKEN= "You need to extract kernel source tree before building this package" +IGNORE= "You need to extract kernel source tree before building this package" .endif pre-fetch: diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 1d57516f6849..7e176fd049e8 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -22,10 +22,10 @@ MAN1= linux_kdump.1 .include <bsd.port.pre.mk> .if !exists(/sys/i386/linux/syscalls.master) -BROKEN= "requires kernel source present in /sys" +IGNORE= "requires kernel source present in /sys" .endif .if !exists(/usr/src/usr.bin/ktrace/subr.c) -BROKEN= "requires ktrace source present in /usr/src/usr.bin/ktrace" +IGNORE= "requires ktrace source present in /usr/src/usr.bin/ktrace" .endif .include <bsd.port.post.mk> diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index e08e0ea1c14b..d622bd4f6298 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -33,11 +33,11 @@ SRC_BASE?= /usr/src .include <bsd.port.pre.mk> .if ${OSVERSION} < 400013 -BROKEN= "Systems prior to 400013 are out of support" +IGNORE= "Systems prior to 400013 are out of support" .endif .if !exists(${SRC_BASE}/sys/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif do-fetch: diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index 7244c5c3f642..5630434144e0 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -54,15 +54,15 @@ MODULES= vmmon vmnet .include <bsd.port.pre.mk> .if ${OSVERSION} < 400013 -BROKEN= "Systems prior to 400013 is out of support" +IGNORE= "Systems prior to 400013 is out of support" .endif .if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) -BROKEN= "This software absolutely requires Linux procfs support" +IGNORE= "This software absolutely requires Linux procfs support" .endif .if !exists(/${SRC_BASE}/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif .if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net) diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index ec767464f176..380efe7e6433 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -51,15 +51,15 @@ MODULES= vmmon vmnet .include <bsd.port.pre.mk> .if ${OSVERSION} < 480102 -BROKEN= "Systems prior to FreeBSD 480102 currently out of support" +IGNORE= "Systems prior to FreeBSD 480102 currently out of support" .endif .if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) -BROKEN= "This software absolutely requires Linux procfs support" +IGNORE= "This software absolutely requires Linux procfs support" .endif .if !exists(${SRC_BASE}/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif .if ${OSVERSION} < 500023 diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index d75451b9585e..2d858c421122 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jon@witchspace.com COMMENT= A graphical screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) -BROKEN= "Requires kernel source (/usr/src/sys) to build" +IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif do-install: diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 97af26334f67..0b12623c639b 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A plasma-effect screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) -BROKEN= "Requires kernel source (/usr/src/sys) to build" +IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif do-install: diff --git a/net/arla/Makefile b/net/arla/Makefile index 677d7c5cfcbd..ea43308f6035 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -13,16 +13,16 @@ MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= ports@FreeBSD.org COMMENT= A free AFS client implementation -BROKEN= "Does not build" +ROKEN= "Does not build" USE_XLIB= yes .if !exists(/usr/lib/libkafs.a) -BROKEN= requires kerberos +IGNORE= requires kerberos .endif .if !exists(/usr/src/sys/kern/vnode_if.src) -BROKEN= requires kernel source +IGNORE= requires kernel source .endif GNU_CONFIGURE= yes diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile index 5d1603af82f0..cb3b327cbc2e 100644 --- a/net/ncplib/Makefile +++ b/net/ncplib/Makefile @@ -14,7 +14,7 @@ MAINTAINER= bp@butya.kz COMMENT= Client for Novell NetWare servers .if !exists(/usr/src/sys/kern/vnode_if.src) -BROKEN= requires kernel source +IGNORE= requires kernel source .endif IS_INTERACTIVE= true diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 438e44d2d8ca..7d96a46df95d 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes .if !exists(/usr/src/sys/dev/usb/usb.h) -BROKEN= "Requires kernel source (/usr/src/sys) to build" +IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif post-build: diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile index 48801644277a..d4ea7fcbdd61 100644 --- a/security/libparanoia/Makefile +++ b/security/libparanoia/Makefile @@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes # which may differ from release to release. .if !exists(/usr/src/lib/libc) -BROKEN= You need to have libc sources installed in /usr/src/lib/libc \ +IGNORE= You need to have libc sources installed in /usr/src/lib/libc \ before compiling. .endif diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile index eb85fe3807dc..cf2a03af4bf8 100644 --- a/sysutils/cd9660_unicode/Makefile +++ b/sysutils/cd9660_unicode/Makefile @@ -26,7 +26,7 @@ FLAG!= /usr/bin/grep -e cd9660_wchar2char \ /usr/bin/true .if (${FLAG} == "") -BROKEN= "your FreeBSD version is not supported. Please update to the latest version and try again" +IGNORE= "your FreeBSD version is not supported. Please update to the latest version and try again" .endif .include <bsd.port.pre.mk> |