From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 22:13:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27D4C1AB; Tue, 28 Jan 2014 22:13:47 +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 EE57C1F74; Tue, 28 Jan 2014 22:13:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SMDkxd001261; Tue, 28 Jan 2014 22:13:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SMDki8001259; Tue, 28 Jan 2014 22:13:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401282213.s0SMDki8001259@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 22:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341663 - head/devel/libsigcx 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.17 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: Tue, 28 Jan 2014 22:13:47 -0000 Author: bapt Date: Tue Jan 28 22:13:46 2014 New Revision: 341663 URL: http://svnweb.freebsd.org/changeset/ports/341663 QAT: https://qat.redports.org/buildarchive/r341663/ Log: Support stage Convert to USES=libtool Add a static option now that we have a working libtool that respects that Modified: head/devel/libsigcx/Makefile head/devel/libsigcx/pkg-plist Modified: head/devel/libsigcx/Makefile ============================================================================== --- head/devel/libsigcx/Makefile Tue Jan 28 21:58:19 2014 (r341662) +++ head/devel/libsigcx/Makefile Tue Jan 28 22:13:46 2014 (r341663) @@ -3,21 +3,25 @@ PORTNAME= libsigcx PORTVERSION= 0.6.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An extension of libSigC++ +COMMENT= Extension of libSigC++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 +LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 -USES= pathfix gmake pkgconfig +OPTIONS_DEFINE= STATIC + +USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_DOXYGEN="" USE_LDCONFIG= yes -NO_STAGE= yes +STATIC_CONFIGURE_ENABLE= static +OPTIONS_SUB= yes + .include Modified: head/devel/libsigcx/pkg-plist ============================================================================== --- head/devel/libsigcx/pkg-plist Tue Jan 28 21:58:19 2014 (r341662) +++ head/devel/libsigcx/pkg-plist Tue Jan 28 22:13:46 2014 (r341663) @@ -18,14 +18,16 @@ include/sigcx-0.6/sigcx/thread_tunnel.h include/sigcx-0.6/sigcx/timeval.h include/sigcx-0.6/sigcx/tunnel.h include/sigcx-0.6/sigcx/util.h -lib/libsigcx-0.6.a +%%STATIC%%lib/libsigcx-0.6.a lib/libsigcx-0.6.la lib/libsigcx-0.6.so lib/libsigcx-0.6.so.4 -lib/libsigcx-gtk-0.6.a +lib/libsigcx-0.6.so.4.0.0 +%%STATIC%%lib/libsigcx-gtk-0.6.a lib/libsigcx-gtk-0.6.la lib/libsigcx-gtk-0.6.so lib/libsigcx-gtk-0.6.so.1 +lib/libsigcx-gtk-0.6.so.1.0.0 lib/sigcx-0.6/include/sigcxconfig.h libdata/pkgconfig/sigcx-0.6-gtk+.pc libdata/pkgconfig/sigcx-0.6.pc