From owner-p4-projects@FreeBSD.ORG Fri Apr 14 04:17:31 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B5CA616A405; Fri, 14 Apr 2006 04:17:31 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA1616A403 for ; Fri, 14 Apr 2006 04:17:31 +0000 (UTC) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4607643D45 for ; Fri, 14 Apr 2006 04:17:31 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3E4HVdA077744 for ; Fri, 14 Apr 2006 04:17:31 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3E4HUTJ077738 for perforce@freebsd.org; Fri, 14 Apr 2006 04:17:31 GMT (envelope-from soc-andrew@freebsd.org) Date: Fri, 14 Apr 2006 04:17:31 GMT Message-Id: <200604140417.k3E4HUTJ077738@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 95216 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 04:17:31 -0000 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