summaryrefslogtreecommitdiff
path: root/graphics/xv
AgeCommit message (Collapse)AuthorFilesLines
2003-03-01use imake man page handling so this now works on Darwin, Linux, etc.grant2-8/+8
bump PKGREVISION.
2003-02-28fix a broken #ifdef, noted on Linux.grant2-7/+10
2003-02-25tidy up post-patch and post-configure targets:grant1-10/+9
- fix sed delimeter, quoting, consistency - whitespace police
2003-01-13- use buildlink2grant3-13/+20
- Darwin has no malloc.h allows this to build on Darwin.
2002-10-06Merge in the multi-page TIFF file support patch fromhe6-24/+468
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-08-09don't use filename as format string, should fix PR pkg/17750 bydrochner2-5/+14
Christian Biere
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron3-3/+40
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-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+3
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".]
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
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-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-07-08Force compilation with "gcc" under Solaris because the "libtiff" from thetron1-8/+8
package sources requires linking with "libgcc".
2001-07-08Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only usedtron1-5/+3
under Solaris).
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-10Make the pkg name a bit more standard (rename to 3.10anb1)hubertf1-2/+2
2001-04-05Standardize patch file names.wiz18-40/+41
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
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-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-05-26Do not depend on (any) ghostscript.hubertf1-2/+1
If people want to view postscript, there are better viewers.
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam1-2/+2
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam1-2/+2
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam3-6/+6
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
2000-04-10Adapt to gstty/gsjlam2-4/+4
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04Make it compile on solaris. While I'm there merge patch-ag in patch-af; it'sbouyer4-22/+17
bad to patch the same file 2 times.
1999-11-19Remove fuzz from patches.agc2-41/+27
1999-11-18Add missing, trailing '$' as reported by wiz@danbala.ifoer.tuwien.ac.at inrh1-1/+1
PR 8822.
1999-11-14Split up multi-file patch and defuzz.rh9-1046/+627
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-09-20remove share/doc/xv dirhubertf1-1/+2
1999-09-20update sum.christos1-1/+2
1999-09-20linux has sys_errlist too.christos1-0/+13
1999-07-09Add package patch-sum filesagc1-0/+19
1999-07-08Work around a <stdarg.h> problem for just now.agc1-1/+6
1999-06-20Remove redundant dependence on "jpeg" package.tron1-3/+2
1999-06-14Update homepage, reported by Geoff Wing <mason@primenet.com.au>hubertf1-2/+2
1999-06-13Add patches fromhubertf12-1/+2663
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-04-23Fix run time library search path.tron1-2/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
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-07Make this package work on Solaris.agc1-1/+6
1999-01-04Add DEPENDS to ghostscript and remove hardcoding the path to /usr/pkg.frueauf2-4/+10
1998-10-28Fix a missing rpath entry by making this pkg obey LDFLAGS.garbled1-4/+4
This fixes my own PR #5840
1998-09-12libtiff needs jpeg and libz to compile binaries.garbled1-6/+5