summaryrefslogtreecommitdiffstats
path: root/devel/bonobo
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-21 14:09:52 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-21 14:09:52 +0000
commitfc7e9ca444e0ebe60598f64a191126ea2be0b1a2 (patch)
treee1c589cfded922cb81d40bc09cee53045a00a332 /devel/bonobo
parent3a7c2cb27e95ccc4a9abfa801740251c58b20346 (diff)
downloadFreeBSD-ports-fc7e9ca444e0ebe60598f64a191126ea2be0b1a2.zip
FreeBSD-ports-fc7e9ca444e0ebe60598f64a191126ea2be0b1a2.tar.gz
Update to 1.0.8.
Diffstat (limited to 'devel/bonobo')
-rw-r--r--devel/bonobo/Makefile9
-rw-r--r--devel/bonobo/distinfo2
-rw-r--r--devel/bonobo/files/patch-po::Makefile.in.in14
-rw-r--r--devel/bonobo/pkg-plist1
4 files changed, 22 insertions, 4 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index 107737e..8599dbc 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= bonobo
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/bonobo
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint
USE_X_PREFIX= yes
@@ -22,12 +23,14 @@ USE_GNOMECTRL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib" \
+ MSGFMT=${LOCALBASE}/bin/msgfmt-new \
+ XGETTEXT=${LOCALBASE}/bin/xgettext-new
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo
index 05dc52e..6429ae3 100644
--- a/devel/bonobo/distinfo
+++ b/devel/bonobo/distinfo
@@ -1 +1 @@
-MD5 (bonobo-1.0.7.tar.gz) = 15948a55377d97a473732c263d6fc741
+MD5 (bonobo-1.0.8.tar.gz) = a21755814671e25d86988c098ebb68f3
diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in
new file mode 100644
index 0000000..2d1ff38
--- /dev/null
+++ b/devel/bonobo/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001
++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/devel/bonobo/pkg-plist b/devel/bonobo/pkg-plist
index 6ee775a..253518b 100644
--- a/devel/bonobo/pkg-plist
+++ b/devel/bonobo/pkg-plist
@@ -276,6 +276,7 @@ share/locale/tr/LC_MESSAGES/bonobo.mo
share/locale/uk/LC_MESSAGES/bonobo.mo
share/locale/wa/LC_MESSAGES/bonobo.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/bonobo.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/bonobo.mo
@dirrm share/gnome/ui
@dirrm share/gnome/libefs/html/libefs
@dirrm share/gnome/libefs/html
OpenPOWER on IntegriCloud