Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 02:29:57 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 84881 for review
Message-ID:  <200510060229.j962TvnU097513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84881

Change 84881 by soc-andrew@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510060229.j962TvnU097513>