Date: Wed, 4 Jun 2014 13:34:37 +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: r356498 - head/graphics/libemf Message-ID: <201406041334.s54DYckM007951@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 4 13:34:37 2014 New Revision: 356498 URL: http://svnweb.freebsd.org/changeset/ports/356498 QAT: https://qat.redports.org/buildarchive/r356498/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/libemf/Makefile head/graphics/libemf/pkg-plist Modified: head/graphics/libemf/Makefile ============================================================================== --- head/graphics/libemf/Makefile Wed Jun 4 13:33:39 2014 (r356497) +++ head/graphics/libemf/Makefile Wed Jun 4 13:34:37 2014 (r356498) @@ -3,6 +3,7 @@ PORTNAME= libEMF PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -11,11 +12,9 @@ COMMENT= Enhanced Metafile Library OPTIONS_DEFINE= DOCS -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR} Modified: head/graphics/libemf/pkg-plist ============================================================================== --- head/graphics/libemf/pkg-plist Wed Jun 4 13:33:39 2014 (r356497) +++ head/graphics/libemf/pkg-plist Wed Jun 4 13:34:37 2014 (r356498) @@ -15,9 +15,9 @@ include/libEMF/emf.h @dirrm include/libEMF/wine @dirrm include/libEMF lib/libEMF.a -lib/libEMF.la lib/libEMF.so lib/libEMF.so.1 +lib/libEMF.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/annotated.html %%PORTDOCS%%%%DOCSDIR%%/classEMF_1_1BRUSH-members.html %%PORTDOCS%%%%DOCSDIR%%/classEMF_1_1BRUSH.gif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406041334.s54DYckM007951>