Commit graph

79 commits

Author SHA1 Message Date
gavan
e75fe4866a Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 16:20:26 +00:00
danw
b346ef61b1 Darwin fix, take 2... don't compare ${OS_VERSION} as a number since
that breaks the build on platforms where it's not strictly numeric
(eg, "1.6.1_STABLE")
2003-10-10 15:02:57 +00:00
tron
23dedc23ee Backout last change because it breaks this "Makefile" on at least NetBSD
due to an invalid string comparison.
2003-10-10 08:24:09 +00:00
danw
7af744c5db fixes for Darwin. PR 20514 2003-10-10 01:11:20 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
0504cf670f Overlooked this INSTALL script snippet in previous commit. 2003-08-04 22:33:03 +00:00
seb
058d163eef Convert to USE_NEW_TEXINFO. 2003-08-04 22:02:30 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
6dce7118b0 Conflict with "coreutils" package if "GNU_PROGRAM_PREFIX" is "". 2003-06-17 17:41:37 +00:00
jschauma
5d9572c76a Fix post-install to set the appropriate papersize.
Bump PKGREVISION since now setting PAPERSIZE to 'Letter' actually will
yield letter-sized default output.
2003-04-11 15:13:42 +00:00
tron
c7ac6e3008 Use wildcard dependence on "dialog" package. 2003-04-07 17:39:19 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jmmv
161142483d Replace "----------" lines with "==========", to match all other MESSAGEs
and notices.
2002-12-22 19:14:10 +00:00
mrg
3f316bc026 repeat previous for commented commands as well. 2002-11-19 02:47:19 +00:00
jlam
ba102a16cb This file appears to be unused. 2002-11-14 23:13:52 +00:00
cjep
5067017642 Use ${LOCALBASE}/bin/texconfig rather than bare texconfig. 2002-11-10 23:18:47 +00:00
jlam
c694e8fc8e Add a buildlink2.mk file for other package Makefiles to use. 2002-09-21 01:50:37 +00:00
jlam
ec061cc406 Use bsd.pkg.install.mk instead of local DEINSTALL/INSTALL code. 2002-09-21 01:48:31 +00:00
jlam
d95f6336d8 Use buildlink2. 2002-09-21 01:48:02 +00:00
wiz
4c90ada21f Add buildlink.mk for kpathsea library, based on pkg/16906 by Ingolf Steinbach,
with some changes.
2002-05-20 13:43:49 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +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
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
drochner
f41c8a23f5 move dependency on text2html so that we don't have to recompile the
whole TeX stuff on an unimportant perl PKGREVISION bump just because
of a "totally useless" utility which happens to be a perl script
2002-01-28 15:25:12 +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
fredb
0b8d17db3a Bump the dependency on libwww to 5.3.2nb1, to ensure that the packaged
binaries on pre- NetBSD-1.5 systems don't carry the burden of (unnecessary)
dependencies on the "openssl" shared libraries.
2001-10-25 04:13:43 +00:00
kei
2f54bfffa9 Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamily
which doesn't compile recently because of the LaTeX's "Hey, your distribution
is too old!  Please update it to the latest one!" feature.

Quoted from the patch to `latex.ltx'.

  This is a work around for the '1 year old' error which avoids the format
  file from being generated correctly.  Provided by Naoto Shimazaki.

  Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src}
  packages, applying this patch is done by packages' Makefiles on do-install
  stage.

New version numbers after these changes are like below:

teTeX:          1.0.7nb1
teTeX-bin:      1.0.7nb1
teTeX-share:    1.0.2nb1
teTeX-sharesrc: 1.0.1nb1
2001-10-24 00:28:47 +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
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
2d6b6a009c + 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:43:32 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
tron
b0b2c0b2fe Hardcode version number in dependence on "dialog" package because "0.6z"
is not a correct dewey number.
2001-02-22 13:25:10 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
jlam
1f971e6f2b Update teTeX-bin to 1.0.7nb1. This update removes texi2html from the
installation, and depends on textproc/texi2html.

Closes PR#10987.
2000-09-12 16:45:47 +00:00
wiz
333fb4cf19 add HOMEPAGE 2000-09-03 13:07:40 +00:00
fredb
779a51dfb2 Add wildcard depends for libwww>=5.2.8. 2000-08-06 02:23:34 +00:00
hubertf
701b5e2389 run 'mktexlsr' when installed via binar pkg - else you can't build
things like hugelatex.
2000-07-04 03:19:48 +00:00
hubertf
a318678f3d make it easier for depending pkgs to change the ls-R file
(if they install/deinstall files, they gotta run mktexlsr in
@exec/Makefile and @unexec).
2000-06-22 16:11:28 +00:00
mycroft
00db6e442a Remove some ncurses options which are not needed because we build dialog as a
separate pkg.
2000-04-15 22:30:45 +00:00
mycroft
f05a1c2060 Fix path name in patch. 2000-04-15 22:10:06 +00:00
mycroft
586a4ec3d5 This pkg does not require ncurses directly. Let the dialog dependency handle
that.
2000-04-15 15:54:13 +00:00
mycroft
f3fd06c895 Regen. 2000-04-15 15:53:11 +00:00
mycroft
fb0ee17c13 Remove all the terminfo hackery from texconfig. We don't need it, and it
loses when dialog doesn't use terminfo.
2000-04-15 15:52:45 +00:00
jlam
b9297bf44e Back out last change -- revert to using gs instead of gsx11 2000-04-10 00:07:10 +00:00
jlam
f5b3fa76ca Teach xdvi to use gsx11 instead of gs. 2000-04-07 23:44:37 +00:00
jlam
41217540b6 Regen. 2000-04-07 23:43:37 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00