summaryrefslogtreecommitdiff
path: root/graphics/xv
AgeCommit message (Collapse)AuthorFilesLines
2008-03-17Need DISTFILES difinition, patch also include additional files.obache1-1/+2
2008-03-17Remove redundant DISTFILES definition.obache1-2/+1
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-07-27Don't use malloc.h. Don't override MANDIR, imake is special.joerg3-3/+49
2007-07-15Revert previous, requested by joerg for fixing DragonFly builds.wiz1-6/+6
2007-07-10Add SITES for jumbo patch; problem noted and fix providedwiz1-1/+2
by Andreas Gustafsson.
2007-07-08Update to xv-3.10a-jumbo-patches-20070520.wiz11-227/+128
Merge patch-ad and patch-ah. Use SUBST framework. Add some tools (per pkglint). Bump PKGREVISION.
2007-01-23add -DNEED_ALLOCA_H on solarisdmcmahill1-2/+2
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-3/+3
2006-05-14when using alloca() on IRIX 5 alloca.h has to be includedschwarz3-3/+22
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-15Do not include malloc.h on Darwin, since it is not available. Patchesminskim3-5/+31
provided by John D. Baker in PR pkg/31871.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-10Define NO_SRC_ON_CDROM because the README saysgdt1-1/+7
Permission to copy and distribute XV in its entirety, for non-commercial purposes, is hereby granted without fee, provided that this license information and copyright notice appear in all copies. Note that distributing XV 'bundled' in with any product is considered to be a 'commercial purpose'. Define NO_BIN_ON_{CDROM,FTP} because the package has been patched, and because the binary package does not include source. If you redistribute XV, the *entire* contents of this distribution must be distributed, including the README, and INSTALL files, the sources, and the complete contents of the 'docs' directory. The software may be modified for your own purposes, but modified versions may not be distributed without prior consent of the author.
2005-08-10Instead of separately integrating several different patches, insteadhe28-3362/+110
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.
2005-07-19Set LICENSE to xv-license.wiz1-2/+2
2005-05-25Add RMD160 checksum.wiz1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-13drop maintainership, i no longer use this softwaredillo1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-22Use strerror(3) instead of str_errlist on Interix.minskim2-3/+15
2004-03-29Apply longname.patch and fix crash with long file names in visual schnauzer.dillo6-34/+72
Bump package revision. While here, convert to buildlink 3.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-03take over maintainershipdillo1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-5/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-16Correctly build with gcc3 - no change to already compiled package configurationsabs1-1/+5
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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