[68633] users/anddam

and.damore at macports.org and.damore at macports.org
Tue Jun 8 06:43:56 PDT 2010


Revision: 68633
          http://trac.macports.org/changeset/68633
Author:   and.damore at macports.org
Date:     2010-06-08 06:43:50 -0700 (Tue, 08 Jun 2010)
Log Message:
-----------
g-wrap-devel in user dir

Added Paths:
-----------
    users/anddam/g-wrap-devel/
    users/anddam/g-wrap-devel/Portfile
    users/anddam/g-wrap-devel/files/
    users/anddam/g-wrap-devel/files/patch-ltmain.sh.diff

Added: users/anddam/g-wrap-devel/Portfile
===================================================================
--- users/anddam/g-wrap-devel/Portfile	                        (rev 0)
+++ users/anddam/g-wrap-devel/Portfile	2010-06-08 13:43:50 UTC (rev 68633)
@@ -0,0 +1,34 @@
+# $Id: Portfile 31212 2007-11-18 13:46:26Z mas at macports.org $
+
+PortSystem 1.0
+name                g-wrap-devel
+version             1.9.13
+revision            0
+categories          lang
+maintainers         nomaintainer
+platforms           darwin
+description         autogenerate scheme bindings for C functions, structures and enums
+long_description    ${description}
+
+patchfiles          patch-ltmain.sh.diff
+
+homepage            http://www.nongnu.org/g-wrap
+master_sites        http://savannah.nongnu.org/download/g-wrap/
+distname            g-wrap-${version}
+checksums           md5 bf29b8b563cc27d9f7fd90a6243653aa
+depends_lib         port:slib-guile \
+                    port:glib2 \
+                    port:libffi
+
+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
+}
+
+checksums           md5     5952a389fd00f123dfb86d269a1d6d67 \
+                    sha1    f71d3324574f3213d53240b4d831c864b592db49 \
+                    rmd160  4ae90250341b6cdbd7456cefc3a3f658763925ed

Added: users/anddam/g-wrap-devel/files/patch-ltmain.sh.diff
===================================================================
--- users/anddam/g-wrap-devel/files/patch-ltmain.sh.diff	                        (rev 0)
+++ users/anddam/g-wrap-devel/files/patch-ltmain.sh.diff	2010-06-08 13:43:50 UTC (rev 68633)
@@ -0,0 +1,11 @@
+--- ltmain.sh.orig	2009-10-23 15:54:05.000000000 +0200
++++ ltmain.sh	2010-05-01 18:06:56.000000000 +0200
+@@ -5567,7 +5567,7 @@
+ 	  *)
+ 	    if test "$installed" = no; then
+ 	      notinst_deplibs="$notinst_deplibs $lib"
+-	      need_relink=yes
++	      need_relink=no
+ 	    fi
+ 	    ;;
+ 	  esac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100608/15cd19e8/attachment.html>


More information about the macports-changes mailing list