Commit graph

76 commits

Author SHA1 Message Date
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
abs
6fd36a636f Correctly build with gcc3 - no change to already compiled package configurations 2003-06-16 19:53:16 +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
grant
bd9ad7a336 use imake man page handling so this now works on Darwin, Linux, etc.
bump PKGREVISION.
2003-03-01 00:06:41 +00:00
grant
d71b2f11c3 fix a broken #ifdef, noted on Linux. 2003-02-28 23:44:37 +00:00
grant
6fc6944776 tidy up post-patch and post-configure targets:
- fix sed delimeter, quoting, consistency
- whitespace police
2003-02-25 05:34:39 +00:00
grant
a2e107d1f8 - use buildlink2
- Darwin has no malloc.h

allows this to build on Darwin.
2003-01-13 10:54:08 +00:00
he
3a629c102a Merge in the multi-page TIFF file support patch from
ftp://ftp.trilon.com/pub/xv/patches/mp-tiff-patch
as found on
  http://www.trilon.com/xv/downloads.html#patches
Bump package revision to 4.
2002-10-06 16:26:56 +00:00
drochner
ee8f65ee26 don't use filename as format string, should fix PR pkg/17750 by
Christian Biere
2002-08-09 18:06:35 +00:00
tron
72b0862ad5 Stop "xv" from executing files starting with a "!" when they are selected
in the directory box. This is inconsistent with the command line handling
and can turn into a security problem. This change fixed PR pkg/17751
by Christian Biere. Bump package revision to reflect this change.
2002-07-29 13:02:24 +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
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
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