[91319] trunk/dports/math/crfpp

hum at macports.org hum at macports.org
Thu Mar 29 09:57:25 PDT 2012


Revision: 91319
          https://trac.macports.org/changeset/91319
Author:   hum at macports.org
Date:     2012-03-29 09:57:24 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
crfpp: update to 0.57; remove use_autoreconf, dependency on libtool, post-extract; delete patch-configure.in.diff and config; restore patch-configure.diff.

Modified Paths:
--------------
    trunk/dports/math/crfpp/Portfile

Added Paths:
-----------
    trunk/dports/math/crfpp/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/math/crfpp/files/config/
    trunk/dports/math/crfpp/files/patch-configure.in.diff

Modified: trunk/dports/math/crfpp/Portfile
===================================================================
--- trunk/dports/math/crfpp/Portfile	2012-03-29 16:33:35 UTC (rev 91318)
+++ trunk/dports/math/crfpp/Portfile	2012-03-29 16:57:24 UTC (rev 91319)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                crfpp
-version             0.56
+version             0.57
 epoch               1
 categories          math textproc
 maintainers         hum openmaintainer
@@ -23,24 +23,15 @@
 
 master_sites        googlecode:crfpp
 distname            CRF++-${version}
-checksums           rmd160  87f1220995d82cdd396a6eff22156224d1da48da \
-                    sha256  ee8b82fc527c12b85a9afddbfbe129cb36aec89983480bfc2876ac3029915035
+checksums           rmd160  aa9adbccb7a0ae4545c96e9046a8a5e154c677cb \
+                    sha256  cd0e6037e8746221cf551b12f37e340fd47ed60642e8969bb8d4cdd276dd1fde
 
-patchfiles          patch-configure.in.diff
+patchfiles          patch-configure.diff
 
 conflicts           crfpp-devel
 
-depends_build       port:nkf \
-                    port:libtool
+depends_build       port:nkf
 
-post-extract {
-    foreach config [glob ${filespath}/config/*] {
-        copy -force ${config} ${worksrcpath}
-    }
-}
-
-use_autoreconf      yes
-
 post-destroot {
     set sharedir ${prefix}/share/${name}
     xinstall -d ${destroot}${sharedir}

Added: trunk/dports/math/crfpp/files/patch-configure.diff
===================================================================
--- trunk/dports/math/crfpp/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/math/crfpp/files/patch-configure.diff	2012-03-29 16:57:24 UTC (rev 91319)
@@ -0,0 +1,13 @@
+--- configure.orig	2012-03-25 00:17:02.000000000 +0900
++++ configure	2012-03-30 00:19:38.000000000 +0900
+@@ -15855,8 +15855,8 @@
+ fi
+ 
+ if test -n "$GCC"; then
+-   CFLAGS="-O3 -Wall";
+-   CXXFLAGS="-O3 -Wall";
++   CFLAGS="$CFLAGS -Wall";
++   CXXFLAGS="$CXXFLAGS -Wall";
+ fi
+ 
+ 

Deleted: trunk/dports/math/crfpp/files/patch-configure.in.diff
===================================================================
--- trunk/dports/math/crfpp/files/patch-configure.in.diff	2012-03-29 16:33:35 UTC (rev 91318)
+++ trunk/dports/math/crfpp/files/patch-configure.in.diff	2012-03-29 16:57:24 UTC (rev 91319)
@@ -1,13 +0,0 @@
---- configure.in.orig	2012-02-16 00:04:38.000000000 +0900
-+++ configure.in	2012-03-13 00:07:29.000000000 +0900
-@@ -49,8 +49,8 @@
- dnl check gcc
- dnl
- if test -n "$GCC"; then
--   CFLAGS="-O3 -Wall";
--   CXXFLAGS="-O3 -Wall";
-+   CFLAGS="$CFLAGS -Wall";
-+   CXXFLAGS="$CXXFLAGS -Wall";
- fi
- 
- AC_DEFUN(ADD_CC_FLAG, [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120329/368ff8dc/attachment.html>


More information about the macports-changes mailing list