diff options
author | agc <agc@pkgsrc.org> | 1999-07-02 08:46:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-07-02 08:46:51 +0000 |
commit | 46fb8db2a228748c93c10f6b75c81b12cbd1e723 (patch) | |
tree | e96920cd5f8dab37a5467348d7204108c09b9b11 | |
parent | fd7b118f38aa1478da8c4a0a0894a28171ae8ab6 (diff) | |
download | pkgsrc-46fb8db2a228748c93c10f6b75c81b12cbd1e723.tar.gz |
For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion: mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
-rw-r--r-- | devel/diffutils/Makefile | 6 | ||||
-rw-r--r-- | devel/flex/Makefile | 4 | ||||
-rw-r--r-- | devel/gdb/Makefile | 4 | ||||
-rw-r--r-- | devel/rcs/Makefile | 4 | ||||
-rw-r--r-- | lang/egcs/Makefile | 4 | ||||
-rw-r--r-- | net/libpcap/Makefile | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile index da44b211cb5..f4ae253fec0 100644 --- a/devel/diffutils/Makefile +++ b/devel/diffutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:37 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/02 08:46:51 agc Exp $ # DISTNAME= diffutils-2.7 @@ -8,10 +8,10 @@ MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html -GNU_CONFIGURE= +GNU_CONFIGURE= yes INFO_FILES= diff.info -NOT_FOR_PLATFORM= NetBSD-*-* # in base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system .include "../../mk/bsd.pkg.mk" diff --git a/devel/flex/Makefile b/devel/flex/Makefile index 343eefac0d3..827755f0911 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 09:23:23 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/02 08:46:51 agc Exp $ # DISTNAME= flex-2.5.4a @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=flex/} MAINTAINER= packages@netbsd.org HOMEPAGE= -NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system WRKSRC= ${WRKDIR}/flex-2.5.4 diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 1bf54646ac5..8ee71eee15c 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 15:26:19 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/02 08:46:51 agc Exp $ # DISTNAME= gdb-4.18 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html -NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system MAKE_ENV+= CPPFLAGS= INFO_FILES= gdb.info gdbint.info stabs.info bfd.info diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 550850f327d..9bc2573c1d9 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:38 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/07/02 08:46:51 agc Exp $ # DISTNAME= rcs-5.7 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=rcs/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html -NOT_FOR_PLATFORM= NetBSD-*-* # in the base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system DEPENDS= diffutils-2.7:../../devel/diffutils diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 75cb52aea04..3054d646cf8 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:43 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:51 agc Exp $ # DISTNAME= egcs-1.1.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://egcs.cygnus.com/index.html GNU_CONFIGURE= yes -NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system PREFIX= ${LOCALBASE}/egcs diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 16beee5b0d8..43edd04bf2f 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:47 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:52 agc Exp $ # DISTNAME= libpcap-0.4 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= yes -NOT_FOR_PLATFORM= NetBSD-*-* # in base system +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system INSTALL_TARGET+= install-incl install-man |