From tkato432@yahoo.com  Mon Feb  3 18:30:27 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E93F0DB5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  3 Feb 2014 18:30:23 +0000 (UTC)
Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145])
	by mx1.freebsd.org (Postfix) with ESMTP id AEA3E14E5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  3 Feb 2014 18:30:23 +0000 (UTC)
Received: from coppermine.my.domain (ZT029120.ppp.dion.ne.jp [59.128.29.120])
	by omta02.auone-net.jp (au one net mail) with ESMTP id E53B71560009
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  4 Feb 2014 03:30:20 +0900 (JST)
Message-Id: <20140204032834.23fb3830b2f898648563bc8a@yahoo.com>
Date: Tue, 4 Feb 2014 03:28:34 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/ppl: Update to version 1.1

>Number:         186416
>Category:       ports
>Synopsis:       devel/ppl: Update to version 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 18:40:01 UTC 2014
>Closed-Date:    Fri Feb 07 13:04:14 UTC 2014
>Last-Modified:  Fri Feb  7 13:10:06 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 1.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ppl/Makefile devel/ppl/Makefile
--- /usr/ports/devel/ppl/Makefile	2014-01-09 19:26:56.000000000 +0900
+++ devel/ppl/Makefile	2014-02-04 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/ppl/Makefile 339187 2014-01-08 23:32:27Z bapt $
 
 PORTNAME=	ppl
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
 		http://bugseng.com/products/ppl/download/ftp/releases/%SUBDIR%/
@@ -14,19 +14,16 @@
 LICENSE=	GPLv3 # (or later)
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
-
-OPTIONS_DEFINE=	DOCS
+LIB_DEPENDS=	libglpk.so:${PORTSDIR}/math/glpk \
+		libgmp.so:${PORTSDIR}/math/gmp
 
 USE_XZ=		yes
 USES=		gmake perl5
 USE_PERL5=	build
 USE_AUTOTOOLS=	libtool
-INTERFACES=	c,cxx
-PORTDOCS=	*
-
 CONFIGURE_ARGS=	--disable-debugging \
 		--enable-optimization \
+		--enable-documentation \
 		--with-cflags="${CFLAGS}" \
 		--with-cxxflags="${CXXFLAGS}" \
 		--with-gmp-include="${LOCALBASE}/include" \
@@ -34,6 +31,13 @@
 		--enable-interfaces="${INTERFACES}"
 USE_LDCONFIG=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
+
 # Only enable C and C++ interfaces. Checks for java, prolog and ocaml
 # have to be added.
 INTERFACES=	c,cxx
@@ -42,14 +46,11 @@
 	@${REINPLACE_CMD} -e \
 		'/OPT_FLAGS/s|-O2||' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
-		'/^install-data-am:/s|install-data-local|| ; \
-		/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in
+		'/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
-		${MAKEFILE} ${MAKE_ARGS} install-data-local)
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libppl.so.12 \
-		${STAGEDIR}${PREFIX}/lib/libppl_c.so.4
+.for i in libppl.so.13 libppl_c.so.4
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i}
+.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/ppl/distinfo devel/ppl/distinfo
--- /usr/ports/devel/ppl/distinfo	2014-01-23 03:51:42.000000000 +0900
+++ devel/ppl/distinfo	2014-02-04 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ppl-1.0.tar.xz) = 304d8e93f1a76077effdebbbd81d053b3c0e1e0eb9b7a46b387f0a57eb8e09c9
-SIZE (ppl-1.0.tar.xz) = 13847344
+SHA256 (ppl-1.1.tar.xz) = c48ccd74664ec2cd3cdb5e37f287974ccb062f0384dc658d4053c424b19ad178
+SIZE (ppl-1.1.tar.xz) = 14734820
diff -urN /usr/ports/devel/ppl/pkg-descr devel/ppl/pkg-descr
--- /usr/ports/devel/ppl/pkg-descr	2014-01-23 03:51:42.000000000 +0900
+++ devel/ppl/pkg-descr	2014-02-04 00:00:00.000000000 +0900
@@ -1,19 +1,21 @@
-The Parma Polyhedra Library (PPL) is a modern C++ library for the manipulation
-of convex polyhedra. To be more precise, the PPL can handle all the convex
-polyhedra that can be defined as the intersection of a finite number of closed
-hyperspaces, each described by an equality or a non-strict inequality with
-rational coefficients. (More details are available on the PPL's internal
-mechanisms.) The Parma Polyhedra Library is:
+The Parma Polyhedra Library (PPL) is a modern C++ library for the
+manipulation of convex polyhedra. To be more precise, the PPL can handle
+all the convex polyhedra that can be defined as the intersection of a
+finite number of closed hyperspaces, each described by an equality or a
+non-strict inequality with rational coefficients. (More details are
+available on the PPL's internal mechanisms.) The Parma Polyhedra Library
+is:
 
    - user friendly: you write x + 2*y + 5*z <= 7 when you mean it;
-   - fully dynamic: available virtual memory is the only limitation to the
-     dimension of anything;
+   - fully dynamic: available virtual memory is the only limitation to
+     the dimension of anything;
    - written in standard C++: meant to be portable;
-   - exception-safe: never leaks resources or leaves invalid object fragments
-     around;
+   - exception-safe: never leaks resources or leaves invalid object
+     fragments around;
    - rather efficient: and we hope to make it even more so;
-   - thoroughly documented: perhaps not literate programming but close enough;
-   - free software: distributed under the terms of the GNU General Public
-     License.
+   - thoroughly documented: perhaps not literate programming but close
+     enough;
+   - free software: distributed under the terms of the GNU General
+     Public License.
 
 WWW: http://bugseng.com/products/ppl
diff -urN /usr/ports/devel/ppl/pkg-plist devel/ppl/pkg-plist
--- /usr/ports/devel/ppl/pkg-plist	2014-01-23 03:51:42.000000000 +0900
+++ devel/ppl/pkg-plist	2014-02-04 00:00:00.000000000 +0900
@@ -1,12 +1,13 @@
 bin/ppl-config
 bin/ppl_lcdd
+bin/ppl_lpsol
 bin/ppl_pips
 include/ppl.hh
 include/ppl_c.h
 lib/libppl.a
 lib/libppl.la
 lib/libppl.so
-lib/libppl.so.12
+lib/libppl.so.13
 lib/libppl_c.a
 lib/libppl_c.la
 lib/libppl_c.so
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 5 07:40:43 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186416 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 7 13:04:13 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186416: commit references a PR
Date: Fri,  7 Feb 2014 13:04:18 +0000 (UTC)

 Author: miwi
 Date: Fri Feb  7 13:04:08 2014
 New Revision: 343227
 URL: http://svnweb.freebsd.org/changeset/ports/343227
 QAT: https://qat.redports.org/buildarchive/r343227/
 
 Log:
   - Update to 1.1
   
   PR:		186416
   Submitted by:	ports fury
 
 Modified:
   head/devel/ppl/Makefile
   head/devel/ppl/distinfo
   head/devel/ppl/pkg-descr
   head/devel/ppl/pkg-plist
 
 Modified: head/devel/ppl/Makefile
 ==============================================================================
 --- head/devel/ppl/Makefile	Fri Feb  7 13:02:44 2014	(r343226)
 +++ head/devel/ppl/Makefile	Fri Feb  7 13:04:08 2014	(r343227)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	ppl
 -PORTVERSION=	1.0
 +PORTVERSION=	1.1
  CATEGORIES=	devel
  MASTER_SITES=	ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
  		http://bugseng.com/products/ppl/download/ftp/releases/%SUBDIR%/
 @@ -14,19 +14,16 @@ COMMENT=	C++ library for the manipulatio
  LICENSE=	GPLv3 # (or later)
  
  BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 -LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 -
 -OPTIONS_DEFINE=	DOCS
 +LIB_DEPENDS=	libglpk.so:${PORTSDIR}/math/glpk \
 +		libgmp.so:${PORTSDIR}/math/gmp
  
  USE_XZ=		yes
  USES=		gmake perl5
  USE_PERL5=	build
  USE_AUTOTOOLS=	libtool
 -INTERFACES=	c,cxx
 -PORTDOCS=	*
 -
  CONFIGURE_ARGS=	--disable-debugging \
  		--enable-optimization \
 +		--enable-documentation \
  		--with-cflags="${CFLAGS}" \
  		--with-cxxflags="${CXXFLAGS}" \
  		--with-gmp-include="${LOCALBASE}/include" \
 @@ -34,6 +31,13 @@ CONFIGURE_ARGS=	--disable-debugging \
  		--enable-interfaces="${INTERFACES}"
  USE_LDCONFIG=	yes
  
 +CPPFLAGS+=	-I${LOCALBASE}/include
 +LDFLAGS+=	-L${LOCALBASE}/lib
 +
 +PORTDOCS=	*
 +
 +OPTIONS_DEFINE=	DOCS
 +
  # Only enable C and C++ interfaces. Checks for java, prolog and ocaml
  # have to be added.
  INTERFACES=	c,cxx
 @@ -42,14 +46,11 @@ post-patch:
  	@${REINPLACE_CMD} -e \
  		'/OPT_FLAGS/s|-O2||' ${WRKSRC}/configure
  	@${REINPLACE_CMD} -e \
 -		'/^install-data-am:/s|install-data-local|| ; \
 -		/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in
 +		'/for file in/s|COPYING||' ${WRKSRC}/doc/Makefile.in
  
  post-install:
 -	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 -	@(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
 -		${MAKEFILE} ${MAKE_ARGS} install-data-local)
 -	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libppl.so.12 \
 -		${STAGEDIR}${PREFIX}/lib/libppl_c.so.4
 +.for i in libppl.so.13 libppl_c.so.4
 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i}
 +.endfor
  
  .include <bsd.port.mk>
 
 Modified: head/devel/ppl/distinfo
 ==============================================================================
 --- head/devel/ppl/distinfo	Fri Feb  7 13:02:44 2014	(r343226)
 +++ head/devel/ppl/distinfo	Fri Feb  7 13:04:08 2014	(r343227)
 @@ -1,2 +1,2 @@
 -SHA256 (ppl-1.0.tar.xz) = 304d8e93f1a76077effdebbbd81d053b3c0e1e0eb9b7a46b387f0a57eb8e09c9
 -SIZE (ppl-1.0.tar.xz) = 13847344
 +SHA256 (ppl-1.1.tar.xz) = c48ccd74664ec2cd3cdb5e37f287974ccb062f0384dc658d4053c424b19ad178
 +SIZE (ppl-1.1.tar.xz) = 14734820
 
 Modified: head/devel/ppl/pkg-descr
 ==============================================================================
 --- head/devel/ppl/pkg-descr	Fri Feb  7 13:02:44 2014	(r343226)
 +++ head/devel/ppl/pkg-descr	Fri Feb  7 13:04:08 2014	(r343227)
 @@ -1,19 +1,21 @@
 -The Parma Polyhedra Library (PPL) is a modern C++ library for the manipulation
 -of convex polyhedra. To be more precise, the PPL can handle all the convex
 -polyhedra that can be defined as the intersection of a finite number of closed
 -hyperspaces, each described by an equality or a non-strict inequality with
 -rational coefficients. (More details are available on the PPL's internal
 -mechanisms.) The Parma Polyhedra Library is:
 +The Parma Polyhedra Library (PPL) is a modern C++ library for the
 +manipulation of convex polyhedra. To be more precise, the PPL can handle
 +all the convex polyhedra that can be defined as the intersection of a
 +finite number of closed hyperspaces, each described by an equality or a
 +non-strict inequality with rational coefficients. (More details are
 +available on the PPL's internal mechanisms.) The Parma Polyhedra Library
 +is:
  
     - user friendly: you write x + 2*y + 5*z <= 7 when you mean it;
 -   - fully dynamic: available virtual memory is the only limitation to the
 -     dimension of anything;
 +   - fully dynamic: available virtual memory is the only limitation to
 +     the dimension of anything;
     - written in standard C++: meant to be portable;
 -   - exception-safe: never leaks resources or leaves invalid object fragments
 -     around;
 +   - exception-safe: never leaks resources or leaves invalid object
 +     fragments around;
     - rather efficient: and we hope to make it even more so;
 -   - thoroughly documented: perhaps not literate programming but close enough;
 -   - free software: distributed under the terms of the GNU General Public
 -     License.
 +   - thoroughly documented: perhaps not literate programming but close
 +     enough;
 +   - free software: distributed under the terms of the GNU General
 +     Public License.
  
  WWW: http://bugseng.com/products/ppl
 
 Modified: head/devel/ppl/pkg-plist
 ==============================================================================
 --- head/devel/ppl/pkg-plist	Fri Feb  7 13:02:44 2014	(r343226)
 +++ head/devel/ppl/pkg-plist	Fri Feb  7 13:04:08 2014	(r343227)
 @@ -1,12 +1,13 @@
  bin/ppl-config
  bin/ppl_lcdd
 +bin/ppl_lpsol
  bin/ppl_pips
  include/ppl.hh
  include/ppl_c.h
  lib/libppl.a
  lib/libppl.la
  lib/libppl.so
 -lib/libppl.so.12
 +lib/libppl.so.13
  lib/libppl_c.a
  lib/libppl_c.la
  lib/libppl_c.so
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
