-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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-*-*.
- Loading branch information
agc
committed
Jul 2, 1999
1 parent
fd7b118
commit 46fb8db
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
HOMEPAGE= | ||
|
||
NOT_FOR_PLATFORM= NetBSD-*-* # In NetBSD base system | ||
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system | ||
|
||
WRKSRC= ${WRKDIR}/flex-2.5.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | |
|
||
GNU_CONFIGURE= yes | ||
|
||
NOT_FOR_PLATFORM= NetBSD-*-* # in base system | ||
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system | ||
|
||
INSTALL_TARGET+= install-incl install-man | ||
|
||
|