From owner-cvs-all@FreeBSD.ORG Fri Jul 13 13:01:52 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4835216A401; Fri, 13 Jul 2007 13:01:52 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 60DE213C4DD; Fri, 13 Jul 2007 13:01:51 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.1/8.14.1) with ESMTP id l6DD1oGG098689; Fri, 13 Jul 2007 21:01:50 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.1/8.14.1/Submit) id l6DD1ok4061284; Fri, 13 Jul 2007 21:01:50 +0800 (CST) (envelope-from rafan) Date: Fri, 13 Jul 2007 21:01:50 +0800 From: Rong-En Fan To: Pav Lucistnik Message-ID: <20070713130150.GE50916@svm.csie.ntu.edu.tw> References: <200707130909.l6D994di056350@repoman.freebsd.org> <20070713092233.GV29573@svm.csie.ntu.edu.tw> <1184328103.1024.57.camel@ikaros.oook.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1184328103.1024.57.camel@ikaros.oook.cz> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , Martin Wilke Subject: Re: cvs commit: ports/devel/upnp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 13:01:52 -0000 On Fri, Jul 13, 2007 at 02:01:43PM +0200, Pav Lucistnik wrote: > Rong-En Fan píše v pá 13. 07. 2007 v 17:22 +0800: > > On Fri, Jul 13, 2007 at 09:09:04AM +0000, Martin Wilke wrote: > > > miwi 2007-07-13 09:09:04 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > devel/upnp Makefile > > > Log: > > > - Switch NOT_FOR_ARCH to NOT_FOR_ARCHS > > > > Just a note, this port builds fine on amd64 6.x > > but I don't know if it really works or not at runtime. > > I would doubt that claim > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.2007071214/upnp-1.6.0,1.log I tried on 6.x not 7.x. /bin/sh ../../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -march=nocona -Wall -o upnp_tv_device common/upnp_tv_device-sample_util.o tvdevice/upnp_tv_device-upnp_tv_device.o tvdevice/linux/upnp_tv_device-upnp_tv_device_main.o ../../upnp/libupnp.la ../../threadutil/libthreadutil.la ../../ixml/libixml.la -llwres -lcompat cc -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -march=nocona -Wall -o .libs/upnp_tv_device common/upnp_tv_device-sample_util.o tvdevice/upnp_tv_device-upnp_tv_device.o tvdevice/linux/upnp_tv_device-upnp_tv_device_main.o ../../upnp/.libs/libupnp.so /home/admin/usr/ports/devel/upnp/work/libupnp-1.6.0/threadutil/.libs/libthreadutil.so /home/admin/usr/ports/devel/upnp/work/libupnp-1.6.0/ixml/.libs/libixml.so ../../threadutil/.libs/libthreadutil.so ../../ixml/.libs/libixml.so -llwres -lcompat -Wl,--rpath -Wl,/usr/local/lib creating upnp_tv_device Making all in docs/dist "Makefile", line 721: warning: duplicate script for target "libupnp.pc" ignored root@svm|UTF-8 [/usr/ports/devel/upnp] (21:01) [W12]$ uname -a FreeBSD svm.csie.ntu.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 24 10:13:03 CST 2007 root@svm.csie.ntu.edu.tw:/home/admin/usr/obj/home/admin/usr/src/sys/SVM amd64 root@svm|UTF-8 [/usr/ports/devel/upnp] (21:01) [W12]$ > > > > Submitted by: pav via pointyhat > > > > I guess it should be read as "pointyhat via pav" > > Neither pav nor pointyhat really minds :) > > -- > Pav Lucistnik > > > > With a 10 MHz 386 the downloading speed would most likely drop > > to a crawl or stop with the decoding process etc. > I think most 10MHz 386 users are quite accustomed to things dropping > to a crawl.