Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#530 closed defect (fixed)

new port: lua

Reported by: anselmg@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

# $Id: $ PortSystem 1.0 name lua version 5.0 categories lang maintainers anselmg@… description powerful, light-weight programming language long_description Lua is a powerful, light-weight programming language des igned for extending applications. Lua is also frequently used as a general-purpo se, stand-alone language. platforms darwin homepage http://www.lua.org master_sites http://www.lua.org/ftp/ distname lua-${version} extract.sufx .tar.gz checksums md5 6f14803fad389fb1cb15d17edfeddd91 post-patch { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/config }

Attachments (2)

Portfile (582 bytes) - added by anselmg@… 21 years ago.
the Portfile
Portfile.2 (1.2 KB) - added by anselmg@… 21 years ago.
Corrected destroot issues

Download all attachments as: .zip

Change History (5)

Changed 21 years ago by anselmg@…

Attachment: Portfile added

the Portfile

comment:1 Changed 21 years ago by jpm@…

does not appear as though this port is destroot friendly.

DEBUG: Executing com.apple.install (lua) DEBUG: Assembled command: 'cd /Users/jpm/sandbox/darwinports/dports/lang/lua/work/lua- 5.0 && make install DESTDIR=/Users/jpm/sandbox/darwinports/dports/lang/lua/work/destroot' cd include; make all make[1]: Nothing to be done for `all'. cd src; make all make[1]: Nothing to be done for `all'. cd src/lib; make all make[1]: Nothing to be done for `all'. cd src/luac; make all make[1]: Nothing to be done for `all'. cd src/lua; make all make[1]: Nothing to be done for `all'. strip bin/* mkdir -p /opt/localbin /opt/localinclude /opt/locallib /opt/localman/man1 cp bin/* /opt/localbin cp include/*.h /opt/localinclude cp lib/*.a /opt/locallib cp doc/*.1 /opt/localman/man1 DEBUG: Executing install_registry couldn't change working directory to "/Users/jpm/sandbox/darwinports/dports/lang/lua/work/ destroot": no such file or directory

Changed 21 years ago by anselmg@…

Attachment: Portfile.2 added

Corrected destroot issues

comment:2 Changed 21 years ago by anselmg@…

attachments.isobsolete: 01

comment:3 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

committed. thanks. -fkr

Note: See TracTickets for help on using tickets.