Commit graph

64 commits

Author SHA1 Message Date
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +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
tron
92adfc2f1c Force compilation with "gcc" under Solaris because the "libtiff" from the
package sources requires linking with "libgcc".
2001-07-08 21:40:48 +00:00
tron
de43ad4426 Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only used
under Solaris).
2001-07-08 20:12:45 +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
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
hubertf
22589b4153 Make the pkg name a bit more standard (rename to 3.10anb1) 2001-04-10 07:26:22 +00:00
wiz
7eb8846863 Standardize patch file names. 2001-04-05 13:57:14 +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
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
hubertf
ece92e7b31 Do not depend on (any) ghostscript.
If people want to view postscript, there are better viewers.
2000-05-26 23:29:04 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
jlam
348fb30126 Backout changes to use gstty and depend on ghostscript*-5.50nb2. 2000-04-20 16:30:24 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00
jlam
9402305e4a Adapt to gstty/gs 2000-04-10 00:04:28 +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
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bouyer
411efd082c Make it compile on solaris. While I'm there merge patch-ag in patch-af; it's
bad to patch the same file 2 times.
2000-01-04 16:55:33 +00:00
agc
1c7b08467d Remove fuzz from patches. 1999-11-19 09:38:18 +00:00
rh
181ee79ef8 Add missing, trailing '$' as reported by wiz@danbala.ifoer.tuwien.ac.at in
PR 8822.
1999-11-18 12:54:06 +00:00
rh
e4f6c5b83b Split up multi-file patch and defuzz. 1999-11-14 13:25:58 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
hubertf
7b11623bab remove share/doc/xv dir 1999-09-20 21:54:47 +00:00
christos
87f2786920 update sum. 1999-09-20 18:04:11 +00:00
christos
080ac841b9 linux has sys_errlist too. 1999-09-20 18:03:41 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
cb45f2d39e Work around a <stdarg.h> problem for just now. 1999-07-08 13:03:45 +00:00
tron
d4286f695a Remove redundant dependence on "jpeg" package. 1999-06-20 19:45:44 +00:00
hubertf
79e641699f Update homepage, reported by Geoff Wing <mason@primenet.com.au> 1999-06-14 11:09:38 +00:00
hubertf
ac91b297b4 Add patches from
http://www.mit.edu/afs/athena/contrib/graphics/src/xv/patches/png
to enable PNG support.

Set PKGNAME to ${DISTNAME}pl1 to reflect this.
1999-06-13 16:23:52 +00:00
tron
97fbe971e5 Fix run time library search path. 1999-04-23 22:16:07 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
agc
f657ebf2ed Make this package work on Solaris. 1999-04-07 09:49:33 +00:00
frueauf
c467cb4643 Add DEPENDS to ghostscript and remove hardcoding the path to /usr/pkg. 1999-01-04 23:29:46 +00:00
garbled
48de1a046e Fix a missing rpath entry by making this pkg obey LDFLAGS.
This fixes my own PR #5840
1998-10-28 02:21:24 +00:00
garbled
2b4a24b260 libtiff needs jpeg and libz to compile binaries. 1998-09-12 17:48:56 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
mycroft
c2e672f055 We use American English.
licence -> license
1998-07-13 13:08:06 +00:00
agc
9f2ff8e8f5 Note that this package is shareware. 1998-07-06 15:38:00 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00
agc
5aa5bdafe4 Update package Makefiles for automatic manual page handling. 1998-06-22 12:32:17 +00:00
enami
e3aac78250 Substitute /usr/local with $(LOCALBASE) since jpeg and tiff libraries
are installed there.
1998-06-08 01:22:01 +00:00
agc
44f0c77ed2 Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.conf 1998-06-03 12:59:39 +00:00