Commit graph

30 commits

Author SHA1 Message Date
snj
b70890f6c3 No longer used. 2004-05-05 00:13:14 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
c941156cf5 bl3ify 2004-02-22 21:59:22 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
agc
a94f0a5a91 Fix from Dan Winship for opensp and openjade -
opensp was building against unproven-pthreads, but openjade
	was getting pth, so the link would fail.  Copy the related
	glue from opensp/Makefile to opensp/buildlink2.mk

fixes build problems in latest bulk builds.
2003-11-16 14:01:20 +00:00
wiz
46127051d0 Add patch to make this build with gcc3. Patch from
Submitter: Jim Gifford
 Origin: Debian OpenSP Maintainer
forwarded by Peter Seebs via PR 22901.
2003-09-23 08:10:14 +00:00
wiz
47abc68336 Add buildlink2.mk. 2003-09-23 06:59:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
f7ee5cdc55 Update to version 1.5.
Based on patch from Juan RP via PR pkg/20220.

Changes:
========
- The architecture engine supports #MAPTOKEN.
- The multibyte version of OpenSP now uses 32bit chars and supports
  the full UTF-16 range 0x0000-0x10ffff.
2003-02-15 00:26:19 +00:00
jlam
b2e52ad1b4 buildlink1 -> buildlink2 2002-10-09 10:27:29 +00:00
jlam
a773c1c5b0 Sort, and don't try to remove nonexistent ${PREFIX}/doc directory. 2002-08-02 18:10:50 +00:00
jlam
5340c707e0 Convert to use pthread.buildlink.mk. 2002-08-01 06:57:25 +00:00
agc
64aef96708 Make this package compile:
+ use NetBSD's libtool, rather than the one in the package
+ add USE_LIBINTL
2002-07-25 10:02:09 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
wiz
9bf0197387 Oops, fix path to perl directory. 2001-12-19 20:29:31 +00:00
wiz
42c85ce0e9 Add perl BUILD_DEPENDENCY. Should fix bulk build failure. 2001-12-19 20:28:53 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
d891c6457a Remove some dirrm's for share/locale that are now created by default. 2001-06-05 22:34:22 +00:00
wiz
abe16f0d08 Move to SHA1, and add size. 2001-05-09 13:04:06 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
zuntum
55d10f3e06 o CC=gcc -> CC="${CC}"
o fix quoting
2001-03-31 12:13:37 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
e633c2ff5a Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-30 13:57:44 +00:00
wiz
9b56c9fb8d Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads. 2000-12-28 16:49:36 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
hubertf
4410906fcd add CONFLICTS on sp/opensp 2000-06-07 22:14:18 +00:00
hubertf
4d9dc6cd71 Import OpenSP, SGMP parser, successor to "sp". 2000-05-23 17:20:45 +00:00