[19467] trunk/dports/lang/gauche-c-wrapper
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 8 22:59:13 PDT 2006
Revision: 19467
Author: markd at macports.org
Date: 2006-09-08 22:59:11 -0700 (Fri, 08 Sep 2006)
Log Message:
-----------
Ticket 10253. Update to 0.4.1.
Modified Paths:
--------------
trunk/dports/lang/gauche-c-wrapper/Portfile
Added Paths:
-----------
trunk/dports/lang/gauche-c-wrapper/files/
trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in
Modified: trunk/dports/lang/gauche-c-wrapper/Portfile
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/Portfile 2006-09-09 05:34:10 UTC (rev 19466)
+++ trunk/dports/lang/gauche-c-wrapper/Portfile 2006-09-09 05:59:11 UTC (rev 19467)
@@ -2,7 +2,7 @@
PortSystem 1.0
name gauche-c-wrapper
-version 0.3.4
+version 0.4.1
categories lang scheme
maintainers yuhei at pop21.odn.ne.jp
description c-wrapper is a FFI (Foreign Function Interface) for Gauche.
@@ -11,12 +11,16 @@
master_sites http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
distname c-wrapper-$version
extract.suffix .tgz
-checksums md5 a4a95c47961613090cb6e60455ed30f2
+checksums md5 fa829741eab77fa51cb257f9f9ae27af
depends_build bin:gosh:gauche
+patchfiles patch-Makefile.in
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper
- xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ API.ja_JP.UTF-8 API.txt \
+ xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \
+ c-wrapper-refe_toc.html c-wrapper-refe.html \
+ c-wrapper-refj_toc.html c-wrapper-refj_toc.html \
${destroot}${prefix}/share/doc/gauche-c-wrapper
file copy ${workpath}/${worksrcdir}/examples \
${destroot}${prefix}/share/doc/gauche-c-wrapper
Added: trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in (rev 0)
+++ trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in 2006-09-09 05:59:11 UTC (rev 19467)
@@ -0,0 +1,11 @@
+--- Makefile.in 2006-06-14 08:51:18.000000000 +0900
++++ Makefile.in.new 2006-06-14 08:51:30.000000000 +0900
+@@ -47,7 +47,7 @@
+ cd src; $(MAKE) install
+ cd lib; $(MAKE) install
+ cd doc; $(MAKE) install
+- $(INSTALL) -m 444 -T $(GAUCHE_PKGLIBDIR)/.packages $(PACKAGE).gpd
++ $(INSTALL) -m 444 -T $(DESTDIR)$(GAUCHE_PKGLIBDIR)/.packages $(PACKAGE).gpd
+
+ uninstall :
+ cd src; $(MAKE) uninstall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060908/4eca5d49/attachment.html
More information about the macports-changes
mailing list