Syntax:
MASTER_SITES_completefilename= http://specific.master/site
and similarly for PATCH_SITES.
Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.
the special happy MAKEOBJDIR behavior, make gs build in ./object instead
of ./obj. That's just as effective in not confusing make(1) and prevents
the package-links target from creating pkgsrc/print/packages/print and making
bogus symlinks in there.
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
extraction into the jpeg package's directory. This is less error-prone,
and guarantees less random breakage in the ghostscript packages if we
modify or upgrade the jpeg package.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
better support for several color printers. Incorporates the "bonk"
color HP printer drivers. Also includes support for the Japanese
Vector Font library for JPDF display and for various Japanese printers.
Many thanks to itohy@netbsd.org for providing the VFlib patches.
Closes PR#9998.