[35584] trunk/dports/lang/gauche-c-wrapper

akira at macports.org akira at macports.org
Sun Mar 30 07:45:58 PDT 2008


Revision: 35584
          http://trac.macosforge.org/projects/macports/changeset/35584
Author:   akira at macports.org
Date:     2008-03-30 07:45:55 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
Fixed lint error

Modified Paths:
--------------
    trunk/dports/lang/gauche-c-wrapper/Portfile

Added Paths:
-----------
    trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in.diff

Removed Paths:
-------------
    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	2008-03-30 14:42:42 UTC (rev 35583)
+++ trunk/dports/lang/gauche-c-wrapper/Portfile	2008-03-30 14:45:55 UTC (rev 35584)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		gauche-c-wrapper
 version         0.5.2
 categories	lang scheme
@@ -13,7 +14,7 @@
 distname	c-wrapper-$version
 extract.suffix	.tgz
 checksums       md5 3e226826bfe1f0132b900efba7d1a605
-patchfiles	patch-Makefile.in
+patchfiles	patch-Makefile.in.diff
 depends_lib	port:gauche
 depends_build	port:boehmgc \
 		port:texi2html

Deleted: trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in	2008-03-30 14:42:42 UTC (rev 35583)
+++ trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in	2008-03-30 14:45:55 UTC (rev 35584)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2007-01-06 18:12:18.000000000 +0900
-+++ Makefile.in	2007-05-17 20:50:30.000000000 +0900
-@@ -49,7 +49,7 @@
- 	cd lib; $(MAKE) install
- 	cd objc; $(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 objc; $(MAKE) uninstall

Copied: trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in.diff (from rev 35575, trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in)
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/lang/gauche-c-wrapper/files/patch-Makefile.in.diff	2008-03-30 14:45:55 UTC (rev 35584)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2007-01-06 18:12:18.000000000 +0900
++++ Makefile.in	2007-05-17 20:50:30.000000000 +0900
+@@ -49,7 +49,7 @@
+ 	cd lib; $(MAKE) install
+ 	cd objc; $(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 objc; $(MAKE) uninstall

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080330/c2dc5477/attachment.html


More information about the macports-changes mailing list