diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 15:18:55 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 15:18:55 +0800 |
commit | 0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd (patch) | |
tree | 683128c556da152a66f86979fec2b58af04bcb70 /net | |
parent | eede100791e07e1ad872c7bc0fea24f2effc515d (diff) | |
download | freebsd-ports-gnome-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.tar.gz freebsd-ports-gnome-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.tar.zst freebsd-ports-gnome-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.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
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 6 | ||||
-rw-r--r-- | net/ncplib/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
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 |