svn commit: r356486 - head/graphics/liblqr-1

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:07:11 UTC 2014


Author: amdmi3
Date: Wed Jun  4 13:07:10 2014
New Revision: 356486
URL: http://svnweb.freebsd.org/changeset/ports/356486
QAT: https://qat.redports.org/buildarchive/r356486/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/graphics/liblqr-1/Makefile

Modified: head/graphics/liblqr-1/Makefile
==============================================================================
--- head/graphics/liblqr-1/Makefile	Wed Jun  4 13:06:39 2014	(r356485)
+++ head/graphics/liblqr-1/Makefile	Wed Jun  4 13:07:10 2014	(r356486)
@@ -3,7 +3,7 @@
 
 PORTNAME=	liblqr-1
 DISTVERSION=	0.4.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	http://liblqr.wdfiles.com/local--files/en:download-page/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,9 +11,10 @@ MASTER_SITES=	http://liblqr.wdfiles.com/
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	An easy to use C/C++ seam carving library
 
-USES=		tar:bzip2 gettext gmake pkgconfig
+USES=		tar:bzip2 gettext gmake pkgconfig libtool:oldver
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 # Use GNU89 inline semantics


More information about the svn-ports-head mailing list