From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 21 15:40:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81540106566C for ; Sat, 21 May 2011 15:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57CBF8FC0A for ; Sat, 21 May 2011 15:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4LFe9KR042600 for ; Sat, 21 May 2011 15:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4LFe9CK042599; Sat, 21 May 2011 15:40:09 GMT (envelope-from gnats) Resent-Date: Sat, 21 May 2011 15:40:09 GMT Resent-Message-Id: <201105211540.p4LFe9CK042599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED5E5106564A for ; Sat, 21 May 2011 15:38:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C53638FC13 for ; Sat, 21 May 2011 15:38:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4LFc6cr027115 for ; Sat, 21 May 2011 15:38:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4LFc6U9027114; Sat, 21 May 2011 15:38:06 GMT (envelope-from nobody) Message-Id: <201105211538.p4LFc6U9027114@red.freebsd.org> Date: Sat, 21 May 2011 15:38:06 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157241: [PATCH]math/glpk: update to 4.45 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2011 15:40:09 -0000 >Number: 157241 >Category: ports >Synopsis: [PATCH]math/glpk: update to 4.45 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 21 15:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: Update to 4.45, add LICENSE, and remove addition of CPPFLAGS to CONFIGURE_ENV (the last is now done in bsd.port.mk). >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/glpk/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 19 Apr 2010 10:43:32 -0000 1.40 +++ Makefile 21 May 2011 15:31:29 -0000 @@ -6,8 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.43 -PORTREVISION= 1 +PORTVERSION= 4.45 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -17,6 +16,8 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LICENSE= GPLv3 + OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off @@ -26,7 +27,7 @@ CFLAGS+= -trigraphs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-gmp --with-zlib .include @@ -56,9 +57,9 @@ ${WRKSRC}/configure .if !defined(NOPORTDOCS) -PORTDOCS= glpk.pdf glpk_faq.txt gmpl.pdf graphs.pdf miplib2.txt miplib3.txt \ - netlib.txt opb.txt tables.pdf dfeas.pdf gomory.pdf keller.pdf prepro.pdf \ - scaling.pdf subset.pdf updating.pdf +PORTDOCS= dfeas.pdf glpk.pdf glpk_faq.txt gmpl.pdf gomory.pdf graphs.pdf \ + keller.pdf miplib2.txt miplib3.txt netlib.txt prepro.pdf \ + scaling.pdf updating.pdf post-install: @${CP} ${WRKSRC}/doc/notes/*.pdf ${WRKSRC}/doc/ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/glpk/distinfo,v retrieving revision 1.36 diff -u -r1.36 distinfo --- distinfo 20 Mar 2011 12:50:07 -0000 1.36 +++ distinfo 31 Mar 2011 18:08:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (glpk-4.43.tar.gz) = 3be5f9c2cc355b39570ddb1b86a2ccc40fb52f81588f953f22c2ed29e3278e27 -SIZE (glpk-4.43.tar.gz) = 3212131 +SHA256 (glpk-4.45.tar.gz) = 9207cb613d4436d9a66bc1b1f2018176d106cef0e92a3a85500feeec373be98c +SIZE (glpk-4.45.tar.gz) = 3132439 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/glpk/pkg-plist,v retrieving revision 1.33 diff -u -r1.33 pkg-plist --- pkg-plist 19 Mar 2010 15:09:41 -0000 1.33 +++ pkg-plist 31 Mar 2011 18:14:57 -0000 @@ -3,4 +3,4 @@ lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.28 +lib/libglpk.so.30 >Release-Note: >Audit-Trail: >Unformatted: