Date: Tue, 6 Aug 2013 19:08:58 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324324 - in head: math/glpk math/octave net-p2p/gnunet Message-ID: <201308061908.r76J8wSu021798@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Tue Aug 6 19:08:57 2013 New Revision: 324324 URL: http://svnweb.freebsd.org/changeset/ports/324324 Log: Update math/glpk to 4.52.1 and adjust dependent ports Modified: head/math/glpk/Makefile head/math/glpk/distinfo head/math/glpk/pkg-plist head/math/octave/Makefile head/net-p2p/gnunet/Makefile Modified: head/math/glpk/Makefile ============================================================================== --- head/math/glpk/Makefile Tue Aug 6 16:39:30 2013 (r324323) +++ head/math/glpk/Makefile Tue Aug 6 19:08:57 2013 (r324324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glpk -PORTVERSION= 4.50 +PORTVERSION= 4.52.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -12,17 +12,17 @@ COMMENT= A GNU Linear Programming Kit LICENSE= GPLv3 -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp OPTIONS_DEFINE= IODBC MYSQL IODBC_DESC= MathProg iodbc support MYSQL_DESC= MathProg mysql support GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes CFLAGS+= -trigraphs -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -D_LSEEK_DECLARED -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gmp CONFLICTS= goblin-[0-9]* @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --disable-dl .if ${PORT_OPTIONS:MIODBC} CONFIGURE_ARGS+= --enable-odbc -LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc .else CONFIGURE_ARGS+= --disable-odbc .endif @@ -67,6 +67,6 @@ post-install: .endif check regression-test test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) .include <bsd.port.mk> Modified: head/math/glpk/distinfo ============================================================================== --- head/math/glpk/distinfo Tue Aug 6 16:39:30 2013 (r324323) +++ head/math/glpk/distinfo Tue Aug 6 19:08:57 2013 (r324324) @@ -1,2 +1,2 @@ -SHA256 (glpk-4.50.tar.gz) = 8173cee2b251796229103b805a6f3d194773435cfa2e3f3567fb0c6e7b6d9766 -SIZE (glpk-4.50.tar.gz) = 2806395 +SHA256 (glpk-4.52.1.tar.gz) = 3231685b9ff92d30ccbb5c21ba7815b25ba59c7d1e5194e57a880dd1ebb3e95b +SIZE (glpk-4.52.1.tar.gz) = 2812957 Modified: head/math/glpk/pkg-plist ============================================================================== --- head/math/glpk/pkg-plist Tue Aug 6 16:39:30 2013 (r324323) +++ head/math/glpk/pkg-plist Tue Aug 6 19:08:57 2013 (r324324) @@ -4,4 +4,4 @@ include/glplpx.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.35 +lib/libglpk.so.36 Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Tue Aug 6 16:39:30 2013 (r324323) +++ head/math/octave/Makefile Tue Aug 6 19:08:57 2013 (r324324) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.6.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Tue Aug 6 16:39:30 2013 (r324323) +++ head/net-p2p/gnunet/Makefile Tue Aug 6 19:08:57 2013 (r324324) @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308061908.r76J8wSu021798>