Commit graph

36 commits

Author SHA1 Message Date
tonnerre
b7effc8a26 Try to fix the checksums for the modified patches. (Created manually using
sha1sum under Linux. Greetings from Dornbirn/AT.)
2008-08-12 20:23:58 +00:00
tonnerre
f8be7652c1 Fix path in WML patches (was work/... for some reason). 2008-08-12 20:09:34 +00:00
tonnerre
b2cec6ec67 Add patches for wml privilege escalation (CVE-2008-0665 and CVE-2008-0666). 2008-07-13 20:35:46 +00:00
heinz
0dddb497e9 While here, added support for installation to DESTDIR. 2007-09-29 21:23:12 +00:00
heinz
85754019a7 Applied fix from PR pkg/30052 by Christian Gall. This makes the program
work again and enables a successful run of the "test" target.
2007-09-29 21:21:27 +00:00
rillig
a954175e14 Fixed gcc4 error message:
eperl_proto.h:56: error: array type has incomplete element type
2007-09-29 16:34:42 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
ac2a744c20 FOO_cmd variables should be set with =, not !=, since they're later
expanded when referenced as ${FOO_cmd:sh}.
2005-05-03 14:21:43 +00:00
jlam
f9325dcd62 Use :sh instead of != to defer evaluation until later in bsd.pkg.mk. 2005-04-28 23:37:31 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
652421eab6 Fix build on 1.6, and make sure File::PathConvert is not installed.
Closes PR 27024.
2005-03-21 19:26:03 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
kim
ab276d8582 Upgrade to wml 2.0.9.
The ChangeLog from 2.0.3 is really huge, so I'm not including it here.
2004-09-24 00:58:30 +00:00
snj
4ab36bc419 Convert to buildlink3. 2004-04-25 06:10:09 +00:00
wiz
ff06d8377b Fix typo in previous. 2003-12-29 18:22:47 +00:00
wiz
0a24673ba7 -current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
2003-12-28 00:29:02 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
wiz
2bd0737533 buildlink1 -> buildlink2. 2002-10-25 17:51:44 +00:00
wiz
8824391736 Buildlinkify. 2001-12-25 19:25:28 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +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
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
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
kim
b049bbb091 Upgrade to wml-2.0.3 2000-09-05 00:11:02 +00:00
kim
dd33fa156a Web Meta Language 2000-09-04 21:41:50 +00:00