Commit graph

27 commits

Author SHA1 Message Date
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
90bc26e8c2 List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 19:54:16 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +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
bouyer
41084745a7 Apply patch from
http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html
requested by Georg Schwarz in private mail: make it compile with non-gcc
compilers.
2004-07-06 20:36:58 +00:00
snj
a417c0a985 Convert to buildlink3. 2004-04-25 05:02:23 +00:00
seb
663375b81e Remove info files entries from PLIST. 2004-03-10 01:42:39 +00:00
grant
7d93d1dd5e bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longer
need to do so here.
2004-02-09 08:13:04 +00:00
wiz
dddf2f9000 Update to 2.5.1nb2:
Use the right grep binary in fgrep and egrep shell scripts.
Patch provided by Nicolas Fugier in PR 20905.
2003-09-18 19:13:50 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
grant
b7b758f472 use new texinfo handling.
minor whitespace fix.
2003-08-02 05:19:57 +00:00
grant
4de50fcf1b explicitly disable pcre support as it was never enabled.
fixes build on systems which have libpcre installed as the configure
script's detection of it is slightly broken.
2003-07-30 17:00:04 +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
grant
075bc5c43d remove unneeded parens, quote a literal in .if 2003-06-24 05:29:06 +00:00
wiz
e4fd449600 Update to 2.5.1: bugfix release. 2003-02-13 07:33:34 +00:00
cjep
c85fb84b4a USE_PKGLOCALEDIR=yes. Fixes PLIST problems on SunOS 2003-01-09 17:23:10 +00:00
wiz
c17a6f3611 Use .tar.bz2. 2002-12-25 19:54:58 +00:00
wiz
b863e90ee3 Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.
While here: Fix build on NetBSD-current.
2002-12-25 19:50:34 +00:00
cjep
f11468cf52 Fix up configure nit for Solaris. Suggested by tron. 2002-12-06 15:29:20 +00:00
bouyer
fb90c42c04 Package for GNU grep 2.5. 2002-10-14 16:43:14 +00:00