svn commit: r351794 - head/devel/gconfmm26
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 10:05:13 UTC 2014
Author: bapt
Date: Tue Apr 22 10:05:12 2014
New Revision: 351794
URL: http://svnweb.freebsd.org/changeset/ports/351794
QAT: https://qat.redports.org/buildarchive/r351794/
Log:
Support stage
strip binaries
Modified:
head/devel/gconfmm26/Makefile
head/devel/gconfmm26/pkg-plist
Modified: head/devel/gconfmm26/Makefile
==============================================================================
--- head/devel/gconfmm26/Makefile Tue Apr 22 10:02:33 2014 (r351793)
+++ head/devel/gconfmm26/Makefile Tue Apr 22 10:05:12 2014 (r351794)
@@ -12,24 +12,20 @@ DIST_SUBDIR= gnome2
MAINTAINER= bland at FreeBSD.org
COMMENT= C++ wrapper for gconf2 API library
-LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
+LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24
-LATEST_LINK= gconfmm26
-
-USES= pkgconfig
-USE_BZIP2= yes
+USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_XORG= x11
-USE_GMAKE= yes
-USE_GNOME= gnomehack gconf2 referencehack
+USE_GNOME= gconf2 referencehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static --disable-documentation
+INSTALL_TARGET= install-strip
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
Modified: head/devel/gconfmm26/pkg-plist
==============================================================================
--- head/devel/gconfmm26/pkg-plist Tue Apr 22 10:02:33 2014 (r351793)
+++ head/devel/gconfmm26/pkg-plist Tue Apr 22 10:05:12 2014 (r351794)
@@ -19,6 +19,7 @@ lib/libgconfmm-%%VERSION%%.a
lib/libgconfmm-%%VERSION%%.la
lib/libgconfmm-%%VERSION%%.so
lib/libgconfmm-%%VERSION%%.so.1
+lib/libgconfmm-%%VERSION%%.so.1.0.6
libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc
@dirrm lib/gconfmm-%%API_VERSION%%/include
@dirrm lib/gconfmm-%%API_VERSION%%
More information about the svn-ports-all
mailing list