PERFORCE change 95216 for review

soc-andrew soc-andrew at FreeBSD.org
Fri Apr 14 04:17:31 UTC 2006


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

Change 95216 by soc-andrew at soc-andrew_serv on 2006/04/14 04:16:45

	Detach the compat51, mime, posix and socket modules from the build. They are now installed from packages. This realy happened in change 95124 when it shouldn't have.
	Fix the BSDInstaller to use the new location of the smtp module from the package

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/cmdchain.lua#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/Makefile#6 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/cmdchain.lua#3 (text+ko) ====

@@ -35,7 +35,7 @@
 
 local App = require("app")
 local Pty = require("pty")
-local SMTP = require("smtp")
+local SMTP = require("socket.smtp")
 
 --[[----------]]--
 --[[ CmdChain ]]--

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

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


More information about the p4-projects mailing list