Commit graph

97 commits

Author SHA1 Message Date
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
dde8c871c5 Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
02f1b219c3 Update to 2.18.6:
libgnomeprint 2.18.6
	* Fix warnings about missing format specifiers
	* Updated translations
	  (ar, bg, it, ps, pt_BR, zh_HK, zh_TW)
2009-03-06 13:53:03 +00:00
drochner
773743f928 update to 2.18.5
changes: translation updates
2008-10-16 13:40:04 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
drochner
2e224205eb update to 2.18.4
changes:
-code cleanup
-Support searching and cut'n'paste of text in PDF files
 output by libgnomeprint
-Fix problem in the postcript backend that caused images
 to be printed as black squares
2008-02-13 19:39:26 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
rillig
b276aa9d2d Explicitly disable the PAPI support, since it is not mentioned in the
PLIST. It got detected on Solaris 10 automatically, and the build failed
because of extra files in LOCALBASE.
2007-11-02 11:13:57 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
rillig
e6da3df7f1 Reverted the last change. The patch had been for a previous version, and
I didn't even test that it applies. Thanks to wiz for checking.
2007-09-21 08:38:39 +00:00
rillig
ebc3e49bfb Fixed a build failure with sunpro. 2007-09-20 17:32:49 +00:00
rillig
f0b8668311 This package needs flex, at least on Solaris. 2007-09-20 17:15:49 +00:00
drochner
cebaf404bb update to 2.18.2
changes: translation updates
2007-09-18 20:00:04 +00:00
wiz
6f41e3da8f Update to 2.18.1:
libgnomeprint 2.18.1

	* Fix a crash in Gedit caused by a typo.
	  (Jeremy Messenger, Joe Marcus Clarke)
	* Fix compiler warnings (Damien Carberry, Michael Wolf)
	* Updated translations:
		- fi (Ilkka Tuohela)
		- ga (Ignacio Casal Quinteiro)
		- si (Danishka Navin)
		- ta (Tirumurthi Vasudevan)
		- vi (Pham Thanh Long)
2007-08-30 06:20:14 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
drochner
9c4c2fbc8c fix duplicated line 2007-04-19 18:31:23 +00:00
tron
4451a7afed Fix broken "configure" script:
It skips the check for the math library on Darwin because the math
functions are included in the system library. It however later aborts
because it didn't find a math library.

Work arround this by not skipping the math library check on Darwin.
The "configure" scripts now finds "/usr/lib/libm.dylib" which is
a symlink to the system library.
2007-04-11 16:22:14 +00:00
wiz
46c081fdf9 Add lib/libgnomeprint/${PKGVERSION}/modules/filters/libgnomeprint-reverse.la
that gets installed (for me). Ride update from today.
2007-04-10 23:22:55 +00:00
drochner
41b7166fd9 update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here.

pkgsrc change: get rid of the dependency on gtk-doc
2007-04-10 18:56:12 +00:00
dmcmahill
6100f02a1a add missing gtk-doc used for the build, fix PLIST 2007-02-20 18:18:37 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
drochner
0adc28e196 migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION 2006-11-13 20:55:46 +00:00
joerg
7d97eaa30c DESTDIR support. Remove explicit x11 include. 2006-11-06 10:58:56 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
f14ae9d7ef Include x11.buildlink3.mk. This uses at least libXext.
(Or instead one of the other x11-needing included buildlink3.mk
files could include it.)
2006-04-08 21:06:59 +00:00
salo
5865f6b9bd Needs bison to build. 2006-04-06 16:07:30 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
b1ba023f95 Fix cups handling in buildlink3.mk file.
cups is not enabled by default, so no further changes.

Users who have added cups to the options for this package should
rebuild all dependencies.
2005-12-01 18:16:50 +00:00
jmmv
e424eb1a6d Update libgnomeprint and libgnomeprintui to 2.12.1:
libgnomeprint 2.12.1

Christian Persch:
	* Fix the missing page of the print dialog. [#316692]
	* Don't crash or leak when printing to an invalid file. [#312803]

Jody:
	* Fix transparent image rendering. [#316018]
	* Patch leaks. [#312928, #312929, #316517]
	* Update paper preview on custom paper size change [#306886]
	* Fix instability in filters [#316490]

Jürg Billeter:
	* select the default printer. [#155144]

------------------------------------------------------------------------------
libgnomeprint 2.11.0

Ivan Wong:
	* Port to win32.
	* GDI backend.

Jody:
	* Fix pdf generation.
	* Fix duplex for cups printers.
	* Re-enable duplex-tumble for printers without ppd.
	* Add some G_GNUC_PRINTF to improve api warnings.

Lutz:
	* Prepare to modularize transports and drivers.
	* More work on clipboard support for previews.

Owen:
	* Fix pango handling of vertical offsets.
2005-10-10 13:57:40 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jmmv
15f6d2ab4e Fix build under Dragonfly (errno fallout). Patch from Joerg Sonnenberger. 2005-06-05 09:36:47 +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
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
drochner
90d1f661fb update to 2.10.3
no documented changes to 2.10.2
2005-04-26 18:07:49 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
8d7f9d7874 Update libgnomeprint and libgnomeprintui to 2.10.2:
libgnomeprint 2.10.2

Jody:
	* Only offer a duplex option if it exists.
	* The /etc/printcap importer was creating one model for all
	  printers. [#169963]
	* Honour custom kerning requests in ps2/pdf backends [#158424]

Suresh:
	* Ignore bitmaps in fonts. [#171128]

Tony Graham:
	* Some debug routines for GnomeGlyphList [#114858]

libgnomeprint 2.10.1

Jody:
	* Overzealous win32 port broke custom transports [#167325]
	* Remove use of %g in pdf exporter.
	* Slight speed optimization in pdf export.
	* Leak fix.

Kjartan:
	* Even more leak fixes.
2005-03-25 16:34:47 +00:00
jmmv
94822137fb Update libgnomeprint and libgnomeprintui to 2.10.0:
Dom Lachowicz:
	* Some pdf fixes.
	* Support alpha in pdf images

Jody:
	* Some AIX build fixes [#160861]

Lutz Mueller:
	* Misc cleanup
	* Prep for D&D support

Matthias Clasen:
	* Async ppd loading

Suresh Chandrasekharan:
	* Handle subfonts in ttf according to spec [#158027]
2005-03-22 16:03:04 +00:00