svn commit: r357354 - head/graphics/libcdr
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 10 17:21:20 UTC 2014
Author: bapt
Date: Tue Jun 10 17:21:20 2014
New Revision: 357354
URL: http://svnweb.freebsd.org/changeset/ports/357354
QAT: https://qat.redports.org/buildarchive/r357354/
Log:
Strip binaries
Convert to USES=libtool
Modified:
head/graphics/libcdr/Makefile
head/graphics/libcdr/pkg-plist
Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile Tue Jun 10 17:17:39 2014 (r357353)
+++ head/graphics/libcdr/Makefile Tue Jun 10 17:21:20 2014 (r357354)
@@ -2,6 +2,7 @@
PORTNAME= libcdr
PORTVERSION= 0.0.16
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= http://dev-www.libreoffice.org/src/
@@ -19,8 +20,9 @@ LIB_DEPENDS= libicui18n.so:${PORTSDIR}/d
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror --without-docs
-USES= pathfix pkgconfig tar:xz
+USES= libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -Wno-long-long
Modified: head/graphics/libcdr/pkg-plist
==============================================================================
--- head/graphics/libcdr/pkg-plist Tue Jun 10 17:17:39 2014 (r357353)
+++ head/graphics/libcdr/pkg-plist Tue Jun 10 17:21:20 2014 (r357354)
@@ -8,9 +8,9 @@ include/libcdr-0.0/libcdr/CDRDocument.h
include/libcdr-0.0/libcdr/CDRStringVector.h
include/libcdr-0.0/libcdr/CMXDocument.h
include/libcdr-0.0/libcdr/libcdr.h
-lib/libcdr-0.0.la
lib/libcdr-0.0.so
lib/libcdr-0.0.so.0
+lib/libcdr-0.0.so.0.0.16
libdata/pkgconfig/libcdr-0.0.pc
@dirrm include/libcdr-0.0/libcdr
@dirrm include/libcdr-0.0
More information about the svn-ports-all
mailing list