Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 15:57:43 +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: r360389 - head/graphics/imageworsener
Message-ID:  <201407031557.s63FvhXN028343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 15:57:42 2014
New Revision: 360389
URL: http://svnweb.freebsd.org/changeset/ports/360389
QAT: https://qat.redports.org/buildarchive/r360389/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/imageworsener/Makefile
  head/graphics/imageworsener/pkg-plist

Modified: head/graphics/imageworsener/Makefile
==============================================================================
--- head/graphics/imageworsener/Makefile	Thu Jul  3 15:57:20 2014	(r360388)
+++ head/graphics/imageworsener/Makefile	Thu Jul  3 15:57:42 2014	(r360389)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imageworsener
 PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://entropymine.com/imageworsener/ \
 		LOCAL/sunpoet
@@ -19,6 +19,7 @@ OPTIONS_DEFAULT=JPEG PNG WEBP
 CONFIGURE_ARGS=	--with-zlib-include-dir=${INCLUDEDIR} \
 		--with-zlib-lib-dir=${LIBDIR}
 
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
@@ -33,6 +34,6 @@ WEBP_CONFIGURE_ON=	--with-webp-include-d
 WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}/graphics/webp
 
 post-build:
-	@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so.2
+	@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
 
 .include <bsd.port.mk>

Modified: head/graphics/imageworsener/pkg-plist
==============================================================================
--- head/graphics/imageworsener/pkg-plist	Thu Jul  3 15:57:20 2014	(r360388)
+++ head/graphics/imageworsener/pkg-plist	Thu Jul  3 15:57:42 2014	(r360389)
@@ -1,6 +1,6 @@
 bin/imagew
 include/imagew.h
 lib/libimageworsener.a
-lib/libimageworsener.la
 lib/libimageworsener.so
-lib/libimageworsener.so.2
+lib/libimageworsener.so.1
+lib/libimageworsener.so.1.1.0



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