From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 09:16:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE1E3683; Sun, 24 Nov 2013 09:16:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE19A27D9; Sun, 24 Nov 2013 09:16:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO9GXpk088977; Sun, 24 Nov 2013 09:16:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO9GXV7088976; Sun, 24 Nov 2013 09:16:33 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311240916.rAO9GXV7088976@svn.freebsd.org> From: Koop Mast Date: Sun, 24 Nov 2013 09:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334712 - head/devel/libsigc++12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 09:16:33 -0000 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@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