PERFORCE change 84881 for review

soc-andrew soc-andrew at FreeBSD.org
Wed Oct 5 19:29:59 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84881

Change 84881 by soc-andrew at soc-andrew_serv on 2005/10/06 02:29:32

	Add a basic Lua package to use libarchive to extract tarballs with

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/Makefile#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/archive/Makefile#1 add
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/archive/archive.c#1 add
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/archive/archive.lua#1 add

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/lib/lua/Makefile#3 (text+ko) ====

@@ -1,3 +1,4 @@
-SUBDIR=lua lualib compat51 posix socket mime
+SUBDIR=		lua lualib
+SUBDIR+=	archive compat51 mime posix socket
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list