summaryrefslogtreecommitdiff
path: root/graphics/xv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-07-29Stop "xv" from executing files starting with a "!" when they are selectedtron1-2/+2
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-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-10Make the pkg name a bit more standard (rename to 3.10anb1)hubertf1-2/+2
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.wiz1-1/+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.jlam1-2/+2
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
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
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
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 fromhubertf1-1/+3
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-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.frueauf1-1/+7
1998-08-20The Grand Homepagification:tsarna1-1/+2
- 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-07-13We use American English.mycroft1-2/+2
licence -> license
1998-07-06Note that this package is shareware.agc1-1/+3
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-5/+1
1998-06-03Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.confagc1-6/+5
1998-05-15Append a "/." to the ${WRKDIR} value in the find command, to ensureagc1-2/+2
that we traverse through any symbolic links. Make the misc/kp package Makefile a bit neater - remove an unnecessary temporary file.
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-3/+3
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-05Add "-follow" option to find, so it DTRT even if WRKOBJDIR is set.frueauf1-2/+2
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-3/+3
shared object dependencies (LIB_DEPENDS).
1998-01-24portlint: add MAINTAINER, mv -> ${MV}hubertf1-2/+4
1997-12-01Update for tiff-3.4hubertf1-3/+3
1997-11-20Add NetBSD RCS Id.agc1-0/+8
Add preformatted manual pages. Add an additional step which substitutes ${LOCALBASE} for the hardcoded '/usr/local' in the Imakefile, done at pre-configuration time.
1997-11-20Initial import of xv-3.10a from FreeBSD ports collection into NetBSDagc1-0/+35
packages collection.