[77691] trunk/dports/devel/lua-luasocket

and.damore at macports.org and.damore at macports.org
Sat Apr 9 11:57:41 PDT 2011


Revision: 77691
          http://trac.macports.org/changeset/77691
Author:   and.damore at macports.org
Date:     2011-04-09 11:57:38 -0700 (Sat, 09 Apr 2011)
Log Message:
-----------
port lua-luasocket: fixed CFLAGS and newline typo in post-destroot

Modified Paths:
--------------
    trunk/dports/devel/lua-luasocket/Portfile
    trunk/dports/devel/lua-luasocket/files/patch-config.diff

Modified: trunk/dports/devel/lua-luasocket/Portfile
===================================================================
--- trunk/dports/devel/lua-luasocket/Portfile	2011-04-09 18:35:04 UTC (rev 77690)
+++ trunk/dports/devel/lua-luasocket/Portfile	2011-04-09 18:57:38 UTC (rev 77691)
@@ -41,8 +41,8 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
     
-    xinstall -m 644 ${worksrcpath}/LICENSE ${worksrcpath}/NEW /
+    xinstall -m 644 ${worksrcpath}/LICENSE ${worksrcpath}/NEW \
         ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
-    file copy ${worksrcpath}/etc ${worksrcpath}/samples ${worksrcpath}/test /
+    file copy ${worksrcpath}/etc ${worksrcpath}/samples ${worksrcpath}/test \
         ${destroot}${prefix}/share/examples/${name}
 }

Modified: trunk/dports/devel/lua-luasocket/files/patch-config.diff
===================================================================
--- trunk/dports/devel/lua-luasocket/files/patch-config.diff	2011-04-09 18:35:04 UTC (rev 77690)
+++ trunk/dports/devel/lua-luasocket/files/patch-config.diff	2011-04-09 18:57:38 UTC (rev 77691)
@@ -35,7 +35,7 @@
 -#LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc
 +CC=gcc
 +DEF= -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN
-+CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common
++CFLAGS= $(LUAINC) $(DEF) -pedantic -Wall -O2 -fno-common
 +LDFLAGS=-bundle -undefined dynamic_lookup
 +LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110409/ee01e350/attachment.html>


More information about the macports-changes mailing list