svn commit: r334712 - head/devel/libsigc++12

Koop Mast kwm at FreeBSD.org
Sun Nov 24 09:16:33 UTC 2013


Author: kwm
Date: Sun Nov 24 09:16:33 2013
New Revision: 334712
URL: http://svnweb.freebsd.org/changeset/ports/334712

Log:
  Fix conflict with libsigc++20, stageify.

Modified:
  head/devel/libsigc++12/Makefile

Modified: head/devel/libsigc++12/Makefile
==============================================================================
--- head/devel/libsigc++12/Makefile	Sun Nov 24 08:56:44 2013	(r334711)
+++ head/devel/libsigc++12/Makefile	Sun Nov 24 09:16:33 2013	(r334712)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.2
+PKGNAMESUFFIX=	12
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome at FreeBSD.org
@@ -15,10 +16,11 @@ COMMENT=	Callback Framework for C++
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
-LATEST_LINK=	libsigc++12
 USE_LDCONFIG=	yes
 USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsigc-1.2.so.5
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list