Date: Tue, 28 Jan 2014 22:13:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341663 - head/devel/libsigcx Message-ID: <201401282213.s0SMDki8001259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282213.s0SMDki8001259>