summaryrefslogtreecommitdiff
path: root/print/gnome-print
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-12Remove patch obsoleted by 0.37 update.wiz1-13/+0
2005-02-09Update to 0.37: bugfix release.wiz2-8/+7
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-04Unused.wiz1-22/+0
2004-04-27Follow new FreeType2 build rulesadam6-1/+66
2004-03-29Convert to buildlink3 framework.tron2-7/+29
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron2-5/+4
disapprove.
2004-03-16Include "db4" buildlink2 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problem. Bump packagetron1-3/+3
revision because of this.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-9/+9
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2003-01-04Do not try to remove include/gnome-1.0; it is beeing removed by thejmmv1-2/+1
gnome-libs dependancy.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Unused.wiz1-54/+0
2002-09-26Remove patch that is not necessary any longer with buildlink2.wiz2-50/+1
2002-09-21We use ghostscript.mk, so lose the redundant DEPENDS on ghostscript.jlam1-3/+1
2002-09-14Convert to buildlink2.wiz1-10/+6
2002-09-13Use ghostscript.mk.jlam1-1/+3
2002-08-26Update gnome-print to 0.36mjl5-59/+62
Fix #80407 in parseAFM.c Fix #80415 in gnome-font-face.c Fix #78662 fix gp_ctx_new bug Fix #80417 in gnome-rfont.c Fix #80416 in gnome-rfont.c Fix #76610 in gfft2_move_to and gp_path_close_all gp_ps2_set_font_private fix s/=/==/ (Lauris)
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+22
buildlink2.mk files back into the main trunk.
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE to use the pkgsrc libtooljlam3-7/+54
instead of the package-supplied one.
2002-03-27do the right thing with freetype2 (patch by agc)perry1-1/+2
2002-03-26Update gnome-print to 0.35. This is mainly a bug-fix release, but alsorh5-57/+60
includes the following changes: - Print preview clips now all graphics, including text and bitmaps - it makes gnumeric and sodipodi previews much nicer - Fontmaps can contain per-locale default entries now, so unknown font names do not fall uniformly back to Helvetica any more - Added --dir flag to gnome-font-install (Tambet)
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-06Pull in libunicode via buildlink.mk. Patches provided in private mail byrh1-5/+6
Eric Gillespie <epg@pretzelnet.org>
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Fix copy/paste error and remove libartrh1-2/+1
2001-10-01Buildlinkifyrh2-4/+53
2001-08-11Update gnome-print to 0.29.rh3-12/+13
Changes are bugfixes only: * many robustness issues fixed. * fixed printing of componentized documents
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-1/+2
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Add missing patchrh1-0/+14
2001-04-06Update gnome-print to 0.28rh5-29/+18
Changes are: 2001-03-20 Lauris Kaplinski <lauris@ximian.com> * configure.in: Version 0.28 * run-gnome-font-install: Added IRIX-specific font & exec paths * installer/gnome-font-install.c: #include <popt-gnome.h> instead of <popt.h> 2001-03-08 Chema Celorio <chema@celorio.com> * tests/testprint4.c (latin_to_utf8): was not being used, #ifdef out 2001-03-07 Lauris Kaplinski <lauris@ximian.com> * gnome-print.spec.in (Group): Changed fontmap to fontamp2 and added fax profile 2001-03-06 Lauris Kaplinski <lauris@ximian.com> * configure.in: Set version to final 0.26 * tests/testprint.c (test_dump_metafile): Close context after printing 2001-03-02 Lauris Kaplinski <lauris@ximian.com> * installer/gnome-font-install.c (gfi_process_type1_alias): Read afm file, so we get correct italic angle and weight in case entry does not have them (as is the case with hand-made entries) * run-gnome-font-install: Change fontmap file name to fontmap2 2001-02-23 Lauris Kaplinski <lauris@ximian.com> * configure.in: Use version 0.26.pre 2001-02-22 Lauris Kaplinski <lauris@ximian.com> * profiles/fax-g3.profile (driver): Added fax profile 2001-02-21 Lauris Kaplinski <lauris@ximian.com> * tests/testtext.c (print_test_page): Added beginpage * tests/testprint3.c (print_test_page): Added beginpage * tests/testprint2.c (print_test_page): Added beginpage