[30665] trunk/dports/graphics/wxLua/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 2 14:26:58 PDT 2007


Revision: 30665
          http://trac.macosforge.org/projects/macports/changeset/30665
Author:   afb at macports.org
Date:     2007-11-02 14:26:58 -0700 (Fri, 02 Nov 2007)

Log Message:
-----------
lua port has wrong library name, use bundled lua instead for now

Modified Paths:
--------------
    trunk/dports/graphics/wxLua/Portfile

Modified: trunk/dports/graphics/wxLua/Portfile
===================================================================
--- trunk/dports/graphics/wxLua/Portfile	2007-11-02 21:09:04 UTC (rev 30664)
+++ trunk/dports/graphics/wxLua/Portfile	2007-11-02 21:26:58 UTC (rev 30665)
@@ -4,6 +4,7 @@
 
 name			wxLua
 version			2.8.4.0
+revision		1
 categories		graphics devel
 platforms		darwin freebsd
 maintainers		afb at macports.org
@@ -24,19 +25,25 @@
 			${name}-${version}${extract.suffix} \
 				rmd160 5b9d8b46c900bf70a840c2163f11198fdd556d2c
 
-depends_lib		port:wxstedit \
-			port:lua
+depends_lib		port:wxstedit
+#			port:lua
 
 worksrcdir		wxLua
 patchfiles		patch-configure
 
 configure.args		--mandir=${prefix}/share/man \
-			--with-wx-prefix=${prefix} --with-lua-prefix=${prefix} \
+			--with-wx-prefix=${prefix} \
 			--enable-wxbindstc --enable-luamodule
+#			--with-lua-prefix=${prefix}
 
 post-destroot {
 	# this bin conflicts with the "lua" port:
 	delete "${destroot}${prefix}/bin/lua"
+
+	delete "${destroot}${prefix}/include/lauxlib.h"
+	delete "${destroot}${prefix}/include/lua.h"
+	delete "${destroot}${prefix}/include/luaconf.h"
+	delete "${destroot}${prefix}/include/lualib.h"
 }
 
 platform darwin {

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


More information about the macports-changes mailing list