Date: Wed, 23 Jul 2014 22:23:43 +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: r362740 - head/math/igraph Message-ID: <201407232223.s6NMNhHg024110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 22:23:42 2014 New Revision: 362740 URL: http://svnweb.freebsd.org/changeset/ports/362740 QAT: https://qat.redports.org/buildarchive/r362740/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/math/igraph/Makefile head/math/igraph/pkg-plist Modified: head/math/igraph/Makefile ============================================================================== --- head/math/igraph/Makefile Wed Jul 23 22:22:46 2014 (r362739) +++ head/math/igraph/Makefile Wed Jul 23 22:23:42 2014 (r362740) @@ -3,7 +3,7 @@ PORTNAME= igraph PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/C%20library/${PORTVERSION} @@ -14,7 +14,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ GNU_CONFIGURE= yes USE_GCC= any -USES= gmake +USES= gmake libtool USE_GNOME= libxml2 CONFIGURE_ARGS+= --enable-gmp CFLAGS+= -I${LOCALBASE}/include Modified: head/math/igraph/pkg-plist ============================================================================== --- head/math/igraph/pkg-plist Wed Jul 23 22:22:46 2014 (r362739) +++ head/math/igraph/pkg-plist Wed Jul 23 22:23:42 2014 (r362740) @@ -1,8 +1,8 @@ libdata/pkgconfig/igraph.pc lib/libigraph.a -lib/libigraph.la lib/libigraph.so lib/libigraph.so.0 +lib/libigraph.so.0.0.0 include/igraph/DensityGrid.h include/igraph/DensityGrid_3d.h include/igraph/NetDataTypes.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232223.s6NMNhHg024110>