Commit graph

21 commits

Author SHA1 Message Date
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
ed56b1b238 Convert to USE_NEW_TEXINFO. 2003-08-05 21:46:07 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
1efc64e1b7 Use tabs instead of spaces. 2003-05-05 16:53:12 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
042ece0493 Remove duplicate empty line. 2003-01-10 15:33:59 +00:00
cjep
7494168fb3 Make this compile on SunOS 2003-01-10 15:30:24 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
agc
e44c18e99e Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispell
use /tmp rather than /usr/tmp by default.
2002-07-22 10:31:30 +00:00
jschauma
1a5beb166d According to http://www.kdstevens.com/~stevens/ispell-faq.html#bslash:
ispell 3.1.2- contains an irritating bug when using latex that causes all
sorts of problems the backslash is used. [...]
The patch provided fixes these problems.

This problem was noted and patches to the Makefile were supplied by
Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17418 - thanks!

This closes PR# pkg/17418.
2002-06-29 23:51:30 +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
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
2ce7de790a Mark as USE_BUILDLINK_ONLY. 2001-06-20 09:29:26 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + 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:53:33 +00:00
wiz
d4fec39926 Use termios instead of TIOC{G,S}ETP, so that ispell works on machines
without COMPAT_43 in the kernel.
2001-03-16 11:05:46 +00:00
wiz
9199d8e70f Raise MASKBITS to 64 -- needed for ispell-german.
Bump version to 3.1.20nb1.
2001-03-15 15:22:00 +00:00
wiz
ea7631f9df Fix building. Alistair says I should mention that 'agc is a lousy bozo
who never tests anything', so I'll do him the favour.
2001-03-14 13:49:25 +00:00
agc
b47dc045a0 Initial import of new format of ispell package, the interactive
spelling checker.  The new format allows multiple language
dictionaries to be installed at the same time, and uses pkgsrc
dependencies, rather then overloading the base package.

This is the base package (which also installs the default American
English directories).
2001-03-14 12:10:22 +00:00