diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-30 14:36:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-30 14:36:47 +0800 |
commit | 77dad95a5d6bb3df443eaae71e2b113f0e8dde2d (patch) | |
tree | 127a8da5ee582da9cbb73cda4a34bb2aedb7eff8 /x11-toolkits | |
parent | 44dff71d6873537692f113931320596da55cad12 (diff) | |
download | freebsd-ports-graphics-77dad95a5d6bb3df443eaae71e2b113f0e8dde2d.tar.gz freebsd-ports-graphics-77dad95a5d6bb3df443eaae71e2b113f0e8dde2d.tar.zst freebsd-ports-graphics-77dad95a5d6bb3df443eaae71e2b113f0e8dde2d.zip |
Update to 1.0.2 which should fix the build problems we're seeing on bento
and beta.
Reported by: bento and beta
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/bakery/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/bakery/pkg-plist | 32 |
3 files changed, 23 insertions, 22 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 37cdcfbae26..c952f496116 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bakery -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,17 +18,16 @@ LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/x11-toolkits/bakery/distinfo b/x11-toolkits/bakery/distinfo index 265c8bd9e80..4e9f92c4b54 100644 --- a/x11-toolkits/bakery/distinfo +++ b/x11-toolkits/bakery/distinfo @@ -1 +1 @@ -MD5 (bakery-0.7.0.tar.gz) = 31d50b397f283f21d1fa5f87369b3117 +MD5 (bakery-1.0.2.tar.gz) = 1d69d3f206e9c579baf64d03ba91ad83 diff --git a/x11-toolkits/bakery/pkg-plist b/x11-toolkits/bakery/pkg-plist index d2f2d430c2c..bd3c77a2eb3 100644 --- a/x11-toolkits/bakery/pkg-plist +++ b/x11-toolkits/bakery/pkg-plist @@ -1,19 +1,21 @@ bin/bakery-config -include/bakery/App/App.h -include/bakery/App/App_WithDoc.h -include/bakery/App/Dialog_OfferSave.h -include/bakery/Document/Document.h -include/bakery/FileSelection/FileSelection.h -include/bakery/View/View.h -include/bakery/View/ViewBase.h -include/bakery/View/View_Composite.h -include/bakery/bakery.h -lib/libbakery-0.7.so.4 +include/bakery-1.0/bakery/App/App.h +include/bakery-1.0/bakery/App/App_WithDoc.h +include/bakery-1.0/bakery/App/Dialog_OfferSave.h +include/bakery-1.0/bakery/App/Dialog_OverwriteFile.h +include/bakery-1.0/bakery/Document/Document.h +include/bakery-1.0/bakery/FileSelection/FileSelection.h +include/bakery-1.0/bakery/View/View.h +include/bakery-1.0/bakery/View/ViewBase.h +include/bakery-1.0/bakery/View/View_Composite.h +include/bakery-1.0/bakery/bakery.h lib/libbakery.a lib/libbakery.so +lib/libbakery-1.0.so.5 share/aclocal/bakery.m4 -@dirrm include/bakery/View -@dirrm include/bakery/FileSelection -@dirrm include/bakery/Document -@dirrm include/bakery/App -@dirrm include/bakery +@dirrm include/bakery-1.0/bakery/View +@dirrm include/bakery-1.0/bakery/FileSelection +@dirrm include/bakery-1.0/bakery/Document +@dirrm include/bakery-1.0/bakery/App +@dirrm include/bakery-1.0/bakery +@dirrm include/bakery-1.0 |