svn commit: r355430 - head/net/libsocketcpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 26 18:57:59 UTC 2014


Author: amdmi3
Date: Mon May 26 18:57:58 2014
New Revision: 355430
URL: http://svnweb.freebsd.org/changeset/ports/355430
QAT: https://qat.redports.org/buildarchive/r355430/

Log:
  - Convert to USES=libtool
  - Add LICENSE_FILE
  - Strip libraries

Modified:
  head/net/libsocketcpp/Makefile
  head/net/libsocketcpp/pkg-plist

Modified: head/net/libsocketcpp/Makefile
==============================================================================
--- head/net/libsocketcpp/Makefile	Mon May 26 18:56:50 2014	(r355429)
+++ head/net/libsocketcpp/Makefile	Mon May 26 18:57:58 2014	(r355430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsocketcpp
 PORTVERSION=	1.0.7
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/libsocket/${PORTNAME}-stable/${PORTVERSION}
 
@@ -10,8 +11,13 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ wrapper library to the sockets
 
 LICENSE=	LGPL21 # (or later)
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocketcpp.so
+
 .include <bsd.port.mk>

Modified: head/net/libsocketcpp/pkg-plist
==============================================================================
--- head/net/libsocketcpp/pkg-plist	Mon May 26 18:56:50 2014	(r355429)
+++ head/net/libsocketcpp/pkg-plist	Mon May 26 18:57:58 2014	(r355430)
@@ -2,7 +2,7 @@ bin/tcpservertest
 bin/tcptest
 include/libsocketcpp/tcpsocket.h
 lib/libsocketcpp.a
-lib/libsocketcpp.la
 lib/libsocketcpp.so
 lib/libsocketcpp.so.0
+lib/libsocketcpp.so.0.0.0
 @dirrm include/libsocketcpp


More information about the svn-ports-all mailing list