[119948] trunk/dports/devel/polylib
mcalhoun at macports.org
mcalhoun at macports.org
Sun May 11 11:23:34 PDT 2014
Revision: 119948
https://trac.macports.org/changeset/119948
Author: mcalhoun at macports.org
Date: 2014-05-11 11:23:34 -0700 (Sun, 11 May 2014)
Log Message:
-----------
polylib:
* Use muniversal so that LINEAR_VALUE_IS_LONGLONG, LINEAR_VALUE_IS_LONG, and LINEAR_VALUE_ASSUME_SOFTWARE_IDIV are set correctly in polylib.h
* remove LDFLAGS and CPPFLAGS from pkgconfig file
* add tests
* change checksums type
* minor change to livecheck
Modified Paths:
--------------
trunk/dports/devel/polylib/Portfile
Added Paths:
-----------
trunk/dports/devel/polylib/files/
trunk/dports/devel/polylib/files/patch-configure.diff
Modified: trunk/dports/devel/polylib/Portfile
===================================================================
--- trunk/dports/devel/polylib/Portfile 2014-05-11 18:06:29 UTC (rev 119947)
+++ trunk/dports/devel/polylib/Portfile 2014-05-11 18:23:34 UTC (rev 119948)
@@ -1,9 +1,12 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
+PortGroup muniversal 1.0
name polylib
version 5.22.5
+revision 1
categories devel math
license GPL-3+
@@ -18,8 +21,15 @@
homepage http://icps.u-strasbg.fr/PolyLib/
master_sites http://icps.u-strasbg.fr/PolyLib/polylib_src/
-checksums sha1 72b23c09a50ce9583c419e8376544630d6f99ea3
+checksums rmd160 7e992f28e7e2f0f7bdd7290352702885ed7cd951 \
+ sha256 84622ff9dfa5d06f0c266960ed078bd3577a30fde6d7f8bed1041b9838cb731f
+# see http://groups.google.com/group/isl-development/t/37ad876557e50f2c
+patchfiles-append patch-configure.diff
+
+test.run yes
+test.target check
+
livecheck.type regex
livecheck.url ${master_sites}
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Added: trunk/dports/devel/polylib/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/polylib/files/patch-configure.diff (rev 0)
+++ trunk/dports/devel/polylib/files/patch-configure.diff 2014-05-11 18:23:34 UTC (rev 119948)
@@ -0,0 +1,13 @@
+--- configure.orig 2014-05-11 11:11:03.000000000 -0700
++++ configure 2014-05-11 11:10:42.000000000 -0700
+@@ -13931,8 +13931,8 @@
+ Description: @PACKAGE_DESCRIPTION@
+ Version: @PACKAGE_VERSION@
+ Requires: @PACKAGE_REQUIRES@
+-Libs: -L\${libdir} @LDFLAGS@ @LIBS@
+-Cflags: -I\${includedir} @CPPFLAGS@
++Libs: -L\${libdir} @LIBS@
++Cflags: -I\${includedir}
+ AXEOF
+ fi # DONE generate $pkgconfig_generate.in
+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating $pkgconfig_generate" >&5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/dba8cf3d/attachment.html>
More information about the macports-changes
mailing list