From 47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56 Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 4 May 2001 21:39:58 +0000 Subject: Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 --- print/gnomeprint/Makefile | 6 ++---- print/gnomeprint/distinfo | 2 +- print/gnomeprint/files/patch-ac | 8 ++++++++ print/gnomeprint/pkg-plist | 6 ++++-- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 print/gnomeprint/files/patch-ac (limited to 'print/gnomeprint') diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 83f4f01e60f3..19d3b2c8bcae 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -15,15 +15,13 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf PLIST_SUB= VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/gnomeprint/distinfo b/print/gnomeprint/distinfo index a5909c7fa11f..3254ee6401f5 100644 --- a/print/gnomeprint/distinfo +++ b/print/gnomeprint/distinfo @@ -1 +1 @@ -MD5 (gnome-print-0.25.tar.gz) = 18d122b0ce1cc9f8ddf57a642c0e2af3 +MD5 (gnome-print-0.28.tar.gz) = a14fa46020e432661deddc3128fdfe99 diff --git a/print/gnomeprint/files/patch-ac b/print/gnomeprint/files/patch-ac new file mode 100644 index 000000000000..a299a643f671 --- /dev/null +++ b/print/gnomeprint/files/patch-ac @@ -0,0 +1,8 @@ +--- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 ++++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 +@@ -6,4 +6,4 @@ + +-#include + #include ++#include + #include diff --git a/print/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist index b1170ac68f73..e402bc3d3bbd 100644 --- a/print/gnomeprint/pkg-plist +++ b/print/gnomeprint/pkg-plist @@ -24,7 +24,7 @@ include/libgnomeprint/gnome-rfont.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so -lib/libgnomeprint.so.13 +lib/libgnomeprint.so.16 share/gnome/fonts/afms/adobe/pagd8a.afm share/gnome/fonts/afms/adobe/pagdo8a.afm share/gnome/fonts/afms/adobe/pagk8a.afm @@ -66,9 +66,11 @@ share/gnome/fonts/afms/adobe/putr8a.afm share/gnome/fonts/afms/adobe/putri8a.afm share/gnome/fonts/afms/adobe/pzcmi8a.afm share/gnome/fonts/afms/adobe/pzdr.afm -share/gnome/fonts/fontmap +share/gnome/fonts/fontmap2 share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile +share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile +share/locale/az/LC_MESSAGES/gnome-print.mo share/locale/ca/LC_MESSAGES/gnome-print.mo share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo -- cgit