Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 13:12:27 +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: r352497 - in head/archivers: libmspack xpk
Message-ID:  <201404281312.s3SDCRlp043441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 28 13:12:26 2014
New Revision: 352497
URL: http://svnweb.freebsd.org/changeset/ports/352497
QAT: https://qat.redports.org/buildarchive/r352497/

Log:
  Convert from USE_AUTOTOOLS=libtool to uses=libtool
  
  While here:
  - archivers/libmspack:
    * Strip binaries

Modified:
  head/archivers/libmspack/Makefile
  head/archivers/xpk/Makefile
  head/archivers/xpk/pkg-plist

Modified: head/archivers/libmspack/Makefile
==============================================================================
--- head/archivers/libmspack/Makefile	Mon Apr 28 13:12:22 2014	(r352496)
+++ head/archivers/libmspack/Makefile	Mon Apr 28 13:12:26 2014	(r352497)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmspack
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://www.cabextract.org.uk/libmspack/
 DISTNAME=	${PORTNAME}-${PORTVERSION}alpha
@@ -12,9 +13,9 @@ COMMENT=	Library for Microsoft compressi
 
 LICENSE=	LGPL21
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix
+USES=		libtool:oldver pathfix
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/archivers/xpk/Makefile
==============================================================================
--- head/archivers/xpk/Makefile	Mon Apr 28 13:12:22 2014	(r352496)
+++ head/archivers/xpk/Makefile	Mon Apr 28 13:12:26 2014	(r352497)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpk
 PORTVERSION=	0.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	http://vesuri.jormas.com/xpk/ \
 		http://www.energyhq.es.eu.org/files/
@@ -11,7 +11,7 @@ MASTER_SITES=	http://vesuri.jormas.com/x
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The eXternal PacKer (XPK) library system
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/archivers/xpk/pkg-plist
==============================================================================
--- head/archivers/xpk/pkg-plist	Mon Apr 28 13:12:22 2014	(r352496)
+++ head/archivers/xpk/pkg-plist	Mon Apr 28 13:12:26 2014	(r352497)
@@ -10,24 +10,24 @@ include/xpk/xpkLib.h
 include/xpk/xpkprefs.h
 include/xpk/xpksub.h
 lib/libxpkGZIP.a
-lib/libxpkGZIP.la
 lib/libxpkGZIP.so
-lib/libxpkGZIP.so.1
+lib/libxpkGZIP.so.0
+lib/libxpkGZIP.so.0.1.1
 lib/libxpkNONE.a
-lib/libxpkNONE.la
 lib/libxpkNONE.so
-lib/libxpkNONE.so.1
+lib/libxpkNONE.so.0
+lib/libxpkNONE.so.0.1.4
 lib/libxpkRLEN.a
-lib/libxpkRLEN.la
 lib/libxpkRLEN.so
-lib/libxpkRLEN.so.1
+lib/libxpkRLEN.so.0
+lib/libxpkRLEN.so.0.1.0
 lib/libxpkSQSH.a
-lib/libxpkSQSH.la
 lib/libxpkSQSH.so
-lib/libxpkSQSH.so.1
+lib/libxpkSQSH.so.0
+lib/libxpkSQSH.so.0.1.1
 lib/libxpkmaster.a
-lib/libxpkmaster.la
 lib/libxpkmaster.so
-lib/libxpkmaster.so.5
+lib/libxpkmaster.so.0
+lib/libxpkmaster.so.0.5.2
 share/aclocal/xpk.m4
 @dirrm include/xpk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404281312.s3SDCRlp043441>