Date: Wed, 10 Sep 2014 12:18:09 +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: r367820 - head/net/libsocket++ Message-ID: <201409101218.s8ACI9Nf021827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 10 12:18:09 2014 New Revision: 367820 URL: http://svnweb.freebsd.org/changeset/ports/367820 QAT: https://qat.redports.org/buildarchive/r367820/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/net/libsocket++/Makefile head/net/libsocket++/pkg-plist Modified: head/net/libsocket++/Makefile ============================================================================== --- head/net/libsocket++/Makefile Wed Sep 10 12:18:00 2014 (r367819) +++ head/net/libsocket++/Makefile Wed Sep 10 12:18:09 2014 (r367820) @@ -3,7 +3,7 @@ PORTNAME= libsocket++ PORTVERSION= 1.12.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://src.linuxhacker.at/socket++/ DISTNAME= socket++-${PORTVERSION} @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool:keepla makeinfo +USES= libtool makeinfo USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize AUTOMAKE_ARGS= -a -c LIBTOOLIZE_ARGS=-i -c Modified: head/net/libsocket++/pkg-plist ============================================================================== --- head/net/libsocket++/pkg-plist Wed Sep 10 12:18:00 2014 (r367819) +++ head/net/libsocket++/pkg-plist Wed Sep 10 12:18:09 2014 (r367820) @@ -1,5 +1,4 @@ lib/libsocket++.a -lib/libsocket++.la lib/libsocket++.so lib/libsocket++.so.1 lib/libsocket++.so.1.0.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101218.s8ACI9Nf021827>