Age | Commit message (Collapse) | Author | Files | Lines |
|
packages have been superseded by the foomatic-filters-cups and
foomatic-ppds-cups packages.
|
|
pkgsrc work.
|
|
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
|
|
NO_BUILD, USE_LIBTOOL.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
|
|
which also provides bin/foomatic-gswrapper.
Maybe this old package should be removed?
|
|
|
|
|
|
|
|
|
|
|
|
have been converted to USE_BUILDLINK2.
|
|
|
|
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".]
|
|
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
The foomatic-gswrapper script runs Ghostscript in a more controlled and
makes debugging much easier by letting you see Ghostscript error messsages.
The wrapper is required if you print jobs from the Windows PostScript
driver (which writes jobs that generate advisory output that causes trouble
under plain Ghostscript). Some other software may produce such jobs; the
wrapper is probably a good idea in general.
|