Date: Thu, 14 Aug 2014 05:45: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: r364830 - head/math/wfmath Message-ID: <201408140545.s7E5jAcO084241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 14 05:45:10 2014 New Revision: 364830 URL: http://svnweb.freebsd.org/changeset/ports/364830 QAT: https://qat.redports.org/buildarchive/r364830/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/math/wfmath/Makefile head/math/wfmath/pkg-plist Modified: head/math/wfmath/Makefile ============================================================================== --- head/math/wfmath/Makefile Thu Aug 14 05:44:52 2014 (r364829) +++ head/math/wfmath/Makefile Thu Aug 14 05:45:10 2014 (r364830) @@ -3,14 +3,14 @@ PORTNAME= wfmath PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library -USES= pathfix pkgconfig compiler:c++11-lib +USES= libtool pathfix pkgconfig compiler:c++11-lib USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/math/wfmath/pkg-plist ============================================================================== --- head/math/wfmath/pkg-plist Thu Aug 14 05:44:52 2014 (r364829) +++ head/math/wfmath/pkg-plist Thu Aug 14 05:45:10 2014 (r364830) @@ -35,9 +35,9 @@ include/wfmath-1.0/wfmath/vector_funcs.h include/wfmath-1.0/wfmath/wfmath.h include/wfmath-1.0/wfmath/wrapped_array.h include/wfmath-1.0/wfmath/zero.h -lib/libwfmath-1.0.la lib/libwfmath-1.0.so lib/libwfmath-1.0.so.1 +lib/libwfmath-1.0.so.1.0.0 libdata/pkgconfig/wfmath-1.0.pc @dirrm include/wfmath-1.0/wfmath @dirrm include/wfmath-1.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408140545.s7E5jAcO084241>