Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 19:26:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364737 - head/devel/libsigcx
Message-ID:  <53ea6a83.6b17.1eeb2131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 19:26:58 2014
New Revision: 364737
URL: http://svnweb.freebsd.org/changeset/ports/364737
QAT: https://qat.redports.org/buildarchive/r364737/

Log:
  - Drop .la files, no dependees require them
  - Strip libraries
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libsigcx/Makefile
  head/devel/libsigcx/pkg-plist

Modified: head/devel/libsigcx/Makefile
==============================================================================
--- head/devel/libsigcx/Makefile	Tue Aug 12 19:17:06 2014	(r364736)
+++ head/devel/libsigcx/Makefile	Tue Aug 12 19:26:58 2014	(r364737)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsigcx
 PORTVERSION=	0.6.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -15,11 +15,12 @@ LIB_DEPENDS=	libsigc-1.2.so:${PORTSDIR}/
 
 OPTIONS_DEFINE=	STATIC
 
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_DOXYGEN=""
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 STATIC_CONFIGURE_ENABLE=	static
 OPTIONS_SUB=	yes

Modified: head/devel/libsigcx/pkg-plist
==============================================================================
--- head/devel/libsigcx/pkg-plist	Tue Aug 12 19:17:06 2014	(r364736)
+++ head/devel/libsigcx/pkg-plist	Tue Aug 12 19:26:58 2014	(r364737)
@@ -19,12 +19,10 @@ include/sigcx-0.6/sigcx/timeval.h
 include/sigcx-0.6/sigcx/tunnel.h
 include/sigcx-0.6/sigcx/util.h
 %%STATIC%%lib/libsigcx-0.6.a
-lib/libsigcx-0.6.la
 lib/libsigcx-0.6.so
 lib/libsigcx-0.6.so.4
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea6a83.6b17.1eeb2131>