Commit graph

37 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +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
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
wiz
3e2e99a8ed Convert to options framework. 2005-06-02 18:26:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
6510c4a93d Fix quoting in CPPFLAGS. 2005-03-02 13:39:17 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +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
snj
726aca28d1 s/URI's/URIs/ 2004-04-18 19:57:14 +00:00
snj
7c875fd47b Convert to buildlink3. 2004-04-18 19:54:20 +00:00
seb
eaff722509 Remove info files entries from PLIST. 2004-03-08 22:18:19 +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
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
a5e87f43d9 Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to deal
with configuration file. Install example configuration file
in the canonical pkgsrc directory.

Bump PKGREVISION.
2003-08-03 01:01:32 +00:00
seb
ef35a4ae37 Convert to USE_NEW_TEXINFO. 2003-08-03 00:46:22 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
f2a0c3d054 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 16:25:56 +00:00
wiz
770ccbe8db Convert to buildlink2. 2002-10-21 15:04:43 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fredb
05879e5929 Double Oops. (Correctly) supply info dir handling for binary package. 2001-07-02 23:12:10 +00:00
fredb
c35bf7abfa Oops. Supply info dir handling for binary package. 2001-07-02 23:08:20 +00:00
fredb
5891b0126d Update pinfo to 0.6.1. Changes since 0.6.0:
Modified behaviour of auto-pgdn. It now expands the submenus, as in info
   Fixed problem with pinforc installed to non-existing etc directory
   Fixed problem with black bar on first man page
   Fixed buggy whitespace-skip comparing procedure
   Manual code can now handle hyphenated url links (it's still not perfect
	with e-mail--it only works if the `@' is in the upper line)
   Fixed buf in indirect-file search engine (a misplaced if())
   Added texinfo documentation.
   Manual code is now case insensitive as far as sections are considered
2001-07-02 23:06:55 +00:00
fredb
a2e58d221e We must pass a double-quote into the C program to set the value of a string.
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different
quote expansion each time. This makes it even trickier than it needs to be,
so go with CPPFLAGS=.
2001-07-02 22:46:49 +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
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + 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:33:31 +00:00
wiz
34c36c42a2 replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT. 2001-04-02 20:05:03 +00:00
fredb
303c7ab974 Add a hook to build with NetBSD native curses. Only works on NetBSD-1.5
and newer.
2001-03-26 00:41:59 +00:00
fredb
114d78ee7d Fix the man page to not reference linux default paths. Bump to nb1. 2001-03-26 00:28:11 +00:00
fredb
66f4e2efdf By popular demand, permit a default info path to be compiled in,
and pass in a default suitable for NetBSD.
2001-03-25 23:47:10 +00:00
fredb
e6cd266103 Remove files committed by mistake.
These patches are no-ops when pinfo is configured for "--with-ncurses".
The only reason I kept them in my own tree is because they may be useful
for "--with-vcurses" on NetBSD-1.5 or newer, but they shouldn't have
been commited.
2001-03-23 20:19:16 +00:00
fredb
9406a9893e Initial import of pinfo-0.6.0, Przemek's Info Viewer, a text mode,
lynx-like info file viewer. At this time, INFOPATH must be set in
the environment in order to find NetBSD info files.
2001-03-23 20:07:33 +00:00