summaryrefslogtreecommitdiff
path: root/graphics/xv/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Fix linking on Solaris 9, per Stefan in PR 44572.wiz1-2/+2
Let's see if I got him right.
2011-01-23Fix for png-1.5. Not extensively tested, but at least the simple cases ofdholland3-2/+574
loading and saving pngs work. While here, fix a small string buffer that was truncating some libpng messages, and avoid a linker warning by using getcwd instead of getwd on BSDs. No version bump as it hasn't been buildable since the previous bump.
2009-05-03Add PKG_DESTDIR_SUPPORT.abs2-10/+10
Use PREFIX rather than LOCALBASE.
2007-07-27Don't use malloc.h. Don't override MANDIR, imake is special.joerg1-0/+46
2007-07-08Update to xv-3.10a-jumbo-patches-20070520.wiz8-190/+86
Merge patch-ad and patch-ah. Use SUBST framework. Add some tools (per pkglint). Bump PKGREVISION.
2006-05-14when using alloca() on IRIX 5 alloca.h has to be includedschwarz1-0/+14
2006-03-15Do not include malloc.h on Darwin, since it is not available. Patchesminskim2-3/+28
provided by John D. Baker in PR pkg/31871.
2005-08-10Instead of separately integrating several different patches, insteadhe25-3311/+87
pull in the Jumbo patches from http://www.sonic.net/~roelofs/greg_xv.html. As far as I can see this covers all our existing patches for added functionality, although I cannot claim that I have tested each and every one of them in the new version. These patches disable a number of image formats that I think are less common, which have potential heap overflows in the code due to in- sufficient validation of image dimensions. The version of the Jumbo patch used here is the 20050501 version. Package revision bumped to nb10.
2004-08-22Use strerror(3) instead of str_errlist on Interix.minskim1-1/+13
2004-03-29Apply longname.patch and fix crash with long file names in visual schnauzer.dillo4-25/+62
Bump package revision. While here, convert to buildlink 3.
2003-02-28fix a broken #ifdef, noted on Linux.grant1-5/+8
2003-01-13- use buildlink2grant1-8/+14
- Darwin has no malloc.h allows this to build on Darwin.
2002-10-06Merge in the multi-page TIFF file support patch fromhe4-18/+461
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 bydrochner1-3/+12
Christian Biere
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron1-0/+36
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.
2001-04-05Standardize patch file names.wiz17-17/+18
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam1-2/+2
2000-04-10Adapt to gstty/gsjlam1-2/+2
2000-01-04Make it compile on solaris. While I'm there merge patch-ag in patch-af; it'sbouyer3-18/+14
bad to patch the same file 2 times.
1999-11-19Remove fuzz from patches.agc1-39/+25
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.rh8-1043/+619
1999-09-20linux has sys_errlist too.christos1-0/+13
1999-06-13Add patches fromhubertf11-0/+2660
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-01-04Add DEPENDS to ghostscript and remove hardcoding the path to /usr/pkg.frueauf1-3/+3
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
1998-08-07Add NetBSD RCS Ids.agc6-0/+12
1998-06-08Substitute /usr/local with $(LOCALBASE) since jpeg and tiff librariesenami1-4/+4
are installed there.
1997-12-04Since we do supply our own packaged Ghostscript below /usr/pkg, modify GS_BINkleink1-2/+2
and GS_LIB to reflect this.
1997-11-20Make vdcomp compile on NetBSD.agc1-1/+1
1997-11-20Include <sys/param.h> on NetBSD, so anything which includes xv.h willagc1-0/+13
compile.
1997-11-20Remove annoying "Did you remember to 'make depend' first?" message -agc1-0/+15
the packaging tools will make depend automatically.
1997-11-20Initial import of xv-3.10a from FreeBSD ports collection into NetBSDagc5-0/+662
packages collection.