From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 09:16:06 2005 Return-Path: X-Original-To: ports@freebsd.org 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 DED0616A41F for ; Sun, 9 Oct 2005 09:16:06 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from aposerv.p-i-n.com (aposerv.p-i-n.com [145.253.185.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DC143D48 for ; Sun, 9 Oct 2005 09:16:05 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21]) by aposerv.p-i-n.com (8.12.11/8.12.11) with ESMTP id j999G3IM063532 for ; Sun, 9 Oct 2005 11:16:03 +0200 (CEST) (envelope-from rabe@p-i-n.com) Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id j999Fvj91174 for ports@freebsd.org; Sun, 9 Oct 2005 11:15:57 +0200 (CEST) (envelope-from rabe) Date: Sun, 9 Oct 2005 11:15:57 +0200 From: "Raphael H. Becker" To: ports@freebsd.org Message-ID: <20051009111557.A89611@p-i-n.com> References: <20050928002013.11564.qmail@exxodus.fedaykin.here> <20050928053534.GB15395@local.net> <20050928100141.57485.qmail@exxodus.fedaykin.here> <20050928142537.O33058@p-i-n.com> <20050928144524.P33058@p-i-n.com> <20050928140328.GB99553@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20050928140328.GB99553@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Sep 28, 2005 at 10:03:28AM -0400 Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland Cc: Subject: Re: distfiles / md5 / plain-text via FTP proxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 09:16:07 -0000 On Wed, Sep 28, 2005 at 10:03:28AM -0400, Kris Kennaway wrote: > On Wed, Sep 28, 2005 at 02:45:24PM +0200, Raphael H. Becker wrote: > > Apropos "md5-secured" distfiles: > > > > If you use a proxy (e.g.squid) for ftp, it might use FTP-ASCII for > > transfer, not BINARY, which might result in a inband conversation from > > CRLF to LF in FTP for ASCII-files (.txt, .c, ... ) > > > > Some ports with distfile patches as textfiles or plain c-Sources > > (GhostScript, squid(?), ... ) complain about bad md5-sums. > > > > Deleting this files and refetching without proxy > > (ftp_proxy="" portupgrade -rF foo/bar) is a manual workaround for this. > > > > In some environments you don't have ftp without a (squid)proxy. > > > > Any idea or better workaround? > > I'd like to know one too. This is arguably a bug in squid, since it > should not be rewriting content without me telling it to. No workaround, but how to repeat: $ ftp_proxy="" fetch -o gdevlx50.c_noproxy \ "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/gdevlx50.c" $ ftp_proxy="http://localhost:3128/" fetch -o gdevlx50.c_proxy \ "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/gdevlx50.c" $ wc -lc gdevlx50.c_* 2732 99428 gdevlx50.c_noproxy 2732 102160 gdevlx50.c_proxy $ file gdevlx50.c_* gdevlx50.c_noproxy: ASCII C program text gdevlx50.c_proxy: ASCII C program text, with CRLF line terminators $ md5 gdevlx50.c_* MD5 (gdevlx50.c_noproxy) = 081e355c866316a56fbbff5b59f2b7cf MD5 (gdevlx50.c_proxy) = 06b0518d1d0aeedd61d4c7d27921cf62 $ grep gdevlx50.c /usr/ports/print/ghostscript-gnu/distinfo MD5 (ghostscript/gdevlx50.c) = 081e355c866316a56fbbff5b59f2b7cf SIZE (ghostscript/gdevlx50.c) = 99428 All plain text distfiles fetched using ftp through squid are affected! My personal workaround for this is a MASTER_SITE_OVERRIDE in /etc/make.conf with a http-Server: MASTER_SITE_OVERRIDE?=http://ftp.plusline.de/FreeBSD/distfiles/${DIST_SUBDIR}/ $ http_proxy="http://localhost:3128/" fetch -o gdevlx50.c_proxy_http \ "http://ftp.plusline.de/FreeBSD/distfiles/ghostscript/gdevlx50.c" $ md5 gdevlx50.c_* MD5 (gdevlx50.c_noproxy) = 081e355c866316a56fbbff5b59f2b7cf MD5 (gdevlx50.c_proxy) = 06b0518d1d0aeedd61d4c7d27921cf62 MD5 (gdevlx50.c_proxy_http) = 081e355c866316a56fbbff5b59f2b7cf Regards Raphael Becker From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 12:40:38 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 2FEA016A41F for ; Sun, 9 Oct 2005 12:40:38 +0000 (GMT) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6776943D49 for ; Sun, 9 Oct 2005 12:40:37 +0000 (GMT) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1EOaTj-0003DV-VY for freebsd-ports@freebsd.org; Sun, 09 Oct 2005 13:40:36 +0100 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.13.4/8.13.4/Debian-3) with SMTP id j99CeZCM003889 for ; Sun, 9 Oct 2005 13:40:35 +0100 Received: (qmail 44282 invoked by uid 1001); 9 Oct 2005 12:40:29 -0000 From: "Frank Shute" Date: Sun, 9 Oct 2005 13:40:29 +0100 To: freebsd-ports@freebsd.org Message-ID: <20051009124029.GA41449@peach> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-RELEASE-p4 i386 X-Organisation: 'Esperance Linux' Subject: firefox doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 12:40:38 -0000 $ uname -a FreeBSD peach 4.11-RELEASE-p4 FreeBSD 4.11-RELEASE-p4 #0: Tue May 3 13:03:12 BST 2005 root@peach.veggie.com:/usr/obj/usr/src/sys/PEACHFW i386 I'm having problems upgrading firefox using portupgrade or building it directly. I've done a cvsup and pkgdb -uvF && portsdb -u, I've tried make clean but I've now run out of ideas. Here's where it goes pear-shaped: [root@/usr/ports/www/firefox]# make c++ -o nsDNSService2.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/unicharutil -I../../../dist/include/necko -I../../../dist/include -I/usr/local/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -D_THREAD_SAFE -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp In file included from nsDNSService2.h:40, from nsDNSService2.cpp:38: nsHostResolver.h:95: syntax error before `*' nsHostResolver.h: In method `PRBool nsHostRecord::HasResult() const': nsHostResolver.h:99: `addr_info' undeclared (first use this function) nsHostResolver.h:99: (Each undeclared identifier is reported only once nsHostResolver.h:99: for each function it appears in.) nsHostResolver.h:99: warning: control reaches end of non-void function `nsHostRe cord::HasResult() const' nsHostResolver.h: At top level: nsHostResolver.h:209: syntax error before `*' nsDNSService2.cpp: In method `nsresult nsDNSRecord::GetCanonicalName(nsACString &)': nsDNSService2.cpp:95: `class nsDerivedSafe' has no member named `addr_info' nsDNSService2.cpp:96: `class nsDerivedSafe' has no member named `addr_info' nsDNSService2.cpp:96: implicit declaration of function `int PR_GetCanonNameFromAddrInfo(...)' nsDNSService2.cpp:94: warning: `const char * cname' might be used uninitialized in this function nsDNSService2.cpp: In method `nsresult nsDNSRecord::GetNextAddr(short unsigned int, PRNetAddr *)': nsDNSService2.cpp:112: `class nsDerivedSafe' has no member named `addr_info' nsDNSService2.cpp:113: `class nsDerivedSafe' has no member named `addr_info' nsDNSService2.cpp:113: implicit declaration of function `int PR_EnumerateAddrInfo(...)' nsDNSService2.cpp: In method `PRUint16 nsDNSService::GetAFForLookup(const nsACString &)': nsDNSService2.cpp:528: `PR_AF_UNSPEC' undeclared (first use this function) gmake[4]: *** [nsDNSService2.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. TIA -- Frank echo "f r a n k @ e s p e r a n c e - l i n u x . c o . u k" | sed 's/ //g' --->PGP keyID: 0x10BD6F4B<--- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 12:43:35 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 DE07716A41F for ; Sun, 9 Oct 2005 12:43:35 +0000 (GMT) (envelope-from thomas@hardy-5.tmseck.homedns.org) Received: from smtp3.netcologne.de (smtp3.netcologne.de [194.8.194.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA7E43D49 for ; Sun, 9 Oct 2005 12:43:35 +0000 (GMT) (envelope-from thomas@hardy-5.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-241-84.netcologne.de [213.196.241.84]) by smtp3.netcologne.de (Postfix) with SMTP id E79D4675CC for ; Sun, 9 Oct 2005 14:43:33 +0200 (CEST) Received: (qmail 2891 invoked from network); 9 Oct 2005 12:43:55 -0000 Received: from unknown (HELO hardy-5.tmseck.homedns.org) (192.168.1.22) by 0 with SMTP; 9 Oct 2005 12:43:55 -0000 Received: from hardy-5.tmseck.homedns.org (localhost.tmseck.homedns.org [127.0.0.1]) by hardy-5.tmseck.homedns.org (8.13.4/8.13.4) with ESMTP id j99ChWsx028981; Sun, 9 Oct 2005 14:43:32 +0200 (CEST) (envelope-from thomas@hardy-5.tmseck.homedns.org) Received: (from thomas@localhost) by hardy-5.tmseck.homedns.org (8.13.4/8.13.4/Submit) id j99ChVwN028980; Sun, 9 Oct 2005 14:43:31 +0200 (CEST) (envelope-from thomas) Date: Sun, 9 Oct 2005 14:43:31 +0200 (CEST) Message-Id: <200510091243.j99ChVwN028980@hardy-5.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-ports@freebsd.org In-Reply-To: <20051009111557.A89611@p-i-n.com> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Subject: Re: distfiles / md5 / plain-text via FTP proxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 12:43:36 -0000 * Raphael H. Becker [gmane.os.freebsd.devel.ports]: > On Wed, Sep 28, 2005 at 10:03:28AM -0400, Kris Kennaway wrote: >> I'd like to know one too. This is arguably a bug in squid, since it >> should not be rewriting content without me telling it to. Indeed. > No workaround, but how to repeat: > > $ ftp_proxy="" fetch -o gdevlx50.c_noproxy \ > "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/gdevlx50.c" > > $ ftp_proxy="http://localhost:3128/" fetch -o gdevlx50.c_proxy \ > "ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/gdevlx50.c" > > $ wc -lc gdevlx50.c_* > 2732 99428 gdevlx50.c_noproxy > 2732 102160 gdevlx50.c_proxy > > $ file gdevlx50.c_* > gdevlx50.c_noproxy: ASCII C program text > gdevlx50.c_proxy: ASCII C program text, with CRLF line terminators > > $ md5 gdevlx50.c_* > MD5 (gdevlx50.c_noproxy) = 081e355c866316a56fbbff5b59f2b7cf > MD5 (gdevlx50.c_proxy) = 06b0518d1d0aeedd61d4c7d27921cf62 > > $ grep gdevlx50.c /usr/ports/print/ghostscript-gnu/distinfo > MD5 (ghostscript/gdevlx50.c) = 081e355c866316a56fbbff5b59f2b7cf > SIZE (ghostscript/gdevlx50.c) = 99428 > > All plain text distfiles fetched using ftp through squid are affected! I can confirm this behaviour with FreeBSD's ftpd and squid-2.5.11. I cannot however confirm this with squid + ftp/vsftpd, possibly because vsftpd ignores ASCII requests by default. I do not think that there is currently a way to force squid to always request binary transfers, so you might want to file a bug report against squid to get this feature in. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 14:51:23 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 28CAD16A41F for ; Sun, 9 Oct 2005 14:51:23 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA5CE43D46 for ; Sun, 9 Oct 2005 14:51:22 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from ibm56aec.bellsouth.net ([65.80.64.147]) by imf16aec.mail.bellsouth.net with ESMTP id <20051009145122.FOUO6243.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net> for ; Sun, 9 Oct 2005 10:51:22 -0400 Received: from [192.168.1.15] (really [65.80.64.147]) by ibm56aec.bellsouth.net with ESMTP id <20051009145121.SIAB24528.ibm56aec.bellsouth.net@[192.168.1.15]>; Sun, 9 Oct 2005 10:51:21 -0400 Message-ID: <43492E70.50309@bellsouth.net> Date: Sun, 09 Oct 2005 10:51:28 -0400 From: bsdlogical User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Shute , freebsd-ports@freebsd.org References: <20051009124029.GA41449@peach> In-Reply-To: <20051009124029.GA41449@peach> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: firefox doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 14:51:23 -0000 This has been mentioned on the mailing list before. Try rebuilding devel/nspr, that should do it. bsdlogical Frank Shute wrote: >$ uname -a > >FreeBSD peach 4.11-RELEASE-p4 FreeBSD 4.11-RELEASE-p4 #0: Tue May 3 13:03:12 BST 2005 root@peach.veggie.com:/usr/obj/usr/src/sys/PEACHFW i386 > > >I'm having problems upgrading firefox using portupgrade or building >it directly. I've done a cvsup and pkgdb -uvF && portsdb -u, I've tried >make clean but I've now run out of ideas. Here's where it goes >pear-shaped: > >[root@/usr/ports/www/firefox]# make > > > >c++ -o nsDNSService2.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/unicharutil -I../../../dist/include/necko -I../../../dist/include -I/usr/local/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -D_THREAD_SAFE -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp >In file included from nsDNSService2.h:40, > from nsDNSService2.cpp:38: >nsHostResolver.h:95: syntax error before `*' >nsHostResolver.h: In method `PRBool nsHostRecord::HasResult() const': >nsHostResolver.h:99: `addr_info' undeclared (first use this function) >nsHostResolver.h:99: (Each undeclared identifier is reported only once >nsHostResolver.h:99: for each function it appears in.) >nsHostResolver.h:99: warning: control reaches end of non-void function `nsHostRe >cord::HasResult() const' >nsHostResolver.h: At top level: >nsHostResolver.h:209: syntax error before `*' >nsDNSService2.cpp: In method `nsresult nsDNSRecord::GetCanonicalName(nsACString &)': >nsDNSService2.cpp:95: `class nsDerivedSafe' has no member named `addr_info' >nsDNSService2.cpp:96: `class nsDerivedSafe' has no member named `addr_info' >nsDNSService2.cpp:96: implicit declaration of function `int PR_GetCanonNameFromAddrInfo(...)' >nsDNSService2.cpp:94: warning: `const char * cname' might be used uninitialized in this function >nsDNSService2.cpp: In method `nsresult nsDNSRecord::GetNextAddr(short unsigned int, PRNetAddr *)': >nsDNSService2.cpp:112: `class nsDerivedSafe' has no member named `addr_info' >nsDNSService2.cpp:113: `class nsDerivedSafe' has no member named `addr_info' >nsDNSService2.cpp:113: implicit declaration of function `int PR_EnumerateAddrInfo(...)' >nsDNSService2.cpp: In method `PRUint16 nsDNSService::GetAFForLookup(const nsACString &)': >nsDNSService2.cpp:528: `PR_AF_UNSPEC' undeclared (first use this function) >gmake[4]: *** [nsDNSService2.o] Error 1 >gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns/src' >gmake[3]: *** [libs] Error 2 >gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns' >gmake[2]: *** [libs] Error 2 >gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk' >gmake[1]: *** [tier_9] Error 2 >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >gmake: *** [default] Error 2 >*** Error code 2 > >Stop in /usr/ports/www/firefox. > > >TIA > > > > From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 18:17:24 2005 Return-Path: X-Original-To: freeBSD-ports@freebsd.org 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 4B9E416A41F; Sun, 9 Oct 2005 18:17:24 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from above.proper.com (above.proper.com [208.184.76.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2285343D45; Sun, 9 Oct 2005 18:17:24 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from [10.20.30.249] (dsl2-63-249-92-231.cruzio.com [63.249.92.231]) (authenticated bits=0) by above.proper.com (8.12.11/8.12.9) with ESMTP id j99IHNtm014278; Sun, 9 Oct 2005 11:17:23 -0700 (PDT) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Sun, 9 Oct 2005 11:17:21 -0700 To: freeBSD-ports@freebsd.org, glewis@freebsd.org From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Weird error in making java/linux-ibm-jdk14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 18:17:24 -0000 On a fairly clean 5.4 system: ===== # make printf: missing format character ===> linux-ibm-jdk-1.4.2_2 is*** Error code 1 Stop in /usr/ports/java/linux-ibm-jdk14. ===== I can make other ports just fine, so it seems local to this one. I just did a cvsup to be sure I didn't have something bolloxed. The probably-bad text in the Makefile is: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE=:\n\ Because of licensing restrictions, you must manually fetch the IBM Java SDK\n\ ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}). Please access\n\ ${DOWNLOAD_URL}, and select the\n\ \"Dev Kit for Linux\", ${JDK_VERSION}, for the \"32-bit xSeries (Intel Compat)\"\n\ platform. After registration, download the archive and place it in\n\ ${DISTDIR}. Then run make again.\n .endif From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 18:22:43 2005 Return-Path: X-Original-To: ports@freebsd.org 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 5B9BB16A41F for ; Sun, 9 Oct 2005 18:22:43 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE1243D45 for ; Sun, 9 Oct 2005 18:22:42 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so951320qbd for ; Sun, 09 Oct 2005 11:22:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:message-id:mime-version:content-type:content-disposition:x-pgp:user-agent; b=JbwGUQfPLAwJfJBLgV6GWyu116eg+DdM6v8sSRcKbGLOhm81LWmboPnNURXSbxVYOCDV068EGFPnFNDlgv/FtdKgt1Lr1ItRzvhAXrCl941EIQwZtlut1AqzZhV9QjVpuOMlZ6Kfz9/GWLrqX0C5kF9cI1Irxh3/UZx6eESb5rk= Received: by 10.65.139.4 with SMTP id r4mr2775357qbn; Sun, 09 Oct 2005 11:22:42 -0700 (PDT) Received: from localhost ( [213.24.169.228]) by mx.gmail.com with ESMTP id d2sm2844563qbc.2005.10.09.11.22.39; Sun, 09 Oct 2005 11:22:41 -0700 (PDT) Date: Sun, 9 Oct 2005 22:25:23 +0400 From: Roman Bogorodskiy To: ports@freebsd.org Message-ID: <20051009182523.GA71972@lame.novel.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP: http://people.freebsd.org/~novel/novel.key.asc User-Agent: Mutt/1.5.10i Cc: Subject: (no subject) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 18:22:43 -0000 Apache won't work correctly From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 18:27:54 2005 Return-Path: X-Original-To: ports@freebsd.org 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 F302A16A41F for ; Sun, 9 Oct 2005 18:27:53 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82AEA43D45 for ; Sun, 9 Oct 2005 18:27:53 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so951851qbd for ; Sun, 09 Oct 2005 11:27:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:x-pgp:user-agent; b=IPj2z2BeDOW7guBRt1IcrTWXS97BzgdXZ5P/9upux1OJDNohwvgjXmgwFFTUwoKV0n6ztz+0cXy3prUwKYvkvPX1vGNq3knuUXm5RUyC7gqzdgsxL6L6XLKZgb9bKlf/o/j34kpyONOW97BE5Zgnd027Jp9avRnW5m649txXMCI= Received: by 10.65.81.15 with SMTP id i15mr2763905qbl; Sun, 09 Oct 2005 11:27:52 -0700 (PDT) Received: from localhost ( [213.24.169.228]) by mx.gmail.com with ESMTP id q19sm454281qbq.2005.10.09.11.27.49; Sun, 09 Oct 2005 11:27:52 -0700 (PDT) Date: Sun, 9 Oct 2005 22:30:33 +0400 From: Roman Bogorodskiy To: ports@freebsd.org Message-ID: <20051009183033.GB24668@lame.novel.ru> References: <20051009182523.GA71972@lame.novel.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline In-Reply-To: <20051009182523.GA71972@lame.novel.ru> X-PGP: http://people.freebsd.org/~novel/novel.key.asc User-Agent: Mutt/1.5.10i Cc: Subject: Re: (no subject) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 18:27:54 -0000 --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline ports wrote: > Apache won't work correctly Oops, please ignore. =) Roman Bogorodskiy --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iQCVAwUBQ0lhyYB0WzgdqspGAQK2XAQAtu/OcQ5TwXgtmQXgg2kap41ap8DNgvQv 0jHu0IqizWe+LFCM2ktu3BaRVb0MHYR9/KvLygTKrO6nG1abkEnjGb7ZL2d2cnuF nxIBqvOK7BfuN4Dn6bFxmkH/eTm7WfoVtrnxqtB4J+bTTMdYdgcSvRyDD6k1x90R C7P25O8TYPY= =zabW -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 21:03:55 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 303EB16A420 for ; Sun, 9 Oct 2005 21:03:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-white.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id E141C43D49 for ; Sun, 9 Oct 2005 21:03:54 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-green.research.att.com (Postfix) with ESMTP id 9A2CB8556; Sat, 8 Oct 2005 02:11:23 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j986BNwg008692; Fri, 7 Oct 2005 23:11:23 -0700 From: Bill Fenner Message-Id: <200510080611.j986BNwg008692@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Kris Kennaway References: <20051008003731.GA3447@k7.mavetju> <20051008023628.GA57290@xor.obsecurity.org> Date: Fri, 7 Oct 2005 23:11:23 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: freebsd-ports@freebsd.org Subject: Re: Another administrative variable: NOFETCHFILES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:03:55 -0000 >This is already covered by existing variables. e.g. if the port >should not be fetched, IGNORE or NO_PACKAGE will be set. There have forever been ports that have one file that needs to be fetched by hand and others that can be fetched with the normal system; emulators/stonx had one in 1999. It makes sense to ask the distfile survey to check the ones that are automatically fetchable but not call the port bad if the one that has to be fetched by hand can't be fetched. Bill From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 21:03:56 2005 Return-Path: X-Original-To: ports@freebsd.org 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 F3E5616A420 for ; Sun, 9 Oct 2005 21:03:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-white.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831F043D49 for ; Sun, 9 Oct 2005 21:03:55 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-green.research.att.com (Postfix) with ESMTP id 36FC78551; Fri, 7 Oct 2005 19:27:04 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j97NR4BN032652; Fri, 7 Oct 2005 16:27:04 -0700 From: Bill Fenner Message-Id: <200510072327.j97NR4BN032652@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Joe Kelsey References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> Date: Fri, 7 Oct 2005 16:27:04 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:03:56 -0000 Joe, >I can only assume that whatever script your test uses is somehow >incorrect. Based on feedback already received today, I'm planning on skipping the tests on any port that sets FETCH_ENV, FETCH_CMD, or has a do-fetch: target. I don't know how easy these will be to implement, so please bear with me. By the way, is it legally reasonable for the port to accept the pre-download license on behalf of the user? Bill From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 21:29:19 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 2940D16A41F; Sun, 9 Oct 2005 21:29:19 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 734C643D46; Sun, 9 Oct 2005 21:29:18 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051009212922.IKDB2425.lakecmmtao05.coxmail.com@dns1>; Sun, 9 Oct 2005 17:29:22 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Sun, 9 Oct 2005 14:24:51 -0700 User-Agent: KMail/1.8 References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> In-Reply-To: <200510072327.j97NR4BN032652@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510091424.52316.vizion@vizion.occoxmail.com> Cc: Bill Fenner , ports@freebsd.org, Joe Kelsey Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:29:19 -0000 On Friday 07 October 2005 16:27, the author Bill Fenner contributed to the dialogue on- Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93: >Joe, > >>I can only assume that whatever script your test uses is somehow >>incorrect. > >Based on feedback already received today, I'm planning on skipping >the tests on any port that sets FETCH_ENV, FETCH_CMD, or has a do-fetch: >target. I don't know how easy these will be to implement, so please >bear with me. > >By the way, is it legally reasonable for the port to accept the >pre-download license on behalf of the user? While you are looking at this issue -- is there any way a request to the port maintainer could be initiated, asking the maintainer to regularly check the status of the port when the port is broken (file cannot be fetched) to bring the port up todate? For example Zend cannot be fetched. I think what happened was Zend created a port of the Zend server which can install, right out of the box. The mistaken assumption seems to have been made that the the current ZendStudio file from Zend will also unpack without the need for a port. The fact is it does not. I hate it when ports drop out of maintainence and finish up not being available. Also installing as a port has significant benefits -- so how do we get a system that deals with these 'oddities'? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 21:29:19 2005 Return-Path: X-Original-To: ports@freebsd.org 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 2940D16A41F; Sun, 9 Oct 2005 21:29:19 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 734C643D46; Sun, 9 Oct 2005 21:29:18 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051009212922.IKDB2425.lakecmmtao05.coxmail.com@dns1>; Sun, 9 Oct 2005 17:29:22 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Sun, 9 Oct 2005 14:24:51 -0700 User-Agent: KMail/1.8 References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> In-Reply-To: <200510072327.j97NR4BN032652@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510091424.52316.vizion@vizion.occoxmail.com> Cc: Bill Fenner , ports@freebsd.org, Joe Kelsey Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:29:19 -0000 On Friday 07 October 2005 16:27, the author Bill Fenner contributed to the dialogue on- Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93: >Joe, > >>I can only assume that whatever script your test uses is somehow >>incorrect. > >Based on feedback already received today, I'm planning on skipping >the tests on any port that sets FETCH_ENV, FETCH_CMD, or has a do-fetch: >target. I don't know how easy these will be to implement, so please >bear with me. > >By the way, is it legally reasonable for the port to accept the >pre-download license on behalf of the user? While you are looking at this issue -- is there any way a request to the port maintainer could be initiated, asking the maintainer to regularly check the status of the port when the port is broken (file cannot be fetched) to bring the port up todate? For example Zend cannot be fetched. I think what happened was Zend created a port of the Zend server which can install, right out of the box. The mistaken assumption seems to have been made that the the current ZendStudio file from Zend will also unpack without the need for a port. The fact is it does not. I hate it when ports drop out of maintainence and finish up not being available. Also installing as a port has significant benefits -- so how do we get a system that deals with these 'oddities'? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 22:44:26 2005 Return-Path: X-Original-To: ports@freebsd.org 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 DCB5416A41F for ; Sun, 9 Oct 2005 22:44:26 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D8843D45 for ; Sun, 9 Oct 2005 22:44:26 +0000 (GMT) (envelope-from gkatsanos@gmail.com) Received: by qproxy.gmail.com with SMTP id q18so1098521qba for ; Sun, 09 Oct 2005 15:44:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=VwIxSmWsGbY554Ukrmbq2ferW8RtZ+6a2vHBWK2wXX7udiIVs+2Ywraqro5SnslAXfMs/aRlQGp56Nn4GrtP1qYEYs9T16rhf484PddbpZcJDocNOglsXRuSPC99ovvwASWBGCSvfWyNMAXDjkkvWAr9ifpROLUSURC7S2n88I0= Received: by 10.65.154.13 with SMTP id g13mr2884553qbo; Sun, 09 Oct 2005 15:44:25 -0700 (PDT) Received: from localhost.localdomain ( [87.202.66.181]) by mx.gmail.com with ESMTP id q13sm1211481qbq.2005.10.09.15.44.24; Sun, 09 Oct 2005 15:44:24 -0700 (PDT) From: George Katsanos To: ports@freebsd.org Date: Sun, 9 Oct 2005 22:44:22 +0000 User-Agent: KMail/1.7 MIME-Version: 1.0 Message-Id: <200510092244.23053.gkatsanos@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: error info X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: georgek@intense-illusions.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 22:44:27 -0000 *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! index generation error /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:482:in `open_db': database file error (PortsDB::DBError) from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:634:in `port' from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:822:in `all_depends_list' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `each' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `tsort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:929:in `sort_build' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:933:in `sort_build!' from /usr/local/sbin/portupgrade:674:in `main' from /usr/local/sbin/portupgrade:207:in `initialize' from /usr/local/sbin/portupgrade:207:in `new' from /usr/local/sbin/portupgrade:207:in `main' from /usr/local/sbin/portupgrade:1845 su-2.05b# make fetchindex make: don't know how to make fetchindex. Stop =================================================================================== Dear sir , when attempting to 'portupgrade -a' , i got the following error. I had completed the cvsup . My system hadn't been updated for 10 months. I am running an Intel Pentium III - Fbsd 5.3 version. Ask me any extra information you may need!. Thank you From owner-freebsd-ports@FreeBSD.ORG Sun Oct 9 23:17:53 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 8E9FF16A41F for ; Sun, 9 Oct 2005 23:17:53 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-yellow.research.att.com (mail-dark.research.att.com [192.20.225.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DE243D49 for ; Sun, 9 Oct 2005 23:17:52 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-green.research.att.com (Postfix) with ESMTP id 6B6057FF7; Sun, 9 Oct 2005 19:17:52 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j99NHqL9007329; Sun, 9 Oct 2005 16:17:52 -0700 From: Bill Fenner Message-Id: <200510092317.j99NHqL9007329@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Vizion References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <200510091424.52316.vizion@vizion.occoxmail.com> Date: Sun, 9 Oct 2005 16:17:52 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 23:17:53 -0000 >While you are looking at this issue -- is there any way a request to the >port >maintainer could be initiated, asking the maintainer to regularly check the >status of the port when the port is broken (file cannot be fetched) to bring >the port up todate? Normally, the distfile survey would send a periodic email to maintainers of ports that are unfetchable; however, it doesn't send email about ports that are marked "BROKEN". This has an unfortunate interaction with ports that are marked BROKEN because they're unfetchable. Fixing this interaction will go on my TODO list. >For example Zend cannot be fetched. I think what happened was Zend >created a port of the Zend server which can install, right out of >the box. The mistaken assumption seems to have been made that the the >current ZendStudio file from Zend will also unpack without the need for >a port. The fact is it does not. What it looks like to me is that Zend changed how you get the evaluation version and the port didn't get updated. The port is for 3_5_2 and the current version appears to be 4.0. > I hate it when ports drop out of maintainence and finish up not being >available. Me too. However, people can't always keep up with the things that they'd like to do. I spent about 3 years not being a good port maintainer and neglecting the distfile survey - other things came up. >Also installing as a port has significant benefits -- so how >do we get a system that deals with these 'oddities'? Eliminate the people from the system?... Bill From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 00:15:24 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 7478016A41F for ; Mon, 10 Oct 2005 00:15:24 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24F443D46 for ; Mon, 10 Oct 2005 00:15:23 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051010001523.MXEJ24491.lakecmmtao06.coxmail.com@dns1>; Sun, 9 Oct 2005 20:15:23 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Sun, 9 Oct 2005 17:10:52 -0700 User-Agent: KMail/1.8 References: <200510071001.j97A1c23029414@freefall.freebsd.org> <200510091424.52316.vizion@vizion.occoxmail.com> <200510092317.j99NHqL9007329@bright.research.att.com> In-Reply-To: <200510092317.j99NHqL9007329@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510091710.53533.vizion@vizion.occoxmail.com> Cc: Bill Fenner Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 00:15:24 -0000 On Sunday 09 October 2005 16:17, the author Bill Fenner contributed to the dialogue on- Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93: >>While you are looking at this issue -- is there any way a request to the >>port >>maintainer could be initiated, asking the maintainer to regularly check the >>status of the port when the port is broken (file cannot be fetched) to >> bring the port up todate? > >Normally, the distfile survey would send a periodic email to >maintainers of ports that are unfetchable; however, it doesn't >send email about ports that are marked "BROKEN". This has an >unfortunate interaction with ports that are marked BROKEN because >they're unfetchable. > >Fixing this interaction will go on my TODO list. > >>For example Zend cannot be fetched. I think what happened was Zend >>created a port of the Zend server which can install, right out of >>the box. The mistaken assumption seems to have been made that the the >>current ZendStudio file from Zend will also unpack without the need for >>a port. The fact is it does not. > >What it looks like to me is that Zend changed how you get the >evaluation version and the port didn't get updated. The port is >for 3_5_2 and the current version appears to be 4.0. Yes - the current studio version = ZendStudio-4_0_2.tar.gz with a beta= ZendStudio-5_0_0Beta2.tar.gz the server beta is ZendStudioServer-5.0.0Beta-freebsd5.1-i386.tar.gz This needs to fix the way it pushes php.iini to /usr/local/Zend/ and installs a symbolic link to that location from /usr/local/etc/ if many more people do that we will have a path to php.ini which goes through multiple symbolic links - not to mention the problems when we go across filing systems!! > >> I hate it when ports drop out of maintainence and finish up not being >>available. > >Me too. However, people can't always keep up with the things that >they'd like to do. I spent about 3 years not being a good port >maintainer and neglecting the distfile survey - other things came >up. Well we are all human except me and I never make a timsake :-) > >>Also installing as a port has significant benefits -- so how >>do we get a system that deals with these 'oddities'? > >Eliminate the people from the system?... I always thought starwars had some potential value!! david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 05:08:29 2005 Return-Path: X-Original-To: ports@freebsd.org 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 1F19D16A41F for ; Mon, 10 Oct 2005 05:08:29 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06AB43D45 for ; Mon, 10 Oct 2005 05:08:28 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 29F062F6D; Mon, 10 Oct 2005 00:08:28 -0500 (CDT) Date: Mon, 10 Oct 2005 00:08:28 -0500 To: Bill Fenner Message-ID: <20051010050828.GB17535@soaustin.net> References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510072327.j97NR4BN032652@bright.research.att.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org, Joe Kelsey Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 05:08:29 -0000 On Fri, Oct 07, 2005 at 04:27:04PM -0700, Bill Fenner wrote: > By the way, is it legally reasonable for the port to accept the > pre-download license on behalf of the user? I don't think so. mcl From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 05:11:27 2005 Return-Path: X-Original-To: ports@freebsd.org 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 64CD016A41F for ; Mon, 10 Oct 2005 05:11:27 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from mail-white.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1936E43D49 for ; Mon, 10 Oct 2005 05:11:27 +0000 (GMT) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-blue.research.att.com (Postfix) with ESMTP id A91C9147AB8; Mon, 10 Oct 2005 01:11:26 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.12.11/8.12.10/Submit) id j9A5BQ3f015045; Sun, 9 Oct 2005 22:11:26 -0700 From: Bill Fenner Message-Id: <200510100511.j9A5BQ3f015045@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: linimon@lonesome.com (Mark Linimon) References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <20051010050828.GB17535@soaustin.net> Date: Sun, 9 Oct 2005 22:11:26 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: ports@freebsd.org, Joe Kelsey Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 05:11:27 -0000 In this case, the maintainer got special permission from the package owners. Without such permission, I agree that it's sketchy. Bill From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 06:17:51 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 3D53416A41F for ; Mon, 10 Oct 2005 06:17:51 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E4143D46 for ; Mon, 10 Oct 2005 06:17:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 6F8491A3C1F; Sun, 9 Oct 2005 23:17:50 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B468551416; Mon, 10 Oct 2005 02:00:42 -0400 (EDT) Date: Mon, 10 Oct 2005 02:00:42 -0400 From: Kris Kennaway To: Bill Fenner Message-ID: <20051010060041.GA31612@xor.obsecurity.org> References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <200510091424.52316.vizion@vizion.occoxmail.com> <200510092317.j99NHqL9007329@bright.research.att.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <200510092317.j99NHqL9007329@bright.research.att.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, Vizion Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 06:17:51 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 09, 2005 at 04:17:52PM -0700, Bill Fenner wrote: >=20 > >While you are looking at this issue -- is there any way a request to the > >port=20 > >maintainer could be initiated, asking the maintainer to regularly check = the=20 > >status of the port when the port is broken (file cannot be fetched) to b= ring > >the port up todate? >=20 > Normally, the distfile survey would send a periodic email to > maintainers of ports that are unfetchable; however, it doesn't > send email about ports that are marked "BROKEN". This has an > unfortunate interaction with ports that are marked BROKEN because > they're unfetchable. However, the maintainer will have received and ignored at least one, and possibly several emails about the broken status of their port before it ever gets to the stage of being marked BROKEN. Kris --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDSgOJWry0BWjoQKURAt2wAKDfjzu1pHRBFjuhik5HJ6UO1AVZ8QCffjW4 dIb3sfsSWiVHe4hQi/FxJgM= =dP5X -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 06:48:33 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 9186A16A41F for ; Mon, 10 Oct 2005 06:48:33 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0361243D4C for ; Mon, 10 Oct 2005 06:48:32 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so116050nzd for ; Sun, 09 Oct 2005 23:48:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jI+m46n9sJYWWMSfc0rDouA922EBBcP4s6JSsoO6H9SVPo+swruRKviQgrNC/d3F3WHbC1iSh+VUieNmRY7/xKY9hvh6BqZJdjz9+kRzQwToTxCOYh+/l1I/MRSurSWq6/cX0NyMyOAtXrG6OypRB57C8nJSyaTVZPdrQmGs030= Received: by 10.36.71.2 with SMTP id t2mr3582203nza; Sun, 09 Oct 2005 23:48:32 -0700 (PDT) Received: by 10.36.72.10 with HTTP; Sun, 9 Oct 2005 23:48:32 -0700 (PDT) Message-ID: <28edec3c0510092348i76d02eb6ke9f83b060eaef093@mail.gmail.com> Date: Mon, 10 Oct 2005 14:48:32 +0800 From: "Mars G. Miro" To: freebsd-ports@freebsd.org, marcus@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: firefox default extensions enabling, user breakage X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 06:48:33 -0000 Hiya list! It seems that the latest commit of www/firefox w/c enables all default extensions breaks browser, for instance: 1) Ctrl-F and searching for keywords in a page doesn't work 2) Open link in new tab doesn't work, results to a blank tab. Removing my ~/.mozilla/firefox and generating a new one doesn't work. I find that I had to revert to version 1.32 2005/08/28 07:59:05 mezz Exp $ to temporarily fix the problem. Perhaps there was a good reason why the previous enabled extensions were just: ac_add_options --enable-extensions=3D"cookie,xml-rpc,xmlextras,pref,transfo= rmiix,universalchardet,webservices,inspector,p3p,gnomevf s" ? Just FYI. cheers mars From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 06:50:57 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0D65D16A41F for ; Mon, 10 Oct 2005 06:50:57 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF93F43D46 for ; Mon, 10 Oct 2005 06:50:55 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so497011wra for ; Sun, 09 Oct 2005 23:50:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=mpFaig5PaoJpEFdWOuyZBzljGo8QGDuv+Ca6znKvq9MZmLoeJpTbKIj8JFJ7IREct6pJj2vJvNTRkA4VQji9NsnKINSONGNmicRcCmNo1mKcwX1nI88RwIlipR53Lpf4VAd2PJElloHoxDqhOgXu8isaWvp3mqopttmSKFKR0ps= Received: by 10.54.65.11 with SMTP id n11mr3120371wra; Sun, 09 Oct 2005 23:50:55 -0700 (PDT) Received: by 10.54.104.20 with HTTP; Sun, 9 Oct 2005 23:50:55 -0700 (PDT) Message-ID: Date: Sun, 9 Oct 2005 23:50:55 -0700 From: "Jack L." To: "Mars G. Miro" In-Reply-To: <28edec3c0510092348i76d02eb6ke9f83b060eaef093@mail.gmail.com> MIME-Version: 1.0 References: <28edec3c0510092348i76d02eb6ke9f83b060eaef093@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: marcus@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox default extensions enabling, user breakage X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 06:50:57 -0000 Yes, firefox seems to be very broken and unstable after that last commit. I tried to change settings in about:config and it crashes when modifying values. On 10/9/05, Mars G. Miro wrote: > > Hiya list! > > It seems that the latest commit of www/firefox w/c enables all > default extensions breaks browser, for instance: > 1) Ctrl-F and searching for keywords in a page doesn't work > 2) Open link in new tab doesn't work, results to a blank tab. > > Removing my ~/.mozilla/firefox and generating a new one doesn't work. > > I find that I had to revert to version 1.32 2005/08/28 07:59:05 mezz > Exp $ to temporarily fix the problem. Perhaps there was a good reason > why the previous enabled extensions were just: > > ac_add_options > --enable-extensions=3D"cookie,xml-rpc,xmlextras,pref,transformiix,univers= alchardet,webservices,inspector,p3p,gnomevf > s" > > ? > > Just FYI. > > > cheers > mars > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 11:00:39 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 DC7DB16A41F for ; Mon, 10 Oct 2005 11:00:38 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C00F43D46 for ; Mon, 10 Oct 2005 11:00:38 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9AB0cgj050235 for ; Mon, 10 Oct 2005 11:00:38 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9AB0b9w050228 for freebsd-ports@freebsd.org; Mon, 10 Oct 2005 11:00:37 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Oct 2005 11:00:37 GMT Message-Id: <200510101100.j9AB0b9w050228@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 11:00:39 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/10/10] ports/87197 ports-bugs [new] databases/pecl-PDO_OCI: PHP PDO Ora 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM f [2004/11/09] ports/73745 ports-bugs ports/databases/gnats4: gnatsd receives s s [2004/12/08] ports/74857 ports-bugs clamav socket problem o [2005/05/01] ports/80514 ports-bugs emulators/vmware3: vmmon_smp.ko does not o [2005/05/29] ports/81631 ports-bugs new port: german/tvbrowser f [2005/06/21] ports/82498 ports-bugs xemacs spews 'X Error of failed..." whene o [2005/07/01] ports/82856 ports-bugs vmware3 port fails to compile on FreeBSD o [2005/07/30] ports/84358 ports-bugs net/edonkey-gui-gtk: fix plist, add updat o [2005/08/03] ports/84531 ports-bugs sysutils/i855vidctl10 and sysutils/915res f [2005/08/22] ports/85200 ports-bugs mail/postfix: db write part of /etc/spwd. f [2005/09/06] ports/85779 ports-bugs fmsx 3.0 is unstable (reboting, freezing f [2005/09/19] ports/86318 ports-bugs graphics/xfig 3.2.4_1 takes over cpu afte f [2005/09/27] ports/86642 ports-bugs portupgrade doesn't add MAKE_ARGS to inst f [2005/10/06] ports/86962 ports-bugs p5-DBI-Shell missing dbish from pkg-plist f [2005/10/06] ports/86972 ports-bugs net-mgmt/nagios-plugins - add option to d f [2005/10/06] ports/86980 ports-bugs The clamav port uses a fixed GID o [2005/10/09] ports/87163 ports-bugs current dnsmasq port init script is broke o [2005/10/09] ports/87171 ports-bugs Don't build low-quality Korean bitmap fon o [2005/10/10] ports/87198 ports-bugs update port: www/zope28 (Hotfix 2005-10-0 20 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2003/05/12] ports/52106 ports-bugs New port: java/javaws: Java Web Start 1.2 s [2003/10/02] ports/57502 ports-bugs ports that define USE_* too late s [2003/11/13] ports/59254 ports-bugs ports that write something after bsd.port s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa s [2004/04/15] ports/65587 ports-bugs Update emulators/linux-winetools to 1.30 s [2004/05/25] ports/67192 ports-bugs mod_perl-related regressions in the newes s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes s [2004/07/23] ports/69475 ports-bugs xemacs invalidly calls xargs (witj unexis o [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo s [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) f [2005/01/13] ports/76227 ports-bugs RLE support for graphics/fbm o [2005/01/17] ports/76365 ports-bugs NEW PORT net/xdb_auth_cpile A user auth/c o [2005/02/02] ports/76986 ports-bugs New port: print/pmx a pre-processor of Mu s [2005/02/13] ports/77453 ports-bugs [request] new port: print/ghostpcl o [2005/02/14] ports/77471 ports-bugs New port: Device driver for Voicetronix O o [2005/02/16] ports/77584 ports-bugs New ports: games/sear, games/sear-media. o [2005/02/24] ports/78012 ports-bugs [NEW PORT] net/abills: Billing system fro o [2005/03/14] ports/78830 ports-bugs New port: print/latex-auto-greek Auto-swi o [2005/03/15] ports/78898 ports-bugs new ports chinese/lumaqq: General QQ-like o [2005/03/19] ports/79021 ports-bugs New port: linux_base-fedora o [2005/03/20] ports/79049 ports-bugs New port net-mgmt/netdump-server:RedHat s o [2005/03/25] ports/79235 ports-bugs [maintainer update] sysutils/dtc: v0.17.0 o [2005/04/17] ports/80043 ports-bugs New port: devel/metaEnv CWI MetaEnvironme s [2005/04/22] ports/80254 ports-bugs update net/poptop and rename to net/pptpd o [2005/04/22] ports/80255 ports-bugs New Port : print/lpr-wrapper A user level f [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/04/26] ports/80352 ports-bugs New port: security/webfwlog Web-based fir f [2005/05/01] ports/80515 ports-bugs emulators/vmware3: /usr/local/etc/rc.d/vm o [2005/05/04] ports/80629 ports-bugs tuxracer segfaults on amd64 o [2005/05/17] ports/81153 ports-bugs [NEW PORT] chinese/DFSongSd: Chinese (HKS f [2005/06/13] ports/82200 ports-bugs [PATCH] sysutils/gkrelltop: gkrelltopd en s [2005/06/16] ports/82310 ports-bugs [new port] request: sysutils/initng o [2005/06/17] ports/82354 ports-bugs [NEW PORT] mail/mimetic: A GPL MIME libra o [2005/06/19] ports/82427 ports-bugs [NEW PORT] security/amavisd-milter: Milte o [2005/06/22] ports/82507 ports-bugs [new port] www/quixote-session2: quixote o [2005/06/28] ports/82726 ports-bugs New port: databases/sqlplus Oracle SQL*Pl f [2005/07/08] ports/83135 ports-bugs sysutils/smartmontools -- Does not work w o [2005/07/14] ports/83481 ports-bugs New port: sysutils/graphicboot s [2005/07/16] ports/83546 ports-bugs ftp/emirror port seems broken on 4.x o [2005/07/19] ports/83707 ports-bugs [NEW PORT] math/p5-Statistics-R: Controls o [2005/07/21] ports/83838 ports-bugs [NEW PORT] print/latex-circ: A LaTeX pack o [2005/07/22] ports/83894 ports-bugs Update port: devel/simpletest o [2005/07/22] ports/83912 ports-bugs New Port: sysutils/psgconf modular system o [2005/07/23] ports/83950 ports-bugs [NEW PORT] mail/squirrelmail-change_ldap- o [2005/07/24] ports/83986 ports-bugs New port www/p5-Apache2-DebugFilter o [2005/07/24] ports/83987 ports-bugs New port www/p5-Apache2-Filter-HTTPHeader f [2005/07/26] ports/84140 ports-bugs www/flashplugin-mozilla causes www/firefo f [2005/07/28] ports/84197 ports-bugs games/quake2forge cannot be built without o [2005/07/30] ports/84329 ports-bugs New port: x11-fonts/proggy_fonts a monosp s [2005/07/30] ports/84340 ports-bugs Request port update: /devel/fnccheck 1.2 o [2005/07/30] ports/84342 ports-bugs New port: security/klamav f [2005/07/31] ports/84376 ports-bugs [Update Port] x11-themes/kde-style-comix o [2005/08/02] ports/84501 ports-bugs update lang/oo2c o [2005/08/03] ports/84521 ports-bugs New port: sysutils/nctop f [2005/08/03] ports/84530 ports-bugs [New Port] net-mgmt/ourmon: Network Monit o [2005/08/04] ports/84561 ports-bugs [new port] audio/xmms2 o [2005/08/06] ports/84614 ports-bugs New port: java/eclipse-javasvn o [2005/08/06] ports/84617 ports-bugs [NEW PORT] www/p5-WWW-Mixi: "Perl module o [2005/08/06] ports/84625 ports-bugs New port: lang/twelf A meta-logical frame o [2005/08/10] ports/84741 ports-bugs Make ports/cad/tkgate use Tcl/Tk 8.4 o [2005/08/10] ports/84775 ports-bugs new port: databases/kmysqladmin o [2005/08/13] ports/84869 ports-bugs New port: textproc/regex-coach s [2005/08/14] ports/84921 ports-bugs [UPDATE] games/fargoal: update port and a o [2005/08/17] ports/85031 ports-bugs [NEW PORT] net/astfax o [2005/08/17] ports/85038 ports-bugs Unbreak port: lang/pm3-base o [2005/08/20] ports/85146 ports-bugs [Maintainer Update] emulators/e-uae to 0. o [2005/08/21] ports/85191 ports-bugs [PATCH] misc/linux-opengroupware o [2005/08/26] ports/85327 ports-bugs [NEW PORT] games/gngeo - NeoGeo emulator o [2005/08/27] ports/85354 ports-bugs [NEW PORT] games/darkplacesmod - Quake 1 o [2005/08/29] ports/85429 ports-bugs New port: games/quake3 Quake III Arena -- f [2005/08/31] ports/85545 ports-bugs [new port] x11-themes/qt-polymer-theme f [2005/09/09] ports/85926 ports-bugs Zope products installed through ports not o [2005/09/11] ports/85985 ports-bugs [NEW PORT] mail/couriergraph: A RRDtool f o [2005/09/14] ports/86098 ports-bugs [PATCH] devel/pear-PEAR/Makefile.common: o [2005/09/15] ports/86166 ports-bugs [NEW PORT] games/quake-data - Quake data o [2005/09/15] ports/86167 ports-bugs [NEW PORT] games/quake-source - Quake and o [2005/09/15] ports/86174 ports-bugs [NEW PORT] games/quake-reaper - Quake 1 b f [2005/09/15] ports/86175 ports-bugs [UPDATE] games/quakeforge: minor changes, f [2005/09/15] ports/86176 ports-bugs [UPDATE] games/tenebrae: integrate with " o [2005/09/15] ports/86185 ports-bugs [UPDATE] games/q3-paks: rewrite and renam o [2005/09/16] ports/86227 ports-bugs [UPDATE] games/linux-q3ademo: clean-up, m f [2005/09/20] ports/86358 ports-bugs update www/py-beautifulsoup to 2.1.1 o [2005/09/21] ports/86394 ports-bugs [NEW PORT] graphics/crystalspace: Crystal o [2005/09/22] ports/86441 ports-bugs [NEW PORT] games/doom-hacx - A full TC us o [2005/09/22] ports/86442 ports-bugs [NEW PORT] games/doom-hr - Hell Revealed o [2005/09/22] ports/86443 ports-bugs [NEW PORT] games/doom-hr2 - Hell Revealed o [2005/09/22] ports/86444 ports-bugs [NEW PORT] games/doom-wolfendoom - Wolfen o [2005/09/22] ports/86462 ports-bugs [NEW PORT] chinese/sdcv-dict-zh_TW: Engli f [2005/09/22] ports/86475 ports-bugs New Ports: devel/sfslite-noopt and devel/ f [2005/09/23] ports/86481 ports-bugs [PATCH] www/awstats: Respect user's PREFI f [2005/09/25] ports/86539 ports-bugs [PATCH] textproc/ruby18-htmltools: failed o [2005/09/27] ports/86637 ports-bugs New port: java/subclipse f [2005/09/29] ports/86715 ports-bugs drupal missing dependency o [2005/09/29] ports/86737 ports-bugs [NEW PORT] games/quake2-source - Quake II o [2005/10/01] ports/86795 ports-bugs [NEW PORT] net/ldapscripts o [2005/10/02] ports/86843 ports-bugs [NEW PORT] graphics/crystalentitylayer: C f [2005/10/04] ports/86913 ports-bugs japanese/eb: Apply official patch o [2005/10/06] ports/86997 ports-bugs New port: games/oolite - clone of Elite s o [2005/10/08] ports/87128 ports-bugs New port: activeheart: nice KDE Window de o [2005/10/08] ports/87129 ports-bugs new port www/raqdevil o [2005/10/08] ports/87133 ports-bugs New port databases/p5-DBIx-DWIW A DBI wra o [2005/10/09] ports/87143 ports-bugs New port: games/xmoto Challenging 2D moto o [2005/10/09] ports/87145 ports-bugs New port: games/scourge Roguelike game wi o [2005/10/09] ports/87146 ports-bugs [NEW PORT] games/scourge: S.C.O.U.R.G.E. o [2005/10/09] ports/87162 ports-bugs devel/libtool15 installs aclocal files in o [2005/10/09] ports/87164 ports-bugs [MAINTAINER UPDATE] games/galaxyhack: fix o [2005/10/09] ports/87165 ports-bugs [new port] audio/shoutcast & net/shoutcas o [2005/10/09] ports/87174 ports-bugs vsftpd gots caught in an endless loop whi o [2005/10/09] ports/87175 ports-bugs New port: games/volleyball A game similar o [2005/10/09] ports/87179 ports-bugs [NEW PORT] games/quake2-data - Quake II d o [2005/10/09] ports/87180 ports-bugs [UPDATE] games/quake2forge: integrate wit o [2005/10/09] ports/87181 ports-bugs [UPDATE] games/quake2lnx: integrate with o [2005/10/10] ports/87188 ports-bugs [NEW PORT] www/p5-WebService-Validator-HT o [2005/10/10] ports/87189 ports-bugs [NEW PORT] www/p5-WebService-Validator-CS o [2005/10/10] ports/87201 ports-bugs [PATCH] multimedia/linux-realplayer: upda 118 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 11:42:36 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 86B0516A41F for ; Mon, 10 Oct 2005 11:42:36 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7A8543D46 for ; Mon, 10 Oct 2005 11:42:35 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so145147nzd for ; Mon, 10 Oct 2005 04:42:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MUqxX9B7TWlFTzGzMBBUPV82iqa6mlyuE868lQEJXHiX7qCOZdwkOjUzpjhrAXLzZsyLxDu3CfvN4JO+VrQ4PVqVHx+30hcbHmsb1HnoJ40nfJLpeLOL2zp8M2Wlo2M4/Mb22KasCj513WifFW4GXXiiNslhF+XdiZH4stqmYC8= Received: by 10.36.56.1 with SMTP id e1mr3889810nza; Mon, 10 Oct 2005 04:42:35 -0700 (PDT) Received: by 10.36.72.10 with HTTP; Mon, 10 Oct 2005 04:42:35 -0700 (PDT) Message-ID: <28edec3c0510100442g29317d6bh4aba39b0f1d243f6@mail.gmail.com> Date: Mon, 10 Oct 2005 19:42:35 +0800 From: "Mars G. Miro" To: "Jack L." , freebsd-ports@freebsd.org, marcus@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c0510092348i76d02eb6ke9f83b060eaef093@mail.gmail.com> Cc: Subject: Re: firefox default extensions enabling, user breakage X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 11:42:36 -0000 On 10/10/05, Jack L. wrote: > Yes, firefox seems to be very broken and unstable after that last commit.= I > tried to change settings in about:config and it crashes when modifying > values. > and fixed 11 hours later ... thanks marcus! > On 10/9/05, Mars G. Miro wrote: > > > > Hiya list! > > > > It seems that the latest commit of www/firefox w/c enables all > > default extensions breaks browser, for instance: > > 1) Ctrl-F and searching for keywords in a page doesn't work > > 2) Open link in new tab doesn't work, results to a blank tab. > > > > Removing my ~/.mozilla/firefox and generating a new one doesn't work. > > > > I find that I had to revert to version 1.32 2005/08/28 07:59:05 mezz > > Exp $ to temporarily fix the problem. Perhaps there was a good reason > > why the previous enabled extensions were just: > > > > ac_add_options > > > --enable-extensions=3D"cookie,xml-rpc,xmlextras,pref,transformiix,univers= alchardet,webservices,inspector,p3p,gnomevf > > s" > > > > ? > > > > Just FYI. > > > > > > cheers > > mars > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " > > > > cheers mars From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 11:44:17 2005 Return-Path: X-Original-To: ports@freebsd.org 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 DC7F916A420 for ; Mon, 10 Oct 2005 11:44:17 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A200D43D45 for ; Mon, 10 Oct 2005 11:44:16 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id ECBDC13F0EA; Mon, 10 Oct 2005 13:44:15 +0200 (CEST) Received: from virusscan (localhost [127.0.0.1]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id CBB6EB4AEB; Mon, 10 Oct 2005 13:44:15 +0200 (CEST) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id A0E01B4AF6; Mon, 10 Oct 2005 13:44:15 +0200 (CEST) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 8229913F0E5; Mon, 10 Oct 2005 13:44:15 +0200 (CEST) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id j9ABiFSR047699; Mon, 10 Oct 2005 13:44:15 +0200 (CEST) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (vpn [10.0.0.2]) by coyote.q.local (8.13.3/8.13.1) with ESMTP id j9ABiDuj030426; Mon, 10 Oct 2005 13:44:13 +0200 (CEST) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id j9ABi9rC002860; Mon, 10 Oct 2005 13:44:09 +0200 (CEST) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id j9ABi8E7002837; Mon, 10 Oct 2005 13:44:08 +0200 (CEST) (envelope-from q@galgenberg.net) Date: Mon, 10 Oct 2005 13:43:46 +0200 From: Ulrich Spoerlein To: "Andrew P." Message-ID: <20051010114346.GB995@galgenberg.net> Mail-Followup-To: "Andrew P." , ports@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline In-Reply-To: X-Virus-Scanned: by amavisd-new (Rechenzentrum Universitaet Wuerzburg) Cc: ports@freebsd.org Subject: Re: Wine 20050930 on FreeBSD 6.0-BETA5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 11:44:18 -0000 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 08.10.2005 at 20:10:05 +0400, Andrew P. wrote: > Has anyone got the subj running? >=20 > It seems to work for me, but every time I try to > run any program it rebuilds font metrics spitting > out some fixme's about unknown encodings and > registries, which is truly annoying. >=20 > I found those missing registries and encodings > present at /usr/X11R6/lib/X11/fonts/encondins, > but wine doesn't want to see them. >=20 > Any thoughts, please? I got annoyed by this too. This clearly is a bug, WINE should only rebuild the font metrics, if the available fonts changed. I couldn't find anything suspicious when running with debugging however. I worked around it like this: Copy Windows\Fonts\*.TTF from a true Windows installation to your ~/.wine/drive_c/windows/Fonts directory. Ulrich Spoerlein --=20 PGP Key ID: F0DB9F44 Encrypted mail welcome! Fingerprint: F1CE D062 0CA9 ADE3 349B 2FE8 980A C6B5 F0DB 9F44 Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." didn't you understand? --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDSlPymArGtfDbn0QRAvt5AKCCxJuFV0Mfivd+xgA2Y4zcEYrD0wCeNNp5 lT7ODAyP70icQIzFHkVhV7M= =PMC2 -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 12:26:44 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 D527416A41F for ; Mon, 10 Oct 2005 12:26:44 +0000 (GMT) (envelope-from gerrit@beine-computer.de) Received: from jail2.pitcom.net (jail2.pitcom.net [80.243.45.251]) by mx1.FreeBSD.org (Postfix) with SMTP id 0692F43D48 for ; Mon, 10 Oct 2005 12:26:43 +0000 (GMT) (envelope-from gerrit@beine-computer.de) Received: (qmail 62573 invoked by uid 0); 10 Oct 2005 12:26:41 -0000 Received: from unknown (HELO host408.pitcom.ag) (gerrit.beine@vogtland-web.de@80.243.46.153) by jail2.pitcom.net with SMTP; 10 Oct 2005 12:26:41 -0000 From: Gerrit Beine To: Vizion Date: Mon, 10 Oct 2005 14:26:28 +0200 User-Agent: KMail/1.8.2 References: <200510061600.34757.vizion@vizion.occoxmail.com> <200510080939.24759.vizion@vizion.occoxmail.com> In-Reply-To: <200510080939.24759.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1415525.rqED5HU34D"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200510101426.33067.gerrit@beine-computer.de> Cc: tux@pinguru.net, Shane Ambler , freebsd-ports@freebsd.org Subject: Re: Zend Studio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 12:26:44 -0000 --nextPart1415525.rqED5HU34D Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Samstag, 8. Oktober 2005 18:39 schrieb Vizion: > Sorry but that view is totally unreal. > > Not one of the ZendStudio tarballs will install and run successfully on > Freebsd 5.3. > > The server tarball will. > > So will someone please revisit the false notion that ports are not > necessary for Zend. It looks as though the tarballs are designed to work = on > zenix but not on freebsd. > > I am hopeful that there will be some response fairly soon. > Heyho, all ZendStudio versions after 3.5.2 will not run on FreeBSD. I've tried many different ways to get newer version running, but I wasn't a= ble=20 to do this. Zend did not respond to my questions, so the ZendStudio port is= =20 out of date and it seems to be no chance for changing this. So long... Gerrit =2D-=20 gerrit beine neundorfer strasse 159 08523 plauen fon: 0049 3741 747 308 (Genion) gsm: 0049 178 279 48 32 (O2) mail: gerrit@beine-computer.de url: http://www.beine-computer.de icq: 123851585 skype: derindy =F6ffentlicher Schl=FCssel unter http://blackhole.pca.dfn.de --nextPart1415525.rqED5HU34D Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDSl349K8OA2Y695gRAtMiAJ0a8HxHVNGxy++zfbXmJTiYWikASACgm449 JAo0B8rXUXzfi5Cri9/ij48= =Cv1A -----END PGP SIGNATURE----- --nextPart1415525.rqED5HU34D-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 12:34:16 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 2E86E16A41F for ; Mon, 10 Oct 2005 12:34:16 +0000 (GMT) (envelope-from sam.hollingsworth@gmail.com) Received: from mail.aussinet.com.au (dsl-202-173-191-166.qld.westnet.com.au [202.173.191.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0103C43D48 for ; Mon, 10 Oct 2005 12:34:12 +0000 (GMT) (envelope-from sam.hollingsworth@gmail.com) Received: (qmail 17792 invoked by uid 1011); 10 Oct 2005 22:39:34 +1000 Received: from sam.hollingsworth@gmail.com by webdude by uid 1008 with qmail-scanner-1.22-st-qms ( Clear:RC:0(202.52.50.4):. Processed in 1.184334 secs); 10 Oct 2005 12:39:34 -0000 X-Antivirus-MYDOMAIN-Mail-From: sam.hollingsworth@gmail.com via webdude X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:0(202.52.50.4):. Processed in 1.184334 secs Process 17787) Received: from dsl-202-52-50-004.qld.veridas.net (HELO ?192.168.2.102?) (postmaster@aussinet.com.au@202.52.50.4) by mail.aussinet.com.au with SMTP; 10 Oct 2005 22:39:33 +1000 Message-ID: <434A5FAA.1080304@gmail.com> Date: Mon, 10 Oct 2005 22:33:46 +1000 From: Sam Hollingsworth User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hq@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ratpoison-1.3.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 12:34:16 -0000 Hey, Just installed the port for Ratpoison 1.3.0 and line 32 of the Makefile is incorrect. Current line is: ${INSTALL_DATA} ${WRKSRC}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/ Correct line is: ${INSTALL_DATA} ${WRKSRC}/ratpoison.desktop ${PREFIX}/etc/gdm/Sessions/ -Sam Hollingsworth From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 14:50:34 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B081D16A436 for ; Mon, 10 Oct 2005 14:50:33 +0000 (GMT) (envelope-from nick-lists@netability.ie) Received: from mail.acquirer.com (mail.acquirer.com [213.94.200.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F1343D49 for ; Mon, 10 Oct 2005 14:50:28 +0000 (GMT) (envelope-from nick-lists@netability.ie) Received: from crumpet.netability.ie ([IPv6:2001:610:241:0:209:5bff:fe92:2b0c]) by mail.acquirer.com (8.13.4/8.13.4) with ESMTP id j9AEocnJ066478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Oct 2005 15:50:48 +0100 (IST) (envelope-from nick-lists@netability.ie) X-Envelope-To: Received: from localhost (localhost [IPv6:::1]) by crumpet.netability.ie (8.13.3/8.13.3) with ESMTP id j9AFo65p062088 for ; Mon, 10 Oct 2005 16:50:09 +0100 (IST) (envelope-from nick-lists@netability.ie) From: Nick Hilliard To: ports@freebsd.org Content-Type: text/plain Date: Mon, 10 Oct 2005 16:50:05 +0100 Message-Id: <1128959405.30953.4.camel@localhost.netability.ie> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on muffin.acquirer.com X-Virus-Scanned: ClamAV devel-20050516/1125/Mon Oct 10 10:16:52 2005 on muffin.acquirer.com X-Virus-Status: Clean Cc: Subject: How to detect portupgrade and barf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 14:50:34 -0000 Is there a recommended method for detecting if a port is being upgraded using portupgrade? I'm working on a port of a system at the moment which requires both the old version and the new version to be installed simultaneously. If portupgrade gets its hands on this, the internal upgrade process will die because the old version will no longer be present, and this will cause the upgrade process to die horribly. What I'd like to do is to detect if portupgrade is being used and if so, die with an appropriate error message. There are several extra shell variables available on portupgrade, including ${PORTSDIR}, ${PACKAGES} and ${PKG_PATH}, but they don't look portupgrade-specific enough to use for this purpose. Any suggestions? Nick From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 17:01:52 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 A352216A420 for ; Mon, 10 Oct 2005 17:01:52 +0000 (GMT) (envelope-from taatsamaortu@yahoo.com) Received: from web33414.mail.mud.yahoo.com (web33414.mail.mud.yahoo.com [68.142.206.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 0ADAA43D4C for ; Mon, 10 Oct 2005 17:01:51 +0000 (GMT) (envelope-from taatsamaortu@yahoo.com) Received: (qmail 47880 invoked by uid 60001); 10 Oct 2005 17:01:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Mx7LdUp1OiSiFLi0UwYsUIQhbiw49PuKwtPpdajJXYam2TSBqbKLkR5dIro2Cw5i6wDcLxpz7YCKBjiwAcLPbtY5Fug5cke4Jz94pN8qngm9fKVDJQCgI0u6t0Qz1Di8j4Yn+4QyL70yQHsJCzRXqgUaqocfPIbOQCQ///n5OXs= ; Message-ID: <20051010170151.47878.qmail@web33414.mail.mud.yahoo.com> Received: from [203.130.233.56] by web33414.mail.mud.yahoo.com via HTTP; Mon, 10 Oct 2005 10:01:51 PDT Date: Mon, 10 Oct 2005 10:01:51 -0700 (PDT) From: anthony endra To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Need help .. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 17:01:52 -0000 Dear Sir, May you help me. I have something problem when "make installkernel". And showing : In file included from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64:./tm.h:15:29: insn-constants.h: No such file or directory ./tm.h:16:25: insn-flags.h: No such file or directory *** Error code 1 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. sk0tak# uname -a FreeBSD sk0tak.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Aug 5 02:05:46 UTC 2005 root@sk0tak.org:/usr/obj/usr/src/sys/SK0TAKKERNEL-V2 i386 sk0tak# Thank you very much for your support. Cheers, Anthony __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 20:57:16 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 16BDC16A41F for ; Mon, 10 Oct 2005 20:57:16 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05B443D45 for ; Mon, 10 Oct 2005 20:57:15 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.3/8.13.3) with ESMTP id j9AKvD4K018198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Oct 2005 13:57:13 -0700 (PDT) (envelope-from mhunter@malcolm.berkeley.edu) Received: (from mhunter@localhost) by malcolm.berkeley.edu (8.13.3/8.13.3/Submit) id j9AKvDhR018197; Mon, 10 Oct 2005 13:57:13 -0700 (PDT) (envelope-from mhunter) Date: Mon, 10 Oct 2005 13:57:13 -0700 From: Mike Hunter To: Greg Lewis Message-ID: <20051010205713.GA18010@malcolm.berkeley.edu> References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051007010554.GA4594@malcolm.berkeley.edu> User-Agent: Mutt/1.5.6i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Mon, 10 Oct 2005 13:57:13 -0700 (PDT) Cc: freebsd-ports@freebsd.org Subject: Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 20:57:16 -0000 After learning a bit about freebsd package management, I figured out how to upgrade to the latest Xorg (and make sure I'm actually using it :) ): xdpyinfo | grep -i ersi version number: 11.0 X.Org version: 6.8.2 But I'm still plagued with the same crash. Is there any chance that the java vm is using an old libawt or something like that? Thanks for all the help so far and I appreciate whatever else anybody has to offer :) Mike From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 21:08:52 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5EC9916A41F for ; Mon, 10 Oct 2005 21:08:52 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E22E43D45 for ; Mon, 10 Oct 2005 21:08:51 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j9AL8d9V010957; Tue, 11 Oct 2005 00:08:39 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j9AL8ovB011218; Tue, 11 Oct 2005 00:08:50 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <434AD846.8080808@ebs.gr> Date: Tue, 11 Oct 2005 00:08:22 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Hunter References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> In-Reply-To: <20051010205713.GA18010@malcolm.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 21:08:52 -0000 Mike Hunter wrote: > After learning a bit about freebsd package management, I figured out how to > upgrade to the latest Xorg (and make sure I'm actually using it :) ): > > xdpyinfo | grep -i ersi > version number: 11.0 > X.Org version: 6.8.2 > > But I'm still plagued with the same crash. Is there any chance that the > java vm is using an old libawt or something like that? > > Thanks for all the help so far and I appreciate whatever else anybody has > to offer :) You might want to try rebuilding the jdk with the recent patches on freebsd-java to use the XToolkit AWT implementation instead of the MToolkit one. Since the crash you originally mentioned involves libmawt, that seems like a reasonable thing to do. On second thought, you don't even need to rebuild jdk15. Just do as instructed here: http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html Cheers, Panagiotis From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 21:14:59 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 F013216A41F for ; Mon, 10 Oct 2005 21:14:59 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388C143D4C for ; Mon, 10 Oct 2005 21:14:58 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j9ALEfDL094269; Mon, 10 Oct 2005 15:14:41 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j9ALEeaF094268; Mon, 10 Oct 2005 15:14:40 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 10 Oct 2005 15:14:40 -0600 From: Greg Lewis To: Panagiotis Astithas Message-ID: <20051010211440.GA94252@misty.eyesbeyond.com> References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434AD846.8080808@ebs.gr> User-Agent: Mutt/1.4.2.1i Cc: Mike Hunter , freebsd-ports@FreeBSD.org Subject: Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 21:15:00 -0000 On Tue, Oct 11, 2005 at 12:08:22AM +0300, Panagiotis Astithas wrote: > Mike Hunter wrote: > >After learning a bit about freebsd package management, I figured out how to > >upgrade to the latest Xorg (and make sure I'm actually using it :) ): > > > >xdpyinfo | grep -i ersi > >version number: 11.0 > >X.Org version: 6.8.2 > > > >But I'm still plagued with the same crash. Is there any chance that the > >java vm is using an old libawt or something like that? > > > >Thanks for all the help so far and I appreciate whatever else anybody has > >to offer :) > > You might want to try rebuilding the jdk with the recent patches on > freebsd-java to use the XToolkit AWT implementation instead of the > MToolkit one. Since the crash you originally mentioned involves libmawt, > that seems like a reasonable thing to do. > > On second thought, you don't even need to rebuild jdk15. Just do as > instructed here: > > http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html That was going to be my next suggestion :). As Panagiotis said, just read that page and look at the environment variables you need to set to try the XToolkit with an applet. Hopefully that helps, since I'm fast running out of ideas! -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 21:39:12 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0559716A42B for ; Mon, 10 Oct 2005 21:39:12 +0000 (GMT) (envelope-from freebsd@powered.net) Received: from valimar.ibest.com.br (mx11.ibest.com.br [200.181.68.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DB843D48 for ; Mon, 10 Oct 2005 21:39:11 +0000 (GMT) (envelope-from freebsd@powered.net) Received: from [127.0.0.1] (centaurus.ibest.com.br [200.181.68.107]) by valimar.ibest.com.br (Postfix) with ESMTP id F2C7C17BCB8; Mon, 10 Oct 2005 18:39:07 -0300 (BRT) Message-ID: <434ADF0B.4010000@powered.net> Date: Mon, 10 Oct 2005 18:37:15 -0300 From: Rainer Alves User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panagiotis Astithas References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> In-Reply-To: <434AD846.8080808@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-iBEST-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: freebsd@powered.net Cc: freebsd-ports@freebsd.org Subject: Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 21:39:12 -0000 Panagiotis Astithas wrote: > > [...] > > On second thought, you don't even need to rebuild jdk15. Just do as > instructed here: > > http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html > > Cheers, > > Panagiotis > I was having the exact same problem (segfault in libmawt.so when running any java applet), and just wanted to point out that exporting AWT_TOOLKIT=XToolkit completely solves the issue here, firefox is now flawless with the jdk1.5 plugin. Regards, Rainer Alves BrasilTelecom From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 21:48:13 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E7D0B16A41F for ; Mon, 10 Oct 2005 21:48:13 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97FE843D45 for ; Mon, 10 Oct 2005 21:48:13 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j9ALmDha027468; Mon, 10 Oct 2005 14:48:13 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j9ALmDMm027467; Mon, 10 Oct 2005 14:48:13 -0700 Date: Mon, 10 Oct 2005 14:48:13 -0700 From: Brooks Davis To: Nick Hilliard Message-ID: <20051010214813.GD24213@odin.ac.hmc.edu> References: <1128959405.30953.4.camel@localhost.netability.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C1iGAkRnbeBonpVg" Content-Disposition: inline In-Reply-To: <1128959405.30953.4.camel@localhost.netability.ie> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: ports@freebsd.org Subject: Re: How to detect portupgrade and barf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 21:48:14 -0000 --C1iGAkRnbeBonpVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 10, 2005 at 04:50:05PM +0100, Nick Hilliard wrote: > Is there a recommended method for detecting if a port is being upgraded > using portupgrade? I'm working on a port of a system at the moment > which requires both the old version and the new version to be installed > simultaneously. If portupgrade gets its hands on this, the internal > upgrade process will die because the old version will no longer be > present, and this will cause the upgrade process to die horribly. What > I'd like to do is to detect if portupgrade is being used and if so, die > with an appropriate error message. >=20 > There are several extra shell variables available on portupgrade, > including ${PORTSDIR}, ${PACKAGES} and ${PKG_PATH}, but they don't look > portupgrade-specific enough to use for this purpose. >=20 > Any suggestions? Do what needs to be done in the deinstall script of the package. If you can't do that for some reason, you must find a way to have them both installed at once that is supported by the ports collection. Short of some sort of new port per version scheme I don't see a way to do that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --C1iGAkRnbeBonpVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDSuGcXY6L6fI4GtQRAr1yAKDaGfrQhfKd/MEZBEq8UGWLzqyF4wCdHqgk UKAHDpdYarZrTfTGZEs9qCk= =f4o6 -----END PGP SIGNATURE----- --C1iGAkRnbeBonpVg-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 22:25:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 12ACB16A41F for ; Mon, 10 Oct 2005 22:25:30 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794A143D48 for ; Mon, 10 Oct 2005 22:25:29 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.3/8.13.3) with ESMTP id j9AMPGo1020595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Oct 2005 15:25:16 -0700 (PDT) (envelope-from mhunter@malcolm.berkeley.edu) Received: (from mhunter@localhost) by malcolm.berkeley.edu (8.13.3/8.13.3/Submit) id j9AMPGSw020594; Mon, 10 Oct 2005 15:25:16 -0700 (PDT) (envelope-from mhunter) Date: Mon, 10 Oct 2005 15:25:16 -0700 From: Mike Hunter To: Greg Lewis Message-ID: <20051010222516.GA20433@malcolm.berkeley.edu> References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> <20051010211440.GA94252@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051010211440.GA94252@misty.eyesbeyond.com> User-Agent: Mutt/1.5.6i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Mon, 10 Oct 2005 15:25:16 -0700 (PDT) Cc: freebsd-ports@freebsd.org, Panagiotis Astithas Subject: [solved] Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 22:25:30 -0000 On Oct 10, "Greg Lewis" wrote: > On Tue, Oct 11, 2005 at 12:08:22AM +0300, Panagiotis Astithas wrote: > > Mike Hunter wrote: > > >After learning a bit about freebsd package management, I figured out how to > > >upgrade to the latest Xorg (and make sure I'm actually using it :) ): > > > > > >xdpyinfo | grep -i ersi > > >version number: 11.0 > > >X.Org version: 6.8.2 > > > > > >But I'm still plagued with the same crash. Is there any chance that the > > >java vm is using an old libawt or something like that? > > > > > >Thanks for all the help so far and I appreciate whatever else anybody has > > >to offer :) > > > > You might want to try rebuilding the jdk with the recent patches on > > freebsd-java to use the XToolkit AWT implementation instead of the > > MToolkit one. Since the crash you originally mentioned involves libmawt, > > that seems like a reasonable thing to do. > > > > On second thought, you don't even need to rebuild jdk15. Just do as > > instructed here: > > > > http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html > > That was going to be my next suggestion :). As Panagiotis said, just > read that page and look at the environment variables you need to set > to try the XToolkit with an applet. Hopefully that helps, since I'm fast > running out of ideas! Thanks everybody, it's working. After I stopped misinterpreting the instructions ("export AWT_TOOLKIT=XToolkit", is the *opposite* of "export AWT_TOOLKIT=MToolkit"), the applet comes up quickly and the graphics are fine. The fact that the applet subsequently causes the java vm to take 99% CPU and has to be killed is only a slight downer at this point :| I pointed my browser at other sites with applets and they seem to work fine. Is there any favorite site with a simple applet people use to check if their java plugin stuff is working? I stumbled across yale's "ssh applet" and it seemed to work well.... Thanks again for everybody's help. Mike From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 22:35:31 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0777516A41F for ; Mon, 10 Oct 2005 22:35:31 +0000 (GMT) (envelope-from michael.hopkins@hopkins-research.com) Received: from neon.webfusion.co.uk (neon.webfusion.co.uk [212.67.202.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D2C43D46 for ; Mon, 10 Oct 2005 22:35:30 +0000 (GMT) (envelope-from michael.hopkins@hopkins-research.com) Received: from 83-216-132-201.markch725.adsl.metronet.co.uk ([83.216.132.201] helo=[192.168.0.4]) by neon.webfusion.co.uk with asmtp (Exim 3.36 #1) id 1EP6IX-0004VQ-00 for freebsd-ports@freebsd.org; Mon, 10 Oct 2005 23:39:09 +0100 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Mon, 10 Oct 2005 23:35:26 +0100 From: Michael Hopkins To: Message-ID: In-Reply-To: <20051009120052.03C6A16A423@hub.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Subject: bpm problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 22:35:31 -0000 Hi all I have been enjoying the use of bpm for some time now as my way of navigating the ports collection on FreeBSD. For some reason today it crashed with a core dump about 3/4 of the way through updating its' database when I first ran it. This happened several times in a row, even after a reboot, so I suspected the ports database may have got corrupted and did a 'pkgdb -F' and a 'cd /usr/ports/; make fetchindex' but still no joy with bpm. I have not made any changes to the system recently and I'm on AMD64 FreeBSD 5.4-RELEASE-p7 #2 Does anyone have any ideas that would help get it running again? Maybe it has a database somewhere that can be renovated. Alternatively, are there any other ports that offer a GUI interface for working with ports? Many thanks Michael _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ _/ _/_/_/ Hopkins Research Ltd _/ _/ _/ _/ _/_/_/_/ _/_/_/ http://www.hopkins-research.com/ _/ _/ _/ _/ _/ _/ _/ _/ 'touch the future' _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 23:05:14 2005 Return-Path: X-Original-To: ports@freebsd.org 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 98BA916A41F for ; Mon, 10 Oct 2005 23:05:14 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: from zircon.seattle.wa.us (dsl254-019-221.sea1.dsl.speakeasy.net [216.254.19.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 5AE3543D46 for ; Mon, 10 Oct 2005 23:05:04 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 23462 invoked from network); 10 Oct 2005 23:05:27 -0000 Received: from localhost (HELO localhost.zircon.seattle.wa.us) (127.0.0.1) by localhost with SMTP; 10 Oct 2005 23:05:27 -0000 From: Joe Kelsey To: Mark Linimon In-Reply-To: <20051010050828.GB17535@soaustin.net> References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <20051010050828.GB17535@soaustin.net> Content-Type: text/plain Date: Mon, 10 Oct 2005 16:05:26 -0700 Message-Id: <1128985526.3009.111.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Bill Fenner , ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 23:05:15 -0000 On Mon, 2005-10-10 at 00:08 -0500, Mark Linimon wrote: > On Fri, Oct 07, 2005 at 04:27:04PM -0700, Bill Fenner wrote: > > By the way, is it legally reasonable for the port to accept the > > pre-download license on behalf of the user? > > I don't think so. Glenn Fowler disagrees with you: >>> Glenn Fowler 10/10/2005 12:52 PM >>> On Mon, 10 Oct 2005 12:29:02 -0700 Joe Kelsey wrote: > The ksh and uwin sources require agrrment with the Common Public License. I have no problems with this license, nor does anyone I know personally. However, the question recently arose about the use of the username and password in automatically retrieving new releases of the programs. I have used the standard username and password in programs that automatically get new versions, and someone asked if that was a legal thing to do. > As far as I can tell, the ATT web site specifically allows "hardwiring" the username and password into automatic software. Does anyone interpret the words on the AT&T license page > http://www.research.att.com/~gsf/license/cpl-1.0.html > differently? hardwiring is fine legal dept wants some reassurance that downloaders are aware of the license and we can respond: "they had to scroll the license to get the download user name and password" and "the download user name indicates the presense of and agreement to the license" From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 23:29:08 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0A3AF16A41F for ; Mon, 10 Oct 2005 23:29:08 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4063843D45 for ; Mon, 10 Oct 2005 23:29:06 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 10 Oct 2005 23:29:05 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) [129.187.19.157] by mail.gmx.net (mp013) with SMTP; 11 Oct 2005 01:29:05 +0200 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 7002BC114; Tue, 11 Oct 2005 01:32:23 +0200 (CEST) Date: Tue, 11 Oct 2005 01:32:23 +0200 From: Simon Barner To: Reto Burkhalter Message-ID: <20051010233223.GG11447@zi025.glhnet.mhn.de> References: <671122F84800B54B9907F3D2157D714F233312@srv01.basis06.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IbVRjBtIbJdbeK1C" Content-Disposition: inline In-Reply-To: <671122F84800B54B9907F3D2157D714F233312@srv01.basis06.com> User-Agent: Mutt/1.5.10i X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org Subject: Re: Problem compiling arts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 23:29:08 -0000 --IbVRjBtIbJdbeK1C Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Reto Burkhalter wrote: > Hello >=20 > I tried to compile flowscan from the ports, the dependency > arts++ won't compile: >=20 > =3D=3D=3D> cflowd-2.1.b1_8,1 depends on file: /usr/local/bin/libtool13 - > found > =3D=3D=3D> cflowd-2.1.b1_8,1 depends on shared library: Arts.0 - not fo= und > =3D=3D=3D> Verifying install for Arts.0 in /usr/ports/net-mgmt/arts++ > =3D=3D=3D> Extracting for arts++-1.1.a11,1 > =3D> Checksum OK for arts++-1.1.a11.tar.gz. > =3D=3D=3D> Patching for arts++-1.1.a11,1 > =3D=3D=3D> arts++-1.1.a11,1 depends on executable: gmake - found > =3D=3D=3D> arts++-1.1.a11,1 depends on executable: gcc295 - found > =3D=3D=3D> arts++-1.1.a11,1 depends on file: /usr/local/bin/libtool13 - > found I guess, this is the source of the problem: libtool, automake and autoconf, are built with the system compiler, but arts++ needs gcc295. Try deinstalling the above ports and build the arts++ port individually (it will pull in the tools it needs). When you're done, remove libtool and the auto* ports for a second time, so they will be rebuilt with your system compiler the next time you need some. Ugly, but it might work... --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --IbVRjBtIbJdbeK1C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDSvoHCkn+/eutqCoRAiTPAKDH64/V2e0FcNV0+HACG13B4kkKrgCfd4Ry HqSekYQYx+ScmevmTFyUvuA= =tQF3 -----END PGP SIGNATURE----- --IbVRjBtIbJdbeK1C-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 23:39:44 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 B4E1C16A41F for ; Mon, 10 Oct 2005 23:39:44 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A8B8143D45 for ; Mon, 10 Oct 2005 23:39:43 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 10 Oct 2005 23:39:42 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) [129.187.19.157] by mail.gmx.net (mp001) with SMTP; 11 Oct 2005 01:39:42 +0200 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id CCD61C137; Tue, 11 Oct 2005 01:43:04 +0200 (CEST) Date: Tue, 11 Oct 2005 01:43:04 +0200 From: Simon Barner To: anthony endra Message-ID: <20051010234304.GH11447@zi025.glhnet.mhn.de> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <20051010170151.47878.qmail@web33414.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="STPqjqpCrtky8aYs" Content-Disposition: inline In-Reply-To: <20051010170151.47878.qmail@web33414.mail.mud.yahoo.com> User-Agent: Mutt/1.5.10i X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Cannot build kernel (Re: Need help ..) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 23:39:44 -0000 --STPqjqpCrtky8aYs Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable anthony endra wrote: > Dear Sir, >=20 > May you help me. I have something problem when "make > installkernel". And showing : > > In file included from > /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:64:./tm.h:15:29: > insn-constants.h: No such file or directory > ./tm.h:16:25: insn-flags.h: No such file or directory > *** Error code 1 >=20 > Stop in /usr/src/gnu/lib/csu. > *** Error code 1 >=20 > Stop in /usr/src/gnu/lib. > *** Error code 1 >=20 > Stop in /usr/src/gnu. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. >=20 >=20 >=20 > sk0tak# uname -a > FreeBSD sk0tak.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: > Fri Aug 5 02:05:46 UTC 2005 =20 > root@sk0tak.org:/usr/obj/usr/src/sys/SK0TAKKERNEL-V2=20 > i386 > sk0tak# This mailing list is for questions about porting third party applications to FreeBSD. For general questions, please use freebsd-questions, for freebsd-stable, if it's specific to a -STABLE branch of FreeBSD. I have Cc'ed freebsd-questions, so further discussion should happen there. --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --STPqjqpCrtky8aYs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDSvyICkn+/eutqCoRAuqUAKCDpmnE3S80mZ6lNXUIHkIui6OBXQCeIJmc kTrXvv7hLsnomsRqPyC7bZ8= =s1z1 -----END PGP SIGNATURE----- --STPqjqpCrtky8aYs-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 23:43:02 2005 Return-Path: X-Original-To: ports@freebsd.org 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 267D016A41F for ; Mon, 10 Oct 2005 23:43:02 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ED8F143D5F for ; Mon, 10 Oct 2005 23:42:58 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 10 Oct 2005 23:42:57 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) [129.187.19.157] by mail.gmx.net (mp015) with SMTP; 11 Oct 2005 01:42:57 +0200 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 34097C131; Tue, 11 Oct 2005 01:46:20 +0200 (CEST) Date: Tue, 11 Oct 2005 01:46:19 +0200 From: Simon Barner To: georgek@intense-illusions.com Message-ID: <20051010234619.GI11447@zi025.glhnet.mhn.de> References: <200510092244.23053.gkatsanos@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NqSa+Xr3J/G6Hhls" Content-Disposition: inline In-Reply-To: <200510092244.23053.gkatsanos@gmail.com> User-Agent: Mutt/1.5.10i X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org Subject: Re: error info X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 23:43:02 -0000 --NqSa+Xr3J/G6Hhls Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable George Katsanos wrote: >=20 > *** Error code 1 >=20 > Stop in /usr/ports. > *** Error code 1 >=20 > Stop in /usr/ports. > failed to generate INDEX! > index generation error > /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:482:in `open_db': database f= ile=20 > error (PortsDB::DBError) > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:634:in `port' > from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:822:in=20 > `all_depends_list' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in `tsort_bui= ld' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `each' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `tsort_bui= ld' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:929:in `sort_buil= d' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:933:in `sort_buil= d!' > from /usr/local/sbin/portupgrade:674:in `main' > from /usr/local/sbin/portupgrade:207:in `initialize' > from /usr/local/sbin/portupgrade:207:in `new' > from /usr/local/sbin/portupgrade:207:in `main' > from /usr/local/sbin/portupgrade:1845 > su-2.05b# make fetchindex > make: don't know how to make fetchindex. Stop Are you running that from /usr/ports? Otherwise, try re-CVSup'ing your ports tree, and be sure not to use any `refuse' files (not enabled by default). >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Dear sir , when attempting to 'portupgrade -a' , i got the following erro= r. > I had completed the cvsup . > My system hadn't been updated for 10 months. > I am running an Intel Pentium III - Fbsd 5.3 version. >=20 >=20 > Ask me any extra information you may need!. >=20 >=20 > Thank you=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --NqSa+Xr3J/G6Hhls Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDSv1LCkn+/eutqCoRAko1AKCFTX8hlDuQEhZTQbApIsPuvrBFCgCg/Wor fzugLtOBc7O4DqsS5lEfMBk= =2WOf -----END PGP SIGNATURE----- --NqSa+Xr3J/G6Hhls-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 01:22:23 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 10CF216A41F for ; Tue, 11 Oct 2005 01:22:23 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2E043D46 for ; Tue, 11 Oct 2005 01:22:22 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051011012226.DQNL2425.lakecmmtao05.coxmail.com@dns1>; Mon, 10 Oct 2005 21:22:26 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Mon, 10 Oct 2005 18:17:51 -0700 User-Agent: KMail/1.8 References: <200510080939.24759.vizion@vizion.occoxmail.com> <200510101426.33067.gerrit@beine-computer.de> In-Reply-To: <200510101426.33067.gerrit@beine-computer.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510101817.52633.vizion@vizion.occoxmail.com> Cc: Gerrit Beine , Shane Ambler , tux@pinguru.net Subject: Re: Zend Studio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 01:22:23 -0000 On Monday 10 October 2005 05:26, the author Gerrit Beine contributed to the dialogue on- Re: Zend Studio: >Am Samstag, 8. Oktober 2005 18:39 schrieb Vizion: >> Sorry but that view is totally unreal. >> >> Not one of the ZendStudio tarballs will install and run successfully on >> Freebsd 5.3. >> >> The server tarball will. >> >> So will someone please revisit the false notion that ports are not >> necessary for Zend. It looks as though the tarballs are designed to work >> on zenix but not on freebsd. >> >> I am hopeful that there will be some response fairly soon. > >Heyho, > >all ZendStudio versions after 3.5.2 will not run on FreeBSD. >I've tried many different ways to get newer version running, but I wasn't > able to do this. Zend did not respond to my questions, so the ZendStudio > port is out of date and it seems to be no chance for changing this. > >So long... OK I am in touch with Zend and there is some hope that they may collaborate. I will let you know if/when I have something to report. The most interesting file is: ZendStudioClient-4.0.2-Linuxi386_plain.tar.gz I am working with Zend i9n the hope we might get that working. david > >Gerrit -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 01:37:29 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 DF14C16A41F for ; Tue, 11 Oct 2005 01:37:29 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E7143D46 for ; Tue, 11 Oct 2005 01:37:28 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.53 (FreeBSD)) id 1EP96S-0000Mi-JD; Tue, 11 Oct 2005 09:38:52 +0800 Message-Id: <6.2.1.2.2.20051011092856.034f7940@202.179.0.80> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Tue, 11 Oct 2005 09:36:30 +0900 To: Mike Hunter From: Ganbold In-Reply-To: <20051010222516.GA20433@malcolm.berkeley.edu> References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> <20051010211440.GA94252@misty.eyesbeyond.com> <20051010222516.GA20433@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-ports@FreeBSD.org Subject: Re: [solved] Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 01:37:30 -0000 Mike, At 07:25 AM 10/11/2005, you wrote: >Thanks everybody, it's working. After I stopped misinterpreting the >instructions ("export AWT_TOOLKIT=XToolkit", is the *opposite* of >"export AWT_TOOLKIT=MToolkit"), the applet comes up quickly and the >graphics are fine. The fact that the applet subsequently causes the >java vm to take 99% CPU and has to be killed is only a slight downer at >this point :| > >I pointed my browser at other sites with applets and they seem to work >fine. Is there any favorite site with a simple applet people use to check >if their java plugin stuff is working? I stumbled across yale's "ssh >applet" and it seemed to work well.... Can you try www.speedtest.mn web site? When I try to load this page on firefox (FreBSD-6.0beta5/Gnome-2.10.2/jdk15) jvm crashes. However on windows xp (home machine) I can load applet with firefox, but when I try to check the speed, it stops responding. IE works fine. At work I have Windows xp too and everything works fine there. Ganbold >Thanks again for everybody's help. > >Mike >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 02:53:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 8B01D16A41F for ; Tue, 11 Oct 2005 02:53:54 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 085AD43D46 for ; Tue, 11 Oct 2005 02:53:53 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: (qmail 47027 invoked from network); 11 Oct 2005 02:53:53 -0000 Received: from unknown (HELO ?192.168.1.140?) (tacopants@rogers.com@70.28.168.125 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 11 Oct 2005 02:53:53 -0000 Message-ID: <434B2940.2020008@FreeBSD.org> Date: Mon, 10 Oct 2005 22:53:52 -0400 From: Adam Weinberger User-Agent: Thunderbird 1.4.1 (Macintosh/20051005) MIME-Version: 1.0 To: Michael Hopkins References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: bpm problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 02:53:54 -0000 Michael Hopkins wrote: > > Hi all > > I have been enjoying the use of bpm for some time now as my way of > navigating the ports collection on FreeBSD. > > For some reason today it crashed with a core dump about 3/4 of the way > through updating its' database when I first ran it. This happened several > times in a row, even after a reboot, so I suspected the ports database may > have got corrupted and did a 'pkgdb -F' and a 'cd /usr/ports/; make > fetchindex' but still no joy with bpm. I have not made any changes to the > system recently and I'm on AMD64 FreeBSD 5.4-RELEASE-p7 #2 > > Does anyone have any ideas that would help get it running again? Maybe it > has a database somewhere that can be renovated. Alternatively, are there > any other ports that offer a GUI interface for working with ports? > > Many thanks > > Michael Michael - Seth, the maintainer of sysutils/bpm, is a really good guy who sometimes just needs a kick in the behind to fix bpm-related problems. I'm sure that if you send him an email with a more detailed report and a backtrace of the core dump, he'll be very responsive in fixing the problem. One problem with bpm is that whenever the INDEX structure changes, bpm's code needs to be updated accordingly. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 03:54:42 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 86F1916A41F for ; Tue, 11 Oct 2005 03:54:42 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE9D43D45 for ; Tue, 11 Oct 2005 03:54:41 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j9B3sOaB096673; Mon, 10 Oct 2005 21:54:24 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j9B3sMMj096672; Mon, 10 Oct 2005 21:54:22 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 10 Oct 2005 21:54:22 -0600 From: Greg Lewis To: Mike Hunter Message-ID: <20051011035422.GA96547@misty.eyesbeyond.com> References: <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> <20051010211440.GA94252@misty.eyesbeyond.com> <20051010222516.GA20433@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <20051010222516.GA20433@malcolm.berkeley.edu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, Panagiotis Astithas Subject: Re: [solved] Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 03:54:42 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Mike, On Mon, Oct 10, 2005 at 03:25:16PM -0700, Mike Hunter wrote: > On Oct 10, "Greg Lewis" wrote: > > On Tue, Oct 11, 2005 at 12:08:22AM +0300, Panagiotis Astithas wrote: > > > Mike Hunter wrote: > > > >After learning a bit about freebsd package management, I figured out how to > > > >upgrade to the latest Xorg (and make sure I'm actually using it :) ): > > > > > > > >xdpyinfo | grep -i ersi > > > >version number: 11.0 > > > >X.Org version: 6.8.2 > > > > > > > >But I'm still plagued with the same crash. Is there any chance that the > > > >java vm is using an old libawt or something like that? > > > > > > > >Thanks for all the help so far and I appreciate whatever else anybody has > > > >to offer :) > > > > > > You might want to try rebuilding the jdk with the recent patches on > > > freebsd-java to use the XToolkit AWT implementation instead of the > > > MToolkit one. Since the crash you originally mentioned involves libmawt, > > > that seems like a reasonable thing to do. > > > > > > On second thought, you don't even need to rebuild jdk15. Just do as > > > instructed here: > > > > > > http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html > > > > That was going to be my next suggestion :). As Panagiotis said, just > > read that page and look at the environment variables you need to set > > to try the XToolkit with an applet. Hopefully that helps, since I'm fast > > running out of ideas! > > Thanks everybody, it's working. After I stopped misinterpreting the > instructions ("export AWT_TOOLKIT=XToolkit", is the *opposite* of > "export AWT_TOOLKIT=MToolkit"), the applet comes up quickly and the > graphics are fine. The fact that the applet subsequently causes the > java vm to take 99% CPU and has to be killed is only a slight downer at > this point :| > > I pointed my browser at other sites with applets and they seem to work > fine. Is there any favorite site with a simple applet people use to check > if their java plugin stuff is working? I stumbled across yale's "ssh > applet" and it seemed to work well.... Great to hear thats its running now (at least to some extent :). Thanks for your effort in eliminating all the other possibilities! I usually check if the plugin is working correctly by using some of the applets you can find in /usr/local/jdk1.5.0/demo/applets. There are also applet versions of SwingSet2 and Java2D installed in the demo/jfc subdirectories that you can try. The attached two patches should make XToolkit the default (they were recently posted to freebsd-java). If you or someone else who had the same problem could recompile jdk15 with them and verify that you then don't need to set the environment variable that would be great. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org --WIyZ46R2i8wDzkSu Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch-j2se::awt::Toolkit.java" $FreeBSD$ --- ../../j2se/src/share/classes/java/awt/Toolkit.java 10 Jan 2005 07:40:41 -0000 1.2 +++ ../../j2se/src/share/classes/java/awt/Toolkit.java 9 Oct 2005 04:11:13 -0000 @@ -809,12 +809,11 @@ try { String defaultToolkit; - /* XXXBSD: analyze and choose better one */ - if (System.getProperty("os.name").equals("Linux")) { - defaultToolkit = "sun.awt.X11.XToolkit"; + if (System.getProperty("os.name").equals("SunOS")) { + defaultToolkit = "sun.awt.motif.MToolkit"; } else { - defaultToolkit = "sun.awt.motif.MToolkit"; + defaultToolkit = "sun.awt.X11.XToolkit"; } nm = System.getProperty("awt.toolkit", defaultToolkit); --WIyZ46R2i8wDzkSu Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch-j2se::awt::awt_LoadLibrary.c" $FreeBSD$ --- ../../j2se/src/solaris/native/sun/awt/awt_LoadLibrary.c 10 Jan 2005 15:09:40 -0000 1.2 +++ ../../j2se/src/solaris/native/sun/awt/awt_LoadLibrary.c 9 Oct 2005 05:34:52 -0000 @@ -195,8 +195,7 @@ } } else { -/* XXXBSD: decide which toolkit to use */ -#if defined(__linux) +#if defined(__linux) || defined(_ALLBSD_SOURCE) /* Default AWT Toolkit on Linux is XAWT. */ strcpy(p, "/xawt/libmawt"); XAWT = 1; --WIyZ46R2i8wDzkSu-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 05:39:29 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 421BA16A423 for ; Tue, 11 Oct 2005 05:39:29 +0000 (GMT) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9950743D53 for ; Tue, 11 Oct 2005 05:39:28 +0000 (GMT) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1EPCrG-0007D4-Vl for freebsd-ports@freebsd.org; Tue, 11 Oct 2005 06:39:27 +0100 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.13.4/8.13.4/Debian-3) with SMTP id j9B5dQV9001296 for ; Tue, 11 Oct 2005 06:39:26 +0100 Received: (qmail 10077 invoked by uid 1001); 11 Oct 2005 05:39:20 -0000 From: "Frank Shute" Date: Tue, 11 Oct 2005 06:39:20 +0100 To: bsdlogical Message-ID: <20051011053920.GA10056@peach> References: <20051009124029.GA41449@peach> <43492E70.50309@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43492E70.50309@bellsouth.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-RELEASE-p4 i386 X-Organisation: 'Esperance Linux' Cc: Frank Shute , freebsd-ports@freebsd.org Subject: Re: firefox doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 05:39:29 -0000 On Sun, Oct 09, 2005 at 10:51:28AM -0400, bsdlogical wrote: > > This has been mentioned on the mailing list before. Try rebuilding > devel/nspr, that should do it. > Thanks a lot! Worked a treat. -- Frank echo "f r a n k @ e s p e r a n c e - l i n u x . c o . u k" | sed 's/ //g' --->PGP keyID: 0x10BD6F4B<--- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 07:47:06 2005 Return-Path: X-Original-To: ports@freebsd.org 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 1017816A41F for ; Tue, 11 Oct 2005 07:47:06 +0000 (GMT) (envelope-from nick-lists@netability.ie) Received: from mail.acquirer.com (mail.acquirer.com [213.94.200.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0798543D5A for ; Tue, 11 Oct 2005 07:47:00 +0000 (GMT) (envelope-from nick-lists@netability.ie) Received: from crumpet.netability.ie ([IPv6:2001:610:241:0:209:5bff:fe92:2b0c]) by mail.acquirer.com (8.13.4/8.13.4) with ESMTP id j9B7l68l080308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Oct 2005 08:47:14 +0100 (IST) (envelope-from nick-lists@netability.ie) X-Envelope-To: ports@freebsd.org Received: from localhost (localhost [IPv6:::1]) by crumpet.netability.ie (8.13.3/8.13.3) with ESMTP id j9B8kbKQ019886; Tue, 11 Oct 2005 09:46:40 +0100 (IST) (envelope-from nick-lists@netability.ie) From: Nick Hilliard To: Brooks Davis In-Reply-To: <20051010214813.GD24213@odin.ac.hmc.edu> References: <1128959405.30953.4.camel@localhost.netability.ie> <20051010214813.GD24213@odin.ac.hmc.edu> Content-Type: text/plain Date: Tue, 11 Oct 2005 09:46:37 +0100 Message-Id: <1129020397.11029.10.camel@localhost.netability.ie> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on muffin.acquirer.com X-Virus-Scanned: ClamAV devel-20050516/1128/Tue Oct 11 02:30:06 2005 on muffin.acquirer.com X-Virus-Status: Clean Cc: ports@freebsd.org Subject: Re: How to detect portupgrade and barf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 07:47:06 -0000 > Do what needs to be done in the deinstall script of the package. If you > can't do that for some reason, you must find a way to have them both > installed at once that is supported by the ports collection. Short > of some sort of new port per version scheme I don't see a way to do > that. Hi Brooks, Both old and new package will be installed in version specific directories, so no overlap will occur and the versions can be used and run simultaneously. The problem is how to detect whether portupgrade is being used to run the pkg_delete, or whether pkg_delete is being run directly from the command line. Is this supported, or is there some good or recommended way of doing this? Nick From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 08:05:45 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 8F35D16A41F; Tue, 11 Oct 2005 08:05:45 +0000 (GMT) (envelope-from chris@gotstein.com) Received: from smtpauth01.csee.siteprotect.com (smtpauth01.csee.siteprotect.com [64.41.126.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513F743D46; Tue, 11 Oct 2005 08:05:45 +0000 (GMT) (envelope-from chris@gotstein.com) Received: from prae (CPE-24-209-144-164.wi.res.rr.com [24.209.144.164]) by smtpauth01.csee.siteprotect.com (Postfix) with ESMTP id 0F31E32C01A; Tue, 11 Oct 2005 03:05:43 -0500 (CDT) From: "Chris Gotstein" To: Date: Tue, 11 Oct 2005 03:05:54 -0500 Message-ID: <015b01c5ce3a$9b09c160$1a01a8c0@gotstein.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 thread-index: AcXOOpp9hpGB93pWS9mW0dscukSoZg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: ports@FreeBSD.org Subject: FreeBSD Port: zaptel-0.10_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chris@gotstein.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 08:05:45 -0000 Will the following be added to the port version at anytime? I'm experiencing this same issue. http://bugs.digium.com/bug_view_page.php?bug_id=4897 Chris Gotstein chris@gotstein.com ------------------------------------------- SpamNet - help others stop spam immediately www.cloudmark.com ------------------------------------------- "Software engineering today is a race between programmers striving to build bigger and better idiot-proof programs, and the Universe striving to build bigger and better idiots. So far, the Universe is winning." From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 09:05:38 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 95A6816A424 for ; Tue, 11 Oct 2005 09:05:38 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCDE43D48 for ; Tue, 11 Oct 2005 09:05:37 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EPG3q-0006Oo-4E for freebsd-ports@freebsd.org; Tue, 11 Oct 2005 11:04:43 +0200 Received: from menelaos.informatik.rwth-aachen.de ([137.226.194.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Oct 2005 11:04:38 +0200 Received: from vs by menelaos.informatik.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Oct 2005 11:04:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Volker Stolz Date: Tue, 11 Oct 2005 09:03:54 +0000 (UTC) Lines: 18 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: menelaos.informatik.rwth-aachen.de User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: ATTN David Bremner bremner@unb.ca (mail/hashcash) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 09:05:38 -0000 Your challenge-response setup via TMDA is misconfigured: "To release your message for delivery, please send an empty message to the following address, or use your mailer's "Reply" feature. bremner-confirm-1129018242.31571.a79241@pivot.cs.unb.ca " A reply to this address yields: ----- The following addresses had permanent fatal errors ----- (reason: 550 unknown user) Please contact me off-list. Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME It's a million to one chance, but it just might work. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 09:16:28 2005 Return-Path: X-Original-To: ports@freebsd.org 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 073C116A420 for ; Tue, 11 Oct 2005 09:16:28 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E06C43D45 for ; Tue, 11 Oct 2005 09:16:27 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so297976nzd for ; Tue, 11 Oct 2005 02:16:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EsJI43tPC8tyKsK42XzevjTMYfQ7r+ViMDV0VPirKToRJsggNFG7PMora8Bqs1c/1ZlC0RLvE5eYM9Phwe/SUQAU/SHq/UImqRj1MpMFEGkZA4VFNs5MT6EoaRyqWhInQPsr2ENBdFoVhHBP+/ZjwYO1R49fxmzvJpXylru4Ldw= Received: by 10.36.56.10 with SMTP id e10mr953215nza; Tue, 11 Oct 2005 02:16:27 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 11 Oct 2005 02:16:27 -0700 (PDT) Message-ID: Date: Tue, 11 Oct 2005 13:16:27 +0400 From: "Andrew P." To: "Andrew P." , ports@freebsd.org In-Reply-To: <20051010114346.GB995@galgenberg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051010114346.GB995@galgenberg.net> Cc: Subject: Re: Wine 20050930 on FreeBSD 6.0-BETA5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 09:16:28 -0000 On 10/10/05, Ulrich Spoerlein wrote: > On Sat, 08.10.2005 at 20:10:05 +0400, Andrew P. wrote: > > Has anyone got the subj running? > > > > It seems to work for me, but every time I try to > > run any program it rebuilds font metrics spitting > > out some fixme's about unknown encodings and > > registries, which is truly annoying. > > > > I found those missing registries and encodings > > present at /usr/X11R6/lib/X11/fonts/encondins, > > but wine doesn't want to see them. > > > > Any thoughts, please? > > I got annoyed by this too. This clearly is a bug, WINE should only > rebuild the font metrics, if the available fonts changed. I couldn't > find anything suspicious when running with debugging however. > > I worked around it like this: Copy Windows\Fonts\*.TTF from a true > Windows installation to your ~/.wine/drive_c/windows/Fonts directory. > > Ulrich Spoerlein > -- > PGP Key ID: F0DB9F44 Encrypted mail welcome! > Fingerprint: F1CE D062 0CA9 ADE3 349B 2FE8 980A C6B5 F0DB 9F44 > Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." > didn't you understand? > > > Thanks very much. All I needed to do is: % cp /usr/X11R6/lib/X11/fonts/webfonts/* ~/.wine/drive_c/windows/fonts/ I had webfonts installed of course. So there's no need in a real windoze installation. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 10:05:55 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5E79E16A427; Tue, 11 Oct 2005 10:05:55 +0000 (GMT) (envelope-from michael.hopkins@hopkins-research.com) Received: from neon.webfusion.co.uk (neon.webfusion.co.uk [212.67.202.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB50443D53; Tue, 11 Oct 2005 10:05:53 +0000 (GMT) (envelope-from michael.hopkins@hopkins-research.com) Received: from 83-216-132-201.markch725.adsl.metronet.co.uk ([83.216.132.201] helo=[192.168.0.4]) by neon.webfusion.co.uk with asmtp (Exim 3.36 #1) id 1EPH4h-0007Pf-00; Tue, 11 Oct 2005 11:09:35 +0100 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Tue, 11 Oct 2005 11:05:51 +0100 From: Michael Hopkins To: Adam Weinberger Message-ID: In-Reply-To: <434B2940.2020008@FreeBSD.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: bpm problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 10:05:55 -0000 On 11/10/05 03:53, "Adam Weinberger" wrote: > Michael Hopkins wrote: >> >> Hi all >> >> I have been enjoying the use of bpm for some time now as my way of >> navigating the ports collection on FreeBSD. >> >> For some reason today it crashed with a core dump about 3/4 of the way >> through updating its' database when I first ran it. This happened several >> times in a row, even after a reboot, so I suspected the ports database may >> have got corrupted and did a 'pkgdb -F' and a 'cd /usr/ports/; make >> fetchindex' but still no joy with bpm. I have not made any changes to the >> system recently and I'm on AMD64 FreeBSD 5.4-RELEASE-p7 #2 >> >> Does anyone have any ideas that would help get it running again? Maybe it >> has a database somewhere that can be renovated. Alternatively, are there >> any other ports that offer a GUI interface for working with ports? >> >> Many thanks >> >> Michael > > Michael - > > Seth, the maintainer of sysutils/bpm, is a really good guy who sometimes > just needs a kick in the behind to fix bpm-related problems. I'm sure > that if you send him an email with a more detailed report and a > backtrace of the core dump, he'll be very responsive in fixing the problem. > > One problem with bpm is that whenever the INDEX structure changes, bpm's > code needs to be updated accordingly. > > # Adam > Hi Adam Yes I did mail him and he responded quickly. However, this is what happened subsequently... ===================================================== Thanks for the quick reply Seth. I just discovered the command 'portsdb -uU' which is what I thought I was doing when I ran 'pkgdb -F' but obviously not! Output was this: ======================= Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/ports/Mk/bsd.port.mk", line 2890: warning: duplicate script for target "checksum" ignored Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.2 Warning: Duplicate INDEX entry: cvsup-without-gui-16.1h_2 Done. done [Updating the portsdb in /usr/ports ... - 13334 port entries found .........1000.........2000.........3000.........4000.........5000.........60 00.........7000.........8000.........9000.........10000.........11000....... ..12000.........13000... ..... done] ======================== And now bpm is working fine again. Cool! Thanks Michael ===================================================== He noted this in his reply. I have since realised that it has 'lost track' of some ports that I know are installed - whether this is bpm itself or the use of 'portsdb -uU' I don't know, but it's not a big problem for me. M _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/ _/ _/_/_/ Hopkins Research Ltd _/ _/ _/ _/ _/_/_/_/ _/_/_/ http://www.hopkins-research.com/ _/ _/ _/ _/ _/ _/ _/ _/ 'touch the future' _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 14:52:15 2005 Return-Path: X-Original-To: ports@freebsd.org 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 C655F16A420 for ; Tue, 11 Oct 2005 14:52:15 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DADB43D68 for ; Tue, 11 Oct 2005 14:52:14 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A84892F77; Tue, 11 Oct 2005 09:52:13 -0500 (CDT) Date: Tue, 11 Oct 2005 09:52:13 -0500 To: Joe Kelsey Message-ID: <20051011145213.GA5714@soaustin.net> References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <20051010050828.GB17535@soaustin.net> <1128985526.3009.111.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1128985526.3009.111.camel@zircon.zircon.seattle.wa.us> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Bill Fenner , ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 14:52:15 -0000 On Mon, Oct 10, 2005 at 04:05:26PM -0700, Joe Kelsey wrote: > On Mon, 2005-10-10 at 00:08 -0500, Mark Linimon wrote: > > On Fri, Oct 07, 2005 at 04:27:04PM -0700, Bill Fenner wrote: > > > By the way, is it legally reasonable for the port to accept the > > > pre-download license on behalf of the user? > > > > I don't think so. > > Glenn Fowler disagrees with you: Then that needs to be noted somewhere in the port, preferably in some kind of file. (I don't know if we have any paradigm for this yet). My point is that we can't be in the habit of assuming such things are OK unless we have been specifically told that they are. An upcoming portmgr initiative is to sweep the tree for questionable licensing situations and fix them. Let's start identifying them now, including the ones where we have been given permission like this. mcl From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 16:21:39 2005 Return-Path: X-Original-To: ports@freebsd.org 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 8C5E116A41F for ; Tue, 11 Oct 2005 16:21:39 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DB043D45 for ; Tue, 11 Oct 2005 16:21:37 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j9BGLbTh005551; Tue, 11 Oct 2005 09:21:37 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j9BGLb9r005550; Tue, 11 Oct 2005 09:21:37 -0700 Date: Tue, 11 Oct 2005 09:21:37 -0700 From: Brooks Davis To: Nick Hilliard Message-ID: <20051011162137.GB2264@odin.ac.hmc.edu> References: <1128959405.30953.4.camel@localhost.netability.ie> <20051010214813.GD24213@odin.ac.hmc.edu> <1129020397.11029.10.camel@localhost.netability.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Content-Disposition: inline In-Reply-To: <1129020397.11029.10.camel@localhost.netability.ie> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , ports@freebsd.org Subject: Re: How to detect portupgrade and barf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 16:21:39 -0000 --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 11, 2005 at 09:46:37AM +0100, Nick Hilliard wrote: > > Do what needs to be done in the deinstall script of the package. If you > > can't do that for some reason, you must find a way to have them both > > installed at once that is supported by the ports collection. Short > > of some sort of new port per version scheme I don't see a way to do > > that. >=20 > Hi Brooks, >=20 > Both old and new package will be installed in version specific > directories, so no overlap will occur and the versions can be used and > run simultaneously. >=20 > The problem is how to detect whether portupgrade is being used to run > the pkg_delete, or whether pkg_delete is being run directly from the > command line. Is this supported, or is there some good or recommended > way of doing this? There is no easy way to do this and doing it won't really solve the problem because it won't prevent people from doing the same thing manually. The problem is that this port violates certain assumptions of the ports infrastructure. Hmm, one slightly evil thought occurs to me. Since the software installs in different directories each time, what about copying the previous install into WRKDIR and reinstalling it as part of the installation process? Your plist would be odd, but it might work. Another option that would be more work but might be cleaner since it could let you uninstall the old bits after upgrade would be a special port that takes care of saving a copy of the old for you which is a BUILD_DEPEND and INSTALL_DEPEND if and only if a previous install exists. It wouldn't prevent some types of foot shooting, but it would insure that the following works: make make deinstall make install -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDS+aQXY6L6fI4GtQRAmmjAKCIYYYOVzs5uBeZEWYAIcCp8H/SGQCgk6BY bVTsv0Jbw6ZKeDqfjZkVFP8= =h4LM -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 18:38:13 2005 Return-Path: X-Original-To: ports@freebsd.org 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 37D0816A41F for ; Tue, 11 Oct 2005 18:38:13 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id E1C6643D48 for ; Tue, 11 Oct 2005 18:38:11 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 2827 invoked from network); 11 Oct 2005 18:38:07 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 11 Oct 2005 18:38:07 -0000 Received: (qmail 16162 invoked by uid 89); 11 Oct 2005 18:38:08 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 11 Oct 2005 18:38:08 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id B2C30115FE; Tue, 11 Oct 2005 21:38:06 +0300 (EEST) Date: Tue, 11 Oct 2005 21:38:06 +0300 From: Ion-Mihai Tetcu To: Brooks Davis Message-ID: <20051011213806.1a2e3c9d@it.buh.tecnik93.com> In-Reply-To: <20051011162137.GB2264@odin.ac.hmc.edu> References: <1128959405.30953.4.camel@localhost.netability.ie> <20051010214813.GD24213@odin.ac.hmc.edu> <1129020397.11029.10.camel@localhost.netability.ie> <20051011162137.GB2264@odin.ac.hmc.edu> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Brooks Davis , ports@freebsd.org, Nick Hilliard Subject: Re: How to detect portupgrade and barf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 18:38:13 -0000 On Tue, 11 Oct 2005 09:21:37 -0700 Brooks Davis wrote: > On Tue, Oct 11, 2005 at 09:46:37AM +0100, Nick Hilliard wrote: > > > Do what needs to be done in the deinstall script of the package. > > > If you can't do that for some reason, you must find a way to have > > > them both installed at once that is supported by the ports > > > collection. Short of some sort of new port per version scheme I > > > don't see a way to do that. > > > > Hi Brooks, > > > > Both old and new package will be installed in version specific > > directories, so no overlap will occur and the versions can be used > > and run simultaneously. > > > > The problem is how to detect whether portupgrade is being used to > > run the pkg_delete, or whether pkg_delete is being run directly > > from the command line. Is this supported, or is there some good or > > recommended way of doing this? > > There is no easy way to do this and doing it won't really solve the > problem This reminds me (not directly related) that maybe is time to find some way to: make reinstall <> make deinstall && make install > because it won't prevent people from doing the same thing > manually. The problem is that this port violates certain assumptions > of the ports infrastructure. Hmm, one slightly evil thought occurs to > me. Since the software installs in different directories each time, > what about copying the previous install into WRKDIR and reinstalling > it as part of the installation process? Your plist would be odd, but > it might work. Another option that would be more work but might be > cleaner since it could let you uninstall the old bits after upgrade > would be a special port that takes care of saving a copy of the old > for you which is a BUILD_DEPEND and INSTALL_DEPEND if and only if a > previous install exists. It wouldn't prevent some types of foot > shooting, Please yell as much as possible in pre-everything (and say: no, this ain't a temporary thing, it won't change when next port version is released). -- IOnut Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 20:45:59 2005 Return-Path: X-Original-To: ports@freebsd.org 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 91E1116A41F; Tue, 11 Oct 2005 20:45:59 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F7343D45; Tue, 11 Oct 2005 20:45:59 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.lovett.com ([67.134.38.157]:61651) by mail.lovett.com with esmtpa (Exim 4.54 (FreeBSD)) id 1EPR0Y-000An1-5Q; Tue, 11 Oct 2005 13:45:58 -0700 In-Reply-To: <20051010233223.GG11447@zi025.glhnet.mhn.de> References: <671122F84800B54B9907F3D2157D714F233312@srv01.basis06.com> <20051010233223.GG11447@zi025.glhnet.mhn.de> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <131BF13F-1F6B-4B69-BDF8-1AFC7C587984@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Tue, 11 Oct 2005 13:45:57 -0700 To: Simon Barner X-Pgp-Agent: GPGMail 1.1 (Tiger) X-Mailer: Apple Mail (2.734) Sender: ade@lovett.com X-SA-Exim-Connect-IP: 67.134.38.157 X-SA-Exim-Mail-From: ade@lovett.com X-SA-Exim-Scanned: No (on mail.lovett.com); SAEximRunCond expanded to false Cc: ports@freebsd.org, Reto Burkhalter Subject: Re: Problem compiling arts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 20:45:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Oct 10, 2005, at 16:32 , Simon Barner wrote: > > I guess, this is the source of the problem: libtool, automake and > autoconf, > are built with the system compiler, but arts++ needs gcc295. > Try deinstalling the above ports and build the arts++ port > individually > (it will pull in the tools it needs). [snip] Absolutely not. The autotools really don't care what compiler(s) you have around. If you'd inspected the error output a little more closely, you'd have seen: [...] configure:1612: gcc295 -O -pipe -march=pentium3 conftest.c >&5 cc1: bad value (pentium3) for -march= switch [...] GCC 2.95 don't have newer options that a lot of people are setting in their /etc/make.conf. Comment out the relevant CPUTYPE or CFLAGS entry from that file, and arts++ will quite happily build. - -aDe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDTCSFpXS8U0IvffwRAlXaAJ0XaKozuSwDnXz3zSVtJ7A1QGGggQCcCruv IrWZ0J4TQS7bPUUmqgYrwFc= =oVWy -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 22:21:02 2005 Return-Path: X-Original-To: ports@freebsd.org 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 A7EBB16A41F; Tue, 11 Oct 2005 22:21:02 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664E843D45; Tue, 11 Oct 2005 22:21:02 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9BMKfPZ005746; Tue, 11 Oct 2005 15:20:41 -0700 From: Frank Jahnke To: nork@freebsd.org Content-Type: text/plain Organization: FMJ & Associates Date: Tue, 11 Oct 2005 15:14:10 -0700 Message-Id: <1129068850.711.19.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: ports@freebsd.org Subject: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 22:21:02 -0000 I updated to 6.0RC earlier today, and am now upgrading my various ports (which I always do manually). One of the first I did was Acroread7, which needed it. I did the usual portupgrade, and it went through the recursive upgrades without a hitch (including linuxpluginwrapper). Now, however, acroread7 cannot be invoked as a plugin from Epiphany. I corrected an improper location in libmap.conf, but it still does not load. It works fine from the command line. Any advice would be most appreciated, but this may well be an issue with linuxpluginwrapper. Information: libmap.conf: # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/X11R6/lib/browser_plugins/nppdf.so] libc.so.6 pluginwrapper/acrobat.so where the location is linked to /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, which exists and is readable and executable. Similarly, libc.so.6 is the highest version on the system, and pluginwrapper/acrobat.so exists in /usr/local/lib and is also readable. about:plugins in Epiphany shows the plugin is enabled. Still, it does not load into Epiphany. All of the other plugins (Java, RealPlayer and Flash) work fine. The plugin also no longer works in Mozilla 1.7.7, but is enabled. Frank From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 23:23:11 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 9E86116A41F; Tue, 11 Oct 2005 23:23:11 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B67743D46; Tue, 11 Oct 2005 23:23:10 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.12.11/8.12.11) with ESMTP id j9BNNAeY070030; Tue, 11 Oct 2005 17:23:10 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.12.11/8.12.5/Submit) id j9BNNAao070029; Tue, 11 Oct 2005 17:23:10 -0600 (MDT) (envelope-from ken) Date: Tue, 11 Oct 2005 17:23:09 -0600 From: "Kenneth D. Merry" To: gnome@FreeBSD.org Message-ID: <20051011232309.GA69983@nargothrond.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Virus-Scanned: ClamAV 0.86.1/1128/Mon Oct 10 19:30:06 2005 on nargothrond.kdm.org X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org Subject: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 23:23:11 -0000 I'm having a problem installing firefox and mozilla. I'm running FreeBSD-current from October 10th. # uname -a FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct 11 13:16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/FreeBSD-ken/src/sys/erebor i386 regchrome core dumps: =========================================================================== # portupgrade -P -R -N mozilla [Updating the pkgdb in /var/db/pkg ... - 330 packages found (-1 +0) (...) done] ---> Found 2 ports matching 'mozilla': www/mozilla www/mozilla-devel Install 'www/mozilla'? [yes] Install 'www/mozilla-devel'? [yes] n ---> Checking for the latest package of 'www/mozilla' ---> Found a package of 'www/mozilla': /usr/ports/packages/All/mozilla-1.7.12,2.tbz (mozilla-1.7.12,2) ---> Installing 'mozilla-1.7.12,2' from a package ---> Installing the new version via the package ===> Building Chrome's registry... Segmentation fault (core dumped) [Updating the pkgdb in /var/db/pkg ... - 331 packages found (-0 +1) . done] =========================================================================== Here's the stack trace from regchrome: #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 [New Thread 0x807b800 (runnable)] [New LWP 100110] (gdb) where #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 #2 0x00000000 in ?? () (gdb) Firefox has pretty much the same problem. Anyone have any ideas on how to fix this? Thanks, Ken -- Kenneth Merry ken@FreeBSD.ORG From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 23:36:15 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0585216A41F for ; Tue, 11 Oct 2005 23:36:15 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CAB3543D48 for ; Tue, 11 Oct 2005 23:36:13 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 11 Oct 2005 23:36:12 -0000 Received: from unknown (EHLO zi025.glhnet.mhn.de) [129.187.19.157] by mail.gmx.net (mp009) with SMTP; 12 Oct 2005 01:36:12 +0200 X-Authenticated: #147403 Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 38328C161; Wed, 12 Oct 2005 01:39:24 +0200 (CEST) Date: Wed, 12 Oct 2005 01:39:23 +0200 From: Simon Barner To: Ade Lovett Message-ID: <20051011233923.GA995@zi025.glhnet.mhn.de> References: <671122F84800B54B9907F3D2157D714F233312@srv01.basis06.com> <20051010233223.GG11447@zi025.glhnet.mhn.de> <131BF13F-1F6B-4B69-BDF8-1AFC7C587984@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <131BF13F-1F6B-4B69-BDF8-1AFC7C587984@FreeBSD.org> User-Agent: Mutt/1.5.10i X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, Reto Burkhalter , Simon Barner Subject: Re: Problem compiling arts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 23:36:15 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ade Lovett wrote: >=20 > On Oct 10, 2005, at 16:32 , Simon Barner wrote: > > > > I guess, this is the source of the problem: libtool, automake and =20 > > autoconf, > > are built with the system compiler, but arts++ needs gcc295. > > Try deinstalling the above ports and build the arts++ port =20 > > individually > > (it will pull in the tools it needs). >=20 > [snip] >=20 > Absolutely not. The autotools really don't care what compiler(s) you =20 > have around. Hmm, I once had a case were I had to rebuild one of them. Perhaps it was something different... I cannot remember how to reproduce it, but when it occurs the next time, I'll let you know. >=20 > If you'd inspected the error output a little more closely, you'd have =20 > seen: >=20 > [...] > configure:1612: gcc295 -O -pipe -march=3Dpentium3 conftest.c >&5 > cc1: bad value (pentium3) for -march=3D switch Yes, true. Sorry for the noise. [...] --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTE0rCkn+/eutqCoRArVCAJ40T5oKl7Tv2Eb2N/72Bo9MDKFLbACfVYjs vZgBFAW1H9GPOAPGQhM+gjQ= =Lzwq -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 00:05:06 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 82E2516A421; Wed, 12 Oct 2005 00:05:06 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38BA43D48; Wed, 12 Oct 2005 00:05:05 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id j9C05aCd029093; Tue, 11 Oct 2005 20:05:36 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Kenneth D. Merry" In-Reply-To: <20051011232309.GA69983@nargothrond.kdm.org> References: <20051011232309.GA69983@nargothrond.kdm.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5CuuufU8Hf12tH173l7q" Organization: MarcusCom, Inc. Date: Tue, 11 Oct 2005 20:05:02 -0400 Message-Id: <1129075502.10684.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 00:05:06 -0000 --=-5CuuufU8Hf12tH173l7q Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-10-11 at 17:23 -0600, Kenneth D. Merry wrote: > I'm having a problem installing firefox and mozilla. I'm running > FreeBSD-current from October 10th. >=20 > # uname -a > FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct 11 13:= 16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/FreeBS= D-ken/src/sys/erebor i386 >=20 > regchrome core dumps: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > # portupgrade -P -R -N mozilla > [Updating the pkgdb in /var/db/pkg ... - 330 packages f= ound (-1 +0) (...) done] > ---> Found 2 ports matching 'mozilla': > www/mozilla > www/mozilla-devel > Install 'www/mozilla'? [yes] > Install 'www/mozilla-devel'? [yes] n > ---> Checking for the latest package of 'www/mozilla' > ---> Found a package of 'www/mozilla': /usr/ports/packages/All/mozilla-1= .7.12,2.tbz (mozilla-1.7.12,2) > ---> Installing 'mozilla-1.7.12,2' from a package > ---> Installing the new version via the package > =3D=3D=3D> Building Chrome's registry... > Segmentation fault (core dumped) > [Updating the pkgdb in /var/db/pkg ... - 331 packages f= ound (-0 +1) . done] > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >=20 > Here's the stack trace from regchrome: >=20 > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > [New Thread 0x807b800 (runnable)] > [New LWP 100110] > (gdb) where > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 > #2 0x00000000 in ?? () > (gdb)=20 >=20 > Firefox has pretty much the same problem. >=20 > Anyone have any ideas on how to fix this? What CFLAGS are you using? This problem is usually caused by over-optimizing. You might try a make clean in www/mozilla, then rebuild with default CFLAGS. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-5CuuufU8Hf12tH173l7q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDTFMub2iPiv4Uz4cRArppAJ0ep1Scbzk+9HDTmobdsESx65anfgCeMzis 83kBJbKbJlxujHWQdiyV6Ok= =AIPk -----END PGP SIGNATURE----- --=-5CuuufU8Hf12tH173l7q-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 00:13:22 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 3450216A41F; Wed, 12 Oct 2005 00:13:22 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953C043D5A; Wed, 12 Oct 2005 00:13:20 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.12.11/8.12.11) with ESMTP id j9C0DFNA070455; Tue, 11 Oct 2005 18:13:15 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.12.11/8.12.5/Submit) id j9C0DFlw070454; Tue, 11 Oct 2005 18:13:15 -0600 (MDT) (envelope-from ken) Date: Tue, 11 Oct 2005 18:13:15 -0600 From: "Kenneth D. Merry" To: Joe Marcus Clarke Message-ID: <20051012001315.GA70433@nargothrond.kdm.org> References: <20051011232309.GA69983@nargothrond.kdm.org> <1129075502.10684.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1129075502.10684.2.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2i X-Virus-Scanned: ClamAV 0.86.1/1128/Mon Oct 10 19:30:06 2005 on nargothrond.kdm.org X-Virus-Status: Clean Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 00:13:22 -0000 On Tue, Oct 11, 2005 at 20:05:02 -0400, Joe Marcus Clarke wrote: > On Tue, 2005-10-11 at 17:23 -0600, Kenneth D. Merry wrote: > > I'm having a problem installing firefox and mozilla. I'm running > > FreeBSD-current from October 10th. > > > > # uname -a > > FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct 11 13:16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/FreeBSD-ken/src/sys/erebor i386 > > > > regchrome core dumps: > > > > =========================================================================== > > # portupgrade -P -R -N mozilla > > [Updating the pkgdb in /var/db/pkg ... - 330 packages found (-1 +0) (...) done] > > ---> Found 2 ports matching 'mozilla': > > www/mozilla > > www/mozilla-devel > > Install 'www/mozilla'? [yes] > > Install 'www/mozilla-devel'? [yes] n > > ---> Checking for the latest package of 'www/mozilla' > > ---> Found a package of 'www/mozilla': /usr/ports/packages/All/mozilla-1.7.12,2.tbz (mozilla-1.7.12,2) > > ---> Installing 'mozilla-1.7.12,2' from a package > > ---> Installing the new version via the package > > ===> Building Chrome's registry... > > Segmentation fault (core dumped) > > [Updating the pkgdb in /var/db/pkg ... - 331 packages found (-0 +1) . done] > > =========================================================================== > > > > Here's the stack trace from regchrome: > > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > [New Thread 0x807b800 (runnable)] > > [New LWP 100110] > > (gdb) where > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 > > #2 0x00000000 in ?? () > > (gdb) > > > > Firefox has pretty much the same problem. > > > > Anyone have any ideas on how to fix this? > > What CFLAGS are you using? This problem is usually caused by > over-optimizing. You might try a make clean in www/mozilla, then > rebuild with default CFLAGS. I don't have any CFLAGS set in make.conf. The problem happens whether I'm installing from a package or the port. (The above is from the package install.) Ken -- Kenneth Merry ken@FreeBSD.ORG From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 00:16:09 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 A050F16A41F; Wed, 12 Oct 2005 00:16:09 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDF443D45; Wed, 12 Oct 2005 00:16:09 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id j9C0Gev6029262; Tue, 11 Oct 2005 20:16:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Kenneth D. Merry" In-Reply-To: <20051012001315.GA70433@nargothrond.kdm.org> References: <20051011232309.GA69983@nargothrond.kdm.org> <1129075502.10684.2.camel@shumai.marcuscom.com> <20051012001315.GA70433@nargothrond.kdm.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZytTbx8AVqVpG/2sv3dy" Organization: MarcusCom, Inc. Date: Tue, 11 Oct 2005 20:16:06 -0400 Message-Id: <1129076166.10684.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 00:16:09 -0000 --=-ZytTbx8AVqVpG/2sv3dy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-10-11 at 18:13 -0600, Kenneth D. Merry wrote: > On Tue, Oct 11, 2005 at 20:05:02 -0400, Joe Marcus Clarke wrote: > > On Tue, 2005-10-11 at 17:23 -0600, Kenneth D. Merry wrote: > > > I'm having a problem installing firefox and mozilla. I'm running > > > FreeBSD-current from October 10th. > > >=20 > > > # uname -a > > > FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct 11= 13:16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/Fr= eeBSD-ken/src/sys/erebor i386 > > >=20 > > > regchrome core dumps: > > >=20 > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > > > # portupgrade -P -R -N mozilla > > > [Updating the pkgdb in /var/db/pkg ... - 330 packag= es found (-1 +0) (...) done] > > > ---> Found 2 ports matching 'mozilla': > > > www/mozilla > > > www/mozilla-devel > > > Install 'www/mozilla'? [yes] > > > Install 'www/mozilla-devel'? [yes] n > > > ---> Checking for the latest package of 'www/mozilla' > > > ---> Found a package of 'www/mozilla': /usr/ports/packages/All/mozil= la-1.7.12,2.tbz (mozilla-1.7.12,2) > > > ---> Installing 'mozilla-1.7.12,2' from a package > > > ---> Installing the new version via the package > > > =3D=3D=3D> Building Chrome's registry... > > > Segmentation fault (core dumped) > > > [Updating the pkgdb in /var/db/pkg ... - 331 packag= es found (-0 +1) . done] > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > > >=20 > > > Here's the stack trace from regchrome: > > >=20 > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > > [New Thread 0x807b800 (runnable)] > > > [New LWP 100110] > > > (gdb) where > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > > #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthread.= so.2 > > > #2 0x00000000 in ?? () > > > (gdb)=20 > > >=20 > > > Firefox has pretty much the same problem. > > >=20 > > > Anyone have any ideas on how to fix this? > >=20 > > What CFLAGS are you using? This problem is usually caused by > > over-optimizing. You might try a make clean in www/mozilla, then > > rebuild with default CFLAGS. >=20 > I don't have any CFLAGS set in make.conf. >=20 > The problem happens whether I'm installing from a package or the port. > (The above is from the package install.) I'll try a portupgrade on my -CURRENT machine after updating to today's -CURRENT, but I did not encounter this problem on previous builds, so it may be a hardware or other machine-dependent problem. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ZytTbx8AVqVpG/2sv3dy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDTFXGb2iPiv4Uz4cRApWdAKClWgPjTVkL7aivIinij3YFrOUfwQCdHoio O2cZbF197eTwVOM7g6JJ6Rg= =Un4c -----END PGP SIGNATURE----- --=-ZytTbx8AVqVpG/2sv3dy-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 02:00:28 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 9315816A41F; Wed, 12 Oct 2005 02:00:28 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5305643D48; Wed, 12 Oct 2005 02:00:28 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 031C21A3C24; Tue, 11 Oct 2005 19:00:28 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C876A536DB; Tue, 11 Oct 2005 22:00:24 -0400 (EDT) Date: Tue, 11 Oct 2005 22:00:24 -0400 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20051012020023.GB40204@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: re@FreeBSD.org Subject: Ports broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 02:00:28 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable For some reason a number of ports are failing with this error on the latest build. I suspect that a change may have been merged to some part of the base system that broke them. Can someone please take a look? Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 12 Oct 2005 01:47:50 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: empire-1.7 failed on i386 6 X-UIDL: a5O!!8'5"!&59"!l#L"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.96.0 building empire-1.7 on gohan24.freebsd.org in directory /x/tmp/6/chroot/57143 maintained by: laszlof@vonostingroup.com port directory: /usr/ports/games/empire build started at Wed Oct 12 01:47:42 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3D RUN_DEPENDS=3D add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> vms-empire-1.7.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. vms-empire-1.7.tar.gz 82 kB 1907 kBps =3D> Checksum OK for vms-empire-1.7.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for empire-1.7 =3D> Checksum OK for vms-empire-1.7.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for empire-1.7 =3D=3D=3D> Applying FreeBSD patches for empire-1.7 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Configuring for empire-1.7 =3D=3D=3D> Building for empire-1.7 Unknown modifier ' ' Error expanding embedded variable. *** Error code 2 Stop in /a/ports/games/empire. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/games/empire ended at Wed Oct 12 01:47:45 UTC 2005 ----- End forwarded message ----- --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTG43Wry0BWjoQKURAiVxAKC7GS8/1LAbvae60dcxbnupnnEm+QCgsjqn zeu0bhWfjWlbgN9XkWjAvs4= =CQBm -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 02:11:17 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 2EF5416A42C; Wed, 12 Oct 2005 02:11:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B2B43D45; Wed, 12 Oct 2005 02:11:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id C72201A3C24; Tue, 11 Oct 2005 19:11:16 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0D5D951489; Tue, 11 Oct 2005 22:11:13 -0400 (EDT) Date: Tue, 11 Oct 2005 22:11:13 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20051012021112.GA48078@xor.obsecurity.org> References: <20051012020023.GB40204@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20051012020023.GB40204@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org, harti@FreeBSD.org, re@FreeBSD.org Subject: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 02:11:17 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: > For some reason a number of ports are failing with this error on the > latest build. I suspect that a change may have been merged to some > part of the base system that broke them. Can someone please take a > look? >=20 > Kris > =3D=3D=3D> Configuring for empire-1.7 > =3D=3D=3D> Building for empire-1.7 > Unknown modifier ' ' >=20 > Error expanding embedded variable. > *** Error code 2 This seems to be from make trying to execute a $(shell ...) command. This seems to be broken: VERSION=3D$(shell sed X-Original-To: freebsd-ports@freebsd.org 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 9EB3D16A41F; Wed, 12 Oct 2005 02:53:32 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC0143D45; Wed, 12 Oct 2005 02:53:32 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id j9C2s3j6030546; Tue, 11 Oct 2005 22:54:03 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Kenneth D. Merry" In-Reply-To: <1129076166.10684.5.camel@shumai.marcuscom.com> References: <20051011232309.GA69983@nargothrond.kdm.org> <1129075502.10684.2.camel@shumai.marcuscom.com> <20051012001315.GA70433@nargothrond.kdm.org> <1129076166.10684.5.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IxGn5f9g7wKe7LzHZg5c" Organization: MarcusCom, Inc. Date: Tue, 11 Oct 2005 22:53:29 -0400 Message-Id: <1129085609.49727.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 02:53:32 -0000 --=-IxGn5f9g7wKe7LzHZg5c Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-10-11 at 20:16 -0400, Joe Marcus Clarke wrote: > On Tue, 2005-10-11 at 18:13 -0600, Kenneth D. Merry wrote: > > On Tue, Oct 11, 2005 at 20:05:02 -0400, Joe Marcus Clarke wrote: > > > On Tue, 2005-10-11 at 17:23 -0600, Kenneth D. Merry wrote: > > > > I'm having a problem installing firefox and mozilla. I'm running > > > > FreeBSD-current from October 10th. > > > >=20 > > > > # uname -a > > > > FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct = 11 13:16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/= FreeBSD-ken/src/sys/erebor i386 > > > >=20 > > > > regchrome core dumps: > > > >=20 > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > > > > # portupgrade -P -R -N mozilla > > > > [Updating the pkgdb in /var/db/pkg ... - 330 pack= ages found (-1 +0) (...) done] > > > > ---> Found 2 ports matching 'mozilla': > > > > www/mozilla > > > > www/mozilla-devel > > > > Install 'www/mozilla'? [yes] > > > > Install 'www/mozilla-devel'? [yes] n > > > > ---> Checking for the latest package of 'www/mozilla' > > > > ---> Found a package of 'www/mozilla': /usr/ports/packages/All/moz= illa-1.7.12,2.tbz (mozilla-1.7.12,2) > > > > ---> Installing 'mozilla-1.7.12,2' from a package > > > > ---> Installing the new version via the package > > > > =3D=3D=3D> Building Chrome's registry... > > > > Segmentation fault (core dumped) > > > > [Updating the pkgdb in /var/db/pkg ... - 331 pack= ages found (-0 +1) . done] > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > > > >=20 > > > > Here's the stack trace from regchrome: > > > >=20 > > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so= .2 > > > > [New Thread 0x807b800 (runnable)] > > > > [New LWP 100110] > > > > (gdb) where > > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so= .2 > > > > #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthrea= d.so.2 > > > > #2 0x00000000 in ?? () > > > > (gdb)=20 > > > >=20 > > > > Firefox has pretty much the same problem. > > > >=20 > > > > Anyone have any ideas on how to fix this? > > >=20 > > > What CFLAGS are you using? This problem is usually caused by > > > over-optimizing. You might try a make clean in www/mozilla, then > > > rebuild with default CFLAGS. > >=20 > > I don't have any CFLAGS set in make.conf. > >=20 > > The problem happens whether I'm installing from a package or the port. > > (The above is from the package install.) >=20 > I'll try a portupgrade on my -CURRENT machine after updating to today's > -CURRENT, but I did not encounter this problem on previous builds, so it > may be a hardware or other machine-dependent problem. Okay, I've now rebuilt Mozilla on: FreeBSD jclarke-pc.cisco.com 7.0-CURRENT FreeBSD 7.0-CURRENT #43: Tue Oct 1= 1 21:15:41 EDT 2005 marcus@jclarke-pc.cisco.com:/usr/obj/usr/src/sys/JC= LARKE-PC i386 And I have no problems building the chrome registry, or running Mozilla. If there was something wrong in -CURRENT, it has been since fixed. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-IxGn5f9g7wKe7LzHZg5c Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDTHqpb2iPiv4Uz4cRAibsAJ9o5oy2FVS0wsD+pFQ8Nwgn30HsxACfSbXP SSyw5YYg1k2lsvFN0XupwLI= =VDQg -----END PGP SIGNATURE----- --=-IxGn5f9g7wKe7LzHZg5c-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 04:19:44 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E23FD16A41F for ; Wed, 12 Oct 2005 04:19:44 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from mail42.e.nsc.no (mail42.e.nsc.no [193.213.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A5743D45 for ; Wed, 12 Oct 2005 04:19:43 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from carebears.mine.nu (062249172002.customer.alfanett.no [62.249.172.2]) by mail42.nsc.no (8.12.11/8.12.11) with ESMTP id j9C4JfKo025971 for ; Wed, 12 Oct 2005 06:19:42 +0200 (CEST) Received: from localhost (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id B623F27E4AD for ; Wed, 12 Oct 2005 06:18:33 +0200 (CEST) Received: from carebears.mine.nu ([127.0.0.1]) by localhost (tenderheart.carebears.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81486-01 for ; Wed, 12 Oct 2005 06:18:31 +0200 (CEST) Received: from carebears.mine.nu (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 0B01927E43A for ; Wed, 12 Oct 2005 06:18:30 +0200 (CEST) Received: from 062249172002.customer.alfanett.no ([62.249.172.2]) (SquirrelMail authenticated user solskogen) by carebears.mine.nu with HTTP; Wed, 12 Oct 2005 06:18:31 +0200 (CEST) Message-ID: <57472.62.249.172.2.1129090711.squirrel@carebears.mine.nu> Date: Wed, 12 Oct 2005 06:18:31 +0200 (CEST) From: "Christer Solskogen" To: ports@freebsd.org User-Agent: SquirrelMail/1.4.6 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavis at tenderheart.carebears.net Cc: Subject: cant build mail/libetpan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 04:19:45 -0000 I get this: ===> Configuring for libetpan-0.39 expr: not found sed: not found chmod: not found rm: not found sed: not found sed: not found : error: cannot create .lineno; rerun with a POSIX shell ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/tmp/usr/ports/mail/libetpan/work/libetpan-0.39/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/mail/libetpan I also get the same error when trying to install devel/automake14. Python installed fine. Any clues? -- cso From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 05:08:20 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B3E1B16A41F for ; Wed, 12 Oct 2005 05:08:20 +0000 (GMT) (envelope-from odraude@usa.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing2.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7758143D45 for ; Wed, 12 Oct 2005 05:08:20 +0000 (GMT) (envelope-from odraude@usa.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 20E7F18001C1 for ; Wed, 12 Oct 2005 05:08:20 +0000 (GMT) X-OB-Received: from unknown (205.158.62.148) by wfilter.us4.outblaze.com; 12 Oct 2005 05:08:20 -0000 Received: by ws3-5.us4.outblaze.com (Postfix, from userid 1001) id 177E721B32F; Wed, 12 Oct 2005 05:08:20 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Eduardo S. Scarpellini" To: ports@freebsd.org Date: Wed, 12 Oct 2005 02:08:20 -0300 Received: from [201.1.28.45] by ws3-5.us4.outblaze.com with http for odraude@usa.com; Wed, 12 Oct 2005 02:08:20 -0300 X-Originating-Ip: 201.1.28.45 X-Originating-Server: ws3-5.us4.outblaze.com Message-Id: <20051012050820.177E721B32F@ws3-5.us4.outblaze.com> Cc: Subject: qmailmrtg7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 05:08:20 -0000 # cd /usr/ports/mail/qmailmrtg7/ # make install clean =3D=3D=3D> Vulnerability check disabled, database not found =3D> qmailmrtg7-4.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. =3D> Attempting to fetch from http://www.inter7.com/qmailmrtg7/. fetch: http://www.inter7.com/qmailmrtg7/qmailmrtg7-4.2.tar.gz: size mismatc= h: expected 9696, actual 9690 =3D> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distf= iles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/qmailmrtg7-4.2.tar= .gz: File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 --=20 ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 06:11:31 2005 Return-Path: X-Original-To: ports@freebsd.org 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 74BA916A41F for ; Wed, 12 Oct 2005 06:11:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814F043D48 for ; Wed, 12 Oct 2005 06:11:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id B47152290F for ; Wed, 12 Oct 2005 08:11:29 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id EEC61228A7 for ; Wed, 12 Oct 2005 08:11:26 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20051012061126.EEC61228A7@mail.droso.net> Date: Wed, 12 Oct 2005 08:11:26 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:11:31 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/musicbox broken because: compilation error build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=musicbox portname: cad/ziarc broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=ziarc portname: chinese/chinput broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput portname: chinese/gbfs broken because: fails to patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=gbfs portname: chinese/metalist broken because: Installs files outside of install phase build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=metalist portname: chinese/xemacs21 broken because: Incorrect pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=xemacs21 portname: databases/p5-GDBM broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-GDBM portname: devel/clint broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=clint portname: devel/ixlib broken because: Does not compile on !i386 or on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ixlib portname: devel/korelib broken because: Does not compile with gcc 3.4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=korelib portname: devel/libsigcx broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libsigcx portname: devel/m6811-gcc broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m6811-gcc portname: devel/smc broken because: Size mismatch build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005091121/smc-4.2.2.log (Sep 30 10:14:51 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=smc portname: devel/yacl broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=yacl portname: editors/emacs19 broken because: invalid packing list build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs19 portname: emulators/vmsbackup broken because: distfile disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: games/nil broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=nil portname: games/stvef-server broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=stvef-server portname: games/xteddy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xteddy portname: graphics/nurbs++ broken because: Does not compile with gcc 3.4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=nurbs%2B%2B portname: graphics/osgedit broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=osgedit portname: graphics/sam2p broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=sam2p portname: graphics/teddy broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=teddy portname: graphics/xbarcode broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xbarcode portname: irc/blackened broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=blackened portname: japanese/balsa broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=balsa portname: japanese/ebw3 broken because: Does not compile on FreeBSD 700000 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ebw3 portname: japanese/edict-utf-8 broken because: Install fails build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=edict-utf-8 portname: japanese/gnomelibs broken because: Does not compile on FreeBSD 700000 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gnomelibs portname: japanese/perl5 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=perl5 portname: japanese/timidity++-slang broken because: Incomplete distinfo file build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=timidity%2B%2B-slang portname: japanese/tkdesk broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkdesk portname: japanese/w3 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=w3 portname: japanese/weblint97 broken because: Incomplete pkg-plist (port installs into nonstandard perl directory) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=weblint97 portname: japanese/xemacs21-canna broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna portname: japanese/xemacs21-canna+freewnn broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna%2Bfreewnn portname: japanese/xemacs21-canna+wnn6 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna%2Bwnn6 portname: japanese/xemacs21-freewnn broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-freewnn portname: japanese/xemacs21-wnn6 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-wnn6 portname: java/bugseeker broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=bugseeker portname: java/bugseeker-demo broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=bugseeker-demo portname: java/forte broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=forte portname: java/janosvm broken because: Fails to link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=janosvm portname: lang/Sather broken because: Does not compile on FreeBSD 700000 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/egcs broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=egcs portname: lang/gcc30 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcc30 portname: lang/glibstdc++28 broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=glibstdc%2B%2B28 portname: lang/njs broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=njs portname: lang/o2c broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=o2c portname: lang/objc broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=objc portname: lang/pm3-base broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pm3-base portname: lang/rscheme broken because: Coredump during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=rscheme portname: lang/tensile broken because: Coredump during build on FreeBSD >= 6.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tensile portname: mail/mew-mule broken because: Incorrect pkg-plist (removes directories not installed by this port) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-mule portname: math/apc broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=apc portname: misc/bottlerocket broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bottlerocket portname: misc/chord2html broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=chord2html portname: misc/documancer broken because: Broken dependency build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=documancer portname: misc/earthview broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=earthview portname: misc/goblin broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=goblin portname: misc/linux-edonkey-tool-list broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=linux-edonkey-tool-list portname: misc/linux-edonkey-tool-recovermet broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=linux-edonkey-tool-recovermet portname: misc/wmmand broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=wmmand portname: misc/xrmap broken because: distfile outdated, 2.32 is latest build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=xrmap portname: multimedia/xmms-avi broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xmms-avi portname: net-mgmt/sting broken because: Does not work with ipfw2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=sting portname: net/arla broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=arla portname: net/cphone broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/gnomba broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnomba portname: news/PicMonger broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=PicMonger portname: news/gnus-emacs20 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=gnus-emacs20 portname: news/t-gnus broken because: Removes files installed by another port build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=t-gnus portname: news/t-gnus-emacs20 broken because: Removes files installed by another port build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=t-gnus-emacs20 portname: news/t-gnus-mule broken because: Removes files installed by another port build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=t-gnus-mule portname: news/t-gnus-xemacs21-mule broken because: Removes files installed by another port build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=t-gnus-xemacs21-mule portname: palm/prc-tools broken because: Incorrect pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: print/hugelatex broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: print/p5-GnomePrint broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=p5-GnomePrint portname: russian/X.language broken because: Incorrect pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=X.language portname: russian/mtc broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=mtc portname: russian/pgp.language broken because: Incorrect pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=pgp.language portname: russian/pine.language broken because: Removes pine.conf at deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=pine.language portname: sysutils/ffsrecov broken because: Incompatible with UFS2 header files build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ffsrecov portname: sysutils/gksu broken because: Port is unfetchable, needs an update to the latest version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=gksu portname: sysutils/linux-afaapps broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-afaapps portname: sysutils/mapchan broken because: 1.4 is unfetchable but 2.0 is available from the site build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=mapchan portname: textproc/libhtmlparse broken because: mastersite disappeared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libhtmlparse portname: textproc/tei-xlite broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-xlite portname: textproc/tth broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tth portname: www/adzap2squirm broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=adzap2squirm portname: www/arena broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=arena portname: www/p5-Apache-PageKit broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-PageKit portname: www/p5-GtkHTML broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-GtkHTML portname: www/p5-MasonX-Apache2Handler broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-MasonX-Apache2Handler portname: www/rt3-elixus broken because: Install fails build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3-elixus portname: www/w3 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=w3 portname: www/zope-soapmethod broken because: Broken dependency build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-soapmethod portname: www/zope-zpt broken because: Does not build after python 2.4 update build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-zpt portname: x11-toolkits/erlgtk broken because: Missing dependency build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=erlgtk portname: x11-toolkits/guis broken because: Broken dependency after python 2.4 update build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=guis portname: x11-toolkits/jx broken because: Does not work with gcc 3.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx portname: x11-toolkits/v broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=v portname: x11/props broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=props If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 06:12:12 2005 Return-Path: X-Original-To: ports@freebsd.org 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 370F916A41F for ; Wed, 12 Oct 2005 06:12:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92BD843D49 for ; Wed, 12 Oct 2005 06:12:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id DF2BA22985 for ; Wed, 12 Oct 2005 08:12:10 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id B5B612299D for ; Wed, 12 Oct 2005 08:12:09 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20051012061209.B5B612299D@mail.droso.net> Date: Wed, 12 Oct 2005 08:12:09 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports which depend on ports currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:12:12 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports listed in this email are ports that depend on one or more of the ports that are scheduled to be removed, but are not yet themselves on the list. However, once those ports are removed, these ports will then become broken, and thus the reason for this email. Affected port: portname: deskutils/notebook deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=notebook Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: devel/codecrusader deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=codecrusader Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: mail/arrow deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=arrow Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: math/glove deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=glove Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: math/thx_1138 deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=thx_1138 Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-fm/systemg deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=systemg Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-toolkits/libj2dplot deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=libj2dplot Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-toolkits/libjparser deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=libjparser Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-toolkits/libjsearch deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=libjsearch Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-toolkits/libjtoolbar deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=libjtoolbar Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx Affected port: portname: x11-toolkits/libjtree deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=libjtree Expiring ports upon which this one depends: portname: x11-toolkits/jx deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 06:12:36 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 D330E16A41F for ; Wed, 12 Oct 2005 06:12:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F6D43D4C for ; Wed, 12 Oct 2005 06:12:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id D68A92289D for ; Wed, 12 Oct 2005 08:12:33 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6CF512289A for ; Wed, 12 Oct 2005 08:12:32 +0200 (CEST) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20051012061232.6CF512289A@mail.droso.net> Date: Wed, 12 Oct 2005 08:12:32 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:12:36 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems, the ports will be deleted. The goal of this posting is to make this process much more visible to the wider FreeBSD community. portname: audio/festlex-poslex description: English lexicon for Festival maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=festlex-poslex portname: audio/festvox-el11 description: Castilian Spanish male voice for Festival maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=festvox-el11 portname: audio/mp3chew description: A program to rename mismatched and garbled MP3 filenames maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mp3chew portname: audio/musicbox description: X11 front-end for mpg123 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: depends on unsupported qt version expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=musicbox portname: audio/replay description: Another GTK-based mp3 player maintainer: ports@FreeBSD.org deprecated because: no longer on sunsite, home page gone expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=replay portname: audio/xmms-imms description: Automatic, weight-based playlist ordering plugin for XMMS maintainer: green@FreeBSD.org status: BROKEN deprecated because: Does not compile expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-imms portname: biology/nclever description: NClever is a character-based version of NCBI's Entrez program maintainer: tonym@biolateral.com.au status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=nclever portname: cad/ziarc description: ZiaRC is a Resistor Calculator maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Checksum mismatch expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=ziarc portname: chinese/chinput description: Chinese GB2312,BIG5,Japanese code input server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput portname: chinese/metalist description: A Chinese port of Slash-Like Automatic Storytelling Homepage system maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Installs files outside of install phase expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=metalist portname: chinese/xemacs21 description: XEmacs text editor version 21, with XIM support and Big5 settings maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=xemacs21 portname: converters/cn2jp description: A library for code translation between Chinese and Japanese maintainer: ports@FreeBSD.org deprecated because: no longer available from author's site expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=cn2jp portname: databases/gnats description: Cygnus GNATS bug tracking system maintainer: ceri@FreeBSD.org status: FORBIDDEN deprecated because: Security issues expiration date: 2004-08-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gnats portname: databases/hs-hsql description: Haskell access to SQL maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Not compatible with latest GHC yet expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=hs-hsql portname: databases/ruby-criteria description: A Ruby module for SQL query abstraction, and others maintainer: knu@FreeBSD.org status: BROKEN deprecated because: Fails self-test during build expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-criteria portname: databases/tkgnats description: Graphical frontend for the free bug-tracking system maintainer: jeremy@external.org deprecated because: Depends on deprecated databases/gnats expiration date: 2004-08-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=tkgnats portname: devel/cedet-emacs20 description: Collection of Emacs Development Environment Tools maintainer: dryice@liu.com.cn status: BROKEN deprecated because: no longer supported expiration date: 2005-11-30 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/cedet-emacs20-1.0.pre3.log (Sep 27 03:21:28 GMT 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cedet-emacs20 portname: devel/doc++ description: Javadoc style C++ documentatation system maintainer: Ruslan@Shevchenko.Kiev.UA status: BROKEN deprecated because: Does not correctly use gettext expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=doc%2B%2B portname: devel/ecb-emacs20 description: Emacs Code Browser maintainer: dryice@liu.com.cn status: BROKEN deprecated because: no longer supported expiration date: 2005-09-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ecb-emacs20 portname: devel/hs-uni description: A tool integration framework for Haskell, including Htk maintainer: gtchask@mm.st status: BROKEN deprecated because: Does not compile with ghc 6.4 (specifically, ghc-pkg) expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-uni portname: devel/korelib description: A cross-platform C++ library for developing modular applications maintainer: ports@FreeBSD.org status: BROKEN deprecated because: master site up but distfile not available, last release 2002 expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=korelib portname: devel/linux_devtools-6 description: Packages needed for doing development in Linux mode maintainer: freebsd-emulation@FreeBSD.org status: BROKEN deprecated because: dependent on linux_base-6 expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux_devtools-6 portname: devel/linux_devtools-7 description: Packages needed for doing development in Linux mode maintainer: freebsd-emulation@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux_devtools-7 portname: devel/m6811-gcc description: The gcc-2.95.2 cross-compiler for the 6811 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile on FreeBSD >= 5.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=m6811-gcc portname: devel/msp430-gdb description: FSF gdb-5.1.1 for TI's msp430 MCUs cross-development maintainer: lev@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msp430-gdb portname: devel/preps-gui description: Problem reporting system maintainer: shadow@psoft.net status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=preps-gui portname: devel/qtk description: A neat development tool for various languages maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qtk portname: devel/swig13-doc description: Simplified Wrapper and Interface Generator - Documentation maintainer: slaven@rezic.de deprecated because: devel/swig13 now installs documentation by default. expiration date: 2005-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=swig13-doc portname: devel/wizard description: Classes for writing MS-style 'wizards' maintainer: ports@FreeBSD.org deprecated because: master site disappeared, author stopped work 2002 expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=wizard portname: devel/yacl description: Portable programming library for C++ maintainer: ports@FreeBSD.org status: BROKEN deprecated because: master site disappeared, no trace under sc.edu expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=yacl portname: devel/zendstudio description: A PHP IDE maintainer: tux@pinguru.net status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=zendstudio portname: emulators/linux_base-src-rh-7.3 description: GNU GPL sources to linux_base-rh-7.3, to satisfy licence maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-src-rh-7.3 portname: emulators/linux_base-src-rh-8 description: (L)GPL sources for linux_base-8, to comply with licences maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-src-rh-8 portname: emulators/mips64emul description: A 64-bit MIPS emulator which emulates a variety of machines maintainer: jmallett@FreeBSD.org deprecated because: port does not fetch, and is supplanted by emulators/gxemul expiration date: 2005-10-16 build errors: http://pointyhat.freebsd.org/errorlogs/alpha-errorlogs/e.4.2005042818/mips64emul-0.2.4,1.log (May 19 23:40:56 GMT 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=mips64emul portname: emulators/osf1_base description: The base set of libraries needed in OSF/1 (Tru64) mode maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=osf1_base portname: emulators/vmsbackup description: Reads VMS BACKUP tapes maintainer: ports@FreeBSD.org status: BROKEN deprecated because: distfile disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: games/battleball description: 3D single/multiplayer military soccer game for X Window System maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=battleball portname: games/crossword description: Crossword Generator maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=crossword portname: games/freebooters description: Freebooters is a free clone of the classic Pirates! maintainer: janos.mohacsi@bsd.hu status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=freebooters portname: games/gniffel description: A clone of the famous Yatzi game, also known as Kniffel, for GNOME maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=gniffel portname: games/hlserver-action description: Action Half-Life mod full server package for Linux maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Can't fetch file and project went inactive expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-action portname: games/powerpak description: SDL-based Game Software Development Kit maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2005080416/powerpak-20000511_2.log (Sep 17 18:17:36 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=powerpak portname: games/pp description: Prometeus Project - real time strategy game for X Window System maintainer: ports@FreeBSD.org deprecated because: depends on unsupported qt version expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=pp portname: games/pythoong description: A snake-like game written for Gnome desktop maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=pythoong portname: games/smacx description: Free demo of Sid Meier's Alpha Centauri maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=smacx portname: games/stvef-server description: Star Trek Voyager: Elite Forces dedicated server for Linux maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=stvef-server portname: games/tictactoe3d description: This is a simple "3D" tic tac toe game maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tictactoe3d portname: games/utserver-to description: Unreal Tournament mod Tactical Ops full server package for Linux maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=utserver-to portname: games/xchain description: Chain Reaction, a strategy game for 2-4 players maintainer: ports@FreeBSD.org deprecated because: master site disappeared, Debian archive has 1.0.1 expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xchain portname: games/xjumpjump description: Logical game for X Window System maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xjumpjump portname: games/xmj description: Mahjongg maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xmj portname: games/xnibbles description: A simple X11 snake game, like one seen in MS-DOS qbasic maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xnibbles portname: games/xothello description: Othello aka Reversi game for X Window maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xothello portname: games/xsol description: Solitaire maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xsol portname: games/xsoldier description: Shooting game for x11 maintainer: ports@FreeBSD.org deprecated because: master site disappeared, see Makefile if you want to save this port expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xsoldier portname: games/xteddy description: A cuddlesome teddy for the X desktop maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not fetch expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xteddy portname: graphics/diacanvas description: A general drawing canvas from dia dialog editor maintainer: ports@FreeBSD.org deprecated because: master site disappeared, obsoleted by diacanvas2 expiration date: 2005-08-31 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2005072820/diacanvas-0.40.1_1.log (Sep 29 06:53:06 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=diacanvas portname: graphics/fractorama description: Fractal generation program maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2005-08-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fractorama portname: graphics/ivtools description: Drawing editors derived from idraw maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2005-08-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ivtools portname: graphics/linux_mesa3 description: A graphics library similar to SGI's OpenGL, used from Linux programs maintainer: freebsd-emulation@FreeBSD.org deprecated because: Superceded by graphics/linux_dri expiration date: 2005-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux_mesa3 portname: graphics/lodju description: An image management tool for the X Window System maintainer: jylitalo@iki.fi status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=lodju portname: graphics/osgedit description: An open editor for an open scenegraph maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=osgedit portname: graphics/py-imaging-handbook description: The Python Imaging Library Handbook maintainer: ports@FreeBSD.org deprecated because: unmaintained port mirroring a website, maintenance problems expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-imaging-handbook portname: graphics/utah-glx description: A hardware OpenGL support for XFree86 X-Servers maintainer: 3d@FreeBSD.org status: IGNORE deprecated because: depends on XFree86-3 and no development since 2003 and expiration date: 2005-12-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=utah-glx portname: graphics/xbarcode description: Generates bar codes in a variety of formats maintainer: ports@FreeBSD.org status: BROKEN deprecated because: master site is now a domain holder, try graphics/barcode expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xbarcode portname: graphics/xmms-xvs description: X Visualization System, a plugin for XMMS maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-08-31 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2005042909/xmms-xvs-0.1.0b1_2.log (Sep 29 18:57:28 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmms-xvs portname: irc/blackened description: The Blackened IRC Client maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=blackened portname: japanese/balsa description: A mail reader for the gnome interface (Japanized) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile on FreeBSD >= 5.x expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=balsa portname: japanese/dserver description: CDROM dictionary server & clients maintainer: mita@jp.FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=dserver portname: japanese/ebw3 description: Access to Japanese EPWING or Electric-Book based CD-ROM via HTTP maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2005-10-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ebw3 portname: japanese/edict-utf-8 description: Japanese-English edict UTF-8 dictionaries maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Install fails expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=edict-utf-8 portname: japanese/elisa10x8 description: X11 8-dot kanji font 'elisa font' maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, only applied to antique X version expiration date: 2005-10-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=elisa10x8 portname: japanese/iv description: A toolkit from Stanford University and Silicon Graphics + Japanese patches maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2005-08-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=iv portname: japanese/kochi-cidfonts description: Free Japanese CID-keyed fonts named 'Kochi' maintainer: kanou@khdd.net status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kochi-cidfonts portname: japanese/kon2-16dot description: Kanji On Console -- Display kanji characters on your own console maintainer: ports@FreeBSD.org deprecated because: this font package was last updated for XFree86 3.3.3 expiration date: 2005-10-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kon2-16dot portname: japanese/libimg description: Enhanced Tk adding support for many other Image formats maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2005-08-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=libimg portname: japanese/mozilla-jlp-devel description: Mozilla Japanese Language Pack (JLP) maintainer: fortune@n.jpn.ph status: BROKEN deprecated because: Incorrect pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mozilla-jlp-devel portname: japanese/openoffice-templates description: OpenOffice.org 1.1 Impress Templates maintainer: openoffice@FreeBSD.org status: BROKEN deprecated because: Install fails expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=openoffice-templates portname: japanese/perl5 description: Pattern Extraction and Recognition Language + Japanese patches maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=perl5 portname: japanese/pgp.language description: Japanese language module for PGP maintainer: ports@FreeBSD.org deprecated because: obsolete -- current version of base program is 7.0 expiration date: 2005-10-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=pgp.language portname: japanese/ppxp description: A new and easy to use PPP software maintainer: nosuzuki@postcard.st status: FORBIDDEN deprecated because: http://vuxml.FreeBSD.org/641e8609-cab5-11d9-9aed-000e0c2e438a.html expiration date: 2005-11-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ppxp portname: japanese/timidity++-slang description: Slang interface for TiMidity++ with Japanese support maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete distinfo file expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=timidity%2B%2B-slang portname: japanese/tkdesk description: A graphical, highly configurable and powerful file manager maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkdesk portname: japanese/w3 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=w3 portname: japanese/weblint97 description: An internationalized HTML checker with japanese message(EUC-JP) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist (port installs into nonstandard perl directory) expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=weblint97 portname: japanese/xemacs21-canna description: XEmacs(stable version) text editor(SJ3, SKK and Canna) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna portname: japanese/xemacs21-canna+freewnn description: XEmacs(stable version) text editor(SJ3, SKK, Canna and FreeWnn) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna%2Bfreewnn portname: japanese/xemacs21-canna+wnn6 description: XEmacs(stable version) text editor(SJ3, SKK, Canna and Wnn6) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-canna%2Bwnn6 portname: japanese/xemacs21-freewnn description: XEmacs(stable version) text editor(SJ3, SKK and FreeWnn) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-freewnn portname: japanese/xemacs21-wnn6 description: XEmacs(stable version) text editor(SJ3, SKK and Wnn6) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xemacs21-wnn6 portname: japanese/zope-zmilocalizer description: Hotfix for www/zope to translate ZMI into Japanese maintainer: yasi@yasi.to status: BROKEN deprecated because: Broken dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=zope-zmilocalizer portname: java/bugseeker description: BugSeeker for Java 2, a debugger for Java applications maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=bugseeker portname: java/bugseeker-demo description: A debugger for Java software maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=bugseeker-demo portname: java/forte description: A Sun's powerful and extensible IDE for Java maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=forte portname: korean/gdick description: English-Korean Dictionary Client for GNOME2 maintainer: perky@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=gdick portname: lang/generic-haskell description: The Generic Haskell compiler maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Not compatible with latest GHC yet expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=generic-haskell portname: lang/helium description: Functional programming compiler for a subset of Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not build expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=helium portname: lang/njs description: NJS (NGS) is a standalone JavaScript/ECMAScript interpreter maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=njs portname: lang/o2c description: Oberon-2 compiler maintainer: ports@FreeBSD.org status: BROKEN deprecated because: o2c is supplanted by lang/oo2c expiration date: 2005-09-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=o2c portname: mail/crashecho description: An FTN JAM and *.MSG tosser maintainer: ports@FreeBSD.org deprecated because: sourceforge site \(crashecho\) up but barren expiration date: 2005-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=crashecho portname: mail/mew-mule description: Message interface to Emacs Window for mule maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist (removes directories not installed by this port) expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-mule portname: mail/stuphead description: A lightweight MUA for X11 maintainer: ports@FreeBSD.org deprecated because: Mastersite disappeared expiration date: 2005-08-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=stuphead portname: math/apc description: An xforms based Auto Payment Calculator maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=apc portname: misc/bestfit description: Optimally choose files to be put on a CD (or other media) maintainer: enderle@mdn.de status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bestfit portname: misc/bibletime description: A powerful Bible study application for KDE3 maintainer: wvengen@stack.nl status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bibletime portname: misc/bottlerocket description: Home Automation Software for the X10 FireCracker kit maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bottlerocket portname: misc/chord2html description: Convert CHORD input files to HTML maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=chord2html portname: misc/documancer description: A programmer's documentation reader maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=documancer portname: misc/dog description: Dog writes the contents of each given file, URL, or stdin maintainer: rooneg@electricjellyfish.net status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=dog portname: misc/earthview description: Produces a view output of an arbitrary region of the Earth maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=earthview portname: misc/edonkey-tool-slist description: Checks which servers are either dead or alive in server.met maintainer: ports@FreeBSD.org deprecated because: No longer available expiration date: 2005-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=edonkey-tool-slist portname: misc/fortune-mod-bofh description: Compilation of excuses from the "Bastard Operator From Hell" maintainer: onatan@gmail.com status: BROKEN deprecated because: mastersite unreachable expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fortune-mod-bofh portname: misc/gkrellm-reminder description: GKrellM plugin that reminds you of important events maintainer: pat@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2005042909/gkrellm-reminder-0.3.5_1.log (Sep 29 19:21:17 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gkrellm-reminder portname: misc/gkrellmaflag description: A GKrellM Plugin that displays a waving American flag maintainer: pat@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2005042909/gkrellmaflag-0.1_1.log (Sep 29 19:21:19 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gkrellmaflag portname: misc/gkrellweather description: GKrellWeather is a weather plugin for GKrellM maintainer: pat@FreeBSD.org status: BROKEN deprecated because: dependency GrabWeather does not exist anymore expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gkrellweather portname: misc/histring description: A tool to highlight strings using the ANSI terminal escape sequences maintainer: roam@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=histring portname: misc/iso-codes description: Lists of the country, language and currency iso names maintainer: kwm@FreeBSD.org status: BROKEN deprecated because: distfile disappeared, newer one is available expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=iso-codes portname: misc/linux-edonkey-tool-list description: Creates a web page with ed2k:// links to all your shared files maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=linux-edonkey-tool-list portname: misc/linux-edonkey-tool-recovermet description: Tool that tries to re-create x.part.met files compromised due to crash maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=linux-edonkey-tool-recovermet portname: misc/peq description: Fortune like program maintainer: gordon@shrubbery.org.za deprecated because: depends on unsupported qt version expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=peq portname: misc/tkcron description: A frontend to crontab maintainer: sander@haldjas.folklore.ee status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=tkcron portname: misc/wmmand description: A DockApp mandelbrot explorer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=wmmand portname: misc/xrmap description: Map portions of the earth from a given longitude/latitude maintainer: ports@FreeBSD.org status: BROKEN deprecated because: distfile outdated, 2.32 is latest expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=xrmap portname: multimedia/bmp-extra-plugins description: A collection of additional plugins for beep media player maintainer: w@wrzask.pl status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=bmp-extra-plugins portname: multimedia/cupid description: GNOME Gstreamer based video/audio capture solution maintainer: lioux@FreeBSD.org status: BROKEN deprecated because: Does not compile expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=cupid portname: net/gnomba description: GNOME compliant browser of SMB shares maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnomba portname: net/jabber-xdb_ldap description: Jabber xdb backend for an LDAP directory maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Site is down after intrusion. Probably this project will never be revived expiration date: 2005-09-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=jabber-xdb_ldap portname: net/mopd description: MOP Loader Daemon for netbooting DEC machines maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: distfile unavaible since July 2004 expiration date: 2005-12-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2005042909/mopd-2.5.3.log (Sep 29 19:15:19 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=mopd portname: net/ppxp description: A new and easy to use PPP software maintainer: nosuzuki@postcard.st status: FORBIDDEN deprecated because: http://vuxml.FreeBSD.org/641e8609-cab5-11d9-9aed-000e0c2e438a.html expiration date: 2005-11-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ppxp portname: net/zabbix-agent description: Very advanced network monitoring system maintainer: asa@gascom.ru status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=zabbix-agent portname: news/gnus-emacs20 description: A popular newsreader for emacs20 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=gnus-emacs20 portname: news/t-gnus description: I18N Gnus using SEMI, which provides MIME capabilities maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Removes files installed by another port expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=t-gnus portname: palm/hdconv description: Converts HanDBase database to CSV, and vice versa maintainer: ports@FreeBSD.org deprecated because: master site disappeared expiration date: 2005-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=hdconv portname: palm/prc-tools description: Collection of tools supporting C and C++ programming for Palm OS maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist expiration date: 2005-12-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: polish/sms description: Send SMS to cellular phones in Poland (Idea, ERA, Plus) maintainer: ports@FreeBSD.org deprecated because: No longer supported, use polish/sms2 expiration date: 2005-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=sms portname: print/acroread description: View, distribute and print PDF documents maintainer: trevor@FreeBSD.org status: FORBIDDEN deprecated because: outdated and has multiple security bugs; use version 7 instead expiration date: 2006-01-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=acroread portname: print/hugelatex description: LaTeX format files with large limits maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: print/p5-GnomePrint description: The Gnome Print module of Gtk-Perl maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=p5-GnomePrint portname: print/pdftk description: A simple tool for doing everyday things with PDF documents maintainer: patrick_dkt@yahoo.com.hk status: BROKEN deprecated because: Broken dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=pdftk portname: russian/X.language description: Setup X locale/nls/keyboard/fonts for russian language (koi8-r) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=X.language portname: russian/mtc description: Multifile text Encoding Converter 1.3 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=mtc portname: russian/pgp.language description: Russian language module for PGP maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=pgp.language portname: russian/pine.language description: Tune Pine for Russian (KOI8-R) defaults maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Removes pine.conf at deinstallation expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=pine.language portname: sysutils/cfengine description: GNU cfengine - a systems administration tool for networks maintainer: gordon@FreeBSD.org deprecated because: EOL - consider using cfengine-2.x instead expiration date: 2005-09-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cfengine portname: sysutils/linux-afaapps description: DELL PowerEdge Raid Controller 2 (apps) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-afaapps portname: sysutils/mapchan description: Implementation of the utility "mapchan" from SCO Unix maintainer: ports@FreeBSD.org status: BROKEN deprecated because: 1.4 is unfetchable but 2.0 is available from the site expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=mapchan portname: textproc/cdsware description: CERN Document Server Software maintainer: ports@FreeBSD.org status: BROKEN deprecated because: MySQL versions mismatch: mysql40-client is installed and wanted version is mysql41-client expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=cdsware portname: textproc/libhtmlparse description: Simple and fast HTML parsing library for C programs maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libhtmlparse portname: textproc/p5-XML-SAX-Base description: Base class SAX Drivers and Filters maintainer: ports@FreeBSD.org deprecated because: XML-SAX-Base is subset of textproc/p5-XML-SAX expiration date: 2005-10-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-XML-SAX-Base portname: textproc/tei-xlite description: XML version of the TEI-Lite DTD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Size mismatch expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-xlite portname: ukrainian/iceb description: Ukrainian accounting system maintainer: ports@FreeBSD.org status: BROKEN deprecated because: MySQL versions mismatch: mysql40-client is installed and wanted version is mysql323-client expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=iceb portname: ukrainian/pine.language description: Tune Pine for Ukrainian (KOI8-U) defaults maintainer: kunia@istc.kiev.ua status: BROKEN deprecated because: Removes config file at deinstall-time expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=pine.language portname: vietnamese/vi2vn description: Perl script to convert VIQR encoding to other Vietnamese encodings. maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared expiration date: 2005-12-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vi2vn portname: vietnamese/vnterm description: An xterm that speaks Vietnamese maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnterm portname: vietnamese/vntex description: teTeX Vietnamese language + font support maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: Broken dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vntex portname: www/linux-lesstif-ns description: Clone of the Motif library mostly for linux-netscape4 maintainer: freebsd-emulation@FreeBSD.org status: IGNORE deprecated because: No port depends upon this port anymore. expiration date: 2005-08-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-lesstif-ns portname: www/mod_pcgi2 description: Persistent CGI module for Apache and Zope maintainer: perky@FreeBSD.org status: BROKEN deprecated because: Does not install expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_pcgi2 portname: www/netscape-remote description: Utility to pass commands to running netscape process maintainer: ports@FreeBSD.org deprecated because: all Netscape browser ports were removed due to security bugs expiration date: 2005-10-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=netscape-remote portname: www/p5-GtkHTML description: The Gtk HTML module of Gtk-Perl maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-GtkHTML portname: www/p5-MasonX-Apache2Handler description: Mason/mod_perl2 interface maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken due the new mod_perl2 API expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-MasonX-Apache2Handler portname: www/pgdriver description: A driver for AOLserver to PostgreSQL connectivity maintainer: jkoshy@freebsd.org status: BROKEN deprecated because: Size mismatch expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=pgdriver portname: www/postnuke description: An automated website package to distribute and manage content maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2005-09-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=postnuke portname: www/tasks description: A web based, hierarchical task manager maintainer: gioria@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2005-09-22 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.5.2005040113/tasks-1.8.6.log (Jul 11 13:06:39 UTC 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tasks portname: www/w3 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=w3 portname: www/zope-soapmethod description: The SOAP Method product provides support for remote SOAP methods maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-soapmethod portname: www/zope-zpt description: Zope Page Templates separate design and logic in Zope applications maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not build after python 2.4 update expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-zpt portname: x11-toolkits/erlgtk description: GTK+ binding for Erlang/OTP maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Missing dependency expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=erlgtk portname: x11-toolkits/guis description: A GUI widget server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken dependency after python 2.4 update expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=guis portname: x11-toolkits/hs-port description: A low-level GUI library for Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not compile expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=hs-port portname: x11-toolkits/jx description: A C++ application framework and widget library for X11 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not work with gcc 3.x expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jx portname: x11-toolkits/qt145 description: A C++ X GUI toolkit maintainer: ports@FreeBSD.org deprecated because: unsupported version expiration date: 2005-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qt145 portname: x11/ruby-gnome description: A set of Ruby bindings for GNOME maintainer: knu@FreeBSD.org status: BROKEN deprecated because: Incomplete pkg-plist expiration date: 2005-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ruby-gnome From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 06:12:45 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B3DB316A41F for ; Wed, 12 Oct 2005 06:12:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2277043D46 for ; Wed, 12 Oct 2005 06:12:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 0CE4622981 for ; Wed, 12 Oct 2005 08:12:44 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id CCA44228BE for ; Wed, 12 Oct 2005 08:12:42 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20051012061242.CCA44228BE@mail.droso.net> Date: Wed, 12 Oct 2005 08:12:42 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:12:45 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of the port, including errors seen on the build farm, is included below. portname: graphics/fractorama forbidden because: http://vuxml.FreeBSD.org/pkg-fractorama.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fractorama portname: graphics/ivtools forbidden because: http://vuxml.FreeBSD.org/pkg-ivtools.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ivtools portname: japanese/iv forbidden because: http://vuxml.FreeBSD.org/pkg-ja-iv.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=iv portname: japanese/libimg forbidden because: http://vuxml.FreeBSD.org/pkg-ja-libimg.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=libimg portname: misc/compat22 forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat22 portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: net/jabber-xdb_ldap forbidden because: Site is down after intrusion. Probably this project will never be revived build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=jabber-xdb_ldap portname: sysutils/nwclient forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: http://pointyhat.freebsd.org/errorlogs/alpha-errorlogs/e.4.2005042818/nwclient-5.5.2_1.log (May 19 23:57:41 GMT 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient portname: sysutils/nwclient602 forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: http://pointyhat.freebsd.org/errorlogs/alpha-errorlogs/e.4.2005042818/nwclient-6.0.2_2.log (May 19 23:58:16 GMT 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient602 portname: www/postnuke forbidden because: http://vuxml.FreeBSD.org/0274a9f1-0759-11da-bc08-0001020eed82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=postnuke If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 06:27:03 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 8082616A41F for ; Wed, 12 Oct 2005 06:27:03 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D77543D45 for ; Wed, 12 Oct 2005 06:27:03 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.3/8.13.3) with ESMTP id j9C6R0i6064607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Oct 2005 23:27:00 -0700 (PDT) (envelope-from mhunter@malcolm.berkeley.edu) Received: (from mhunter@localhost) by malcolm.berkeley.edu (8.13.3/8.13.3/Submit) id j9C6QxIK064606; Tue, 11 Oct 2005 23:26:59 -0700 (PDT) (envelope-from mhunter) Date: Tue, 11 Oct 2005 23:26:59 -0700 From: Mike Hunter To: Ganbold Message-ID: <20051012062659.GA64586@malcolm.berkeley.edu> References: <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> <20051010211440.GA94252@misty.eyesbeyond.com> <20051010222516.GA20433@malcolm.berkeley.edu> <6.2.1.2.2.20051011092856.034f7940@202.179.0.80> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.1.2.2.20051011092856.034f7940@202.179.0.80> User-Agent: Mutt/1.5.6i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Tue, 11 Oct 2005 23:27:03 -0700 (PDT) Cc: freebsd-ports@freebsd.org Subject: Re: [solved] Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:27:03 -0000 On Oct 11, "Ganbold" wrote: > Mike, > > At 07:25 AM 10/11/2005, you wrote: > >Thanks everybody, it's working. After I stopped misinterpreting the > >instructions ("export AWT_TOOLKIT=XToolkit", is the *opposite* of > >"export AWT_TOOLKIT=MToolkit"), the applet comes up quickly and the > >graphics are fine. The fact that the applet subsequently causes the > >java vm to take 99% CPU and has to be killed is only a slight downer at > >this point :| > > > >I pointed my browser at other sites with applets and they seem to work > >fine. Is there any favorite site with a simple applet people use to check > >if their java plugin stuff is working? I stumbled across yale's "ssh > >applet" and it seemed to work well.... > > Can you try www.speedtest.mn web site? When I try to load this page on > firefox (FreBSD-6.0beta5/Gnome-2.10.2/jdk15) > jvm crashes. However on windows xp (home machine) I can load applet with > firefox, but when I try to check the speed, it stops responding. IE works > fine. At work I have Windows xp too and everything works fine there. I tried it and it seemed to complete after a while, although my Mongolian is a little rusty so I'm not completely sure the output was correct :) Mike From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 07:12:57 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 02C3116A41F; Wed, 12 Oct 2005 07:12:57 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6696143D53; Wed, 12 Oct 2005 07:12:55 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Wed, 12 Oct 2005 09:12:53 +0200 Date: Wed, 12 Oct 2005 09:12:58 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Kris Kennaway In-Reply-To: <20051012021112.GA48078@xor.obsecurity.org> Message-ID: <20051012090453.N63649@beagle.kn.op.dlr.de> References: <20051012020023.GB40204@xor.obsecurity.org> <20051012021112.GA48078@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 12 Oct 2005 07:12:53.0762 (UTC) FILETIME=[5D050E20:01C5CEFC] Cc: ports@FreeBSD.org, re@FreeBSD.org Subject: Re: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 07:12:57 -0000 On Tue, 11 Oct 2005, Kris Kennaway wrote: KK>On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: KK>> For some reason a number of ports are failing with this error on the KK>> latest build. I suspect that a change may have been merged to some KK>> part of the base system that broke them. Can someone please take a KK>> look? I actually doubt that the $(shell ...) construct was ever supported in our make. The canonical way to assign the output of a shell command to a variable is VERSION != sed > KK>> Kris KK> KK>> ===> Configuring for empire-1.7 KK>> ===> Building for empire-1.7 KK>> Unknown modifier ' ' KK>> KK>> Error expanding embedded variable. KK>> *** Error code 2 KK> KK>This seems to be from make trying to execute a $(shell ...) command. KK>This seems to be broken: KK> KK>VERSION=$(shell sed KK>xor# make -V VERSION KK>Unknown modifier ' ' KK> KK>Unknown modifier ' ' KK> KK>Unknown modifier ' ' KK> KK>PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP KK>+PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP:.* KK> KK>I think this must have been broken in make(1) some time ago (if it KK>ever worked)..the workaround for now is probably to make these ports KK>use gmake instead [1]. KK> KK>Kris KK> KK>[1] jasone actually discovered this when I was testing some of his KK>other patches, which flagged this more explicitly as an error. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 07:20:08 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 61E8616A41F; Wed, 12 Oct 2005 07:20:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D7143D48; Wed, 12 Oct 2005 07:20:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id DFAE51A3C19; Wed, 12 Oct 2005 00:20:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D25B65479B; Wed, 12 Oct 2005 03:20:02 -0400 (EDT) Date: Wed, 12 Oct 2005 03:19:59 -0400 From: Kris Kennaway To: Harti Brandt Message-ID: <20051012071958.GA80671@xor.obsecurity.org> References: <20051012020023.GB40204@xor.obsecurity.org> <20051012021112.GA48078@xor.obsecurity.org> <20051012090453.N63649@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <20051012090453.N63649@beagle.kn.op.dlr.de> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org, re@FreeBSD.org, Kris Kennaway Subject: Re: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 07:20:08 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 12, 2005 at 09:12:58AM +0200, Harti Brandt wrote: > On Tue, 11 Oct 2005, Kris Kennaway wrote: >=20 > KK>On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: > KK>> For some reason a number of ports are failing with this error on the > KK>> latest build. I suspect that a change may have been merged to some > KK>> part of the base system that broke them. Can someone please take a > KK>> look? >=20 > I actually doubt that the $(shell ...) construct was ever supported in ou= r=20 > make. The canonical way to assign the output of a shell command to a=20 > variable is >=20 > VERSION !=3D sed =20 > we also support the SysV syntax: >=20 > VERSION :sh=3D ... >=20 > although that's not documented and should be avoided. Do you know when the handling of this was changed? These ports apparently build fine on 5.x and older, although it's possible that the shell command is just silently not being executed or something. Kris --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTLkeWry0BWjoQKURAlxRAKCofwUxyb6tdQyhx9mWQqkrXTO4PwCeN3So 1ikG+1naWq1fCLa3ZOuB03Y= =VOCK -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 07:24:26 2005 Return-Path: X-Original-To: ports@freebsd.org 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 D764C16A41F; Wed, 12 Oct 2005 07:24:26 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2706643D48; Wed, 12 Oct 2005 07:24:25 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1EPay5-000Cm9-PH; Wed, 12 Oct 2005 11:24:05 +0400 To: jahnke@fmjassoc.com References: <1129068850.711.19.camel@localhost> From: Boris Samorodov Date: Wed, 12 Oct 2005 11:24:05 +0400 In-Reply-To: <1129068850.711.19.camel@localhost> (Frank Jahnke's message of "Tue, 11 Oct 2005 15:14:10 -0700") Message-ID: <18752362@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: ports@freebsd.org, nork@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 07:24:27 -0000 On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > I updated to 6.0RC earlier today, and am now upgrading my various ports > (which I always do manually). One of the first I did was Acroread7, > which needed it. I did the usual portupgrade, and it went through the > recursive upgrades without a hitch (including linuxpluginwrapper). Now, > however, acroread7 cannot be invoked as a plugin from Epiphany. I > corrected an improper location in libmap.conf, but it still does not > load. It works fine from the command line. Any advice would be most > appreciated, but this may well be an issue with linuxpluginwrapper. > Information: > libmap.conf: > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/usr/X11R6/lib/browser_plugins/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > where the location is linked to > /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, Sorry, it's not an answer to your question, but the path is somewhat starge. It should be smth like /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so What version of Makefile do you have for the port? Do you have unusial paths at /etc/make.conf? > which exists and is readable and executable. Similarly, libc.so.6 is > the highest version on the system, and pluginwrapper/acrobat.so exists > in /usr/local/lib and is also readable. > about:plugins in Epiphany shows the plugin is enabled. > Still, it does not load into Epiphany. All of the other plugins (Java, > RealPlayer and Flash) work fine. The plugin also no longer works in > Mozilla 1.7.7, but is enabled. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 07:34:55 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 168B216A41F; Wed, 12 Oct 2005 07:34:55 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6147343D46; Wed, 12 Oct 2005 07:34:54 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Wed, 12 Oct 2005 09:34:51 +0200 Date: Wed, 12 Oct 2005 09:34:53 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Kris Kennaway In-Reply-To: <20051012071958.GA80671@xor.obsecurity.org> Message-ID: <20051012092826.F63649@beagle.kn.op.dlr.de> References: <20051012020023.GB40204@xor.obsecurity.org> <20051012021112.GA48078@xor.obsecurity.org> <20051012090453.N63649@beagle.kn.op.dlr.de> <20051012071958.GA80671@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 12 Oct 2005 07:34:51.0956 (UTC) FILETIME=[6EB97F40:01C5CEFF] Cc: ports@FreeBSD.org, re@FreeBSD.org Subject: Re: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 07:34:55 -0000 On Wed, 12 Oct 2005, Kris Kennaway wrote: KK>On Wed, Oct 12, 2005 at 09:12:58AM +0200, Harti Brandt wrote: KK>> On Tue, 11 Oct 2005, Kris Kennaway wrote: KK>> KK>> KK>On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: KK>> KK>> For some reason a number of ports are failing with this error on the KK>> KK>> latest build. I suspect that a change may have been merged to some KK>> KK>> part of the base system that broke them. Can someone please take a KK>> KK>> look? KK>> KK>> I actually doubt that the $(shell ...) construct was ever supported in our KK>> make. The canonical way to assign the output of a shell command to a KK>> variable is KK>> KK>> VERSION != sed > KK>> we also support the SysV syntax: KK>> KK>> VERSION :sh= ... KK>> KK>> although that's not documented and should be avoided. KK> KK>Do you know when the handling of this was changed? These ports KK>apparently build fine on 5.x and older, although it's possible that KK>the shell command is just silently not being executed or something. During december - march I incorporated a lot of fixes to the variable parsing code from DragonFly BSD. I just checked that a RELENG_5_0 make would interpret in VERSION = $(shell sed X-Original-To: ports@FreeBSD.org 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 50F0F16A41F; Wed, 12 Oct 2005 08:34:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0115243D49; Wed, 12 Oct 2005 08:34:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id C40EF1A3C19; Wed, 12 Oct 2005 01:34:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5B2BB511D7; Wed, 12 Oct 2005 04:07:13 -0400 (EDT) Date: Wed, 12 Oct 2005 04:07:13 -0400 From: Kris Kennaway To: Harti Brandt Message-ID: <20051012080712.GA99339@xor.obsecurity.org> References: <20051012020023.GB40204@xor.obsecurity.org> <20051012021112.GA48078@xor.obsecurity.org> <20051012090453.N63649@beagle.kn.op.dlr.de> <20051012071958.GA80671@xor.obsecurity.org> <20051012092826.F63649@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <20051012092826.F63649@beagle.kn.op.dlr.de> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org, re@FreeBSD.org, Kris Kennaway Subject: Re: Make broken in 6.0 ([ports-i386@pointyhat.freebsd.org: empire-1.7 failed on i386 6]) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 08:34:37 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 12, 2005 at 09:34:53AM +0200, Harti Brandt wrote: > On Wed, 12 Oct 2005, Kris Kennaway wrote: >=20 > KK>On Wed, Oct 12, 2005 at 09:12:58AM +0200, Harti Brandt wrote: > KK>> On Tue, 11 Oct 2005, Kris Kennaway wrote: > KK>>=20 > KK>> KK>On Tue, Oct 11, 2005 at 10:00:24PM -0400, Kris Kennaway wrote: > KK>> KK>> For some reason a number of ports are failing with this error o= n the > KK>> KK>> latest build. I suspect that a change may have been merged to = some > KK>> KK>> part of the base system that broke them. Can someone please ta= ke a > KK>> KK>> look? > KK>>=20 > KK>> I actually doubt that the $(shell ...) construct was ever supported = in our=20 > KK>> make. The canonical way to assign the output of a shell command to a= =20 > KK>> variable is > KK>>=20 > KK>> VERSION !=3D sed KK>>=20 > KK>> we also support the SysV syntax: > KK>>=20 > KK>> VERSION :sh=3D ... > KK>>=20 > KK>> although that's not documented and should be avoided. > KK> > KK>Do you know when the handling of this was changed? These ports > KK>apparently build fine on 5.x and older, although it's possible that > KK>the shell command is just silently not being executed or something. >=20 > During december - march I incorporated a lot of fixes to the variable=20 > parsing code from DragonFly BSD. I just checked that a RELENG_5_0 make > would interpret in >=20 > VERSION =3D $(shell sed =20 > "shell sed name of a variable and would then try to interprete the space after the= =20 > colon as a modifier. There is no space modifier so it prints an error, bu= t=20 > muddles along. So it ends up putting the rest until the ) into the=20 > variable. The current make does basically the same, but ends up with some= =20 > random string in the variable. This is obviously an error. Make should=20 > probably just stop when finding this syntax error or at least set the=20 > variable to be empty. >=20 > So to make it short: it never worked, the only difference is that the=20 > string in the variable is different now (in both cases not making any=20 > sense). Thanks for the analysis..for now I'll just switch these ports to use gmake (I did 3 already). Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTMQwWry0BWjoQKURAsLMAKD6DiFWVTCCarcb8pNe5+8uCcGcXgCg5Iuv V8vfU8OVe+ryZGp3EnWdmN0= =hJt8 -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:05:03 2005 Return-Path: X-Original-To: ports@freebsd.org 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 AD64716A41F; Wed, 12 Oct 2005 10:05:03 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD24043D48; Wed, 12 Oct 2005 10:05:02 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EA5E.dip.t-dialin.net [84.165.234.94]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9C9m6Qh089812; Wed, 12 Oct 2005 11:48:09 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9CA4nEA020321; Wed, 12 Oct 2005 12:04:49 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Wed, 12 Oct 2005 12:04:48 +0200 Message-ID: <20051012120448.99f5exkao0s4444c@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 12 Oct 2005 12:04:48 +0200 From: Alexander Leidinger To: Boris Samorodov References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> In-Reply-To: <18752362@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org, jahnke@fmjassoc.com, nork@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:05:03 -0000 Boris Samorodov wrote: > On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: >> libmap.conf: >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror >> [/usr/X11R6/lib/browser_plugins/nppdf.so] >> libc.so.6 pluginwrapper/acrobat.so > >> where the location is linked to >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, > > Sorry, it's not an answer to your question, but the path is somewhat > starge. It should be smth like > /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so No, acroread installs into /usr/local now (since last week). I'm not at a FreeBSD system right now, so I can't investigate it, but maybe the file in browser_plugins/ is a link and uses the old path... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 BOFH excuse #43: boss forgot system password From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:14:04 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 9FC4A16A41F for ; Wed, 12 Oct 2005 10:14:04 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A67843D48 for ; Wed, 12 Oct 2005 10:14:03 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from encontacto.net ([201.138.84.186]) by bafirst.com with esmtp; Wed, 12 Oct 2005 05:14:02 -0500 id 000958BD.434CE1EA.00008284 Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Wed, 12 Oct 2005 05:13:57 -0500 id 000C3DF0.434CE1E5.0000FBE2 Received: from dsl-201-138-84-186.prod-infinitum.com.mx (dsl-201-138-84-186.prod-infinitum.com.mx [201.138.84.186]) by mail.encontacto.net (Horde MIME library) with HTTP; Wed, 12 Oct 2005 05:13:56 -0500 Message-ID: <20051012051356.923qj1lhwsc40ggk@mail.encontacto.net> Date: Wed, 12 Oct 2005 05:13:56 -0500 From: "Edwin L. Culp" To: freebsd-ports@freebsd.org References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> In-Reply-To: <18752362@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:14:04 -0000 Quoting Boris Samorodov : > On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > >> I updated to 6.0RC earlier today, and am now upgrading my various ports >> (which I always do manually). One of the first I did was Acroread7, >> which needed it. I did the usual portupgrade, and it went through the >> recursive upgrades without a hitch (including linuxpluginwrapper). Now, >> however, acroread7 cannot be invoked as a plugin from Epiphany. I >> corrected an improper location in libmap.conf, but it still does not >> load. It works fine from the command line. Any advice would be most >> appreciated, but this may well be an issue with linuxpluginwrapper. > >> Information: > >> libmap.conf: >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror >> [/usr/X11R6/lib/browser_plugins/nppdf.so] >> libc.so.6 pluginwrapper/acrobat.so > >> where the location is linked to >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, > > Sorry, it's not an answer to your question, but the path is somewhat > starge. It should be smth like > /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > What version of Makefile do you have for the port? > Do you have unusial paths at /etc/make.conf? I am seeing a similar, if not the same, problem with firefox. The latest print/acroread port seems to have changed and on a make deinstall it seems to fail. /usr/ports/print/acroread7 # make deinstall && make reinstall ===> Deinstalling for print/acroread7 ===> acroread7-7.0.1 has a different PREFIX: /compat/linux, skipping On make install with FORCE_PKG_REGISTER it only seems to install it in What I ended up with after a portupgrade -a on both 6.0 and 7.0 machines is # ls -l `locate nppdf.so` lrwxr-xr-x 1 root wheel 68 Sep 11 12:10 /usr/X11R6/lib/browser_plugins/nppdf.so -> /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so -rwxr-xr-x 1 root wheel 878568 Oct 11 17:32 /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so -rwxr-xr-x 1 root wheel 878568 Oct 11 17:32 /usr/ports/print/acroread7/work/AdobeReader_enu-7.0.1-1.i386.rpm/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so Due to the upgrade the first link is blank and I haven't been able to get the /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so to work with firefox yet. Any suggestions appreciated. ed = > >> which exists and is readable and executable. Similarly, libc.so.6 is >> the highest version on the system, and pluginwrapper/acrobat.so exists >> in /usr/local/lib and is also readable. > >> about:plugins in Epiphany shows the plugin is enabled. > >> Still, it does not load into Epiphany. All of the other plugins (Java, >> RealPlayer and Flash) work fine. The plugin also no longer works in >> Mozilla 1.7.7, but is enabled. > > > WBR > -- > Boris B. Samorodov, Research Engineer > InPharmTech Co, http://www.ipt.ru > Telephone & Internet Service Provider > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:24:24 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 E2BC616A41F for ; Wed, 12 Oct 2005 10:24:23 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B13B43D67 for ; Wed, 12 Oct 2005 10:24:21 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from encontacto.net ([201.138.84.186]) by bafirst.com with esmtp; Wed, 12 Oct 2005 05:24:19 -0500 id 000958BD.434CE454.0000BBCA Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Wed, 12 Oct 2005 05:24:18 -0500 id 000C3BFA.434CE453.00001E5A Received: from dsl-201-138-84-186.prod-infinitum.com.mx (dsl-201-138-84-186.prod-infinitum.com.mx [201.138.84.186]) by mail.encontacto.net (Horde MIME library) with HTTP; Wed, 12 Oct 2005 05:24:18 -0500 Message-ID: <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> Date: Wed, 12 Oct 2005 05:24:18 -0500 From: "Edwin L. Culp" To: freebsd-ports@freebsd.org References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> In-Reply-To: <20051012120448.99f5exkao0s4444c@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:24:24 -0000 Quoting Alexander Leidinger : > Boris Samorodov wrote: > >> On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > >>> libmap.conf: >>> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror >>> [/usr/X11R6/lib/browser_plugins/nppdf.so] >>> libc.so.6 pluginwrapper/acrobat.so >> >>> where the location is linked to >>> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, >> >> Sorry, it's not an answer to your question, but the path is somewhat >> starge. It should be smth like >> /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > No, acroread installs into /usr/local now (since last week). > > I'm not at a FreeBSD system right now, so I can't investigate it, but maybe > the file in browser_plugins/ is a link and uses the old path... I think so. I am seeing a similar, if not the same, problem with firefox with makefile version: # $FreeBSD: ports/print/acroread7/Makefile,v 1.13 2005/10/07 09:48:26 trevor Exp $ The print/acroread port seems to have changed and on a make deinstall it fails with: /usr/ports/print/acroread7 # make deinstall && make reinstall ===> Deinstalling for print/acroread7 ===> acroread7-7.0.1 has a different PREFIX: /compat/linux, skipping This leaves the open link. On make install with FORCE_PKG_REGISTER it only seems to install it in /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so What I ended up with after a portupgrade -a on both 6.0 and 7.0 machines yesterday, this included most all of the linux emulation pieces, is: # ls -l `locate nppdf.so` lrwxr-xr-x 1 root wheel 68 Sep 11 12:10 /usr/X11R6/lib/browser_plugins/nppdf.so -> /compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so -rwxr-xr-x 1 root wheel 878568 Oct 11 17:32 /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so -rwxr-xr-x 1 root wheel 878568 Oct 11 17:32 /usr/ports/print/acroread7/work/AdobeReader_enu-7.0.1-1.i386.rpm/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so Due to the upgrade the first link is blank and I haven't been able to get the /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so to work with firefox. sugestions appreciated. ed > > Bye, > Alexander. > > -- > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 > BOFH excuse #43: > > boss forgot system password > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:37:24 2005 Return-Path: X-Original-To: ports@freebsd.org 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 05E0B16A41F; Wed, 12 Oct 2005 10:37:24 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9000A43D45; Wed, 12 Oct 2005 10:37:22 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1EPdyr-000CtP-LL; Wed, 12 Oct 2005 14:37:05 +0400 To: Alexander Leidinger References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> From: Boris Samorodov Date: Wed, 12 Oct 2005 14:37:05 +0400 In-Reply-To: <20051012120448.99f5exkao0s4444c@netchild.homeip.net> (Alexander Leidinger's message of "Wed, 12 Oct 2005 12:04:48 +0200") Message-ID: <86590782@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: ports@freebsd.org, jahnke@fmjassoc.com, nork@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:37:24 -0000 On Wed, 12 Oct 2005 12:04:48 +0200 Alexander Leidinger wrote: > Boris Samorodov wrote: > > On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > >> libmap.conf: > >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > >> [/usr/X11R6/lib/browser_plugins/nppdf.so] > >> libc.so.6 pluginwrapper/acrobat.so > > > >> where the location is linked to > >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, > > > > Sorry, it's not an answer to your question, but the path is somewhat > > starge. It should be smth like > > /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > No, acroread installs into /usr/local now (since last week). Hm. IMO those /usr/local//usr/local/ look not very nice. BTW, as I can understand http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/85827 should be closed as disapproved my the maintainer? > I'm not at a FreeBSD system right now, so I can't investigate it, but maybe > the file in browser_plugins/ is a link and uses the old path... WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:39:29 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1A96F16A41F for ; Wed, 12 Oct 2005 10:39:29 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259ED43D49 for ; Wed, 12 Oct 2005 10:39:27 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 3619 invoked by uid 1010); 12 Oct 2005 13:26:02 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 12 Oct 2005 13:26:02 +0300 Date: Wed, 12 Oct 2005 13:42:14 +0300 From: Adi Pircalabu To: freebsd-ports@freebsd.org Message-ID: <20051012134214.2d0413a6@apircalabu.dsd.ro> In-Reply-To: <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:39:29 -0000 On Wed, 12 Oct 2005 05:24:18 -0500 "Edwin L. Culp" wrote: > Due to the upgrade the first link is blank and I haven't been able to > get the > /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > to work with firefox. sugestions appreciated. You must symlink the above path to /usr/X11R6/lib/browser-plugins/ (works for me) but in the long term it should be better to update www/linuxpluginwrapper -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 10:44:11 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 71C5016A420 for ; Wed, 12 Oct 2005 10:44:11 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E57843D55 for ; Wed, 12 Oct 2005 10:44:09 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 9660 invoked by uid 1010); 12 Oct 2005 13:30:45 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 12 Oct 2005 13:30:45 +0300 Date: Wed, 12 Oct 2005 13:46:58 +0300 From: Adi Pircalabu To: freebsd-ports@freebsd.org Message-ID: <20051012134658.1ff9f546@apircalabu.dsd.ro> In-Reply-To: <20051012134214.2d0413a6@apircalabu.dsd.ro> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> <20051012134214.2d0413a6@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAC X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (43) Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 10:44:11 -0000 On Wed, 12 Oct 2005 13:42:14 +0300 Adi Pircalabu wrote: > You must symlink the above path to /usr/X11R6/lib/browser-plugins/ > (works for me) ... and, of course, update your /etc/libmap.conf accordingly. BTW I don't see a pending PR for linuxpluginwrapper, should I file one? -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 11:42:29 2005 Return-Path: X-Original-To: ports@freebsd.org 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 57B2716A41F for ; Wed, 12 Oct 2005 11:42:29 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479F843D64 for ; Wed, 12 Oct 2005 11:42:25 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 68F4D877C32; Wed, 12 Oct 2005 21:42:24 +1000 (EST) X-Viruscan-Id: <434CF6A00000B069539292@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 34910877C2E for ; Wed, 12 Oct 2005 21:42:24 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id D6BBE877C28 for ; Wed, 12 Oct 2005 21:42:23 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 9E653619A; Wed, 12 Oct 2005 21:42:22 +1000 (EST) Date: Wed, 12 Oct 2005 21:42:22 +1000 From: Edwin Groothuis To: ports@freebsd.org Message-ID: <20051012114222.GD1278@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 11:42:29 -0000 I've just submitted a patch to make it easier for people to define dependencies on Perl modules: PERL_BUILD_DEPENDS and PERL_RUN_DEPENDS. The syntax was: BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite The syntax is: PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite It checks the for the existence of MIME::Lite with the "perl -e 'use MIME::Lite'" command. The PR number is ports/87318. Feel free to comment about it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 12:25:38 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0686116A41F for ; Wed, 12 Oct 2005 12:25:38 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: from zircon.seattle.wa.us (dsl254-019-221.sea1.dsl.speakeasy.net [216.254.19.221]) by mx1.FreeBSD.org (Postfix) with SMTP id 93EBE43D46 for ; Wed, 12 Oct 2005 12:25:37 +0000 (GMT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 34275 invoked from network); 12 Oct 2005 12:26:01 -0000 Received: from localhost (HELO localhost.zircon.seattle.wa.us) (127.0.0.1) by localhost with SMTP; 12 Oct 2005 12:26:01 -0000 From: Joe Kelsey To: Mark Linimon In-Reply-To: <20051011145213.GA5714@soaustin.net> References: <200510071001.j97A1c23029414@freefall.freebsd.org> <1128726978.3009.63.camel@zircon.zircon.seattle.wa.us> <200510072327.j97NR4BN032652@bright.research.att.com> <20051010050828.GB17535@soaustin.net> <1128985526.3009.111.camel@zircon.zircon.seattle.wa.us> <20051011145213.GA5714@soaustin.net> Content-Type: text/plain Date: Wed, 12 Oct 2005 05:26:00 -0700 Message-Id: <1129119960.3009.142.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Bill Fenner , ports@freebsd.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: shells/ksh93 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 12:25:38 -0000 On Tue, 2005-10-11 at 09:52 -0500, Mark Linimon wrote: > On Mon, Oct 10, 2005 at 04:05:26PM -0700, Joe Kelsey wrote: > > On Mon, 2005-10-10 at 00:08 -0500, Mark Linimon wrote: > > > On Fri, Oct 07, 2005 at 04:27:04PM -0700, Bill Fenner wrote: > > > > By the way, is it legally reasonable for the port to accept the > > > > pre-download license on behalf of the user? > > > > > > I don't think so. > > > > Glenn Fowler disagrees with you: > > Then that needs to be noted somewhere in the port, preferably in some > kind of file. (I don't know if we have any paradigm for this yet). > > My point is that we can't be in the habit of assuming such things are > OK unless we have been specifically told that they are. Think about your concerns just a little first. The OSDL created the Common Public License to make open source more acceptable to people who have difficulties with GPL and BSD licenses. As such, it should be treated the same in all situations. Either you ask questions of everyone downloading everything, or you really do not care. If someone wants a pure and unadulterated yes or no answer to a license question, then they can institute a method like the Java license, otherwise there is absolutely no point in doing anything unless you also ask the same questions of GPL and BSD licenses. /Joe > An upcoming portmgr initiative is to sweep the tree for questionable > licensing situations and fix them. Let's start identifying them now, > including the ones where we have been given permission like this. > > mcl From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 13:04:53 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 2C91016A41F; Wed, 12 Oct 2005 13:04:53 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2540C43D45; Wed, 12 Oct 2005 13:04:46 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j9CD4Ilo070306; Wed, 12 Oct 2005 10:04:19 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j9CD4RPg002380; Wed, 12 Oct 2005 10:04:27 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j9CD4R5c002377; Wed, 12 Oct 2005 10:04:27 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 12 Oct 2005 10:04:27 -0300 From: Fernan Aguero To: linimon@FreeBSD.org Message-ID: <20051012130427.GA97770@iib.unsam.edu.ar> Mail-Followup-To: linimon@FreeBSD.org, FreeBSD Ports References: <20051012061021.BFA2522994@mail.droso.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051012061021.BFA2522994@mail.droso.net> User-Agent: Mutt/1.5.9i Cc: FreeBSD Ports Subject: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 13:04:53 -0000 Hi! I'm the maintainer of biology/treeviewx which has been broken for some time on FreeBSD-5.x. I'm still using FreeBSD-4.x so I haven't got the means to test/fix the port (this will change in the future but so far I have postponed the migration to 5.x, due to lack of time. Seems like now I should wait for 6.0 :) I'm asking for help from someone with access to a FreeBSD 5 box to either work with me in diagnosing the problem and fixing it or, just providing me with a log of a build session so I can send it to the original developer. As mentioned below, it is quite probable that the issue is minor and due to the use of a newer gcc, but we should test this. Thanks in advance, Fernan +----[ linimon@FreeBSD.org (12.Oct.2005 03:17): | | Dear FreeBSD port maintainer: | | As part of an ongoing effort to reduce the number of problems in the | FreeBSD ports system, we are attempting to notify maintainers of | ports that are marked as "broken" in their Makefiles. In many cases | these ports are failing to compile on some subset of the FreeBSD | build environments. The most common problem is that recent versions | of -CURRENT include gcc3.4, which is much stricter about such things | as function declarations, literal strings constants that continue | over several physical lines, and forcing the deprecation of antique | header files such as varargs.h (we should now be using stdargs.h). | | The next most common problem is that compiles succeed on the i386 | architecture (e.g. the common Intel PC), but fail on one or more of | the other architectures due to assumptions about things such as size | of various types, byte-alignment issues, and so forth. | | In occasional cases we see that the same port may have different | errors in different build environments. The script that runs on the | build cluster uses heuristics to try to 'guess' the error type to | help you isolate problems, but it is only a rough guide. | | If you need help in one or more build environments that you do not | have access to, please ask for help on the freebsd-ports mailing | list. | | One more note: on occasion, there are transient build errors seen | on the build farm. Unfortunately, there is not yet any way for this | algorithm to tell the difference (humans are much, much better at | this kind of thing.) | | The errors are listed below. In the case where the same | problem exists on more than one build environment, the URL points | to the latest errorlog for that type. (By 'build environment' | here we mean 'combination of 4.x/5.x/6.x with target architecture'.) | | (Note: the dates are included to help you to gauge whether or not | the error still applies to the latest version. The program | that generates this report is not yet able to determine this | automatically.) | | portname: biology/treeviewx | broken because: Does not compile on FreeBSD >= 5.x | build errors: none. | overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=treeviewx | | | If these errors are ones that you are already aware of, please | accept our apologies and ignore this message. On the other hand, if | you no longer wish to maintain this port (or ports), please reply | with a message stating that, and accept our thanks for your efforts | in the past. | | Every effort has been made to make sure that these error reports | really do correspond to a port that you maintain. However, due to | the fact that this is an automated process, it may indeed generate | false matches. If one of these errors fits that description, | please forward this email to the author of this software, Mark | Linimon , so that he can attempt to fix the | problem in the future. | | Thanks for your efforts to help improve FreeBSD. | | +----] From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 13:12:54 2005 Return-Path: X-Original-To: ports@freebsd.org 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 2FE7016A41F; Wed, 12 Oct 2005 13:12:54 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9841043D45; Wed, 12 Oct 2005 13:12:52 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9CDCpIw012564; Wed, 12 Oct 2005 23:12:51 +1000 Received: from dirk.no.domain (ppp227F.dyn.pacific.net.au [61.8.34.127]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9CDCnj4031750; Wed, 12 Oct 2005 23:12:50 +1000 Date: Wed, 12 Oct 2005 23:13:39 +1000 From: Sam Lawrance To: Fernan Aguero Message-ID: <20051012231339.01c5ce0a@dirk.no.domain> In-Reply-To: <20051012130427.GA97770@iib.unsam.edu.ar> References: <20051012061021.BFA2522994@mail.droso.net> <20051012130427.GA97770@iib.unsam.edu.ar> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , linimon@freebsd.org Subject: Re: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 13:12:54 -0000 On Wed, 12 Oct 2005 10:04:27 -0300 Fernan Aguero wrote: > Hi! > > I'm the maintainer of biology/treeviewx which has been > broken for some time on FreeBSD-5.x. > > I'm still using FreeBSD-4.x so I haven't got the means to > test/fix the port (this will change in the future but so far > I have postponed the migration to 5.x, due to lack of time. > Seems like now I should wait for 6.0 :) > > I'm asking for help from someone with access to a FreeBSD 5 > box to either work with me in diagnosing the problem and > fixing it or, just providing me with a log of a build > session so I can send it to the original developer. You can obtain a build log from Pointyhat - http://pointyhat.freebsd.org From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 13:17:56 2005 Return-Path: X-Original-To: ports@freebsd.org 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 D75A616A41F for ; Wed, 12 Oct 2005 13:17:56 +0000 (GMT) (envelope-from skv@protey.ru) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C71743D48 for ; Wed, 12 Oct 2005 13:17:56 +0000 (GMT) (envelope-from skv@protey.ru) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.com with esmtp id 1EPgUQ-00006v-A9; Wed, 12 Oct 2005 17:17:50 +0400 Message-ID: <434D0CFE.9090007@protey.ru> Date: Wed, 12 Oct 2005 17:17:50 +0400 From: Sergey Skvortsov Organization: 3W Graphics User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Edwin Groothuis References: <20051012114222.GD1278@k7.mavetju> In-Reply-To: <20051012114222.GD1278@k7.mavetju> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 13:17:57 -0000 Edwin Groothuis wrote: > > The syntax is: > > PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > > It checks the for the existence of MIME::Lite with the "perl -e > 'use MIME::Lite'" command. Obviously this approach will cause great performance degrade. stat(2) is much more faster than loading perl. -- Sergey Skvortsov mailto: skv@protey.ru From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 13:29:53 2005 Return-Path: X-Original-To: ports@freebsd.org 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 6B9AF16A41F; Wed, 12 Oct 2005 13:29:53 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D859643D46; Wed, 12 Oct 2005 13:29:48 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j9CDT9lo070922; Wed, 12 Oct 2005 10:29:12 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j9CDTNJJ008255; Wed, 12 Oct 2005 10:29:23 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j9CDTC6P008208; Wed, 12 Oct 2005 10:29:12 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 12 Oct 2005 10:29:12 -0300 From: Fernan Aguero To: Sam Lawrance Message-ID: <20051012132912.GB97770@iib.unsam.edu.ar> Mail-Followup-To: Sam Lawrance , linimon@freebsd.org, FreeBSD Ports References: <20051012061021.BFA2522994@mail.droso.net> <20051012130427.GA97770@iib.unsam.edu.ar> <20051012231339.01c5ce0a@dirk.no.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051012231339.01c5ce0a@dirk.no.domain> User-Agent: Mutt/1.5.9i Cc: FreeBSD Ports , linimon@freebsd.org Subject: Re: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 13:29:53 -0000 +----[ Sam Lawrance (12.Oct.2005 10:17): | | On Wed, 12 Oct 2005 10:04:27 -0300 | Fernan Aguero wrote: | | > Hi! | > | > I'm the maintainer of biology/treeviewx which has been | > broken for some time on FreeBSD-5.x. | > | > I'm still using FreeBSD-4.x so I haven't got the means to | > test/fix the port (this will change in the future but so far | > I have postponed the migration to 5.x, due to lack of time. | > Seems like now I should wait for 6.0 :) | > | > I'm asking for help from someone with access to a FreeBSD 5 | > box to either work with me in diagnosing the problem and | > fixing it or, just providing me with a log of a build | > session so I can send it to the original developer. | | You can obtain a build log from Pointyhat - http://pointyhat.freebsd.org | +----] I forgot to mention that I've already checked pointyhat and there's no log for treeviewx ... or else I'm not finding it ... Fernan From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 13:37:26 2005 Return-Path: X-Original-To: ports@freebsd.org 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 14B0516A488; Wed, 12 Oct 2005 13:37:26 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7773843D46; Wed, 12 Oct 2005 13:37:24 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9CDbNxA027911; Wed, 12 Oct 2005 23:37:23 +1000 Received: from dirk.no.domain (ppp227F.dyn.pacific.net.au [61.8.34.127]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9CDbLp2032434; Wed, 12 Oct 2005 23:37:22 +1000 Date: Wed, 12 Oct 2005 23:38:10 +1000 From: Sam Lawrance To: Fernan Aguero Message-ID: <20051012233810.71974432@dirk.no.domain> In-Reply-To: <20051012132912.GB97770@iib.unsam.edu.ar> References: <20051012061021.BFA2522994@mail.droso.net> <20051012130427.GA97770@iib.unsam.edu.ar> <20051012231339.01c5ce0a@dirk.no.domain> <20051012132912.GB97770@iib.unsam.edu.ar> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , linimon@freebsd.org Subject: Re: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 13:37:26 -0000 On Wed, 12 Oct 2005 10:29:12 -0300 Fernan Aguero wrote: > +----[ Sam Lawrance (12.Oct.2005 10:17): > | > | On Wed, 12 Oct 2005 10:04:27 -0300 > | Fernan Aguero wrote: > | > | > Hi! > | > > | > I'm the maintainer of biology/treeviewx which has been > | > broken for some time on FreeBSD-5.x. > | > > | > I'm still using FreeBSD-4.x so I haven't got the means to > | > test/fix the port (this will change in the future but so far > | > I have postponed the migration to 5.x, due to lack of time. > | > Seems like now I should wait for 6.0 :) > | > > | > I'm asking for help from someone with access to a FreeBSD 5 > | > box to either work with me in diagnosing the problem and > | > fixing it or, just providing me with a log of a build > | > session so I can send it to the original developer. > | > | You can obtain a build log from Pointyhat - > http://pointyhat.freebsd.org | > +----] > > I forgot to mention that I've already checked pointyhat and > there's no log for treeviewx ... or else I'm not finding it > ... I'll give it a whirl on 6.x and see how it goes. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 14:12:12 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B34FD16A41F; Wed, 12 Oct 2005 14:12:12 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1272A43D62; Wed, 12 Oct 2005 14:12:00 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9CEBqFY023614; Wed, 12 Oct 2005 07:11:52 -0700 From: Frank Jahnke To: Boris Samorodov In-Reply-To: <86590782@srv.sem.ipt.ru> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> <86590782@srv.sem.ipt.ru> Content-Type: text/plain Organization: FMJ & Associates Date: Wed, 12 Oct 2005 07:05:09 -0700 Message-Id: <1129125909.62331.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: ports@freebsd.org, Alexander Leidinger , nork@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 14:12:12 -0000 On Wed, 2005-10-12 at 14:37 +0400, Boris Samorodov wrote: > On Wed, 12 Oct 2005 12:04:48 +0200 Alexander Leidinger wrote: > > Boris Samorodov wrote: > > > On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > > > >> libmap.conf: > > >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > > >> [/usr/X11R6/lib/browser_plugins/nppdf.so] > > >> libc.so.6 pluginwrapper/acrobat.so > > > > > >> where the location is linked to > > >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, > > > > > > Sorry, it's not an answer to your question, but the path is somewhat > > > starge. It should be smth like > > > /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > > No, acroread installs into /usr/local now (since last week). > > Hm. IMO those /usr/local//usr/local/ look not very nice. > BTW, as I can understand > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/85827 > should be closed as disapproved my the maintainer? Regarding the directory location, I can assure you that the one used in the port makefile was incorrect, and the one I show does indeed lead to the desired files. FWIW, I CVSupped my files yesterday. Frank From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 14:14:36 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E66E616A41F; Wed, 12 Oct 2005 14:14:36 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5BC43D46; Wed, 12 Oct 2005 14:14:26 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9CEEOU8024317; Wed, 12 Oct 2005 07:14:24 -0700 From: Frank Jahnke To: Alexander Leidinger In-Reply-To: <20051012120448.99f5exkao0s4444c@netchild.homeip.net> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> Content-Type: text/plain Organization: FMJ & Associates Date: Wed, 12 Oct 2005 07:07:41 -0700 Message-Id: <1129126061.62331.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: Boris Samorodov , ports@freebsd.org, nork@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 14:14:37 -0000 On Wed, 2005-10-12 at 12:04 +0200, Alexander Leidinger wrote: > Boris Samorodov wrote: > > > On Tue, 11 Oct 2005 15:14:10 -0700 Frank Jahnke wrote: > > >> libmap.conf: > >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > >> [/usr/X11R6/lib/browser_plugins/nppdf.so] > >> libc.so.6 pluginwrapper/acrobat.so > > > >> where the location is linked to > >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, > > > > Sorry, it's not an answer to your question, but the path is somewhat > > starge. It should be smth like > > /usr/X11R6/share/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > No, acroread installs into /usr/local now (since last week). > > I'm not at a FreeBSD system right now, so I can't investigate it, but maybe > the file in browser_plugins/ is a link and uses the old path... It did originally (the link was broken), but I put in a new symbolic link to the correct location. It points to the /usr/local... file I mentioned Frank From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 15:00:56 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 649A216A41F; Wed, 12 Oct 2005 15:00:56 +0000 (GMT) (envelope-from phpclub@rambler.ru) Received: from mxb.rambler.ru (mxb.rambler.ru [81.19.66.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DAC43D45; Wed, 12 Oct 2005 15:00:55 +0000 (GMT) (envelope-from phpclub@rambler.ru) Received: from mailc.rambler.ru (mailc.rambler.ru [81.19.66.27]) by mxb.rambler.ru (Postfix) with ESMTP id 78C9983FCB; Wed, 12 Oct 2005 19:00:54 +0400 (MSD) Received: from club (ppp83-237-44-211.pppoe.mtu-net.ru [83.237.44.211]) (authenticated bits=0) by mailc.rambler.ru (8.12.10/8.12.10) with ESMTP id j9CF0rev007627; Wed, 12 Oct 2005 19:00:54 +0400 (MSD) Date: Wed, 12 Oct 2005 19:00:30 +0400 From: Alexandr Smirnov X-Mailer: The Bat! (v3.60.07) Professional X-Priority: 3 (Normal) Message-ID: <483464901.20051012190030@rambler.ru> To: osa@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Auth-User: phpclub, whoson: (null) Cc: ports@FreeBSD.org Subject: FreeBSD Port: nginx-0.2.6 -> nginx-0.3.2. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexandr Smirnov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 15:00:56 -0000 Hi! FreeBSD Port: nginx-0.2.6 -> nginx-0.3.2. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 15:41:08 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 68D6716A41F; Wed, 12 Oct 2005 15:41:08 +0000 (GMT) (envelope-from pbrown@beasleyfoodservice.com) Received: from snoopy.kiva.net (snoopy.kiva.net [216.9.137.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0260B43D4C; Wed, 12 Oct 2005 15:41:00 +0000 (GMT) (envelope-from pbrown@beasleyfoodservice.com) Received: from [10.69.100.19] (beasleyfood.bton.kiva.net [216.9.140.86]) by snoopy.kiva.net (Postfix) with ESMTP id 3D3B32C417; Wed, 12 Oct 2005 10:41:00 -0500 (EST) Message-ID: <434D2E8C.4090605@beasleyfoodservice.com> Date: Wed, 12 Oct 2005 10:41:00 -0500 From: "Peter G. Brown" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dinoex@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 15:41:08 -0000 Hello, FreeBSD 5.4 Dell Poweredge 2300 / 700 Dual Processor I proceeded to make install clean the above package. Set up the vsftpd.conf file (in /usr/local/etc/) and everything is working if I start it with /usr/local/libexec/vsftpd &. The problem I am having is I want it to start automatically at start up. I tried: 1. Enabled vsftpd_enable="YES" in rc.conf 2. Copied and chmod +x vsftpd.sh in /usr/ports/ftp/vsftpd/files/ to /usr/local/etc/rc.d so vsftpd server would start on startup - does not. The message I get is .: Can't open %%RC_SUBR%%: No such file or directory. Checking the internet I changed the %%RC_SUBR%% line to read ./etc/rc.subr and got cat: %%PREFIX%%/etc/vsftpd.conf: No such file or directory Corrected that to /usr/local/etc and got set_rcvar: not found load_rc_config: not fond err: not found run_rc_command: not found Is this a bug or my stupidity? Many thanks, Peter Brown From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 15:44:54 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 097D016A41F; Wed, 12 Oct 2005 15:44:54 +0000 (GMT) (envelope-from pbrown@beasleyfoodservice.com) Received: from snoopy.kiva.net (snoopy.kiva.net [216.9.137.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C528243D46; Wed, 12 Oct 2005 15:44:53 +0000 (GMT) (envelope-from pbrown@beasleyfoodservice.com) Received: from [10.69.100.19] (beasleyfood.bton.kiva.net [216.9.140.86]) by snoopy.kiva.net (Postfix) with ESMTP id 511402D988; Wed, 12 Oct 2005 10:44:53 -0500 (EST) Message-ID: <434D2F75.5050208@beasleyfoodservice.com> Date: Wed, 12 Oct 2005 10:44:53 -0500 From: "Peter G. Brown" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dinoex@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 15:44:54 -0000 Hello, A quick follow up - on editing the vsftpd.sh file and putting a space between . /etc/rc.subr - it worked (with the other edits). Peter Brown From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 16:43:08 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E056F16A41F for ; Wed, 12 Oct 2005 16:43:08 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B96A43D48 for ; Wed, 12 Oct 2005 16:43:06 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id j9CHgD8H030450; Wed, 12 Oct 2005 12:42:13 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id j9CHgCYc030449; Wed, 12 Oct 2005 12:42:12 -0500 (EST) (envelope-from wxs) Date: Wed, 12 Oct 2005 12:42:12 -0500 From: Wesley Shields To: "Peter G. Brown" Message-ID: <20051012174212.GA1572@csh.rit.edu> References: <434D2F75.5050208@beasleyfoodservice.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434D2F75.5050208@beasleyfoodservice.com> User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 16:43:09 -0000 On Wed, Oct 12, 2005 at 10:44:53AM -0500, Peter G. Brown wrote: > Hello, > > A quick follow up - on editing the vsftpd.sh file and putting a space > between . /etc/rc.subr - it worked (with the other edits). It looks like you didn't select the RC_NG option from the menu. All the problems you are seeing would probably be taken care of if you selected that option. You can make deinstall, make rmconfig, and then reinstall the port - this time selecting the appropriate option. -- WXS From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 16:49:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 320F116A41F for ; Wed, 12 Oct 2005 16:49:30 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F4F43D49 for ; Wed, 12 Oct 2005 16:49:29 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9CGnFGO012086; Wed, 12 Oct 2005 09:49:15 -0700 From: Frank Jahnke To: apircalabu@bitdefender.com Content-Type: text/plain Organization: FMJ & Associates Date: Wed, 12 Oct 2005 09:42:43 -0700 Message-Id: <1129135363.645.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 16:49:30 -0000 Adi, I think it would be a good idea for a PR to be filed. There is a bad symbolic link and an incorrect file location, both of which ought to be fixed. It still doesn't work for me, so something else is going on. You could file it, or I can -- up to you. Frank From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 17:04:16 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 AEE7416A41F; Wed, 12 Oct 2005 17:04:16 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8FE43D60; Wed, 12 Oct 2005 17:04:05 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 654102190; Wed, 12 Oct 2005 10:02:02 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "Alerce Certificate Authority" (not verified)) by merlin.alerce.com (Postfix) with ESMTP id 2536B2175; Wed, 12 Oct 2005 10:02:02 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.1/8.13.1) with ESMTP id j9CH3wsE032547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 12 Oct 2005 10:03:59 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j9CH3th9032544; Wed, 12 Oct 2005 10:03:55 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17229.16890.898997.223491@satchel.alerce.com> Date: Wed, 12 Oct 2005 10:03:54 -0700 To: Fernan Aguero In-Reply-To: <20051012130427.GA97770@iib.unsam.edu.ar> References: <20051012061021.BFA2522994@mail.droso.net> <20051012130427.GA97770@iib.unsam.edu.ar> X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD Ports , linimon@FreeBSD.org Subject: Re: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 17:04:16 -0000 Fernan Aguero writes: > Hi! > > I'm the maintainer of biology/treeviewx which has been > broken for some time on FreeBSD-5.x. > > I'm still using FreeBSD-4.x so I haven't got the means to > test/fix the port (this will change in the future but so far > I have postponed the migration to 5.x, due to lack of time. > Seems like now I should wait for 6.0 :) > > I'm asking for help from someone with access to a FreeBSD 5 > box to either work with me in diagnosing the problem and > fixing it or, just providing me with a log of a build > session so I can send it to the original developer. > > As mentioned below, it is quite probable that the issue is > minor and due to the use of a newer gcc, but we should test > this. > > Thanks in advance, > > Fernan > [...] I've taken a look at it, and it seems to be a C++/templates thing, which is out of my comfort zone. I build on 5.4-STABE from June 9. Here's the last thing that it said..... cur, root, and stk are protected members of the NodeIterator template class defined earlier in that same file. Hope this helps. g. c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tv\" -DVERSION=\"0.5\" -I. -I. -Igport -O -pipe -Wno-deprecated -I/usr/X11R6/include/wx/gtk2-2.4 -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DUSE_WXWINDOWS -c -o treedrawer.o `test -f 'treedrawer.cpp' || echo './'`treedrawer.cpp In file included from treedrawer.h:47, from treedrawer.cpp:27: nodeiterator.h: In member function `virtual N* PreorderIterator::begin()': nodeiterator.h:133: error: `cur' undeclared (first use this function) nodeiterator.h:133: error: (Each undeclared identifier is reported only once for each function it appears in.) nodeiterator.h:133: error: `root' undeclared (first use this function) nodeiterator.h: In member function `virtual N* PreorderIterator::next()': nodeiterator.h:139: error: `cur' undeclared (first use this function) nodeiterator.h:141: error: `stk' undeclared (first use this function) treedrawer.cpp: In member function `virtual void PhylogramDrawer::CalcCoordinates()': treedrawer.cpp:420: error: `fabs' is not a member of `std' gmake[1]: *** [treedrawer.o] Error 1 gmake[1]: Leaving directory `/usr/ports/biology/treeviewx/work/tv-0.5/TreeLib' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/biology/treeviewx. (bioperl)[9:50am]treeviewx>>xemacs & [1] 9275 From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 17:10:47 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0910516A421; Wed, 12 Oct 2005 17:10:47 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69BCD43D45; Wed, 12 Oct 2005 17:10:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 4DA361A3C24; Wed, 12 Oct 2005 10:10:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1C2F054805; Wed, 12 Oct 2005 13:10:42 -0400 (EDT) Date: Wed, 12 Oct 2005 13:10:42 -0400 From: Kris Kennaway To: Sam Lawrance , linimon@freebsd.org, FreeBSD Ports Message-ID: <20051012171041.GA86114@xor.obsecurity.org> References: <20051012061021.BFA2522994@mail.droso.net> <20051012130427.GA97770@iib.unsam.edu.ar> <20051012231339.01c5ce0a@dirk.no.domain> <20051012132912.GB97770@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <20051012132912.GB97770@iib.unsam.edu.ar> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Need help to fix port [Was Re: FreeBSD ports that you maintain which are currently marked broken] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 17:10:47 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 12, 2005 at 10:29:12AM -0300, Fernan Aguero wrote: > +----[ Sam Lawrance (12.Oct.2005 10:17): > | > | On Wed, 12 Oct 2005 10:04:27 -0300 > | Fernan Aguero wrote: > |=20 > | > Hi! > | >=20 > | > I'm the maintainer of biology/treeviewx which has been > | > broken for some time on FreeBSD-5.x. > | >=20 > | > I'm still using FreeBSD-4.x so I haven't got the means to > | > test/fix the port (this will change in the future but so far > | > I have postponed the migration to 5.x, due to lack of time. > | > Seems like now I should wait for 6.0 :)=20 > | >=20 > | > I'm asking for help from someone with access to a FreeBSD 5 > | > box to either work with me in diagnosing the problem and > | > fixing it or, just providing me with a log of a build > | > session so I can send it to the original developer.=20 > |=20 > | You can obtain a build log from Pointyhat - http://pointyhat.freebsd.org > | > +----] >=20 > I forgot to mention that I've already checked pointyhat and > there's no log for treeviewx ... or else I'm not finding it > ... http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005080108/treevi= ewx-0.5.log Under 'New build failures (check here to find the most recent error log from your port)' close to the top of the page. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTUOQWry0BWjoQKURAmbFAJ9fnOV0+zJQJZUY89tsgsuTAEqnGQCgwEEt 2IKJDNYb5NOQXfIcTuPTMRc= =QwFV -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 17:26:36 2005 Return-Path: X-Original-To: ports@freebsd.org 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 55E1116A41F for ; Wed, 12 Oct 2005 17:26:36 +0000 (GMT) (envelope-from serge@quenix1.dyndns.org) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF6D43D72 for ; Wed, 12 Oct 2005 17:26:30 +0000 (GMT) (envelope-from serge@quenix1.dyndns.org) Received: from quenix2.dyndns.org ([66.131.244.21]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0IO900A8ZCG49240@VL-MO-MR004.ip.videotron.ca> for ports@freebsd.org; Wed, 12 Oct 2005 13:26:28 -0400 (EDT) Received: from [192.168.0.11] (helo=quenix1.dyndns.org) by quenix2.dyndns.org with esmtp (Exim 4.52 (FreeBSD)) id 1EQ6vD-000KlF-AX for ports@freebsd.org; Thu, 13 Oct 2005 13:31:15 -0400 Received: from serge by quenix1.dyndns.org with local (Exim 4.52 (FreeBSD)) id 1EPkMa-0007dZ-NY for ports@freebsd.org; Wed, 12 Oct 2005 13:26:00 -0400 Date: Wed, 12 Oct 2005 13:26:00 -0400 From: Serge Gagnon Sender: Serge Gagnon To: ports@freebsd.org Message-id: <1129137960.29353.1.camel@quenix1> MIME-version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Pg9AQIkR/5gshmLUA8en" Cc: Subject: misc/xrmap Mark as BROKEN: unfetchable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 17:26:36 -0000 --=-Pg9AQIkR/5gshmLUA8en Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'll update this port the next weekend if nobody update it before. --=20 GAGNON serge PGP KEY-ID: 1DCD3D1A PGP Fingerprint: E968 4133 74F2 C730 4039 22AD 5462 6E23 1DCD 3D1A http://quenix2.dyndns.org:7777 or telnet quenix2.dyndns.org 7777 --=-Pg9AQIkR/5gshmLUA8en Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDTUcoVGJuIx3NPRoRApMJAKC58H2X5FgrivC2fQmhiCkW9Tr3LgCfbDP9 W8PvZLZoTgeRC3YlYtRcwHI= =yK7b -----END PGP SIGNATURE----- --=-Pg9AQIkR/5gshmLUA8en-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 18:13:41 2005 Return-Path: X-Original-To: ports@freebsd.org 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 68FC416A42B for ; Wed, 12 Oct 2005 18:13:41 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C803143D45 for ; Wed, 12 Oct 2005 18:13:38 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so114347wxc for ; Wed, 12 Oct 2005 11:13:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B0ifui2UcQd/f0oLQrvranZd0WxcCVUAddzRhClOzqaD51pZtMBbY1ke3lE3uLEBF8Sscvetro3s+9gO0TNtpGO1p1EXGeTCxUqblASIKAcj++vpgdt5ZfI2UjXztgb2GJxam+Dbe9uMc0Bhipev8mrTPa+4LRRxIEvS2DUPGrs= Received: by 10.70.70.14 with SMTP id s14mr263592wxa; Wed, 12 Oct 2005 11:13:37 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Wed, 12 Oct 2005 11:13:37 -0700 (PDT) Message-ID: <790a9fff0510121113v19e08786yf3e5476d5f99cbd@mail.gmail.com> Date: Wed, 12 Oct 2005 13:13:37 -0500 From: Scot Hetzel To: dinoex@freebsd.org In-Reply-To: <20051012174212.GA1572@csh.rit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <434D2F75.5050208@beasleyfoodservice.com> <20051012174212.GA1572@csh.rit.edu> Cc: ports@freebsd.org, Wesley Shields Subject: Re: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 18:13:41 -0000 On 10/12/05, Wesley Shields wrote: > On Wed, Oct 12, 2005 at 10:44:53AM -0500, Peter G. Brown wrote: > > Hello, > > > > A quick follow up - on editing the vsftpd.sh file and putting a space > > between . /etc/rc.subr - it worked (with the other edits). > > It looks like you didn't select the RC_NG option from the menu. All the > problems you are seeing would probably be taken care of if you selected > that option. > I had a look at this port, and in my view it shouldn't need the RC_NG menu option. Instead it should just install the vsftpd.sh script, and default the vsftpd_enable to being disabled. This way the vsftpd daemon can be started by either the script or by inetd. Leaving the choice up to the admin, after the port/package is installed. As currently, the package doesn't include the rc.d startup script. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 18:35:21 2005 Return-Path: X-Original-To: ports@freebsd.org 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 EDD8816A41F for ; Wed, 12 Oct 2005 18:35:21 +0000 (GMT) (envelope-from jsilva@farm9.com) Received: from mail.farm9.com (email.lab.upshotqa.com [65.116.147.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1943543D53 for ; Wed, 12 Oct 2005 18:35:19 +0000 (GMT) (envelope-from jsilva@farm9.com) Received: from [192.168.2.179] (dhcp-192-168-2-179.farm9.int [192.168.2.179]) (AUTH: LOGIN jsilva, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by mail.farm9.com with esmtp; Wed, 12 Oct 2005 11:35:16 -0700 id 0002E048.434D5764.00014036 Message-ID: <434D575C.9050806@farm9.com> Date: Wed, 12 Oct 2005 11:35:08 -0700 From: John Silva Organization: farm9.com, Inc. User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: blaz@si.FreeBSD.org Content-Type: multipart/mixed; boundary="------------080705080501000907070603" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 18:35:22 -0000 This is a multi-part message in MIME format. --------------080705080501000907070603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'd like to report three bugs in the nagios-plugins-1.4.2,1 port- First, there is a dependency problem in the precompiled package. The package is compiled with support for libintl.so.6 provided by gettext, but the port has no such dependency so the compiled binaries fail when installed on a clean system. Second, the perl scripts installed in /usr/local/libexec/nagios from the precompiled package contain the following line: use lib "nagios" ; Unfortunately, they don't work as the scripts are unable to find utils.pm. Changing the line to the following allows the scripts to find utils.pm. It seems there needs to be some port makefile modification to substitute the correct library path. use lib "/usr/local/libexec/nagios" ; Third, there is a pkg-plist problem. /usr/local/libexec/nagios/check_ldaps is a symlink to 'check_ldap' which is not installed. If you would like diffs against the current port, please let me know and I'll develop a set. Thanks! -- /*John P. Silva*/ /CCIE #5445/ /(925) 786-5445/ /jsilva@farm9.com / ------------------------------------------------------------------------ *farm9.com, Inc.* /Managed Information Security Solutions/ /6425 Christie Avenue Suite 315, Emeryville, CA 94608/ /Office: 510.835-3276/ --------------080705080501000907070603-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 19:37:01 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1C8B916A41F for ; Wed, 12 Oct 2005 19:37:01 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1296E43D48 for ; Wed, 12 Oct 2005 19:36:59 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D9F6.dip.t-dialin.net [84.165.217.246]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9CJK4tv093539; Wed, 12 Oct 2005 21:20:05 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9CJaphe025510; Wed, 12 Oct 2005 21:36:52 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 12 Oct 2005 21:36:51 +0200 From: Alexander Leidinger To: Adi Pircalabu Message-ID: <20051012213651.36fd8b36@Magellan.Leidinger.net> In-Reply-To: <20051012134658.1ff9f546@apircalabu.dsd.ro> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> <20051012134214.2d0413a6@apircalabu.dsd.ro> <20051012134658.1ff9f546@apircalabu.dsd.ro> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 19:37:01 -0000 On Wed, 12 Oct 2005 13:46:58 +0300 Adi Pircalabu wrote: > On Wed, 12 Oct 2005 13:42:14 +0300 > Adi Pircalabu wrote: > > > You must symlink the above path to /usr/X11R6/lib/browser-plugins/ > > (works for me) > > ... and, of course, update your /etc/libmap.conf accordingly. BTW I > don't see a pending PR for linuxpluginwrapper, should I file one? Yes please. Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 19:42:49 2005 Return-Path: X-Original-To: ports@freebsd.org 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 40F2E16A420 for ; Wed, 12 Oct 2005 19:42:49 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617CB43D45 for ; Wed, 12 Oct 2005 19:42:48 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D9F6.dip.t-dialin.net [84.165.217.246]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9CJPnWT093568; Wed, 12 Oct 2005 21:25:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9CJgbdD026588; Wed, 12 Oct 2005 21:42:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 12 Oct 2005 21:42:37 +0200 From: Alexander Leidinger To: "Christer Solskogen" Message-ID: <20051012214237.7c9a0473@Magellan.Leidinger.net> In-Reply-To: <57472.62.249.172.2.1129090711.squirrel@carebears.mine.nu> References: <57472.62.249.172.2.1129090711.squirrel@carebears.mine.nu> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org Subject: Re: cant build mail/libetpan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 19:42:49 -0000 On Wed, 12 Oct 2005 06:18:31 +0200 (CEST) "Christer Solskogen" wrote: > I get this: > > ===> Configuring for libetpan-0.39 > expr: not found > sed: not found > chmod: not found > rm: not found > sed: not found > sed: not found > : error: cannot create .lineno; rerun with a POSIX shell Looks to me as if the PATH isn't set correctly... Here it works as expected. Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 20:50:37 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 723CE16A41F for ; Wed, 12 Oct 2005 20:50:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F9B43D46 for ; Wed, 12 Oct 2005 20:50:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.3]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1EPnXx-000NUR-DZ; Thu, 13 Oct 2005 00:49:57 +0400 Message-ID: <434D7711.5000306@FreeBSD.org> Date: Thu, 13 Oct 2005 00:50:25 +0400 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Silva References: <434D575C.9050806@farm9.com> In-Reply-To: <434D575C.9050806@farm9.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, blaz@si.FreeBSD.org Subject: Re: BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 20:50:37 -0000 John Silva wrote: > If you would like diffs against the current port, please let me know and > I'll develop a set. Please do it. Use send-pr when your patch will ready. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 21:12:35 2005 Return-Path: X-Original-To: ports@freebsd.org 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 3BDD516A41F for ; Wed, 12 Oct 2005 21:12:35 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C6443D6E for ; Wed, 12 Oct 2005 21:12:31 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 25D1A877C53; Thu, 13 Oct 2005 07:12:30 +1000 (EST) X-Viruscan-Id: <434D7C3E00010CACC3A80A@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id E39E2877C44; Thu, 13 Oct 2005 07:12:29 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 82281877C32; Thu, 13 Oct 2005 07:12:29 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 59FED619C; Thu, 13 Oct 2005 07:12:28 +1000 (EST) Date: Thu, 13 Oct 2005 07:12:28 +1000 From: Edwin Groothuis To: Sergey Skvortsov Message-ID: <20051012211228.GE1278@k7.mavetju> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434D0CFE.9090007@protey.ru> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 21:12:35 -0000 On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > >The syntax is: > > PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > >It checks the for the existence of MIME::Lite with the "perl -e > >'use MIME::Lite'" command. > Obviously this approach will cause great performance degrade. > stat(2) is much more faster than loading perl. Minimal compared with the time it takes to fetch distfiles and to build. That's the only time it is checked. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 21:16:04 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E405E16A41F; Wed, 12 Oct 2005 21:16:04 +0000 (GMT) (envelope-from jsilva@farm9.com) Received: from mail.farm9.com (email.lab.upshotqa.com [65.116.147.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866A743D46; Wed, 12 Oct 2005 21:16:04 +0000 (GMT) (envelope-from jsilva@farm9.com) Received: from [192.168.2.179] (dhcp-192-168-2-179.farm9.int [192.168.2.179]) (AUTH: LOGIN jsilva, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by mail.farm9.com with esmtp; Wed, 12 Oct 2005 14:16:04 -0700 id 0002E014.434D7D14.00016D07 Message-ID: <434D7D0D.7020000@farm9.com> Date: Wed, 12 Oct 2005 14:15:57 -0700 From: John Silva Organization: farm9.com, Inc. User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sergey Matveychuk References: <434D575C.9050806@farm9.com> <434D7711.5000306@FreeBSD.org> In-Reply-To: <434D7711.5000306@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------090500060104000702020408" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org, blaz@si.FreeBSD.org Subject: Re: BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 21:16:05 -0000 This is a multi-part message in MIME format. --------------090500060104000702020408 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Will do. Sergey Matveychuk wrote: > John Silva wrote: > >> If you would like diffs against the current port, please let me know >> and I'll develop a set. > > > Please do it. Use send-pr when your patch will ready. > -- /*John P. Silva*/ /CCIE #5445/ /(925) 786-5445/ /jsilva@farm9.com / ------------------------------------------------------------------------ *farm9.com, Inc.* /Managed Information Security Solutions/ /6425 Christie Avenue Suite 315, Emeryville, CA 94608/ /Office: 510.835-3276/ --------------090500060104000702020408-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 22:13:41 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 C98A416A41F for ; Wed, 12 Oct 2005 22:13:41 +0000 (GMT) (envelope-from brent@jeneral.com) Received: from jeneral.com (216-19-202-150.getnet.net [216.19.202.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B1BA43D86 for ; Wed, 12 Oct 2005 22:13:31 +0000 (GMT) (envelope-from brent@jeneral.com) Received: (qmail 30443 invoked from network); 12 Oct 2005 22:13:31 -0000 Received: from unknown (HELO pcaz-jcgmgvxyjl.jeneral.com) (68.99.92.5) by adoption-option.com with SMTP; 12 Oct 2005 22:13:31 -0000 Message-Id: <5.2.1.1.2.20051012151132.02d669b0@127.0.0.1> X-Sender: 216.19.199.92:brent@jeneral.com@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Wed, 12 Oct 2005 15:13:53 -0700 To: ale@FreeBSD.org From: Brent Jensen Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: ports@FreeBSD.org Subject: FreeBSD Port: php5-soap-5.0.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 22:13:41 -0000 I've been running into a soap bug with version 5.05 (see http://bugs.php.net/bug.php?id=34746). I haven't been able to compile the "lastest" version as supplied from the threads. Can you shed some light on the compile problems, or even the bug itself. It works fine in verion 5.04, but everything thereafter seems to fail. Thanks, Brent From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 22:14:23 2005 Return-Path: X-Original-To: ports@freebsd.org 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 5E68416A420; Wed, 12 Oct 2005 22:14:23 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2553043D62; Wed, 12 Oct 2005 22:14:16 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id D0371128A6; Thu, 13 Oct 2005 00:14:14 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66955-06; Thu, 13 Oct 2005 00:13:59 +0200 (CEST) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id 4C3F51176A; Thu, 13 Oct 2005 00:13:58 +0200 (CEST) From: Florent Thoumie To: Scot Hetzel In-Reply-To: <790a9fff0510121113v19e08786yf3e5476d5f99cbd@mail.gmail.com> References: <434D2F75.5050208@beasleyfoodservice.com> <20051012174212.GA1572@csh.rit.edu> <790a9fff0510121113v19e08786yf3e5476d5f99cbd@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BuVvIbIxZaf4sN/WhUPF" Date: Thu, 13 Oct 2005 00:13:55 +0200 Message-Id: <1129155235.765.6.camel@cream.xbsd.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: dinoex@freebsd.org, ports@freebsd.org, Wesley Shields Subject: Re: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 22:14:23 -0000 --=-BuVvIbIxZaf4sN/WhUPF Content-Type: text/plain; charset=iso8859-15 Content-Transfer-Encoding: quoted-printable Le Mercredi 12 octobre 2005 =E0 13:13 -0500, Scot Hetzel a =E9crit : > On 10/12/05, Wesley Shields wrote: > > On Wed, Oct 12, 2005 at 10:44:53AM -0500, Peter G. Brown wrote: > > > Hello, > > > > > > A quick follow up - on editing the vsftpd.sh file and putting a space > > > between . /etc/rc.subr - it worked (with the other edits). > > > > It looks like you didn't select the RC_NG option from the menu. All th= e > > problems you are seeing would probably be taken care of if you selected > > that option. > > > I had a look at this port, and in my view it shouldn't need the RC_NG > menu option. Instead it should just install the vsftpd.sh script, and > default the vsftpd_enable to being disabled. >=20 > This way the vsftpd daemon can be started by either the script or by > inetd. Leaving the choice up to the admin, after the port/package is > installed. As currently, the package doesn't include the rc.d startup > script. I second that. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD committer --=-BuVvIbIxZaf4sN/WhUPF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDTYqjMxEkbVFH3PQRAiE1AJ9A0ftYB/E4tHrNDpZzjYm7JgBVZgCcDBeC yv/kxEWMyADxCoCsTw5mz0I= =390o -----END PGP SIGNATURE----- --=-BuVvIbIxZaf4sN/WhUPF-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 22:22:49 2005 Return-Path: X-Original-To: ports@freebsd.org 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 CE9FD16A41F; Wed, 12 Oct 2005 22:22:49 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6666C43D4C; Wed, 12 Oct 2005 22:22:49 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id j9CNLxs8035190; Wed, 12 Oct 2005 18:21:59 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id j9CNLxcV035189; Wed, 12 Oct 2005 18:21:59 -0500 (EST) (envelope-from wxs) Date: Wed, 12 Oct 2005 18:21:59 -0500 From: Wesley Shields To: Florent Thoumie Message-ID: <20051012232159.GA30935@csh.rit.edu> References: <434D2F75.5050208@beasleyfoodservice.com> <20051012174212.GA1572@csh.rit.edu> <790a9fff0510121113v19e08786yf3e5476d5f99cbd@mail.gmail.com> <1129155235.765.6.camel@cream.xbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1129155235.765.6.camel@cream.xbsd.org> User-Agent: Mutt/1.5.11 Cc: dinoex@freebsd.org, ports@freebsd.org, Scot Hetzel Subject: Re: FreeBSD Port: vsftpd-2.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 22:22:49 -0000 On Thu, Oct 13, 2005 at 12:13:55AM +0200, Florent Thoumie wrote: > Le Mercredi 12 octobre 2005 ? 13:13 -0500, Scot Hetzel a ?crit : > > On 10/12/05, Wesley Shields wrote: > > > On Wed, Oct 12, 2005 at 10:44:53AM -0500, Peter G. Brown wrote: > > > > Hello, > > > > > > > > A quick follow up - on editing the vsftpd.sh file and putting a space > > > > between . /etc/rc.subr - it worked (with the other edits). > > > > > > It looks like you didn't select the RC_NG option from the menu. All the > > > problems you are seeing would probably be taken care of if you selected > > > that option. > > > > > I had a look at this port, and in my view it shouldn't need the RC_NG > > menu option. Instead it should just install the vsftpd.sh script, and > > default the vsftpd_enable to being disabled. > > > > This way the vsftpd daemon can be started by either the script or by > > inetd. Leaving the choice up to the admin, after the port/package is > > installed. As currently, the package doesn't include the rc.d startup > > script. > > I second that. > As do I, and if nobody does so before I get some free time I will work on a patch for it. -- WXS From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 22:43:34 2005 Return-Path: X-Original-To: ports@freebsd.org 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 F1AE316A41F for ; Wed, 12 Oct 2005 22:43:34 +0000 (GMT) (envelope-from rgilaard@few.vu.nl) Received: from soling.few.vu.nl (soling.few.vu.nl [130.37.20.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA7143D6E for ; Wed, 12 Oct 2005 22:43:34 +0000 (GMT) (envelope-from rgilaard@few.vu.nl) Received: by soling.few.vu.nl (Smail #108) id m1EPpJs-0002D8C; Thu, 13 Oct 2005 00:43 +0200 Received: from 83.160.155.248 ( [83.160.155.248]) as user rgilaard@solo.few.vu.nl by www.few.vu.nl with HTTP; Thu, 13 Oct 2005 00:43:32 +0200 Message-ID: <1129157012.434d9194c0eb4@www.few.vu.nl> Date: Thu, 13 Oct 2005 00:43:32 +0200 From: rgilaard@few.vu.nl To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 Cc: Subject: does anyone know how to compile tcl8.4 with threads X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 22:43:35 -0000 Hi there, I'm running freebsd 5.4 on my laptop and it works nice. I already have tcl 8.4.7 on my system, but without threads. How do I compile this tcl version with threads? Do I need to uninstall it first or can I just do something like make reinstall WITH_THREADS="YES"?? Hope somebody can help me out, Brgds Robert From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 23:07:14 2005 Return-Path: X-Original-To: ports@freebsd.org 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 C36BD16A41F for ; Wed, 12 Oct 2005 23:07:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871E543D45 for ; Wed, 12 Oct 2005 23:07:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 416A61A3C19; Wed, 12 Oct 2005 16:07:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 736F351244; Wed, 12 Oct 2005 19:07:11 -0400 (EDT) Date: Wed, 12 Oct 2005 19:07:10 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20051012230710.GA88133@xor.obsecurity.org> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <20051012211228.GE1278@k7.mavetju> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 23:07:14 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 13, 2005 at 07:12:28AM +1000, Edwin Groothuis wrote: > On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > > >The syntax is: > > > PERL_BUILD_DEPENDS=3D MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > > >It checks the for the existence of MIME::Lite with the "perl -e > > >'use MIME::Lite'" command. > > Obviously this approach will cause great performance degrade. > > stat(2) is much more faster than loading perl. >=20 > Minimal compared with the time it takes to fetch distfiles and to > build. That's the only time it is checked. What about INDEX builds? Kris --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTZcdWry0BWjoQKURAnYKAKC/bm8EFD/OsuVa+0uKA1QtK6IULACg2jPW 5X7ZF8mgrcOX+BLxJ8eHqqw= =2rEh -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 12 23:27:49 2005 Return-Path: X-Original-To: ports@freebsd.org 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 BF99616A41F for ; Wed, 12 Oct 2005 23:27:49 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4498A43D46 for ; Wed, 12 Oct 2005 23:27:48 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 25E4F877C2E; Thu, 13 Oct 2005 09:27:47 +1000 (EST) X-Viruscan-Id: <434D9BF200003EE3454CC4@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id AD569877C1E; Thu, 13 Oct 2005 09:27:45 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 3CE2C877CE0; Thu, 13 Oct 2005 09:27:45 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 57C1F6129; Thu, 13 Oct 2005 09:27:43 +1000 (EST) Date: Thu, 13 Oct 2005 09:27:43 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20051012232743.GC1265@k7.mavetju> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> <20051012230710.GA88133@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051012230710.GA88133@xor.obsecurity.org> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 23:27:49 -0000 On Wed, Oct 12, 2005 at 07:07:10PM -0400, Kris Kennaway wrote: > On Thu, Oct 13, 2005 at 07:12:28AM +1000, Edwin Groothuis wrote: > > On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > > > >The syntax is: > > > > PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > > > >It checks the for the existence of MIME::Lite with the "perl -e > > > >'use MIME::Lite'" command. > > > Obviously this approach will cause great performance degrade. > > > stat(2) is much more faster than loading perl. > > > > Minimal compared with the time it takes to fetch distfiles and to > > build. That's the only time it is checked. > > What about INDEX builds? "make index" are multiple "make describe"s. A "make describe" is a perl script with two extra variables: prdirs and pbdirs. The splitting of PERL_RUN_DEPEND and PERL_BUILD_DEPENDS was first part of the split of BUILD_DEPENDS and RUN_DEPENDS. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 00:02:02 2005 Return-Path: X-Original-To: ports@freebsd.org 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 7E0B716A41F for ; Thu, 13 Oct 2005 00:02:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D48A43D48 for ; Thu, 13 Oct 2005 00:02:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0B41E1A3C27; Wed, 12 Oct 2005 17:02:02 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B186B513A5; Wed, 12 Oct 2005 20:01:59 -0400 (EDT) Date: Wed, 12 Oct 2005 20:01:59 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20051013000159.GA9092@xor.obsecurity.org> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> <20051012230710.GA88133@xor.obsecurity.org> <20051012232743.GC1265@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <20051012232743.GC1265@k7.mavetju> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 00:02:02 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 13, 2005 at 09:27:43AM +1000, Edwin Groothuis wrote: > On Wed, Oct 12, 2005 at 07:07:10PM -0400, Kris Kennaway wrote: > > On Thu, Oct 13, 2005 at 07:12:28AM +1000, Edwin Groothuis wrote: > > > On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > > > > >The syntax is: > > > > > PERL_BUILD_DEPENDS=3D MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > > > > >It checks the for the existence of MIME::Lite with the "perl -e > > > > >'use MIME::Lite'" command. > > > > Obviously this approach will cause great performance degrade. > > > > stat(2) is much more faster than loading perl. > > >=20 > > > Minimal compared with the time it takes to fetch distfiles and to > > > build. That's the only time it is checked. > >=20 > > What about INDEX builds? >=20 > "make index" are multiple "make describe"s. A "make describe" is a > perl script with two extra variables: prdirs and pbdirs. The splitting > of PERL_RUN_DEPEND and PERL_BUILD_DEPENDS was first part of the > split of BUILD_DEPENDS and RUN_DEPENDS. That doesn't seem to answer the question. Won't you be running thousands of extra perl invocations during 'make index' when your patch is fully deployed? Kris --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDTaP2Wry0BWjoQKURAslkAKCwL3cuOBpIYG7RJEt0FanJDKazYQCffN6d BEdNI7j46G69rqzOV2FWkpM= =JBrZ -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 00:56:03 2005 Return-Path: X-Original-To: ports@freebsd.org 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 073AB16A41F for ; Thu, 13 Oct 2005 00:56:03 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7AD43D46 for ; Thu, 13 Oct 2005 00:56:01 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 8EB80877C30; Thu, 13 Oct 2005 10:56:00 +1000 (EST) X-Viruscan-Id: <434DB0A00000DFA009995D@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id 63260877C1E; Thu, 13 Oct 2005 10:56:00 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id E42FD877CB0; Thu, 13 Oct 2005 10:55:59 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id B3DB66129; Thu, 13 Oct 2005 10:55:58 +1000 (EST) Date: Thu, 13 Oct 2005 10:55:58 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20051013005558.GF1278@k7.mavetju> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> <20051012230710.GA88133@xor.obsecurity.org> <20051012232743.GC1265@k7.mavetju> <20051013000159.GA9092@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051013000159.GA9092@xor.obsecurity.org> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 00:56:03 -0000 On Wed, Oct 12, 2005 at 08:01:59PM -0400, Kris Kennaway wrote: > On Thu, Oct 13, 2005 at 09:27:43AM +1000, Edwin Groothuis wrote: > > On Wed, Oct 12, 2005 at 07:07:10PM -0400, Kris Kennaway wrote: > > > On Thu, Oct 13, 2005 at 07:12:28AM +1000, Edwin Groothuis wrote: > > > > On Wed, Oct 12, 2005 at 05:17:50PM +0400, Sergey Skvortsov wrote: > > > > > >The syntax is: > > > > > > PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > > > > > >It checks the for the existence of MIME::Lite with the "perl -e > > > > > >'use MIME::Lite'" command. > > > > > Obviously this approach will cause great performance degrade. > > > > > stat(2) is much more faster than loading perl. > > > > > > > > Minimal compared with the time it takes to fetch distfiles and to > > > > build. That's the only time it is checked. > > > > > > What about INDEX builds? > > > > "make index" are multiple "make describe"s. A "make describe" is a > > perl script with two extra variables: prdirs and pbdirs. The splitting > > of PERL_RUN_DEPEND and PERL_BUILD_DEPENDS was first part of the > > split of BUILD_DEPENDS and RUN_DEPENDS. > > That doesn't seem to answer the question. Won't you be running > thousands of extra perl invocations during 'make index' when your > patch is fully deployed? No, since "make describe" is already a perl script. If you look at the patch, the following sections changed: - A perl-(build|run)-depends target is added, which is only called during the building of the ports. - The (ALL|BUILD|RUN)-DEPENDS-LIST macros have added the PERL_(BUILD|RUN)_DEPENDS variables in the for statement. The for loop itself isn't longer, it is just that the order of the variables has changed. - The describe target has two extra lines, again no exta data, just reordered. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 01:51:20 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 1C7B116A41F for ; Thu, 13 Oct 2005 01:51:20 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 209C143D45 for ; Thu, 13 Oct 2005 01:51:18 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.53 (FreeBSD)) id 1EPsH3-000ICb-8u; Thu, 13 Oct 2005 09:52:49 +0800 Message-Id: <6.2.1.2.2.20051013094808.03503190@202.179.0.80> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Thu, 13 Oct 2005 09:50:20 +0900 To: Mike Hunter From: Ganbold In-Reply-To: <20051012183816.GC79580@malcolm.berkeley.edu> References: <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> <434AD846.8080808@ebs.gr> <20051010211440.GA94252@misty.eyesbeyond.com> <20051010222516.GA20433@malcolm.berkeley.edu> <6.2.1.2.2.20051011092856.034f7940@202.179.0.80> <20051012062659.GA64586@malcolm.berkeley.edu> <6.2.1.2.2.20051012143305.03d45580@202.179.0.80> <20051012183816.GC79580@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-ports@FreeBSD.org Subject: Re: [solved] Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 01:51:20 -0000 At 03:38 AM 10/13/2005, you wrote: >On Oct 12, "Ganbold" wrote: > > > At 03:26 PM 10/12/2005, you wrote: > > > > > >I tried it and it seemed to complete after a while, although my Mongolian > > >is a little rusty so I'm not completely sure the output was correct :) > > > > Don't worry about Mongolian, if it is loading on your machine then I have > > to try it later on my PC with XToolkit. > >:) Good luck. It tried to use XToolkit as described in http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html and it is working fine. Ganbold >Mike From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 05:06:55 2005 Return-Path: X-Original-To: ports@freebsd.org 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 B02D016A41F for ; Thu, 13 Oct 2005 05:06:55 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from mail45.e.nsc.no (mail45.e.nsc.no [193.213.115.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4D443D45 for ; Thu, 13 Oct 2005 05:06:50 +0000 (GMT) (envelope-from solskogen@carebears.mine.nu) Received: from carebears.mine.nu (062249172002.customer.alfanett.no [62.249.172.2]) by mail45.nsc.no (8.12.11/8.12.11) with ESMTP id j9D56kxY016783; Thu, 13 Oct 2005 07:06:48 +0200 (CEST) Received: from localhost (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 19DD227E4C6; Thu, 13 Oct 2005 07:06:47 +0200 (CEST) Received: from carebears.mine.nu ([127.0.0.1]) by localhost (tenderheart.carebears.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54619-03; Thu, 13 Oct 2005 07:06:45 +0200 (CEST) Received: from carebears.mine.nu (localhost.carebears.net [127.0.0.1]) by carebears.mine.nu (Postfix) with ESMTP id 9FD5C27E444; Thu, 13 Oct 2005 07:06:45 +0200 (CEST) Received: from 134.47.98.148 ([148.121.98.148]) (SquirrelMail authenticated user solskogen) by carebears.mine.nu with HTTP; Thu, 13 Oct 2005 07:06:45 +0200 (CEST) Message-ID: <1922.148.121.98.148.1129180005.squirrel@carebears.mine.nu> In-Reply-To: <20051012214237.7c9a0473@Magellan.Leidinger.net> References: <57472.62.249.172.2.1129090711.squirrel@carebears.mine.nu> <20051012214237.7c9a0473@Magellan.Leidinger.net> Date: Thu, 13 Oct 2005 07:06:45 +0200 (CEST) From: "Christer Solskogen" To: "Alexander Leidinger" User-Agent: SquirrelMail/1.4.6 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavis at tenderheart.carebears.net Cc: ports@freebsd.org Subject: Re: cant build mail/libetpan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 05:06:55 -0000 On Wed, October 12, 2005 21:42, Alexander Leidinger wrote: > On Wed, 12 Oct 2005 06:18:31 +0200 (CEST) > "Christer Solskogen" wrote: > >> I get this: >> >> ===> Configuring for libetpan-0.39 >> expr: not found >> sed: not found >> chmod: not found >> rm: not found >> sed: not found >> sed: not found >> : error: cannot create .lineno; rerun with a POSIX shell > > Looks to me as if the PATH isn't set correctly... > > Here it works as expected. So it seems. Some jerk (possibly me) set PATH in make.conf - that is not very smart. -- cso From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 06:12:02 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 855F316A41F; Thu, 13 Oct 2005 06:12:02 +0000 (GMT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC4043D46; Thu, 13 Oct 2005 06:12:01 +0000 (GMT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: from 8ball.rtp.FreeBSD.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) by triangle.rtp.FreeBSD.Org (8.13.1/8.13.1) with ESMTP id j9D6BlNQ046021; Thu, 13 Oct 2005 02:11:47 -0400 (EDT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: (from kris@localhost) by 8ball.rtp.FreeBSD.org (8.13.3/8.13.3/Submit) id j9D5M6pG020518; Thu, 13 Oct 2005 01:22:06 -0400 (EDT) (envelope-from kris) Date: Thu, 13 Oct 2005 01:22:06 -0400 (EDT) From: Kris Kennaway Message-Id: <200510130522.j9D5M6pG020518@8ball.rtp.FreeBSD.org> To: bsd-sharp-list@forge.novell.com, danger@rulez.sk, jhp@cocoja.holywar.net, perky@FreeBSD.org, ports@FreeBSD.org, whitekid@gmail.com Cc: Subject: Ports with duplicate LATEST_LINKS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 06:12:02 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Kris "Annoying Reminder Guy II" Kennaway LATEST_LINK PORTNAME MAINTAINER ========================================================================== AutoIndex www/autoindex danger@rulez.sk AutoIndex www/autoindex2 danger@rulez.sk gmime2 mail/gmime2-sharp bsd-sharp-list@forge.novell.com gmime2 mail/gmime2 ports@FreeBSD.org py24-gdchart graphics/py-gdchart perky@FreeBSD.org py24-gdchart graphics/py-gdchart2 whitekid@gmail.com tintin net/tintin++ jhp@cocoja.holywar.net tintin net/tintin++-devel jhp@cocoja.holywar.net Total: 8 ports From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 08:27:06 2005 Return-Path: X-Original-To: ports@freebsd.org 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 64D9C16A420; Thu, 13 Oct 2005 08:27:06 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from gundel.de.clara.net (gundel2.de.clara.net [212.82.225.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1F743D45; Thu, 13 Oct 2005 08:27:05 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from bla.keyoz.org ([62.24.31.55]) by gundel.de.clara.net with esmtp (Exim 4.30; FreeBSD) id 1EPyQf-000M8G-Ip; Thu, 13 Oct 2005 10:27:09 +0200 Date: Thu, 13 Oct 2005 10:27:03 +0200 From: Christian Meutes To: freebsd-threads@FreeBSD.org, stable@freebsd.org, ports@freebsd.org Message-ID: <52C852D2E1DE99114638D11D@tobaco.qunec.de> X-Mailer: Mulberry/4.0.0b4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: MySQL(linuxthread) problem with Freeradius X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 08:27:06 -0000 Hi everyone, i have just found out why FreeRADIUS always crashs when loading the mysql module. I have compiled MySQL with linuxthreads and thats why FreeRADIUS always crashs with a Segmentation fault. I have tested this with MySQL 4 and 4.1 (both out of the ports), FreeBSD 5.4-Release and Stable and FreeRADIUS 1.0.4(ports) and FreeRADIUS 1.0.5. So you can see its able to get FreeRADIUS running on FreeBSD with MySQL(linuxthreads). When compiling MySQL with native threads its running just well, but with little performance suffer. Can anybody find out why Linuxthreads with MySQL are not running with FreeRADIUS? -christian From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 09:16:38 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 86B0316A41F for ; Thu, 13 Oct 2005 09:16:38 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27843D48 for ; Thu, 13 Oct 2005 09:16:38 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so291308nzd for ; Thu, 13 Oct 2005 02:16:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Uo2avgjtEgmqoSmgUy74OF1CyIpdvlSsW7dWVXAHDoQZVaePMfoQUFQBwZoShXVn7CaiOlg6AFASzFq2IMDJoR83ueSmpeGS6F4htilI28Gcj+j2FoDKNEFKkMWK9IsuHyquFYktR11nFyliwgEcaSPTsTCT6F4FUBkDLlwkFBo= Received: by 10.36.80.10 with SMTP id d10mr2133944nzb; Thu, 13 Oct 2005 02:16:37 -0700 (PDT) Received: by 10.36.72.10 with HTTP; Thu, 13 Oct 2005 02:16:37 -0700 (PDT) Message-ID: <28edec3c0510130216i1954a71dyb93900ac50e18a2c@mail.gmail.com> Date: Thu, 13 Oct 2005 17:16:37 +0800 From: "Mars G. Miro" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: patching a build dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 09:16:38 -0000 Hi porters! I'm working on a port that has another port as its build dependency. Let's say this is port X and the dependency is port Z. When I'm building port X, I need to patch something in port Z, however I don't need to patch port Z if i'm only building port Z. Is this at all possible to set this in port X's Makefile? or should I do this in port Z, then perhaps define a variable somewhere to patch it if i'm building port X? Thanks much. cheers mars From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 10:29:47 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 D910416A41F for ; Thu, 13 Oct 2005 10:29:47 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F743D48 for ; Thu, 13 Oct 2005 10:29:46 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 13318 invoked by uid 1010); 13 Oct 2005 13:16:16 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 13 Oct 2005 13:16:16 +0300 Date: Thu, 13 Oct 2005 13:32:34 +0300 From: Adi Pircalabu To: Alexander Leidinger Message-ID: <20051013133234.4f3a5d41@apircalabu.dsd.ro> In-Reply-To: <20051012213651.36fd8b36@Magellan.Leidinger.net> References: <1129068850.711.19.camel@localhost> <18752362@srv.sem.ipt.ru> <20051012120448.99f5exkao0s4444c@netchild.homeip.net> <20051012052418.mjup03rqqs0okoo4@mail.encontacto.net> <20051012134214.2d0413a6@apircalabu.dsd.ro> <20051012134658.1ff9f546@apircalabu.dsd.ro> <20051012213651.36fd8b36@Magellan.Leidinger.net> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: freebsd-ports@freebsd.org Subject: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? (was Re: portupgrade, linuxpluginwrapper, acroread7 and Epiphany) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 10:29:48 -0000 On Wed, 12 Oct 2005 21:36:51 +0200 Alexander Leidinger wrote: > > ... and, of course, update your /etc/libmap.conf accordingly. BTW I > > don't see a pending PR for linuxpluginwrapper, should I file one? > > Yes please. Well, I'm quite busy these days, hope to find some time in the weekend to test a patch for linuxpluginwrapper. But, until then, I'd like to know something about the reasons behind changing acroread7 installation directory to /usr/local/lib/acroread and if this is going to be its long-term final location. Because, in my opinion, it's a waste of resources and time to commit patches for other ports using it and roll them back later. Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 10:51:11 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 E660816A41F for ; Thu, 13 Oct 2005 10:51:11 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C28E43D45 for ; Thu, 13 Oct 2005 10:51:09 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 9264 invoked from network); 13 Oct 2005 10:51:07 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 13 Oct 2005 10:51:07 -0000 Received: (qmail 21180 invoked by uid 89); 13 Oct 2005 10:51:07 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 13 Oct 2005 10:51:07 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 9B8476182; Thu, 13 Oct 2005 13:51:06 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP; Thu, 13 Oct 2005 13:51:06 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 29F7B9B; Thu, 13 Oct 2005 13:51:06 +0300 (EEST) Date: Thu, 13 Oct 2005 13:51:05 +0300 From: Ion-Mihai Tetcu To: "Mars G. Miro" Message-ID: <20051013135105.2524e2e0@it.buh.cameradicommercio.ro> In-Reply-To: <28edec3c0510130216i1954a71dyb93900ac50e18a2c@mail.gmail.com> References: <28edec3c0510130216i1954a71dyb93900ac50e18a2c@mail.gmail.com> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: freebsd-ports@freebsd.org Subject: Re: patching a build dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 10:51:12 -0000 On Thu, 13 Oct 2005 17:16:37 +0800 "Mars G. Miro" wrote: > Hi porters! > > I'm working on a port that has another port as its build dependency. > Let's say this is port X and the dependency is port Z. When I'm > building port X, I need to patch something in port Z, however I don't > need to patch port Z if i'm only building port Z. Is this at all > possible to set this in port X's Makefile? or should I do this in port > Z, then perhaps define a variable somewhere to patch it if i'm > building port X? You could do it both ways (with some work) but the second one is the right one IMO; if the patch changes something significant you should probably do a slave port for the X(Z) case and change the PKGNAMESUFFIX -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 12:40:23 2005 Return-Path: X-Original-To: ports@freebsd.org 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 AD02E16A44B for ; Thu, 13 Oct 2005 12:40:23 +0000 (GMT) (envelope-from skv@protey.ru) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC7943D46 for ; Thu, 13 Oct 2005 12:40:22 +0000 (GMT) (envelope-from skv@protey.ru) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.com with esmtp id 1EQ2Nf-000NDT-A2; Thu, 13 Oct 2005 16:40:19 +0400 Message-ID: <434E55B3.7020501@protey.ru> Date: Thu, 13 Oct 2005 16:40:19 +0400 From: Sergey Skvortsov Organization: 3W Graphics User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Edwin Groothuis References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> In-Reply-To: <20051012211228.GE1278@k7.mavetju> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 12:40:23 -0000 Edwin Groothuis wrote: >>> The syntax is: >>> PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite >>> It checks the for the existence of MIME::Lite with the "perl -e >>> 'use MIME::Lite'" command. >> Obviously this approach will cause great performance degrade. >> stat(2) is much more faster than loading perl. > > Minimal compared with the time it takes to fetch distfiles and to > build. That's the only time it is checked. Loading some module (via "use") can take even more time than simply detecting corresponding .pm file because all code is compiled into bytecode-tree. PERL_BUILD_DEPEND is an useless syntax sugar. FYI: "perl -MMIME::Lite -e 0" is right way to check module. -- Sergey Skvortsov mailto: skv@protey.ru From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 13:14:00 2005 Return-Path: X-Original-To: ports@freebsd.org 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 AC2D316A41F; Thu, 13 Oct 2005 13:14:00 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from gundel.de.clara.net (gundel2.de.clara.net [212.82.225.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36EB43D70; Thu, 13 Oct 2005 13:13:57 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from bla.keyoz.org ([62.24.31.55]) by gundel.de.clara.net with esmtp (Exim 4.30; FreeBSD) id 1EQ2uI-0009WR-0f; Thu, 13 Oct 2005 15:14:02 +0200 Date: Thu, 13 Oct 2005 15:13:56 +0200 From: Christian Meutes Message-ID: <96C054CCCCE25B7203317A4A@tobaco.qunec.de> X-Mailer: Mulberry/4.0.0b4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@freebsd.org, threads@freebsd.org, stable@freebsd.org Subject: Re: MySQL(linuxthread) problem with Freeradius (fwd) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Meutes List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 13:14:01 -0000 Hi Jason, i tried freeradius from the ports 1.0.4 and i compiled it myself with newest version 1.0.5. both times it crashs when i had built mysql with linuxthreads. would be nice if you could reproduce this, but dont forget: you have to rebuilt freeradius when you switch from mysql-linuxthreads to mysql-pthreads, i think this is for importance, but i dont really know. please confirm as fast as possible to get this bug repaired. i dont exactly know if this is only a fault of the linuxthreads or maybe from mysql or freeradius too. -christian --On Thursday, October 13, 2005 08:00:44 -0500 JasonN wrote: > Man, thanks for talking about this issue. I've just installed MySQL > 4.1 with linux threads and I'm running the same dist. and FreeRADIUS > from the ports. Did you install from the ports? > >-- > >Jason A. Nunnelley >---------------------------------------- >http://www.jasonn.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 13:22:51 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 F0FAF16A41F for ; Thu, 13 Oct 2005 13:22:50 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E9743D7C for ; Thu, 13 Oct 2005 13:22:43 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id j9DDMdt9027803 for ; Thu, 13 Oct 2005 15:22:40 +0200 (MEST) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id ED545C132; Thu, 13 Oct 2005 15:26:01 +0200 (CEST) Date: Thu, 13 Oct 2005 15:26:01 +0200 From: Christopher Illies To: freebsd-ports@freebsd.org Message-ID: <20051013132601.GA57837@Klabautermann.ks.se> Mail-Followup-To: Christopher Illies , freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 13:22:51 -0000 On my FreeBSD 6.0 system math/lapack fails to install while I have NO_PROFILE=true set in /etc/make.conf. Obviously the follwing patch fixes this problem on my system: --- /usr/ports/math/lapack/Makefile.orig Thu Oct 13 14:47:16 2005 +++ /usr/ports/math/lapack/Makefile Thu Oct 13 14:47:35 2005 @@ -215,7 +215,7 @@ @${ECHO} "Set ENABLE_TESTING to YES to enable testing and timing." .endif pre-install: -.if !defined(NOPROFILE) +.if !defined(NO_PROFILE) @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} .else @${SED} -e /_p.a/d ${PKGDIR}/pkg-plist > ${PLIST} @@ -224,7 +224,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib -.if !defined(NOPROFILE) +.if !defined(NO_PROFILE) ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas_p.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack_p.a ${PREFIX}/lib .endif I seem to remember that the change from NOPROFILE to NO_PROFILE was a recent change that does not apply to all versions of FreeBSD. What would be the correct way to do this? TIA, Christopher please cc me for quicker response! From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 16:09:09 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1AC3C16A41F for ; Thu, 13 Oct 2005 16:09:09 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3EE43D46 for ; Thu, 13 Oct 2005 16:09:08 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id t15so253009wxc for ; Thu, 13 Oct 2005 09:09:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P1M76JScK2kL1TXrBOLQq1FODm8CqMv6JSd1LBqwhZQBQ3rmIMbfwaGFsfHu5YD3okOZthhh/fLQWQDnmSPbvY1HCl8S777jB8tvsgPOB2wuWpIqJzDRpocQujHVrkW/xN7sdvVBWnDtQ5SHNSgecdwG0is2tjGR89QFkgoEMIw= Received: by 10.70.115.9 with SMTP id n9mr754908wxc; Thu, 13 Oct 2005 09:02:04 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Thu, 13 Oct 2005 09:02:04 -0700 (PDT) Message-ID: <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> Date: Thu, 13 Oct 2005 11:02:04 -0500 From: Scot Hetzel To: Christopher Illies , freebsd-ports@freebsd.org In-Reply-To: <20051013132601.GA57837@Klabautermann.ks.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051013132601.GA57837@Klabautermann.ks.se> Cc: Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:09:09 -0000 On 10/13/05, Christopher Illies wrote: > On my FreeBSD 6.0 system math/lapack fails to install while I have > NO_PROFILE=3Dtrue set in /etc/make.conf. Obviously the follwing patch > fixes this problem on my system: > > --- /usr/ports/math/lapack/Makefile.orig Thu Oct 13 14:47:16 > 2005 > +++ /usr/ports/math/lapack/Makefile Thu Oct 13 14:47:35 2005 > @@ -215,7 +215,7 @@ > @${ECHO} "Set ENABLE_TESTING to YES to enable testing and > timing." > .endif > pre-install: > -.if !defined(NOPROFILE) > +.if !defined(NO_PROFILE) > @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} > .else > @${SED} -e /_p.a/d ${PKGDIR}/pkg-plist > ${PLIST} > @@ -224,7 +224,7 @@ > do-install: > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib > -.if !defined(NOPROFILE) > +.if !defined(NO_PROFILE) > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas_p.a ${PREFIX}/lib > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack_p.a ${PREFIX}/lib > .endif > > I seem to remember that the change from NOPROFILE to NO_PROFILE was a > recent change that does not apply to all versions of FreeBSD. What > would be the correct way to do this? > Try adding this to the port: .if ${OSVERSION} < 600000 && defined(NOPROFILE) NO_PROFILE=3D true .endif Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 16:12:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0682116A41F for ; Thu, 13 Oct 2005 16:12:54 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A906C43D45 for ; Thu, 13 Oct 2005 16:12:53 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DGCdeq015054; Thu, 13 Oct 2005 09:12:39 -0700 From: Frank Jahnke To: apircalabu@bitdefender.com Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 09:05:56 -0700 Message-Id: <1129219556.635.18.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:12:54 -0000 Just to be clear, I don't think the port fails for me because of the path problems. I corrected those after it was installed. By all means do have a look at the port, but there may be more at work here than just a path problem. Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 16:38:34 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 9083016A41F for ; Thu, 13 Oct 2005 16:38:34 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A49C43D45 for ; Thu, 13 Oct 2005 16:38:32 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 29908 invoked by uid 1010); 13 Oct 2005 19:25:01 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 13 Oct 2005 19:25:01 +0300 Date: Thu, 13 Oct 2005 19:41:21 +0300 From: Adi Pircalabu To: jahnke@fmjassoc.com Message-ID: <20051013194121.377f9f3c@apircalabu.dsd.ro> In-Reply-To: <1129219556.635.18.camel@localhost> References: <1129219556.635.18.camel@localhost> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:38:34 -0000 On Thu, 13 Oct 2005 09:05:56 -0700 Frank Jahnke wrote: > Just to be clear, I don't think the port fails for me because of the > path problems. I corrected those after it was installed. Well, I've just re-read the entire thread and noticed the following: > >> libmap.conf: > >> # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > >> [/usr/X11R6/lib/browser_plugins/nppdf.so] > >> libc.so.6 pluginwrapper/acrobat.so > > > >> where the location is linked to > >> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, Please try editing libmap.conf and change you acroread7 entry from [/usr/X11R6/lib/browser_plugins/nppdf.so] to [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] Also, make sure you have /usr/X11R6/lib/browser_plugins/nppdf.so symlinked to /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so Tell us if this fixes the problem. If not, run mozilla from a terminal and post the output. > By all means do have a look at the port, but there may be more at > work here than just a path problem. Saturday, hopefully :) -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 16:51:20 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 B917616A423 for ; Thu, 13 Oct 2005 16:51:20 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A21A43D45 for ; Thu, 13 Oct 2005 16:51:20 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DGoWMH027977; Thu, 13 Oct 2005 09:50:33 -0700 From: Frank Jahnke To: Adi Pircalabu In-Reply-To: <20051013194121.377f9f3c@apircalabu.dsd.ro> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 09:43:49 -0700 Message-Id: <1129221829.3227.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:51:21 -0000 Thanks for the follow-up. > Please try editing libmap.conf and change you acroread7 entry from > [/usr/X11R6/lib/browser_plugins/nppdf.so] > to > [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > > Also, make sure you have /usr/X11R6/lib/browser_plugins/nppdf.so > symlinked to > /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > Tell us if this fixes the problem. If not, run mozilla from a terminal > and post the output. It does not. Here's the output from a mozilla when I try to load a pdf: %mozilla LoadPlugin: failed to initialize shared library /usr/local/lib/acroread/usr/loca l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so [/usr/local/lib/acroread/usr/loca l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol "__strtol_internal"] LoadPlugin: failed to initialize shared library /usr/local/lib/acroread/usr/loca l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so [/usr/local/lib/acroread/usr/loca l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol "__strtol_internal"] Sorry for the bad formatting. > > > By all means do have a look at the port, but there may be more at > > work here than just a path problem. > > Saturday, hopefully :) That would be great! > > -- > Adi Pircalabu (PGP Key ID 0x04329F5E) Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:06:46 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 F1C6916A41F for ; Thu, 13 Oct 2005 17:06:46 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2437043D6E for ; Thu, 13 Oct 2005 17:06:39 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 8348 invoked by uid 1010); 13 Oct 2005 19:53:08 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 13 Oct 2005 19:53:08 +0300 Date: Thu, 13 Oct 2005 20:09:28 +0300 From: Adi Pircalabu To: jahnke@fmjassoc.com Message-ID: <20051013200928.5d4743bc@apircalabu.dsd.ro> In-Reply-To: <1129221829.3227.4.camel@localhost> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:06:47 -0000 On Thu, 13 Oct 2005 09:43:49 -0700 Frank Jahnke wrote: > %mozilla > LoadPlugin: failed to initialize shared > library /usr/local/lib/acroread/usr/loca > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > [/usr/local/lib/acroread/usr/loca > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol > "__strtol_internal"] It seems it doesn't find Linux's libc. Do you have enabled Linux at boot time? What does "kldstat -v | grep -E linux" say? -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:11:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0AB9916A420 for ; Thu, 13 Oct 2005 17:11:15 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D0243D45 for ; Thu, 13 Oct 2005 17:11:14 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DHATNH001921; Thu, 13 Oct 2005 10:10:29 -0700 From: Frank Jahnke To: Adi Pircalabu In-Reply-To: <20051013200928.5d4743bc@apircalabu.dsd.ro> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 10:03:46 -0700 Message-Id: <1129223026.3227.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:11:15 -0000 On Thu, 2005-10-13 at 20:09 +0300, Adi Pircalabu wrote: > On Thu, 13 Oct 2005 09:43:49 -0700 > Frank Jahnke wrote: > > > %mozilla > > LoadPlugin: failed to initialize shared > > library /usr/local/lib/acroread/usr/loca > > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > [/usr/local/lib/acroread/usr/loca > > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol > > "__strtol_internal"] > > It seems it doesn't find Linux's libc. Do you have enabled Linux at > boot time? Yes. > What does "kldstat -v | grep -E linux" say? > %kldstat -v | grep -E linux 3 1 0xc272d000 15000 linux.ko 351 linuxelf 352 linuxaout % > -- > Adi Pircalabu (PGP Key ID 0x04329F5E) > > Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:19:06 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 4FA8616A421 for ; Thu, 13 Oct 2005 17:19:06 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BF143D8F for ; Thu, 13 Oct 2005 17:18:55 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 25511 invoked by uid 1010); 13 Oct 2005 20:05:24 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 13 Oct 2005 20:05:23 +0300 Date: Thu, 13 Oct 2005 20:21:43 +0300 From: Adi Pircalabu To: jahnke@fmjassoc.com Message-ID: <20051013202143.60dc628c@apircalabu.dsd.ro> In-Reply-To: <1129223026.3227.9.camel@localhost> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <1129223026.3227.9.camel@localhost> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:19:06 -0000 On Thu, 13 Oct 2005 10:03:46 -0700 Frank Jahnke wrote: > > What does "kldstat -v | grep -E linux" say? > > > %kldstat -v | grep -E linux > 3 1 0xc272d000 15000 linux.ko > 351 linuxelf > 352 linuxaout Interesting, which version of linux_base are you using? I have no problem at all with emulators/linux_base-8. -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:27:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5164116A420 for ; Thu, 13 Oct 2005 17:27:30 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5E43D46 for ; Thu, 13 Oct 2005 17:27:29 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DHPkpt007011; Thu, 13 Oct 2005 10:25:47 -0700 From: Frank Jahnke To: Adi Pircalabu In-Reply-To: <20051013202143.60dc628c@apircalabu.dsd.ro> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <1129223026.3227.9.camel@localhost> <20051013202143.60dc628c@apircalabu.dsd.ro> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 10:19:03 -0700 Message-Id: <1129223943.3227.22.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:27:30 -0000 On Thu, 2005-10-13 at 20:21 +0300, Adi Pircalabu wrote: > On Thu, 13 Oct 2005 10:03:46 -0700 > Frank Jahnke wrote: > > > > What does "kldstat -v | grep -E linux" say? > > > > > %kldstat -v | grep -E linux > > 3 1 0xc272d000 15000 linux.ko > > 351 linuxelf > > 352 linuxaout > > Interesting, which version of linux_base are you using? I have no > problem at all with emulators/linux_base-8. The same. I cvsupped on Tuesday, 11 Oct, so it is quite recent. Acrobat was updated, as was lpw and the linux_base as part of the portupgrade. It is running on 6.0RC. Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:35:01 2005 Return-Path: X-Original-To: ports@freebsd.org 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 A27EC16A41F; Thu, 13 Oct 2005 17:35:01 +0000 (GMT) (envelope-from mit@mitayai.org) Received: from dave.toronto-on-ca.9trackmind.com (206-223-168-22.beanfield.net [206.223.168.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FF543D45; Thu, 13 Oct 2005 17:35:00 +0000 (GMT) (envelope-from mit@mitayai.org) Received: from localhost (localhost [127.0.0.1]) by av.9trackmind.com (Postfix) with ESMTP id 73C66105104; Thu, 13 Oct 2005 13:36:57 -0400 (EDT) Received: from amavis.9trackmind.com ([127.0.0.1]) by localhost (dave.toronto-on-ca.9trackmind.c [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61967-09; Thu, 13 Oct 2005 13:36:49 -0400 (EDT) Received: from [192.168.2.101] (206-223-168-22.beanfield.net [206.223.168.22]) by dave.toronto-on-ca.9trackmind.com (Postfix) with ESMTP; Thu, 13 Oct 2005 13:36:49 -0400 (EDT) Message-ID: <434E9AB2.7030209@mitayai.org> Date: Thu, 13 Oct 2005 13:34:42 -0400 From: Mit Rowe User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org, security@freebsd.org Content-Type: multipart/mixed; boundary="------------040600060800010301050000" X-Virus-Scanned: amavisd-new at 9trackmind.com X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Fwd: phpmyadmin vulnerability] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:35:01 -0000 This is a multi-part message in MIME format. --------------040600060800010301050000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit current port version 2.6.4-pl1 vulnerable phpMyAdmin security announcement PMASA-2005-4 Announcement-ID: PMASA-2005-4 Date: 2005-10-11 *Summary*: Local file inclusion vulnerability *Description*: In libraries/grab_globals.lib.php, the $__redirect parameter was not correctly validated, opening the door to a local file inclusion attack. *Severity*: We consider this vulnerability to be serious. However, it can be exploited only on systems not running in PHP safe mode (unless a deliberate hole was opened by including in open_basedir some paths containing sensitive data). *Affected versions*: phpMyAdmin versions 2.6.4 and 2.6.4-pl1. *Solution:* Upgrade to phpMyAdmin 2.6.4-pl2 or newer. For further information and in case of questions, please contact the phpMyAdmin team. Our website is http://www.phpmyadmin.net/ . -- Will Mitayai Keeso Rowe Technical Director 9TrackMind, Inc. mit@9trackmind.com mobile: +1.416.219 2512 --------------040600060800010301050000 Content-Type: message/rfc822; name="phpmyadmin vulnerability" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="phpmyadmin vulnerability" Return-Path: X-Original-To: mit@mitayai.org Delivered-To: mit@mitayai.org Received: from localhost (localhost [127.0.0.1]) by av.9trackmind.com (Postfix) with ESMTP id A11D3105104 for ; Thu, 13 Oct 2005 13:19:48 -0400 (EDT) Received: from amavis.9trackmind.com ([127.0.0.1]) by localhost (dave.toronto-on-ca.9trackmind.c [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61383-20 for ; Thu, 13 Oct 2005 13:19:40 -0400 (EDT) Received: from fep6.cogeco.net (smtp.cogeco.net [216.221.81.25]) by dave.toronto-on-ca.9trackmind.com (Postfix) with ESMTP for ; Thu, 13 Oct 2005 13:19:37 -0400 (EDT) Received: from Spinauda (d38-169-123.home1.cgocable.net [72.38.169.123]) by fep6.cogeco.net (Postfix) with SMTP id 35E41E98 for ; Thu, 13 Oct 2005 13:17:25 -0400 (EDT) Message-ID: <00a601c5d019$fb9a9960$6500a8c0@Spinauda> From: "AuDaSeE" To: "Mit Rowe" References: <433808A6.20608@mitayai.org> Subject: phpmyadmin vulnerability Date: Thu, 13 Oct 2005 13:17:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: amavisd-new at 9trackmind.com http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-4 --------------040600060800010301050000-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:38:16 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0922916A41F for ; Thu, 13 Oct 2005 17:38:16 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B70F43D48 for ; Thu, 13 Oct 2005 17:38:14 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 17978 invoked by uid 1010); 13 Oct 2005 20:24:43 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 13 Oct 2005 20:24:43 +0300 Date: Thu, 13 Oct 2005 20:41:03 +0300 From: Adi Pircalabu To: jahnke@fmjassoc.com Message-ID: <20051013204103.4b92272c@apircalabu.dsd.ro> In-Reply-To: <1129223943.3227.22.camel@localhost> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <1129223026.3227.9.camel@localhost> <20051013202143.60dc628c@apircalabu.dsd.ro> <1129223943.3227.22.camel@localhost> Organization: BitDefender X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:38:16 -0000 On Thu, 13 Oct 2005 10:19:03 -0700 Frank Jahnke wrote: > > > > What does "kldstat -v | grep -E linux" say? > > > > > > > %kldstat -v | grep -E linux > > > 3 1 0xc272d000 15000 linux.ko > > > 351 linuxelf > > > 352 linuxaout > > > > Interesting, which version of linux_base are you using? I have no > > problem at all with emulators/linux_base-8. > > The same. I cvsupped on Tuesday, 11 Oct, so it is quite recent. > Acrobat was updated, as was lpw and the linux_base as part of the > portupgrade. It is running on 6.0RC. Sorry, I'm out of ideas atm :) I'm on 5.4-STABLE, no 6.0 machine available for testing right now. Maybe you can get more help from the port maintainer. -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 17:42:22 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 4C31A16A41F for ; Thu, 13 Oct 2005 17:42:22 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B408043D48 for ; Thu, 13 Oct 2005 17:42:21 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DHftk8012836; Thu, 13 Oct 2005 10:41:55 -0700 From: Frank Jahnke To: Adi Pircalabu In-Reply-To: <20051013204103.4b92272c@apircalabu.dsd.ro> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <1129223026.3227.9.camel@localhost> <20051013202143.60dc628c@apircalabu.dsd.ro> <1129223943.3227.22.camel@localhost> <20051013204103.4b92272c@apircalabu.dsd.ro> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 10:35:11 -0700 Message-Id: <1129224911.3227.30.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: alexander@leidinger.net, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 17:42:22 -0000 On Thu, 2005-10-13 at 20:41 +0300, Adi Pircalabu wrote: > > > > The same. I cvsupped on Tuesday, 11 Oct, so it is quite recent. > > Acrobat was updated, as was lpw and the linux_base as part of the > > portupgrade. It is running on 6.0RC. > > Sorry, I'm out of ideas atm :) > I'm on 5.4-STABLE, no 6.0 machine available for testing right now. > Maybe you can get more help from the port maintainer. I copied him (nork@freebsd.org) on my first message, and have heard nothing. Perhaps I should file a PR? Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 18:08:49 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 9490816A44D for ; Thu, 13 Oct 2005 18:08:49 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985DC43D4C for ; Thu, 13 Oct 2005 18:08:47 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E503.dip.t-dialin.net [84.165.229.3]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9DHpZgG003684; Thu, 13 Oct 2005 19:51:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9DI8Yig075797; Thu, 13 Oct 2005 20:08:34 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Thu, 13 Oct 2005 20:08:34 +0200 From: Alexander Leidinger To: Adi Pircalabu Message-ID: <20051013200834.30ba3000@Magellan.Leidinger.net> In-Reply-To: <20051013200928.5d4743bc@apircalabu.dsd.ro> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: jahnke@fmjassoc.com, freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 18:08:49 -0000 On Thu, 13 Oct 2005 20:09:28 +0300 Adi Pircalabu wrote: > On Thu, 13 Oct 2005 09:43:49 -0700 > Frank Jahnke wrote: > > > %mozilla > > LoadPlugin: failed to initialize shared > > library /usr/local/lib/acroread/usr/loca > > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so > > [/usr/local/lib/acroread/usr/loca > > l/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol > > "__strtol_internal"] > > It seems it doesn't find Linux's libc. Do you have enabled Linux at > boot time? What does "kldstat -v | grep -E linux" say? It isn't supposed to find the linux glibc. That's the reason why libc.so.6 is mapped to pluginwrapper/acrobat.so. Every call to a linux function is wrapped to call a native FreeBSD version. Bye, Alexander. -- 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 18:18:03 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5359F16A41F for ; Thu, 13 Oct 2005 18:18:03 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15E743D46 for ; Thu, 13 Oct 2005 18:18:02 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j9DII24e001269; Thu, 13 Oct 2005 11:18:02 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j9DII1Yc001268; Thu, 13 Oct 2005 11:18:01 -0700 Date: Thu, 13 Oct 2005 11:18:01 -0700 From: Brooks Davis To: Scot Hetzel Message-ID: <20051013181801.GD27418@odin.ac.hmc.edu> References: <20051013132601.GA57837@Klabautermann.ks.se> <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gE7i1rD7pdK0Ng3j" Content-Disposition: inline In-Reply-To: <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.3 required=8.0 tests=UPPERCASE_25_50 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Christopher Illies , freebsd-ports@freebsd.org Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 18:18:03 -0000 --gE7i1rD7pdK0Ng3j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 13, 2005 at 11:02:04AM -0500, Scot Hetzel wrote: > On 10/13/05, Christopher Illies wrote: > > On my FreeBSD 6.0 system math/lapack fails to install while I have > > NO_PROFILE=3Dtrue set in /etc/make.conf. Obviously the follwing patch > > fixes this problem on my system: > > > > --- /usr/ports/math/lapack/Makefile.orig Thu Oct 13 14:47:16 > > 2005 > > +++ /usr/ports/math/lapack/Makefile Thu Oct 13 14:47:35 2005 > > @@ -215,7 +215,7 @@ > > @${ECHO} "Set ENABLE_TESTING to YES to enable testing and > > timing." > > .endif > > pre-install: > > -.if !defined(NOPROFILE) > > +.if !defined(NO_PROFILE) > > @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} > > .else > > @${SED} -e /_p.a/d ${PKGDIR}/pkg-plist > ${PLIST} > > @@ -224,7 +224,7 @@ > > do-install: > > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib > > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib > > -.if !defined(NOPROFILE) > > +.if !defined(NO_PROFILE) > > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas_p.a ${PREFIX}/lib > > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack_p.a ${PREFIX}/lib > > .endif > > > > I seem to remember that the change from NOPROFILE to NO_PROFILE was a > > recent change that does not apply to all versions of FreeBSD. What > > would be the correct way to do this? > > > Try adding this to the port: >=20 > .if ${OSVERSION} < 600000 && defined(NOPROFILE) > NO_PROFILE=3D true > .endif Minor nit, it might be better to do it the other way around since eventually we'll stop supporting NOPROFILE. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --gE7i1rD7pdK0Ng3j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDTqTZXY6L6fI4GtQRApQaAJ9sAUdkg2PZFYtMfMo94d9yfccgGgCfa+n4 iptE6Vk4x+3BbcmRwbFGSPg= =fTKP -----END PGP SIGNATURE----- --gE7i1rD7pdK0Ng3j-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 18:18:04 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 472ED16A41F for ; Thu, 13 Oct 2005 18:18:04 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C8643D46 for ; Thu, 13 Oct 2005 18:18:03 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DIHurO025570; Thu, 13 Oct 2005 11:17:56 -0700 From: Frank Jahnke To: Alexander Leidinger In-Reply-To: <20051013200834.30ba3000@Magellan.Leidinger.net> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 11:11:12 -0700 Message-Id: <1129227072.3227.35.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 18:18:04 -0000 On Thu, 2005-10-13 at 20:08 +0200, Alexander Leidinger wrote: > > It isn't supposed to find the linux glibc. That's the reason why > libc.so.6 is mapped to pluginwrapper/acrobat.so. Every call to a linux > function is wrapped to call a native FreeBSD version. So does this mean it is likely a bug in lpw? Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:27:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5417516A41F for ; Thu, 13 Oct 2005 19:27:30 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F5343D55 for ; Thu, 13 Oct 2005 19:27:27 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E503.dip.t-dialin.net [84.165.229.3]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9DJAFgN004013; Thu, 13 Oct 2005 21:10:16 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9DJRFqI090322; Thu, 13 Oct 2005 21:27:15 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Thu, 13 Oct 2005 21:27:14 +0200 From: Alexander Leidinger To: jahnke@fmjassoc.com Message-ID: <20051013212714.349003b8@Magellan.Leidinger.net> In-Reply-To: <1129227072.3227.35.camel@localhost> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> <1129227072.3227.35.camel@localhost> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:27:30 -0000 On Thu, 13 Oct 2005 11:11:12 -0700 Frank Jahnke wrote: > On Thu, 2005-10-13 at 20:08 +0200, Alexander Leidinger wrote: > > > > > It isn't supposed to find the linux glibc. That's the reason why > > libc.so.6 is mapped to pluginwrapper/acrobat.so. Every call to a linux > > function is wrapped to call a native FreeBSD version. > > So does this mean it is likely a bug in lpw? Maybe yes (because of the new acroread version), maybe not... Bye, Alexander. -- Weird enough for government work. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:30:02 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0FB7F16A41F for ; Thu, 13 Oct 2005 19:30:02 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao01.coxmail.com (dukecmmtao01.coxmail.com [68.99.120.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6354343D45 for ; Thu, 13 Oct 2005 19:30:01 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by dukecmmtao01.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051013193001.FMYY11726.dukecmmtao01.coxmail.com@dns1> for ; Thu, 13 Oct 2005 15:30:01 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Thu, 13 Oct 2005 12:25:09 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510131225.10506.vizion@vizion.occoxmail.com> Subject: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:30:02 -0000 Hi How can I configure install so that mambo is installed into the directory of my choosing? By default mambo installs in /usr/local/www However for virtual web servers on on my systems I have: /usr2/virtualservers/server1 /usr2/virtualservers/server2 etc etc X-Original-To: freebsd-ports@freebsd.org 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 BB45716A422 for ; Thu, 13 Oct 2005 19:31:12 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6EB43D45 for ; Thu, 13 Oct 2005 19:31:12 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DJV7Yl019231; Thu, 13 Oct 2005 12:31:07 -0700 From: Frank Jahnke To: Alexander Leidinger In-Reply-To: <20051013212714.349003b8@Magellan.Leidinger.net> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> <1129227072.3227.35.camel@localhost> <20051013212714.349003b8@Magellan.Leidinger.net> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 12:24:21 -0700 Message-Id: <1129231461.3227.43.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:31:13 -0000 On Thu, 2005-10-13 at 21:27 +0200, Alexander Leidinger wrote: > > > > So does this mean it is likely a bug in lpw? > > Maybe yes (because of the new acroread version), maybe not... I suppose that is the correct answer. Still, if I submit a PR it should go the a reasonable party. That could be either Acrobat and lpw, as far as I can tell. What would you suggest? Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:40:52 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 939AA16A41F for ; Thu, 13 Oct 2005 19:40:52 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3524C43D46 for ; Thu, 13 Oct 2005 19:40:52 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.3/8.13.1) with ESMTP id j9DKeBjt042328; Thu, 13 Oct 2005 15:40:11 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.3/8.13.1/Submit) id j9DKeBK1042327; Thu, 13 Oct 2005 15:40:11 -0500 (EST) (envelope-from wxs) Date: Thu, 13 Oct 2005 15:40:11 -0500 From: Wesley Shields To: Vizion Message-ID: <20051013204011.GA41899@csh.rit.edu> References: <200510131225.10506.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510131225.10506.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:40:52 -0000 On Thu, Oct 13, 2005 at 12:25:09PM -0700, Vizion wrote: > Hi > > How can I configure install so that mambo is installed into the directory of > my choosing? > > By default mambo installs in /usr/local/www > > However for virtual web servers on on my systems I have: > > /usr2/virtualservers/server1 > /usr2/virtualservers/server2 > > etc etc > > > customize target installation locations. > > The over generalization that the default path is the correct path for > installation seems to be a curse in the freebsd ports system which is a > virulent nuisance in the ports/www but, although a less frequent cause of > difficulty in other parts of the ports system, it remains a frequent cause > of difficulty. > > david The Makefile defines the following: MAMBO_DIR?= www/${PORTNAME} Other ports which do this (www/gallery comes to mind) have a pre-fetch target which alerts the user that they can change the location. Mambo doesn't have such a thing, apparently. -- WXS From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:45:13 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 F191016A41F for ; Thu, 13 Oct 2005 19:45:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A23643D45 for ; Thu, 13 Oct 2005 19:45:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B95D15F85; Thu, 13 Oct 2005 15:45:12 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 37285-07; Thu, 13 Oct 2005 15:45:03 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1414A5F52; Thu, 13 Oct 2005 15:45:02 -0400 (EDT) Message-ID: <434EB940.7020605@mac.com> Date: Thu, 13 Oct 2005 15:45:04 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200510131225.10506.vizion@vizion.occoxmail.com> In-Reply-To: <200510131225.10506.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-ports@freebsd.org Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:45:14 -0000 Vizion wrote: > How can I configure install so that mambo is installed into the directory of > my choosing? > > By default mambo installs in /usr/local/www Change: MAMBO_DIR?= www/${PORTNAME} ...in the port's Makefile, and/or change ${PREFIX}. > The over generalization that the default path is the correct path for > installation seems to be a curse in the freebsd ports system which is a > virulent nuisance in the ports/www but, although a less frequent cause of > difficulty in other parts of the ports system, it remains a frequent cause > of difficulty. Heh, you said something amusing about overgeneralizations. :-) In general, changing $PREFIX as mentioned above, or by adding something like: CONFIGURE_ARGS+= --prefix=/foo/bar/server1 ...if the port uses GNU configure, will work for most ports. -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:50:02 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1F91216A41F for ; Thu, 13 Oct 2005 19:50:02 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id D728743D53 for ; Thu, 13 Oct 2005 19:50:00 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 4426 invoked from network); 13 Oct 2005 19:49:58 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 13 Oct 2005 19:49:58 -0000 Received: (qmail 1308 invoked by uid 89); 13 Oct 2005 19:49:58 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (82.76.1.117) by 0 with SMTP; 13 Oct 2005 19:49:58 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with ESMTP id 08F446117; Thu, 13 Oct 2005 22:49:58 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP; Thu, 13 Oct 2005 22:49:57 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 9E608383; Thu, 13 Oct 2005 22:49:57 +0300 (EEST) Date: Thu, 13 Oct 2005 22:49:56 +0300 From: Ion-Mihai Tetcu To: Chuck Swiger Message-ID: <20051013224956.3b837fd0@it.buh.cameradicommercio.ro> In-Reply-To: <434EB940.7020605@mac.com> References: <200510131225.10506.vizion@vizion.occoxmail.com> <434EB940.7020605@mac.com> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: freebsd-ports@freebsd.org, Vizion Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:50:02 -0000 On Thu, 13 Oct 2005 15:45:04 -0400 Chuck Swiger wrote: > Vizion wrote: > > How can I configure install so that mambo is installed into the > > directory of my choosing? > > > > By default mambo installs in /usr/local/www > > Change: > > MAMBO_DIR?= www/${PORTNAME} > > ...in the port's Makefile, and/or change ${PREFIX}. Or # make MAMBO_DIR=....... -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 19:56:56 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 2F80016A41F for ; Thu, 13 Oct 2005 19:56:56 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AFE43D46 for ; Thu, 13 Oct 2005 19:56:55 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E503.dip.t-dialin.net [84.165.229.3]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j9DJdhsa004150; Thu, 13 Oct 2005 21:39:44 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j9DJugCq095762; Thu, 13 Oct 2005 21:56:42 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Thu, 13 Oct 2005 21:56:42 +0200 From: Alexander Leidinger To: jahnke@fmjassoc.com Message-ID: <20051013215642.4900d683@Magellan.Leidinger.net> In-Reply-To: <1129231461.3227.43.camel@localhost> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> <1129227072.3227.35.camel@localhost> <20051013212714.349003b8@Magellan.Leidinger.net> <1129231461.3227.43.camel@localhost> X-Mailer: Sylpheed-Claws 1.9.15 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 19:56:56 -0000 On Thu, 13 Oct 2005 12:24:21 -0700 Frank Jahnke wrote: > On Thu, 2005-10-13 at 21:27 +0200, Alexander Leidinger wrote: > > > > > > > So does this mean it is likely a bug in lpw? > > > > Maybe yes (because of the new acroread version), maybe not... > > I suppose that is the correct answer. Still, if I submit a PR it should > go the a reasonable party. That could be either Acrobat and lpw, as far > as I can tell. What would you suggest? Submit a bugreport because of the change of the install location of acroread. Add a note about you problem after changing the path in lpw yourself. Report the number of the PR here. If nobody assigned it to the maintainer of lwp until tomorrow in the evening already, I will assign the PR to him then. Bye, Alexander. -- Actually, Microsoft is sort of a mixture between the Borg and the Ferengi. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 20:00:40 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0563416A44B for ; Thu, 13 Oct 2005 20:00:39 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2327043D66 for ; Thu, 13 Oct 2005 20:00:35 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DK0VMr028957; Thu, 13 Oct 2005 13:00:31 -0700 From: Frank Jahnke To: Alexander Leidinger In-Reply-To: <20051013215642.4900d683@Magellan.Leidinger.net> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> <1129227072.3227.35.camel@localhost> <20051013212714.349003b8@Magellan.Leidinger.net> <1129231461.3227.43.camel@localhost> <20051013215642.4900d683@Magellan.Leidinger.net> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 12:53:46 -0700 Message-Id: <1129233226.3227.47.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:00:41 -0000 On Thu, 2005-10-13 at 21:56 +0200, Alexander Leidinger wrote: > > Submit a bugreport because of the change of the install location of > acroread. Add a note about you problem after changing the path in lpw > yourself. > > Report the number of the PR here. If nobody assigned it to the > maintainer of lwp until tomorrow in the evening already, I will assign > the PR to him then. Will do. Thanks! Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 20:22:08 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5BA5216A421 for ; Thu, 13 Oct 2005 20:22:08 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE5E43D45 for ; Thu, 13 Oct 2005 20:22:07 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051013202143.UIQK20686.lakecmmtao06.coxmail.com@dns1>; Thu, 13 Oct 2005 16:21:43 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Thu, 13 Oct 2005 13:16:58 -0700 User-Agent: KMail/1.8 References: <200510131225.10506.vizion@vizion.occoxmail.com> <434EB940.7020605@mac.com> <20051013224956.3b837fd0@it.buh.cameradicommercio.ro> In-Reply-To: <20051013224956.3b837fd0@it.buh.cameradicommercio.ro> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510131316.59742.vizion@vizion.occoxmail.com> Cc: Ion-Mihai Tetcu Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:22:08 -0000 On Thursday 13 October 2005 12:49, the author Ion-Mihai Tetcu contributed to the dialogue on- Re: Mambo -- install dir: >On Thu, 13 Oct 2005 15:45:04 -0400 > >Chuck Swiger wrote: >> Vizion wrote: >> > How can I configure install so that mambo is installed into the >> > directory of my choosing? >> > >> > By default mambo installs in /usr/local/www >> >> Change: >> >> MAMBO_DIR?= www/${PORTNAME} >> >> ...in the port's Makefile, and/or change ${PREFIX}. > >Or ># make MAMBO_DIR=....... Ah well I must I done something stupid -- because I got nowhere :-( Here is how I changed the makefile start with MAMBO_DIR? I also removed PREFIX entries where it seemed appropriate. make and make install did not complain BUT nothing happened!!! --------------------------------------------------------------------- MAMBO_DIR?= /usr2/virtualwebs/lunch-buddies.com DIST_SUBDIR= ${PORTNAME} MAMBO_SRC= MamboV4.5.2-Stable.tar.gz MAMBO_PATCH1= Patch_4.5.2_to_4.5.2.3.zip do-extract: @${MKDIR} ${WRKSRC} @${TAR} -zxf ${DISTDIR}/${DIST_SUBDIR}/${MAMBO_SRC} -C ${WRKSRC} @${UNZIP_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/${MAMBO_PATCH1} -d ${WRKSRC} @${RM} -rf ${WRKSRC}/templates/rhuk_solarflare # remove empty do-install: @${MKDIR} ${MAMBO_DIR} @cd ${WRKSRC} && \ ${FIND} . -type d -exec ${MKDIR} ${MAMBO_DIR}/{} \; \ -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${MAMBO_DIR}/{} \; @cd ${WRKSRC} && \ ${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${MAMBO_DIR}/{} \; \ -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${MAMBO_DIR}/{} \; ------------------------------ Can anyone help me do better? Thanks in advance david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 20:23:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 A631E16A41F for ; Thu, 13 Oct 2005 20:23:15 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402D243D46 for ; Thu, 13 Oct 2005 20:23:15 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so301029wxc for ; Thu, 13 Oct 2005 13:23:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EI0YElp9mv+BjZkjNBH9gO+wrdNyPgsbPjy/+FGaQR3CVvs427zO6WSEzo/2uGuDKrxZ5a6YqZxvH82u/qgtUxMAYsBgyorKceuz+H8B+J48+mC42J5wQH+hnnbYJ85jFUhIE1cCvlpSdzrsjAnduwxIf5iTh4lXNodnPy7qfyo= Received: by 10.70.100.16 with SMTP id x16mr883407wxb; Thu, 13 Oct 2005 13:23:14 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Thu, 13 Oct 2005 13:23:14 -0700 (PDT) Message-ID: <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> Date: Thu, 13 Oct 2005 15:23:14 -0500 From: Scot Hetzel To: Brooks Davis In-Reply-To: <20051013181801.GD27418@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051013132601.GA57837@Klabautermann.ks.se> <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> <20051013181801.GD27418@odin.ac.hmc.edu> Cc: Christopher Illies , freebsd-ports@freebsd.org Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:23:15 -0000 > > Try adding this to the port: > > > > .if ${OSVERSION} < 600000 && defined(NOPROFILE) > > NO_PROFILE=3D true > > .endif > > Minor nit, it might be better to do it the other way around since > eventually we'll stop supporting NOPROFILE. > If we use both Christophers patch and the above code it will work since NOPROFILE is no longer supported on RELENG_6+. The code above ensures that NOPROFILE will continue to work on RELENG_5 and below. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 20:26:43 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 5EEF616A41F for ; Thu, 13 Oct 2005 20:26:43 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao01.coxmail.com (dukecmmtao01.coxmail.com [68.99.120.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885C943D62 for ; Thu, 13 Oct 2005 20:26:40 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by dukecmmtao01.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051013202648.HMSI11726.dukecmmtao01.coxmail.com@dns1>; Thu, 13 Oct 2005 16:26:48 -0400 From: Vizion To: Chuck Swiger Date: Thu, 13 Oct 2005 13:21:59 -0700 User-Agent: KMail/1.8 References: <200510131225.10506.vizion@vizion.occoxmail.com> <434EB940.7020605@mac.com> In-Reply-To: <434EB940.7020605@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510131322.00062.vizion@vizion.occoxmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:26:43 -0000 On Thursday 13 October 2005 12:45, the author Chuck Swiger contributed to the dialogue on- Re: Mambo -- install dir: >Vizion wrote: >> How can I configure install so that mambo is installed into the directory >> of my choosing? >> >> By default mambo installs in /usr/local/www > >Change: > >MAMBO_DIR?= www/${PORTNAME} > >...in the port's Makefile, and/or change ${PREFIX}. > >> The over generalization that the default path is the correct path for >> installation seems to be a curse in the freebsd ports system which is a >> virulent nuisance in the ports/www but, although a less frequent cause of >> difficulty in other parts of the ports system, it remains a frequent >> cause of difficulty. > >Heh, you said something amusing about overgeneralizations. :-) > >In general, changing $PREFIX as mentioned above, or by adding something > like: > >CONFIGURE_ARGS+= --prefix=/foo/bar/server1 > >...if the port uses GNU configure, will work for most ports. Thanks OK where is PREFIX set originally -- is it a global or local variable? are you saying the command should be make install CONFIGURE_ARGS+= --prefix=/foo/bar/server1 -- I do wish this accumulated wisdom was in a file (port_mods.readme or something!!) thanks again david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 20:35:23 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 A1ED316A41F for ; Thu, 13 Oct 2005 20:35:23 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5689943D48 for ; Thu, 13 Oct 2005 20:35:23 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9DKZEmK006886; Thu, 13 Oct 2005 13:35:15 -0700 From: Frank Jahnke To: Alexander Leidinger In-Reply-To: <20051013215642.4900d683@Magellan.Leidinger.net> References: <1129219556.635.18.camel@localhost> <20051013194121.377f9f3c@apircalabu.dsd.ro> <1129221829.3227.4.camel@localhost> <20051013200928.5d4743bc@apircalabu.dsd.ro> <20051013200834.30ba3000@Magellan.Leidinger.net> <1129227072.3227.35.camel@localhost> <20051013212714.349003b8@Magellan.Leidinger.net> <1129231461.3227.43.camel@localhost> <20051013215642.4900d683@Magellan.Leidinger.net> Content-Type: text/plain Organization: FMJ & Associates Date: Thu, 13 Oct 2005 13:28:28 -0700 Message-Id: <1129235308.3227.69.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: Comments: print/acroread7 in /usr/local/lib/acroread - final install path? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:35:23 -0000 On Thu, 2005-10-13 at 21:56 +0200, Alexander Leidinger wrote: > > Report the number of the PR here. If nobody assigned it to the > maintainer of lwp until tomorrow in the evening already, I will assign > the PR to him then. The PR has been filed, and has been given the identification number 'ports/87404'. Thanks for your help! Frank From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 21:16:27 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 E78CE16A41F for ; Thu, 13 Oct 2005 21:16:27 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E5643D49 for ; Thu, 13 Oct 2005 21:16:21 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j9DLFjlo014451; Thu, 13 Oct 2005 18:15:46 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j9DLG8gd055230; Thu, 13 Oct 2005 18:16:08 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j9DLG3nk055207; Thu, 13 Oct 2005 18:16:03 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Thu, 13 Oct 2005 18:16:03 -0300 From: Fernan Aguero To: Vizion Message-ID: <20051013211602.GC27873@iib.unsam.edu.ar> Mail-Followup-To: Vizion , Chuck Swiger , freebsd-ports@freebsd.org References: <200510131225.10506.vizion@vizion.occoxmail.com> <434EB940.7020605@mac.com> <200510131322.00062.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510131322.00062.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 21:16:28 -0000 +----[ Vizion (13.Oct.2005 17:28): | | OK where is PREFIX set originally -- is it a global or local variable? bsd.port.mk which is included by all ports Makefiles and should be in /usr/ports/Mk | are you saying the command should be | make install CONFIGURE_ARGS+= --prefix=/foo/bar/server1 I might be wrong, but I would say no here. You have to set CONFIGURE_ARGS within the Makefile. You can set CONFIGURE_ARGS on the command line, as you proposed but I don't know if you can assign another argument using '+=' this is Makefile syntax, not shell syntax. So, summarizing I believe that you can set CONFIGURE_ARGS absolutely, as you can any shell variable. But then you loose whatever was set by the ports system (bsd.port.mk and friends). If you want to preserve other arguments, then I believe you have to do it from the Makefile. Anyone: please do correct me and/or add to what I've said. Finally, let me remind you of this thread http://lists.freebsd.org/pipermail/freebsd-ports/2005-October/026228.html where I described the problems I've found when trying to change PREFIX (using configure). the problem is still there (setting PREFIX using CONFIGURE_ARGS would get overidden). I've patched bsd.port.mk locally to add a GNU_CONFIGURE_PREFIX as used in NetBSD and it works, but have still to polish some edges (pkg-plist and deinstallation issues). | -- I do wish this accumulated wisdom was in a file (port_mods.readme or | something!!) | +----] It is documented in the Porter's Handbook. And if it's not, or if the information in the handbook is confusing, don't hesitate to write/fix/suggest in the doc@ mailing list. Fernan From owner-freebsd-ports@FreeBSD.ORG Thu Oct 13 22:55:13 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 4B6CA16A41F for ; Thu, 13 Oct 2005 22:55:13 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 42C9343D49 for ; Thu, 13 Oct 2005 22:55:11 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 24021 invoked from network); 13 Oct 2005 22:55:09 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 13 Oct 2005 22:55:09 -0000 Received: (qmail 18428 invoked by uid 89); 13 Oct 2005 22:55:08 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 13 Oct 2005 22:55:08 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 57310115F7; Fri, 14 Oct 2005 01:55:05 +0300 (EEST) Date: Fri, 14 Oct 2005 01:55:04 +0300 From: Ion-Mihai Tetcu To: Vizion Message-ID: <20051014015504.0b7da0c2@it.buh.tecnik93.com> In-Reply-To: <200510131316.59742.vizion@vizion.occoxmail.com> References: <200510131225.10506.vizion@vizion.occoxmail.com> <434EB940.7020605@mac.com> <20051013224956.3b837fd0@it.buh.cameradicommercio.ro> <200510131316.59742.vizion@vizion.occoxmail.com> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Mambo -- install dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 22:55:13 -0000 On Thu, 13 Oct 2005 13:16:58 -0700 Vizion wrote: > On Thursday 13 October 2005 12:49, the author Ion-Mihai Tetcu > contributed to the dialogue on- > Re: Mambo -- install dir: > > >On Thu, 13 Oct 2005 15:45:04 -0400 > > > >Chuck Swiger wrote: > >> Vizion wrote: > >> > How can I configure install so that mambo is installed into the > >> > directory of my choosing? > >> > > >> > By default mambo installs in /usr/local/www > >> > >> Change: > >> > >> MAMBO_DIR?= www/${PORTNAME} > >> > >> ...in the port's Makefile, and/or change ${PREFIX}. > > > >Or > ># make MAMBO_DIR=....... > > Ah well I must I done something stupid -- because I got nowhere :-( > Here is how I changed the makefile start with MAMBO_DIR? That ``?'' from ``MAMBO_DIR?= www/${PORTNAME}'' means: if it's not defined use this value. > I also removed PREFIX entries where it seemed appropriate. I doubt there was any place where this was appropriate; please take a look in Porters Handbook (and /usr/oprts/MK/* ) if you are interested on the subject. > make and make install did not complain BUT nothing happened!!! make clean && make MAMBO_DIR=/where/I/want/it/to/be/installled install clean [ ... ] > Can anyone help me do better? Just leave the port as it is and do what I've told you above. -- IOnut Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 02:17:09 2005 Return-Path: X-Original-To: ports@freebsd.org 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 515B716A41F for ; Fri, 14 Oct 2005 02:17:09 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B446D43D49 for ; Fri, 14 Oct 2005 02:17:07 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 3D76F877CDA; Fri, 14 Oct 2005 12:17:06 +1000 (EST) X-Viruscan-Id: <434F15220000D7699739E3@BarNet> Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3.barnet.com.au (Postfix) with ESMTP id F2404877CA4; Fri, 14 Oct 2005 12:17:05 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified)) by mail3-auth.barnet.com.au (Postfix) with ESMTP id 6120B877C95; Fri, 14 Oct 2005 12:17:05 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 095FF61A4; Fri, 14 Oct 2005 12:17:03 +1000 (EST) Date: Fri, 14 Oct 2005 12:17:03 +1000 From: Edwin Groothuis To: Sergey Skvortsov Message-ID: <20051014021703.GG1278@k7.mavetju> References: <20051012114222.GD1278@k7.mavetju> <434D0CFE.9090007@protey.ru> <20051012211228.GE1278@k7.mavetju> <434E55B3.7020501@protey.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434E55B3.7020501@protey.ru> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org Subject: Re: PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 02:17:09 -0000 On Thu, Oct 13, 2005 at 04:40:19PM +0400, Sergey Skvortsov wrote: > Edwin Groothuis wrote: > >>>The syntax is: > >>> PERL_BUILD_DEPENDS= MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite > >>>It checks the for the existence of MIME::Lite with the "perl -e > >>>'use MIME::Lite'" command. > >>Obviously this approach will cause great performance degrade. > >>stat(2) is much more faster than loading perl. > > > >Minimal compared with the time it takes to fetch distfiles and to > >build. That's the only time it is checked. > > Loading some module (via "use") can take even more time than simply > detecting corresponding .pm file because all code is compiled into > bytecode-tree. PERL_BUILD_DEPEND is an useless syntax sugar. To extend the abilities for individual users: - RUN_DEPENDS=foo:${PORTSDIR}/bar/foo If foo isn't in LOCALBASE or X11PREFIX, you can add the directory to the PATH variable and the executable is found. - LIB_DEPENDS=foo.1:${PORTSDIR}/bar/foo If libfoo.so.1 isn't in LOCALBASE/lib or X11PREFIX/lib, you can use the ldconfig tool to add the path and the library is found. Now what if I'm a user who doesn't have root-priveleges on a machine and still need one or two perl modules which the administrator doesn't want or isn't able to add new modules. I could setup a private PREFIX with all the modules there, but the whole ports building system will choke when checking for dependencies: Image a port depending on MIME::Lite and Net::DNS. MIME::Lite is in the /usr/local/, Net::DNS is in /home/edwin. RUN_DEPENDS=${SITE_PERL}/MIME/Lite.pm \ ${SITE_PERL}/Net/DNS.pm And SITE_PERL is ${LOCALBASE}/lib/perl5/... Running with PREFIX=LOCALBASE=/usr/local, the first gets detected properly but the second not and the installation of it will fail. Running with PREFIX=/home/edwin, LOCALBASE=/usr/local, the first one will be detected and the second one will be installed in /home/edwin. Everybody looks happy. Except the next time you build this port because it can't find Net::DNS and it will attempt to install it again. Running with PREFIX=LOCALBASE=/home/edwin, all the modules will be installed /home/edwin. That while we only needed one module. Perl has a environment variable called PERL5LIB which can be used to override the standard locations modules are being searched for. Using this variable, the user can just set this variable and only the missing modules get installed: PERL_RUN_DEPENDS= MIME::Lite \ Net::DNS Running with PREFIX=/home/edwin, the first one gets detected because it is in /usr/local/lib/perl5, the second one gets detected because it's in the /home/edwin. And next installation attempt everything gets properly detected again. And everybody was happy. > FYI: "perl -MMIME::Lite -e 0" is right way to check module. Thank you for that. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 06:37:25 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 7B21516A41F for ; Fri, 14 Oct 2005 06:37:25 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEADC43D45 for ; Fri, 14 Oct 2005 06:37:24 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id j9E6bEAF015989; Fri, 14 Oct 2005 08:37:14 +0200 (MEST) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id B879AC132; Fri, 14 Oct 2005 08:40:39 +0200 (CEST) Date: Fri, 14 Oct 2005 08:40:39 +0200 From: Christopher Illies To: Scot Hetzel Message-ID: <20051014064039.GA3448@Klabautermann.ks.se> Mail-Followup-To: Christopher Illies , Scot Hetzel , Brooks Davis , freebsd-ports@freebsd.org References: <20051013132601.GA57837@Klabautermann.ks.se> <790a9fff0510130902h3b98df6mb56408a9638399a1@mail.gmail.com> <20051013181801.GD27418@odin.ac.hmc.edu> <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0510131323x19177c6n3626adc14f45db91@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: Brooks Davis , freebsd-ports@freebsd.org Subject: Re: 6.0: math/lapack fails with NO_PROFILE (fix) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 06:37:25 -0000 On Thu, Oct 13, 2005 at 03:23:14PM -0500, Scot Hetzel wrote: > > > Try adding this to the port: > > > > > > .if ${OSVERSION} < 600000 && defined(NOPROFILE) > > > NO_PROFILE= true > > > .endif > > > > Minor nit, it might be better to do it the other way around since > > eventually we'll stop supporting NOPROFILE. > > > If we use both Christophers patch and the above code it will work > since NOPROFILE is no longer supported on RELENG_6+. The code above > ensures that NOPROFILE will continue to work on RELENG_5 and below. Thanks for your input! I am now going to file a problem report. Christopher From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 10:00:32 2005 Return-Path: X-Original-To: ports@freebsd.org 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 D498A16A41F for ; Fri, 14 Oct 2005 10:00:32 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7299C43D49 for ; Fri, 14 Oct 2005 10:00:32 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9EA0WAm067629 for ; Fri, 14 Oct 2005 10:00:32 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9EA0WGX067622 for ports@freebsd.org; Fri, 14 Oct 2005 10:00:32 GMT (envelope-from fenner) Date: Fri, 14 Oct 2005 10:00:32 GMT From: Bill Fenner Message-Id: <200510141000.j9EA0WGX067622@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 10:00:33 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 10:03:59 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 B92BD16A420 for ; Fri, 14 Oct 2005 10:03:59 +0000 (GMT) (envelope-from paulo@nlink.com.br) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E3AA043D46 for ; Fri, 14 Oct 2005 10:03:58 +0000 (GMT) (envelope-from paulo@nlink.com.br) Received: (qmail 13641 invoked from network); 14 Oct 2005 10:03:56 -0000 Received: from unknown (HELO ?192.168.2.2?) (paulo@intra.nlink.com.br@201.12.60.146) by smtp.nlink.com.br with SMTP; 14 Oct 2005 10:03:56 -0000 Message-ID: <434F8295.4050508@nlink.com.br> Date: Fri, 14 Oct 2005 07:04:05 -0300 From: Paulo Fragoso User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mi@freebsd.org Subject: About nas-1.7b and FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 10:03:59 -0000 Hi, This port has a patch (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) forcing to use stdint.h which there isn't in FreeBSD 4.11. We can compile audio/nas using FreeBSD 4.11. Removing this patch all works fine on FreeBSD 4.11. Paulo. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 12:32:00 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0AEBE16A41F for ; Fri, 14 Oct 2005 12:32:00 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8305B43D46 for ; Fri, 14 Oct 2005 12:31:59 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j9ECVuDE004083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Oct 2005 08:31:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.4/Submit) id j9ECVubu004082; Fri, 14 Oct 2005 08:31:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: Paulo Fragoso Date: Fri, 14 Oct 2005 08:31:55 -0400 User-Agent: KMail/1.8.2 References: <434F8295.4050508@nlink.com.br> In-Reply-To: <434F8295.4050508@nlink.com.br> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: ports@freebsd.org Subject: Re: About nas-1.7b and FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 12:32:00 -0000 Sorry about the trouble. Does it work if you replace stdint.h with inttypes.h? Thanks for confirmation! -mi On Friday 14 October 2005 06:04 am, Paulo Fragoso wrote: = Hi, = = This port has a patch = (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) = forcing to use stdint.h which there isn't in FreeBSD 4.11. We can = compile audio/nas using FreeBSD 4.11. = = Removing this patch all works fine on FreeBSD 4.11. = = Paulo. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 12:55:39 2005 Return-Path: X-Original-To: ports@freebsd.org 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 E5A6916A41F for ; Fri, 14 Oct 2005 12:55:39 +0000 (GMT) (envelope-from paulo@nlink.com.br) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.FreeBSD.org (Postfix) with SMTP id D824443D46 for ; Fri, 14 Oct 2005 12:55:38 +0000 (GMT) (envelope-from paulo@nlink.com.br) Received: (qmail 40716 invoked from network); 14 Oct 2005 12:55:36 -0000 Received: from unknown (HELO ?201.12.59.126?) (paulo@intra.nlink.com.br@201.12.59.126) by smtp.nlink.com.br with SMTP; 14 Oct 2005 12:55:36 -0000 Message-ID: <434FAAC2.8080709@nlink.com.br> Date: Fri, 14 Oct 2005 09:55:30 -0300 From: Paulo Fragoso User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <434F8295.4050508@nlink.com.br> <200510140831.55915@aldan> In-Reply-To: <200510140831.55915@aldan> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: About nas-1.7b and FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 12:55:40 -0000 Mikhail Teterin wrote: >Sorry about the trouble. Does it work if you replace stdint.h with >inttypes.h? > It works fine. notebook{root}:/usr/ports/audio/nas/files:18# diff ../patch-warnings patch-warnings 6c6 < +#include --- > +#include 103c103 < +#include --- > +#include 167c167 < +#include --- > +#include 174c174 < +#include --- > +#include 196c196 < +#include --- > +#include 232c232 < +#include --- > +#include 268c268 < +#include --- > +#include 301c301 < +#include --- > +#include 323c323 < +#include --- > +#include 345c345 < +#include --- > +#include 374c374 < +#include --- > +#include Many thanks, Paulo Fragoso. > >Thanks for confirmation! > > -mi > >On Friday 14 October 2005 06:04 am, Paulo Fragoso wrote: >= Hi, >= >= This port has a patch >= (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) >= forcing to use stdint.h which there isn't in FreeBSD 4.11. We can >= compile audio/nas using FreeBSD 4.11. >= >= Removing this patch all works fine on FreeBSD 4.11. >= >= Paulo. > > > From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 14:16:37 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 8FBD916A41F for ; Fri, 14 Oct 2005 14:16:37 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A1143D58 for ; Fri, 14 Oct 2005 14:16:36 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id C94AF6232B; Fri, 14 Oct 2005 16:16:34 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id 12D49117441; Fri, 14 Oct 2005 16:16:35 +0200 (CEST) Received: from lofi.dyndns.org (dslb-084-061-130-015.pools.arcor-ip.net [84.61.130.15]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7C42979C6C; Fri, 14 Oct 2005 16:16:24 +0200 (CEST) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.4]) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id j9EEGGNe023499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Oct 2005 16:16:16 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.4/8.13.1) with ESMTP id j9EEGEt3001862; Fri, 14 Oct 2005 16:16:14 +0200 (CEST) (envelope-from lofi@freebsd.org) Received: by kiste.my.domain (8.13.4/8.13.1/Submit) id j9EEFdNa001854; Fri, 14 Oct 2005 16:15:39 +0200 (CEST) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: freebsd-ports@freebsd.org Date: Fri, 14 Oct 2005 16:15:31 +0200 User-Agent: KMail/1.8.2 References: <434F8295.4050508@nlink.com.br> <200510140831.55915@aldan> In-Reply-To: <200510140831.55915@aldan> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Paulo Fragoso , Mikhail Teterin Subject: Re: About nas-1.7b and FreeBSD 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 14:16:37 -0000 --nextPart43436096.6pyP4bQrga Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 14. October 2005 14:31, Mikhail Teterin wrote: > Sorry about the trouble. Does it work if you replace stdint.h with > inttypes.h? > > Thanks for confirmation! This patch isn't necessary - I committed a REINPLACE_CMD-based fix for=20 stdint.h vs inttypes.h on Tuesday already. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart43436096.6pyP4bQrga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDT72JXhc68WspdLARAnipAJ0cvkpCPn7kFZVvX+jX9B2W14v6MwCglFKw OOHI9Fz/7jiKAltgLUIkoFI= =9btg -----END PGP SIGNATURE----- --nextPart43436096.6pyP4bQrga-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 18:29:06 2005 Return-Path: X-Original-To: ports@freebsd.org 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 843BC16A41F; Fri, 14 Oct 2005 18:29:06 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from oniws.ca (oniws.ca [67.71.253.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99F043D68; Fri, 14 Oct 2005 18:29:03 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from chiron.internal.oniws.ca (chiron.internal.oniws.ca [192.168.0.126]) by oniws.ca (8.12.10/8.12.8) with ESMTP id j9EIGe8E017051; Fri, 14 Oct 2005 14:16:41 -0400 (EDT) (envelope-from Dwayne.MacKinnon@xwave.com) From: Dwayne MacKinnon Organization: xwave To: openoffice@freebsd.org Date: Fri, 14 Oct 2005 14:16:34 -0400 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_CY/TDsjOsqZP/iE" Message-Id: <200510141416.34974.Dwayne.MacKinnon@xwave.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Problem with OpenOffice.org-2.0-RC1 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 18:29:06 -0000 --Boundary-00=_CY/TDsjOsqZP/iE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I recently downloaded a package of OpenOffice.org-2.0-RC1. However, whenever I try to open any Microsoft format documents, I get an error message complaining of a "General input/output error." I also get two similar errors when I close the program, and I then have to do the setup all over again. I have included .png screencaptures of the three error dialogues. Any suggestions, including suggestions on how to provide better feedback about this problem, would be appreciated. Cheers, Dwayne MacKinnon --Boundary-00=_CY/TDsjOsqZP/iE-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 18:29:07 2005 Return-Path: X-Original-To: ports@freebsd.org 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 9066D16A41F; Fri, 14 Oct 2005 18:29:07 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from oniws.ca (oniws.ca [67.71.253.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD75243D68; Fri, 14 Oct 2005 18:29:06 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from chiron.internal.oniws.ca (chiron.internal.oniws.ca [192.168.0.126]) by oniws.ca (8.12.10/8.12.8) with ESMTP id j9EIKN8E017066; Fri, 14 Oct 2005 14:20:23 -0400 (EDT) (envelope-from Dwayne.MacKinnon@xwave.com) From: Dwayne MacKinnon Organization: xwave To: openoffice@freebsd.org User-Agent: KMail/1.8.2 MIME-Version: 1.0 Date: Fri, 14 Oct 2005 14:20:17 -0400 Content-Type: Multipart/Mixed; boundary="Boundary-00=_hb/TDdQm/EO9sXZ" Message-Id: <200510141420.17736.Dwayne.MacKinnon@xwave.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: re: Problem with OpenOffice.org-2.0-RC1 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 18:29:07 -0000 --Boundary-00=_hb/TDdQm/EO9sXZ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Replying to myself to add the following: I'm on FreeBSD 5.4-RELEASE-p7. Hello, I recently downloaded a package of OpenOffice.org-2.0-RC1. However, whenever I try to open any Microsoft format documents, I get an error message complaining of a "General input/output error." I also get two similar errors when I close the program, and I then have to do the setup all over again. I have included .png screencaptures of the three error dialogues. Any suggestions, including suggestions on how to provide better feedback about this problem, would be appreciated. Cheers, Dwayne MacKinnon --Boundary-00=_hb/TDdQm/EO9sXZ-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 19:29:04 2005 Return-Path: X-Original-To: ports@freebsd.org 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 EC01716A41F; Fri, 14 Oct 2005 19:29:04 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from oniws.ca (oniws.ca [67.71.253.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774E043D60; Fri, 14 Oct 2005 19:29:04 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from chiron.internal.oniws.ca (chiron.internal.oniws.ca [192.168.0.126]) by oniws.ca (8.12.10/8.12.8) with ESMTP id j9EJMc8E017390; Fri, 14 Oct 2005 15:22:38 -0400 (EDT) (envelope-from Dwayne.MacKinnon@xwave.com) From: Dwayne MacKinnon Organization: xwave To: openoffice@freebsd.org User-Agent: KMail/1.8.2 MIME-Version: 1.0 Date: Fri, 14 Oct 2005 15:22:32 -0400 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510141522.33105.Dwayne.MacKinnon@xwave.com> Cc: ports@freebsd.org Subject: re: Problem with OpenOffice.org-2.0-RC1 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 19:29:05 -0000 My apologies for the wasted bandwidth. I went on irc and found out what google couldn't tell me: This is a well known issue regarding ooo 2.0 and nfs-based file locking. Cheers, Dwayne MacKinnon From owner-freebsd-ports@FreeBSD.ORG Fri Oct 14 21:31:47 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 BCBB816A420 for ; Fri, 14 Oct 2005 21:31:47 +0000 (GMT) (envelope-from conrads@cox.net) Received: from mail.mymobilemail.com (web.singletouch.net [66.216.88.85]) by mx1.FreeBSD.org (Postfix) with SMTP id CB0A943D5F for ; Fri, 14 Oct 2005 21:31:46 +0000 (GMT) (envelope-from conrads@cox.net) Received: from getmail (151.213.205.140) by SERVER85 (MailMax 4. 8. 3. 0) with ESMTP id 52241612 for freebsd-ports@freebsd.org; Fri, 14 Oct 2005 16:27:05 -0500 CDT From: To: freebsd-ports@freebsd.org Date: Fri, 14 Oct 2005 16:31:41 -0500 X-Mailer: getMail 2.00 MIME-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit Message-Id: <20051014213146.CB0A943D5F@mx1.FreeBSD.org> Subject: (no subject) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 21:31:47 -0000 I currently have no net access other than via cellphone, and am unable to do any port maintenance at this time. __________________ Wireless E-Mail getMail - Powered by Single Touch Interactive Worldwide www.singletouch.net From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 00:15:20 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 5B16516A41F; Sat, 15 Oct 2005 00:15:20 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB59343D46; Sat, 15 Oct 2005 00:15:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (d110.GkanagawaFL7.vectant.ne.jp [202.215.69.110]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j9F0ExKr085847; Sat, 15 Oct 2005 09:15:05 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 15 Oct 2005 09:14:59 +0900 (JST) Message-Id: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-eclipse@FreeBSD.org X-Mailer: Sylpheed version 2.0.2 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.120]); Sat, 15 Oct 2005 09:15:09 +0900 (JST) Cc: tux@pinguru.net, wes@FreeBSD.org, mitsuru@riken.jp, sugimura@jp.FreeBSD.ORG, rtdean@cytherianage.net, freebsd-ports@FreeBSD.org, past@ebs.gr Subject: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 00:15:20 -0000 Hi eclipse and eclipse related ports maintainers and users! Some time ago, someone suggested that eclipse and eclipse related ports should be located on proper categories. I think so. So I suggest following repocopy list. Anyone, do you have any idea? java/eclipse -> devel/eclipse java/eclipse-EPIC -> editors/eclipse-EPIC java/eclipse-cdt -> editors/eclipse-cdt java/eclipse-checkstyle -> devel/eclipse-checkstyle java/eclipse-clay-core -> databases/eclipse-clay-core java/eclipse-devel -> devel/eclipse-devel java/eclipse-emf -> devel/eclipse-emf java/eclipse-examples -> devel/eclipse-examples java/eclipse-gef -> graphics/eclipse-gef java/eclipse-gef-examples -> graphics/eclipse-gef-examples java/eclipse-langpack -> devel/eclipse-langpack java/eclipse-log4e -> devel/eclipse-log4e java/eclipse-lomboz -> devel/eclipse-lomboz java/eclipse-pmd -> devel/eclipse-pmd java/eclipse-quantum -> databases/eclipse-quantum java/eclipse-sqlexplorer -> databases/eclipse-sqlexplorer java/eclipse-sysdeo-tomcat -> www/eclipse-sysdeo-tomcat java/eclipse-uml -> devel/eclipse-uml java/eclipse-v4all -> devel/eclipse-v4all java/eclipse-vep -> devel/eclipse-vep java/eclipse-vep-examples -> devel/eclipse-vep-examples java/eclipse-viplugin -> editors/eclipse-viplugin java/eclipseme -> devel/eclipseme java/phpeclipse -> editors/phpeclipse From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 00:41:49 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 4E9BA16A41F; Sat, 15 Oct 2005 00:41:49 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A7A43D45; Sat, 15 Oct 2005 00:41:48 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (d110.GkanagawaFL7.vectant.ne.jp [202.215.69.110]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j9F0ffW3086495; Sat, 15 Oct 2005 09:41:47 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 15 Oct 2005 09:41:41 +0900 (JST) Message-Id: <200510150041.j9F0ffW3086495@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-hackers@FreeBSD.org X-Mailer: Sylpheed version 2.0.2 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.120]); Sat, 15 Oct 2005 09:41:47 +0900 (JST) Cc: freebsd-gnome@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Can ldd(1) list non-FreeBSD dynamic object dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 00:41:49 -0000 Hi FreeBSD hackers! I think that ldd(1) may list non-FreeBSD dynamic object dependencies. Do you think? If ldd(1) can list these, Linux Plugin Wrapper is more interested. Because you can confirm LPW enabled by ldd(1) like following lines: $ ldd /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so ldd: /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so: not a FreeBSD ELF shared object(OS type=0) /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so: libpthread.so.0 => /usr/local/lib/pluginwrapper/flash6.so (0x68391000) libz.so.1 => /lib/libz.so.3 (0x68394000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x683a5000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x68471000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x6847f000) libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++.so.5 (0x684d1000) libm.so.6 => /lib/libm.so.4 (0x685a4000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x685bb000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x685c4000) In ldd(1)'s current source #178 lines: >>if (hdr.elf.e_ident[EI_OSABI] & ELFOSABI_FREEBSD) { I think & is a typo. It sould be ==. And I suggest following code: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } else if (hdr.elf.e_type == ET_DYN) { is_shlib = 1; if (hdr.elf.e_ident[EI_OSABI] != ELFOSABI_FREEBSD) { warnx("%s: not a FreeBSD ELF shared " "object(OS type=%d)", *argv, hdr.elf.e_ident[EI_OSABI]); /+ file_ok = 0; */ } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 04:15:30 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 951BC16A41F; Sat, 15 Oct 2005 04:15:30 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (cpe-66-75-60-23.san.res.rr.com [66.75.60.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F5143D45; Sat, 15 Oct 2005 04:15:29 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from [204.68.178.34] (gulliver [204.68.178.34]) (authenticated bits=0) by softweyr.homeunix.net (8.12.10/8.12.10) with ESMTP id j9F4F7dD058354 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO); Fri, 14 Oct 2005 21:15:08 -0700 (PDT) (envelope-from wes@opensail.org) In-Reply-To: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Wes Peters Date: Fri, 14 Oct 2005 21:15:07 -0700 To: Norikatsu Shigemura X-Mailer: Apple Mail (2.734) Cc: tux@pinguru.net, wes@FreeBSD.org, freebsd-eclipse@FreeBSD.org, mitsuru@riken.jp, sugimura@jp.FreeBSD.ORG, rtdean@cytherianage.net, freebsd-ports@FreeBSD.org, past@ebs.gr Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 04:15:30 -0000 On Oct 14, 2005, at 5:14 PM, Norikatsu Shigemura wrote: > Hi eclipse and eclipse related ports maintainers and users! > > Some time ago, someone suggested that eclipse and eclipse > related ports should be located on proper categories. I > think so. So I suggest following repocopy list. Anyone, > do you have any idea? > > java/eclipse -> devel/eclipse > java/eclipse-EPIC -> editors/eclipse-EPIC > java/eclipse-cdt -> editors/eclipse-cdt > java/eclipse-checkstyle -> devel/eclipse-checkstyle > java/eclipse-clay-core -> databases/eclipse-clay-core > java/eclipse-devel -> devel/eclipse-devel > java/eclipse-emf -> devel/eclipse-emf > java/eclipse-examples -> devel/eclipse-examples > java/eclipse-gef -> graphics/eclipse-gef > java/eclipse-gef-examples -> graphics/eclipse-gef-examples > java/eclipse-langpack -> devel/eclipse-langpack > java/eclipse-log4e -> devel/eclipse-log4e > java/eclipse-lomboz -> devel/eclipse-lomboz > java/eclipse-pmd -> devel/eclipse-pmd > java/eclipse-quantum -> databases/eclipse-quantum > java/eclipse-sqlexplorer -> databases/eclipse-sqlexplorer > java/eclipse-sysdeo-tomcat -> www/eclipse-sysdeo-tomcat > java/eclipse-uml -> devel/eclipse-uml > java/eclipse-v4all -> devel/eclipse-v4all > java/eclipse-vep -> devel/eclipse-vep > java/eclipse-vep-examples -> devel/eclipse-vep-examples > java/eclipse-viplugin -> editors/eclipse-viplugin > java/eclipseme -> devel/eclipseme > java/phpeclipse -> editors/phpeclipse > I don't mind moving the eclipse ports from java to devel, but all the other eclipse ports are add-ins to eclipse and should probably be classified along with eclipse. In particular, if eclipse is a 'devel' tool, I don't see how CDT and phpeclipse are editors. GEF isn't a graphics library, it's a graphical emulation framework for eclipse, which is (again) a development tool. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 04:48:32 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 1DEE816A423; Sat, 15 Oct 2005 04:48:32 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6649943D45; Sat, 15 Oct 2005 04:48:30 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.12.11/8.12.11) with ESMTP id j9F4mTKd096158; Fri, 14 Oct 2005 22:48:29 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.12.11/8.12.5/Submit) id j9F4mTOa096157; Fri, 14 Oct 2005 22:48:29 -0600 (MDT) (envelope-from ken) Date: Fri, 14 Oct 2005 22:48:29 -0600 From: "Kenneth D. Merry" To: Joe Marcus Clarke Message-ID: <20051015044829.GA96117@nargothrond.kdm.org> References: <20051011232309.GA69983@nargothrond.kdm.org> <1129075502.10684.2.camel@shumai.marcuscom.com> <20051012001315.GA70433@nargothrond.kdm.org> <1129076166.10684.5.camel@shumai.marcuscom.com> <1129085609.49727.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1129085609.49727.5.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2i X-Virus-Scanned: ClamAV 0.86.1/1134/Fri Oct 14 02:07:44 2005 on nargothrond.kdm.org X-Virus-Status: Clean Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox and mozilla install problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 04:48:32 -0000 On Tue, Oct 11, 2005 at 22:53:29 -0400, Joe Marcus Clarke wrote: > On Tue, 2005-10-11 at 20:16 -0400, Joe Marcus Clarke wrote: > > On Tue, 2005-10-11 at 18:13 -0600, Kenneth D. Merry wrote: > > > On Tue, Oct 11, 2005 at 20:05:02 -0400, Joe Marcus Clarke wrote: > > > > On Tue, 2005-10-11 at 17:23 -0600, Kenneth D. Merry wrote: > > > > > I'm having a problem installing firefox and mozilla. I'm running > > > > > FreeBSD-current from October 10th. > > > > > > > > > > # uname -a > > > > > FreeBSD erebor.kdm.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Oct 11 13:16:04 MDT 2005 ken@erebor.kdm.org:/usr/obj/usr/home/ken/perforce/FreeBSD-ken/src/sys/erebor i386 > > > > > > > > > > regchrome core dumps: > > > > > > > > > > =========================================================================== > > > > > # portupgrade -P -R -N mozilla > > > > > [Updating the pkgdb in /var/db/pkg ... - 330 packages found (-1 +0) (...) done] > > > > > ---> Found 2 ports matching 'mozilla': > > > > > www/mozilla > > > > > www/mozilla-devel > > > > > Install 'www/mozilla'? [yes] > > > > > Install 'www/mozilla-devel'? [yes] n > > > > > ---> Checking for the latest package of 'www/mozilla' > > > > > ---> Found a package of 'www/mozilla': /usr/ports/packages/All/mozilla-1.7.12,2.tbz (mozilla-1.7.12,2) > > > > > ---> Installing 'mozilla-1.7.12,2' from a package > > > > > ---> Installing the new version via the package > > > > > ===> Building Chrome's registry... > > > > > Segmentation fault (core dumped) > > > > > [Updating the pkgdb in /var/db/pkg ... - 331 packages found (-0 +1) . done] > > > > > =========================================================================== > > > > > > > > > > Here's the stack trace from regchrome: > > > > > > > > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > > > > [New Thread 0x807b800 (runnable)] > > > > > [New LWP 100110] > > > > > (gdb) where > > > > > #0 0x28344227 in pthread_testcancel () from /usr/lib/libpthread.so.2 > > > > > #1 0x2833cbdc in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 > > > > > #2 0x00000000 in ?? () > > > > > (gdb) > > > > > > > > > > Firefox has pretty much the same problem. > > > > > > > > > > Anyone have any ideas on how to fix this? > > > > > > > > What CFLAGS are you using? This problem is usually caused by > > > > over-optimizing. You might try a make clean in www/mozilla, then > > > > rebuild with default CFLAGS. > > > > > > I don't have any CFLAGS set in make.conf. > > > > > > The problem happens whether I'm installing from a package or the port. > > > (The above is from the package install.) > > > > I'll try a portupgrade on my -CURRENT machine after updating to today's > > -CURRENT, but I did not encounter this problem on previous builds, so it > > may be a hardware or other machine-dependent problem. > > Okay, I've now rebuilt Mozilla on: > > FreeBSD jclarke-pc.cisco.com 7.0-CURRENT FreeBSD 7.0-CURRENT #43: Tue Oct 11 21:15:41 EDT 2005 marcus@jclarke-pc.cisco.com:/usr/obj/usr/src/sys/JCLARKE-PC i386 > > And I have no problems building the chrome registry, or running Mozilla. > If there was something wrong in -CURRENT, it has been since fixed. Thanks for looking into this. I have fixed the problem. Just for the record/archives, the following things didn't work: - portupgrade -P -R -N mozilla (i.e. install mozilla using a port if available, and upgrade everything it depends on as well.) - portupgrade -P -R -N firefox (i.e. install firefox using a port if available, and upgrade everything it depends on as well.) - buildworld/installworld with the latest sources, GENERIC or non-GENERIC kernel What did eventually work was the following: portupgrade -P -R gnome2 That upgraded a whole ton of things, one of which was evidently causing regchrome to blow up, but wasn't registered as an explicit dependency. So now regchrome works and mozilla and firefox seem to work fine. The bizzare thing about this is that regchrome was crashing inside the thread library, but that really wasn't the issue at all. Maybe it was a memory spammage issue caused by an out of date library somewhere. portupgrade is a very handy tool...saves all sorts of effort with upgrading lots of ports by hand. Thanks, Ken -- Kenneth Merry ken@FreeBSD.ORG From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 05:59:11 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 21A2F16A41F; Sat, 15 Oct 2005 05:59:11 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D416543D45; Sat, 15 Oct 2005 05:59:10 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from [204.68.178.34] (cpe-66-75-60-23.san.res.rr.com [66.75.60.23]) by smtp-relay.omnis.com (Postfix) with ESMTP id 951C21407881; Fri, 14 Oct 2005 22:59:09 -0700 (PDT) In-Reply-To: <20051015053003.GB28137@soaustin.net> References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> <20051015053003.GB28137@soaustin.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8347452E-908C-4BE5-AC8F-E6378C1BF17C@softweyr.com> Content-Transfer-Encoding: 7bit From: Wes Peters Date: Fri, 14 Oct 2005 22:59:09 -0700 To: linimon@lonesome.com (Mark Linimon) X-Mailer: Apple Mail (2.734) Cc: freebsd-java@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-eclipse@FreeBSD.org Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 05:59:11 -0000 On Oct 14, 2005, at 10:30 PM, Mark Linimon wrote: > On Fri, Oct 14, 2005 at 09:15:07PM -0700, Wes Peters wrote: > >> I don't mind moving the eclipse ports from java to devel, but all the >> other eclipse ports are add-ins to eclipse and should probably be >> classified along with eclipse. > > [adding freebsd-java to the Cc:] > > For some background, there's been on-and-off discussion on -java > about how the java category was never really a good idea. None of > the other languages have their own primary category. In particular > we've completely failed to train our users to send 'java' PRs only > for problems with the JVMs and 'ports' PRs for things in ports/java. Makes you wonder how much the rest of the ports system would be cleaned up with a 'perl' category and all those p5-something- something ports got tossed into that basket, doesn't it? >> In particular, if eclipse is a 'devel' tool, I don't see how CDT >> and phpeclipse are editors. GEF isn't a graphics library, it's a >> graphical emulation framework for eclipse, which is (again) a >> development tool. > > Well, Eclipse is one of these 'suites' that doesn't really fit well > in one particular category. You could make the same argument about > OpenOffice, opengroupware, ZendStudio, and so forth. (These 3 are > chosen deliberately because they're scattered in 3 different > categories). > > OpenBSD has a 'productivity' category although what it has in it is > more > like our 'deskutils'. Perhaps we should consider co-opting that name? I don't know that 'productivity' really describes what these are. In particular, I'm not sure if opengroupware adds productivity or subtracts it. ;^) Ditto for eclipse, for that matter. A category name that means 'big blobs of software with lots of options' might be appropriate. > (Our "deskutils" is a combination of things like calendar programs and > individual GNOME add-ons, so it's a little bit of a mixed bag. > However, > I'm not sure I can see Eclipse fitting in with those). > > There is also the fact to consider that at 1624 ports, devel is simply > too huge for its own good. Everything is in there including the > kitchen sink. devel is one of several categories that has grown useless; www is another. It's certainly worth thinking about a category that actually makes sense for these large software systems like openoffice and eclipse. > Even if we just went with an 'ide' category, there are still 27 ports > that would probably fit in there. Not a lot in my book (and I've > always > been against anything that would lead us towards having hundreds of > categories), but I could see an argument for it, even so. > > I'll leave the idea of completely reshuffling all the categories for > another time, since everyone is probably tired of listening to my own > particular views on that. > > mcl > -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 06:13:37 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 495C516A420; Sat, 15 Oct 2005 06:13:37 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AB543D62; Sat, 15 Oct 2005 06:13:32 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id ECFC82F6F; Sat, 15 Oct 2005 01:13:31 -0500 (CDT) Date: Sat, 15 Oct 2005 01:13:31 -0500 To: Wes Peters Message-ID: <20051015061331.GA31258@soaustin.net> References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> <20051015053003.GB28137@soaustin.net> <8347452E-908C-4BE5-AC8F-E6378C1BF17C@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8347452E-908C-4BE5-AC8F-E6378C1BF17C@softweyr.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , freebsd-java@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-eclipse@FreeBSD.org Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 06:13:37 -0000 On Fri, Oct 14, 2005 at 10:59:09PM -0700, Wes Peters wrote: > Makes you wonder how much the rest of the ports system would be > cleaned up with a 'perl' category and all those p5-something- > something ports got tossed into that basket, doesn't it? I do _not_ recommend we attempt to do the 1688 (one thousand six hundred eighty-eight) repocopies, even if anyone was insane enough to volunteer to try to do so. It would take months to sort through the damage to the depedency tree, during which time the ports tree would effectively be broken. No matter how much we tested it first, we would never get them all. And, of course, we'd have to have the tree frozen to run the regression test, or the test would become instantly obsolete the second we ran it. Nothing to see here, folks. Move along. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 08:06:29 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 A6D5E16A41F for ; Sat, 15 Oct 2005 08:06:29 +0000 (GMT) (envelope-from blaz@si.FreeBSD.org) Received: from out-2.mail.amis.net (out-2.mail.amis.net [212.18.32.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBBE43D48 for ; Sat, 15 Oct 2005 08:06:29 +0000 (GMT) (envelope-from blaz@si.FreeBSD.org) Received: from localhost (in-1.mail.amis.net [212.18.32.15]) by out-2.mail.amis.net (Postfix) with ESMTP id DE6FC109215; Sat, 15 Oct 2005 10:06:27 +0200 (CEST) Received: from in-1.mail.amis.net ([127.0.0.1]) by localhost (in-1.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99494-10; Sat, 15 Oct 2005 10:06:26 +0200 (CEST) Received: from smtp.amis.net (smtp.amis.net [IPv6:2001:15c0::41]) by in-1.mail.amis.net (Postfix) with ESMTP id 846802D75B2; Sat, 15 Oct 2005 10:06:26 +0200 (CEST) Received: from titanic.medinet.si (titanic.medinet.si [IPv6:2001:15c0:ffff:4242::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.amis.net (Postfix) with ESMTP id 776FB396810; Sat, 15 Oct 2005 10:06:26 +0200 (CEST) Date: Sat, 15 Oct 2005 10:06:26 +0200 (CEST) From: Blaz Zupan X-X-Sender: blaz@titanic.medinet.si To: John Silva In-Reply-To: <434D575C.9050806@farm9.com> Message-ID: <20051015100459.O4303@titanic.medinet.si> References: <434D575C.9050806@farm9.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at amis.net X-Spam-Status: No, score=-5.899 required=5 tests=[ALL_TRUSTED=-3.3, BAYES_00=-2.599] X-Spam-Score: -5.899 X-Spam-Level: Cc: ports@FreeBSD.org Subject: Re: BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 08:06:29 -0000 > Hi, I'd like to report three bugs in the nagios-plugins-1.4.2,1 port- [..] > If you would like diffs against the current port, please let me know and I'll > develop a set. Yes, please do so. I no longer have time to maintain the port and the patch in the followup to PR 86972 will be my last update to the nagios-plugins port. If you or anybody else wishes to take over the maintenance of the port, feel free to do so. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 09:19:39 2005 Return-Path: X-Original-To: ports@freebsd.org 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 A345B16A41F for ; Sat, 15 Oct 2005 09:19:39 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D57143D48 for ; Sat, 15 Oct 2005 09:19:39 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so594875nzo for ; Sat, 15 Oct 2005 02:19:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dXTkNnxYpFhQJ5Z8Oxqo918GxOluTm+ZjrNoVwTUvWx4ckHuS8vqyoP/+JBcjV7NglDVDuM6isVxG2X4RNR7f/ZDZeTvkexJ5eyYj5mQAwwzsmX79Borhtkji9MoRNRNjBuLBTffgySuppyOoDOvg4ISEpV0Dx+9d7DclHYmLHQ= Received: by 10.37.15.64 with SMTP id s64mr332567nzi; Sat, 15 Oct 2005 02:19:38 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 15 Oct 2005 02:19:38 -0700 (PDT) Message-ID: Date: Sat, 15 Oct 2005 13:19:38 +0400 From: "Andrew P." To: ports@freebsd.org, nox@jelal.kn-bremen.de MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: p7zip 4.20 -> 4.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 09:19:39 -0000 archivers/p7zip: 4.20 -> 4.29 From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 11:12:48 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 97BAB16A41F for ; Sat, 15 Oct 2005 11:12:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F1B43D46 for ; Sat, 15 Oct 2005 11:12:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.3]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1EQjx8-000BVA-JZ; Sat, 15 Oct 2005 15:11:50 +0400 Message-ID: <4350E426.4030106@FreeBSD.org> Date: Sat, 15 Oct 2005 15:12:38 +0400 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Blaz Zupan References: <434D575C.9050806@farm9.com> <20051015100459.O4303@titanic.medinet.si> In-Reply-To: <20051015100459.O4303@titanic.medinet.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, John Silva Subject: Re: BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 11:12:48 -0000 Blaz Zupan wrote: > Yes, please do so. I no longer have time to maintain the port and the patch > in the followup to PR 86972 will be my last update to the nagios-plugins > port. If you or anybody else wishes to take over the maintenance of the > port, feel free to do so. Thank you for supporting this port in the past. You was a good maintainer. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 11:38:54 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 5FE9016A41F; Sat, 15 Oct 2005 11:38:54 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D29943D5D; Sat, 15 Oct 2005 11:38:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.3]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1EQkMa-000BXU-MZ; Sat, 15 Oct 2005 15:38:08 +0400 Message-ID: <4350EA50.4000606@FreeBSD.org> Date: Sat, 15 Oct 2005 15:38:56 +0400 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Andrew P." References: <4350E317.8020501@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, FreeBSD Questions Subject: Re: p7zip 4.20 -> 4.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 11:38:54 -0000 Andrew P. wrote: > Last update was 4 months ago, wake up already :-) Yes, it's my mistake. I remember I've checked the port update but forget I still not commit it because of problems with build. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 11:49:01 2005 Return-Path: X-Original-To: ports@freebsd.org 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 BFDE316A41F for ; Sat, 15 Oct 2005 11:49:01 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B4F43D58 for ; Sat, 15 Oct 2005 11:49:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so233119nzd for ; Sat, 15 Oct 2005 04:49:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UnDxdK5Zgx3MQn7VZy3b430rqXJjUUj1LrVz4YXdkPiuUBC7GoxIZi9s8WhSIf5EZiP7GDDVjHR8q2XCmAw7rTirxXkPLY48o0pnec16H5b7TigtK/UP3kCo794IuLc97pWTCi7RAcWZdFJPhQ/w00PdGEkUd5yncr5gcWuLDiM= Received: by 10.36.75.9 with SMTP id x9mr3950419nza; Sat, 15 Oct 2005 04:49:00 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 15 Oct 2005 04:49:00 -0700 (PDT) Message-ID: Date: Sat, 15 Oct 2005 15:49:00 +0400 From: "Andrew P." To: Sergey Matveychuk In-Reply-To: <4350EA50.4000606@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: base64 Content-Disposition: inline References: <4350E317.8020501@FreeBSD.org> <4350EA50.4000606@FreeBSD.org> Cc: ports@freebsd.org Subject: Re: p7zip 4.20 -> 4.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 11:49:01 -0000 T24gMTAvMTUvMDUsIFNlcmdleSBNYXR2ZXljaHVrIDxzZW1AZnJlZWJzZC5vcmc+IHdyb3RlOgo+ IEFuZHJldyBQLiB3cm90ZToKPgo+ID4gTGFzdCB1cGRhdGUgd2FzIDQgbW9udGhzIGFnbywgd2Fr ZSB1cCBhbHJlYWR5IDotKQo+Cj4gWWVzLCBpdCdzIG15IG1pc3Rha2UuIEkgcmVtZW1iZXIgSSd2 ZSBjaGVja2VkIHRoZSBwb3J0IHVwZGF0ZSBidXQgZm9yZ2V0Cj4gSSBzdGlsbCBub3QgY29tbWl0 IGl0IGJlY2F1c2Ugb2YgcHJvYmxlbXMgd2l0aCBidWlsZC4KPgo+IC0tCj4gU2VtLgo+Cj4KCuEg 3tTPINrBINDSz8LMxc3ZLdTPPyDwz9PNz9TSySwg197F0sEgzsHSz8Qg3tTPLdTPCsTPxMXMwcws IM3P1sXUIMnT0NLB18nMyS4KCmh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvY2dpL3F1ZXJ5LXByLmNn aT9wcj04NzIxMwo= From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 12:49:33 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 B036616A43C; Sat, 15 Oct 2005 12:49:33 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E4843D49; Sat, 15 Oct 2005 12:49:32 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (d110.GkanagawaFL7.vectant.ne.jp [202.215.69.110]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j9FCnIV9012221; Sat, 15 Oct 2005 21:49:24 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 15 Oct 2005 21:49:18 +0900 (JST) Message-Id: <200510151249.j9FCnIV9012221@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-eclipse@FreeBSD.org In-Reply-To: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> X-Mailer: Sylpheed version 2.0.2 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.120]); Sat, 15 Oct 2005 21:49:27 +0900 (JST) Cc: tux@pinguru.net, wes@FreeBSD.org, mitsuru@riken.jp, nork@FreeBSD.org, rtdean@cytherianage.net, sugimura@jp.FreeBSD.ORG, freebsd-ports@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 12:49:34 -0000 On Sat, 15 Oct 2005 09:14:59 +0900 (JST) Norikatsu Shigemura wrote: > Hi eclipse and eclipse related ports maintainers and users! > Some time ago, someone suggested that eclipse and eclipse > related ports should be located on proper categories. I > think so. So I suggest following repocopy list. Anyone, > do you have any idea? Oops, I missed. Eclipse is very similar to Emacs: 1. IDE Emacs is a one of IDE(or platform). And anyone doesn't think that it is ONLY a elisp interpreter. But it is a editor. So I think that it is no problem that Eclipse may be categolize to editors. 2. Extension-able Emacs has many extention modules like news reader, language support, games, ... 3. Mode Emacs has many mode for descriptions like C, Perl, Java, ... 4. others It must be that there are other similar feature:-). java/eclipse -> editors/eclipse java/eclipse-EPIC -> editors/eclipse-EPIC java/eclipse-cdt -> editors/eclipse-cdt java/eclipse-checkstyle -> devel/eclipse-checkstyle java/eclipse-clay-core -> databases/eclipse-clay-core java/eclipse-devel -> editors/eclipse-devel java/eclipse-emf -> editors/eclipse-emf java/eclipse-examples -> devel/eclipse-examples java/eclipse-gef -> editors/eclipse-gef java/eclipse-gef-examples -> editors/eclipse-gef-examples java/eclipse-langpack -> editors/eclipse-langpack java/eclipse-log4e -> editors/eclipse-log4e java/eclipse-lomboz -> devel/eclipse-lomboz java/eclipse-pmd -> devel/eclipse-pmd java/eclipse-quantum -> databases/eclipse-quantum java/eclipse-sqlexplorer -> databases/eclipse-sqlexplorer java/eclipse-sysdeo-tomcat -> www/eclipse-sysdeo-tomcat java/eclipse-uml -> editors/eclipse-uml java/eclipse-v4all -> editors/eclipse-v4all java/eclipse-vep -> editors/eclipse-vep java/eclipse-vep-examples -> editors/eclipse-vep-examples java/eclipse-viplugin -> editors/eclipse-viplugin java/eclipseme -> devel/eclipseme java/phpeclipse -> editors/phpeclipse From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 05:30:05 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 1900F16A41F; Sat, 15 Oct 2005 05:30:05 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A553943D48; Sat, 15 Oct 2005 05:30:04 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id B46DE2F2B; Sat, 15 Oct 2005 00:30:03 -0500 (CDT) Date: Sat, 15 Oct 2005 00:30:03 -0500 To: Wes Peters Message-ID: <20051015053003.GB28137@soaustin.net> References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) X-Mailman-Approved-At: Sat, 15 Oct 2005 13:41:47 +0000 Cc: tux@pinguru.net, wes@FreeBSD.org, freebsd-eclipse@FreeBSD.org, mitsuru@riken.jp, sugimura@jp.FreeBSD.ORG, rtdean@cytherianage.net, Norikatsu Shigemura , freebsd-ports@FreeBSD.org, past@ebs.gr, freebsd-java@FreeBSD.org Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 05:30:05 -0000 On Fri, Oct 14, 2005 at 09:15:07PM -0700, Wes Peters wrote: > I don't mind moving the eclipse ports from java to devel, but all the > other eclipse ports are add-ins to eclipse and should probably be > classified along with eclipse. [adding freebsd-java to the Cc:] For some background, there's been on-and-off discussion on -java about how the java category was never really a good idea. None of the other languages have their own primary category. In particular we've completely failed to train our users to send 'java' PRs only for problems with the JVMs and 'ports' PRs for things in ports/java. > In particular, if eclipse is a 'devel' tool, I don't see how CDT > and phpeclipse are editors. GEF isn't a graphics library, it's a > graphical emulation framework for eclipse, which is (again) a > development tool. Well, Eclipse is one of these 'suites' that doesn't really fit well in one particular category. You could make the same argument about OpenOffice, opengroupware, ZendStudio, and so forth. (These 3 are chosen deliberately because they're scattered in 3 different categories). OpenBSD has a 'productivity' category although what it has in it is more like our 'deskutils'. Perhaps we should consider co-opting that name? (Our "deskutils" is a combination of things like calendar programs and individual GNOME add-ons, so it's a little bit of a mixed bag. However, I'm not sure I can see Eclipse fitting in with those). There is also the fact to consider that at 1624 ports, devel is simply too huge for its own good. Everything is in there including the kitchen sink. Even if we just went with an 'ide' category, there are still 27 ports that would probably fit in there. Not a lot in my book (and I've always been against anything that would lead us towards having hundreds of categories), but I could see an argument for it, even so. I'll leave the idea of completely reshuffling all the categories for another time, since everyone is probably tired of listening to my own particular views on that. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 09:40:00 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 A443316A41F; Sat, 15 Oct 2005 09:40:00 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB6043D45; Sat, 15 Oct 2005 09:39:58 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j9F9dr9V030031; Sat, 15 Oct 2005 12:39:53 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j9F9dxdu004796; Sat, 15 Oct 2005 12:40:00 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <4350CE50.8080704@ebs.gr> Date: Sat, 15 Oct 2005 12:39:28 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Linimon References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> <20051015053003.GB28137@soaustin.net> In-Reply-To: <20051015053003.GB28137@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 15 Oct 2005 13:41:48 +0000 Cc: Wes Peters , wes@FreeBSD.org, freebsd-eclipse@FreeBSD.org, mitsuru@riken.jp, tux@pinguru.net, Norikatsu Shigemura , rtdean@cytherianage.net, sugimura@jp.FreeBSD.ORG, freebsd-ports@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 09:40:01 -0000 Mark Linimon wrote: > On Fri, Oct 14, 2005 at 09:15:07PM -0700, Wes Peters wrote: > >>I don't mind moving the eclipse ports from java to devel, but all the >>other eclipse ports are add-ins to eclipse and should probably be >>classified along with eclipse. > > > [adding freebsd-java to the Cc:] > > For some background, there's been on-and-off discussion on -java > about how the java category was never really a good idea. None of > the other languages have their own primary category. In particular > we've completely failed to train our users to send 'java' PRs only > for problems with the JVMs and 'ports' PRs for things in ports/java. > > >>In particular, if eclipse is a 'devel' tool, I don't see how CDT >>and phpeclipse are editors. GEF isn't a graphics library, it's a >>graphical emulation framework for eclipse, which is (again) a >>development tool. > > > Well, Eclipse is one of these 'suites' that doesn't really fit well > in one particular category. You could make the same argument about > OpenOffice, opengroupware, ZendStudio, and so forth. (These 3 are > chosen deliberately because they're scattered in 3 different categories). > > OpenBSD has a 'productivity' category although what it has in it is more > like our 'deskutils'. Perhaps we should consider co-opting that name? > > (Our "deskutils" is a combination of things like calendar programs and > individual GNOME add-ons, so it's a little bit of a mixed bag. However, > I'm not sure I can see Eclipse fitting in with those). > > There is also the fact to consider that at 1624 ports, devel is simply > too huge for its own good. Everything is in there including the > kitchen sink. > > Even if we just went with an 'ide' category, there are still 27 ports > that would probably fit in there. Not a lot in my book (and I've always > been against anything that would lead us towards having hundreds of > categories), but I could see an argument for it, even so. > > I'll leave the idea of completely reshuffling all the categories for > another time, since everyone is probably tired of listening to my own > particular views on that. Although I agree with everything you say here, I can't see how this is an argument against the fact that GEF and CDT most probably belong to devel. Unless I'm mistaken and you were not making one? Regarding the splitting of devel and www categories, perhaps we should wait until the port tree migrates to subversion (yeah, right :-))? Cheers, Panagiotis From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 17:06:22 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 6404A16A41F for ; Sat, 15 Oct 2005 17:06:22 +0000 (GMT) (envelope-from ports@rbt.ca) Received: from gatekeeper.look.ca (gamma1.look.ca [207.136.80.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF60C43D49 for ; Sat, 15 Oct 2005 17:06:21 +0000 (GMT) (envelope-from ports@rbt.ca) Received: from 207-136-127-200.dsl.look.ca ([207.136.127.200]) by gatekeeper.look.ca with esmtp (Exim 4.20) id 1EQpUC-0000aW-KP for ports@FreeBSD.org; Sat, 15 Oct 2005 17:06:20 +0000 From: Rod Taylor To: ports@FreeBSD.org Date: Sat, 15 Oct 2005 13:06:20 -0400 Message-Id: <1129395980.33171.9.camel@home> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-SA-Exim-Mail-From: ports@rbt.ca Content-Type: multipart/mixed; boundary="=-9wVin9KnkhOLG/77eSS0" X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on omega.look.ca X-Spam-Level: X-Spam-Status: No, hits=0.0 required=9.0 tests=none autolearn=no version=2.63 X-SA-Exim-Version: 3.1 (built Tue Feb 24 05:09:27 GMT 2004) X-SA-Exim-Scanned: Yes X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: www/p5-MasonX-Interp-WithCallbacks Upgrade -- PREFIX is not supported X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 17:06:22 -0000 --=-9wVin9KnkhOLG/77eSS0 Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm attempting to upgrade MasonX-Interp-WithCallbacks from 0.11 to 0.13, but it seems that the standard way of building perl ports does not work with this version. Error below and the Makefile is attached. No patches or changes are applied to the MasonX-Interp-WithCallbacks-1.13.tar.gz source. I'm not on the list but would like advice on how to proceed. Please CC me in your reply. bash-2.05b$ make ===> Vulnerability check disabled, database not found => MasonX-Interp-WithCallbacks-1.13.tar.gz doesn't seem to exist in /usr/ports/distfiles/.=> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/MasonX/DWHEELER/.MasonX-Interp-WithCallbacks-1.13.tar.gz 100% of 23 kB 30 kBps ===> Extracting for p5-MasonX-Interp-WithCallbacks-1.13 => Checksum OK for MasonX-Interp-WithCallbacks-1.13.tar.gz. ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on file: /usr/local/bin/perl5.8.7 - found===> Patching for p5-MasonX-Interp-WithCallbacks-1.13 ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on file: /usr/local/bin/perl5.8.7 - found===> p5-MasonX-Interp-WithCallbacks-1.13 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason.pm - found===> p5-MasonX-Interp-WithCallbacks-1.13 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/Params/CallbackRequest.pm - found ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on file: /usr/local/bin/perl5.8.7 - found===> Configuring for p5-MasonX-Interp-WithCallbacks-1.13 Sorry, PREFIX is not supported. See the Module::Build documentation for 'destdir' or 'install_base' instead. *** Error code 255 Thanks, Rod --=-9wVin9KnkhOLG/77eSS0-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 17:17:14 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 90C6716A41F for ; Sat, 15 Oct 2005 17:17:14 +0000 (GMT) (envelope-from ports@rbt.ca) Received: from gozer.look.ca (epsilon1.look.ca [207.136.80.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A183443D48 for ; Sat, 15 Oct 2005 17:17:13 +0000 (GMT) (envelope-from ports@rbt.ca) Received: from 207-136-127-200.dsl.look.ca ([207.136.127.200]) by gozer.look.ca with esmtp (Exim 4.20) id 1EQpei-0002Xq-9g for ports@FreeBSD.org; Sat, 15 Oct 2005 17:17:12 +0000 From: Rod Taylor To: ports@FreeBSD.org In-Reply-To: <1129395980.33171.9.camel@home> References: <1129395980.33171.9.camel@home> Date: Sat, 15 Oct 2005 13:17:12 -0400 Message-Id: <1129396632.33171.11.camel@home> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-SA-Exim-Mail-From: ports@rbt.ca Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on omega.look.ca X-Spam-Level: X-Spam-Status: No, hits=0.0 required=9.0 tests=none autolearn=no version=2.63 X-SA-Exim-Version: 3.1 (built Tue Feb 24 05:09:27 GMT 2004) X-SA-Exim-Scanned: Yes Cc: Subject: Re: www/p5-MasonX-Interp-WithCallbacks Upgrade -- PREFIX is not supported X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 17:17:14 -0000 Umm.. just ignore me. I see I need to change from PERL_CONFIGURE to PERL_MODBUILD since they changed the modules build system. On Sat, 2005-10-15 at 13:06 -0400, Rod Taylor wrote: > I'm attempting to upgrade MasonX-Interp-WithCallbacks from 0.11 to 0.13, > but it seems that the standard way of building perl ports does not work > with this version. > > Error below and the Makefile is attached. No patches or changes are > applied to the MasonX-Interp-WithCallbacks-1.13.tar.gz source. > > I'm not on the list but would like advice on how to proceed. Please CC > me in your reply. > > bash-2.05b$ make > ===> Vulnerability check disabled, database not found > => MasonX-Interp-WithCallbacks-1.13.tar.gz doesn't seem to exist > in /usr/ports/distfiles/.=> Attempting to fetch from > ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/MasonX/DWHEELER/.MasonX-Interp-WithCallbacks-1.13.tar.gz 100% of 23 kB 30 kBps > ===> Extracting for p5-MasonX-Interp-WithCallbacks-1.13 > => Checksum OK for MasonX-Interp-WithCallbacks-1.13.tar.gz. > ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on > file: /usr/local/bin/perl5.8.7 - found===> Patching for > p5-MasonX-Interp-WithCallbacks-1.13 > ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on > file: /usr/local/bin/perl5.8.7 - found===> > p5-MasonX-Interp-WithCallbacks-1.13 depends on > file: /usr/local/lib/perl5/site_perl/5.8.7/HTML/Mason.pm - > found===> p5-MasonX-Interp-WithCallbacks-1.13 depends on > file: /usr/local/lib/perl5/site_perl/5.8.7/Params/CallbackRequest.pm - found > ===> p5-MasonX-Interp-WithCallbacks-1.13 depends on > file: /usr/local/bin/perl5.8.7 - found===> Configuring for > p5-MasonX-Interp-WithCallbacks-1.13 > Sorry, PREFIX is not supported. See the Module::Build > documentation for 'destdir' or 'install_base' instead. > *** Error code 255 > > Thanks, > Rod From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 17:31:22 2005 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org 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 B4E9816A41F; Sat, 15 Oct 2005 17:31:22 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1970C43D46; Sat, 15 Oct 2005 17:31:21 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (d110.GkanagawaFL7.vectant.ne.jp [202.215.69.110]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j9FHVDDS024613; Sun, 16 Oct 2005 02:31:19 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 16 Oct 2005 02:31:13 +0900 (JST) Message-Id: <200510151731.j9FHVDDS024613@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-gnome@FreeBSD.org X-Mailer: Sylpheed version 2.0.2 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.120]); Sun, 16 Oct 2005 02:31:20 +0900 (JST) Cc: freebsd-ports@FreeBSD.org Subject: linux plugins and mozila related browsers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 17:31:22 -0000 Hi. I want to do following things. But I cannot do it:-(. Please help me:-). 1. Make mozilla related browsers (mozilla, firefox, epiphany, ...) don't readlink(2) plugin files in /usr/X11R6/lib/browser_plugins/. I researched www/firefox and found MOZ_PLUGIN_PATH related codes in xpcom/io/nsAppFileLocationProvider.cpp. I tested following change: - rv = NS_NewNativeLocalFile(nsDependentCString(pathVar), PR_TRUE, getter_AddRefs(localFile)); + rv = NS_NewNativeLocalFile(nsDependentCString(pathVar), PR_FALSE, getter_AddRefs(localFile)); But PR_TRUE/PR_FALSE flags are not available:-(. So I don't know how to fix it.... 2. Add LPW enabled check code in /usr/X11R6/lib/firefox/run-mozilla.sh. a. LPW enabled check I think that ldd(1) should be supported Linux dynamic object. SEE ALSO: http://lists.freebsd.org/pipermail/freebsd-hackers/2005-October/014028.html - - - - - - - - - - - - - - - - - - - - - - - - - - - - if ldd /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so 2> /dev/null | grep pluginwrapper > /dev/null; then MOZ_PLUGIN_PATH=/usr/X11R6/lib/browser_linux_plugins:/usr/X11R6/lib/browser_plugins; export MOZ_PLUGIN_PATH else MOZ_PLUGIN_PATH=/usr/X11R6/lib/browser_plugins; export MOZ_PLUGIN_PATH fi - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3. Does MOZ_PLUGIN_PATH support multiple plugin path? It is good that set MOZ_PLUGIN_PATH=/usr/X11R6/lib/browser_linux_plugins:/usr/X11R6/lib/browser_plugins. But I cannot follow MOZ_PLUGIN_PATH process:-(. If above things are success, mezz@ requested things are over. SEE ALSO: http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072407.html http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072409.html http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072411.html http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072412.html http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072499.html http://lists.freebsd.org/pipermail/cvs-ports/2005-September/072502.html From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 18:15:07 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 9B53316A421; Sat, 15 Oct 2005 18:15:07 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9DE43D46; Sat, 15 Oct 2005 18:15:06 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051015181511.BUDS17511.lakecmmtao06.coxmail.com@dns1>; Sat, 15 Oct 2005 14:15:11 -0400 From: Vizion To: freebsd-ports@freebsd.org Date: Sat, 15 Oct 2005 11:10:19 -0700 User-Agent: KMail/1.8 References: <200510150015.j9F0ExKr085847@sakura.ninth-nine.com> <20051015053003.GB28137@soaustin.net> <8347452E-908C-4BE5-AC8F-E6378C1BF17C@softweyr.com> In-Reply-To: <8347452E-908C-4BE5-AC8F-E6378C1BF17C@softweyr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510151110.22123.vizion@vizion.occoxmail.com> Cc: Wes Peters , freebsd-java@FreeBSD.org, freebsd-eclipse@FreeBSD.org, Mark Linimon Subject: Re: [SUGGEST] Reform eclipse and eclipse related ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 18:15:08 -0000 On Friday 14 October 2005 22:59, the author Wes Peters contributed to the dialogue on- Re: [SUGGEST] Reform eclipse and eclipse related ports: >On Oct 14, 2005, at 10:30 PM, Mark Linimon wrote: >> On Fri, Oct 14, 2005 at 09:15:07PM -0700, Wes Peters wrote: >>> I don't mind moving the eclipse ports from java to devel, but all the >>> other eclipse ports are add-ins to eclipse and should probably be >>> classified along with eclipse. >> >> [adding freebsd-java to the Cc:] >> >> For some background, there's been on-and-off discussion on -java >> about how the java category was never really a good idea. None of >> the other languages have their own primary category. In particular >> we've completely failed to train our users to send 'java' PRs only >> for problems with the JVMs and 'ports' PRs for things in ports/java. > >Makes you wonder how much the rest of the ports system would be >cleaned up with a 'perl' category and all those p5-something- >something ports got tossed into that basket, doesn't it? > >>> In particular, if eclipse is a 'devel' tool, I don't see how CDT >>> and phpeclipse are editors. GEF isn't a graphics library, it's a >>> graphical emulation framework for eclipse, which is (again) a >>> development tool. >> >> Well, Eclipse is one of these 'suites' that doesn't really fit well >> in one particular category. You could make the same argument about >> OpenOffice, opengroupware, ZendStudio, and so forth. (These 3 are >> chosen deliberately because they're scattered in 3 different >> categories). >> >> OpenBSD has a 'productivity' category although what it has in it is >> more >> like our 'deskutils'. Perhaps we should consider co-opting that name? > >I don't know that 'productivity' really describes what these are. In >particular, I'm not sure if opengroupware adds productivity or >subtracts it. ;^) Ditto for eclipse, for that matter. A category >name that means 'big blobs of software with lots of options' might be >appropriate. > >> (Our "deskutils" is a combination of things like calendar programs and >> individual GNOME add-ons, so it's a little bit of a mixed bag. >> However, >> I'm not sure I can see Eclipse fitting in with those). >> >> There is also the fact to consider that at 1624 ports, devel is simply >> too huge for its own good. Everything is in there including the >> kitchen sink. > >devel is one of several categories that has grown useless; www is >another. It's certainly worth thinking about a category that >actually makes sense for these large software systems like openoffice >and eclipse. > >> Even if we just went with an 'ide' category, there are still 27 ports >> that would probably fit in there. Not a lot in my book (and I've >> always >> been against anything that would lead us towards having hundreds of >> categories), but I could see an argument for it, even so. >> >> I'll leave the idea of completely reshuffling all the categories for >> another time, since everyone is probably tired of listening to my own >> particular views on that. My solution is not popular even if it is logical. I say the ports structure needs a strategy that takes account of the reality of tools such as eclipse and soes not hesititate to create entirely new categories to meet those new neeeds. When the ports tree logic was defined (long ago in comparative computer history) it structure fitted well. We now need something like ports/eclipse where all the tools that form part of the eclipse fremework can be grouped together. But this view does not dit well with those who feel there is a virtue in preserving the existing structure which I cannot help but regard as an anachronism for these newly emerging frameworks which do not fit well into the traditional structure. david >> >> mcl > >-- > Where am I, and what am I doing in this handbasket? >Wes Peters >wes@softweyr.com > >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 15 22:50:12 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 B3BAF16A425 for ; Sat, 15 Oct 2005 22:50:12 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (skew.org [65.101.207.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A41843D5A for ; Sat, 15 Oct 2005 22:50:09 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost.skew.org [127.0.0.1]) by chilled.skew.org (8.13.1/8.13.1) with ESMTP id j9FMo8t4001380; Sat, 15 Oct 2005 16:50:08 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.13.1/8.13.1/Submit) id j9FMo4D5001378; Sat, 15 Oct 2005 16:50:04 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <200510152250.j9FMo4D5001378@chilled.skew.org> To: freebsd-ports@freebsd.org Date: Sat, 15 Oct 2005 16:50:04 -0600 (MDT) Action: X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Cc: jharris@widomaker.com Subject: bzip2 port still out of date X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 22:50:13 -0000 archivers/bzip2 seems to still be languishing at 1.0.3, despite the suggestion at http://www.freebsd.org/ports/portaudit/197f444f-e8ef-11d9-b875-0001020eed82.html that there was a 1.0.3_1 due in late June, when the vulnerabilities were reported. Since the FreeBSD 4.x base system does not come with bzgrep, I've been using the bzip2 port. It would be nice to be able to upgrade my installation so I can stop getting security warnings. Is there a new revision of the port in the works? (Actually, on my system, I employed a temporary workaround:) cd /usr/ports/archivers/bzip2 make deinstall make DISABLE_VULNERABILITIES=yes cd work/bzip2-1.0.3 chmod a+rx bzgrep bzdiff bzmore cp -p bzgrep bzdiff bzmore /usr/local/bin gzip -c9 bzgrep.1 > /usr/local/man/man1/bzgrep.1.gz gzip -c9 bzdiff.1 > /usr/local/man/man1/bzdiff.1.gz gzip -c9 bzmore.1 > /usr/local/man/man1/bzmore.1.gz (bzgrep, bzdiff, and bzmore are shell scripts in the port)