1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Update to 1.0.2 which should fix the build problems we're seeing on bento

and beta.

Reported by:	bento and beta
This commit is contained in:
Joe Marcus Clarke 2002-11-30 06:36:47 +00:00
parent 61ecca67fb
commit 8d8f66fcbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71247
3 changed files with 23 additions and 22 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (bakery-0.7.0.tar.gz) = 31d50b397f283f21d1fa5f87369b3117
MD5 (bakery-1.0.2.tar.gz) = 1d69d3f206e9c579baf64d03ba91ad83

View File

@ -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