mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Update to 2.2.3, and turn a patch into a REINPLACE.
This commit is contained in:
parent
a352e297cf
commit
e8523fca5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82905
4 changed files with 6 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libbonobo
|
||||
PORTVERSION= 2.2.2
|
||||
PORTVERSION= 2.2.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
|
||||
|
@ -28,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "/^SUBDIRS/s/tests//" ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome2/libbonobo-2.2.2.tar.bz2) = 1fd7c140e54f3e079fc5d0b5ad8d5811
|
||||
MD5 (gnome2/libbonobo-2.2.3.tar.bz2) = 706e3f722dc5ece02ae27c14984d9810
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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 = \
|
|
@ -65,6 +65,7 @@ share/locale/be/LC_MESSAGES/libbonobo-2.0.mo
|
|||
share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/libbonobo-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/libbonobo-2.0.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue