Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 13:07:10 +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: r356486 - head/graphics/liblqr-1
Message-ID:  <201406041307.s54D7ARj093585@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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