Commit graph

73 commits

Author SHA1 Message Date
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
jmmv
dfddde38c4 Do not try to remove include/gnome-1.0; it is beeing removed by the
gnome-libs dependancy.
2003-01-04 22:43:53 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
fb78c60ab1 Unused. 2002-10-08 12:23:41 +00:00
wiz
091d48fddf Remove patch that is not necessary any longer with buildlink2. 2002-09-26 18:39:41 +00:00
jlam
c6f5cfdcbc We use ghostscript.mk, so lose the redundant DEPENDS on ghostscript. 2002-09-21 08:20:52 +00:00
wiz
64f3e494e0 Convert to buildlink2. 2002-09-14 18:32:01 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
mjl
915b4eb491 Update gnome-print to 0.36
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-26 19:39:29 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
ca84851d06 Strongly buildlinkify and use LIBTOOL_OVERRIDE to use the pkgsrc libtool
instead of the package-supplied one.
2002-04-10 01:59:14 +00:00
perry
c48049a3fe do the right thing with freetype2 (patch by agc) 2002-03-27 18:51:51 +00:00
rh
49e1fd6709 Update gnome-print to 0.35. This is mainly a bug-fix release, but also
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-26 09:20:44 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-23 13:14:43 +00:00
rh
7e405ac2c2 Pull in libunicode via buildlink.mk. Patches provided in private mail by
Eric Gillespie <epg@pretzelnet.org>
2001-10-06 12:44:52 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
rh
fc94e98714 Fix copy/paste error and remove libart 2001-10-01 07:08:09 +00:00
rh
44b8ad0811 Buildlinkify 2001-10-01 07:04:03 +00:00
rh
9d3474b48b Update gnome-print to 0.29.
Changes are bugfixes only:
    * many robustness issues fixed.
    * fixed printing of componentized documents
2001-08-11 18:24:16 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
1c989c3883 Move to sha1 digests, where appropriate and possible, and add distfile
sizes.
2001-04-20 12:41:48 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
rh
a6c4290fcc Add missing patch 2001-04-06 22:12:55 +00:00
rh
9bc49e1bfa Update gnome-print to 0.28
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
2001-04-06 22:12:07 +00:00
tron
7ce85a757c Don't try to remove directory "share/fonts" any more because it is a
distribution directory now.
2001-03-16 17:23:45 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
rh
f4046ed494 s/gkd-pixbuf/gdk-pixbuf/ 2000-12-17 09:28:23 +00:00
wiz
1f608d4386 Add dependency on gdk-pixbuf. 2000-12-15 19:14:04 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00
rh
7da6bd1dae Update gnome-print to 0.25. Changes are bugfixes only. 2000-11-25 13:53:08 +00:00
rh
5a4edd7baf Undo accidential commit of gnome-print. 2000-11-23 14:01:52 +00:00
rh
1a41dbff49 Add and enable pcps 2000-11-23 13:47:36 +00:00
rh
90422ffba6 Update gnome-print to 0.24. Changes include:
* profiles/pdf.profile (driver): rename to "Gnome Print PDF Writer"

 * profiles/PostscriptOptimized.profile: enable ps2 as the default
   postscript profile

 * profiles: move profiles that should not get installed
   by default to the development directory

 * profiles/Postscript.profile: split into 3. Normal
   Optimized and No-alpha

 * README: Write a short summary of features

 * configure.in: Remove libunicode dependency

 * tests/testprint4.c (latin_to_utf8): Remove libunicode stuff


 * configure.in: Add an additional check for libunicode, to work
   around libunicode-0.4 not working properly with gnome-config.
 * doc/Makefile.am: Update the gtk-doc 'scan' target.
 * doc/gnome-print.sgml: added
 * libgnomeprint/*.[ch]: various small typo fixes and gtk-doc
   cleanups in the comments.
2000-10-17 17:10:51 +00:00
rh
f2f5d1d952 Update gnome-print to 0.23. Changes are bugfixes, additional properties,
and support for test programs.
2000-10-15 17:35:28 +00:00
jlam
ae1eabe13a USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 06:57:42 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
rh
d0f17b8c82 Update gnome-print to 0.20. Changes are bugfixes, compression support, and
updated language catalogs.
2000-05-31 09:15:18 +00:00
rh
99225a241e Update gnome-print to 0.19. Changes include bugfixes and a new testprint
function.
2000-05-19 16:19:45 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
dmcmahill
5dd75bf274 override HOME environment variable because 'make install' tries to create
$HOME/.gnome
This addresses PR pkg/9956
2000-04-24 14:14:35 +00:00
jlam
783e3804bc Backout changes to use gstty and depend on ghostscript*-5.50nb2. 2000-04-20 16:32:07 +00:00
jlam
c651217a12 Depend on ghostscript-*nb1 since were modified to use gstty/gs. 2000-04-16 17:36:42 +00:00