Date: Tue, 10 Jun 2014 17:21:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357354 - head/graphics/libcdr Message-ID: <201406101721.s5AHLK2W016651@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406101721.s5AHLK2W016651>