[98923] trunk/dports/lang/g-wrap

ryandesign at macports.org ryandesign at macports.org
Sat Oct 20 18:34:26 PDT 2012


Revision: 98923
          http://trac.macports.org//changeset/98923
Author:   ryandesign at macports.org
Date:     2012-10-20 18:34:26 -0700 (Sat, 20 Oct 2012)
Log Message:
-----------
g-wrap: update to 1.9.14 (#36244); fix livecheck

Modified Paths:
--------------
    trunk/dports/lang/g-wrap/Portfile
    trunk/dports/lang/g-wrap/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/lang/g-wrap/files/patch-ltmain.sh.diff

Modified: trunk/dports/lang/g-wrap/Portfile
===================================================================
--- trunk/dports/lang/g-wrap/Portfile	2012-10-21 00:55:07 UTC (rev 98922)
+++ trunk/dports/lang/g-wrap/Portfile	2012-10-21 01:34:26 UTC (rev 98923)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name                g-wrap
-version             1.3.4
-revision            4
+version             1.9.14
 categories          lang
 license             GPL-2.1
 maintainers         nomaintainer
@@ -12,18 +12,34 @@
                       functions, structures & enums.
 long_description    ${description}
 
-patchfiles          patch-configure.diff patch-ltmain.sh.diff
+homepage            http://www.nongnu.org/g-wrap/
+master_sites        http://download.savannah.gnu.org/releases/g-wrap/
 
-homepage            http://www.nongnu.org/g-wrap/index.html
-master_sites        http://www.gnucash.org/pub/g-wrap/source/
-checksums           md5 bf29b8b563cc27d9f7fd90a6243653aa
-depends_lib         port:slib-guile port:glib1
+checksums           rmd160  87d84720a89f87c16e061c0c697382654ac8ca30 \
+                    sha256  06abe8f8d2758f4d8e51f39b5cee3917ea70ec84410d4294214e43f843348d27
 
-post-destroot {
-    xinstall -d ${destroot}${prefix}/share/info
-    foreach info [glob ${destroot}${prefix}/info/*] {
-        file rename $info ${destroot}${prefix}/share/info/
-    }
-    delete ${destroot}${prefix}/info
-    delete ${destroot}${prefix}/share/man
-}
+depends_build       port:pkgconfig
+
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:guile \
+                    port:libffi
+
+patchfiles          patch-configure.diff
+
+# error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
+# error: indirection of non-volatile null pointer will be deleted, not trap [-Werror,-Wnull-dereference]
+# error: shift count >= width of type [-Werror,-Wshift-count-overflow]
+configure.args      --disable-Werror
+
+# error: unknown type name 'intmax_t'
+# error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'?
+compiler.blacklist-append   clang
+
+# file: "libguile-srfi-srfi-1-v-3", message: "file not found"
+build.env-append    DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib
+
+# error: missing terminating " character
+use_parallel_build  no
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/lang/g-wrap/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/g-wrap/files/patch-configure.diff	2012-10-21 00:55:07 UTC (rev 98922)
+++ trunk/dports/lang/g-wrap/files/patch-configure.diff	2012-10-21 01:34:26 UTC (rev 98923)
@@ -1,11 +1,11 @@
---- configure.orig	Wed Apr 13 22:45:47 2005
-+++ configure	Wed Apr 13 22:45:56 2005
-@@ -3296,7 +3296,7 @@
-   ;;
+--- configure.orig	2011-11-26 08:14:07.000000000 -0600
++++ configure	2012-10-03 01:11:37.000000000 -0500
+@@ -14481,7 +14481,7 @@
  
- darwin* | rhapsody*)
--  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
-+  lt_cv_deplibs_check_method=pass_all
-   lt_cv_file_magic_cmd='/usr/bin/file -L'
-   case "$host_os" in
-   rhapsody* | darwin1.[012])
+ 
+ 
+-GUILE_VERSION="`guile-config info guileversion | sed -r 's,\\.[0-9]+$,,'`"
++GUILE_VERSION="`guile-config info guileversion | sed -e 's,\\.[0-9]+$,,'`"
+ # Extract the first word of "guile-$GUILE_VERSION", so it can be a program name with args.
+ set dummy guile-$GUILE_VERSION; ac_word=$2
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5

Deleted: trunk/dports/lang/g-wrap/files/patch-ltmain.sh.diff
===================================================================
--- trunk/dports/lang/g-wrap/files/patch-ltmain.sh.diff	2012-10-21 00:55:07 UTC (rev 98922)
+++ trunk/dports/lang/g-wrap/files/patch-ltmain.sh.diff	2012-10-21 01:34:26 UTC (rev 98923)
@@ -1,11 +0,0 @@
---- ltmain.sh.orig	Thu Nov  7 21:40:36 2002
-+++ ltmain.sh	Wed Apr 13 22:48:14 2005
-@@ -1769,7 +1769,7 @@
- 
- 	  if test "$installed" = no; then
- 	    notinst_deplibs="$notinst_deplibs $lib"
--	    need_relink=yes
-+	    need_relink=no
- 	  fi
- 
- 	  if test -n "$old_archive_from_expsyms_cmds"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121020/cd18c423/attachment.html>


More information about the macports-changes mailing list