summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-18Convert to bl3.wiz1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Fix build when using gcc3.jmmv1-1/+3
2003-06-12Make this work on IRIX.jschauma1-1/+8
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-31Make this build and install under Linux.jschauma1-1/+5
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma1-2/+2
portable. Bump PKGREVISION accordingly.
2002-10-04pull security patch from http://www.epita.fr/~bevand_m/asa/asa-0000,itojun1-2/+2
as suggested in PR18522. bump PKGREVISION to 2.
2002-09-13buildlink1 -> buildlink2jlam1-6/+7
2002-09-13Use ghostscript.mk.jlam1-3/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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-01-28_Always_ set the make environment (${SETENV} ${MAKE_ENV}) and executejlam1-2/+2
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2001-08-23Add default XAW_TYPE?=3d to indicate that this package wants at leastjlam1-1/+2
Xaw3d (Xaw-Xpm also works).
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-4/+4
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
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-20Depend on ghostscript-x11-5.50nb2.jlam1-2/+2
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
2000-03-24Adapt to use ghostscript-x11.jlam1-2/+2
2000-03-02We already DEPEND on ghostscript, we don't have to write it on thewiz1-2/+1
screen, too.
1999-08-26If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manuallytron1-4/+2
instead aborting the build process.
1999-08-26The "gv" package cannot be built with the standard Xaw library.tron1-1/+6
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-5/+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.
1998-12-23Don't install an empty manpage, there is one in the package, pointedfrueauf1-1/+4
out in pr 6632 by Johnny C. Lam.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-2/+2
DEPENDS definition.
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-04Update Xaw3d to 1.5.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-03Include bsd.prefs.mk, so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
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-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
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-11Name of Master-site changed, reported by ThEP Linux-Administratorhubertf1-2/+2
<admin@ThEP.Physik.Uni-Mainz.DE>.
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-19Make this package depend on the gs binary installed by theagc1-2/+2
ghostscript5 package as (a) we should be encouraging people to use the packages collection where possible, and (b) it messes up the package depencies if we don't, to the extent that pkg_delete will have problems.
1998-01-15Make gv depend on an executable gs in the $PATH.agc1-1/+2
We need some dependency here, and it's either on ${LOCALBASE}/bin/gs to pick up the ghostscript 5 package's gs binary, or simply gs, to pick up any gs binary in the path. The latter was chosen for the moment.
1997-12-29Fix for NetBSD, by soren@t.dk.hubertf1-3/+6
1997-12-29 PostScript and PDF previewer.hubertf1-0/+25
Taken from FreeBSD.