svn commit: r350702 - in head/graphics: goocanvas goocanvasmm
Koop Mast
kwm at FreeBSD.org
Wed Apr 9 13:44:13 UTC 2014
Author: kwm
Date: Wed Apr 9 13:44:11 2014
New Revision: 350702
URL: http://svnweb.freebsd.org/changeset/ports/350702
QAT: https://qat.redports.org/buildarchive/r350702/
Log:
USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool
Modified:
head/graphics/goocanvas/Makefile
head/graphics/goocanvas/pkg-plist
head/graphics/goocanvasmm/Makefile
head/graphics/goocanvasmm/pkg-plist
Modified: head/graphics/goocanvas/Makefile
==============================================================================
--- head/graphics/goocanvas/Makefile Wed Apr 9 13:43:05 2014 (r350701)
+++ head/graphics/goocanvas/Makefile Wed Apr 9 13:44:11 2014 (r350702)
@@ -4,6 +4,7 @@
PORTNAME= goocanvas
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -12,11 +13,10 @@ COMMENT= Canvas widget for GTK+
PORTSCOUT= ignore:1
-USES= pathfix pkgconfig
-USE_GNOME= gtk20 ltverhack
+USES= libtool pathfix pkgconfig tar:bzip2
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_BZIP2= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -43,8 +43,8 @@ post-patch:
.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
.endif
-
+
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.3
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.*
.include <bsd.port.mk>
Modified: head/graphics/goocanvas/pkg-plist
==============================================================================
--- head/graphics/goocanvas/pkg-plist Wed Apr 9 13:43:05 2014 (r350701)
+++ head/graphics/goocanvas/pkg-plist Wed Apr 9 13:44:11 2014 (r350702)
@@ -20,6 +20,7 @@ lib/libgoocanvas.a
lib/libgoocanvas.la
lib/libgoocanvas.so
lib/libgoocanvas.so.3
+lib/libgoocanvas.so.3.5.0
libdata/pkgconfig/goocanvas.pc
%%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas.mo
%%NLS%%share/locale/es/LC_MESSAGES/goocanvas.mo
Modified: head/graphics/goocanvasmm/Makefile
==============================================================================
--- head/graphics/goocanvasmm/Makefile Wed Apr 9 13:43:05 2014 (r350701)
+++ head/graphics/goocanvasmm/Makefile Wed Apr 9 13:44:11 2014 (r350702)
@@ -4,7 +4,7 @@
PORTNAME= goocanvasmm
PORTVERSION= 0.15.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -15,14 +15,13 @@ LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}
PORTSCOUT= ignore:1
-USES= gmake pathfix pkgconfig
-USE_GNOME= gtkmm24 ltverhack
+USES= libtool gmake pathfix pkgconfig tar:bzip2
+USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation
-USE_BZIP2= yes
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.5
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.*
.include <bsd.port.mk>
Modified: head/graphics/goocanvasmm/pkg-plist
==============================================================================
--- head/graphics/goocanvasmm/pkg-plist Wed Apr 9 13:43:05 2014 (r350701)
+++ head/graphics/goocanvasmm/pkg-plist Wed Apr 9 13:44:11 2014 (r350702)
@@ -64,6 +64,7 @@ lib/goocanvasmm-1.0/include/goocanvasmmc
lib/libgoocanvasmm-1.0.la
lib/libgoocanvasmm-1.0.so
lib/libgoocanvasmm-1.0.so.5
+lib/libgoocanvasmm-1.0.so.5.0.0
libdata/pkgconfig/goocanvasmm-1.0.pc
@dirrm lib/goocanvasmm-1.0/include
@dirrm lib/goocanvasmm-1.0
More information about the svn-ports-head
mailing list