Commit graph

17 commits

Author SHA1 Message Date
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