Commit graph

32 commits

Author SHA1 Message Date
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
reed
d2109c1f71 Add lex to USE_GNU_TOOLS instead of checking for existence and
using BUILD_DEPENDS.
2004-03-11 20:45:16 +00:00
seb
c7589918da Remove info files entries from PLIST. 2004-03-09 17:16:17 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
drochner
fccdd06adf update to 4.2.6
changes:
-bugfixes
-inproved device support (newer Epson Stylus, Canon S200)
-European 10x15 cm and US Engineering C paper sizes
-CUPS driver: normal and reversed paper order
-quality improvements
2004-03-02 14:56:07 +00:00
recht
d493c3d92d add buildlink3.mk 2004-03-01 00:47:43 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
reed
587719f356 Needs a LEX to build.
Hopefully later tools.mk will be extended to do this, but for now this works.
(It may be a good idea to check if ${LEX} exists too.)
This closes my PR #20920.
2003-10-08 22:40:42 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
09eff91b05 Convert to USE_NEW_TEXINFO. 2003-08-04 21:25:58 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
930d6ff3aa Fix dependency problem caused by recent package revision bumping mania. 2003-07-15 10:05:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
570f128883 Use texinfo.mk, define TEXINFO_OVERRIDE to YES and fix info files
handling in PLIST.
2003-05-07 22:04:30 +00:00
cjep
7c3eb0f6d3 Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... 2003-04-27 14:57:55 +00:00
cjep
39ac088332 Lint: PKGLOCALEDIR 2003-04-27 14:39:12 +00:00
drochner
8fa281b00d update to 4.2.5
changes:
-bugfixes
-If Foomatic 2.9.x is installed, the Foomatic data will be
 generated with additional features
-automatic paper cutter is now functional on the
 Epson Stylus Photo 925, 950/960, and 2100/2200
-Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200
-i18n
2003-04-23 17:32:59 +00:00
drochner
6f21d524e4 pull in gettext-lib/buildlink2.mk; this fixes the build problem
for gimp-print-ijs (PR pkg/19323)
2002-12-10 18:37:45 +00:00
drochner
0145e0b42e update gimp-print to 2.4.2
changes:
-support for HP DesignJet large-format plotters
-support fot Epson multi-function devices and MJ-930C
-manpage improvements
-support for transverse versions of the US CAD standard paper sizes
-bugfixes
2002-11-27 16:12:35 +00:00
drochner
e7501558e6 strictly require rev 4.2.3 to avoid mismatches 2002-10-24 14:26:28 +00:00
drochner
39c3c46165 update the gimp-print suite to 4.2.3
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
 permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
2002-10-22 17:27:21 +00:00
drochner
ba765a9ea9 update gimp-print to 4.2.2
changes:
-many bugfixes
-Quad tone grayscale inks, such as the Piezography (TM) inks, are now supported
 for most Epson Stylus printers.  This is not tuned for a particular inkset at
 this time, so the results will not be of top quality yet.  This capability
 should be considered beta.
-Many new Epson Stylus printers are supported.  Please see the complete list of
 printers at the bottom of these release notes.
-A new dither algorithm, EvenTone, has been added.  This algorithm produces
 superior results for photographs and other continuous-tone images, but in its
 current form it may not be as well suited for solid color images and line art.
 This algorithm should be considered beta.

and use buildlink2
2002-09-26 17:28:26 +00:00
jlam
08846de7c3 Add a buildlink2.mk file for other packages to use. 2002-09-10 10:42:21 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
78b48faa73 Don't enter the non-GIMP subdirectories of src since we configure
gimp-print to not use those bits anyway.  This sidesteps that awfulness
in src/cups that potentially creates empty directories in /usr, then later
removes them if they're empty.

Fixes pkg/17244 by douglas@fang.demon.co.uk.
2002-06-30 20:57:12 +00:00
drochner
397bb01a5e update to 4.2.1:
-bugfixes
-translations for Slovak, Greek, and Dutch
-quality improvements (for Epson printers)
2002-05-03 12:43:04 +00:00
tron
0b7fe93445 Include "gettext-lib" glue code to prevent creation of broken
"gimpprint-config" script. This should fix PR pkg/15654.
2002-02-18 13:28:44 +00:00
jlam
35ee5261ce Explicitly disable a few more bits and mark as USE_BUILDLINK_ONLY. 2002-02-17 21:11:33 +00:00
drochner
52603949eb this is the backend part of gimp-print-4.2, a driver library for
inkjet printers
2002-02-15 20:46:27 +00:00