Changeset 98923


Ignore:
Timestamp:
Oct 21, 2012, 1:34:26 AM (12 years ago)
Author:
ryandesign@…
Message:

g-wrap: update to 1.9.14 (#36244); fix livecheck

Location:
trunk/dports/lang/g-wrap
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/g-wrap/Portfile

    r95225 r98923  
    22
    33PortSystem 1.0
     4
    45name                g-wrap
    5 version             1.3.4
    6 revision            4
     6version             1.9.14
    77categories          lang
    88license             GPL-2.1
     
    1313long_description    ${description}
    1414
    15 patchfiles          patch-configure.diff patch-ltmain.sh.diff
     15homepage            http://www.nongnu.org/g-wrap/
     16master_sites        http://download.savannah.gnu.org/releases/g-wrap/
    1617
    17 homepage            http://www.nongnu.org/g-wrap/index.html
    18 master_sites        http://www.gnucash.org/pub/g-wrap/source/
    19 checksums           md5 bf29b8b563cc27d9f7fd90a6243653aa
    20 depends_lib         port:slib-guile port:glib1
     18checksums           rmd160  87d84720a89f87c16e061c0c697382654ac8ca30 \
     19                    sha256  06abe8f8d2758f4d8e51f39b5cee3917ea70ec84410d4294214e43f843348d27
    2120
    22 post-destroot {
    23     xinstall -d ${destroot}${prefix}/share/info
    24     foreach info [glob ${destroot}${prefix}/info/*] {
    25         file rename $info ${destroot}${prefix}/share/info/
    26     }
    27     delete ${destroot}${prefix}/info
    28     delete ${destroot}${prefix}/share/man
    29 }
     21depends_build       port:pkgconfig
     22
     23depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
     24                    port:guile \
     25                    port:libffi
     26
     27patchfiles          patch-configure.diff
     28
     29# error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
     30# error: indirection of non-volatile null pointer will be deleted, not trap [-Werror,-Wnull-dereference]
     31# error: shift count >= width of type [-Werror,-Wshift-count-overflow]
     32configure.args      --disable-Werror
     33
     34# error: unknown type name 'intmax_t'
     35# error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'?
     36compiler.blacklist-append   clang
     37
     38# file: "libguile-srfi-srfi-1-v-3", message: "file not found"
     39build.env-append    DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib
     40
     41# error: missing terminating " character
     42use_parallel_build  no
     43
     44livecheck.type      regex
     45livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
  • trunk/dports/lang/g-wrap/files/patch-configure.diff

    r21487 r98923  
    1 --- configure.orig      Wed Apr 13 22:45:47 2005
    2 +++ configure   Wed Apr 13 22:45:56 2005
    3 @@ -3296,7 +3296,7 @@
    4    ;;
     1--- configure.orig      2011-11-26 08:14:07.000000000 -0600
     2+++ configure   2012-10-03 01:11:37.000000000 -0500
     3@@ -14481,7 +14481,7 @@
    54 
    6  darwin* | rhapsody*)
    7 -  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
    8 +  lt_cv_deplibs_check_method=pass_all
    9    lt_cv_file_magic_cmd='/usr/bin/file -L'
    10    case "$host_os" in
    11    rhapsody* | darwin1.[012])
     5 
     6 
     7-GUILE_VERSION="`guile-config info guileversion | sed -r 's,\\.[0-9]+$,,'`"
     8+GUILE_VERSION="`guile-config info guileversion | sed -e 's,\\.[0-9]+$,,'`"
     9 # Extract the first word of "guile-$GUILE_VERSION", so it can be a program name with args.
     10 set dummy guile-$GUILE_VERSION; ac_word=$2
     11 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Note: See TracChangeset for help on using the changeset viewer.