diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-29 13:27:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-29 13:27:52 +0800 |
commit | 1129ea8c766cf583fb7e66eff02c262a07f8a824 (patch) | |
tree | c29ec56fa54c7167404623f0b0a17860aba80d8e /print | |
parent | 15cfaead1c2abeacd9e0c0004e3277bd82815362 (diff) | |
download | freebsd-ports-gnome-1129ea8c766cf583fb7e66eff02c262a07f8a824.tar.gz freebsd-ports-gnome-1129ea8c766cf583fb7e66eff02c262a07f8a824.tar.zst freebsd-ports-gnome-1129ea8c766cf583fb7e66eff02c262a07f8a824.zip |
Update to 1.116.0 and add USE_GNOMENG.
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 15 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 2 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 3 |
3 files changed, 8 insertions, 12 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 |