From owner-freebsd-ports@FreeBSD.ORG Sat Apr 26 12:39:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B5F37B404 for ; Sat, 26 Apr 2003 12:39:33 -0700 (PDT) Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 9311343F85 for ; Sat, 26 Apr 2003 12:39:32 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030426193932.72441.qmail@web13402.mail.yahoo.com> Received: from [200.91.196.145] by web13402.mail.yahoo.com via HTTP; Sat, 26 Apr 2003 21:39:32 CEST Date: Sat, 26 Apr 2003 21:39:32 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-alpha@FreeBSD.org, freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-909690511-1051385972=:71551" Content-Transfer-Encoding: 8bit Subject: patch for emulators/twin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 19:39:33 -0000 --0-909690511-1051385972=:71551 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Hi guys, I don't have access to an Alpha or a PPC but the willows windows emulator is said to work on those platforms. Perhaps someone could add this patch to the port files directory to see if it at least starts building. It doesn't harm the i386 port so maybe it should be commited. cheers, Pedro. ______________________________________________________________________ Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html --0-909690511-1051385972=:71551 Content-Type: text/plain; name=patch-az Content-Description: patch-az Content-Disposition: inline; filename=patch-az *** configure.in.orig Sat Apr 26 14:11:20 2003 --- configure.in Sat Apr 26 14:15:38 2003 *************** *** 131,136 **** --- 131,140 ---- TARGET=sunos ;; + alpha-*-freebsd* ) + TARGET=freebsd + ;; + alpha-*-linux* ) TARGET=linux ;; *************** *** 143,149 **** TARGET=sco ;; ! i*86-unknown-freebsd* ) TARGET=freebsd ;; --- 147,153 ---- TARGET=sco ;; ! i*86-*-freebsd* ) TARGET=freebsd ;; *************** *** 153,158 **** --- 157,166 ---- i*86-*-cygwin* ) TARGET=cygwin + ;; + + powerpc-*-freebsd* ) + TARGET=freebsd ;; powerpc-*-linux* ) --0-909690511-1051385972=:71551--