svn commit: r355349 - head/net-im/icqlib

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 26 14:02:04 UTC 2014


Author: amdmi3
Date: Mon May 26 14:02:03 2014
New Revision: 355349
URL: http://svnweb.freebsd.org/changeset/ports/355349
QAT: https://qat.redports.org/buildarchive/r355349/

Log:
  - Switch to USES=libtool
  - Strip library

Modified:
  head/net-im/icqlib/Makefile
  head/net-im/icqlib/pkg-plist

Modified: head/net-im/icqlib/Makefile
==============================================================================
--- head/net-im/icqlib/Makefile	Mon May 26 14:01:55 2014	(r355348)
+++ head/net-im/icqlib/Makefile	Mon May 26 14:02:03 2014	(r355349)
@@ -3,15 +3,14 @@
 
 PORTNAME=	icqlib
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library required by kicq (not libicq)
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
@@ -19,4 +18,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
 		${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libicq.so
+
 .include <bsd.port.mk>

Modified: head/net-im/icqlib/pkg-plist
==============================================================================
--- head/net-im/icqlib/pkg-plist	Mon May 26 14:01:55 2014	(r355348)
+++ head/net-im/icqlib/pkg-plist	Mon May 26 14:02:03 2014	(r355349)
@@ -1,5 +1,5 @@
 include/icq.h
 lib/libicq.a
-lib/libicq.la
 lib/libicq.so
 lib/libicq.so.1
+lib/libicq.so.1.0.0


More information about the svn-ports-all mailing list