svn commit: r389690 - head/graphics/libraw

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 15 11:49:02 UTC 2015


Author: amdmi3
Date: Mon Jun 15 11:49:01 2015
New Revision: 389690
URL: https://svnweb.freebsd.org/changeset/ports/389690

Log:
  - Strip libraries

Modified:
  head/graphics/libraw/Makefile

Modified: head/graphics/libraw/Makefile
==============================================================================
--- head/graphics/libraw/Makefile	Mon Jun 15 11:48:56 2015	(r389689)
+++ head/graphics/libraw/Makefile	Mon Jun 15 11:49:01 2015	(r389690)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libraw
 PORTVERSION=	0.16.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libraw.org/data/
 DISTNAME=	LibRaw-${PORTVERSION}
@@ -21,6 +22,7 @@ USES=		cpe pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-examples --disable-jasper
 CFLAGS+=	-fPIC
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DEMOSAIC_PACK_GPL2 DEMOSAIC_PACK_GPL3 DOCS EXAMPLES LCMS2 \
 		OPTIMIZED_CFLAGS OPENMP


More information about the svn-ports-all mailing list