aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/libgnomeprint/Makefile15
-rw-r--r--print/libgnomeprint/distinfo2
-rw-r--r--print/libgnomeprint/pkg-plist3
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile15
-rw-r--r--x11-toolkits/libgnomeprintui/distinfo2
-rw-r--r--x11-toolkits/libgnomeprintui/pkg-plist1
6 files changed, 15 insertions, 23 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 903e98eadb51..71c92a7ab125 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libgnomeprint
-PORTVERSION= 1.115.0
+PORTVERSION= 1.116.0
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
+MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -22,24 +22,19 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
's|<malloc[.]h>|<stdlib.h>|'
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
- s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
post-install:
@${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts
diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo
index b4055f4259ee..fc03567c58fd 100644
--- a/print/libgnomeprint/distinfo
+++ b/print/libgnomeprint/distinfo
@@ -1 +1 @@
-MD5 (gnome2/libgnomeprint-1.115.0.tar.bz2) = e44cf8558c5d82a49c495a894f48539a
+MD5 (gnome2/libgnomeprint-1.116.0.tar.bz2) = cbb85ce28de29205aa8ee17c40f29b9b
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist
index 6455b5accdb1..5d75b8a4b4a7 100644
--- a/print/libgnomeprint/pkg-plist
+++ b/print/libgnomeprint/pkg-plist
@@ -53,6 +53,7 @@ share/gnome/gnome-print-2.0/vendors/HP.vendor
share/gnome/libgnomeprint-2.0/fonts/adobe-urw.font
share/gnome/libgnomeprint-2.0/fonts/defaults.fontmap
share/locale/az/LC_MESSAGES/libgnomeprint-2.0.mo
+share/locale/bg/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/ca/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/es/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/et/LC_MESSAGES/libgnomeprint-2.0.mo
@@ -60,6 +61,7 @@ share/locale/fr/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/hu/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/hi/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/it/LC_MESSAGES/libgnomeprint-2.0.mo
+share/locale/ja/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/ko/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/ms/LC_MESSAGES/libgnomeprint-2.0.mo
share/locale/nl/LC_MESSAGES/libgnomeprint-2.0.mo
@@ -85,7 +87,6 @@ share/locale/zh_TW/LC_MESSAGES/libgnomeprint-2.0.mo
@dirrm share/gnome/gnome-print-2.0/models
@dirrm share/gnome/gnome-print-2.0/media
@dirrm share/gnome/gnome-print-2.0
-@dirrm share/gnome/fonts
@dirrm share/doc/libgnomeprint
@dirrm lib/gnome-print-2.0/transports
@dirrm lib/gnome-print-2.0/drivers
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 60931ac76c2f..cc9eec6f5478 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libgnomeprintui
-PORTVERSION= 1.115.0
+PORTVERSION= 1.116.0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
+MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -21,23 +21,18 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_BISON= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
- s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk>
diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo
index 25f4c09f56de..fa148c2a5027 100644
--- a/x11-toolkits/libgnomeprintui/distinfo
+++ b/x11-toolkits/libgnomeprintui/distinfo
@@ -1 +1 @@
-MD5 (gnome2/libgnomeprintui-1.115.0.tar.bz2) = f0dea2bc7071c1e149f379a9b267e5b3
+MD5 (gnome2/libgnomeprintui-1.116.0.tar.bz2) = c739622112cbcea5c5387c803204c2d6
diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist
index 1df0f33b71d3..c5905aa45858 100644
--- a/x11-toolkits/libgnomeprintui/pkg-plist
+++ b/x11-toolkits/libgnomeprintui/pkg-plist
@@ -10,6 +10,7 @@ lib/libgnomeprintui-2.so
lib/libgnomeprintui-2.so.0
libdata/pkgconfig/libgnomeprintui-2.0.pc
share/locale/az/LC_MESSAGES/libgnomeprintui.mo
+share/locale/bg/LC_MESSAGES/libgnomeprintui.mo
share/locale/ca/LC_MESSAGES/libgnomeprintui.mo
share/locale/de/LC_MESSAGES/libgnomeprintui.mo
share/locale/es/LC_MESSAGES/libgnomeprintui.mo