Date: Wed, 10 Sep 2014 12:17:52 +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: r367818 - head/math/glpk Message-ID: <201409101217.s8ACHqkn021575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 10 12:17:51 2014 New Revision: 367818 URL: http://svnweb.freebsd.org/changeset/ports/367818 QAT: https://qat.redports.org/buildarchive/r367818/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/math/glpk/Makefile head/math/glpk/pkg-plist Modified: head/math/glpk/Makefile ============================================================================== --- head/math/glpk/Makefile Wed Sep 10 12:17:32 2014 (r367817) +++ head/math/glpk/Makefile Wed Sep 10 12:17:51 2014 (r367818) @@ -3,7 +3,7 @@ PORTNAME= glpk PORTVERSION= 4.52.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -20,7 +20,7 @@ IODBC_DESC= MathProg iodbc support MYSQL_DESC= MathProg mysql support GNU_CONFIGURE= yes -USES= gmake libtool:keepla +USES= gmake libtool USE_LDCONFIG= yes CFLAGS+= -trigraphs CPPFLAGS+= -D_LSEEK_DECLARED -I${LOCALBASE}/include Modified: head/math/glpk/pkg-plist ============================================================================== --- head/math/glpk/pkg-plist Wed Sep 10 12:17:32 2014 (r367817) +++ head/math/glpk/pkg-plist Wed Sep 10 12:17:51 2014 (r367818) @@ -2,7 +2,6 @@ bin/glpsol include/glpk.h include/glplpx.h lib/libglpk.a -lib/libglpk.la lib/libglpk.so lib/libglpk.so.36 lib/libglpk.so.36.0.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101217.s8ACHqkn021575>