Commit graph

44 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
72a10280ea Fix build on Solaris:
fabsf() -> fabs()
  Solaris<=9 doesn't have fabsf()
 test -z $foo  ->  test -z "$foo"
  Solaris test objects if $foo empty.
Bump PKGREVISION for fabsf() change.
2006-02-04 22:12:23 +00:00
ben
c957a9835c Make CUPS support optional using the pkgsrc option framework. 2006-01-24 15:28:30 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
wiz
3f16007cad Add x11 option to the various ghostscript packages, and get rid
of the separate ghostscript*x11* packages.
2005-12-09 20:30:16 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adrianp
2decd63246 Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 2005-11-27 17:04:18 +00:00
jlam
d0890a0ccb Update print/ghostscript-esp{,-nox11} to ESP Ghostscript 8.15.1. This
version is based on the GPL Ghostscript 8.15 release.  Major changes from
Ghostscript 7.0x include:

* Many printer drivers were added and updated.
* Improved support for running as a job server (-dJOBSERVER)
* Support for DeviceN colorspaces at up to 8 colorants total at 8 bits
  per colorant.
* The PDF writer has been considerably improved and implements PDF
  1.4 encryption
* Add a new feature to scale PDFs to the current page size.
* Font rendering has been substantially reworked and improved.
* PDF 1.4 transparency rendering is much more likely to be correct
* Improved support for CID font substitution.
* Improved processing of incorrect and broken PDF files, including files
  with corrupted xref tables and non-ASCII font names.
* Support for JBIG2-encoded images.
* The usual plethora of bug fixes.
2005-11-21 06:17:58 +00:00
jlam
06a928b0e0 Update the master distribution sites. 2005-11-20 23:10:44 +00:00
abs
230ffaa2f6 ghostscript-afpl really ought to join the "ghostscripts that install the
same files conflict with each other" dance...
2005-10-11 07:23:52 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
dillo
571372cc5c Bump PKGREVISION due to changed dependency pattern (allowing newer versions
of ghostscript-fonts).
2005-05-30 14:57:28 +00:00
dillo
4717b2aaea Allow newer versions of ghostscript-fonts (for pending update to 8.11) 2005-05-30 14:52:52 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jlam
adc7ceb668 PKGREVISION should be set in the package Makefiles, not in the common
Makefile.
2004-11-20 20:35:06 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
markd
fb8ec2c955 ps2epsi needs to use "test -e" so substitute ${SH} for /bin/sh.
Fixes use on Solaris, no change on most other systems.
2004-07-13 13:40:35 +00:00
grant
379eb875b8 bump PKGREVISION for dependency change + new files install (hi, recht!) 2004-06-27 08:29:20 +00:00
recht
f215c63e00 Remove dependency on autoconf it isn't needed anymore and Also
install pstopxl, pxlcolor.ppd and pxlmono.ppd.
Also: don't try to @dirrm share/ghostscript - it belongs to
ghostscript-fonts.
ok'd by jlam
2004-06-26 20:51:19 +00:00
snj
52416161af Convert to buildlink3. 2004-05-05 02:26:41 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
recht
8f156af8d5 update to 7.07.1
CHANGES IN 7.07.1

	- The ps2epsi script did not quote ~'s in the sed
	  command (STR #261)
	- ESP Ghostscript now substitutes the space character
	  for missing glyphs in fonts. This is controlled using
	  the espgsMissingChar definition in gs_init.ps (STR
	  #275)

CHANGES IN 7.07.1rc2

	- The configure script did not check for a compatible
	  version of GIMP-print for the STP driver (STR #232)
	- The CUPS driver incorrectly reallocated the page
	  memory, which could cause Ghostscript to crash (STR
	  #246)
	- Fixed pointers treated as integers in src/gomni.c
	  (Thanks to Werner Fink from SuSE)
	- Fixed potential 64-bit portability problem with malloc
	  (Thanks to Werner Fink from SuSE)
	- Fixed X11 anti-aliasing problem (Thanks to Werner Fink
	  from SuSE)
	- Security fix on ps2epsi (Thanks to Werner Fink from
	  SuSE)
	- Update on Canon BJC drivers (Thanks to Werner Fink
	  from SuSE)
	- CUPS Makefile fix (Thanks to Werner Fink from SuSE)
	- Command line option "-c" fixed (STR #225 and #230,
	  thanks to Werner Fink from SuSE)
	- ESP Ghostscript now reads all Fontmap files in the
	  library path (Thanks to Werner Fink from SuSE)
	- The PNG device now correctly detects the version of
	  the PNG library in use (Thanks to Werner Fink from
	  SuSE)
	- ESP Ghostscript should now cleanup all temporary files
	  (Thanks to Werner Fink from SuSE)
	- The configure script did not substitute the OBJEXT and
	  EXEEXT variables in the IJS makefile (STR #218)

CHANGES IN 7.07.1rc1

	- Updated to GNU Ghostscript 7.07.
	- Added preliminary support for a CUPS-based PCL XL/PCL
	  6 driver and sample PPD files.
	- The CUPS pstoraster script put a space between the
	  "-c" option and the color profile code, causing an
	  initialization error.
	- The CUPS driver generated a lookup table that would
	  omit certain values due to rounding errors in the
	  Ghostscript graphics library (STR #136)
	- The psmono and psgray drivers produced shrinked output
	  (STR #6)
	- The SPARCprinter driver did not compile (STR #24)
	- Type-3 masked images did not render properly (STR #79)
	- Fixed pstoraster failures (STR #5 and #166)
	- Fixed bug in Samsung SmartGDI driver which prevented
	  some files from being printed. Thanks to Grant Taylor
	  from linuxprinting.org for the fix.
	- Made src/gdevgdi.c compilable in "-traditional" mode
	  of gcc (patch from Antony Uspensky).
	- Updated the "lxm3200" driver (gdevlx32.c) to the
	  newest version, it features an option to adjust the
	  margins of the Lexmark Z31 and uni-directional
	  printing on the Z12 now.
	- Fix datadir on systems that don't provide a default
	  prefix (MacOS X).  SF Bug #695705.
2003-12-19 12:07:43 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
a679d31ffe Remove patch-ad, since it does not exist any more. 2003-06-19 08:27:00 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
jlam
b77e024b16 Update print/ghostscript-esp{,-nox11} to 7.05.6.
- Use autoconf.mk to regenerate configure script instead of adding a
  huge patch to the patches directory.
- The CUPS driver now properly generates CIE colorspaces.
- The pstoraster wrapper didn't correctly pass the cupsProfile attribute
  into Ghostscript; this resulted in user-defined profiles being ignored
  when printing PS files.
- The CUPS driver now properly rotates the page when given a landscape
  PageSize.
- Replaced the "lxm3200" driver (gdevlx32.c) by a modified version which
  supports also the Z31 and the Z12
- Updated japanese driver pack "gdevlips" from version 2.3.4 to 2.4.0. The
  pack contains the devices "lips2p" "bjc880j". "lips4", "lips4v",
  "escpage", "lp2000".  "npdl", and "rpdl". "rpdl" is newly added (for
  Ricoh's RPDL printers).
- Added "#define USE_POSSIBLY_FLAWED_COMPRESSION 1" to src/gdevhl7x.c
  (driver "hl7x0"). This fixes the problem that the printer stops in the
  middle of the page.
2003-05-28 03:28:05 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
bouyer
c492b1e7fb libXt also need libSM,libICE.
Reduce the number of duplicate -L and -Wl,-R on link command line, the
solaris linker seems to have limitations here.
2002-10-24 20:08:22 +00:00
jlam
bfe27de5b6 Move the psraster.convs example file to ${PREFIX}/share/examples/cups. 2002-09-18 23:21:33 +00:00
jlam
82e85bc8b5 Fix punctuation. 2002-09-18 22:30:02 +00:00
jlam
8573e1d5a4 Initial import of ghostscript-esp-7.05.5.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains ESP Ghostscript, which is a separately maintained
distribution of GNU Ghostscript and distributed under the terms of the GNU
Public License.  ESP Ghostscript incorporates the CUPS raster printer
driver, and a large number of contributed Ghostscript printer drivers.
2002-09-18 22:28:14 +00:00