Commit graph

86 commits

Author SHA1 Message Date
wiz
860e4850d1 Unused. 2004-05-04 08:18:26 +00:00
adam
9596058992 Follow new FreeType2 build rules 2004-04-27 15:19:53 +00:00
tron
551827e10f Convert to buildlink3 framework. 2004-03-29 18:11:14 +00:00
tron
e4e5a452c8 Backout my recent changes because Thomas Klausner and Grant Beattie
disapprove.
2004-03-16 14:04:44 +00:00
tron
89400dc756 Include "db4" buildlink2 glue code to fix build problems in package
depending on this package.
2004-03-16 08:57:59 +00:00
tron
20bf5d42d1 Include "db4" buildlink2 glue code to fix build problem. Bump package
revision because of this.
2004-03-16 08:39:29 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +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
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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
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