svn commit: r367818 - head/math/glpk

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 12:17:52 UTC 2014


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


More information about the svn-ports-head mailing list