diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-20 00:07:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-20 00:07:52 +0000 |
commit | e385400386ef1e4dddad0ce39f90f9ff02fc1853 (patch) | |
tree | 74af446f4d30bfdcd4beae2601ca4a1fa99e272b /devel/libbonobo | |
parent | 679b6d8764f64c016a56813a0cf2af3e47ec8b3c (diff) | |
download | ports-e385400386ef1e4dddad0ce39f90f9ff02fc1853.tar.gz ports-e385400386ef1e4dddad0ce39f90f9ff02fc1853.zip |
Notes
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 6 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 2 | ||||
-rw-r--r-- | devel/libbonobo/files/patch-Makefile.in | 15 | ||||
-rw-r--r-- | devel/libbonobo/pkg-plist | 4 |
4 files changed, 16 insertions, 11 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 38faede2cbdc..69a11e46390a 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbonobo -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -28,4 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 688cd940e95a..bd5928eba29d 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1 +1 @@ -MD5 (gnome2/libbonobo-2.2.1.tar.bz2) = 3aab63a34cbadbd07e0e75c2cf8b2ade +MD5 (gnome2/libbonobo-2.2.2.tar.bz2) = 1fd7c140e54f3e079fc5d0b5ad8d5811 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in index fd62bf9e3249..2caca4eff655 100644 --- a/devel/libbonobo/files/patch-Makefile.in +++ b/devel/libbonobo/files/patch-Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- Makefile.in 2002/02/14 09:30:47 1.1 -+++ Makefile.in 2002/02/14 09:30:57 -@@ -122,7 +122,7 @@ - YACC = @YACC@ +--- Makefile.in.orig Mon May 19 19:57:56 2003 ++++ Makefile.in Mon May 19 19:58:21 2003 +@@ -132,7 +132,7 @@ cxxflags_set = @cxxflags_set@ - + gnomelocaledir = @gnomelocaledir@ + install_sh = @install_sh@ -SUBDIRS = idl bonobo monikers samples tests po doc +SUBDIRS = idl bonobo monikers samples po doc libincludedir = $(includedir)/libbonobo-2.0 - libinclude_HEADERS = libbonobo.h + libinclude_HEADERS = \ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index c99925931bce..b8914e97df0a 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -82,6 +82,7 @@ share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo +share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo @@ -95,11 +96,14 @@ share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo +share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo +share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo @dirrm share/idl/bonobo-2.0 |