Commit graph

24 commits

Author SHA1 Message Date
kristerw
56acee7249 Move the disabling of optimization for arm32 to below the inclusion of
bsd.pkg.mk so that we are sure that this is the last optimization flag
passed by ${CFLAGS}.
2001-12-08 21:15:47 +00:00
kristerw
40ea95814b Make this build for arm.
Arm has a compiler bug that was worked around by removing the -O2 from
CFLAGS. That workaround did unfortunately remove the buildlink include
paths too.
2001-12-08 18:46:26 +00:00
wiz
1a9a466f05 Add support for distfile-specific master sites, as requested in pkg/7471.
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.
2001-12-02 21:29:20 +00:00
jlam
1ea58d26e3 Change reachover references into another package's pkg/ directory into
references to the other package's base directory.  This is needed after
the files in the pkg/ directory were dispersed into the base directory.
2001-11-01 09:41:13 +00:00
itohy
427328e9e2 Update driver for Kyocera Prescribe page printers to gdevprsc-0.3.
Add -dSimplex, which explicitly specifies one-side printing.
2001-08-29 12:51:26 +00:00
bad
b819705324 Rather than messing around with the special happy variables that control
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.
2001-07-15 22:19:11 +00:00
wiz
eb0af82d4e Fix continuation line. Together with last commit, fixes pkg/13362. 2001-07-14 16:41:22 +00:00
jlam
50ccd0c170 Use a shell loop instead of a make .for loop. This avoids using FILE
as a make variable and might fix pkg/13362.
2001-07-14 15:38:19 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
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.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
jlam
a14c03cec1 Use buildlink.mk files to get dependencies and to find libraries and
headers for png and ja-vflib-lib.
2001-05-28 03:52:12 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
jlam
4ddbf268ee Cosmetic changes. 2001-05-03 05:13:20 +00:00
jlam
ed468c4752 Move HTML documentation to ${PREFIX}/share/doc/html/ghostscript. 2001-05-03 05:11:43 +00:00
jlam
686141d09d Directly fetch and extract jpeg sources, rather than the funky reachover
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.
2001-05-03 04:50:05 +00:00
jlam
d73df3aaee Use a common distinfo file between ghostscript and ghostscript-nox11. 2001-05-02 21:47:04 +00:00
wiz
6667610849 Enable gdevmjc. Noted working by MOCHIDA Shuji in pkg/12710. 2001-05-02 17:05:23 +00:00
wiz
ad4cbc04bc Move ghostscript-fonts from print to fonts. 2001-04-03 14:47:15 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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>
2001-03-27 03:19:43 +00:00
wiz
3fdc2b92d7 replace leading spaces by tabs 2000-09-04 16:37:05 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
itohy
05ea8491d3 Update gdevprsc (driver for Kyocera Prescribe) to 0.2.1.
Document fix only.
2000-07-26 08:10:14 +00:00
agc
4438783527 Interim fix, to make ghostscript package work.
Add a pre-requisite on the fonts/watanabe_vfont package, so that the min
font can be found. Addresses PRs 10181 and 10125.
2000-05-24 10:30:24 +00:00
jlam
9ede053160 ghostscript-nox11-6.01: Changes from 5.50 include many bug fixes, and
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.
2000-05-07 02:04:33 +00:00