Commit graph

16 commits

Author SHA1 Message Date
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
d88554c247 Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.
2002-08-07 06:10:32 +00:00
tron
82a5690679 Fix pattern for incompatible "curses" libraries so that "ncurses" is used
under e.g. "1.5.3_ALPHA".
2002-01-24 12:04:54 +00:00
wiz
89790776df newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately. 2001-12-30 21:19:12 +00:00
agc
5d8bc58d60 It would appear that this package really does need ncurses, so add a
USE_NCURSES to the package Makefile.

Fixes a problem on the recent 1.5.2 bulk build.
2001-12-30 20:58:50 +00:00
wiz
208fbb0040 Buildlinkify. 2001-12-25 17:40:26 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + 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:43:32 +00:00
wiz
362bb3b0df Update to 1.4.4, pkg/12280. ChangeLog not available. 2001-02-26 20:53:50 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
5ee8b5c8d9 Use standard functions instead of fiddling with curses internals. 2001-01-08 14:20:20 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
tron
ec9b599bf5 Import of new "nap" package:
Terminal based Napster client similar to ircII
2000-10-17 22:21:03 +00:00