Date: Fri, 14 Apr 2006 04:17:31 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95216 for review Message-ID: <200604140417.k3E4HUTJ077738@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95216 Change 95216 by soc-andrew@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604140417.k3E4HUTJ077738>