From owner-freebsd-ports@FreeBSD.ORG Sun May 6 07:46:11 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB22116A400 for ; Sun, 6 May 2007 07:46:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id BA10513C465 for ; Sun, 6 May 2007 07:46:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l467kB23014263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 6 May 2007 00:46:11 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l467k9r1015781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 6 May 2007 00:46:10 -0700 Message-ID: <463D87E7.9080903@u.washington.edu> Date: Sun, 06 May 2007 00:46:47 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.2436 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_SYMBOL1 0, __STOCK_SYMBOL_X1 0, __USER_AGENT 0' Subject: Question about fields in INDEX files 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, 06 May 2007 07:46:11 -0000 Hello all, As part of my Google SoC project I'm taking a look at INDEX-{ver} and revising it to fit Berkeley DB objects combined with pkg_*, much like pkgdb does. I have a few questions about the meanings of the fields though and their use. I'm using net/DarwinStreamingServer as an example, because it's short, and contains all of the fields I could find present in all of the INDEX entries, and this comes from INDEX-7, not INDEX-5 or INDEX-6. ======= Entry: ======= DarwinStreamingServer-5.5.4_1|/usr/ports/net/DarwinStreamingServer|/usr/local|Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server|/usr/ports/net/DarwinStreamingServer/pkg-descr|nork@FreeBSD.org|net||p5-Net-SSLeay-1.30_1 perl-5.8.8|http://developer.apple.com/darwin/projects/streaming/||| ======= The fields are as following (separated by pipes): 1. [Port name (without category)]-[version][{:_revision}] 2. Full path to port. 3. Installation prefix (?) 4. Comment 5. Full path to pkg-descr file 6. Maintainer 7. Category 8. [unknown] -- blank field 9. Direct dependencies 10. Developer's / Project's Webpage 11., 12. [unknown] (x2) -- blank fields ======= If someone can correct me on the meanings of these fields, that would be fantastic. Also, if someone can help me discover the secret identities of some of the unknown fields (in particular the last 2 blank fields), that would be helpful as well. I understand that the majority of these lines do come from the Makefiles, but I'm not sure what additional fields could be involved in this. Also, I was wondering if fields 3. and 5. are really necessary in the INDEX file. 3. can be user specified, or default to a particular value. Also, 5. can be automatically assumed to {2.}/pkg-descr in all cases that I've seen. So, given this observation is there any real case that this assumption would be false? Thanks for any and all help! -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun May 6 08:00:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16B7916A402 for ; Sun, 6 May 2007 08:00:55 +0000 (UTC) (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 F1E0E13C447 for ; Sun, 6 May 2007 08:00:54 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 906F5A4F; Sun, 6 May 2007 03:00:54 -0500 (CDT) Date: Sun, 6 May 2007 03:00:54 -0500 To: Garrett Cooper Message-ID: <20070506080054.GA20738@soaustin.net> References: <463D87E7.9080903@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463D87E7.9080903@u.washington.edu> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports Subject: Re: Question about fields in INDEX files 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, 06 May 2007 08:00:55 -0000 The output from each port's "make describe" is documented at the "describe" target in: http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk This is changed to a different format (a historical bug, too late to fix now because of POLA) via "make index" from ports/Makefile by the following script (see the "foreach" block at the end): http://www.freebsd.org/cgi/cvsweb.cgi/ports/Tools/make_index I will send you portsmon's portsIndexUtils.py file that you can work from to figure out this mess. (I don't see any reason to post it to the list). mcl From owner-freebsd-ports@FreeBSD.ORG Sun May 6 09:03:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB32416A402 for ; Sun, 6 May 2007 09:03:50 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id A9DE513C44B for ; Sun, 6 May 2007 09:03:50 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4693o0p001276 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 02:03:50 -0700 X-Auth-Received: from [192.168.10.45] ([67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4693nME012227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 02:03:49 -0700 Message-ID: <463D99F9.9010609@u.washington.edu> Date: Sun, 06 May 2007 02:03:53 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mark Linimon References: <463D87E7.9080903@u.washington.edu> <20070506080054.GA20738@soaustin.net> In-Reply-To: <20070506080054.GA20738@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.14434 X-Uwash-Spam: Gauge=XXXXXXXXI, Probability=81%, Report='URI_CLASS_INTERNET_DOMAIN 8, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-ports Subject: Re: Question about fields in INDEX files 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, 06 May 2007 09:03:50 -0000 Mark Linimon wrote: > The output from each port's "make describe" is documented at the > "describe" target in: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk > > This is changed to a different format (a historical bug, too late to fix > now because of POLA) via "make index" from ports/Makefile by the following > script (see the "foreach" block at the end): > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Tools/make_index > > I will send you portsmon's portsIndexUtils.py file that you can work from > to figure out this mess. (I don't see any reason to post it to the list). > > mcl Mark, Thanks for the speedy reply. Would you happen to know what the Perl module / class is that's used for storing the pkg objects with? I just want to look at the structure a bit closer. Thanks, -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun May 6 09:05:12 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E041016A407 for ; Sun, 6 May 2007 09:05:12 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id BEB1713C43E for ; Sun, 6 May 2007 09:05:12 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4695CNa031247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 02:05:12 -0700 X-Auth-Received: from [192.168.10.45] ([67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4695BNJ023420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 02:05:12 -0700 Message-ID: <463D9A49.5010705@u.washington.edu> Date: Sun, 06 May 2007 02:05:13 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mark Linimon References: <463D87E7.9080903@u.washington.edu> <20070506080054.GA20738@soaustin.net> In-Reply-To: <20070506080054.GA20738@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.15433 X-Uwash-Spam: Gauge=XXXXXXXXI, Probability=81%, Report='URI_CLASS_INTERNET_DOMAIN 8, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-ports Subject: Re: Question about fields in INDEX files 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, 06 May 2007 09:05:13 -0000 Mark Linimon wrote: > The output from each port's "make describe" is documented at the > "describe" target in: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk > > This is changed to a different format (a historical bug, too late to fix > now because of POLA) via "make index" from ports/Makefile by the following > script (see the "foreach" block at the end): > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Tools/make_index > > I will send you portsmon's portsIndexUtils.py file that you can work from > to figure out this mess. (I don't see any reason to post it to the list). > > mcl Mark, Thanks for the speedy reply. Would you happen to know what the Perl module / class is that's used for storing the pkg objects with? I just want to look at the structure a bit closer. Thanks, -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun May 6 09:40:24 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFF9916A403 for ; Sun, 6 May 2007 09:40:24 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 0A35A13C44C for ; Sun, 6 May 2007 09:40:23 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l469e4w5007125; Sun, 6 May 2007 10:40:07 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l469e4w5007125 Message-ID: <463DA274.5040902@infracaninophile.co.uk> Date: Sun, 06 May 2007 10:40:04 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.0 (X11/20070420) MIME-Version: 1.0 To: Garrett Cooper References: <463D87E7.9080903@u.washington.edu> In-Reply-To: <463D87E7.9080903@u.washington.edu> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 06 May 2007 10:40:17 +0100 (BST) X-Virus-Scanned: ClamAV 0.90.2/3211/Sat May 5 23:05:40 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-ports Subject: Re: Question about fields in INDEX files 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, 06 May 2007 09:40:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Garrett Cooper wrote: > Hello all, > As part of my Google SoC project I'm taking a look at INDEX-{ver} > and revising it to fit Berkeley DB objects combined with pkg_*, much > like pkgdb does. > > I have a few questions about the meanings of the fields though and > their use. I'm using net/DarwinStreamingServer as an example, because > it's short, and contains all of the fields I could find present in all > of the INDEX entries, and this comes from INDEX-7, not INDEX-5 or INDEX-6. > > ======= > Entry: > ======= > DarwinStreamingServer-5.5.4_1|/usr/ports/net/DarwinStreamingServer|/usr/local|Darwin > Streaming Server, a MP3, MPEG4 and QuickTime streaming > server|/usr/ports/net/DarwinStreamingServer/pkg-descr|nork@FreeBSD.org|net||p5-Net-SSLeay-1.30_1 > perl-5.8.8|http://developer.apple.com/darwin/projects/streaming/||| > > ======= > > The fields are as following (separated by pipes): > 1. [Port name (without category)]-[version][{:_revision}] > 2. Full path to port. > 3. Installation prefix (?) > 4. Comment > 5. Full path to pkg-descr file > 6. Maintainer > 7. Category > 8. [unknown] -- blank field > 9. Direct dependencies > 10. Developer's / Project's Webpage > 11., 12. [unknown] (x2) -- blank fields > > ======= > > If someone can correct me on the meanings of these fields, that would be > fantastic. Also, if someone can help me discover the secret identities > of some of the unknown fields (in particular the last 2 blank fields), > that would be helpful as well. I understand that the majority of these > lines do come from the Makefiles, but I'm not sure what additional > fields could be involved in this. > > Also, I was wondering if fields 3. and 5. are really necessary in the > INDEX file. 3. can be user specified, or default to a particular value. > > Also, 5. can be automatically assumed to {2.}/pkg-descr in all cases > that I've seen. So, given this observation is there any real case that > this assumption would be false? > > Thanks for any and all help! > -Garrett Been there, done that. Take a look at the code in Port.pm from my FreeBSD::Portindex stuff. Particularly the print() method: # # Print out one line of the INDEX file # sub print ($*;$) { my $self = shift; my $fh = shift; my $allports = shift; my $counter = shift; print $fh $self->PKGNAME(), '|'; print $fh $self->ORIGIN(), '|'; print $fh $self->STUFF(), '|'; print $fh $self->_chase_deps( $allports, 'BUILD_DEPENDS' ), '|'; print $fh $self->_chase_deps( $allports, 'RUN_DEPENDS' ), '|'; print $fh $self->WWW(), '|'; print $fh $self->_chase_deps( $allports, 'EXTRACT_DEPENDS' ), '|'; print $fh $self->_chase_deps( $allports, 'PATCH_DEPENDS' ), '|'; print $fh $self->_chase_deps( $allports, 'FETCH_DEPENDS' ), "\n"; counter( \%::Config, $counter ); return $self; } STUFF is the amalgamation of fields 3,4,5,6,7 which you've already identified. The PREFIX (field 3) is usually /usr/local although for a limited time there are still a number of X11 related entries using /usr/X11R6. Similarly the pkg-desc (field 5) is almost always /usr/ports///pkg-descr -- but there are a significant number of exceptions, which are slave ports. Eg. compare these two INDEX entries: % grep ^mod_jk INDEX-6 mod_jk-1.2.21,1|/usr/ports/www/mod_jk|/usr/local|Apache JK module for connecting to Tomcat using AJP1X|/usr/ports/www/mod_jk/pkg-descr|girgen@FreeBSD.org|www|apache-1.3.37_3 expat-2.0.0_1 gettext-0.16.1_1 gmake-3.81_1 libiconv-1.9.2_2 perl-5.8.8|apache-1.3.37_3 expat-2.0.0_1 perl-5.8.8|http://tomcat.apache.org/connectors-doc/||| mod_jk-ap2-1.2.21|/usr/ports/www/mod_jk-apache2|/usr/local|Apache2 JK module for connecting to Tomcat using AJP1X|/usr/ports/www/mod_jk-apache2/../mod_jk/pkg-descr|girgen@FreeBSD.org|www|apache-2.0.59 expat-2.0.0_1 gettext-0.16.1_1 gmake-3.81_1 libiconv-1.9.2_2 perl-5.8.8|apache-2.0.59 expat-2.0.0_1 libiconv-1.9.2_2 perl-5.8.8|http://tomcat.apache.org/connectors-doc/||| Note that either of these fields can vary with local customization as well -- nothing says that you've always got to keep the ports tree rooted at /usr/ports or install everything with a prefix of /usr/local, although if you change any of that, you're going to be building your own INDEX anyhow. The 5 'DEPENDS' entries in the last 6 fields consist of the output of various FOO_DEPENDS variables from the port's Makefile processed to turn the port origins 'editors/emacs21' into the package names 'emacs-21.3_9' These values are then combined in various ways, ie. RUN_DEPENDS in the Index file is the combination of the values from the $RUN_DEPENDS and $LIB_DEPENDS variables from the Makefile, plus the accumulated sum of the RUN_DEPENDS for each of the dependencies, and each of their dependencies, recursively. eg. If '$EXTRACT_DEPENDS' in the port Makefile is set to: EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio then the EXTRACT_DEPENDS field in the Index will be set to: perl-5.8.8 rpm2cpio-1.2_2 ie. the direct dependency rpm2cpio-1.2_2 plus all of the RUN_DEPENDS for rpm2cpio-1.2_2, vis perl-5.8.8. Perl doesn't have any other RUN_DEPENDS so the expansion stops there. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPaJ08Mjk52CukIwRCJ+dAJ0YEt6iNRhiWrgTTbHtQAANQ0mpNACfQwoC JIBs3yGT0sT8vHugSJvobCY= =C+w6 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun May 6 10:46:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1539516A400 for ; Sun, 6 May 2007 10:46:50 +0000 (UTC) (envelope-from christian.pinedo@ehu.es) Received: from bipt106.bi.ehu.es (bipt106.bi.ehu.es [158.227.67.106]) by mx1.freebsd.org (Postfix) with ESMTP id 881A613C46E for ; Sun, 6 May 2007 10:46:49 +0000 (UTC) (envelope-from christian.pinedo@ehu.es) Received: from localhost (localhost.localdomain [127.0.0.1]) by bipt106.bi.ehu.es (Postfix) with ESMTP id 9C192971E8 for ; Sun, 6 May 2007 12:14:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bipt106.bi.ehu.es Received: from bipt106.bi.ehu.es ([127.0.0.1]) by localhost (localhost.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sFlXRKhckC5f for ; Sun, 6 May 2007 12:14:26 +0200 (CEST) Received: from [192.168.1.99] (eu100-136-4.clientes.euskaltel.es [82.130.136.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bipt106.bi.ehu.es (Postfix) with ESMTP id C2B2B971E7 for ; Sun, 6 May 2007 12:14:26 +0200 (CEST) Message-ID: <463DAA7D.6040402@ehu.es> Date: Sun, 06 May 2007 12:14:21 +0200 From: Christian Pinedo Zamalloa Organization: EHU User-Agent: IceDove 1.5.0.10 (X11/20070329) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.2.0 OpenPGP: id=6E261AAB; url=http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6E261AAB Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigAC4AF36F042FF6E1F94CBD29" Subject: apache20 and mod_python3 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: Sun, 06 May 2007 10:46:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAC4AF36F042FF6E1F94CBD29 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable hello, I'm having problems with mod_python-3.3.1 and apache-2.0.59. By I know and tested the problem is caused by mod_python3 port. The configuration of apache is the proposed at the /usr/local/share/examples/apache2/http-std.conf file, I only modified it with the following lines: LoadModule python_module libexec/apache2/mod_python.so LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps LoadModule security_module libexec/apache2/mod_security.so LoadModule dav_module libexec/apache2/mod_dav.so LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so LoadModule authz_svn_module libexec/apache2/mod_authz_svn.so When i disable "python_module" i can restart, stop and reload the server but when i don't disable it i get several errors: # /usr/local/etc/rc.d/apache2.sh stop Stopping apache2. Waiting for PIDS: 20827, 20827, 20827, 20827, 20827, .... # kill -9 20827 If I try to restart or reload apache with python_module loaded I get the following error: # /usr/local/etc/rc.d/apache2.sh restart Performing sanity check on apache2 configuration: Syntax OK Segmentation fault (core dumped) I'm a newbie user of FreeBSD 6.1 and i'm suffering this error from several months. I would be pleased if you could help me. Thanks, --=20 Christian Pinedo Zamalloa PGP key at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0x6E261= AAB Fingerprint: B96C BEC0 B037 AFAC 43C1 952A 6D87 962E 6E26 1AAB --------------enigAC4AF36F042FF6E1F94CBD29 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPaqCbYeWLm4mGqsRAnWzAJ9EleGy1UayA3ztr+n1q7APWpBcHgCbBlaH uyMaoE6yrM35Gv0pfib8FX0= =469X -----END PGP SIGNATURE----- --------------enigAC4AF36F042FF6E1F94CBD29-- From owner-freebsd-ports@FreeBSD.ORG Sun May 6 11:39:44 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBF5F16A400 for ; Sun, 6 May 2007 11:39:44 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from mx1.sitevalley.com (sitevalley.com [209.67.60.43]) by mx1.freebsd.org (Postfix) with SMTP id 8DE5813C44C for ; Sun, 6 May 2007 11:39:44 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from zone3000.kharkov.ua (HELO localhost) (217.144.69.37) by 209.67.61.254 with SMTP; 6 May 2007 11:13:04 -0000 Date: Sun, 6 May 2007 14:12:34 +0300 From: Nikolay Pavlov To: Brandon McCorkle Message-ID: <20070506111234.GA3748@zone3000.net> References: <553FC944117A7B428D992C5874F482374087@be-02.gahanna.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <553FC944117A7B428D992C5874F482374087@be-02.gahanna.gov> X-Operating-System: FreeBSD 6.1-RELEASE-p10 User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: wildfire-3.2.4 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, 06 May 2007 11:39:45 -0000 On Thursday, 3 May 2007 at 16:01:27 -0400, Brandon McCorkle wrote: > Hi Quetzal, > > > > I was curious if you were working on a openfire 3.3.0 > port in FreeBSD? It's my understanding that it needs Java 1.6 now and I > didn't see a Java port for this version in BSD so I was curious if 3.3.0 > was going to happen. Thanks for all your hard work, the 3.2.4 port has > been working beautifully for us. > > > > > > Brandon > > > > Hi Brandon. I currently working on this :) -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ====================================================================== From owner-freebsd-ports@FreeBSD.ORG Sun May 6 12:43:49 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 288CE16A401 for ; Sun, 6 May 2007 12:43:49 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id E391813C468 for ; Sun, 6 May 2007 12:43:48 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 910E11CC0DD for ; Sun, 6 May 2007 14:16:28 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id CE08BB9B7; Sun, 6 May 2007 14:16:27 +0200 (CEST) Date: Sun, 6 May 2007 14:16:27 +0200 From: Henrik Brix Andersen To: freebsd-ports@freebsd.org Message-ID: <20070506121627.GA7374@tirith.brixandersen.dk> Mail-Followup-To: freebsd-ports@freebsd.org References: <463D1275.1060305@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <463D1275.1060305@gmail.com> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: net/rrdtool fails to build when ruby is installed? 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, 06 May 2007 12:43:49 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, May 05, 2007 at 04:25:41PM -0700, Kian Mohageri wrote: > I'm running into an error (seen below) when attempting to build the > latest net/rrdtool when Ruby is installed. Others (including me) have encountered the exact same issue - see the ports/112412 PR. Regards, Brix --=20 Henrik Brix Andersen --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGPccbv+Q4flTiePgRAkwBAJ9IBUcZ1wsnTXUJqvwz1MeOuXknYwCeLWTY KRgX9UbbinoA7GtSEDmdAm0= =520B -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-ports@FreeBSD.ORG Sun May 6 14:21:32 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D4CF16A401; Sun, 6 May 2007 14:21:32 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 15BBE13C457; Sun, 6 May 2007 14:21:31 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.14.0/8.14.0/NETPLEX) with ESMTP id l46E7p7c000219; Sun, 6 May 2007 10:07:51 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.ntplx.net [204.213.176.10]); Sun, 06 May 2007 10:07:51 -0400 (EDT) Date: Sun, 6 May 2007 10:07:51 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: freebsd-current@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Sun, 06 May 2007 14:30:26 +0000 Cc: Subject: HEADS UP: shared library bump, symbol versioning, libthr change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-current@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:21:32 -0000 Sometime this coming weekend (May 11-13), I'll be committing the following patch: http://people.freebsd.org/~deischen/symver/bump_symver.diffs.050207 What does this do? o All library versions that haven't already been bumped and that are not new to 7.0 will be bumped. o Symbol versioning will be enabled by default. This means that for those libraries which are symbol versioned (libc, libelf, libpthread, librt, libthr, libthr_db, and msun) we will have to support all public interfaces as our ABI from this point forward. Compatibility is now maintained in the library itself, not in a separate compat library and by bumping shared library versions. You can disable symbol versioning by setting NO_SYMVER. o The default threading library is changed from libpthread to libthr. libthr remains installed as libthr, libpthread is installed as libkse, and libpthread will link to libthr by default. Compiling with -pthread will continue to work as before. You can override the default library by setting DEFAULT_THREAD_LIBRARY=libpthread or libc_r before a buildworld/installworld. /lib/libthr.so.3 /usr/lib/libpthread.a -> libthr.a /usr/lib/libpthread.so -> libthr.so /usr/lib/libpthread_p.a -> libthr_p.a /usr/lib/libthr.a /usr/lib/libthr.so -> /lib/libthr.so.3 /usr/lib/libthr_p.a /usr/lib/libkse.a /usr/lib/libkse.so -> libkse.so.3 /usr/lib/libkse.so.3 /usr/lib/libkse_p.a How does this affect ports? Kris ran a package build with this patch, and there were a few problems, mostly because x11-toolkits/xview/patch-lib+libxview+textsw+txt_again.c patches xview to use __svfscanf() which is an internal libc function (it should probably use vfscanf). A few ports broke because they required xview. Some ports did not break, but they used some symbols exported from libc that are private and not part of the ABI. These ports are not clean with respect to our ABI and should be changed if possible. Some of my notes on symbol versioning are here: http://people.freebsd.org/~deischen/symver/library_versioning.txt and better technical references are Ulrich Drepper's notes or Sun's document: http://people.redhat.com/~drepper/symbol-versioning http://www.sun.com/software/solaris/programs/abi/documentation/solaris-abi.pdf -- DE From owner-freebsd-ports@FreeBSD.ORG Sun May 6 17:43:32 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 632F916A400 for ; Sun, 6 May 2007 17:43:32 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 3E33A13C43E for ; Sun, 6 May 2007 17:43:32 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27659 invoked from network); 6 May 2007 17:16:51 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 May 2007 17:16:50 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 9B8712843A; Sun, 6 May 2007 13:16:47 -0400 (EDT) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id 44A401CEB3; Sun, 6 May 2007 13:16:47 -0400 (EDT) To: AN To: freebsd-ports@freebsd.org References: <20070502201724.O88357@neu.net> <44wszpu140.fsf@be-well.ilk.org> <20070503214545.E78401@neu.net> From: Lowell Gilbert Date: Sun, 06 May 2007 13:16:47 -0400 In-Reply-To: <20070503214545.E78401@neu.net> (AN's message of "Thu\, 3 May 2007 21\:49\:53 +0000 \(GMT\)") Message-ID: <44lkg1yirk.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: cups permission problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 17:43:32 -0000 AN writes: > On Thu, 3 May 2007, Lowell Gilbert wrote: > >> AN writes: >> >>> I just installed cups 1.2.10 on FBSD 6.2 stable from ports. The >>> install completed successfully, however when I try to do anything >>> nothing works. After starting the cups daemon, I go to localhost:631 >>> and I can see the main page but when I try to add a printer the page >>> is blank. The following are excerpts from /var/log/cups/error_log: >>> >>> I [02/May/2007:22:44:46 +0300] Full reload complete. >>> I [02/May/2007:22:44:46 +0300] Listening to ::1:631 on fd 2... >>> I [02/May/2007:22:44:46 +0300] Listening to 127.0.0.1:631 on fd 3... >>> I [02/May/2007:22:44:46 +0300] Listening to /var/run/cups.sock on fd 4... >>> I [02/May/2007:22:45:04 +0300] commptr="?OP=add-printer" >>> I [02/May/2007:22:45:04 +0300] Started >>> "/usr/local/libexec/cups/cgi-bin/admin.cgi" (pid=89759) >>> E [02/May/2007:22:45:04 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/header.tmpl" - Permission denied >>> E [02/May/2007:22:45:04 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/add-printer.tmpl" - Permission denied >>> E [02/May/2007:22:45:04 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/trailer.tmpl" - Permission denied >>> I [02/May/2007:22:48:13 +0300] Full reload complete. >>> I [02/May/2007:22:48:13 +0300] Listening to ::1:631 on fd 1... >>> I [02/May/2007:22:48:13 +0300] Listening to 127.0.0.1:631 on fd 3... >>> I [02/May/2007:22:48:13 +0300] Listening to /var/run/cups.sock on fd 4... >>> I [02/May/2007:22:53:32 +0300] commptr="?OP=add-printer" >>> I [02/May/2007:22:53:32 +0300] Started >>> "/usr/local/libexec/cups/cgi-bin/admin.cgi" (pid=89770) >>> E [02/May/2007:22:53:32 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/header.tmpl" - Permission denied >>> E [02/May/2007:22:53:32 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/add-printer.tmpl" - Permission denied >>> E [02/May/2007:22:53:32 +0300] [CGI] Unable to open template file >>> "/usr/local/share/cups/templates/trailer.tmpl" - Permission denied >>> I [02/May/2007:22:55:10 +0300] Saving remote.cache... >>> I [02/May/2007:22:56:18 +0300] Full reload complete. >>> E [02/May/2007:22:56:19 +0300] Unable to bind socket for address >>> ::1:631 - >>> Address already in use. >>> E [02/May/2007:22:56:19 +0300] Unable to bind socket for address >>> 127.0.0.1:631 - Address already in use. >>> I [02/May/2007:22:56:19 +0300] Listening to /var/run/cups.sock on fd 2... >>> E [02/May/2007:22:56:19 +0300] cupsdStartBrowsing: Unable to bind >>> broadcast socket - Address already in use. >>> I [02/May/2007:22:58:22 +0300] Listening to ::1:631 (IPv6) >>> I [02/May/2007:22:58:22 +0300] Listening to 127.0.0.1:631 (IPv4) >>> I [02/May/2007:22:58:22 +0300] Listening to /var/run/cups.sock (Domain) >>> I [02/May/2007:22:58:22 +0300] Loaded configuration file >>> "/usr/local/etc/cups/cupsd.conf" >>> I [02/May/2007:22:58:22 +0300] Using default TempDir of >>> /var/spool/cups/tmp... >>> I [02/May/2007:22:58:22 +0300] Cleaning out old temporary files in >>> "/var/spool/cups/tmp"... >>> I [02/May/2007:22:58:22 +0300] Configured for up to 100 clients. >>> I [02/May/2007:22:58:22 +0300] Allowing up to 100 client connections >>> per host. >>> I [02/May/2007:22:58:22 +0300] Using policy "default" as the default! >>> I [02/May/2007:22:58:22 +0300] Full reload is required. >>> I [02/May/2007:22:58:22 +0300] Loaded MIME database from >>> /usr/local/etc/cups': 34 types, 38 filters... >>> I [02/May/2007:22:58:22 +0300] Loading job cache file >>> "/var/cache/cups/job.cache"... >>> I [02/May/2007:22:58:22 +0300] Full reload complete. >>> E [02/May/2007:22:58:22 +0300] Unable to bind socket for address >>> ::1:631 - >>> Address already in use. >>> E [02/May/2007:22:58:22 +0300] Unable to bind socket for address >>> 127.0.0.1:631 - Address already in use. >>> I [02/May/2007:22:58:22 +0300] Listening to /var/run/cups.sock on fd 2... >>> E [02/May/2007:22:58:22 +0300] cupsdStartBrowsing: Unable to bind >>> broadcast socket - Address already in use. >>> I [02/May/2007:22:58:48 +0300] commptr="list+1+0+requested-attributes=all" >>> I [02/May/2007:22:58:48 +0300] Started >>> "/usr/local/libexec/cups/daemon/cups-driverd" (pid=89822) >>> E [02/May/2007:22:58:48 +0300] [cups-driverd] Unable to open PPD >>> directory "/usr/local/share/cups/model": Permission denied >>> I [02/May/2007:22:59:38 +0300] commptr="list+1+0+requested-attributes=all" >>> I [02/May/2007:22:59:38 +0300] Started >>> "/usr/local/libexec/cups/daemon/cups-driverd" (pid=89823) >>> E [02/May/2007:22:59:38 +0300] [cups-driverd] Unable to open PPD >>> directory "/usr/local/share/cups/model": Permission denied >>> I [02/May/2007:22:59:52 +0300] commptr="list+1+0+requested-attributes=all" >>> I [02/May/2007:22:59:52 +0300] Started >>> "/usr/local/libexec/cups/daemon/cups-driverd" (pid=89824) >>> E [02/May/2007:22:59:52 +0300] [cups-driverd] Unable to open PPD >>> directory "/usr/local/share/cups/model": Permission denied >>> >>> I tried commenting out all security and authorization settings in the >>> conf file, but it did not help. I compared the settings on the files >>> and folders listed in the log file to another machine that is working >>> with cups and they all seem correct. Not sure what to try now, any >>> help would be really appreciated. Please let me know if there is any >>> more debug info needed. >> >> How do you try to start the daemon? >> If you haven't done so, use the script that the port installs. >> > > Lowell: > > I start cups from the command line with: cupsd > > What is the proper way to do it? Where is the script you mentioned, > what would be the command to use? /usr/local/etc/rc.d/cupsd, probably. pkg_info(1) can tell you. Try "pkg_info -L cupsd*" From owner-freebsd-ports@FreeBSD.ORG Sun May 6 19:14:39 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E969716A402 for ; Sun, 6 May 2007 19:14:39 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id C7F4913C465 for ; Sun, 6 May 2007 19:14:39 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JEd2B017523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 12:14:39 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JEcQg014186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 12:14:38 -0700 Message-ID: <463E2944.50905@u.washington.edu> Date: Sun, 06 May 2007 12:15:16 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michel Talon , freebsd-ports References: <20070506132915.GA67014@lpthe.jussieu.fr> In-Reply-To: <20070506132915.GA67014@lpthe.jussieu.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.115535 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: question about fields in INDEX files 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, 06 May 2007 19:14:40 -0000 Michel Talon wrote: > Take a look at: > http://www.lpthe.jussieu.fr/~talon/freebsdports.html > all fields are explained. > Thanks to Michel (many kudos and much thanks!), I now have a list of all of the fields: 1. pkgname 2. path 3. prefix 4. comment 5. descr 6. maintainer 7. categories 8. build_deps 9. run_deps 10. website 11. extract_deps 12. patch_deps 13. fetch_deps I looked through the INDEX file pretty quickly, and I can't see any instances of 12. or 13. Also, I'm still wondering if 3. is necessary because the user can specify the install directory, and/or we could set the default to /usr/local. The only case where I see this as incorrect is with already installed packages, but that should be specified in the /var/db/pkg/* files, right? Thanks again all! -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun May 6 19:18:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B909816A401 for ; Sun, 6 May 2007 19:18:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 97AFA13C447 for ; Sun, 6 May 2007 19:18:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JIkLi018295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 May 2007 12:18:46 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46JIjUw014379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 May 2007 12:18:45 -0700 Message-ID: <463E2A3B.1000907@u.washington.edu> Date: Sun, 06 May 2007 12:19:23 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michel Talon , freebsd-ports References: <20070506132915.GA67014@lpthe.jussieu.fr> <463E2944.50905@u.washington.edu> In-Reply-To: <463E2944.50905@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.120034 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: question about fields in INDEX files 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, 06 May 2007 19:18:46 -0000 Garrett Cooper wrote: > Michel Talon wrote: >> Take a look at: >> http://www.lpthe.jussieu.fr/~talon/freebsdports.html >> all fields are explained. >> > > Thanks to Michel (many kudos and much thanks!), I now have a list of all > of the fields: > > 1. pkgname > 2. path > 3. prefix > 4. comment > 5. descr > 6. maintainer > 7. categories > 8. build_deps > 9. run_deps > 10. website > 11. extract_deps > 12. patch_deps > 13. fetch_deps > > I looked through the INDEX file pretty quickly, and I can't see any > instances of 12. or 13. > > Also, I'm still wondering if 3. is necessary because the user can > specify the install directory, and/or we could set the default to > /usr/local. The only case where I see this as incorrect is with already > installed packages, but that should be specified in the /var/db/pkg/* > files, right? > > Thanks again all! > > -Garrett Ok, question about 3. was answered, and so was the questions for 12. and 13. I assume. I'll reread the email Matthew Seaman, and see if I can find any spots where I'm confused. Thanks! -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun May 6 20:37:31 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D332416A403 for ; Sun, 6 May 2007 20:37:31 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5DC13C45B for ; Sun, 6 May 2007 20:37:31 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KbUsR016408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 6 May 2007 13:37:31 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KbUXI018085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 6 May 2007 13:37:30 -0700 Message-ID: <463E3C8A.5030003@u.washington.edu> Date: Sun, 06 May 2007 13:37:30 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-ports X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.132134 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Content-Type: message/rfc822; name="Re: Ports forbids me to install compat3x-i386.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: Ports forbids me to install compat3x-i386.eml" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [Fwd: Re: Ports forbids me to install compat3x-i386] 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, 06 May 2007 20:37:32 -0000 Received: via tmail-2000(13) (invoked by user youshi10) for youshi10+mail/non-UW; Sun, 6 May 2007 13:13:39 -0700 (PDT) Received: from mxe9.u.washington.edu (mxe9.u.washington.edu [140.142.32.150]) by bp13.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KDcYR020249 for ; Sun, 6 May 2007 13:13:38 -0700 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mxe9.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KDbNH030402 for ; Sun, 6 May 2007 13:13:37 -0700 Received: by wx-out-0506.google.com with SMTP id i29so1470724wxd for ; Sun, 06 May 2007 13:13:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=UUe3tL+66KooAkeihPR2Psft42BV/4SKbKKjnT47feqDAq254OvyUt7Xz+49GWGBlXYr0WlqByifGE5DH3kqoHojpjN7hZYYEu11Eyj8gf3dWhFNtMAywx2/J4G5prHDdaNHIQ4kjRUOFoP69j+lzEB9t2ebUDlhCsvZqQHTIek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Ig2mQznLbrwdvb+9jk0bwz2nw6o8eEg5IyupXqe18C8yY2c6V+svqEoXBVvDzqC33R7EZkxW8MH2eQWDT74ocd3DDIDJXTQh3/sf03OgwgTIi47DavarVoP4klCICg/YHxp0HYK5tSV6llwxKYqnIZDztXB9A0PZfwtd5VEUjTg= Received: by 10.90.113.20 with SMTP id l20mr4504399agc.1178482416514; Sun, 06 May 2007 13:13:36 -0700 (PDT) Received: from ?10.10.0.6? ( [71.251.196.244]) by mx.google.com with ESMTP id 7sm5952998aga.2007.05.06.13.13.35; Sun, 06 May 2007 13:13:35 -0700 (PDT) Message-ID: <463E36E2.7010305@gmail.com> Date: Sun, 06 May 2007 16:13:22 -0400 From: Theorem Reply-To: theorem21@gmail.com User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Garrett Cooper Subject: Re: Ports forbids me to install compat3x-i386 References: <1178452191.1399.12.camel@vagabund.w33> <1178452804.1399.16.camel@vagabund.w33> <463E01F8.2050600@gmail.com> <463E2BAE.20800@u.washington.edu> In-Reply-To: <463E2BAE.20800@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.125434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='SPF_PASS 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HELO_GMAIL 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __RDNS_GMAIL 0, __SANE_MSGID 0, __USER_AGENT 0' Garrett Cooper wrote: > Theorem wrote: >> >> Stevan Tiefert wrote: >>>> I need to install the port misc/compat3x-i386 as a dependency for the >>>> port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and >>>> it returns an error after "portinstall compat3x-i386": >>>> >>>> vagabund# portinstall compat3x-i386 >>>> ** Port marked as IGNORE: misc/compat3x: >>>> is forbidden: "FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath >>>> - not fixed / no lib available" >>>> >>> How can I install the port compat3x-i386? >> >> 'make install' ? >> >> The port you're trying to install ( mbrola ) is binary only and >> requires libraries that are no longer either 1. in the expected >> locations or 2. replaced by something better. I suspect since the >> maintainer for compat3x listed as ports@freebsd.org then there's not >> much you can do other than mail that list. >> >> If you decide to hack up your own BSD dist, drag in the binary >> from ports, and keep adding libraries to your system. The errors from >> the binary should point out what's wrong and what to add next. >> >> Not much help, good luck. >> >> >> Theorem > > Nothing there that can be installed for compat3x, so you need to see if > a) the app can be ported to a later version of FreeBSD, and b) see if > the maintainer can swing the upgrade in the Makefile. > > FreeBSD 3.x was abandoned a long time ago due to possible security > concerns and support issues :). > > -Garrett Yes, thanks for the tip, did this make it to the list ? I don't see it up there. -Theorem From owner-freebsd-ports@FreeBSD.ORG Sun May 6 20:48:30 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76EF316A401 for ; Sun, 6 May 2007 20:48:30 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 543F213C469 for ; Sun, 6 May 2007 20:48:30 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KmTUS008693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 6 May 2007 13:48:29 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l46KmTs8015206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 6 May 2007 13:48:29 -0700 Message-ID: <463E3F1D.6010605@u.washington.edu> Date: Sun, 06 May 2007 13:48:29 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-ports References: <463E3C8A.5030003@u.washington.edu> In-Reply-To: <463E3C8A.5030003@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.132933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__C230066_P5 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_24 0, __USER_AGENT 0' Subject: Re: [Fwd: Re: Ports forbids me to install compat3x-i386] 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, 06 May 2007 20:48:30 -0000 Garrett Cooper wrote: > > ------------------------------------------------------------------------ > > Subject: > Re: Ports forbids me to install compat3x-i386 > From: > Theorem > Date: > Sun, 06 May 2007 16:13:22 -0400 > To: > Garrett Cooper > > To: > Garrett Cooper > > Received: > via tmail-2000(13) (invoked by user youshi10) for youshi10+mail/non-UW; > Sun, 6 May 2007 13:13:39 -0700 (PDT) > Received: > from mxe9.u.washington.edu (mxe9.u.washington.edu [140.142.32.150]) by > bp13.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id > l46KDcYR020249 for ; Sun, 6 May 2007 > 13:13:38 -0700 > Received: > from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by > mxe9.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id > l46KDbNH030402 for ; Sun, 6 May 2007 13:13:37 > -0700 > Received: > by wx-out-0506.google.com with SMTP id i29so1470724wxd for > ; Sun, 06 May 2007 13:13:36 -0700 (PDT) > DKIM-Signature: > a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; > h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; > b=UUe3tL+66KooAkeihPR2Psft42BV/4SKbKKjnT47feqDAq254OvyUt7Xz+49GWGBlXYr0WlqByifGE5DH3kqoHojpjN7hZYYEu11Eyj8gf3dWhFNtMAywx2/J4G5prHDdaNHIQ4kjRUOFoP69j+lzEB9t2ebUDlhCsvZqQHTIek= > DomainKey-Signature: > a=rsa-sha1; c=nofws; d=gmail.com; s=beta; > h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; > b=Ig2mQznLbrwdvb+9jk0bwz2nw6o8eEg5IyupXqe18C8yY2c6V+svqEoXBVvDzqC33R7EZkxW8MH2eQWDT74ocd3DDIDJXTQh3/sf03OgwgTIi47DavarVoP4klCICg/YHxp0HYK5tSV6llwxKYqnIZDztXB9A0PZfwtd5VEUjTg= > Received: > by 10.90.113.20 with SMTP id l20mr4504399agc.1178482416514; Sun, 06 May > 2007 13:13:36 -0700 (PDT) > Received: > from ?10.10.0.6? ( [71.251.196.244]) by mx.google.com with ESMTP id > 7sm5952998aga.2007.05.06.13.13.35; Sun, 06 May 2007 13:13:35 -0700 (PDT) > Message-ID: > <463E36E2.7010305@gmail.com> > Reply-To: > theorem21@gmail.com > User-Agent: > Thunderbird 1.5.0.10 (Windows/20070221) > MIME-Version: > 1.0 > References: > <1178452191.1399.12.camel@vagabund.w33> > <1178452804.1399.16.camel@vagabund.w33> <463E01F8.2050600@gmail.com> > <463E2BAE.20800@u.washington.edu> > In-Reply-To: > <463E2BAE.20800@u.washington.edu> > Content-Type: > text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: > 7bit > X-PMX-Version: > 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.125434 > X-Uwash-Spam: > Gauge=IIIIIII, Probability=7%, Report='SPF_PASS 0, __CT 0, __CTE 0, > __CT_TEXT_PLAIN 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HELO_GMAIL 0, > __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __RDNS_GMAIL 0, __SANE_MSGID 0, > __USER_AGENT 0' > > > > Garrett Cooper wrote: >> Theorem wrote: >>> >>> Stevan Tiefert wrote: >>>>> I need to install the port misc/compat3x-i386 as a dependency for the >>>>> port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and >>>>> it returns an error after "portinstall compat3x-i386": >>>>> >>>>> vagabund# portinstall compat3x-i386 >>>>> ** Port marked as IGNORE: misc/compat3x: >>>>> is forbidden: "FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath >>>>> - not fixed / no lib available" >>>>> >>>> How can I install the port compat3x-i386? >>> >>> 'make install' ? >>> >>> The port you're trying to install ( mbrola ) is binary only and >>> requires libraries that are no longer either 1. in the expected >>> locations or 2. replaced by something better. I suspect since the >>> maintainer for compat3x listed as ports@freebsd.org then there's not >>> much you can do other than mail that list. >>> >>> If you decide to hack up your own BSD dist, drag in the binary >>> from ports, and keep adding libraries to your system. The errors >>> from the binary should point out what's wrong and what to add next. >>> >>> Not much help, good luck. >>> >>> >>> Theorem >> >> Nothing there that can be installed for compat3x, so you need to see >> if a) the app can be ported to a later version of FreeBSD, and b) see >> if the maintainer can swing the upgrade in the Makefile. >> >> FreeBSD 3.x was abandoned a long time ago due to possible security >> concerns and support issues :). >> >> -Garrett > > Yes, thanks for the tip, did this make it to the list ? I don't see it > up there. > > > -Theorem Hmmm.. wrong list yet again. From owner-freebsd-ports@FreeBSD.ORG Sun May 6 21:48:07 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88B6216A400; Sun, 6 May 2007 21:48:07 +0000 (UTC) (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 784BC13C483; Sun, 6 May 2007 21:48:07 +0000 (UTC) (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 B74D11A4DC5; Sun, 6 May 2007 14:48:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C838E513C5; Sun, 6 May 2007 17:48:06 -0400 (EDT) Date: Sun, 6 May 2007 17:48:06 -0400 From: Kris Kennaway To: ports@FreeBSD.org, x11@FreeBSD.org Message-ID: <20070506214806.GA94715@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: XFree86-4 maintainer needed 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, 06 May 2007 21:48:07 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear community, With the xorg 7.2 upgrade changing a lot of the ground rules for X support in ports, and the deprecation of FreeBSD 4.x support (the last FreeBSD release to use it), XFree86 4.x has effectively been desupported. In fact the port-xorg 7.2 ports tree has not been tested at all with XFree86 4.x, so it may or may not work once the update hits the tree this week. If anyone out there still needs to use XFree86 4.x and wants to take over support for it, please let me know. Otherwise we will begin formal deprecation and removal from the ports tree. Kris --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGPk0WWry0BWjoQKURAllOAKCJ49aj0wOVXLBXRBOqy+A4AQDTAACg8wdm eEp3Dz/s32rasqJ71A/IFg8= =2Ek7 -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From owner-freebsd-ports@FreeBSD.ORG Sun May 6 21:54:39 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30FC716A402; Sun, 6 May 2007 21:54:39 +0000 (UTC) (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 2180213C45A; Sun, 6 May 2007 21:54:39 +0000 (UTC) (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 64A561A4DC6; Sun, 6 May 2007 14:55:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 71968513C5; Sun, 6 May 2007 17:54:38 -0400 (EDT) Date: Sun, 6 May 2007 17:54:38 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070506215438.GA95073@xor.obsecurity.org> References: <20070506214806.GA94715@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070506214806.GA94715@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, x11@FreeBSD.org Subject: Re: XFree86-4 maintainer needed 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, 06 May 2007 21:54:39 -0000 On Sun, May 06, 2007 at 05:48:06PM -0400, Kris Kennaway wrote: > Dear community, > > With the xorg 7.2 upgrade changing a lot of the ground rules for X > support in ports, and the deprecation of FreeBSD 4.x support (the last > FreeBSD release to use it), XFree86 4.x has effectively been > desupported. In fact the port-xorg 7.2 ports tree has not been tested post > at all with XFree86 4.x, so it may or may not work once the update > hits the tree this week. > > If anyone out there still needs to use XFree86 4.x and wants to take > over support for it, please let me know. Otherwise we will begin > formal deprecation and removal from the ports tree. > > Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 7 02:37:08 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F1AA16A403 for ; Mon, 7 May 2007 02:37:08 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (polymer3.scphys.kyoto-u.ac.jp [130.54.55.55]) by mx1.freebsd.org (Postfix) with ESMTP id B4B5C13C44C for ; Mon, 7 May 2007 02:37:07 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from POLYMER5.scphys.kyoto-u.ac.jp (h118.65.226.10.32118.vlan.kuins.net [10.226.65.118]) by polymer3.scphys.kyoto-u.ac.jp (8.14.1/8.14.1/20070410-1) with SMTP id l472b3MI056447; Mon, 7 May 2007 11:37:03 +0900 (JST) (envelope-from turutani@scphys.kyoto-u.ac.jp) Message-Id: <200705070237.AA00430@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Mon, 07 May 2007 11:37:04 +0900 To: ports@freebsd.org In-Reply-To: <200704110338.AA00401@POLYMER5.scphys.kyoto-u.ac.jp> References: <200704110338.AA00401@POLYMER5.scphys.kyoto-u.ac.jp> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, score=-3.2 required=7.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on polymer3.scphys.kyoto-u.ac.jp Cc: Subject: Re: problem in compiling by gfortran 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, 07 May 2007 02:37:08 -0000 It was my failure. distinfo file has no checksum, and distfile stored on my host was too old. > I cannot build biology/platon on my hosts. > Precise report has been sent to PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=108105 , > but no one reproduce the same trouble. --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp From owner-freebsd-ports@FreeBSD.ORG Mon May 7 10:04:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6CC316A403 for ; Mon, 7 May 2007 10:04:03 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C017C13C458 for ; Mon, 7 May 2007 10:04:03 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47A43vM074478 for ; Mon, 7 May 2007 10:04:03 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47A4366074477 for ports@freebsd.org; Mon, 7 May 2007 10:04:03 GMT (envelope-from fenner) Date: Mon, 7 May 2007 10:04:03 GMT From: Bill Fenner Message-Id: <200705071004.l47A4366074477@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Unfetchable distfiles 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: Mon, 07 May 2007 10:04:04 -0000 Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems, which currently has 238 bad ports, is http://people.freebsd.org/~fenner/portsurvey/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. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner From owner-freebsd-ports@FreeBSD.ORG Mon May 7 11:06:15 2007 Return-Path: X-Original-To: ports@hub.freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B422816A40E for ; Mon, 7 May 2007 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A2F3813C4BB for ; Mon, 7 May 2007 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47B6Fco077699 for ; Mon, 7 May 2007 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47B6Ebn077695 for PORTS; Mon, 7 May 2007 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 May 2007 11:06:14 GMT Message-Id: <200705071106.l47B6Ebn077695@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: 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, 07 May 2007 11:06:15 -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. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. 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 Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/105549 ports/www/squid_radius_auth doesn't work on sparc64 o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode o ports/107536 editors/scite: Can't write on SciTE text editor f ports/108077 www/linux-flashplugin9 crashes linux-firefox f ports/108413 net/vnc does not works. f ports/108537 print/hplip: Build failure f ports/108606 Courier MTA terminates abnormaly after installation f ports/108748 mod_fcgid 1.10 does not work inside jail f ports/109160 net/samba3 crashes freebsd when accessing a share resi f ports/110035 Port fix for sysutils/be_agent f ports/110454 Joomla port Makefile has incorrect url for package f ports/110943 start-dccifd chowns /var/run to user dcc f ports/111012 quagga's ripd does not see ng interfaces f ports/111151 ports/lang/stklos: l/bin/stklos-install is a buggy she o ports/111224 ports [PATCH] security/pam_per_user conflicts with security/ f ports/111338 graphics/yafray: doesn't respect CXX, CXXFLAGS and eve f ports/111462 syslog-ng2 default configuration file path o ports/111923 [PATCH] databases/unixODBC overwrites config file on p f ports/111966 Clamav-milter no up f ports/111980 multimedia/mplayer: compilation error o ports/112067 ports/paraview 2.4.4 does not compile properly f ports/112083 mail/qsheff overwrites configuration upon upgrade f ports/112094 www/lynx: plist missing configuration file o ports/112097 ghostscript-gpl-nox11 compile fails due to missing fil o ports/112115 ghostscript-gpl-nox11 compile fails due to missing fil f ports/112118 [PATCH] sysutils/pipemeter: fix crashes o ports/112197 [MAINTAINER UPDATE]: devel/libstrfunc upgrade to 8.3 f ports/112277 MD5 and SHA256 mismatch for science/hdf5 f ports/112280 MD5 and SHA256 mismatch for science/hdf5 f ports/112287 www/rt36: add missed patches for MULTIPLE_INSTANCES o ports/112389 [MAINTAINER] mail/MailScanner: update to 4.59.4 f ports/112468 sysutils/bacula-server 2.0.3 port build fails for sqli 33 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/59254 ports that write something after bsd.port.mk o ports/94921 isakmpd fails on amd64 o ports/95854 New Port: www/ochusha o ports/100896 [new ports] emulators/vmware-server-guestd1 emulators/ o ports/101275 bug fixed in sudo that prevented use in LDAP user acco o ports/103395 security/gnome-ssh-askpass interferes with gnome-scree o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM f ports/107368 audio/normalize: [patch] - normalize-mp3 and normalize f ports/107621 net/proxychains doens't compile on 4 and 5 f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut f ports/108104 print/hplip: documentation gets installed though NOPOR o ports/108595 pstree (sysutils/psmisc) don't work in jail f ports/108723 kxgenerator never worked for me f ports/108788 [patch] sysutils/fusefs-kmod: Add BASE option f ports/108801 www/mod_perl2: Apache-2.0.59 / mod_perl-2-2.0.3_1 freq f ports/108853 Contradiction of CONFLICTSˇˇ f ports/109041 security/tinyca doesn't allow for user installed OpenS f ports/109045 security/xca compile fails: x509rev.cpp:63: error: inv f ports/109535 Eggdrop SSL error o ports/110144 New port: math/Matlab7 f ports/110320 [security/vpnc] rc script returns 0 on failure o ports/110850 new port: net/hamachi, a zero-configuration virtual pr f ports/111088 6.2-REL mplayer package doesn't install libmp3lame.so. o ports/111167 New port:mail/ilohamail-devel IlohaMail is a lightweig o ports/111247 New port: sysutil/linux-procfs rpm port of procps f ports/111290 [patch] sysutils/dtc pkg-plist and distinfo fixups, re f ports/111388 awstats port install path script mismatch o ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE o ports/111400 graphics/pstoedit: with version 3.44* have broken grap f ports/111456 [UPDATE] finance/pfpro updated distinfo o ports/111540 net-mgmt/cflowd fix f ports/111549 ports/net/fping patch to add -S source_addr option o ports/111742 [maintainer patch] Fix mail/p5-vpopmail port build on f ports/111786 comms/hylafax: update to 4.3.3 f ports/111795 audio/musicpd: multiple hidden dependencies o ports/111915 Update port: make setuid operation configurable f ports/111916 net/ss5: update to 3.6.2 f ports/112074 mutt-ng port does not wish to compile o ports/112124 [New port] archivers/linux-par2cmdline o ports/112185 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o fl o ports/112191 New port: dns/ldnsm Manages LDAP enteries for the BIND o ports/112198 New port: sysutils/lugtools A set of shell scripts f o ports/112202 security/vscan: patch to fix plist problem o ports/112248 new port: LedgerSMB o ports/112259 [NEW PORT] hs-X11/x11-toolkits: A Haskell binding to t o ports/112271 LightZone - a photo editor o ports/112345 Update port: mail/postfix-policyd-weight o ports/112358 x11-clocks/wmdate requires libdockapp as dependeny, bu f ports/112369 [PATCH] games/widelands doesn't compile with gcc 3.4.6 o ports/112384 dired problem of ports editors/emacs20 in Japanese env o ports/112386 [PATCH] new port: p5-Sys-Gamin o ports/112387 Fix sysutils/fusefs-kmod on CURRENT o ports/112393 Update port: net-p2p/verlihub (New version, request ma f ports/112411 (devel/doxygen) (patch) configure make wrong path for o ports/112422 devel/mingw32-pdcurses: bump to 3.1 o ports/112430 [NEW PORT] games/djgame2: contains many popular online o ports/112438 x11/wmmatrix fix for broken link in Makefile o ports/112445 New port: japanese/p5-Mail-SpamAssassin 58 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon May 7 13:46:54 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A481116A402 for ; Mon, 7 May 2007 13:46:54 +0000 (UTC) (envelope-from steve@localhost.lu) Received: from linion.ion.lu (linion.ion.lu [80.90.47.168]) by mx1.freebsd.org (Postfix) with ESMTP id F06B513C46A for ; Mon, 7 May 2007 13:46:53 +0000 (UTC) (envelope-from steve@localhost.lu) Received: (qmail 59787 invoked by uid 89); 7 May 2007 15:20:13 +0200 Received: from localhost (HELO ?IPv6:::1?) (steve@localhost.lu@127.0.0.1) by linion.ion.lu with SMTP; 7 May 2007 15:20:13 +0200 Message-ID: <463F2795.6010808@localhost.lu> Date: Mon, 07 May 2007 15:20:21 +0200 From: Steve Clement User-Agent: Thunderbird 2.0b1pre (X11/20070303) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, demon@freebsd.org References: <463D1275.1060305@gmail.com> <20070506121627.GA7374@tirith.brixandersen.dk> In-Reply-To: <20070506121627.GA7374@tirith.brixandersen.dk> Content-Type: multipart/mixed; boundary="------------050107080602040209030309" Cc: Subject: Re: net/rrdtool fails to build when ruby is installed? 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, 07 May 2007 13:46:54 -0000 This is a multi-part message in MIME format. --------------050107080602040209030309 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Henrik Brix Andersen wrote: > Hi, > > On Sat, May 05, 2007 at 04:25:41PM -0700, Kian Mohageri wrote: > >> I'm running into an error (seen below) when attempting to build the >> latest net/rrdtool when Ruby is installed. >> A first step would be adding the ruby module to the port, see the attached diff against the port, if the maintainer could do us the honors :) As this disable the ruby module by default most users would be "safe" for now. And perhaps someone already found out what causes the compile issue "against ruby/with gmake" cheers, Steve Clement --------------050107080602040209030309 Content-Type: text/plain; name="rrdtool.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rrdtool.patch" --- Makefile Mon May 7 15:16:59 2007 +++ /usr/ports/net/rrdtool/Makefile Mon May 7 15:14:28 2007 @@ -25,9 +25,19 @@ CONFIGURE_ARGS= --enable-perl-site-install --disable-tcl -OPTIONS= PYTHON_MODULE "Build PYTHON bindings" off +OPTIONS+= PYTHON_MODULE "Build PYTHON bindings" off +OPTIONS+= RUBY_MODULE "Build RUBY bindings" off .include +.if defined(WITH_RUBY_MODULE) +USE_RUBY= yes +.include "${PORTSDIR}/Mk/bsd.ruby.mk" +PLIST_SUB+= WITH_RUBY="" +CONFIGURE_ARGS+= --enable-ruby +.else +CONFIGURE_ARGS+= --disable-ruby +PLIST_SUB+= WITH_RUBY="@comment " +.endif .if defined(WITH_PYTHON_MODULE) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" --------------050107080602040209030309-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 13:52:47 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD32B16A403 for ; Mon, 7 May 2007 13:52:47 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: from umbra.saturn-5.com (umbra.saturn-5.com [69.12.216.78]) by mx1.freebsd.org (Postfix) with ESMTP id D1D1813C46A for ; Mon, 7 May 2007 13:52:47 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: by umbra.saturn-5.com (Postfix, from userid 1007) id 650FD20C8A; Mon, 7 May 2007 13:51:20 +0000 (UTC) To: freebsd-ports@freebsd.org Message-ID: <1178545880.13654.qmail@PayPal.com> From: "your@postcard.com" Date: Mon, 7 May 2007 13:51:20 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Somebody who cares about you! 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, 07 May 2007 13:52:47 -0000 Hi friend ! You have just received a postcard from someone who cares about you! This is a part of the message: "Hy there! It has been a long time since I haven't heared about you! I've just found out about this service from Claire, a friend of mine who also told me that..." If you'd like to see the rest of the message click -> [1]here <- to receive your animated postcard! P.S. Thank you for using [2]http://www.yourpostcard.com 's services !!! Please take this opportunity to let your friends hear about us by sending them a postcard from our collection ! References 1. http://210.70.60.118/%7Edp/postcard.scr 2. http://n160p063.netcamp.se/postcard.scr From owner-freebsd-ports@FreeBSD.ORG Mon May 7 13:54:58 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7363416A403 for ; Mon, 7 May 2007 13:54:58 +0000 (UTC) (envelope-from ztfreitasz@hotmail.com) Received: from bay0-omc3-s23.bay0.hotmail.com (bay0-omc3-s23.bay0.hotmail.com [65.54.246.223]) by mx1.freebsd.org (Postfix) with ESMTP id 5E46E13C45B for ; Mon, 7 May 2007 13:54:58 +0000 (UTC) (envelope-from ztfreitasz@hotmail.com) Received: from hotmail.com ([65.54.250.86]) by bay0-omc3-s23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 7 May 2007 06:42:59 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 7 May 2007 06:42:59 -0700 Message-ID: Received: from 217.129.78.149 by BAY115-DAV14.phx.gbl with DAV; Mon, 07 May 2007 13:42:58 +0000 X-Originating-IP: [217.129.78.149] X-Originating-Email: [ztfreitasz@hotmail.com] X-Sender: ztfreitasz@hotmail.com From: =?iso-8859-1?Q?Jos=E9_Freitas?= To: Date: Mon, 7 May 2007 14:44:01 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-OriginalArrivalTime: 07 May 2007 13:42:59.0648 (UTC) FILETIME=[A04CD400:01C790AD] X-Mailman-Approved-At: Mon, 07 May 2007 13:59:36 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ksubeditor 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, 07 May 2007 13:54:58 -0000 Dear Sirs I downloaded ksubeditor and now I don't know nothing about it. How to install? What are the system requirements? Does it work with windows Xp home Edition? Please if you can tell me something. Best Regards, Maria From owner-freebsd-ports@FreeBSD.ORG Mon May 7 14:10:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C811C16A400 for ; Mon, 7 May 2007 14:10:54 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: from umbra.saturn-5.com (umbra.saturn-5.com [69.12.216.78]) by mx1.freebsd.org (Postfix) with ESMTP id BA42F13C455 for ; Mon, 7 May 2007 14:10:54 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: by umbra.saturn-5.com (Postfix, from userid 1007) id DE0F421A37; Mon, 7 May 2007 13:50:36 +0000 (UTC) To: ports@freebsd.org Message-ID: <1178545836.13349.qmail@PayPal.com> From: "your@postcard.com" Date: Mon, 7 May 2007 13:50:36 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Somebody who cares about you! 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, 07 May 2007 14:10:54 -0000 Hi friend ! You have just received a postcard from someone who cares about you! This is a part of the message: "Hy there! It has been a long time since I haven't heared about you! I've just found out about this service from Claire, a friend of mine who also told me that..." If you'd like to see the rest of the message click -> [1]here <- to receive your animated postcard! P.S. Thank you for using [2]http://www.yourpostcard.com 's services !!! Please take this opportunity to let your friends hear about us by sending them a postcard from our collection ! References 1. http://210.70.60.118/%7Edp/postcard.scr 2. http://n160p063.netcamp.se/postcard.scr From owner-freebsd-ports@FreeBSD.ORG Mon May 7 14:11:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A53016A40A for ; Mon, 7 May 2007 14:11:05 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: from umbra.saturn-5.com (umbra.saturn-5.com [69.12.216.78]) by mx1.freebsd.org (Postfix) with ESMTP id F14F013C480 for ; Mon, 7 May 2007 14:11:04 +0000 (UTC) (envelope-from beth@saturn-5.com) Received: by umbra.saturn-5.com (Postfix, from userid 1007) id 613FD21333; Mon, 7 May 2007 13:41:59 +0000 (UTC) To: freebsd-ports@freebsd.org Message-ID: <1178545319.12434.qmail@PayPal.com> From: "your@postcard.com" Date: Mon, 7 May 2007 13:41:59 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Somebody who cares about you! 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, 07 May 2007 14:11:05 -0000 Hi friend ! You have just received a postcard from someone who cares about you! This is a part of the message: "Hy there! It has been a long time since I haven't heared about you! I've just found out about this service from Claire, a friend of mine who also told me that..." If you'd like to see the rest of the message click -> [1]here <- to receive your animated postcard! P.S. Thank you for using [2]http://www.yourpostcard.com 's services !!! Please take this opportunity to let your friends hear about us by sending them a postcard from our collection ! References 1. http://210.70.60.118/%7Edp/postcard.scr 2. http://n160p063.netcamp.se/postcard.scr From owner-freebsd-ports@FreeBSD.ORG Mon May 7 14:17:26 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDE8516A400 for ; Mon, 7 May 2007 14:17:26 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-06.texas.rr.com (ms-smtp-06.texas.rr.com [24.93.47.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9604213C465 for ; Mon, 7 May 2007 14:17:26 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-73-65.houston.res.rr.com (cpe-24-167-73-65.houston.res.rr.com [24.167.73.65]) by ms-smtp-06.texas.rr.com (8.13.6/8.13.6) with ESMTP id l47EHOVY007836; Mon, 7 May 2007 09:17:25 -0500 (CDT) From: David J Brooks Organization: KC5WNK To: ports@freebsd.org Date: Mon, 7 May 2007 09:17:23 -0500 User-Agent: KMail/1.9.6 References: In-Reply-To: X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09R=09nSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200705070917.24099.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: =?iso-8859-1?q?Jos=E9_Freitas?= Subject: Re: ksubeditor 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, 07 May 2007 14:17:26 -0000 On Monday 07 May 2007 08:44:01 am Jos=E9 Freitas wrote: > Dear Sirs > I downloaded ksubeditor and now I don't know nothing about it. > How to install? # cd /usr/ports/multimedia/ksubeditor # maje install clean > What are the system requirements? You also need to have the following packages installed: OpenEXR-1.4.0 arts-1.5.6_1,1 aspell-0.60.5 bitstream-vera-1.10_3=20 cups-base-1.2.10 expat-2.0.0_1 flac-1.1.2_1 fontconfig-2.4.2_1,1=20 freetype2-2.2.1_1 gamin-0.1.8 gettext-0.16.1_1 glib-2.12.12 gnutls-1.6.2=20 hicolor-icon-theme-0.10_2 jackit-0.103.0 jasper-1.900.1 jpeg-6b_4=20 kdehier-1.0_11 kdelibs-3.5.6_2 lcms-1.16_1,1 libXft-2.1.7_1=20 libart_lgpl-2.3.19,1 libaudiofile-0.2.6 libdrm-2.0.2 libgcrypt-1.2.4_1=20 libgpg-error-1.4_1 libiconv-1.9.2_2 libidn-0.6.10 libmad-0.15.1b_2=20 libmng-1.0.9 libogg-1.1.3,3 libsndfile-1.0.17 libthai-0.1.5_1=20 libvorbis-1.1.2,3 libxml2-2.6.27 libxslt-1.1.20 mDNSResponder-108 nas-1.8=20 pcre-7.0_1 perl-5.8.8 pkg-config-0.21 png-1.2.14 portaudio-18.1_2 qt-3.3.8_= 2=20 tiff-3.8.2_1 xorg-clients-6.9.0_3 xorg-fonts-encodings-6.9.0_1=20 xorg-fonts-truetype-6.9.0 xorg-libraries-6.9.0_1 xterm-225 > Does it work with windows Xp home Edition? No. It requires a POSIX compliant system. =2D-=20 If you didn't get caught, did you really do it? From owner-freebsd-ports@FreeBSD.ORG Mon May 7 14:29:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4298E16A400 for ; Mon, 7 May 2007 14:29:57 +0000 (UTC) (envelope-from mitya@m4-new.master-telecom.ru) Received: from m4-new.master-telecom.ru (m4-new.master-telecom.ru [85.193.64.114]) by mx1.freebsd.org (Postfix) with ESMTP id B83CF13C43E for ; Mon, 7 May 2007 14:29:55 +0000 (UTC) (envelope-from mitya@m4-new.master-telecom.ru) Received: from m4-new.master-telecom.ru (localhost [127.0.0.1]) by m4-new.master-telecom.ru (8.13.8/8.13.8) with ESMTP id l47E8grt051764; Mon, 7 May 2007 18:08:42 +0400 (MSD) (envelope-from mitya@m4-new.master-telecom.ru) Received: (from mitya@localhost) by m4-new.master-telecom.ru (8.13.8/8.13.8/Submit) id l47E8gPS051762; Mon, 7 May 2007 18:08:42 +0400 (MSD) (envelope-from mitya) Date: Mon, 7 May 2007 18:08:42 +0400 From: Dmitry Sivachenko To: Steve Clement Message-ID: <20070507140842.GA51706@m4-new.master-telecom.ru> References: <463D1275.1060305@gmail.com> <20070506121627.GA7374@tirith.brixandersen.dk> <463F2795.6010808@localhost.lu> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <463F2795.6010808@localhost.lu> WWW-Home-Page: http://mitya.pp.ru/ X-PGP-Key: http://mitya.pp.ru/mitya.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-ports@freebsd.org Subject: Re: net/rrdtool fails to build when ruby is installed? 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, 07 May 2007 14:29:57 -0000 Thank you all for the report. I will surely fix that after ports thaw... On Mon, May 07, 2007 at 03:20:21PM +0200, Steve Clement wrote: > Henrik Brix Andersen wrote: > >Hi, > > > >On Sat, May 05, 2007 at 04:25:41PM -0700, Kian Mohageri wrote: > > > >>I'm running into an error (seen below) when attempting to build the > >>latest net/rrdtool when Ruby is installed. > >> > > A first step would be adding the ruby module to the port, see the > attached diff against the port, if the maintainer could do us the honors :) > > As this disable the ruby module by default most users would be "safe" > for now. > > And perhaps someone already found out what causes > the compile issue "against ruby/with gmake" > > cheers, > > Steve Clement > --- Makefile Mon May 7 15:16:59 2007 > +++ /usr/ports/net/rrdtool/Makefile Mon May 7 15:14:28 2007 > @@ -25,9 +25,19 @@ > > CONFIGURE_ARGS= --enable-perl-site-install --disable-tcl > > -OPTIONS= PYTHON_MODULE "Build PYTHON bindings" off > +OPTIONS+= PYTHON_MODULE "Build PYTHON bindings" off > +OPTIONS+= RUBY_MODULE "Build RUBY bindings" off > > .include > +.if defined(WITH_RUBY_MODULE) > +USE_RUBY= yes > +.include "${PORTSDIR}/Mk/bsd.ruby.mk" > +PLIST_SUB+= WITH_RUBY="" > +CONFIGURE_ARGS+= --enable-ruby > +.else > +CONFIGURE_ARGS+= --disable-ruby > +PLIST_SUB+= WITH_RUBY="@comment " > +.endif > .if defined(WITH_PYTHON_MODULE) > USE_PYTHON= yes > .include "${PORTSDIR}/Mk/bsd.python.mk" From owner-freebsd-ports@FreeBSD.ORG Mon May 7 15:32:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86EC716A404 for ; Mon, 7 May 2007 15:32:03 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp102.plus.mail.re2.yahoo.com (smtp102.plus.mail.re2.yahoo.com [206.190.53.27]) by mx1.freebsd.org (Postfix) with SMTP id 2504E13C4C5 for ; Mon, 7 May 2007 15:32:03 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 45862 invoked from network); 7 May 2007 15:05:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=uT6HKa3l9FJ6SCB6aZHufom2E1lOpar29P+eBgphPu6qPUrZd/h+EcXoNlVmm+0Sqa0bZqIthFSriFqJ//XKrLBjByKdEuauAcbQt/Ta75oRbDPL5U0YL7DVMN2SXCSb2XPxyE9U+G8QJl5e8oMrz0fg40CCKxK1DzOwwAw2afA= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.75.69 with plain) by smtp102.plus.mail.re2.yahoo.com with SMTP; 7 May 2007 15:05:21 -0000 X-YMail-OSG: NS1zE3wVM1lX9zJqfHb3134Bpb0Ygts_aRqn2Ji3gke45g_0tAASsJ.OLNk_LdHcjF3h67EIB7ZSa9hLc7Beqa3UfhUVVpE.txNPzpOspamuNv7s7uyi From: Stevan Tiefert To: ports@freebsd.org Content-Type: text/plain Date: Mon, 07 May 2007 17:05:26 +0200 Message-Id: <1178550334.6653.9.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: How to prevent make compiling a binary? 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, 07 May 2007 15:32:03 -0000 Hello list, I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a Makefile like the Porter's Handbook describes. It fetches the *.tar.gz and so on. But during the "make install" he asks for a Makefile (I think PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is not needed. The library is compiled! I thought the "NO_BUILD= yes" would be enough. But it seems I need addiotional work. Again: I want to prevent make to search for */work/*/Makefile! Can somebody kick me to the right direction? With regards Stevan Tiefert ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Mon May 7 15:54:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C38016A409 for ; Mon, 7 May 2007 15:54:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 48A4213C459 for ; Mon, 7 May 2007 15:54:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so123535and for ; Mon, 07 May 2007 08:54:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nTN23NeVtnNwsGtlb1pl6BAdmVEIWCEzOCiBxYZAHLAVUiPNvG0e1wz0JcVDWMWtFdfWw8nC4duIYPc/JZJdBg06yfh5kgbQZ5DkTuSxtmbZk3Kcdr9LWbScCCI0pCVV6afW4EgoHxzsoqlj6qQuHH9Nd7QGH661AcdvZ5wGzqY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=myN7p+C2H9AbCtAjhk956tXjkcuoRF/obNJls2lPbq4eh6SeqLroWRreAeHxSa1yS6+b/+UmBq0uUS/Ijssq8X+sMzuNkl71DyArI55nye7ER+B4YnazCVmNKtf7GAkr73eKVyMKia62EK4ls+WWQkJg47OrqVN7E6+VVWYv+hM= Received: by 10.100.214.8 with SMTP id m8mr4901730ang.1178553245905; Mon, 07 May 2007 08:54:05 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Mon, 7 May 2007 08:54:05 -0700 (PDT) Message-ID: <790a9fff0705070854y1104fc85lc70cff3d23036daa@mail.gmail.com> Date: Mon, 7 May 2007 10:54:05 -0500 From: "Scot Hetzel" To: "Stevan Tiefert" In-Reply-To: <1178550334.6653.9.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178550334.6653.9.camel@vagabund.w33> Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 07 May 2007 15:54:09 -0000 On 5/7/07, Stevan Tiefert wrote: > Hello list, > > I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > and so on. > > But during the "make install" he asks for a Makefile (I think > PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > not needed. The library is compiled! > > I thought the "NO_BUILD= yes" would be enough. But it seems I need > addiotional work. > > Again: I want to prevent make to search for */work/*/Makefile! > > Can somebody kick me to the right direction? > Create a "do-install" target in your ports Makefile that installs the binary file. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon May 7 16:05:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9D7D16A407 for ; Mon, 7 May 2007 16:05:37 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp106.plus.mail.re2.yahoo.com (smtp106.plus.mail.re2.yahoo.com [206.190.53.31]) by mx1.freebsd.org (Postfix) with SMTP id 558FD13C45B for ; Mon, 7 May 2007 16:05:37 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 44493 invoked from network); 7 May 2007 16:05:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=iSoVDbHDczitGidCLPiPFqWSdccL0qoCx53OzDrrD4uuGDmprrZuk/k1UMRN6GRmmvGvttzULmz27kO3TOLFxj9oRU6PrU7WjYGJ0NcbxKwo6z7rAkpX+dAdvVZ4yUAM9A4nFGjPGYrYCHtfeey2NGBKeKugJk+HImZKuTlXrMU= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.75.69 with plain) by smtp106.plus.mail.re2.yahoo.com with SMTP; 7 May 2007 16:05:35 -0000 X-YMail-OSG: fzZjs2gVM1mlAnsB9Ad64Ao_8wSC94izl.Y70y52MCok2DO7 From: Stevan Tiefert To: Scot Hetzel In-Reply-To: <790a9fff0705070854y1104fc85lc70cff3d23036daa@mail.gmail.com> References: <1178550334.6653.9.camel@vagabund.w33> <790a9fff0705070854y1104fc85lc70cff3d23036daa@mail.gmail.com> Content-Type: text/plain Date: Mon, 07 May 2007 18:05:39 +0200 Message-Id: <1178553947.6653.11.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 07 May 2007 16:05:37 -0000 Am Montag, den 07.05.2007, 10:54 -0500 schrieb Scot Hetzel: > On 5/7/07, Stevan Tiefert wrote: > > Hello list, > > > > I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > > Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > > and so on. > > > > But during the "make install" he asks for a Makefile (I think > > PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > > not needed. The library is compiled! > > > > I thought the "NO_BUILD= yes" would be enough. But it seems I need > > addiotional work. > > > > Again: I want to prevent make to search for */work/*/Makefile! > > > > Can somebody kick me to the right direction? > > > Create a "do-install" target in your ports Makefile that installs the > binary file. > > Scot > And I was searching like a ... Ok, Thanks :-) ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Mon May 7 18:02:51 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BA0416A406 for ; Mon, 7 May 2007 18:02:51 +0000 (UTC) (envelope-from raj@csub.edu) Received: from mailhub.csub.edu (mailhub.csub.edu [136.168.1.56]) by mx1.freebsd.org (Postfix) with ESMTP id 07BB513C44B for ; Mon, 7 May 2007 18:02:50 +0000 (UTC) (envelope-from raj@csub.edu) Received: from cserv65.csub.edu (cserv65.csub.edu [136.168.10.65]) (authenticated bits=0) by mailhub.csub.edu (8.13.8/8.13.8) with ESMTP id l47Hbrb7098248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 May 2007 10:37:53 -0700 (PDT) (envelope-from raj@csub.edu) Message-ID: <463F63F1.5000706@csub.edu> Date: Mon, 07 May 2007 10:37:53 -0700 From: Russell Jackson User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: cherry@trombik.org Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000407040006000301070308" Cc: freebsd-ports@freebsd.org Subject: ports sysutils/puppet 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, 07 May 2007 18:02:51 -0000 This is a cryptographically signed message in MIME format. --------------ms000407040006000301070308 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The ports tree has been frozen for the modular xorg merge, so there's no chance of a version bump going in ATM, but are you working on upgrading the port to 0.22.4? A simple PORTVERSION bump seems to work, but I'm not familiar with the local patches so know if there would be any issues, and of course the pkg-plist could be wrong. Also, I reported on puppet-users not too long ago about the "hang-on-exec-fix" patch in the port causing (ironically) execs to fail; so, I've resorted to using a local port with the patch removed. Any information/advice on this issue? -- Russell A. Jackson Network Analyst California State University, Bakersfield There comes a time to stop being angry. -- A Small Circle of Friends --------------ms000407040006000301070308 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIILzDCC BeIwggTKoAMCAQICChEYRCsAAAAADREwDQYJKoZIhvcNAQEFBQAwUTETMBEGCgmSJomT8ixk ARkWA2VkdTEUMBIGCgmSJomT8ixkARkWBGNzdWIxEjAQBgoJkiaJk/IsZAEZFgJhZDEQMA4G A1UEAxMHYWQtY3N1YjAeFw0wNzAyMjAwMDAyNDJaFw0wODAyMjAwMDAyNDJaMIGAMRMwEQYK CZImiZPyLGQBGRYDZWR1MRQwEgYKCZImiZPyLGQBGRYEY3N1YjESMBAGCgmSJomT8ixkARkW AmFkMQ4wDAYDVQQDEwVVc2VyczESMBAGA1UEAxMJcmphY2tzb24zMRswGQYJKoZIhvcNAQkB FgxyYWpAY3N1Yi5lZHUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAK7yJnIQLPM0LkRL XWhWTTKPeiXX8iMzsuxjzOBaZUzR3uNcmSPBo2Xvuq80jEAbhcOTjfGMkGYL3mVVEWuLqYtF QDHiUxN1aqC+8NCHxZyPXczQOL+3pPJyQgLsqi6RuamYpnrgjrShSwfbanTLvBeqxzw0Ju3t bGHBNPhiao8PAgMBAAGjggMOMIIDCjALBgNVHQ8EBAMCBaAwNgYJKoZIhvcNAQkPBCkwJzAN BggqhkiG9w0DAgIBODANBggqhkiG9w0DBAIBODAHBgUrDgMCBzAdBgNVHQ4EFgQULSptv9XA 3aFTWIMBzTPVEx8qf5cwFwYJKwYBBAGCNxQCBAoeCABVAHMAZQByMB8GA1UdIwQYMBaAFHiI nPYST6Rc1KuvHYS3uc+3Sl6JMIHzBgNVHR8EgeswgegwgeWggeKggd+Gga1sZGFwOi8vL0NO PWFkLWNzdWIsQ049YWQyLENOPUNEUCxDTj1QdWJsaWMlMjBLZXklMjBTZXJ2aWNlcyxDTj1T ZXJ2aWNlcyxDTj1Db25maWd1cmF0aW9uLERDPWFkLERDPWNzdWIsREM9ZWR1P2NlcnRpZmlj YXRlUmV2b2NhdGlvbkxpc3Q/YmFzZT9vYmplY3RDbGFzcz1jUkxEaXN0cmlidXRpb25Qb2lu dIYtaHR0cDovL2FkMi5hZC5jc3ViLmVkdS9DZXJ0RW5yb2xsL2FkLWNzdWIuY3JsMIIBBwYI KwYBBQUHAQEEgfowgfcwgakGCCsGAQUFBzAChoGcbGRhcDovLy9DTj1hZC1jc3ViLENOPUFJ QSxDTj1QdWJsaWMlMjBLZXklMjBTZXJ2aWNlcyxDTj1TZXJ2aWNlcyxDTj1Db25maWd1cmF0 aW9uLERDPWFkLERDPWNzdWIsREM9ZWR1P2NBQ2VydGlmaWNhdGU/YmFzZT9vYmplY3RDbGFz cz1jZXJ0aWZpY2F0aW9uQXV0aG9yaXR5MEkGCCsGAQUFBzAChj1odHRwOi8vYWQyLmFkLmNz dWIuZWR1L0NlcnRFbnJvbGwvYWQyLmFkLmNzdWIuZWR1X2FkLWNzdWIuY3J0MCkGA1UdJQQi MCAGCisGAQQBgjcKAwQGCCsGAQUFBwMEBggrBgEFBQcDAjA+BgNVHREENzA1oCUGCisGAQQB gjcUAgOgFwwVcmphY2tzb24zQGFkLmNzdWIuZWR1gQxyYWpAY3N1Yi5lZHUwDQYJKoZIhvcN AQEFBQADggEBAEnGoKETs7b3xz0ecwk0MKGHipy8zFEeGkv3kHSCRP/0YUBciYgT4q/zAikU v9jfYTKsA9jD/0MeChHh3AYsG7RCZ+n6tZLTfhomXyC7EbiPkl2NxW+r2DE6L3JrNf7kCJqz jxdQeoY6EGx8IC4KV+zhrMaaYSv4wxGevm4kl69yJflBVwlJ2MR/5opdoyHSiJN6ogY10Imp JnvvR0KIt+5jHrWCeTqxeH4HCPqNCPxdbPxx0S1NAYg/Jyjcz5+4iRhwqWowtgzPo3uZV4+/ 0eOVPBXS50MLE+yuPghIqJjEF3kJ2ZvoCbZnM8pBDIs6e2qk2Fe3VdxtmpulhqCYJoswggXi MIIEyqADAgECAgoRGEQrAAAAAA0RMA0GCSqGSIb3DQEBBQUAMFExEzARBgoJkiaJk/IsZAEZ FgNlZHUxFDASBgoJkiaJk/IsZAEZFgRjc3ViMRIwEAYKCZImiZPyLGQBGRYCYWQxEDAOBgNV BAMTB2FkLWNzdWIwHhcNMDcwMjIwMDAwMjQyWhcNMDgwMjIwMDAwMjQyWjCBgDETMBEGCgmS JomT8ixkARkWA2VkdTEUMBIGCgmSJomT8ixkARkWBGNzdWIxEjAQBgoJkiaJk/IsZAEZFgJh ZDEOMAwGA1UEAxMFVXNlcnMxEjAQBgNVBAMTCXJqYWNrc29uMzEbMBkGCSqGSIb3DQEJARYM cmFqQGNzdWIuZWR1MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCu8iZyECzzNC5ES11o Vk0yj3ol1/IjM7LsY8zgWmVM0d7jXJkjwaNl77qvNIxAG4XDk43xjJBmC95lVRFri6mLRUAx 4lMTdWqgvvDQh8Wcj13M0Di/t6TyckIC7KoukbmpmKZ64I60oUsH22p0y7wXqsc8NCbt7Wxh wTT4YmqPDwIDAQABo4IDDjCCAwowCwYDVR0PBAQDAgWgMDYGCSqGSIb3DQEJDwQpMCcwDQYI KoZIhvcNAwICATgwDQYIKoZIhvcNAwQCATgwBwYFKw4DAgcwHQYDVR0OBBYEFC0qbb/VwN2h U1iDAc0z1RMfKn+XMBcGCSsGAQQBgjcUAgQKHggAVQBzAGUAcjAfBgNVHSMEGDAWgBR4iJz2 Ek+kXNSrrx2Et7nPt0peiTCB8wYDVR0fBIHrMIHoMIHloIHioIHfhoGtbGRhcDovLy9DTj1h ZC1jc3ViLENOPWFkMixDTj1DRFAsQ049UHVibGljJTIwS2V5JTIwU2VydmljZXMsQ049U2Vy dmljZXMsQ049Q29uZmlndXJhdGlvbixEQz1hZCxEQz1jc3ViLERDPWVkdT9jZXJ0aWZpY2F0 ZVJldm9jYXRpb25MaXN0P2Jhc2U/b2JqZWN0Q2xhc3M9Y1JMRGlzdHJpYnV0aW9uUG9pbnSG LWh0dHA6Ly9hZDIuYWQuY3N1Yi5lZHUvQ2VydEVucm9sbC9hZC1jc3ViLmNybDCCAQcGCCsG AQUFBwEBBIH6MIH3MIGpBggrBgEFBQcwAoaBnGxkYXA6Ly8vQ049YWQtY3N1YixDTj1BSUEs Q049UHVibGljJTIwS2V5JTIwU2VydmljZXMsQ049U2VydmljZXMsQ049Q29uZmlndXJhdGlv bixEQz1hZCxEQz1jc3ViLERDPWVkdT9jQUNlcnRpZmljYXRlP2Jhc2U/b2JqZWN0Q2xhc3M9 Y2VydGlmaWNhdGlvbkF1dGhvcml0eTBJBggrBgEFBQcwAoY9aHR0cDovL2FkMi5hZC5jc3Vi LmVkdS9DZXJ0RW5yb2xsL2FkMi5hZC5jc3ViLmVkdV9hZC1jc3ViLmNydDApBgNVHSUEIjAg BgorBgEEAYI3CgMEBggrBgEFBQcDBAYIKwYBBQUHAwIwPgYDVR0RBDcwNaAlBgorBgEEAYI3 FAIDoBcMFXJqYWNrc29uM0BhZC5jc3ViLmVkdYEMcmFqQGNzdWIuZWR1MA0GCSqGSIb3DQEB BQUAA4IBAQBJxqChE7O298c9HnMJNDChh4qcvMxRHhpL95B0gkT/9GFAXImIE+Kv8wIpFL/Y 32EyrAPYw/9DHgoR4dwGLBu0Qmfp+rWS034aJl8guxG4j5JdjcVvq9gxOi9yazX+5Aias48X UHqGOhBsfCAuClfs4azGmmEr+MMRnr5uJJevciX5QVcJSdjEf+aKXaMh0oiTeqIGNdCJqSZ7 70dCiLfuYx61gnk6sXh+Bwj6jQj8XWz8cdEtTQGIPyco3M+fuIkYcKlqMLYMz6N7mVePv9Hj lTwV0udDCxPsrj4ISKiYxBd5Cdmb6Am2ZzPKQQyLOntqpNhXt1XcbZqbpYagmCaLMYICnDCC ApgCAQEwXzBRMRMwEQYKCZImiZPyLGQBGRYDZWR1MRQwEgYKCZImiZPyLGQBGRYEY3N1YjES MBAGCgmSJomT8ixkARkWAmFkMRAwDgYDVQQDEwdhZC1jc3ViAgoRGEQrAAAAAA0RMAkGBSsO AwIaBQCgggGTMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA3 MDUwNzE3Mzc1M1owIwYJKoZIhvcNAQkEMRYEFPoPcjoxoRt4UpVcC2U/k2We/RT+MFIGCSqG SIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFA MAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMG4GCSsGAQQBgjcQBDFhMF8wUTETMBEGCgmSJomT 8ixkARkWA2VkdTEUMBIGCgmSJomT8ixkARkWBGNzdWIxEjAQBgoJkiaJk/IsZAEZFgJhZDEQ MA4GA1UEAxMHYWQtY3N1YgIKERhEKwAAAAANETBwBgsqhkiG9w0BCRACCzFhoF8wUTETMBEG CgmSJomT8ixkARkWA2VkdTEUMBIGCgmSJomT8ixkARkWBGNzdWIxEjAQBgoJkiaJk/IsZAEZ FgJhZDEQMA4GA1UEAxMHYWQtY3N1YgIKERhEKwAAAAANETANBgkqhkiG9w0BAQEFAASBgF4J EMf/rtKW0y2tITgPBnHgpywLENFGNDsme1yWKKbPw1v88Dvl8PxdVMswa+ivxyxrxVpf3WB/ eKdcMo3v/dUds+7Sliz2e0zqqTVzJS4bqzQ56cJoB23GkZkO7vrbqQHOy7e3YuskEQ7p7MlV xCzn/i7XRVRGqkItRzHjQglFAAAAAAAA --------------ms000407040006000301070308-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 18:38:53 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E9E16A400 for ; Mon, 7 May 2007 18:38:53 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id 2E02513C469 for ; Mon, 7 May 2007 18:38:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 7205 invoked by uid 399); 7 May 2007 18:38:45 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 7 May 2007 18:38:45 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <463F7236.4080108@FreeBSD.org> Date: Mon, 07 May 2007 11:38:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <20070502193159.GB42482@xor.obsecurity.org> In-Reply-To: <20070502193159.GB42482@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 18:38:53 -0000 Kris Kennaway wrote: > Hi all, > > After many months of hard work (mostly by flz@, as well as others) we > are approaching readiness of the xorg 7.2 upgrade. Because this is a > huge and disruptive change, we're going to approach it very carefully. Good news that this is moving forward! Congrats to all involved. > The current plan is the following: > > 2) Final prep work in git repository. We need a day or two to confirm > the upgrade method for users. Unfortunately testing has exposed a > critical deficiency in portupgrade so 'portupgrade -a' will not be > enough to give a working upgrade, and some pre-upgrade steps will be > required. Has portmaster been evaluated as an upgrade tool? I'm in a better position atm to be able to address any deficiencies if that will help speed this along. > Also a post-upgrade step is required to deal with merging > remaining files from /usr/X11R6 into /usr/local. > > 3) Once the proposed upgrade method is in place, we will publish a > tarball of the prepared ports tree and request that *all* our ports > developers test the upgrade on their own machines before it is > committed to CVS. There are many things that can go wrong and we need > to make sure that the upgrade goes as smoothly as possible for our > less technical users. In particular all ports committers are expected > to participate in this process of eating our own dogfood :) Any updates on a timeline for this? > 4) Once a suitable number of success reports (e.g. 50) are received > and all reported issues are resolved, we'll proceed with importing > into CVS. > > 5) CVS will stay frozen for a period to be evaluated (probably another > couple of weeks) to deal with the inevitable remaining fallout as > users encounter yet more problems with the upgrade. Do you intend to keep the entire ports tree frozen for weeks? Perhaps I misunderstand? Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon May 7 18:42:32 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5894E16A402; Mon, 7 May 2007 18:42:32 +0000 (UTC) (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 48F2A13C448; Mon, 7 May 2007 18:42:32 +0000 (UTC) (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 A41911A3C1A; Mon, 7 May 2007 11:43:12 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9DD6C513E1; Mon, 7 May 2007 14:42:31 -0400 (EDT) Date: Mon, 7 May 2007 14:42:31 -0400 From: Kris Kennaway To: Doug Barton Message-ID: <20070507184231.GA50639@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463F7236.4080108@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 18:42:32 -0000 On Mon, May 07, 2007 at 11:38:46AM -0700, Doug Barton wrote: > Kris Kennaway wrote: > >Hi all, > > > >After many months of hard work (mostly by flz@, as well as others) we > >are approaching readiness of the xorg 7.2 upgrade. Because this is a > >huge and disruptive change, we're going to approach it very carefully. > > Good news that this is moving forward! Congrats to all involved. > > >The current plan is the following: > > > >2) Final prep work in git repository. We need a day or two to confirm > >the upgrade method for users. Unfortunately testing has exposed a > >critical deficiency in portupgrade so 'portupgrade -a' will not be > >enough to give a working upgrade, and some pre-upgrade steps will be > >required. > > Has portmaster been evaluated as an upgrade tool? I'm in a better > position atm to be able to address any deficiencies if that will help > speed this along. No, at a minimum I am not comfortable recommending its use until it saves old shared libraries across updates (I sent you email about this a while ago), which is a vital safety and robustness mechanism. > >Also a post-upgrade step is required to deal with merging > >remaining files from /usr/X11R6 into /usr/local. > > > >3) Once the proposed upgrade method is in place, we will publish a > >tarball of the prepared ports tree and request that *all* our ports > >developers test the upgrade on their own machines before it is > >committed to CVS. There are many things that can go wrong and we need > >to make sure that the upgrade goes as smoothly as possible for our > >less technical users. In particular all ports committers are expected > >to participate in this process of eating our own dogfood :) > > Any updates on a timeline for this? Some time this week > > >4) Once a suitable number of success reports (e.g. 50) are received > >and all reported issues are resolved, we'll proceed with importing > >into CVS. > > > >5) CVS will stay frozen for a period to be evaluated (probably another > >couple of weeks) to deal with the inevitable remaining fallout as > >users encounter yet more problems with the upgrade. > > Do you intend to keep the entire ports tree frozen for weeks? Perhaps > I misunderstand? Yes, that is the plan. This is an "all hands" event, and keeping it frozen is the best way to focus developers onto those tasks. Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:18:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 677DD16A400 for ; Mon, 7 May 2007 19:18:07 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 13C7D13C457 for ; Mon, 7 May 2007 19:18:06 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [85.21.245.235] (helo=phonon.SpringDaemons.com) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1Hl8ii-0005xr-KE; Mon, 07 May 2007 23:18:05 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id CA3E111403; Mon, 7 May 2007 20:12:52 +0400 (MSD) Date: Mon, 7 May 2007 20:12:47 +0400 From: Stanislav Sedov To: Stevan Tiefert Message-Id: <20070507201247.e3f834cc.stas@FreeBSD.org> In-Reply-To: <1178550334.6653.9.camel@vagabund.w33> References: <1178550334.6653.9.camel@vagabund.w33> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__7_May_2007_20_12_47_+0400_jxmGQ8mk+9_670eq" X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 07 May 2007 19:18:07 -0000 --Signature=_Mon__7_May_2007_20_12_47_+0400_jxmGQ8mk+9_670eq Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Mon, 07 May 2007 17:05:26 +0200 Stevan Tiefert mentioned: > Hello list, > > I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > and so on. > > But during the "make install" he asks for a Makefile (I think > PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > not needed. The library is compiled! > > I thought the "NO_BUILD= yes" would be enough. But it seems I need > addiotional work. > > Again: I want to prevent make to search for */work/*/Makefile! > > Can somebody kick me to the right direction? NO_BUILD should generally work. Could you, please, post the entire Makefile here for us to help you? -- Stanislav Sedov ST4096-RIPE --Signature=_Mon__7_May_2007_20_12_47_+0400_jxmGQ8mk+9_670eq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGP0//K/VZk+smlYERAtYsAJ9ZCyQvuiFxAMcVykN1wSSwh8anVwCfTfNX eaqSOzULMVbib7RCAkELbHQ= =EJdx -----END PGP SIGNATURE----- --Signature=_Mon__7_May_2007_20_12_47_+0400_jxmGQ8mk+9_670eq-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:20:41 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D383916A401 for ; Mon, 7 May 2007 19:20:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id 712A113C447 for ; Mon, 7 May 2007 19:20:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 1382 invoked by uid 399); 7 May 2007 19:20:40 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 7 May 2007 19:20:40 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <463F7C0A.4020901@FreeBSD.org> Date: Mon, 07 May 2007 12:20:42 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> In-Reply-To: <20070507184231.GA50639@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 19:20:41 -0000 Kris Kennaway wrote: > On Mon, May 07, 2007 at 11:38:46AM -0700, Doug Barton wrote: >> Kris Kennaway wrote: >>> Hi all, >>> >>> After many months of hard work (mostly by flz@, as well as others) we >>> are approaching readiness of the xorg 7.2 upgrade. Because this is a >>> huge and disruptive change, we're going to approach it very carefully. >> Good news that this is moving forward! Congrats to all involved. >> >>> The current plan is the following: >>> >>> 2) Final prep work in git repository. We need a day or two to confirm >>> the upgrade method for users. Unfortunately testing has exposed a >>> critical deficiency in portupgrade so 'portupgrade -a' will not be >>> enough to give a working upgrade, and some pre-upgrade steps will be >>> required. >> Has portmaster been evaluated as an upgrade tool? I'm in a better >> position atm to be able to address any deficiencies if that will help >> speed this along. > > No, at a minimum I am not comfortable recommending its use until it > saves old shared libraries across updates (I sent you email about this > a while ago), which is a vital safety and robustness mechanism. Ok, no worries then. I have no plans to add that feature at this time, partly because there has been no user demand for it, and mostly because I don't like the idea. I recognize however that reasonable minds may differ on that topic. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:23:27 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5BC316A407 for ; Mon, 7 May 2007 19:23:27 +0000 (UTC) (envelope-from decibel@decibel.org) Received: from noel.decibel.org (noel.decibel.org [67.100.216.10]) by mx1.freebsd.org (Postfix) with ESMTP id EA09413C459 for ; Mon, 7 May 2007 19:23:26 +0000 (UTC) (envelope-from decibel@decibel.org) Received: from [10.82.1.66] (docboy.decibel.org [65.86.67.34]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by noel.decibel.org (Postfix) with ESMTP id D9D9F56408 for ; Mon, 7 May 2007 14:00:00 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-ports@freebsd.org From: Jim Nasby Date: Mon, 7 May 2007 14:00:10 -0500 X-Mailer: Apple Mail (2.752.3) Subject: irc/unreal won't compile 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, 07 May 2007 19:23:27 -0000 I'm getting the following when trying to compile unrealircd: Building src /usr/local/bin/ccache gcc -I../include -I/usr/ports/irc/unreal/work/ Unreal3.2/extras/regexp/include -pipe -I/usr/local/include -O2 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export- dynamic -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -c timesynch.c /usr/local/bin/ccache gcc -I../include -I/usr/ports/irc/unreal/work/ Unreal3.2/extras/regexp/include -pipe -I/usr/local/include -O2 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export- dynamic -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -c res.c res.c: In function `m_dns': res.c:718: error: storage size of 'inf' isn't known *** Error code 1 It compiles fine when I untar to my home directory and run the exact same configure as reported by config.log in the ports work directory: ./configure --with-listen=5 --with-dpath=/usr/local/etc/Unreal --with- spath=/usr/local/libexec/ircd --with-nick-history=2000 --with- sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd- setsize=1024 --enable-dynamic-linking --enable-hub --enable-ziplinks --enable-ssl I attempted to submit a pr on this with send-pr, but never got a reply back... -- Jim Nasby jim@nasby.net EnterpriseDB http://enterprisedb.com 512.569.9461 (cell) From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:24:57 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF29916A408; Mon, 7 May 2007 19:24:57 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (mail0.rawbw.com [198.144.192.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8F713C44B; Mon, 7 May 2007 19:24:57 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (localhost [127.0.0.1]) by mail0.rawbw.com (8.13.8/8.13.8) with ESMTP id l47IrxoX090373; Mon, 7 May 2007 11:53:59 -0700 (PDT) Received: (from www@localhost) by mail0.rawbw.com (8.13.8/8.13.8/Submit) id l47Irxvs090372; Mon, 7 May 2007 11:53:59 -0700 (PDT) X-Authentication-Warning: mail0.rawbw.com: www set sender to yuri@rawbw.com using -f Received: from new-5000.Cadence.COM (new-5000.Cadence.COM [158.140.1.25]) by webmail.rawbw.com (IMP) with HTTP for ; Mon, 7 May 2007 11:53:59 -0700 Message-ID: <1178564039.463f75c7238ce@webmail.rawbw.com> Date: Mon, 7 May 2007 11:53:59 -0700 From: Yuri To: maho@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.2.1 X-Originating-IP: 158.140.1.25 Cc: ports@FreeBSD.org Subject: [FreeBSD port lapack-3.0_2] fails to install libblas.a 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, 07 May 2007 19:24:57 -0000 I tried to use port 'lapack' and found that many symbols are only in libblas.a that isn't installed. So it should be installed along with libblas.so. Thanx, Yuri From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:32:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0805416A401 for ; Mon, 7 May 2007 19:32:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1C413C489 for ; Mon, 7 May 2007 19:32:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from miwi.homeunix.com (dslb-082-083-149-201.pools.arcor-ip.net [82.83.149.201]) by unixfreunde.net (Postfix) with ESMTP id 4625E50B61; Mon, 7 May 2007 21:32:06 +0200 (CEST) Date: Mon, 7 May 2007 21:31:58 +0200 From: Martin Wilke To: Jim Nasby In-Reply-To: References: X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.11; i386-portbld-freebsd7.0) User-Agent: miwi@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Message-Id: <20070507193206.4625E50B61@unixfreunde.net> Cc: freebsd-ports@freebsd.org Subject: Re: irc/unreal won't compile 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, 07 May 2007 19:32:05 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBNb24s IDcgTWF5IDIwMDcgMTQ6MDA6MTAgLTA1MDANCkppbSBOYXNieSA8ZGVjaWJlbEBkZWNpYmVsLm9y Zz4gd3JvdGU6DQoNCnxJJ20gZ2V0dGluZyB0aGUgZm9sbG93aW5nIHdoZW4gdHJ5aW5nIHRvIGNv bXBpbGUgdW5yZWFsaXJjZDoNCnwuLi4uDQp8DQp8SSBhdHRlbXB0ZWQgdG8gc3VibWl0IGEgcHIg b24gdGhpcyB3aXRoIHNlbmQtcHIsIGJ1dCBuZXZlciBnb3QgYSAgDQp8cmVwbHkgYmFjay4uLg0K DQoNCm5vdCBxdWl0ZSBjb3JyZWN0IDopLg0KDQoNCkZyb206IE1hcnRpbiBXaWxrZSA8bWl3aUBG cmVlQlNELm9yZz4NClRvOiBNYXJ0aW4gV2lsa2UgPG1pd2lARnJlZUJTRC5vcmc+DQpDYzogZ2Vy cml0LmJlaW5lQGdteC5kZSwgSmltIEMuTmFzYnkgPGRlY2liZWxAZGVjaWJlbC5vcmc+DQpTdWJq ZWN0OiBSZTogcG9ydHMvMTEyMjIxOiBpcmMvdW5yZWFsIHdvbid0IGNvbXBpbGUNCkRhdGU6IFN1 biwgMjkgQXByIDIwMDcgMDg6NTk6MzkgKzAyMDANClVzZXItQWdlbnQ6IG1pd2lARnJlZUJTRC5v cmcNClgtTWFpbGVyOiBDbGF3cyBNYWlsIDIuOS4xIChHVEsrIDIuMTAuMTE7IGkzODYtcG9ydGJs ZC1mcmVlYnNkNy4wKQ0KDQotIC0tLS0tQkVHSU4gUEdQIFNJR05FRCBNRVNTQUdFLS0tLS0NCkhh c2g6IFNIQTENCg0KDQpIaSBKaW0gYW5kIEdlcnJpdCwNCg0KDQouL2NvbmZpZ3VyZSAtLXdpdGgt bGlzdGVuPTUgLS13aXRoLWRwYXRoPS91c3IvbG9jYWwvZXRjL1VucmVhbA0KLSAtIC0td2l0aC1z cGF0aD0vdXNyL2xvY2FsL2xpYmV4ZWMvaXJjZCAtLXdpdGgtbmljay1oaXN0b3J5PTIwMDANCi0g LSAtLXdpdGgtc2VuZHE9MzAwMDAwMCAtLXdpdGgtYnVmZmVycG9vbD0xOCAtLXdpdGgtcGVybWlz c2lvbnM9MDYwMA0KLSAtIC0td2l0aC1mZC1zZXRzaXplPTEwMjQgLS1lbmFibGUtZHluYW1pYy1s aW5raW5nIC0tZW5hYmxlLWh1Yg0KLSAtLWVuYWJsZS16aXBsaW5rcyAtLWVuYWJsZS1zc2wgPT09 PiAgQnVpbGRpbmcgZm9yIFVucmVhbC0zLjIuNg0KQnVpbGRpbmcgc3JjDQpjYyAtSS4uL2luY2x1 ZGUNCi0gLSAtSS91c3IvcG9ydHMvaXJjL3VucmVhbC93b3JrL1VucmVhbDMuMi9leHRyYXMvcmVn ZXhwL2luY2x1ZGUgLXBpcGUNCi0gLSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTzIgLXBpcGUgIC1E Tk9fSURFQSAtZnVuc2lnbmVkLWNoYXINCi0gLSAtZm5vLXN0cmljdC1hbGlhc2luZyAtRFpJUF9M SU5LUyAtZXhwb3J0LWR5bmFtaWMgIC1ML3Vzci9sb2NhbC9saWINCi0gLXJwYXRoPS91c3IvbGli Oi91c3IvbG9jYWwvbGliICAtYyB0aW1lc3luY2guYyBjYyAtSS4uL2luY2x1ZGUNCi0gLSAtSS91 c3IvcG9ydHMvaXJjL3VucmVhbC93b3JrL1VucmVhbDMuMi9leHRyYXMvcmVnZXhwL2luY2x1ZGUg LXBpcGUNCi0gLSAtSS91c3IvbG9jYWwvaW5jbHVkZSAtTzIgLXBpcGUgIC1ETk9fSURFQSAtZnVu c2lnbmVkLWNoYXINCi0gLSAtZm5vLXN0cmljdC1hbGlhc2luZyAtRFpJUF9MSU5LUyAtZXhwb3J0 LWR5bmFtaWMgIC1ML3Vzci9sb2NhbC9saWINCi0gLXJwYXRoPS91c3IvbGliOi91c3IvbG9jYWwv bGliICAtYyByZXMuYyByZXMuYzogSW4gZnVuY3Rpb24gYG1fZG5zJzoNCnJlcy5jOjcxODogZXJy b3I6IHN0b3JhZ2Ugc2l6ZSBvZiAnaW5mJyBpc24ndCBrbm93bg0KKioqIEVycm9yIGNvZGUgMQ0K DQoNCkppbSB3ZSBub3cgdGhpcyBwcm9ibGVtLiBQbGVhc2UgdGFrZSBhIGxvb2sgaW4gdGhlIERp c2N1c3Npb24gWzFdLiBUaGlzDQpzaG91bGQgc29sdmVkIHlvdXIgY29tcGllbGllciBlcnJvci4N Cg0KWzFdDQpodHRwOi8vbGlzdHMuZnJlZWJzZC5vcmcvcGlwZXJtYWlsL2ZyZWVic2QtcG9ydHMv MjAwNy1NYXJjaC8wMzk2MTkuaHRtbA0KDQotIC0gTWFydGluDQoNCg0KLSAtLSANCk1hcnRpbiBX aWxrZQkJfCBpcmMudW5peGZyZXVuZGUuZGUgI2JzZCANCm1pd2lARnJlZUJTRC5vcmcJfCBtaXdp QHVuaXhmcmV1bmRlLmRlDQpGcmVlQlNEIENvbW1pdHRlcgl8IFBvd2VyIHRvIFNlcnZlDQotLS0t LUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVyc2lvbjogR251UEcgdjIuMC4zIChGcmVlQlNE KQ0KDQppRDhEQlFGR1AzNjBGd3B5Y0FWb0kxTVJBajhIQUo0MXpkMHl2b0hLZjdBejRKSXFZQWcr anFWZ1dnQ2RGL2lPDQp3aEMzeW9YZGczZVI2Y1pjTjhMT0xxMD0NCj03SDhPDQotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0NCg== From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:35:12 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E756116A406 for ; Mon, 7 May 2007 19:35:12 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.freebsd.org (Postfix) with ESMTP id D3CCD13C4AE for ; Mon, 7 May 2007 19:35:12 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (rwcrmhc13) with ESMTP id <20070507193512m130035hr9e>; Mon, 7 May 2007 19:35:12 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 394111FA01D; Mon, 7 May 2007 12:35:12 -0700 (PDT) Date: Mon, 7 May 2007 12:35:12 -0700 From: Jeremy Chadwick To: Jim Nasby Message-ID: <20070507193512.GA1292@icarus.home.lan> Mail-Followup-To: Jim Nasby , freebsd-ports@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: Re: irc/unreal won't compile 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, 07 May 2007 19:35:13 -0000 On Mon, May 07, 2007 at 02:00:10PM -0500, Jim Nasby wrote: > I'm getting the following when trying to compile unrealircd: This has been discussed before. Please see the below thread: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg05997.html -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Mon May 7 19:52:02 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5586316A400 for ; Mon, 7 May 2007 19:52:02 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp115.plus.mail.re1.yahoo.com (smtp115.plus.mail.re1.yahoo.com [69.147.102.78]) by mx1.freebsd.org (Postfix) with SMTP id 057A413C45B for ; Mon, 7 May 2007 19:52:01 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 5165 invoked from network); 7 May 2007 19:25:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=o3VschMwBejGzCzq+OLV7jN+51u9N5ByEEQJSWQPkH/GDIyxid04gNQxj81mlcJfAbv2gzTxglDnPNcCnjcENy+DoZzhmXho1BmfXLHoErbEz9XyHN1/4mmYCKzS2cND+4DJXFePYLbNylLdgpUFnLgoLVIGQjisDRhbzKTBHY0= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.75.69 with plain) by smtp115.plus.mail.re1.yahoo.com with SMTP; 7 May 2007 19:25:19 -0000 X-YMail-OSG: zM1N0_cVM1nzbf53UZKafyh5M1w763k9J0IF2f.dnyZmdNNI From: Stevan Tiefert To: Stanislav Sedov In-Reply-To: <20070507201247.e3f834cc.stas@FreeBSD.org> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> Content-Type: text/plain Date: Mon, 07 May 2007 21:25:25 +0200 Message-Id: <1178565933.5854.1.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 07 May 2007 19:52:02 -0000 Am Montag, den 07.05.2007, 20:12 +0400 schrieb Stanislav Sedov: > On Mon, 07 May 2007 17:05:26 +0200 > Stevan Tiefert mentioned: > > > Hello list, > > > > I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > > Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > > and so on. > > > > But during the "make install" he asks for a Makefile (I think > > PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > > not needed. The library is compiled! > > > > I thought the "NO_BUILD= yes" would be enough. But it seems I need > > addiotional work. > > > > Again: I want to prevent make to search for */work/*/Makefile! > > > > Can somebody kick me to the right direction? > > NO_BUILD should generally work. Could you, please, post the entire > Makefile here for us to help you? > > -- > Stanislav Sedov > ST4096-RIPE Thank you for trying helping me. I am very thankfully but with the "do-install:" -thing is it working!!! :-) I have already posted my port via send-pr. ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Mon May 7 20:06:36 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D99B816A402 for ; Mon, 7 May 2007 20:06:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 90C0913C45D for ; Mon, 7 May 2007 20:06:36 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070507200635.FEFJ12193.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Mon, 7 May 2007 16:06:35 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id wL6a1W00k4iy4EG0000000; Mon, 07 May 2007 16:06:35 -0400 Date: Mon, 07 May 2007 15:09:06 -0500 To: "Kris Kennaway" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20070507184231.GA50639@xor.obsecurity.org> User-Agent: Opera Mail/9.20 (Linux) Cc: ports@freebsd.org, Doug Barton Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 20:06:37 -0000 On Mon, 07 May 2007 13:42:31 -0500, Kris Kennaway = = wrote: > On Mon, May 07, 2007 at 11:38:46AM -0700, Doug Barton wrote: >> Kris Kennaway wrote: >> >Hi all, >> > >> >After many months of hard work (mostly by flz@, as well as others) w= e >> >are approaching readiness of the xorg 7.2 upgrade. Because this is = a >> >huge and disruptive change, we're going to approach it very carefull= y. >> >> Good news that this is moving forward! Congrats to all involved. >> >> >The current plan is the following: >> > >> >2) Final prep work in git repository. We need a day or two to confi= rm >> >the upgrade method for users. Unfortunately testing has exposed a >> >critical deficiency in portupgrade so 'portupgrade -a' will not be >> >enough to give a working upgrade, and some pre-upgrade steps will be= >> >required. >> >> Has portmaster been evaluated as an upgrade tool? I'm in a better >> position atm to be able to address any deficiencies if that will help= >> speed this along. My plan is to run 'portmaster -r pkg-config\*'. I think it should do fin= e = as 'portmaster -r' will do it in order very well. > No, at a minimum I am not comfortable recommending its use until it > saves old shared libraries across updates (I sent you email about this= > a while ago), which is a vital safety and robustness mechanism. I am one of people that dislike this and it is not required to get build= = function. ;-) I think this option should be disable by default, because = = put stuff in lib/compat/pkg hides the problems. Also: http://www.freebsd.org/gnome/docs/faq2.html#q2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D [...] Prevent two versions of the same library. A common source of build failures is the existence of multiple versions = of = the same library. This can happen if you have two different versions of = a = port installed, or can even happen through normal portupgrade use. You c= an = back up the libraries in /usr/local/lib/compat/pkg and remove them, and = = then run portupgrade -u -rf pkg-config. This will force a rebuild of all= = GNOME-related apps (and a fair number of other apps) without retaining o= ld = versions of libraries in /usr/local/lib/compat/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 Cheers, Mezz >> >Also a post-upgrade step is required to deal with merging >> >remaining files from /usr/X11R6 into /usr/local. >> > >> >3) Once the proposed upgrade method is in place, we will publish a >> >tarball of the prepared ports tree and request that *all* our ports >> >developers test the upgrade on their own machines before it is >> >committed to CVS. There are many things that can go wrong and we ne= ed >> >to make sure that the upgrade goes as smoothly as possible for our >> >less technical users. In particular all ports committers are expect= ed >> >to participate in this process of eating our own dogfood :) >> >> Any updates on a timeline for this? > > Some time this week > >> >> >4) Once a suitable number of success reports (e.g. 50) are received >> >and all reported issues are resolved, we'll proceed with importing >> >into CVS. >> > >> >5) CVS will stay frozen for a period to be evaluated (probably anoth= er >> >couple of weeks) to deal with the inevitable remaining fallout as >> >users encounter yet more problems with the upgrade. >> >> Do you intend to keep the entire ports tree frozen for weeks? Perhaps= >> I misunderstand? > > Yes, that is the plan. This is an "all hands" event, and keeping it > frozen is the best way to focus developers onto those tasks. > > Kris -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon May 7 20:14:49 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4698316A4E2; Mon, 7 May 2007 20:14:49 +0000 (UTC) (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 2D57D13C43E; Mon, 7 May 2007 20:14:49 +0000 (UTC) (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 9DB411A3C1A; Mon, 7 May 2007 13:15:29 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 783A651417; Mon, 7 May 2007 16:14:48 -0400 (EDT) Date: Mon, 7 May 2007 16:14:48 -0400 From: Kris Kennaway To: Jeremy Messenger Message-ID: <20070507201448.GA52651@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Doug Barton , Kris Kennaway Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 20:14:49 -0000 On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: > >No, at a minimum I am not comfortable recommending its use until it > >saves old shared libraries across updates (I sent you email about this > >a while ago), which is a vital safety and robustness mechanism. > > I am one of people that dislike this and it is not required to get build > function. ;-) I think this option should be disable by default, because > put stuff in lib/compat/pkg hides the problems. Also: No, it is required when dealing with shared library bumps (which happen about once a week). Otherwise all of the installed ports using the library break if the new library build fails. Talk to Brooks about how annoying this is with e.g. gettext. > http://www.freebsd.org/gnome/docs/faq2.html#q2 > ============================================== > [...] > Prevent two versions of the same library. > > A common source of build failures is the existence of multiple versions of > the same library. This can happen if you have two different versions of a > port installed, or can even happen through normal portupgrade use. You can > back up the libraries in /usr/local/lib/compat/pkg and remove them, and > then run portupgrade -u -rf pkg-config. This will force a rebuild of all > GNOME-related apps (and a fair number of other apps) without retaining old > versions of libraries in /usr/local/lib/compat/pkg. > ============================================== I dispute the correctness of this entry. The old libraries in lib/compat/pkg are not linked to directly by new builds. The only situation in which something might end up being linked to 2 versions of the library is if it pulls in a library dependency from an existing port that is still linked to the old library. In this situation the build would be broken with or without lib/compat/pkg (in the latter case, you have an installed port linked to a library that is entirely missing, so that port will be nonfunctional). Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 7 20:33:19 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3ED2316A400; Mon, 7 May 2007 20:33:19 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao102.cox.net (eastrmmtao102.cox.net [68.230.240.8]) by mx1.freebsd.org (Postfix) with ESMTP id D191B13C459; Mon, 7 May 2007 20:33:18 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao102.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070507203317.ZABX8705.eastrmmtao102.cox.net@eastrmimpo02.cox.net>; Mon, 7 May 2007 16:33:17 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id wLZH1W0064iy4EG0000000; Mon, 07 May 2007 16:33:17 -0400 Date: Mon, 07 May 2007 15:35:48 -0500 To: "Kris Kennaway" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20070507201448.GA52651@xor.obsecurity.org> User-Agent: Opera Mail/9.20 (Linux) Cc: ports@freebsd.org, Doug Barton Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 20:33:19 -0000 On Mon, 07 May 2007 15:14:48 -0500, Kris Kennaway = = wrote: > On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: > >> >No, at a minimum I am not comfortable recommending its use until it >> >saves old shared libraries across updates (I sent you email about th= is >> >a while ago), which is a vital safety and robustness mechanism. >> >> I am one of people that dislike this and it is not required to get bu= ild >> function. ;-) I think this option should be disable by default, becau= se >> put stuff in lib/compat/pkg hides the problems. Also: > > No, it is required when dealing with shared library bumps (which > happen about once a week). Otherwise all of the installed ports using= > the library break if the new library build fails. Talk to Brooks > about how annoying this is with e.g. gettext. portmaster has a feature to backup the old package before the upgrade. I= = think it is better than put in lib/compat/pkg. When I used portupgrade a= nd = I always have lib/compat/pkg disabled until I switched to portmaster. I = = never have that problem when ports tree is flexible enough to downgrade = = and wait until someone fix it. Cheers, Mezz >> http://www.freebsd.org/gnome/docs/faq2.html#q2 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> [...] >> Prevent two versions of the same library. >> >> A common source of build failures is the existence of multiple versio= ns = >> of >> the same library. This can happen if you have two different versions = of = >> a >> port installed, or can even happen through normal portupgrade use. Yo= u = >> can >> back up the libraries in /usr/local/lib/compat/pkg and remove them, a= nd >> then run portupgrade -u -rf pkg-config. This will force a rebuild of = all >> GNOME-related apps (and a fair number of other apps) without retainin= g = >> old >> versions of libraries in /usr/local/lib/compat/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 > > I dispute the correctness of this entry. The old libraries in > lib/compat/pkg are not linked to directly by new builds. The only > situation in which something might end up being linked to 2 versions > of the library is if it pulls in a library dependency from an existing= > port that is still linked to the old library. In this situation the > build would be broken with or without lib/compat/pkg (in the latter > case, you have an installed port linked to a library that is entirely > missing, so that port will be nonfunctional). > > Kris -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon May 7 20:44:15 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FBC916A409; Mon, 7 May 2007 20:44:15 +0000 (UTC) (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 5509613C4AD; Mon, 7 May 2007 20:44:15 +0000 (UTC) (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 CC6C91A4D81; Mon, 7 May 2007 13:44:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A90C651417; Mon, 7 May 2007 16:44:14 -0400 (EDT) Date: Mon, 7 May 2007 16:44:14 -0400 From: Kris Kennaway To: Jeremy Messenger Message-ID: <20070507204414.GA53358@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Doug Barton , Kris Kennaway Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 20:44:15 -0000 On Mon, May 07, 2007 at 03:35:48PM -0500, Jeremy Messenger wrote: > On Mon, 07 May 2007 15:14:48 -0500, Kris Kennaway > wrote: > > >On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: > > > >>>No, at a minimum I am not comfortable recommending its use until it > >>>saves old shared libraries across updates (I sent you email about this > >>>a while ago), which is a vital safety and robustness mechanism. > >> > >>I am one of people that dislike this and it is not required to get build > >>function. ;-) I think this option should be disable by default, because > >>put stuff in lib/compat/pkg hides the problems. Also: > > > >No, it is required when dealing with shared library bumps (which > >happen about once a week). Otherwise all of the installed ports using > >the library break if the new library build fails. Talk to Brooks > >about how annoying this is with e.g. gettext. > > portmaster has a feature to backup the old package before the upgrade. I > think it is better than put in lib/compat/pkg. When I used portupgrade and > I always have lib/compat/pkg disabled until I switched to portmaster. I > never have that problem when ports tree is flexible enough to downgrade > and wait until someone fix it. Well, is this feature enabled by default and does it completely back out the upgrade if it fails? I may be wrong, but I doubt it is going to do a complete recursive backout of the upgrade if e.g. one of the ports depending on the new library fails to build after the library was updated. If it just restores the old version of this port then it will be restoring a nonfunctional port, since it links to the version of the library that was already deleted. The issue is about providing seat-belts for our users who just want failed upgrades not to destroy their system. Even if you think that backing up the package is a better solution than preserving the shared libraries, it seems to me that portmaster still falls short here because it doesn't provide a rollback mechanism to restore the system to a working state when an upgrade fails. > >I dispute the correctness of this entry. The old libraries in > >lib/compat/pkg are not linked to directly by new builds. The only > >situation in which something might end up being linked to 2 versions > >of the library is if it pulls in a library dependency from an existing > >port that is still linked to the old library. In this situation the > >build would be broken with or without lib/compat/pkg (in the latter > >case, you have an installed port linked to a library that is entirely > >missing, so that port will be nonfunctional). > > > >Kris I guess your silence means you agree with me here :) Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 7 20:58:54 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1C4D16A402 for ; Mon, 7 May 2007 20:58:54 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC2F13C455 for ; Mon, 7 May 2007 20:58:54 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.8/8.13.8) with ESMTP id l47KwoMp035538; Mon, 7 May 2007 15:58:51 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.8/8.13.8/Submit) id l47KwoqW035537; Mon, 7 May 2007 15:58:50 -0500 (CDT) (envelope-from brooks) Date: Mon, 7 May 2007 15:58:50 -0500 From: Brooks Davis To: Kris Kennaway Message-ID: <20070507205850.GA34916@lor.one-eyed-alien.net> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <20070507204414.GA53358@xor.obsecurity.org> User-Agent: Mutt/1.5.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Mon, 07 May 2007 15:58:51 -0500 (CDT) Cc: ports@freebsd.org, Jeremy Messenger , Doug Barton Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 20:58:55 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 07, 2007 at 04:44:14PM -0400, Kris Kennaway wrote: > On Mon, May 07, 2007 at 03:35:48PM -0500, Jeremy Messenger wrote: > > On Mon, 07 May 2007 15:14:48 -0500, Kris Kennaway = =20 > > wrote: > >=20 > > >On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: > > > > > >>>No, at a minimum I am not comfortable recommending its use until it > > >>>saves old shared libraries across updates (I sent you email about th= is > > >>>a while ago), which is a vital safety and robustness mechanism. > > >> > > >>I am one of people that dislike this and it is not required to get bu= ild > > >>function. ;-) I think this option should be disable by default, becau= se > > >>put stuff in lib/compat/pkg hides the problems. Also: > > > > > >No, it is required when dealing with shared library bumps (which > > >happen about once a week). Otherwise all of the installed ports using > > >the library break if the new library build fails. Talk to Brooks > > >about how annoying this is with e.g. gettext. > >=20 > > portmaster has a feature to backup the old package before the upgrade. = I =20 > > think it is better than put in lib/compat/pkg. When I used portupgrade = and =20 > > I always have lib/compat/pkg disabled until I switched to portmaster. I= =20 > > never have that problem when ports tree is flexible enough to downgrade= =20 > > and wait until someone fix it. >=20 > Well, is this feature enabled by default and does it completely back > out the upgrade if it fails? I may be wrong, but I doubt it is going > to do a complete recursive backout of the upgrade if e.g. one of the > ports depending on the new library fails to build after the library > was updated. If it just restores the old version of this port then it > will be restoring a nonfunctional port, since it links to the version > of the library that was already deleted. >=20 > The issue is about providing seat-belts for our users who just want > failed upgrades not to destroy their system. Even if you think that > backing up the package is a better solution than preserving the shared > libraries, it seems to me that portmaster still falls short here > because it doesn't provide a rollback mechanism to restore the system > to a working state when an upgrade fails. For a number of failure modes, the use of pkg_create -b can't do this. In particularly, pkg_create -b can't ignore missing files (because tar can't in turn) so you can't make a package of anything with a missing file. The latest versions of portmaster allow you to ignore this error by default since it's not as if there's anything else you could do, but in that situation there's no backing out. Fixing pkg_create would help here. The other problem is that if you're going to automatically update all the dependencies for a port, you need to upgrade all the stuff that depends on them as well. For example the gettext upgrade got triggered on my laptop by upgrading something the used gmake. The result was that virtually nothing outside the base worked any more. Saving the shared library would have prevented this and allowed a more graceful upgrade over a few weeks. The fact that a basic desktop setup takes days to build on fairly fast hardware seems to be an indication that we need a workaround here. There are other possible solutions, but saving copied of libraries seems to be the accepted one at the moment. -- Brooks --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGP5MKXY6L6fI4GtQRAp/eAKC3+/i8m92j6hENJyb2UcQjzz09NgCdHHEF zFbrayyrlk/KrH8sdvnMC5U= =HQK5 -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 21:24:17 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F15916A400 for ; Mon, 7 May 2007 21:24:17 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (mail.sailorfej.net [66.93.72.123]) by mx1.freebsd.org (Postfix) with ESMTP id 56B8F13C447 for ; Mon, 7 May 2007 21:24:17 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from [192.168.10.244] (doorwarden.onlineed.com [66.93.72.126]) (authenticated bits=0) by mail.sailorfej.net (8.13.8/8.13.8) with ESMTP id l47KiauI022753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 7 May 2007 13:44:37 -0700 (PDT) (envelope-from jeff@sailorfej.net) Message-ID: <463F92BB.4000200@sailorfej.net> Date: Mon, 07 May 2007 13:57:31 -0700 From: Jeffrey Williams User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=6.0 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.sailorfej.net Subject: Problem running acroread7 on 6.2 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, 07 May 2007 21:24:17 -0000 I just installed acroread7-7.0.9,1 from ports on a new FreeBSD 6.2-p3 system. It will not run, when I attempt to run it from the command line, I get the following error: :~> acroread ELF binary type "3" not known. ldconfig: illegal option -- p usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...] ELF binary type "3" not known. /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: 1: Syntax error: "(" unexpected :~> Any ideas? did I miss a compile time option during the install? Thanks Jeff From owner-freebsd-ports@FreeBSD.ORG Mon May 7 21:58:57 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 610C816A406 for ; Mon, 7 May 2007 21:58:57 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 1AAB813C457 for ; Mon, 7 May 2007 21:58:54 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 736196D46E; Mon, 7 May 2007 23:57:30 +0200 (CEST) Date: Mon, 7 May 2007 23:57:30 +0200 From: Martin Tournoij To: freebsd-ports@freebsd.org Message-ID: <20070507215729.GA53745@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-ports@freebsd.org, jeff@sailorfej.net References: <463F92BB.4000200@sailorfej.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463F92BB.4000200@sailorfej.net> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: jeff@sailorfej.net Subject: Re: Problem running acroread7 on 6.2 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, 07 May 2007 21:58:57 -0000 On Mon 07 May 2007 13:05, Jeffrey Williams wrote: > I just installed acroread7-7.0.9,1 from ports on a new FreeBSD 6.2-p3 system. > > It will not run, when I attempt to run it from the command line, I get the following error: > > :~> acroread > ELF binary type "3" not known. > ldconfig: illegal option -- p > usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...] > ELF binary type "3" not known. > /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: 1: Syntax error: "(" unexpected > :~> > > Any ideas? did I miss a compile time option during the install? > > Thanks > Jeff Do you have Linux compatibility enabled? To enable it, add this to your /etc/rc.conf: linux_enable="yes" And this to your /boot/loader.conf (Create the file if it doesn't exists yet) linux_load="YES" To start it manually (without rebooting): kldload linux sh /etc/rc.d/abi start -- Regards, Martin Tournoij From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:00:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0FEF16A400; Mon, 7 May 2007 22:00:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id 6E41313C44C; Mon, 7 May 2007 22:00:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070507220023.DVWN19390.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Mon, 7 May 2007 18:00:23 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id wN0M1W00E4iy4EG0000000; Mon, 07 May 2007 18:00:22 -0400 Date: Mon, 07 May 2007 17:02:52 -0500 To: "Kris Kennaway" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20070507204414.GA53358@xor.obsecurity.org> User-Agent: Opera Mail/9.20 (Linux) Cc: ports@freebsd.org, Doug Barton Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:00:24 -0000 On Mon, 07 May 2007 15:44:14 -0500, Kris Kennaway wrote: > On Mon, May 07, 2007 at 03:35:48PM -0500, Jeremy Messenger wrote: >> On Mon, 07 May 2007 15:14:48 -0500, Kris Kennaway >> wrote: >> >> >On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: >> > >> >>>No, at a minimum I am not comfortable recommending its use until it >> >>>saves old shared libraries across updates (I sent you email about >> this >> >>>a while ago), which is a vital safety and robustness mechanism. >> >> >> >>I am one of people that dislike this and it is not required to get >> build >> >>function. ;-) I think this option should be disable by default, >> because >> >>put stuff in lib/compat/pkg hides the problems. Also: >> > >> >No, it is required when dealing with shared library bumps (which >> >happen about once a week). Otherwise all of the installed ports using >> >the library break if the new library build fails. Talk to Brooks >> >about how annoying this is with e.g. gettext. >> >> portmaster has a feature to backup the old package before the upgrade. I >> think it is better than put in lib/compat/pkg. When I used portupgrade >> and >> I always have lib/compat/pkg disabled until I switched to portmaster. I >> never have that problem when ports tree is flexible enough to downgrade >> and wait until someone fix it. > > Well, is this feature enabled by default and does it completely back > out the upgrade if it fails? Default.. I am not sure, but I just know that there has option and I have disable backup in my configure. As for the second question, no, I don't think it doesn't. The users have to do it by manual to reinstall it. Correct me if I am wrong. [read other replied from Brooks] Brooks said that pkg_create has problems that need to be solve. I guess, it has shoot this down. > I may be wrong, but I doubt it is going > to do a complete recursive backout of the upgrade if e.g. one of the You are right, it doesn't. I don't think it will be easy to add this feature. > ports depending on the new library fails to build after the library > was updated. If it just restores the old version of this port then it > will be restoring a nonfunctional port, since it links to the version > of the library that was already deleted. I think it is rare and will get fix quickly (most of time). It shows real problem rather than hide it by using old library. This is what I like it. It helps our package to be more stable in both build and runtime. > The issue is about providing seat-belts for our users who just want > failed upgrades not to destroy their system. Even if you think that > backing up the package is a better solution than preserving the shared > libraries, Yes, I think backing up is a better solution. For example, when library has been bumped but also the plugins, format of configure file or whatever have been complete revamp. The lib/compat/pkg won't help and the backup will. As Brooks said, 'There are other possible solutions, but saving copied of libraries seems to be the accepted one at the moment.' The 'accepted' is opposite for me. It's why I am suggesting to disable it by default if someone is going to add it in portmaster for any users that don't want or have time to help. ;-) > it seems to me that portmaster still falls short here > because it doesn't provide a rollback mechanism to restore the system > to a working state when an upgrade fails. > >> >I dispute the correctness of this entry. The old libraries in >> >lib/compat/pkg are not linked to directly by new builds. The only >> >situation in which something might end up being linked to 2 versions >> >of the library is if it pulls in a library dependency from an existing >> >port that is still linked to the old library. In this situation the >> >build would be broken with or without lib/compat/pkg (in the latter >> >case, you have an installed port linked to a library that is entirely >> >missing, so that port will be nonfunctional). >> > >> >Kris > > I guess your silence means you agree with me here :) Yeah, I guess and unsure at the same time since I didn't write this entry. :-) Cheers, Mezz > Kris -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:07:02 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE81516A400 for ; Mon, 7 May 2007 22:07:02 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtp7-g19.free.fr (smtp7-g19.free.fr [212.27.42.64]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE3613C459 for ; Mon, 7 May 2007 22:07:02 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by smtp7-g19.free.fr (Postfix) with ESMTP id 8F00517E35; Tue, 8 May 2007 00:07:01 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 693371142A; Tue, 8 May 2007 00:06:59 +0200 (CEST) Date: Tue, 8 May 2007 00:06:59 +0200 From: Thierry Thomas To: Brooks Davis Message-ID: <20070507220659.GC78665@graf.pompo.net> Mail-Followup-To: Brooks Davis , ports@freebsd.org References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> <20070507205850.GA34916@lor.one-eyed-alien.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <20070507205850.GA34916@lor.one-eyed-alien.net> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:07:02 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Lun 7 mai 07 =E0 22:58:50 +0200, Brooks Davis =E9crivait=A0: > The other problem is that if you're going to automatically update all > the dependencies for a port, you need to upgrade all the stuff that > depends on them as well. For example the gettext upgrade got triggered > on my laptop by upgrading something the used gmake. The result was that > virtually nothing outside the base worked any more. Saving the shared > library would have prevented this and allowed a more graceful upgrade > over a few weeks. The fact that a basic desktop setup takes days to > build on fairly fast hardware seems to be an indication that we need a > workaround here. There are other possible solutions, but saving copied > of libraries seems to be the accepted one at the moment. For this kind of upgrades, it's possible to add libgettextpo.so.1 libgettextpo.so.3 libintl.so.6 libintl.so.8 in your /etc/libmap.conf. Just delete these lines after the storm... --=20 Th. Thomas. --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGP6MDc95pjMcUBaIRApsnAJwNW917j8HWM6yWf6fX4GnbkDDuUwCgjOnm 5OEyPM+stZGZd7Y9v7ZEjOo= =VKKa -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:17:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60B2516A408; Mon, 7 May 2007 22:17:09 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id EB60D13C44B; Mon, 7 May 2007 22:17:08 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.8/8.13.8) with ESMTP id l47MH7Vb036126; Mon, 7 May 2007 17:17:07 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.8/8.13.8/Submit) id l47MH70I036125; Mon, 7 May 2007 17:17:07 -0500 (CDT) (envelope-from brooks) Date: Mon, 7 May 2007 17:17:07 -0500 From: Brooks Davis To: Brooks Davis , ports@freebsd.org Message-ID: <20070507221707.GA36065@lor.one-eyed-alien.net> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> <20070507205850.GA34916@lor.one-eyed-alien.net> <20070507220659.GC78665@graf.pompo.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20070507220659.GC78665@graf.pompo.net> User-Agent: Mutt/1.5.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Mon, 07 May 2007 17:17:07 -0500 (CDT) Cc: Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:17:09 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 08, 2007 at 12:06:59AM +0200, Thierry Thomas wrote: > Le Lun 7 mai 07 ? 22:58:50 +0200, Brooks Davis > ?crivait?: >=20 > > The other problem is that if you're going to automatically update all > > the dependencies for a port, you need to upgrade all the stuff that > > depends on them as well. For example the gettext upgrade got triggered > > on my laptop by upgrading something the used gmake. The result was that > > virtually nothing outside the base worked any more. Saving the shared > > library would have prevented this and allowed a more graceful upgrade > > over a few weeks. The fact that a basic desktop setup takes days to > > build on fairly fast hardware seems to be an indication that we need a > > workaround here. There are other possible solutions, but saving copied > > of libraries seems to be the accepted one at the moment. >=20 > For this kind of upgrades, it's possible to add >=20 > libgettextpo.so.1 libgettextpo.so.3 > libintl.so.6 libintl.so.8 >=20 > in your /etc/libmap.conf. Just delete these lines after the storm... I did found out too late that it works in this case, but it's not a general solution since it only works if the bump was pointless and thus there aren't prototype mismatches. -- Brooks --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGP6VjXY6L6fI4GtQRAqYpAKCJKb+ADFIwO+9X3L8Nqx08NPO4egCeM7hn r6MU2tH0foIph9z6F6QMSQw= =GPeO -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:21:47 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A437816A403; Mon, 7 May 2007 22:21:47 +0000 (UTC) (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 8A8C313C45A; Mon, 7 May 2007 22:21:47 +0000 (UTC) (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 22F441A4DC8; Mon, 7 May 2007 15:22:28 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D69F051344; Mon, 7 May 2007 18:21:46 -0400 (EDT) Date: Mon, 7 May 2007 18:21:46 -0400 From: Kris Kennaway To: Brooks Davis , ports@freebsd.org Message-ID: <20070507222146.GA57768@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> <20070507205850.GA34916@lor.one-eyed-alien.net> <20070507220659.GC78665@graf.pompo.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20070507220659.GC78665@graf.pompo.net> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:21:47 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 08, 2007 at 12:06:59AM +0200, Thierry Thomas wrote: > Le Lun 7 mai 07 ? 22:58:50 +0200, Brooks Davis > ?crivait?: >=20 > > The other problem is that if you're going to automatically update all > > the dependencies for a port, you need to upgrade all the stuff that > > depends on them as well. For example the gettext upgrade got triggered > > on my laptop by upgrading something the used gmake. The result was that > > virtually nothing outside the base worked any more. Saving the shared > > library would have prevented this and allowed a more graceful upgrade > > over a few weeks. The fact that a basic desktop setup takes days to > > build on fairly fast hardware seems to be an indication that we need a > > workaround here. There are other possible solutions, but saving copied > > of libraries seems to be the accepted one at the moment. >=20 > For this kind of upgrades, it's possible to add >=20 > libgettextpo.so.1 libgettextpo.so.3 > libintl.so.6 libintl.so.8 >=20 > in your /etc/libmap.conf. Just delete these lines after the storm... It is possible, but this is not something that non-technical users will think of (nor should they have to). The question is whether portmaster is to be considered as a tool for advanced users only (those who are capable of cleaning up and repairing damage themselves when an upgrade fails), or if it is intended as a tool for ordinary users who don't want to (or are not capable of) doing this kind of manual repair work. If the goal is the former, then that's OK, but if it is the latter, then an honest evaluation leads one to conclude that portmaster is still in the process of maturing towards achieving this goal. Kris --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGP6Z6Wry0BWjoQKURAmidAKDd/cYkNp0uD0FJEHbuDTNbLfXCYwCePq0/ iXrgjyt1h4lX11eZPqXbDEQ= =2NHE -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:26:46 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA15F16A401; Mon, 7 May 2007 22:26:46 +0000 (UTC) (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 B1EE313C44C; Mon, 7 May 2007 22:26:46 +0000 (UTC) (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 194D91A4DC8; Mon, 7 May 2007 15:27:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D5F4B51344; Mon, 7 May 2007 18:26:45 -0400 (EDT) Date: Mon, 7 May 2007 18:26:45 -0400 From: Kris Kennaway To: Jeremy Messenger Message-ID: <20070507222645.GB57768@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Doug Barton , Kris Kennaway Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:26:47 -0000 On Mon, May 07, 2007 at 05:02:52PM -0500, Jeremy Messenger wrote: > On Mon, 07 May 2007 15:44:14 -0500, Kris Kennaway > wrote: > > >On Mon, May 07, 2007 at 03:35:48PM -0500, Jeremy Messenger wrote: > >>On Mon, 07 May 2007 15:14:48 -0500, Kris Kennaway > >>wrote: > >> > >>>On Mon, May 07, 2007 at 03:09:06PM -0500, Jeremy Messenger wrote: > >>> > >>>>>No, at a minimum I am not comfortable recommending its use until it > >>>>>saves old shared libraries across updates (I sent you email about > >>this > >>>>>a while ago), which is a vital safety and robustness mechanism. > >>>> > >>>>I am one of people that dislike this and it is not required to get > >>build > >>>>function. ;-) I think this option should be disable by default, > >>because > >>>>put stuff in lib/compat/pkg hides the problems. Also: > >>> > >>>No, it is required when dealing with shared library bumps (which > >>>happen about once a week). Otherwise all of the installed ports using > >>>the library break if the new library build fails. Talk to Brooks > >>>about how annoying this is with e.g. gettext. > >> > >>portmaster has a feature to backup the old package before the upgrade. I > >>think it is better than put in lib/compat/pkg. When I used portupgrade > >>and > >>I always have lib/compat/pkg disabled until I switched to portmaster. I > >>never have that problem when ports tree is flexible enough to downgrade > >>and wait until someone fix it. > > > >Well, is this feature enabled by default and does it completely back > >out the upgrade if it fails? > > Default.. I am not sure, but I just know that there has option and I have > disable backup in my configure. As for the second question, no, I don't > think it doesn't. The users have to do it by manual to reinstall it. > Correct me if I am wrong. [read other replied from Brooks] Brooks said > that pkg_create has problems that need to be solve. I guess, it has shoot > this down. > > >I may be wrong, but I doubt it is going > >to do a complete recursive backout of the upgrade if e.g. one of the > > You are right, it doesn't. I don't think it will be easy to add this > feature. Yes, me either. But you've got to either do one thing or the other. > >ports depending on the new library fails to build after the library > >was updated. If it just restores the old version of this port then it > >will be restoring a nonfunctional port, since it links to the version > >of the library that was already deleted. > > I think it is rare and will get fix quickly (most of time). It shows real > problem rather than hide it by using old library. This is what I like it. > It helps our package to be more stable in both build and runtime. This is the attitude of a ports developer. The attitude of a user is "what the heck? I just wanted to update my ports and now my desktop is completely unusable and I have to wait an unspecified time for someone else to tell me how to fix it." > >The issue is about providing seat-belts for our users who just want > >failed upgrades not to destroy their system. Even if you think that > >backing up the package is a better solution than preserving the shared > >libraries, > > Yes, I think backing up is a better solution. For example, when library > has been bumped but also the plugins, format of configure file or whatever > have been complete revamp. The lib/compat/pkg won't help and the backup > will. FYI, portupgrade does both, and therefore catches both failure modes. > As Brooks said, 'There are other possible solutions, but saving copied of > libraries seems to be the accepted one at the moment.' The 'accepted' is > opposite for me. It's why I am suggesting to disable it by default if > someone is going to add it in portmaster for any users that don't want or > have time to help. ;-) I don't control what Doug chooses to do with his software, but I can evaluate the results of those choices and how they impact the utility of his software for non-technical users of FreeBSD. > >it seems to me that portmaster still falls short here > >because it doesn't provide a rollback mechanism to restore the system > >to a working state when an upgrade fails. > > > >>>I dispute the correctness of this entry. The old libraries in > >>>lib/compat/pkg are not linked to directly by new builds. The only > >>>situation in which something might end up being linked to 2 versions > >>>of the library is if it pulls in a library dependency from an existing > >>>port that is still linked to the old library. In this situation the > >>>build would be broken with or without lib/compat/pkg (in the latter > >>>case, you have an installed port linked to a library that is entirely > >>>missing, so that port will be nonfunctional). > >>> > >>>Kris > > > >I guess your silence means you agree with me here :) > > Yeah, I guess and unsure at the same time since I didn't write this entry. > :-) OK. Kris From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:34:40 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9045F16A402 for ; Mon, 7 May 2007 22:34:40 +0000 (UTC) (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 2884E13C448 for ; Mon, 7 May 2007 22:34:40 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l47MYgoP025717; Mon, 7 May 2007 18:34:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20070507222645.GB57768@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> <20070507222645.GB57768@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jafi7Fo5h8/ISxNouLlt" Organization: MarcusCom, Inc. Date: Mon, 07 May 2007 18:34:36 -0400 Message-Id: <1178577276.94597.49.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on creme-brulee.marcuscom.com Cc: ports@freebsd.org, Jeremy Messenger , Doug Barton Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:34:40 -0000 --=-jafi7Fo5h8/ISxNouLlt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2007-05-07 at 18:26 -0400, Kris Kennaway wrote: > > >>>I dispute the correctness of this entry. The old libraries in > > >>>lib/compat/pkg are not linked to directly by new builds. The only > > >>>situation in which something might end up being linked to 2 versions > > >>>of the library is if it pulls in a library dependency from an existi= ng > > >>>port that is still linked to the old library. In this situation the > > >>>build would be broken with or without lib/compat/pkg (in the latter > > >>>case, you have an installed port linked to a library that is entirel= y > > >>>missing, so that port will be nonfunctional). > > >>> > > >>>Kris > > > > > >I guess your silence means you agree with me here :) > >=20 > > Yeah, I guess and unsure at the same time since I didn't write this ent= ry. =20 > > :-) >=20 > OK. I didn't write it either, but it holds some truth. Yes, not having the library at all would cause a build failure, but having multiple versions of the same library can lead to runtime failures. It's much easier to troubleshoot a missing .so that it is to hunt down strange runtime failures (usually). I'm not arguing for or against portmaster, or the "keeping old shared objects" functionality. I'm just putting this FAQ entry in context. Yes, perhaps it could be re-worded for clarity. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jafi7Fo5h8/ISxNouLlt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGP6l6b2iPiv4Uz4cRAh3AAJ41bP4uJqUXBmc3LMYIDX+DZKV90wCgoGAk AFCqzQ/LUhgkZS2y9vBPGXI= =zE5q -----END PGP SIGNATURE----- --=-jafi7Fo5h8/ISxNouLlt-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 22:40:28 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34FCB16A407; Mon, 7 May 2007 22:40:28 +0000 (UTC) (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 18EB713C45B; Mon, 7 May 2007 22:40:28 +0000 (UTC) (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 A8A3D1A4DC8; Mon, 7 May 2007 15:41:08 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 68CA9513BC; Mon, 7 May 2007 18:40:27 -0400 (EDT) Date: Mon, 7 May 2007 18:40:27 -0400 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20070507224027.GA58100@xor.obsecurity.org> References: <20070502193159.GB42482@xor.obsecurity.org> <463F7236.4080108@FreeBSD.org> <20070507184231.GA50639@xor.obsecurity.org> <20070507201448.GA52651@xor.obsecurity.org> <20070507204414.GA53358@xor.obsecurity.org> <20070507222645.GB57768@xor.obsecurity.org> <1178577276.94597.49.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <1178577276.94597.49.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Jeremy Messenger , Doug Barton , Kris Kennaway Subject: Re: HEADS UP: xorg upgrade plans 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, 07 May 2007 22:40:28 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 07, 2007 at 06:34:36PM -0400, Joe Marcus Clarke wrote: > On Mon, 2007-05-07 at 18:26 -0400, Kris Kennaway wrote: > > > >>>I dispute the correctness of this entry. The old libraries in > > > >>>lib/compat/pkg are not linked to directly by new builds. The only > > > >>>situation in which something might end up being linked to 2 versio= ns > > > >>>of the library is if it pulls in a library dependency from an exis= ting > > > >>>port that is still linked to the old library. In this situation t= he > > > >>>build would be broken with or without lib/compat/pkg (in the latter > > > >>>case, you have an installed port linked to a library that is entir= ely > > > >>>missing, so that port will be nonfunctional). > > > >>> > > > >>>Kris > > > > > > > >I guess your silence means you agree with me here :) > > >=20 > > > Yeah, I guess and unsure at the same time since I didn't write this e= ntry. =20 > > > :-) > >=20 > > OK. >=20 > I didn't write it either, but it holds some truth. Yes, not having the > library at all would cause a build failure, but having multiple versions > of the same library can lead to runtime failures. It's much easier to > troubleshoot a missing .so that it is to hunt down strange runtime > failures (usually). >=20 > I'm not arguing for or against portmaster, or the "keeping old shared > objects" functionality. I'm just putting this FAQ entry in context. > Yes, perhaps it could be re-worded for clarity. It is true that this situation causes weird runtime errors when it arises, but the underlying cause is not because of portupgrade's saving of the old libraries (it's whatever lead to the situation of an old port not being rebuilt when the shared library version changed). i.e. probably because a developer forgot to bump the portrevision. BTW, for users of portupgrade, the libchk port makes tracking down this kind of problem ("what installed port is linked to the old library and needs to be rebuilt"?) easy. Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGP6rbWry0BWjoQKURAnhZAKCcftKV2HVvvWl7Sf6b6ASEiwYBZACdHeIB E3JsDtAgPrkq2cS6KGqHhn0= =hKBB -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-ports@FreeBSD.ORG Mon May 7 23:11:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75BD916A400 for ; Mon, 7 May 2007 23:11:51 +0000 (UTC) (envelope-from scs@b1tt3r.org) Received: from nibiru.b1tt3r.org (206-45-95-183.static.mts.net [206.45.95.183]) by mx1.freebsd.org (Postfix) with ESMTP id 18CDA13C455 for ; Mon, 7 May 2007 23:11:50 +0000 (UTC) (envelope-from scs@b1tt3r.org) Received: from nibiru.b1tt3r.org (localhost.b1tt3r.org [127.0.0.1]) by nibiru.b1tt3r.org (8.14.1/8.14.1) with ESMTP id l47MmK4m020424 for ; Mon, 7 May 2007 17:48:20 -0500 (CDT) (envelope-from scs@b1tt3r.org) Received: (from scs@localhost) by nibiru.b1tt3r.org (8.14.1/8.14.1/Submit) id l47MmKTS020421 for ports@freebsd.org; Mon, 7 May 2007 17:48:20 -0500 (CDT) (envelope-from scs@b1tt3r.org) X-Authentication-Warning: nibiru.b1tt3r.org: scs set sender to scs@b1tt3r.org using -f Date: Mon, 7 May 2007 17:48:20 -0500 From: Sam Stein To: ports@freebsd.org Message-ID: <20070507224820.GA20072@nibiru.b1tt3r.org> Mail-Followup-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline Organization: b1tt3r X-OS: FreeBSD nibiru.b1tt3r.org 6.2-STABLE i386 User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: games/sauerbraten 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, 07 May 2007 23:11:51 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable There is a new version out; the port has an old one, the new version works fine; I've emailed the maintainer twice; no reply.. what should I do now? --=20 Sam Stein Computer Technician/Programmer b1tt3r --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGP6y02cAzUaJNCC8RAh3kAJ0RhANTOFmy21t+j625u1pPot8/RwCeJ5dm OgAgpzXr9z1PP2y7RGKYaUg= =cO6P -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-freebsd-ports@FreeBSD.ORG Tue May 8 01:24:10 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B9F016A401 for ; Tue, 8 May 2007 01:24:10 +0000 (UTC) (envelope-from knightbg@yahoo.com) Received: from web32404.mail.mud.yahoo.com (web32404.mail.mud.yahoo.com [68.142.207.197]) by mx1.freebsd.org (Postfix) with SMTP id 0962A13C447 for ; Tue, 8 May 2007 01:24:09 +0000 (UTC) (envelope-from knightbg@yahoo.com) Received: (qmail 80285 invoked by uid 60001); 8 May 2007 00:57:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=hIEbRk/HlWIYCWEZdPvavSzFwe8olQWmvLw//sJzLnKSHkXby1bZecz1BRqLcFMQIv1/s9r/0adi6DT8SEJSfQ3PYwQMc/4OSoq+A3abYhiOQ9xUPaXaTzrB7Eqha0YsmfSzaky6LQDL1XZrwBg5hOpWQTL97vRCAWYxHPvERN0=; X-YMail-OSG: silTS8kVM1mqfZpH74w9_WmNtYFF21gKrPuLMpuHTCXrxd6PMMLbUrimSTYSbRaa5w-- Received: from [72.68.200.42] by web32404.mail.mud.yahoo.com via HTTP; Mon, 07 May 2007 17:57:28 PDT Date: Mon, 7 May 2007 17:57:28 -0700 (PDT) From: Brian Gruber To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <531919.80282.qm@web32404.mail.mud.yahoo.com> X-Mailman-Approved-At: Tue, 08 May 2007 02:45:43 +0000 Subject: HEADS UP: xorg upgrade plans 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, 08 May 2007 01:24:10 -0000 >Ok, no worries then. I have no plans to add that feature at this time, >partly because there has been no user demand for it, and mostly >because I don't like the idea. I recognize however that reasonable >minds may differ on that topic. if you don't like the idea, that's fine, but since you say there's been no user demand, i just thought i should note that I tried portmaster a few months ago. while there were things i like, i ultimately switched back to portupgrade specifically because it lacked old library preservation. /brian ____________________________________________________________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html From owner-freebsd-ports@FreeBSD.ORG Tue May 8 05:49:28 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2C0B16A401 for ; Tue, 8 May 2007 05:49:28 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 00BF913C484 for ; Tue, 8 May 2007 05:49:27 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 08 May 2007 05:49:26 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp056) with SMTP; 08 May 2007 07:49:26 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19rxr9N/fJr4jon/MZ2cbUqANm7D0M6IRmeqBQ3ug iuwHwV+niUL1CU Message-ID: <46400F4E.1090103@gmx.de> Date: Tue, 08 May 2007 07:49:02 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: ports@freebsd.org References: <20070507224820.GA20072@nibiru.b1tt3r.org> In-Reply-To: <20070507224820.GA20072@nibiru.b1tt3r.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: Re: games/sauerbraten 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, 08 May 2007 05:49:28 -0000 Sam Stein wrote: > There is a new version out; the port has an old one, the new version works > fine; I've emailed the maintainer twice; no reply.. what should I do now? Submit a PR and request a maintainer timeout. This will take a long time, but it's the only way. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 05:57:35 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 640E516A400 for ; Tue, 8 May 2007 05:57:35 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 43D8D13C448 for ; Tue, 8 May 2007 05:57:35 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l485vYjP001088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 May 2007 22:57:34 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l485vXT5011469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 7 May 2007 22:57:34 -0700 Message-ID: <4640114D.1030705@u.washington.edu> Date: Mon, 07 May 2007 22:57:33 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Brian Gruber References: <531919.80282.qm@web32404.mail.mud.yahoo.com> In-Reply-To: <531919.80282.qm@web32404.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.7.224434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 05:57:35 -0000 Brian Gruber wrote: >> Ok, no worries then. I have no plans to add that > feature at this time, >> partly because there has been no user demand for it, > and mostly >> because I don't like the idea. I recognize however > that reasonable >> minds may differ on that topic. > > if you don't like the idea, that's fine, but since you > say there's been no user demand, i just thought i > should note that I tried portmaster a few months ago. > while there were things i like, i ultimately switched > back to portupgrade specifically because it lacked old > library preservation. > > /brian Just a thought, but have people considered pushing nVidia and (gasp), maybe ATI for driver support in 7.2? I would think that AMD would at least consider FreeBSD if we moved to 7.2 because it seems like they want to get on the bandwagon with more recent versions of Linux nowadays with their OpenGL driver support. Cheers, -Garrett From owner-freebsd-ports@FreeBSD.ORG Tue May 8 06:03:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A16A16A401 for ; Tue, 8 May 2007 06:03:20 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7962313C44C for ; Tue, 8 May 2007 06:03:19 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 08 May 2007 06:03:18 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp021) with SMTP; 08 May 2007 08:03:18 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18Rn6EVPT8Re8JmjhTp9F+uyszaNDD/VOKefwOmRd KRGzAV6PKbDGoO Message-ID: <46401290.7080000@gmx.de> Date: Tue, 08 May 2007 08:02:56 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Stevan Tiefert References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> In-Reply-To: <1178565933.5854.1.camel@vagabund.w33> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Stanislav Sedov , ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 06:03:20 -0000 Stevan Tiefert wrote: > Am Montag, den 07.05.2007, 20:12 +0400 schrieb Stanislav Sedov: >> On Mon, 07 May 2007 17:05:26 +0200 >> Stevan Tiefert mentioned: >> >>> Hello list, >>> >>> I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a >>> Makefile like the Porter's Handbook describes. It fetches the *.tar.gz >>> and so on. >>> >>> But during the "make install" he asks for a Makefile (I think >>> PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is >>> not needed. The library is compiled! >>> >>> I thought the "NO_BUILD= yes" would be enough. But it seems I need >>> addiotional work. >>> >>> Again: I want to prevent make to search for */work/*/Makefile! >>> >>> Can somebody kick me to the right direction? >> NO_BUILD should generally work. Could you, please, post the entire >> Makefile here for us to help you? >> >> -- >> Stanislav Sedov >> ST4096-RIPE > > Thank you for trying helping me. I am very thankfully but with the > "do-install:" -thing is it working!!! :-) I have already posted my port > via send-pr. For a binary port you will also have to set ONLY_FOR_ARCHS in your ports Makefile. Also, I do not know what kind of irresistible magic is performed by your library, but I do not think many people will be willing to use a pre-compiled library. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 08:15:47 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 051D716A407 for ; Tue, 8 May 2007 08:15:47 +0000 (UTC) (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 E23BA13C480 for ; Tue, 8 May 2007 08:15:46 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 6B304576; Tue, 8 May 2007 03:15:46 -0500 (CDT) Date: Tue, 8 May 2007 03:15:46 -0500 To: "[LoN]Kamikaze" Message-ID: <20070508081546.GA2518@soaustin.net> References: <20070507224820.GA20072@nibiru.b1tt3r.org> <46400F4E.1090103@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46400F4E.1090103@gmx.de> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org Subject: Re: games/sauerbraten 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, 08 May 2007 08:15:47 -0000 On Tue, May 08, 2007 at 07:49:02AM +0200, [LoN]Kamikaze wrote: > Submit a PR and request a maintainer timeout. This will take a long time, > but it's the only way. "long time" = "2 weeks" mcl From owner-freebsd-ports@FreeBSD.ORG Tue May 8 08:24:08 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BBC116A404 for ; Tue, 8 May 2007 08:24:08 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 81FA113C46E for ; Tue, 8 May 2007 08:24:07 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 08 May 2007 08:24:06 -0000 Received: from vpn-cl-161-194.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [141.3.161.194] by mail.gmx.net (mp048) with SMTP; 08 May 2007 10:24:06 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19kPGkXPZRksOipSYQPsIaSgohuCJaZozwE18hgoj +zvPi4oNvpWUCo Message-ID: <4640338F.4010807@gmx.de> Date: Tue, 08 May 2007 10:23:43 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Mark Linimon References: <20070507224820.GA20072@nibiru.b1tt3r.org> <46400F4E.1090103@gmx.de> <20070508081546.GA2518@soaustin.net> In-Reply-To: <20070508081546.GA2518@soaustin.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org Subject: Re: games/sauerbraten 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, 08 May 2007 08:24:08 -0000 Mark Linimon wrote: > On Tue, May 08, 2007 at 07:49:02AM +0200, [LoN]Kamikaze wrote: >> Submit a PR and request a maintainer timeout. This will take a long time, >> but it's the only way. > > "long time" = "2 weeks" > > mcl The last time I requested a maintainer time out it was something like two months. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 08:29:40 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43A0A16A401 for ; Tue, 8 May 2007 08:29:40 +0000 (UTC) (envelope-from bmc59382@bigpond.net.au) Received: from qsrv02sl.mx.bigpond.com (qsrv02sl.mx.bigpond.com [144.140.93.182]) by mx1.freebsd.org (Postfix) with ESMTP id D6D5213C457 for ; Tue, 8 May 2007 08:29:27 +0000 (UTC) (envelope-from bmc59382@bigpond.net.au) Received: from oaamta02sl.mx.bigpond.com ([139.168.180.101]) by omta02sl.mx.bigpond.com with ESMTP id <20070508063253.DEOT10557.omta02sl.mx.bigpond.com@oaamta02sl.mx.bigpond.com> for ; Tue, 8 May 2007 06:32:53 +0000 Received: from yourck0g0da4nz ([139.168.180.101]) by oaamta02sl.mx.bigpond.com with SMTP id <20070508063252.KCNF1599.oaamta02sl.mx.bigpond.com@yourck0g0da4nz> for ; Tue, 8 May 2007 06:32:52 +0000 Message-ID: <000801c7913a$ac23da70$0100000a@yourck0g0da4nz> From: "Brad McIntosh" To: Date: Tue, 8 May 2007 16:32:37 +1000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: qtstalker 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, 08 May 2007 08:29:40 -0000 I've only changed over to BSD recently and I'm attempting to get away = from microsoft altogether.I downloaded PC BSD it's up and running and = I'm pretty happy with it. I needed to get hold of stock charting software which I discovered in = your ports\finance\qtstalker, I installed the program, started it and = attempted to download data from yahoo and I continually received error = messages (bad Date). Perhaps, I could possibly be doing something wrong, = but if not is there any way that you could have someone look into it and = maybe repair the bug. regards Brad From owner-freebsd-ports@FreeBSD.ORG Tue May 8 09:06:32 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A4F916A401 for ; Tue, 8 May 2007 09:06:32 +0000 (UTC) (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 21E5013C447 for ; Tue, 8 May 2007 09:06:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A09BFA7E; Tue, 8 May 2007 04:06:31 -0500 (CDT) Date: Tue, 8 May 2007 04:06:31 -0500 To: "[LoN]Kamikaze" Message-ID: <20070508090631.GA4942@soaustin.net> References: <20070507224820.GA20072@nibiru.b1tt3r.org> <46400F4E.1090103@gmx.de> <20070508081546.GA2518@soaustin.net> <4640338F.4010807@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4640338F.4010807@gmx.de> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org, Mark Linimon Subject: Re: games/sauerbraten 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, 08 May 2007 09:06:32 -0000 On Tue, May 08, 2007 at 10:23:43AM +0200, [LoN]Kamikaze wrote: > The last time I requested a maintainer time out it was something like > two months. I have been much more active in the last few months on enforcing the maintainer-timeouts. If you are having problems, please email portmgr@ directly. Thanks. mcl From owner-freebsd-ports@FreeBSD.ORG Tue May 8 09:51:15 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E08116A400; Tue, 8 May 2007 09:51:15 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6F85113C455; Tue, 8 May 2007 09:51:09 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l488vDcE063059; Tue, 8 May 2007 17:57:18 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 08 May 2007 17:57:13 +0900 (JST) Message-Id: <20070508.175713.74712543.ken@tydfam.jp> To: cokane@cokane.org From: Ken Yamada In-Reply-To: <1178141185.23085.33.camel@localhost> References: <20070502143629.T23648@math.missouri.edu> <20070502194326.GA42980@xor.obsecurity.org> <1178141185.23085.33.camel@localhost> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3219/Tue May 8 15:50:16 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: ports@freebsd.org, x11@freebsd.org, kris@obsecurity.org Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 09:51:15 -0000 Would you please inform the progress (or, schedule), so far? port tree looks very quiet in these few days and I cannot see any xorg7.2 in my cvsup'd port tree... From owner-freebsd-ports@FreeBSD.ORG Tue May 8 09:56:11 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0491316A40E for ; Tue, 8 May 2007 09:56:10 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id C6D3D13C468 for ; Tue, 8 May 2007 09:56:09 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 52405ED55DF for ; Tue, 8 May 2007 12:56:01 +0300 (EEST) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ojIGkn54pyeA for ; Tue, 8 May 2007 12:55:56 +0300 (EEST) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 08551ED55BA for ; Tue, 8 May 2007 12:55:56 +0300 (EEST) Message-ID: <4640492E.6050702@icyb.net.ua> Date: Tue, 08 May 2007 12:55:58 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.0 (X11/20070424) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: xorg merge and git 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, 08 May 2007 09:56:11 -0000 One question: will the ports still be accessible via git after the merge of modular xorg branch ? I started to like git very much (as a distribution tool), it seems to be much faster than cvsup. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue May 8 09:59:46 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 811DC16A408 for ; Tue, 8 May 2007 09:59:46 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1775A13C465 for ; Tue, 8 May 2007 09:59:45 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so471456ika for ; Tue, 08 May 2007 02:59:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AAXg7W3O6GTK291XJ6BNCmVEKmAj65DmwjGUre2dRSff68Qnes4B810Yp6qqmylD6x6k5DHASnXjQOgMSNBR2AQLUMtbKsc6DMpu6qiE7B5YFWVyelMvZV6+reHf0YTuk8VIVvYy1bMsyR1k+09t/I3Zp0aWIipG4KBND9a0XxI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qN/i0+7977pwC4LdaH8SnqgdEZ+ryxs9xsdMhgWDaru8w14NoAB0OMhv4Y7rz5yxUo4brOg9QZzXsqnOmhxggWYyZaXifIuhSKyB5SKD5vHgHdkszd/4ceJYvbH7/OaAwMS8MHYp1ZoS8lmn21jafMstGDAwNFjLHsgdsNmNjrs= Received: by 10.82.123.16 with SMTP id v16mr11360370buc.1178618384366; Tue, 08 May 2007 02:59:44 -0700 (PDT) Received: by 10.82.134.8 with HTTP; Tue, 8 May 2007 02:59:44 -0700 (PDT) Message-ID: Date: Tue, 8 May 2007 11:59:44 +0200 From: "Rene Ladan" To: "Ken Yamada" In-Reply-To: <20070508.175713.74712543.ken@tydfam.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070502143629.T23648@math.missouri.edu> <20070502194326.GA42980@xor.obsecurity.org> <1178141185.23085.33.camel@localhost> <20070508.175713.74712543.ken@tydfam.jp> Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 09:59:46 -0000 2007/5/8, Ken Yamada : > Would you please inform the progress (or, schedule), so far? > port tree looks very quiet in these few days and I cannot see any xorg7.2 in my cvsup'd port tree... > Currently most development happens in the git repository. You can look at http://git.xbsd.org/?p=freebsd/ports.git;a=summary to see what goes on. Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-ports@FreeBSD.ORG Tue May 8 10:13:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E01A16A400; Tue, 8 May 2007 10:13:23 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B39B713C43E; Tue, 8 May 2007 10:13:20 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l48AD4ni067336; Tue, 8 May 2007 19:13:13 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 08 May 2007 19:13:04 +0900 (JST) Message-Id: <20070508.191304.41669392.ken@tydfam.jp> To: r.c.ladan@gmail.com From: Ken Yamada In-Reply-To: References: <1178141185.23085.33.camel@localhost> <20070508.175713.74712543.ken@tydfam.jp> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3219/Tue May 8 15:50:16 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 10:13:23 -0000 From: "Rene Ladan" > Currently most development happens in the git repository. You can > look at http://git.xbsd.org/?p=freebsd/ports.git;a=summary to see what > goes on. No, "http://wiki.freebsd.org/ModularXorg" says; --Quote-- Disclaimer If you read about the git repository, forget about it and hold your breath a couple days again. Everything should be merged back to the FreeBSD within a few days. --Unqote-- git may be maintained, but the page already does not show any of git pages and information, anymore. That is the reason why I am asking... From owner-freebsd-ports@FreeBSD.ORG Tue May 8 10:20:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0423216A401; Tue, 8 May 2007 10:20:51 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8F51813C46A; Tue, 8 May 2007 10:20:50 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id 894A8712A2; Tue, 8 May 2007 12:20:48 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id D0E2012302; Tue, 8 May 2007 12:20:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org 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 9XL4jRO+7tQt; Tue, 8 May 2007 12:20:42 +0200 (CEST) Received: from [193.95.134.156] (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 4451212308; Tue, 8 May 2007 12:20:42 +0200 (CEST) Message-ID: <46404EF4.3070904@FreeBSD.org> Date: Tue, 08 May 2007 11:20:36 +0100 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: Ken Yamada References: <1178141185.23085.33.camel@localhost> <20070508.175713.74712543.ken@tydfam.jp> <20070508.191304.41669392.ken@tydfam.jp> In-Reply-To: <20070508.191304.41669392.ken@tydfam.jp> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigE1F256BF96E2D003C90C7B8D" Cc: ports@freebsd.org, x11@freebsd.org, r.c.ladan@gmail.com Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 10:20:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE1F256BF96E2D003C90C7B8D Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Ken Yamada wrote: > From: "Rene Ladan" >> Currently most development happens in the git repository. You can >> look at http://git.xbsd.org/?p=3Dfreebsd/ports.git;a=3Dsummary to see = what >> goes on. >=20 > No, "http://wiki.freebsd.org/ModularXorg" says; >=20 > --Quote-- > Disclaimer >=20 > If you read about the git repository, forget about it and hold your bre= ath a couple days again. Everything should be merged back to the FreeBSD = within a few days. > --Unqote-- >=20 > git may be maintained, but the page already does not show any of git pa= ges and information, anymore. That is the reason why I am asking... We're committing a last round of fixes and will submit a tarball for testing hopefully tonight or tomorrow. As soon as we'll get enough success reports, we'll go all-in. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enigE1F256BF96E2D003C90C7B8D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQE75MxEkbVFH3PQRCgZnAJ0Z9jW2siGX9VIGnj6WwpLGjvkBwQCfZTCg qsa8zBky0PTAg8PFByvmeT8= =ch8p -----END PGP SIGNATURE----- --------------enigE1F256BF96E2D003C90C7B8D-- From owner-freebsd-ports@FreeBSD.ORG Tue May 8 10:40:26 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 310E116A404 for ; Tue, 8 May 2007 10:40:26 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp124.plus.mail.mud.yahoo.com (smtp124.plus.mail.mud.yahoo.com [209.191.106.155]) by mx1.freebsd.org (Postfix) with SMTP id EC51D13C487 for ; Tue, 8 May 2007 10:40:25 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 48395 invoked from network); 8 May 2007 10:40:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=tD7mPCqx/89TwTUcTae7YTnYiGGh52OXFv5w9FDdB6DnPgRbA03BgOYoTO00usayl59VYmRaMI8lbcGtdPKEawXFJ7wUjHPBRpbja5b+ec2oonteU76KLzMNlkSciGQGa7lJT1qhoisuwwNYTqk00b8DBz/6bBZjl9Q/PMnGBSs= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.122.107 with plain) by smtp124.plus.mail.mud.yahoo.com with SMTP; 8 May 2007 10:40:23 -0000 X-YMail-OSG: qwBw4oUVM1mf7U5eo1YmGrK5q7vkm141b0k.Gy_x67NDRv.fRVSegfkXqqzXKnQnAvOBjKKdEnO_lwuknCFSys.crQ-- From: Stevan Tiefert To: Brad McIntosh In-Reply-To: <000801c7913a$ac23da70$0100000a@yourck0g0da4nz> References: <000801c7913a$ac23da70$0100000a@yourck0g0da4nz> Content-Type: text/plain Date: Tue, 08 May 2007 12:40:28 +0200 Message-Id: <1178620837.892.8.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: qtstalker 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, 08 May 2007 10:40:26 -0000 Am Dienstag, den 08.05.2007, 16:32 +1000 schrieb Brad McIntosh: > I've only changed over to BSD recently and I'm attempting to get away from microsoft altogether.I downloaded PC BSD it's up and running and I'm pretty happy with it. > I needed to get hold of stock charting software which I discovered in your ports\finance\qtstalker, I installed the program, started it and attempted to download data from yahoo and I continually received error messages (bad Date). Perhaps, I could possibly be doing something wrong, but if not is there any way that you could have someone look into it and maybe repair the bug. > regards > Brad > _______________________________________________ > 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" This type of support you will get maybe in: http://qtstalker.sourceforge.net/ described in: /usr/ports/finance/qtstalker/pkg-descr here you will get support when a problem with the portssystem and your program occurs. For bughunting of their program they will be responisble :-) ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Tue May 8 10:48:38 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D049516A404 for ; Tue, 8 May 2007 10:48:38 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp111.plus.mail.mud.yahoo.com (smtp111.plus.mail.mud.yahoo.com [68.142.206.244]) by mx1.freebsd.org (Postfix) with SMTP id 9794213C46A for ; Tue, 8 May 2007 10:48:38 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 46258 invoked from network); 8 May 2007 10:21:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=S8Zyu08jwbprvT4Lb7ekQ2Ac3+77tml/mjA2PDJeYhfAVkGcU+ZlBrWnITjlqCtAijhlYahfzOdPskGkxHrVZN0xwzp+jzf61ighqu6dTKQQDy4YJ/V5zm0g/chvN0eB6jvGPM7eeX5T4CGwI4yukCOPBSM3mljj1iJVBhzwbBA= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.122.107 with plain) by smtp111.plus.mail.mud.yahoo.com with SMTP; 8 May 2007 10:21:57 -0000 X-YMail-OSG: pBpt60gVM1n_1JczPHPrdzH_ADArRAeGYfwJdNGc1JUmimwL From: Stevan Tiefert To: "[LoN]Kamikaze" In-Reply-To: <46401290.7080000@gmx.de> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> Content-Type: text/plain Date: Tue, 08 May 2007 12:22:03 +0200 Message-Id: <1178619731.892.4.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 10:48:38 -0000 Am Dienstag, den 08.05.2007, 08:02 +0200 schrieb [LoN]Kamikaze: > Stevan Tiefert wrote: > > Am Montag, den 07.05.2007, 20:12 +0400 schrieb Stanislav Sedov: > >> On Mon, 07 May 2007 17:05:26 +0200 > >> Stevan Tiefert mentioned: > >> > >>> Hello list, > >>> > >>> I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > >>> Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > >>> and so on. > >>> > >>> But during the "make install" he asks for a Makefile (I think > >>> PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > >>> not needed. The library is compiled! > >>> > >>> I thought the "NO_BUILD= yes" would be enough. But it seems I need > >>> addiotional work. > >>> > >>> Again: I want to prevent make to search for */work/*/Makefile! > >>> > >>> Can somebody kick me to the right direction? > >> NO_BUILD should generally work. Could you, please, post the entire > >> Makefile here for us to help you? > >> > >> -- > >> Stanislav Sedov > >> ST4096-RIPE > > > > Thank you for trying helping me. I am very thankfully but with the > > "do-install:" -thing is it working!!! :-) I have already posted my port > > via send-pr. > > For a binary port you will also have to set ONLY_FOR_ARCHS in your ports Makefile. Also, I do not know what kind of irresistible magic is performed by your library, but I do not think many people will be willing to use a pre-compiled library. It is not my decision to not deliver the sourcecode. It was the decision of the ftp.mk.bsdclub.org. The port wouldn't be necessary when the compat3x-port didn't stopped. It was since FreeBSD 6.0 not possible anymore to use audio/mbrola as a native port! But after that my pc speaks german :-) ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Tue May 8 10:51:09 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5692B16A407; Tue, 8 May 2007 10:51:09 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id BB8A113C46A; Tue, 8 May 2007 10:51:08 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l48ANkHE067401; Tue, 8 May 2007 19:23:46 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 08 May 2007 19:23:46 +0900 (JST) Message-Id: <20070508.192346.71129338.ken@tydfam.jp> To: flz@FreeBSD.org From: Ken Yamada In-Reply-To: <46404EF4.3070904@FreeBSD.org> References: <20070508.191304.41669392.ken@tydfam.jp> <46404EF4.3070904@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3219/Tue May 8 15:50:16 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: ports@FreeBSD.org, x11@FreeBSD.org, r.c.ladan@gmail.com Subject: Re: HEADS UP: xorg upgrade plans 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, 08 May 2007 10:51:09 -0000 Thank you, Florent. I understand that we need to be patient another two days... From owner-freebsd-ports@FreeBSD.ORG Tue May 8 11:43:21 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63C0D16A400 for ; Tue, 8 May 2007 11:43:21 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id D0A0D13C43E for ; Tue, 8 May 2007 11:43:20 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l48BhJmX001488; Tue, 8 May 2007 21:43:19 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l48BhJ4Y001487; Tue, 8 May 2007 21:43:19 +1000 (EST) (envelope-from peter) Date: Tue, 8 May 2007 21:43:19 +1000 From: Peter Jeremy To: Stevan Tiefert Message-ID: <20070508114319.GG838@turion.vk2pj.dyndns.org> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="48TaNjbzBVislYPb" Content-Disposition: inline In-Reply-To: <1178619731.892.4.camel@vagabund.w33> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 11:43:21 -0000 --48TaNjbzBVislYPb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-08 12:22:03 +0200, Stevan Tiefert wro= te: > The port wouldn't be necessary when the >compat3x-port didn't stopped. The last FreeBSD 3.x release was 3.5.1 in July 2000. 3.x support has long since ceased and it is no longer possible to correct security holes in the compat3x port. Since a variety of security holes are known to exist, the port has been FORBIDDEN. Your options appear to be: 1) Contact mbrola@tcts.fpms.ac.be and get them to update the FreeBSD binaries to support 6.x 2) Override the 'FORBIDDEN' tag and install compat3x anyway. 3) Run the Linux version. --=20 Peter Jeremy --48TaNjbzBVislYPb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGQGJX/opHv/APuIcRAsezAJ9lByEzREXyUhnVSsPziEeM88YEnACZAVLf emwcfbEEb30iizP9doJnAmU= =g6ZS -----END PGP SIGNATURE----- --48TaNjbzBVislYPb-- From owner-freebsd-ports@FreeBSD.ORG Tue May 8 11:50:21 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 873CA16A402 for ; Tue, 8 May 2007 11:50:21 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp101.plus.mail.re1.yahoo.com (smtp101.plus.mail.re1.yahoo.com [69.147.102.64]) by mx1.freebsd.org (Postfix) with SMTP id 1EB4A13C458 for ; Tue, 8 May 2007 11:50:20 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 5026 invoked from network); 8 May 2007 11:50:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=q3to0kK2lLvIzkauz9F/eaH/tKdb43oQGZ7lHRCIXEaMR7BG+xRfreDjPe8A1uZATFgtbcNkBb3JM2aIwsRa9Fz1s+Ir8zwXwWmzh6tPkPMEu45ZwQSIv7tpq2Y0tBzCZYqTRG+FHJv0Mqrvz5FUT1f4gQR6vfSk5KKRjfpr5ok= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.122.107 with plain) by smtp101.plus.mail.re1.yahoo.com with SMTP; 8 May 2007 11:50:19 -0000 X-YMail-OSG: l6B8SpwVM1kJCQPjHYELCjcruFGLEsfCDZf97uhK7nHmBXfYMvIJEzY87vYjBcbdaFwuIOMLW4Cc3CMIt8trLcW7c5uV5jFZDX4- From: Stevan Tiefert To: Peter Jeremy In-Reply-To: <20070508114319.GG838@turion.vk2pj.dyndns.org> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <20070508114319.GG838@turion.vk2pj.dyndns.org> Content-Type: text/plain Date: Tue, 08 May 2007 13:50:34 +0200 Message-Id: <1178625043.892.16.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 11:50:21 -0000 Am Dienstag, den 08.05.2007, 21:43 +1000 schrieb Peter Jeremy: > On 2007-May-08 12:22:03 +0200, Stevan Tiefert wrote: > > The port wouldn't be necessary when the > >compat3x-port didn't stopped. > > The last FreeBSD 3.x release was 3.5.1 in July 2000. 3.x support has > long since ceased and it is no longer possible to correct security > holes in the compat3x port. Since a variety of security holes are > known to exist, the port has been FORBIDDEN. > > Your options appear to be: > 1) Contact mbrola@tcts.fpms.ac.be and get them to update the FreeBSD > binaries to support 6.x > 2) Override the 'FORBIDDEN' tag and install compat3x anyway. > 3) Run the Linux version. > 4) I build a port with this only needed lib in it. Already done: http://www.freebsd.org/cgi/query-pr.cgi?pr=112499 ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Tue May 8 12:35:19 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 645D116A407 for ; Tue, 8 May 2007 12:35:19 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAF213C45B for ; Tue, 8 May 2007 12:35:19 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 2104 invoked from network); 8 May 2007 12:35:18 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 May 2007 12:35:18 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 5C83728439; Tue, 8 May 2007 08:35:15 -0400 (EDT) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id 6544C1CE05; Tue, 8 May 2007 08:35:14 -0400 (EDT) To: Stevan Tiefert References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <20070508114319.GG838@turion.vk2pj.dyndns.org> <1178625043.892.16.camel@vagabund.w33> From: Lowell Gilbert Date: Tue, 08 May 2007 08:35:14 -0400 In-Reply-To: <1178625043.892.16.camel@vagabund.w33> (Stevan Tiefert's message of "Tue\, 08 May 2007 13\:50\:34 +0200") Message-ID: <448xbzv6gt.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 12:35:19 -0000 Stevan Tiefert writes: > Am Dienstag, den 08.05.2007, 21:43 +1000 schrieb Peter Jeremy: >> On 2007-May-08 12:22:03 +0200, Stevan Tiefert wrote: >> > The port wouldn't be necessary when the >> >compat3x-port didn't stopped. >> >> The last FreeBSD 3.x release was 3.5.1 in July 2000. 3.x support has >> long since ceased and it is no longer possible to correct security >> holes in the compat3x port. Since a variety of security holes are >> known to exist, the port has been FORBIDDEN. >> >> Your options appear to be: >> 1) Contact mbrola@tcts.fpms.ac.be and get them to update the FreeBSD >> binaries to support 6.x >> 2) Override the 'FORBIDDEN' tag and install compat3x anyway. >> 3) Run the Linux version. >> > > 4) I build a port with this only needed lib in it. Already done: > http://www.freebsd.org/cgi/query-pr.cgi?pr=112499 But that still installs the standard C library with the vulnerability in it. In what way is that better (or even significantly different) than option 2? From owner-freebsd-ports@FreeBSD.ORG Tue May 8 12:51:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A40A816A401 for ; Tue, 8 May 2007 12:51:41 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp116.plus.mail.mud.yahoo.com (smtp116.plus.mail.mud.yahoo.com [209.191.106.147]) by mx1.freebsd.org (Postfix) with SMTP id 68A2213C45B for ; Tue, 8 May 2007 12:51:41 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 85392 invoked from network); 8 May 2007 12:51:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=ruOqYqrAvbXLEQCWQHGH0IT8Aiv02JH9A/S7o8DnUOz5d2mvNK6MvdK83B0L6kUHwHRgJdYt1zvEPldXUCSnU166mGfgyRcYaxv98mULFEP/uXTFKAl1tRGFZsgdhYkHzuQe53DZqEYgNXu6KyTlnoV3yuJ29xk3J2+OA+C0Dyw= ; Received: from unknown (HELO ?192.168.2.100?) (stevan_tiefert@84.165.122.107 with plain) by smtp116.plus.mail.mud.yahoo.com with SMTP; 8 May 2007 12:51:40 -0000 X-YMail-OSG: aNCGbdUVM1lYx1zp.Hrfd01.AqFNaUcYlBYB58hbMAK8KpEA82EWl3ZtKb.grPgWe9_f7l7Bxadv8Y3RdZOwRQZeXTxWCruBgqRw From: Stevan Tiefert To: ports@freebsd.org In-Reply-To: <448xbzv6gt.fsf@Lowell-Desk.lan> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <20070508114319.GG838@turion.vk2pj.dyndns.org> <1178625043.892.16.camel@vagabund.w33> <448xbzv6gt.fsf@Lowell-Desk.lan> Content-Type: text/plain Date: Tue, 08 May 2007 14:51:46 +0200 Message-Id: <1178628714.892.30.camel@vagabund.w33> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 12:51:41 -0000 Am Dienstag, den 08.05.2007, 08:35 -0400 schrieb Lowell Gilbert: > Stevan Tiefert writes: > > > Am Dienstag, den 08.05.2007, 21:43 +1000 schrieb Peter Jeremy: > >> On 2007-May-08 12:22:03 +0200, Stevan Tiefert wrote: > >> > The port wouldn't be necessary when the > >> >compat3x-port didn't stopped. > >> > >> The last FreeBSD 3.x release was 3.5.1 in July 2000. 3.x support has > >> long since ceased and it is no longer possible to correct security > >> holes in the compat3x port. Since a variety of security holes are > >> known to exist, the port has been FORBIDDEN. > >> > >> Your options appear to be: > >> 1) Contact mbrola@tcts.fpms.ac.be and get them to update the FreeBSD > >> binaries to support 6.x > >> 2) Override the 'FORBIDDEN' tag and install compat3x anyway. > >> 3) Run the Linux version. > >> > > > > 4) I build a port with this only needed lib in it. Already done: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=112499 > > But that still installs the standard C library with the vulnerability > in it. In what way is that better (or even significantly different) > than option 2? > _______________________________________________ > 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" I want to provide a new port for german text-to-speech-system. And as a dependency I need the NATIVE running audio/mbrola. It is NOT desireable that if somebody want to install my port he got the error message: compat3x-20020925.tar.gz is forbidden to install! Should I tell EVERY guy on my help-mailinglist (and I promise you it will be almost 90% of the e-mails) you have to hack the Makefile-entry manually to install my port? It is easier to install my convinient "misc/mbrola_compat-1.0" without the forbidden tag. And I don't want to be blamed that I write a patch which is changing foreign Makefiles of other maintainer! With regards Stevan Tiefert ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Tue May 8 13:27:30 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98A3F16A400 for ; Tue, 8 May 2007 13:27:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 70CEA13C43E for ; Tue, 8 May 2007 13:27:30 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 0B4D75C57; Tue, 8 May 2007 09:29:29 -0400 (EDT) Date: Tue, 8 May 2007 09:29:29 -0400 From: Wesley Shields To: Stevan Tiefert Message-ID: <20070508132928.GD9465@atarininja.org> References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <20070508114319.GG838@turion.vk2pj.dyndns.org> <1178625043.892.16.camel@vagabund.w33> <448xbzv6gt.fsf@Lowell-Desk.lan> <1178628714.892.30.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1178628714.892.30.camel@vagabund.w33> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 13:27:30 -0000 On Tue, May 08, 2007 at 02:51:46PM +0200, Stevan Tiefert wrote: > Am Dienstag, den 08.05.2007, 08:35 -0400 schrieb Lowell Gilbert: > > Stevan Tiefert writes: > > > > > Am Dienstag, den 08.05.2007, 21:43 +1000 schrieb Peter Jeremy: > > >> On 2007-May-08 12:22:03 +0200, Stevan Tiefert wrote: > > >> > The port wouldn't be necessary when the > > >> >compat3x-port didn't stopped. > > >> > > >> The last FreeBSD 3.x release was 3.5.1 in July 2000. 3.x support has > > >> long since ceased and it is no longer possible to correct security > > >> holes in the compat3x port. Since a variety of security holes are > > >> known to exist, the port has been FORBIDDEN. > > >> > > >> Your options appear to be: > > >> 1) Contact mbrola@tcts.fpms.ac.be and get them to update the FreeBSD > > >> binaries to support 6.x > > >> 2) Override the 'FORBIDDEN' tag and install compat3x anyway. > > >> 3) Run the Linux version. > > >> > > > > > > 4) I build a port with this only needed lib in it. Already done: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=112499 > > > > But that still installs the standard C library with the vulnerability > > in it. In what way is that better (or even significantly different) > > than option 2? > > _______________________________________________ > > 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" > > I want to provide a new port for german text-to-speech-system. And as a > dependency I need the NATIVE running audio/mbrola. > > It is NOT desireable that if somebody want to install my port he got the > error message: compat3x-20020925.tar.gz is forbidden to install! Should > I tell EVERY guy on my help-mailinglist (and I promise you it will be > almost 90% of the e-mails) you have to hack the Makefile-entry manually > to install my port? > > It is easier to install my convinient "misc/mbrola_compat-1.0" without > the forbidden tag. And I don't want to be blamed that I write a patch > which is changing foreign Makefiles of other maintainer! Unless I'm missing something you're looking at providing the compat3x libraries (or a sub-set thereof) in your port? You do what you feel is necessary to get it to work, however; Is it your intention to submit this port for inclusion in the tree? I am concerned that if you submit this new port for inclusion in the tree that you will be introducing the exact vulnerabilities which are documented in the compat3x port. -- WXS From owner-freebsd-ports@FreeBSD.ORG Tue May 8 14:32:44 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1A3416A406 for ; Tue, 8 May 2007 14:32:44 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E960F13C46C for ; Tue, 8 May 2007 14:32:43 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 08 May 2007 14:32:42 -0000 Received: from balu.cs.uni-paderborn.de (EHLO [131.234.21.37]) [131.234.21.37] by mail.gmx.net (mp015) with SMTP; 08 May 2007 16:32:42 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/nymYU8RjnHoNrRzQQHyo90redszvQbf/cae0tvv vkfXHZ+KYje+rm Message-ID: <46408A09.8000904@gmx.de> Date: Tue, 08 May 2007 16:32:41 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Geno Salvati References: <23EC8BA4F301C9438B98ADA029A2BEE30F93D7@cypress.evergreen.fastroad.com> In-Reply-To: <23EC8BA4F301C9438B98ADA029A2BEE30F93D7@cypress.evergreen.fastroad.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: openvpn-devel-2.1.r2 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, 08 May 2007 14:32:44 -0000 Geno Salvati schrieb: > Please let me know if you have plans to release a port upgrade to > include rc4 of OpenVPN version 2.1. The answer to this question is not > mission critical but will make a slight difference in my planning if you > are able to provide it. I've already submitted the update to rc4 last week, but it's not yet been committed: The ports updates have been far and few between the past days, but I haven't checked or asked why. Grab the -rc2 port and grab the patch from the PR if you want to try it and let me know what you get. HTH Matthias From owner-freebsd-ports@FreeBSD.ORG Tue May 8 14:35:11 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5495A16A402 for ; Tue, 8 May 2007 14:35:11 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.178]) by mx1.freebsd.org (Postfix) with ESMTP id B046113C459 for ; Tue, 8 May 2007 14:35:10 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so516507ika for ; Tue, 08 May 2007 07:35:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AXzrucHAh1bGIZ9LEAPhzkbB9Pny8LlkVNf7E0ss7vYbyAG1K/ZbE1Iw6JTAcatZO1Ztqil77kcFFiCTZ8UbuSUMtuPuHSuFXFHqC+/WK/bDxFoJkGF4c8JGSRvjVrAtgW05pv4t4v5ibJFVBmZiqmZCvKwxUrlmBX9y10IJd+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UihR5DfLpBnyghmRAuZx4krbVd2uvG5VXSxyqIcAQPcNl1462nIMS61+0ARrUNdSxcyc8LNmZkAO8lr2ghkk1LLxf7Xt3sXpOHfpeRO7jsHsfKQovlndmGikMIB6xsnvHzcjeczwHSpHgRU0KSFWiI35Y6wmHlxtUcmz6HL4o2w= Received: by 10.65.222.11 with SMTP id z11mr5327477qbq.1178634908982; Tue, 08 May 2007 07:35:08 -0700 (PDT) Received: by 10.64.196.16 with HTTP; Tue, 8 May 2007 07:35:08 -0700 (PDT) Message-ID: <6eb82e0705080735x15366b4bh4e8b750e2d33d823@mail.gmail.com> Date: Tue, 8 May 2007 22:35:08 +0800 From: "Rong-en Fan" To: "Matthias Andree" In-Reply-To: <46408A09.8000904@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <23EC8BA4F301C9438B98ADA029A2BEE30F93D7@cypress.evergreen.fastroad.com> <46408A09.8000904@gmx.de> Cc: ports@freebsd.org, Geno Salvati Subject: Re: FreeBSD Port: openvpn-devel-2.1.r2 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, 08 May 2007 14:35:11 -0000 On 5/8/07, Matthias Andree wrote: > Geno Salvati schrieb: > > Please let me know if you have plans to release a port upgrade to > > include rc4 of OpenVPN version 2.1. The answer to this question is not > > mission critical but will make a slight difference in my planning if you > > are able to provide it. > > I've already submitted the update to rc4 last week, but it's not yet > been committed: > > The ports updates have been far and few between the past days, but I > haven't checked or asked why. We are in a ports freeze for the upcoming X.Org 7.2 merge. > > Grab the -rc2 port and grab the patch from the PR if you want to try it > and let me know what you get. > > HTH > Matthias > _______________________________________________ > 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 May 8 15:00:06 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 134DE16A402 for ; Tue, 8 May 2007 15:00:06 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6126713C465 for ; Tue, 8 May 2007 15:00:05 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so209248and for ; Tue, 08 May 2007 08:00:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Czia3E8QHyEq/Di+e+qR0dCCGDpbDX3JLJMsFKrNrEaMjhetjmVRgBjcv/+sRVU3moavASc1jiLmj7SZ1mSxVibvz5pI4dJE0IHoxI4muEMnPNJTE/PTCgeF+PiY9JqasGcUH9dszQLZljXjOzhhE0YaC8uOs10FJzr+cGBPn4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cFPacSzhZdmII/qNgdO49SKP06/9MT/aQ0h0Ksy+uxGNqW+2z+pr3JukgVX4h9L9l9zzT0aiNXFjxTBz9WwYtmULu2YL7VsTxNxgmypozl6VgXVO9S2GhWqa4mmOvux9LU4oOIoeZdUqi2MALIhmqr/Hdg24T1uFoOPQrmAmg6o= Received: by 10.100.251.9 with SMTP id y9mr5768915anh.1178636403687; Tue, 08 May 2007 08:00:03 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Tue, 8 May 2007 08:00:03 -0700 (PDT) Message-ID: <790a9fff0705080800v5765bd89k68ac1d8c4ac7b1a8@mail.gmail.com> Date: Tue, 8 May 2007 10:00:03 -0500 From: "Scot Hetzel" To: "Stevan Tiefert" In-Reply-To: <1178619731.892.4.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> Cc: Stanislav Sedov , "\[LoN\]Kamikaze" , ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 15:00:06 -0000 On 5/8/07, Stevan Tiefert wrote: > It is not my decision to not deliver the sourcecode. It was the decision > of the ftp.mk.bsdclub.org. The port wouldn't be necessary when the > compat3x-port didn't stopped. It was since FreeBSD 6.0 not possible > anymore to use audio/mbrola as a native port! But after that my pc > speaks german :-) > Does audio/mbrola work if you add the following to /etc/libmap.conf? [/usr/local/bin/mbrola] libc.so.3 libc.so.4 NOTE: You'll need to have compat4x installed. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 15:10:09 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6425816A403 for ; Tue, 8 May 2007 15:10:09 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE5113C459 for ; Tue, 8 May 2007 15:10:08 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (sccrmhc15) with ESMTP id <20070508151007015008o655e>; Tue, 8 May 2007 15:10:08 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 1EE2A1FA01D; Tue, 8 May 2007 08:10:07 -0700 (PDT) Date: Tue, 8 May 2007 08:10:07 -0700 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20070508151007.GA57154@icarus.home.lan> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Weekly pre-formatted manpage generation 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, 08 May 2007 15:10:09 -0000 I don't think this has been discussed before (or if it has, I can't find any references to it). I'm also not sure if this should go to ports@ or doc@ or bin@ or what... There are some of us who use weekly_catman_enable="yes" in periodic.conf to rebuild pre-formatted manpages once a week. I thought tinderbox would catch some of these -- doh! Regardless, it appears to me that there's a lot of ports which have broken manpages in some way, and in one case (I think lang/perl5), some missing directories which `catman.local | su -fm man` cannot create due to preceeding directory permissions. Below is output I get once a week from a few of my boxes (most have the same ports installed, give or take a couple). Sadly I have no way of easily determining which manpages need fixing or what's broken and why, because pipes are being used. But at least these warnings/errors are reproducable. Any feedback is appreciated. :) -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | === SNIP === Rebuilding whatis database: Reformatting manual pages: :151: warning [p 1, 3.8i]: cannot adjust line :300: warning [p 2, 9.7i, div `an-div', 0.0i]: cannot adjust line :300: warning [p 2, 9.7i]: cannot adjust line mdoc warning: Empty input line #91 :108: warning [p 2, 6.5i]: can't break line :68: warning [p 1, 6.0i]: can't break line Usage: .Ft function_type ... (#284) Usage: .Ft function_type ... (#348) :45: warning [p 1, 5.2i]: can't break line :45: warning [p 1, 5.2i]: can't break line :45: warning [p 1, 5.2i]: can't break line :52: warning [p 1, 7.0i]: cannot adjust line mdoc warning: A .Bl directive has no matching .El (#87) mdoc warning: A .Bd directive has no matching .Ed (#40) mdoc warning: .Fx: Unknown FreeBSD version `6.3' (#125) mdoc warning: extraneous .El call (#96) :254: warning [p 3, 3.3i]: can't break line mdoc warning: A .Bl directive has no matching .El (#56) mdoc warning: A .Bl directive has no matching .El (#156) mdoc warning: Empty input line #179 mdoc warning: A .Bl directive has no matching .El (#75) mdoc warning: A .Bl directive has no matching .El (#56) :13: warning [p 1, 1.2i]: can't break line mdoc warning: Empty input line #19 mdoc warning: Using a macro as first argument cancels effect of .Ic (#165) mdoc warning: Using a macro as first argument cancels effect of .Ic (#170) mdoc warning: Using a macro as first argument cancels effect of .Ic (#151) mdoc warning: Using a macro as first argument cancels effect of .Ic (#156) mdoc warning: A .Bl directive has no matching .El (#158) mdoc warning: A .Bl directive has no matching .El (#215) mdoc warning: A .Bl directive has no matching .El (#230) mdoc warning: A .Bl directive has no matching .El (#262) mdoc warning: A .Bl directive has no matching .El (#284) mdoc warning: Empty input line #300 mdoc warning: Empty input line #308 :930: warning [p 8, 7.3i, div `3tbd25,1', 0.2i]: can't break line :938: a newline character is not allowed in an escape name :17: warning [p 1, 1.5i]: can't break line :17: warning [p 1, 1.7i]: can't break line :519: warning [p 6, 0.0i, div `3tbd1,2', 0.5i]: can't break line :520: warning [p 6, 0.0i, div `3tbd1,2', 1.2i]: can't break line :521: warning [p 6, 0.0i, div `3tbd1,2', 1.7i]: can't break line :529: warning [p 6, 0.0i, div `3tbd2,2', 0.3i]: can't break line :575: warning [p 6, 0.0i, div `3tbd8,1', 0.0i]: can't break line :672: warning [p 6, 0.0i, div `3tbd21,2', 0.3i]: can't break line :720: warning [p 7, 1.7i, div `3tbd1,1', 0.0i]: can't break line :723: warning [p 7, 1.7i, div `3tbd1,2', 0.5i]: can't break line :724: warning [p 7, 1.7i, div `3tbd1,2', 0.8i]: can't break line :725: warning [p 7, 1.7i, div `3tbd1,2', 1.5i]: can't break line :726: warning [p 7, 1.7i, div `3tbd1,2', 1.8i]: can't break line :727: warning [p 7, 1.7i, div `3tbd1,2', 2.2i]: can't break line :728: warning [p 7, 1.7i, div `3tbd1,2', 2.8i]: can't break line :729: warning [p 7, 1.7i, div `3tbd1,2', 3.3i]: can't break line :741: warning [p 7, 1.7i, div `3tbd3,1', 0.0i]: can't break line :3822: warning [p 44, 4.3i]: can't break line :3823: warning [p 44, 5.8i]: can't break line :3823: warning [p 44, 6.2i]: can't break line :3823: warning [p 44, 6.5i]: can't break line :3823: warning [p 44, 6.8i]: can't break line :3823: warning [p 44, 7.2i]: can't break line :3823: warning [p 44, 7.5i]: can't break line :3824: warning [p 44, 8.0i]: can't break line :3824: warning [p 44, 8.5i]: can't break line :3824: warning [p 44, 8.8i]: can't break line :3824: warning [p 44, 9.2i]: can't break line :3824: warning [p 44, 9.7i]: can't break line :3824: warning [p 44, 10.0i]: can't break line :3824: warning [p 45, 0.3i]: can't break line :3824: warning [p 45, 1.3i]: can't break line :3824: warning [p 45, 1.7i]: can't break line :3824: warning [p 45, 2.2i]: can't break line :3824: warning [p 45, 2.5i]: can't break line :266: a space character is not allowed in an escape name :267: a newline character is not allowed in an escape name :139: warning [p 1, 1.8i]: can't break line :139: warning [p 1, 2.2i]: can't break line :139: warning [p 1, 2.3i]: can't break line :179: warning [p 1, 9.7i]: can't break line :185: warning [p 1, 10.3i]: can't break line :193: warning [p 2, 0.3i]: can't break line :195: warning [p 2, 0.7i]: can't break line :195: warning [p 2, 1.5i]: can't break line :197: warning [p 2, 2.5i]: can't break line :201: warning [p 2, 3.3i]: can't break line :245: warning [p 2, 9.7i]: can't break line :286: warning [p 3, 1.7i]: can't break line :1128: a space character is not allowed in an escape name :1181: a space character is not allowed in an escape name :287: a space character is not allowed in an escape name :143: warning [p 2, 2.2i]: can't break line rm /usr/local/man/cat1/csup.1.gz :1: can't open `man3/gettext.3': No such file or directory :1: can't open `man3/ngettext.3': No such file or directory :1: can't open `man3/gettext.3': No such file or directory :1: can't open `man3/ngettext.3': No such file or directory :730: warning [p 9, 9.8i]: cannot adjust line :155: warning [p 1, 7.0i]: cannot adjust line :156: warning [p 1, 7.2i]: cannot adjust line :159: warning [p 1, 7.5i]: cannot adjust line :160: warning [p 1, 7.7i]: cannot adjust line :161: warning [p 1, 7.8i]: cannot adjust line :214: warning [p 2, 0.2i]: cannot adjust line :253: warning [p 2, 3.0i]: cannot adjust line catman: /usr/local/lib/perl5/5.8.8/man/cat3: mkdir: Permission denied catman: /usr/local/lib/perl5/5.8.8/perl/man/cat3: mkdir: Permission denied From owner-freebsd-ports@FreeBSD.ORG Tue May 8 15:24:00 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61C9216A401 for ; Tue, 8 May 2007 15:24:00 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: from smtp101.plus.mail.mud.yahoo.com (smtp101.plus.mail.mud.yahoo.com [68.142.206.234]) by mx1.freebsd.org (Postfix) with SMTP id 23B6313C4B7 for ; Tue, 8 May 2007 15:24:00 +0000 (UTC) (envelope-from stevan_tiefert@yahoo.de) Received: (qmail 54431 invoked from network); 8 May 2007 15:23:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=4dVSDuLPErCEeKyj8MhUeiI5nNJEaJvBObUoavSbHgjZMuhd2jwwJvYXaSo8aqIcq+SKwW+41OWhgQM7+wR3kKCejlMydRHih2ZqKa8H6yKGLjff81U78VcgT5SlqauwNzHSZPrt5F2FNKBPOUb1sC/qNQPpNDS/TWdOhT9w1Yc= ; Received: from unknown (HELO vagabund.w33) (stevan_tiefert@84.165.122.107 with plain) by smtp101.plus.mail.mud.yahoo.com with SMTP; 8 May 2007 15:23:59 -0000 X-YMail-OSG: 5fTLC0kVM1n5enaznMMXx1p7iee5Y_ANWycgqU35nmPj5.jX Message-ID: <46409625.80900@yahoo.de> Date: Tue, 08 May 2007 17:24:21 +0200 From: Stevan Tiefert User-Agent: Thunderbird 2.0.0.0 (X11/20070508) MIME-Version: 1.0 To: Scot Hetzel References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <790a9fff0705080800v5765bd89k68ac1d8c4ac7b1a8@mail.gmail.com> In-Reply-To: <790a9fff0705080800v5765bd89k68ac1d8c4ac7b1a8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , "\[LoN\]Kamikaze" , ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 15:24:00 -0000 Scot Hetzel schrieb: > On 5/8/07, Stevan Tiefert wrote: >> It is not my decision to not deliver the sourcecode. It was the decision >> of the ftp.mk.bsdclub.org. The port wouldn't be necessary when the >> compat3x-port didn't stopped. It was since FreeBSD 6.0 not possible >> anymore to use audio/mbrola as a native port! But after that my pc >> speaks german :-) >> > Does audio/mbrola work if you add the following to /etc/libmap.conf? > > [/usr/local/bin/mbrola] > libc.so.3 libc.so.4 > > NOTE: You'll need to have compat4x installed. > > Scot Yes. Ok, I will see how to update the port audio/mbrola after the code-freeze of the ports-tree, because it has still the dependency to compat3x. With your hint it is possible to run it even with compat4x... Thanks. ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de From owner-freebsd-ports@FreeBSD.ORG Tue May 8 15:41:04 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0AB16A480 for ; Tue, 8 May 2007 15:41:04 +0000 (UTC) (envelope-from paul@pathiakis.com) Received: from mail2.eagleinvsys.com (mail2.eagleinvsys.com [12.104.12.154]) by mx1.freebsd.org (Postfix) with ESMTP id 42A1E13C459 for ; Tue, 8 May 2007 15:41:04 +0000 (UTC) (envelope-from paul@pathiakis.com) Received: from ea-pjp.eagleaccess.com ([10.170.0.19]) by mail2.eagleinvsys.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 8 May 2007 11:27:42 -0400 From: Paul Pathiakis Organization: Atlantis Services To: ports@freebsd.org Date: Tue, 8 May 2007 11:27:01 -0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705081127.01174.paul@pathiakis.com> X-OriginalArrivalTime: 08 May 2007 15:27:42.0670 (UTC) FILETIME=[6BAFA6E0:01C79185] Cc: Subject: OpenNMS request 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, 08 May 2007 15:41:04 -0000 Hello Ports! ummmm..... PLEASE!? http://www.opennms.org/index.php/Main_Page Thank you! Paul Pathiakis From owner-freebsd-ports@FreeBSD.ORG Tue May 8 16:02:42 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89DC316A400 for ; Tue, 8 May 2007 16:02:42 +0000 (UTC) (envelope-from geno@fastroad.com) Received: from jailmail01.liveoperators.net (jailmail01.liveoperators.net [12.49.237.155]) by mx1.freebsd.org (Postfix) with ESMTP id 25F9813C43E for ; Tue, 8 May 2007 16:02:42 +0000 (UTC) (envelope-from geno@fastroad.com) Received: from cypress.evergreen.fastroad.com (dsl001-161-019.stl1.dsl.speakeasy.net [72.1.161.19]) by jailmail01.liveoperators.net (8.13.6/8.13.6) with ESMTP id l48DpGEC083915 for ; Tue, 8 May 2007 08:51:16 -0500 (CDT) (envelope-from geno@fastroad.com) Content-class: urn:content-classes:message Date: Tue, 8 May 2007 09:02:03 -0500 Message-ID: <23EC8BA4F301C9438B98ADA029A2BEE30F93D7@cypress.evergreen.fastroad.com> X-MS-Has-Attach: MIME-Version: 1.0 X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: openvpn-devel-2.1.r2 Thread-Index: AceRd+D/r9QpFB5rSyCOc6Yjx3Orxw== From: "Geno Salvati" To: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-AvailableCommunications-MailScanner-Information: Please contact the ISP for more information X-AvailableCommunications-MailScanner: Found to be clean X-AvailableCommunications-MailScanner-From: geno@fastroad.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: openvpn-devel-2.1.r2 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, 08 May 2007 16:02:42 -0000 Matthias, =20 Thank you for your good work with the OpenVPN ports. =20 I have been using them for years and they have always been reliable. =20 Please let me know if you have plans to release a port upgrade to include rc4 of OpenVPN version 2.1. The answer to this question is not mission critical but will make a slight difference in my planning if you are able to provide it. =20 Geno =20 Geno Salvati =20 Network Engineer Fastroad Network Services =20 geno@fastroad.com =20 314-995-0500 314-503-5046 cell =20 --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 16:03:36 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38A3916A407 for ; Tue, 8 May 2007 16:03:36 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id E4A1313C4BD for ; Tue, 8 May 2007 16:03:35 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so214882and for ; Tue, 08 May 2007 09:03:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=leIRnm++nsGb6Lm7UXfEbTLkwR0+jvzA1BUBSz462sYFrhU1shyzTvKvUZoPvwmkYoh9n8foRSpM4q4QCk2TJ+U2Vf1xYFwBPkvEm5Yjp7OlmmYmNv3xJ0It4a40c22RivEVg9N6f7hjJrtjcxt3KsPAB2XJUwmy8eAryFEKWVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OHVuaUHJ+MasGSI0FVHdUlprqBoVYgCw204tPa0x0KDY9M0u2/gU48e4sNzaRh7OfQuGsuDWVbv0+CbCvgwf/b3IxvZHTkLWqbJ55K6QQgmhQ+z+/Evwpj6NqmI29KSBVv7h65ySvZy2WUtLkbDkZajqIqHtc/vrCD3NzYA5TYw= Received: by 10.100.200.12 with SMTP id x12mr5799772anf.1178640212925; Tue, 08 May 2007 09:03:32 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Tue, 8 May 2007 09:03:32 -0700 (PDT) Message-ID: <790a9fff0705080903p7ad64979k8069bd1a482b3223@mail.gmail.com> Date: Tue, 8 May 2007 11:03:32 -0500 From: "Scot Hetzel" To: "Stevan Tiefert" In-Reply-To: <46409625.80900@yahoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178550334.6653.9.camel@vagabund.w33> <20070507201247.e3f834cc.stas@FreeBSD.org> <1178565933.5854.1.camel@vagabund.w33> <46401290.7080000@gmx.de> <1178619731.892.4.camel@vagabund.w33> <790a9fff0705080800v5765bd89k68ac1d8c4ac7b1a8@mail.gmail.com> <46409625.80900@yahoo.de> Cc: Stanislav Sedov , "\[LoN\]Kamikaze" , ports@freebsd.org Subject: Re: How to prevent make compiling a binary? 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, 08 May 2007 16:03:36 -0000 On 5/8/07, Stevan Tiefert wrote: > Scot Hetzel schrieb: > > On 5/8/07, Stevan Tiefert wrote: > >> It is not my decision to not deliver the sourcecode. It was the decision > >> of the ftp.mk.bsdclub.org. The port wouldn't be necessary when the > >> compat3x-port didn't stopped. It was since FreeBSD 6.0 not possible > >> anymore to use audio/mbrola as a native port! But after that my pc > >> speaks german :-) > >> > > Does audio/mbrola work if you add the following to /etc/libmap.conf? > > > > [/usr/local/bin/mbrola] > > libc.so.3 libc.so.4 > > > > NOTE: You'll need to have compat4x installed. > > > > Scot > > Yes. > > Ok, I will see how to update the port audio/mbrola after the code-freeze > of the ports-tree, because it has still the dependency to compat3x. With > your hint it is possible to run it even with compat4x... > Look at security/vscan for how it was done to add support for FreeBSD/amd64 Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue May 8 17:11:43 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7CDA16A402 for ; Tue, 8 May 2007 17:11:43 +0000 (UTC) (envelope-from scs@b1tt3r.org) Received: from nibiru.b1tt3r.org (206-45-95-183.static.mts.net [206.45.95.183]) by mx1.freebsd.org (Postfix) with ESMTP id 8A07B13C45D for ; Tue, 8 May 2007 17:11:43 +0000 (UTC) (envelope-from scs@b1tt3r.org) Received: from nibiru.b1tt3r.org (localhost.b1tt3r.org [127.0.0.1]) by nibiru.b1tt3r.org (8.14.1/8.14.1) with ESMTP id l48GwkRx001983 for ; Tue, 8 May 2007 11:58:46 -0500 (CDT) (envelope-from scs@b1tt3r.org) Received: (from scs@localhost) by nibiru.b1tt3r.org (8.14.1/8.14.1/Submit) id l48GwhdT001978 for freebsd-ports@freebsd.org; Tue, 8 May 2007 11:58:43 -0500 (CDT) (envelope-from scs@b1tt3r.org) X-Authentication-Warning: nibiru.b1tt3r.org: scs set sender to scs@b1tt3r.org using -f Date: Tue, 8 May 2007 11:58:43 -0500 From: Sam Stein To: freebsd-ports@freebsd.org Message-ID: <20070508165843.GA1759@nibiru.b1tt3r.org> Mail-Followup-To: freebsd-ports@freebsd.org References: <20070507224820.GA20072@nibiru.b1tt3r.org> <46400F4E.1090103@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <46400F4E.1090103@gmx.de> Organization: b1tt3r X-OS: FreeBSD nibiru.b1tt3r.org 6.2-STABLE i386 User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: games/sauerbraten 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, 08 May 2007 17:11:44 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've already submitted a pr with the update; before I read about the maintainer timeout; should I just wait it out a while, and if nothing happens, request one? Or do it right away? +++ [LoN]Kamikaze [freebsd] [08/05/07 07:49 +0200]: >Sam Stein wrote: >> There is a new version out; the port has an old one, the new version wor= ks >> fine; I've emailed the maintainer twice; no reply.. what should I do now? > >Submit a PR and request a maintainer timeout. This will take a long time, = but it's the only way. > >_______________________________________________ >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 Sam Stein Computer Technician/Programmer b1tt3r --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGQKxD2cAzUaJNCC8RAr/KAJ0WCnzt5DUTz/ZI/QYAfZGmt5iDjgCcD/Zf ulz0H9vQFmig0lygB0kuZDE= =Tbyx -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 00:14:42 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06DFF16A408 for ; Wed, 9 May 2007 00:14:42 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id C70BA13C45B for ; Wed, 9 May 2007 00:14:41 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from localhost (unknown [200.46.204.184]) by hub.org (Postfix) with ESMTP id E63C348BEF2; Tue, 8 May 2007 20:55:06 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 50565-04; Tue, 8 May 2007 20:55:05 -0300 (ADT) Received: from ganymede.hub.org (blk-89-241-126.eastlink.ca [24.89.241.126]) by hub.org (Postfix) with ESMTP id 443CB48A322; Tue, 8 May 2007 20:55:05 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id DF42060B65; Tue, 8 May 2007 20:55:11 -0300 (ADT) Date: Tue, 08 May 2007 20:55:11 -0300 From: "Marc G. Fournier" To: freebsd-ports@freebsd.org Message-ID: <2F4725025C3D26D055E82328@ganymede.hub.org> X-Mailer: Mulberry/4.0.7 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: nork@FreeBSD.org Subject: DarwinStreamingServer doesn't build under 6-STABLE ... 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, 09 May 2007 00:14:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm assuming someone has been able to get it to compile, but without any knowledge in C++, I'm stump'd ... if I try to build, its failing at StreamingLoadTool: StreamingLoadTool.cpp: In function `int main(int, char**)': StreamingLoadTool.cpp:132: error: no match for 'operator=' in 'act.sigaction::sa_mask = 0' /usr/include/sys/_sigset.h:51: note: candidates are: __sigset& __sigset::operator=(const __sigset&) StreamingLoadTool.cpp:134: error: invalid conversion from `void (*)(...)' to `void (*)(int)' There are other warnings, but these are the only errors ... I'm working with FreeBSD 6-STABLE recent to yesterday, gcc 3.4.6 in /usr/bin ... Thoughts? Thank you ... - ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFGQQ3f4QvfyHIvDvMRAtsCAJ9elN82rpx2f3zx4yNbIRzOiH0zhACgtUkt JQmEKfXeTiBrqonQ9Yt5n1s= =X+lR -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 01:14:38 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C64916A400 for ; Wed, 9 May 2007 01:14:38 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id A895113C459 for ; Wed, 9 May 2007 01:14:37 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by postfix2-g20.free.fr (Postfix) with ESMTP id AEBBEFD3574 for ; Wed, 9 May 2007 01:37:56 +0200 (CEST) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id 01C768EB6D; Wed, 9 May 2007 02:02:19 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id E3D8E1236C; Wed, 9 May 2007 01:11:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org 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 Cjsz55ekc2Vn; Wed, 9 May 2007 01:10:56 +0200 (CEST) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 0FEB611FB3; Wed, 9 May 2007 01:10:55 +0200 (CEST) Message-ID: <4641030A.9090706@FreeBSD.org> Date: Wed, 09 May 2007 00:08:58 +0100 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: Andriy Gapon References: <4640492E.6050702@icyb.net.ua> In-Reply-To: <4640492E.6050702@icyb.net.ua> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig24253FDB2413320222C48905" Cc: freebsd-ports@freebsd.org Subject: Re: xorg merge and git 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, 09 May 2007 01:14:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig24253FDB2413320222C48905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Andriy Gapon wrote: > One question: will the ports still be accessible via git after the merg= e > of modular xorg branch ? > I started to like git very much (as a distribution tool), it seems to b= e > much faster than cvsup. Probably not, at least not the xorg branch. I'm hosting this tree on a personal server and while it doesn't bother me to use bandwidth for that, I can't tell it will stay there forever (I'll probably upgrade the server soon, so the tree will be dropped and recreated) so I'm not really comfortable seeing people using it as a day to day replacement for portsnap (which IMHO is much faster, if you're not doing any development). --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committe --------------enig24253FDB2413320222C48905 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQQMPMxEkbVFH3PQRCiH/AJ90qfmzDKd0g87VVHfriqej66ToNACfddYq 9Y/LhaWFLp5d6y4SEtPKZsE= =6yiK -----END PGP SIGNATURE----- --------------enig24253FDB2413320222C48905-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 02:52:49 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C70616A402; Wed, 9 May 2007 02:52:49 +0000 (UTC) (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 CBF5C13C480; Wed, 9 May 2007 02:52:48 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=daemon.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HlcIF-000Ohu-Da; Wed, 09 May 2007 10:52:43 +0800 Message-ID: <4641377B.3080600@micom.mng.net> Date: Wed, 09 May 2007 10:52:43 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.0 (X11/20070425) MIME-Version: 1.0 To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kuriyama@FreeBSD.org Subject: Mongolian localization to dsssl-docbook-modular 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: Wed, 09 May 2007 02:52:49 -0000 Hi, I have some patches for Docbook DSSSL stylesheets in order to support Mongolian. I have sent my patches to Docbook/DSSSL maintainers and received following response: "Hi, I checked in your update for mn.xml. It should appear in the next snapshot of the XSL stylesheets. Regarding the DSSSL patches, I'm not qualified to review and apply those. I am copying the developers list to see who could do it. Is anyone maintaining the DSSSL tree? Did you know that the DSSSL stylesheets were last released on 3 November 2004? I'm not sure your patches will be released any time soon. Bob Stayton Sagehill Enterprises DocBook Consulting" According to his email it seems like my patches aren't going to be released any time soon. Is it possible to include this kind of a patch in /usr/ports/textproc/dsssl-docbook-modular port? I sent my email to kuriyama@ san (dsssl-docbook-modular maintainer), but no response from him. thanks in advance, Ganbold From owner-freebsd-ports@FreeBSD.ORG Wed May 9 03:37:11 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2721F16A400 for ; Wed, 9 May 2007 03:37:11 +0000 (UTC) (envelope-from kuriyama@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.freebsd.org (Postfix) with ESMTP id AAEED13C43E for ; Wed, 9 May 2007 03:37:10 +0000 (UTC) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (magenta.imgsrc.co.jp [210.226.20.134]) by black.imgsrc.co.jp (Postfix) with ESMTP id 9E08D50EF8; Wed, 9 May 2007 12:15:27 +0900 (JST) X-Virus-Scanned: IMG SRC scanner at virus.imgsrc.co.jp (magenta) Received: from black.imgsrc.co.jp ([210.226.20.147]) by localhost (magenta.imgsrc.co.jp [210.226.20.134]) (amavisd-new, port 10024) with ESMTP id inlOn56L7ojZ; Wed, 9 May 2007 12:15:27 +0900 (JST) Received: from pink.imgsrc.co.jp (pink.imgsrc.co.jp [210.226.20.36]) by black.imgsrc.co.jp (Postfix) with ESMTP id 5C4B950EED; Wed, 9 May 2007 12:15:27 +0900 (JST) Date: Wed, 09 May 2007 12:15:27 +0900 Message-ID: <7mirb26628.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: Ganbold In-Reply-To: <4641377B.3080600@micom.mng.net> References: <4641377B.3080600@micom.mng.net> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: kuriyama@FreeBSD.org, freebsd-ports Subject: Re: Mongolian localization to dsssl-docbook-modular 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: Wed, 09 May 2007 03:37:11 -0000 At Wed, 09 May 2007 10:52:43 +0800, Ganbold wrote: > Is it possible to include this kind of a patch in > /usr/ports/textproc/dsssl-docbook-modular port? > > I sent my email to kuriyama@ san (dsssl-docbook-modular maintainer), but > no response from him. Sorry. Of cource I can integrate your patch into our ports tree. -- Jun Kuriyama // S2 Factory, Inc. // IMG SRC, Inc. // FreeBSD Project From owner-freebsd-ports@FreeBSD.ORG Wed May 9 03:46:55 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D77C216A402; Wed, 9 May 2007 03:46:55 +0000 (UTC) (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 0F15F13C45B; Wed, 9 May 2007 03:46:54 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=daemon.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1Hld8b-000PGV-KH; Wed, 09 May 2007 11:46:52 +0800 Message-ID: <46414429.1060700@micom.mng.net> Date: Wed, 09 May 2007 11:46:49 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.0 (X11/20070425) MIME-Version: 1.0 To: Jun Kuriyama References: <4641377B.3080600@micom.mng.net> <7mirb26628.wl%kuriyama@imgsrc.co.jp> In-Reply-To: <7mirb26628.wl%kuriyama@imgsrc.co.jp> Content-Type: multipart/mixed; boundary="------------080003010909080702030209" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kuriyama@FreeBSD.org, freebsd-ports Subject: Re: Mongolian localization to dsssl-docbook-modular 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: Wed, 09 May 2007 03:46:55 -0000 This is a multi-part message in MIME format. --------------080003010909080702030209 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jun Kuriyama wrote: > At Wed, 09 May 2007 10:52:43 +0800, > Ganbold wrote: > >> Is it possible to include this kind of a patch in >> /usr/ports/textproc/dsssl-docbook-modular port? >> >> I sent my email to kuriyama@ san (dsssl-docbook-modular maintainer), but >> no response from him. >> > > Sorry. Of cource I can integrate your patch into our ports tree. > > Thanks a lot, Kuriyama san. Here is the patch. Please let me know if there is something wrong with this patch. thanks, Ganbold --------------080003010909080702030209-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 06:22:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B6E716A402 for ; Wed, 9 May 2007 06:22:56 +0000 (UTC) (envelope-from Harlan.Stenn@pfcs.com) Received: from gwc.pfcs.com (gwc.pfcs.com [70.88.151.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4363613C484 for ; Wed, 9 May 2007 06:22:56 +0000 (UTC) (envelope-from Harlan.Stenn@pfcs.com) Received: from spike.pfcs.com (localhost.pfcs.com [127.0.0.1]) by gwc.pfcs.com (Postfix) with ESMTP id 16CD32842F; Wed, 9 May 2007 02:04:30 -0400 (EDT) To: freebsd-ports@freebsd.org From: Harlan Stenn X-Face: "csXK}xnnsH\h_ce`T#|pM]tG, 6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d X-Mailer: MH-E 7.4.2; nmh 1.2; XEmacs 21.4 (patch 20) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Wed, 09 May 2007 02:04:30 -0400 Sender: Harlan.Stenn@pfcs.com Message-Id: <20070509060430.16CD32842F@gwc.pfcs.com> Cc: Harlan.Stenn@pfcs.com Subject: php4-mysql-4.4.6 overrides *MYSQL* variables? 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, 09 May 2007 06:22:56 -0000 I have been noticing that when I run 'portupgrade -Ppa' (or reasonable variants thereof) on a system that contains: /etc/make.conf: ... DEFAULT_MYSQL_VER= 41 WANT_MYSQL_VER= 41 WITH_MYSQL_VER= 41 (I used to just use DEFAULT_MYSQL_VER=41 and that didn't seem to be enough.) Anyway, when I run portupgrade it seems that php4-mysql-4.4.6 goes ahead and installs mysql-client-5.0.37 even though mysql-client-4.1.22 has already been installed (and is the version I want to use). Ideas? Harlan From owner-freebsd-ports@FreeBSD.ORG Wed May 9 07:30:56 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9E6816A402 for ; Wed, 9 May 2007 07:30:56 +0000 (UTC) (envelope-from stepan@muzabreh.cz) Received: from mail.zabreh.cz (mail.zabreh.cz [85.207.82.2]) by mx1.freebsd.org (Postfix) with ESMTP id 12E4513C43E for ; Wed, 9 May 2007 07:30:54 +0000 (UTC) (envelope-from stepan@muzabreh.cz) X-Virus-Scanned: by Antivirus at zabreh.cz X-Priority: 3 (Normal) Date: Wed, 09 May 2007 09:08:03 +0200 From: stepan@muzabreh.cz To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_2iotvs33546c" Content-Transfer-Encoding: 7bit Message-Id: <20070509070808.303642CE4C@mail.zabreh.cz> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: config error 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, 09 May 2007 07:30:56 -0000 This message is in MIME format. --=_2iotvs33546c Content-Type: text/plain; charset=ISO-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jaroslav =A9t=ECp=E1n M=ECstsk=FD =FA=F8ad Z=E1b=F8eh Masarykovo n=E1m. 6 789 01 Z=E1b=F8eh E-mail: stepan@muzabreh.cz;stepan@zabreh.cz GSM: 604 967 363 Tel.: 583 468 214 Fax: 583 416 505 --=_2iotvs33546c-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 08:51:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AF9E16A403 for ; Wed, 9 May 2007 08:51:48 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from kininvie.sv.svcolo.com (kininvie.sv.svcolo.com [64.13.135.12]) by mx1.freebsd.org (Postfix) with ESMTP id 50FBE13C45D for ; Wed, 9 May 2007 08:51:48 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from [172.16.12.22] (covad-jrhett.meer.net [209.157.140.144]) (authenticated bits=0) by kininvie.sv.svcolo.com (8.13.8/8.13.4) with ESMTP id l498XW2K072488 for ; Wed, 9 May 2007 01:33:33 -0700 (PDT) (envelope-from jrhett@svcolo.com) Message-ID: <46418749.9020902@svcolo.com> Date: Wed, 09 May 2007 01:33:13 -0700 From: Jo Rhett Organization: Silicon Valley Colocation User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------050708070107010909070501" X-Spam-Score: undef - SENDER Whitelisted (jrhett@svcolo.com: Mail from user authenticated via SMTP AUTH allowed always) X-CanItPRO-Stream: default X-Canit-Stats-ID: 96803 - ff2f01f72101 X-Scanned-By: CanIt (www . roaringpenguin . com) on 64.13.135.12 Cc: Subject: full FreeBSD package/port support in CFengine 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, 09 May 2007 08:51:48 -0000 This is a multi-part message in MIME format. --------------050708070107010909070501 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is a copy of a posting made to the cfengine list. I've added freebsd's package manager to the cfengine supported package commands, and actually updated it to handle package removal and upgrades. This could seriously use some testing. Please give it a test out, and report back on the cfengine list. We're looking for complete support in 2.2.1... (these patches should apply to both 2.1.x and 2.2 equally. -------- Original Message -------- Subject: full install/upgrade/remove package management patch Date: Tue, 08 May 2007 22:48:55 -0700 From: Jo Rhett Organization: Silicon Valley Colocation To: help-cfengine Attached is a patch which provides full install/upgrade/remove package management in a generic sense. NOTES: 1. Please run this by hand with "-v" option. If you have any problems, I need to see the "-v" output to know what's going on. Yes, right now it's probably too verbose -- I'll fix that later. 2. Right now only FreeBSD has a working remove command. I'll happily integrate other package managers as soon as someone provides me with the details necessary to do so. I could make a best guess, but that could be really tricky without a test platform. --- Previous message about the original patch Okay, here is a fully tested and properly working patch for freebsd. It works like this: control: DefaultPkgMgr = ( freebsd ) FreeBSDInstallCommand = ( "/var/cfengine/packages/pkginstall %s" ) packages: bsdsar-1.10_2 action=install version=1.10_2 cmp=ge Note that specifying the version of the package that is part of the freebsd package filename is required. However, it does not use this for comparison, just for the package to install. So you could install 1.10 only if nothing larger than 1.0 was installed. packages: bsdsar-1.10_2 action=install version=1.0 cmp=ge You can also backgrade if you know that 1.2 is bad for instance. packages: bsdsar-1.10_2 action=install version=1.1 cmp=gt Now, due to the unfortunate fact that freebsd doesn't provide a command line option -- only an environment variable -- for specifying the source repository, you have a few options. Get it from the main FreeBSD binary package home: FreeBSDInstallCommand = ( "pkg_add -r %s" ) Or write a script that tells pkg_add where to find it, like so: FreeBSDInstallCommand = ( "/var/cfengine/packages/pkginstall %s" ) #!/bin/sh PACKAGESITE=http://my.local.repository/packages/ export PACKAGESITE /usr/sbin/pkg_add -r $* or even #!/bin/sh cd /my/local/repository for pkg in $* /usr/sbin/pkg_add ${pkg}.tbz YMMV on all this stuff. pkg_add really needs a command line option instead of only using the environment variables... -- Jo Rhett senior geek Silicon Valley Colocation --------------050708070107010909070501 Content-Type: text/plain; name="package-mgmt.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="package-mgmt.patch" --- cf.defs.h_orig Thu May 3 13:34:39 2007 +++ cf.defs.h Tue May 8 13:31:07 2007 @@ -1215,6 +1215,7 @@ pkgmgr_sun, pkgmgr_aix, pkgmgr_portage, + pkgmgr_freebsd, pkgmgr_none }; @@ -1224,6 +1225,7 @@ { pkgaction_install, pkgaction_remove, + pkgaction_upgrade, pkgaction_none }; --- globals.c-new Fri May 4 15:46:20 2007 +++ globals.c Tue May 8 13:33:16 2007 @@ -745,6 +745,18 @@ NULL }; + PRIVATE char *CMPSENSEOPERAND[] = + { + "=", + ">", + "<", + ">=", + "<=", + "!=", + NULL, + NULL + }; + /*********************************************************************/ /* The names of the available package managers */ @@ -765,6 +777,7 @@ { "install", "remove", + "upgrade", NULL }; --- prototypes.h-new Mon May 7 16:08:32 2007 +++ prototypes.h Tue May 8 22:37:59 2007 @@ -875,14 +875,9 @@ void DoAlerts (void); /* package.c */ -int RPMPackageCheck (char *package, char *version, enum cmpsense cmp); -int DPKGPackageCheck (char *package, char *version, enum cmpsense cmp); -int SUNPackageCheck (char *package, char *version, enum cmpsense cmp); -int PortagePackageCheck (char *package, char *version, enum cmpsense cmp); -int AIXPackageCheck (char *package, char *version, enum cmpsense cmp); -int FreeBSDPackageCheck (char *package, char *version, enum cmpsense cmp); +int PackageCheck (char *package, enum pkgmgrs pkgmgr, char *version, enum cmpsense cmp); int InstallPackage (char *name, enum pkgmgrs pkgmgr); -int RemovePackage (char *name, enum pkgmgrs pkgmgr); +int RemovePackage (char *name, enum pkgmgrs pkgmgr, char *version, enum cmpsense cmp); /* popen.c */ --- do.c-new Fri May 4 15:33:26 2007 +++ do.c Tue May 8 22:11:07 2007 @@ -2688,11 +2688,12 @@ { struct Package *ptr; int match = 0; - int i; + int result = 0; char lock[CF_BUFSIZE]; /* pkgmgr_none will always be the highest number in the enum so set the array size with that */ char *package_install_list[pkgmgr_none] = { NULL }; + char *package_remove_list[pkgmgr_none] = { NULL }; for (ptr = VPKG; ptr != NULL; ptr=ptr->next) { @@ -2718,68 +2719,41 @@ continue; } - switch(ptr->pkgmgr) - { - case pkgmgr_rpm: - match = RPMPackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - case pkgmgr_dpkg: - match = DPKGPackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - case pkgmgr_sun: - match = SUNPackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - case pkgmgr_aix: - match = AIXPackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - case pkgmgr_portage: - match = PortagePackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - case pkgmgr_freebsd: - match = FreeBSDPackageCheck(ptr->name, ptr->ver, ptr->cmp); - break; - default: - /* UGH! This should *never* happen. GetPkgMgr() and - * InstallPackagesItem() should have caught this before it - * was ever installed!!! - * */ - snprintf(OUTPUT,CF_BUFSIZE,"Internal error! Tried to check package %s in an unknown database: %d. This should never happen!\n", ptr->name, ptr->pkgmgr); - CfLog(cferror,OUTPUT,""); - break; - } + match = PackageCheck(ptr->name, ptr->pkgmgr, ptr->ver, ptr->cmp); + Verbose("Match status for %s is %u\n", ptr->name, match ); /* Handle install/remove logic now. */ if (match) - { - if (ptr->action == pkgaction_remove) - { - match = match; - } - } - else - { - if (ptr->action == pkgaction_install) - { - /* Initial allocation of memory if we have not yet allocated any */ - if(package_install_list[ptr->pkgmgr] == NULL) + { + if (ptr->action == pkgaction_remove) { - package_install_list[ptr->pkgmgr] = malloc(CF_BUFSIZE); - ((char **)package_install_list[ptr->pkgmgr])[0] = NULL; + Verbose("Package removal for %s: %s\n", PKGMGRTEXT[ptr->pkgmgr], ptr->name ); + RemovePackage( ptr->name, ptr->pkgmgr, ptr->ver, ptr->cmp ); } - - /* Make sure we don't overflow the buffer */ - if(strlen(ptr->name) > - (CF_BUFSIZE - strlen(package_install_list[ptr->pkgmgr]))) + else if (ptr->action == pkgaction_upgrade) { - Verbose("Package list exceeds CF_BUFSIZE. Skipping %s", ptr->name); + Verbose("Package removal for %s: %s\n", PKGMGRTEXT[ptr->pkgmgr], ptr->name ); + if( RemovePackage( ptr->name, ptr->pkgmgr, ptr->ver, ptr->cmp ) ) + { + Verbose("Package install for %s: %s\n", PKGMGRTEXT[ptr->pkgmgr], ptr->name ); + InstallPackage( ptr->name, ptr->pkgmgr ); + } + else + { + Verbose("Package %s cannot be upgraded because the old version was not removed.\n", ptr->name ); + } } - - /* Finally add the name to the list. */ - strcat(package_install_list[ptr->pkgmgr], ptr->name); - strcat(package_install_list[ptr->pkgmgr], " "); - } - } + } + else + { + if (ptr->action == pkgaction_install) + { + Verbose("Package install for %s: %s\n", PKGMGRTEXT[ptr->pkgmgr], ptr->name ); + InstallPackage( ptr->name, ptr->pkgmgr ); + } + } + /* Not sure why we didn't do this above? */ if (match) { AddMultipleClasses(ptr->defines); @@ -2792,20 +2766,6 @@ ptr->done = 'y'; ReleaseCurrentLock(); } - -/* Run through the package managers, and execute the package install - * for each of them... */ -for(i=0; i < pkgmgr_none; i++) -{ - if(package_install_list[i] != NULL) - { - Verbose("Package install list for %s is: %s\n", PKGMGRTEXT[i], - package_install_list[i]); - InstallPackage(package_install_list[i], i); - free(package_install_list[i]); - } -} - } /*******************************************************************/ --- package.c-new Fri May 4 15:36:47 2007 +++ package.c Tue May 8 22:48:05 2007 @@ -30,11 +30,23 @@ /****************************************************************************/ /* Local prototypes that nobody else should care about... */ - -void ParseEVR(char * evr, const char **ep, const char **vp, const char **rp); +int BuildCommandLine (char *resolvedcmd, char* rawcmd, char*name ); +int RPMPackageCheck (char *package, char *version, enum cmpsense cmp); +int RPMPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); +int DPKGPackageCheck (char *package, char *version, enum cmpsense cmp); +int DPKGPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); +int SUNPackageCheck (char *package, char *version, enum cmpsense cmp); +int SUNPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); void ParseSUNVR(char * vr, int *major, int *minor, int *micro); +int PortagePackageCheck (char *package, char *version, enum cmpsense cmp); +int PortagePackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); +int AIXPackageCheck (char *package, char *version, enum cmpsense cmp); +int AIXPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); void ParseAIXVR(char * vr, int *ver, int *release, int *maint, int *fix); +int FreeBSDPackageCheck (char *package, char *version, enum cmpsense cmp); +int FreeBSDPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist); int rpmvercmp(const char *a, const char *b); +void ParseEVR(char * evr, const char **ep, const char **vp, const char **rp); int xislower(int c); int xisupper(int c); int xisalpha(int c); @@ -271,8 +283,48 @@ return 0; } -/*********************************************************************************/ +int RPMPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist) +{ + return 0; /* not implemented yet */ +} + +/* This is moved here to allow do.c to be ignorant of the various package managers */ +int PackageCheck(char* package, enum pkgmgrs pkgmgr, char *version,enum cmpsense cmp) +{ int match=0; + +switch(pkgmgr) + { + case pkgmgr_rpm: + match = RPMPackageCheck(package, version, cmp); + break; + case pkgmgr_dpkg: + match = DPKGPackageCheck(package, version, cmp); + break; + case pkgmgr_sun: + match = SUNPackageCheck(package, version, cmp); + break; + case pkgmgr_aix: + match = AIXPackageCheck(package, version, cmp); + break; + case pkgmgr_portage: + match = PortagePackageCheck(package, version, cmp); + break; + case pkgmgr_freebsd: + match = FreeBSDPackageCheck(package, version, cmp); + break; + default: + /* UGH! This should *never* happen. GetPkgMgr() and + * InstallPackagesItem() should have caught this before it + * was ever installed!!! + * */ + snprintf(OUTPUT,CF_BUFSIZE,"Internal error! Tried to check package %s in an unknown database: %d. This should never happen!\n", package, pkgmgr); + CfLog(cferror,OUTPUT,""); + break; + } +return match; +} +/*********************************************************************************/ int InstallPackage(char *name, enum pkgmgrs pkgmgr) { char rawinstcmd[CF_BUFSIZE]; @@ -280,12 +332,7 @@ limit is CF_BUFSIZE so this can obviously get larger! */ char instcmd[CF_BUFSIZE*2]; char line[CF_BUFSIZE]; - char *percent; FILE *pp; - char *ptr, *arg_ptr, *next_ptr; - int instcmd_args, package_args; - int instcmd_tail_len = 0; - int instcmd_len, arg_len; if (DONTDO) { @@ -351,16 +398,16 @@ strncpy(rawinstcmd, GetMacroValue(CONTEXTID,"PortageInstallCommand"),CF_BUFSIZE); break; - /* FreeBSD */ + /* FreeBSD */ case pkgmgr_freebsd: - if (!GetMacroValue(CONTEXTID,"FreeBSDInstallCommand")) - { - Verbose("FreeBSDInstallCommand NOT Set. Package Installation Not Possible!\n"); - return 0; - } - strncpy(rawinstcmd, GetMacroValue(CONTEXTID,"FreeBSDInstallCommand"),CF_BUFSIZE); - break; + if (!GetMacroValue(CONTEXTID,"FreeBSDInstallCommand")) + { + Verbose("FreeBSDInstallCommand NOT Set. Package Installation Not Possible!\n"); + return 0; + } + strncpy(rawinstcmd, GetMacroValue(CONTEXTID,"FreeBSDInstallCommand"),CF_BUFSIZE); + break; /* Default */ default: @@ -368,82 +415,10 @@ break; } -/* Common to all pkg managers */ - - /* How many words are there in the package manager invocation? */ -for (ptr = rawinstcmd, instcmd_args = 1; NULL != ptr; ptr = strchr(++ptr, ' ')) - { - ++instcmd_args; - } - -/* This could probably be a bit more complete, but I don't think - that anyone would want to expand the package name more than - once in a single command invocation anyhow. */ - -if (percent = strstr(rawinstcmd, "%s")) - { - *percent = '\0'; - percent += 2; - instcmd_tail_len = strlen(percent); - --instcmd_args; - } - -instcmd_len = strlen(rawinstcmd); - -/* Copy the initial part of the install command */ -strncpy(instcmd, rawinstcmd, CF_BUFSIZE*2); - -snprintf(OUTPUT,CF_BUFSIZE,"Installing package(s) %s using %s\n", name, instcmd); -CfLog(cfinform,OUTPUT,""); - -if ((pp = cfpopen(instcmd, "r")) == NULL) - { - Verbose("Could not execute package install command\n"); - /* Return that the package is still not installed */ - return 0; - } - - /* Loop over packages until we reach the maximum number that cfpopen - can take */ - -ptr = name; - -while (NULL != ptr) - { - arg_ptr = &instcmd[instcmd_len]; - - for (package_args = instcmd_args;(package_args < CF_MAXSHELLARGS) && (NULL != ptr);package_args++) + /* Common to all pkg managers */ + if( BuildCommandLine( instcmd, rawinstcmd, name ) ) { - next_ptr = strchr(ptr, ' '); - if (next_ptr) - { - *next_ptr = '\0'; - } - - arg_len = strlen(ptr); - *arg_ptr++ = ' '; - strncpy(arg_ptr, ptr, &instcmd[CF_BUFSIZE*2] - arg_ptr); - arg_ptr += arg_len; - - if (next_ptr) - { - *next_ptr++ = ' '; - } - - ptr = next_ptr; - } - - if (arg_ptr != &instcmd[instcmd_len]) - { - /* Have a full command line, so append the tail, if necessary, - and run it */ - - if (instcmd_tail_len > 0) - { - strncpy(arg_ptr, percent, &instcmd[CF_BUFSIZE*2] - arg_ptr); - } - - Verbose("Installing package group using %s\n", instcmd); + Verbose("Installing package using %s\n", instcmd); if ((pp = cfpopen(instcmd, "r")) == NULL) { @@ -463,21 +438,174 @@ Verbose("Package install command was not successful\n"); return 0; } + return 1; + } + else + { + Verbose("Unable to build package manager command.\n"); + return 0; } - } - -return 1; } -/*********************************************************************/ +int RemovePackage(char *name, enum pkgmgrs pkgmgr, char* version, enum cmpsense cmp) +{ char rawdelcmd[CF_BUFSIZE]; + /* The removal list could be considerably bigger than the original list */ + char pkglist[CF_BUFSIZE*2]; + /* Make the delcmd 3x the normal buffer size since the package list + limit is CF_BUFSIZE*2 so this can obviously get larger! */ + char delcmd[CF_BUFSIZE*3]; + char line[CF_BUFSIZE]; + FILE *pp; -int RemovePackage(char *name, enum pkgmgrs pkgmgr) + if (DONTDO) + { + Verbose("Need to remove package(s) %s\n",name); + return 0; + } -{ -Verbose("Package removal not yet implemented"); -return 1; + /* Determine the command to use for the removal. */ + switch(pkgmgr) + { + /* FreeBSD */ + case pkgmgr_freebsd: + if (!GetMacroValue(CONTEXTID,"FreeBSDRemoveCommand")) + { + strncpy(rawdelcmd, "/usr/sbin/pkg_delete %s", 23 ); + } + else + { + strncpy(rawdelcmd, GetMacroValue(CONTEXTID,"FreeBSDRemoveCommand"),CF_BUFSIZE); + } + + FreeBSDPackageList(name, version, cmp, pkglist); + break; + + /* Default */ + default: + Verbose("Package removal not yet implemented for this package manager."); + break; + } + Verbose("Resolved packagelist is %s\n", pkglist); + + if( BuildCommandLine( delcmd, rawdelcmd, pkglist ) ) + { + Verbose("Removing package using %s\n", delcmd); + + if ((pp = cfpopen(delcmd, "r")) == NULL) + { + Verbose("Could not execute package removal command\n"); + /* Return that the package is still not removed */ + return 0; + } + + while (!feof(pp)) + { + ReadLine(line,CF_BUFSIZE-1,pp); + snprintf(OUTPUT,CF_BUFSIZE,"Package removal: %s\n",line); + } + + if (cfpclose(pp) != 0) + { + Verbose("Package removal command was not successful\n"); + return 0; + } + return 1; + } + else + { + Verbose("Unable to evaluate package manager command.\n"); + return 0; + } } +int BuildCommandLine(char *resolvedcmd, char* rawcmd, char* name) +{ + char *cmd_tail; + FILE *pp; + char *ptr, *arg_ptr, *next_ptr; + int cmd_args = 0; + int cmd_tail_len = 0; + int cmd_len, arg_len; + + /* How many words are there in the package manager invocation? */ + for (ptr = rawcmd, cmd_args = 1; NULL != ptr; ptr = strchr(++ptr, ' ')) + { + ++cmd_args; + } + + /* This could probably be a bit more complete, but I don't think + that anyone would want to expand the package name more than + once in a single command invocation anyhow. */ + if (cmd_tail = strstr(rawcmd, "%s")) + { + *cmd_tail = '\0'; + cmd_tail += 2; + cmd_tail_len = strlen(cmd_tail); + --cmd_args; + } + + cmd_len = strlen(rawcmd); + + /* Copy the initial part of the install command */ + strncpy(resolvedcmd, rawcmd, CF_BUFSIZE*2); + + snprintf(OUTPUT,CF_BUFSIZE,"Package manager will be invoked as %s\n", resolvedcmd); + CfLog(cfinform,OUTPUT,""); + + if ((pp = cfpopen(resolvedcmd, "r")) == NULL) + { + Verbose("Could not execute package manager\n"); + /* Return that the package is still not installed */ + return 0; + } + + /* Loop over packages until we reach the maximum number that cfpopen can take */ + ptr = name; + while (NULL != ptr) + { + + arg_ptr = &resolvedcmd[cmd_len]; + + /* Find each space, change to NULL, copy shortened string into arg_ptr, change back to space... */ + for (;(cmd_args < CF_MAXSHELLARGS) && (NULL != ptr);cmd_args++) + { + next_ptr = strchr(ptr, ' '); + if (next_ptr) + { + *next_ptr = '\0'; + } + + + /* Skip double spaces */ + if( arg_len = strlen(ptr) ) + { + strncpy(arg_ptr, ptr, &resolvedcmd[CF_BUFSIZE*2] - arg_ptr); + arg_ptr += arg_len; + *arg_ptr++ = ' '; + } + + if (next_ptr) + { + *next_ptr++ = ' '; + } + + ptr = next_ptr; + } + *--arg_ptr = '\0'; // Remove trailing space + + if (arg_ptr != &resolvedcmd[cmd_len]) + { + /* Have a full command line, so append the tail if necessary. */ + if (cmd_tail_len > 0) + { + strncpy(arg_ptr, cmd_tail, &resolvedcmd[CF_BUFSIZE*2] - arg_ptr); + } + } + Verbose("Resolved command is '%s'\n", resolvedcmd ); + } + return 1; +} + /*********************************************************************/ /* Debian */ /*********************************************************************/ @@ -533,7 +661,7 @@ ReadLine (VBUFF, CF_BUFSIZE, pp); if (*VBUFF != '\0') { - if (sscanf (VBUFF, " Installed: %s", tmpBUFF) > 0) + if (sscanf (VBUFF, " Removed: %s", tmpBUFF) > 0) { AppendItem (&evrlist, tmpBUFF, ""); } @@ -680,6 +808,11 @@ return 0; } +int DPKGPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist) +{ + return 0; /* not implemented yet */ +} + /*********************************************************************/ /* Sun - pkginfo/pkgadd/pkgrm */ /*********************************************************************/ @@ -856,12 +989,17 @@ return 0; } +int SUNPackageList (char *package, char *version, enum cmpsense cmp, char *pkglist) +{ + return 0; /* not implemented yet */ +} + /*********************************************************************/ /* Sun's manual pages say that the version number is a major, minor, * and optional micro version number. This code checks for that. * It will not handle other arbitrary and strange values people might * put in like "2.6d.12a" or "1.11 beta" or "pre-release 7" - */ +/*********************************************************************/ void ParseSUNVR (char * vr, int *major, int *minor, int *micro) { @@ -1100,6 +1238,11 @@ return 0; } +int AIXPackageList(char *package, char *version, enum cmpsense cmp, char *pkglist) +{ + return 0; /* not implemented yet */ +} + /*********************************************************************/ /* AIX docs describe the version as: * Version.Release.Maintenance/Modification.Fix (V.R.M.F). @@ -1107,7 +1250,7 @@ * numeric digits will be extracted. standalone non-digits will be * treated as 0 for the entire field. V.R.M.F shouldn't contain any * non numeric data (this is enforced by IBM tools like mkinstallp) - */ +/*********************************************************************/ void ParseAIXVR(char * vr, int *ver, int *release, int *maint, int *fix) { @@ -1127,7 +1270,6 @@ *fix = f; } - /*********************************************************************/ /* Gentoo Portage */ /*********************************************************************/ @@ -1320,98 +1462,131 @@ return 0; } +int PortagePackageList(char *package, char *version, enum cmpsense cmp, char *pkglist) +{ + return 0; /* not implemented yet */ +} + /*********************************************************************/ /* FreeBSD - pkg_info/pkg_add/pkg_delete */ /*********************************************************************/ int FreeBSDPackageCheck(char *package,char *version,enum cmpsense cmp) -{ FILE *pp; - int match = 0; - char line[CF_BUFSIZE]; - char pkgname[CF_BUFSIZE]; - char *pkgversion; +{ FILE *pp; + int match = 0; + char line[CF_BUFSIZE]; + char pkgname[CF_BUFSIZE]; + char *pkgversion; - /* The package to install must contain a version number - * The version starts after the last '-' in the pkgname - */ + /* The package to install must contain a version number + * The version starts after the last '-' in the pkgname + */ strncpy(pkgname, package, CF_BUFSIZE - 1); pkgversion = strrchr(pkgname, '-'); *pkgversion = '\0'; pkgversion += 1; - Verbose("FreeBSDPackageCheck(): Requested version %s %s of %s\n", CMPSENSETEXT[cmp],(version[0] ? version : "ANY"), pkgname); + Verbose("FreeBSDPackageCheck(): Requested version %s %s of %s\n", CMPSENSETEXT[cmp],(version[0] ? version : "ANY"), pkgname); /* If no version was specified, we're just checking if the package * is present, not for a particular number, so >0 will match. */ - if (!*version) - { - cmp = cmpsense_gt; - version[0] = '0'; - version[1] = 0; - } + if (!*version) + { + cmp = cmpsense_gt; + version[0] = '0'; + version[1] = 0; + } - /* Convert to > or < ... */ - char compare_operator[3]; - switch(cmp) - { - case cmpsense_gt: - compare_operator[0] = '>'; - compare_operator[1] = 0; - break; - case cmpsense_lt: - compare_operator[0] = '<'; - compare_operator[1] = 0; - break; - case cmpsense_ge: - compare_operator[0] = '>'; - compare_operator[1] = '='; - compare_operator[2] = 0; - break; - case cmpsense_le: - compare_operator[0] = '<'; - compare_operator[1] = '='; - compare_operator[2] = 0; - break; - case cmpsense_ne: - compare_operator[0] = '!'; - compare_operator[1] = '='; - compare_operator[2] = 0; - default: - compare_operator[0] = '='; - compare_operator[1] = 0; - break; - } + /* check what version is installed on the system (if any) */ + Verbose("FreeBSDPackageCheck(): Running /usr/sbin/pkg_info -qE '%s%s%s'\n", pkgname, CMPSENSEOPERAND[cmp], version); + snprintf (VBUFF, CF_BUFSIZE, "/usr/sbin/pkg_info -qE '%s%s%s'", pkgname, CMPSENSEOPERAND[cmp], version); + + if ((pp = cfpopen (VBUFF, "r")) == NULL) + { + Verbose ("Could not execute pkg_info.\n"); + return 0; + } + + while (!feof (pp)) + { + *VBUFF = '\0'; + ReadLine (line, CF_BUFSIZE - 1, pp); + snprintf(OUTPUT,CF_BUFSIZE,"Package install: %s\n",line); + } + + if (cfpclose (pp) == 0) + { + Verbose ("The package and version requested are installed in the package database.\n",package); + match=1; + } + else + { + Verbose ("The package and version requested do not exist in the package database.\n",package); + match=0; + } + return match; +} + +int FreeBSDPackageList(char *package, char *version, enum cmpsense cmp, char *pkglist) + +{ FILE *pp; + int match = 0; + char line[CF_BUFSIZE]; + char pkgname[CF_BUFSIZE]; + char *pkgversion; + + /* The package name is derived by stripping off the version number + */ + strncpy(pkgname, package, CF_BUFSIZE - 1); + pkgversion = strrchr(pkgname, '-'); + *pkgversion = '\0'; + pkgversion += 1; + + Verbose("FreeBSDPackageList(): Requested version %s %s of %s\n", CMPSENSETEXT[cmp],(version[0] ? version : "ANY"), pkgname); + + /* If no version was specified, we're just checking if the package + * is present, not for a particular number, so >0 will match. + */ + if (!*version) + { + cmp = cmpsense_gt; + version[0] = '0'; + version[1] = 0; + } /* check what version is installed on the system (if any) */ - Verbose("FreeBSDPackageCheck(): Running /usr/sbin/pkg_info -qE '%s%s%s'\n", pkgname, compare_operator, version); - snprintf (VBUFF, CF_BUFSIZE, "/usr/sbin/pkg_info -qE '%s%s%s'", pkgname, compare_operator, version); + Verbose("FreeBSDPackageList(): Running /usr/sbin/pkg_info -E '%s%s%s'\n", pkgname, CMPSENSEOPERAND[cmp], version); + snprintf (VBUFF, CF_BUFSIZE, "/usr/sbin/pkg_info -E '%s%s%s'", pkgname, CMPSENSEOPERAND[cmp], version); - if ((pp = cfpopen (VBUFF, "r")) == NULL) - { - Verbose ("Could not execute pkg_info.\n"); - return 0; - } + if ((pp = cfpopen (VBUFF, "r")) == NULL) + { + Verbose ("Could not execute pkg_info.\n"); + return 0; + } - while (!feof (pp)) - { - *VBUFF = '\0'; - ReadLine (line, CF_BUFSIZE - 1, pp); - snprintf(OUTPUT,CF_BUFSIZE,"Package install: %s\n",line); - } + while (!feof (pp)) + { + *VBUFF = '\0'; + ReadLine (line, CF_BUFSIZE - 1, pp); + Verbose ("PackageList: read line %s\n",line); + snprintf(OUTPUT,CF_BUFSIZE,"Package to remove: %s\n",line); + strcat( pkglist, line); + strcat( pkglist, " "); + } - if (cfpclose (pp) == 0) - { - Verbose ("The package and version requested are installed in the package database.\n",package); - match=1; - } - else - { - Verbose ("The package and version requested do not exist in the package database.\n",package); - match=0; - } - return match; + if (cfpclose (pp) == 0) + { + Verbose ("The packages requested are installed in the package database.\n",package); + match=1; + } + else + { + Verbose ("The package and version requested do not exist in the package database.\n",package); + match=0; + } + return match; } /*********************************************************************/ @@ -1426,6 +1601,7 @@ /* return 1: a is newer than b */ /* 0: a and b are the same version */ /* -1: b is newer than a */ +/*********************************************************************/ int rpmvercmp(const char * a, const char * b) --------------050708070107010909070501 Content-Type: text/plain; name="freebsd-package.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd-package.patch" *** cf.defs.h_orig Thu May 3 13:34:39 2007 --- cf.defs.h Thu May 3 13:34:55 2007 *************** *** 1215,1220 **** --- 1215,1221 ---- pkgmgr_sun, pkgmgr_aix, pkgmgr_portage, + pkgmgr_freebsd, pkgmgr_none }; *** prototypes.h_orig Thu May 3 13:36:14 2007 --- prototypes.h Thu May 3 13:36:33 2007 *************** *** 880,885 **** --- 880,886 ---- int SUNPackageCheck (char *package, char *version, enum cmpsense cmp); int PortagePackageCheck (char *package, char *version, enum cmpsense cmp); int AIXPackageCheck (char *package, char *version, enum cmpsense cmp); + int FreeBSDPackageCheck (char *package, char *version, enum cmpsense cmp); int InstallPackage (char *name, enum pkgmgrs pkgmgr); int RemovePackage (char *name, enum pkgmgrs pkgmgr); *** do.c_orig Thu May 3 13:36:47 2007 --- do.c Thu May 3 13:37:06 2007 *************** *** 2735,2740 **** --- 2735,2743 ---- case pkgmgr_portage: match = PortagePackageCheck(ptr->name, ptr->ver, ptr->cmp); break; + case pkgmgr_freebsd: + match = FreeBSDPackageCheck(ptr->name, ptr->ver, ptr->cmp); + break; default: /* UGH! This should *never* happen. GetPkgMgr() and * InstallPackagesItem() should have caught this before it *** globals.c_orig Thu May 3 13:41:09 2007 --- globals.c Thu May 3 13:41:30 2007 *************** *** 755,760 **** --- 755,761 ---- "sun", /* pkginfo/pkgadd/pkgrm */ "aix", /* lslpp/installp */ "portage", + "freebsd", NULL }; *** package.c_orig Thu May 3 11:55:17 2007 --- package.c Thu May 3 16:52:17 2007 *************** *** 351,356 **** --- 351,366 ---- strncpy(rawinstcmd, GetMacroValue(CONTEXTID,"PortageInstallCommand"),CF_BUFSIZE); break; + /* FreeBSD */ + case pkgmgr_freebsd: + + if (!GetMacroValue(CONTEXTID,"FreeBSDInstallCommand")) + { + Verbose("FreeBSDInstallCommand NOT Set. Package Installation Not Possible!\n"); + return 0; + } + strncpy(rawinstcmd, GetMacroValue(CONTEXTID,"FreeBSDInstallCommand"),CF_BUFSIZE); + break; /* Default */ default: *************** *** 1308,1313 **** --- 1318,1417 ---- DeleteItemList(ebuildlist); return 0; + } + + /*********************************************************************/ + /* FreeBSD - pkg_info/pkg_add/pkg_delete */ + /*********************************************************************/ + + int FreeBSDPackageCheck(char *package,char *version,enum cmpsense cmp) + + { FILE *pp; + int match = 0; + char line[CF_BUFSIZE]; + char pkgname[CF_BUFSIZE]; + char *pkgversion; + + /* The package to install must contain a version number + * The version starts after the last '-' in the pkgname + */ + strncpy(pkgname, package, CF_BUFSIZE - 1); + pkgversion = strrchr(pkgname, '-'); + *pkgversion = '\0'; + pkgversion += 1; + + Verbose("FreeBSDPackageCheck(): Requested version %s %s of %s\n", CMPSENSETEXT[cmp],(version[0] ? version : "ANY"), pkgname); + + /* If no version was specified, we're just checking if the package + * is present, not for a particular number, so >0 will match. + */ + if (!*version) + { + cmp = cmpsense_gt; + version[0] = '0'; + version[1] = 0; + } + + /* Convert to > or < ... */ + char compare_operator[3]; + switch(cmp) + { + case cmpsense_gt: + compare_operator[0] = '>'; + compare_operator[1] = 0; + break; + case cmpsense_lt: + compare_operator[0] = '<'; + compare_operator[1] = 0; + break; + case cmpsense_ge: + compare_operator[0] = '>'; + compare_operator[1] = '='; + compare_operator[2] = 0; + break; + case cmpsense_le: + compare_operator[0] = '<'; + compare_operator[1] = '='; + compare_operator[2] = 0; + break; + case cmpsense_ne: + compare_operator[0] = '!'; + compare_operator[1] = '='; + compare_operator[2] = 0; + default: + compare_operator[0] = '='; + compare_operator[1] = 0; + break; + } + + /* check what version is installed on the system (if any) */ + Verbose("FreeBSDPackageCheck(): Running /usr/sbin/pkg_info -qE '%s%s%s'\n", pkgname, compare_operator, version); + snprintf (VBUFF, CF_BUFSIZE, "/usr/sbin/pkg_info -qE '%s%s%s'", pkgname, compare_operator, version); + + if ((pp = cfpopen (VBUFF, "r")) == NULL) + { + Verbose ("Could not execute pkg_info.\n"); + return 0; + } + + while (!feof (pp)) + { + *VBUFF = '\0'; + ReadLine (line, CF_BUFSIZE - 1, pp); + snprintf(OUTPUT,CF_BUFSIZE,"Package install: %s\n",line); + } + + if (cfpclose (pp) == 0) + { + Verbose ("The package and version requested are installed in the package database.\n",package); + match=1; + } + else + { + Verbose ("The package and version requested do not exist in the package database.\n",package); + match=0; + } + return match; } /*********************************************************************/ --------------050708070107010909070501-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 12:34:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4269316A404 for ; Wed, 9 May 2007 12:34:07 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (36-156.252-81.static-ip.oleane.fr [81.252.156.36]) by mx1.freebsd.org (Postfix) with SMTP id 7A5F513C480 for ; Wed, 9 May 2007 12:34:06 +0000 (UTC) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 91046 invoked by uid 1000); 9 May 2007 14:07:24 +0200 Date: Wed, 9 May 2007 14:07:24 +0200 From: Clement Laforet To: Jo Rhett Message-ID: <20070509120724.GA39154@goofy.cultdeadsheep.org> References: <46418749.9020902@svcolo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <46418749.9020902@svcolo.com> User-Agent: Mutt/1.5.10i Cc: ports@freebsd.org Subject: Re: full FreeBSD package/port support in CFengine 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, 09 May 2007 12:34:07 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 09, 2007 at 01:33:13AM -0700, Jo Rhett wrote: > This is a copy of a posting made to the cfengine list. I've added=20 > freebsd's package manager to the cfengine supported package commands,=20 > and actually updated it to handle package removal and upgrades. Excellent, thanks! [snip] >=20 > pkg_add really needs a command line option instead of only using the=20 > environment variables... "pkg_add -r http://my.freebsd-repo.com/packages/All/my_packages-1.0.tbz" works fine ;-) clem --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFGQbl8sRhfjwcjuh0RApOWAKDee4U0aPCX4uFuYl7z+peM5BM9+ACg3mHm eTGziR6RIO/lJAElZr04BgA= =9PZY -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-ports@FreeBSD.ORG Wed May 9 15:02:45 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9977A16A402 for ; Wed, 9 May 2007 15:02:45 +0000 (UTC) (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 7E80513C459 for ; Wed, 9 May 2007 15:02:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id C6AF9AD6; Wed, 9 May 2007 10:02:41 -0500 (CDT) Date: Wed, 9 May 2007 10:02:40 -0500 To: freebsd-ports@freebsd.org Message-ID: <20070509150240.GC29292@soaustin.net> References: <20070507224820.GA20072@nibiru.b1tt3r.org> <46400F4E.1090103@gmx.de> <20070508165843.GA1759@nibiru.b1tt3r.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070508165843.GA1759@nibiru.b1tt3r.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Subject: Re: games/sauerbraten 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, 09 May 2007 15:02:45 -0000 On Tue, May 08, 2007 at 11:58:43AM -0500, Sam Stein wrote: > I've already submitted a pr with the update; before I read about the > maintainer timeout; should I just wait it out a while, and if nothing > happens, request one? Or do it right away? Just wait it out for a while. At the moment, we're in a freeze to import xorg7.2 (and test and retest the upgrade scripts), so nothing can happen in the next few days in any case. mcl From owner-freebsd-ports@FreeBSD.ORG Wed May 9 15:31:02 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C63416A405 for ; Wed, 9 May 2007 15:31:02 +0000 (UTC) (envelope-from yves.guerin@muhc.mcgill.ca) Received: from MUHC.MCGILL.CA (muhc15240.MUHC.McGill.CA [198.168.152.40]) by mx1.freebsd.org (Postfix) with ESMTP id DBC1A13C448 for ; Wed, 9 May 2007 15:31:01 +0000 (UTC) (envelope-from yves.guerin@muhc.mcgill.ca) Sensitivity: To: ports@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: yves.guerin@muhc.mcgill.ca Date: Wed, 9 May 2007 11:31:00 -0400 X-MIMETrack: Serialize by Router on CH06CUSM00010/Serveurs/SSSS(Release 6.5.4FP3|January 09, 2006) at 05/09/2007 11:31:01 AM MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gcvs error when doing make 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, 09 May 2007 15:31:02 -0000 Dear Maintainer I got the following error when trying to compile gcvs on my FreeBSD machine: uname -a FreeBSD beastie.muhc.mcgill.ca 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Tue Apr 18 08:56:09 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 checking for gtk-config... /usr/local/bin/gtk12-config checking for GTK - version >= 1.2.0... ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found no *** Could not run GTK test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK was incorrectly installed *** or that you have moved GTK since it was installed. In the latter case, you *** may want to edit the gtk-config script: /usr/local/bin/gtk12-config configure: error: Cannot find GTK: Is gtk-config in path? ===> Script "make_configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/opt/ports/devel/gcvs/work/gcvs-1.0/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 /opt/ports/devel/gcvs. So I did the following and it works ========================================================== [root@beastie bin]$ pwd /usr/local/bin [root@beastie bin]$whereis gtk12-config gtk12-config: /usr/X11R6/bin/gtk12-config [root@beastie bin]$ ln -s /usr/X11R6/bin/gtk12-config gtk12-config ========================================================== Regards, Yves From owner-freebsd-ports@FreeBSD.ORG Wed May 9 15:49:30 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AEF316A405 for ; Wed, 9 May 2007 15:49:30 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtai110.cox.net (eastrmmtai110.cox.net [68.230.240.29]) by mx1.freebsd.org (Postfix) with ESMTP id DEFF513C45B for ; Wed, 9 May 2007 15:49:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao102.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070509154114.PASX8705.eastrmmtao102.cox.net@eastrmimpo02.cox.net>; Wed, 9 May 2007 11:41:14 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id x3hC1W00X4iy4EG0000000; Wed, 09 May 2007 11:41:13 -0400 Date: Wed, 09 May 2007 10:43:52 -0500 To: yves.guerin@muhc.mcgill.ca From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/9.20 (Linux) Cc: ports@freebsd.org Subject: Re: gcvs error when doing make 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, 09 May 2007 15:49:30 -0000 On Wed, 09 May 2007 10:31:00 -0500, wrote: > > Dear Maintainer > > > I got the following error when trying to compile gcvs on my FreeBSD > machine: > > uname -a > FreeBSD beastie.muhc.mcgill.ca 6.0-SECURITY FreeBSD 6.0-SECURITY #0: T= ue > Apr 18 08:56:09 UTC 2006 > root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > checking for gtk-config... /usr/local/bin/gtk12-config > checking for GTK - version >=3D 1.2.0... ./configure.lineno: > /usr/local/bin/gtk12-config: not found > ./configure.lineno: /usr/local/bin/gtk12-config: not found > ./configure.lineno: /usr/local/bin/gtk12-config: not found > ./configure.lineno: /usr/local/bin/gtk12-config: not found > ./configure.lineno: /usr/local/bin/gtk12-config: not found > no > *** Could not run GTK test program, checking why... > *** The test program failed to compile or link. See the file config.lo= g = > for > the > *** exact error that occured. This usually means GTK was incorrectly > installed > *** or that you have moved GTK since it was installed. In the latter = > case, > you > *** may want to edit the gtk-config script: /usr/local/bin/gtk12-confi= g > configure: error: Cannot find GTK: Is gtk-config in path? > =3D=3D=3D> Script "make_configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach= = > the > "/opt/ports/devel/gcvs/work/gcvs-1.0/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 /opt/ports/devel/gcvs. > > So I did the following and it works A correct solution is to follow in /usr/ports/UPDATING (20061014). But..= . = I suggest you best to wait until xorg 7.x merges into the ports tree soo= n = that will be required to rebuild a lot of apps just like in = /usr/ports/UPDATING (20061014). Cheers, Mezz > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > [root@beastie bin]$ pwd > /usr/local/bin > [root@beastie bin]$whereis gtk12-config > gtk12-config: /usr/X11R6/bin/gtk12-config > [root@beastie bin]$ ln -s /usr/X11R6/bin/gtk12-config gtk12-config > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Regards, > > Yves -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed May 9 18:42:21 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 899B416A403 for ; Wed, 9 May 2007 18:42:21 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from kininvie.sv.svcolo.com (kininvie.sv.svcolo.com [64.13.135.12]) by mx1.freebsd.org (Postfix) with ESMTP id 71AC013C459 for ; Wed, 9 May 2007 18:42:21 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from [10.67.240.119] (public-wireless.sc.svcolo.com [64.13.143.30]) (authenticated bits=0) by kininvie.sv.svcolo.com (8.13.8/8.13.4) with ESMTP id l49IgIOg091744; Wed, 9 May 2007 11:42:18 -0700 (PDT) (envelope-from jrhett@svcolo.com) In-Reply-To: <20070509120724.GA39154@goofy.cultdeadsheep.org> References: <46418749.9020902@svcolo.com> <20070509120724.GA39154@goofy.cultdeadsheep.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jo Rhett Date: Wed, 9 May 2007 11:42:08 -0700 To: Clement Laforet X-Mailer: Apple Mail (2.752.2) X-Spam-Score: undef - SENDER Whitelisted (jrhett@svcolo.com: Mail from user authenticated via SMTP AUTH allowed always) X-CanItPRO-Stream: default X-Canit-Stats-ID: 97031 - 0cd930a43c5d X-Scanned-By: CanIt (www . roaringpenguin . com) on 64.13.135.12 Cc: ports@freebsd.org Subject: pkg_add needs to have a command line option that replicates PACKAGESITE 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, 09 May 2007 18:42:21 -0000 On May 9, 2007, at 5:07 AM, Clement Laforet wrote: >> pkg_add really needs a command line option instead of only using the >> environment variables... > > "pkg_add -r http://my.freebsd-repo.com/packages/All/ > my_packages-1.0.tbz" > works fine ;-) The behavior is not identical. For example, this works only for a single package. /usr/sbin/pkg_add -r http://my.location/packages/{pkgname} This works for multiple packages: export PACKAGESITE=http://my.location/packages/ /usr/sbin/pkg_add -r {pkgname} {pkgname2} Also, the former will not resolve dependancies properly (it alters the path), whereas the latter will. In short, they are not synonymous. A command line option which is synonymous with the environment variable would be very useful in scripts/cfengine/etc. I thought I had opened a bug on this, but apparently not... -- Jo Rhett senior geek Silicon Valley Colocation Support Phone: 408-400-0550 From owner-freebsd-ports@FreeBSD.ORG Wed May 9 19:05:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03C5116A402 for ; Wed, 9 May 2007 19:05:41 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from kininvie.sv.svcolo.com (kininvie.sv.svcolo.com [64.13.135.12]) by mx1.freebsd.org (Postfix) with ESMTP id E360A13C458 for ; Wed, 9 May 2007 19:05:40 +0000 (UTC) (envelope-from jrhett@svcolo.com) Received: from [10.67.240.119] (public-wireless.sc.svcolo.com [64.13.143.30]) (authenticated bits=0) by kininvie.sv.svcolo.com (8.13.8/8.13.4) with ESMTP id l49J5eEu092194; Wed, 9 May 2007 12:05:40 -0700 (PDT) (envelope-from jrhett@svcolo.com) In-Reply-To: <200704300831.43163.david@vizion2000.net> References: <200704300831.43163.david@vizion2000.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <099B1B26-25D0-4B4D-9939-B0103141E6D0@svcolo.com> Content-Transfer-Encoding: 7bit From: Jo Rhett Date: Wed, 9 May 2007 12:05:20 -0700 To: David Southwell X-Mailer: Apple Mail (2.752.2) X-Spam-Score: undef - SENDER Whitelisted (jrhett@svcolo.com: Mail from user authenticated via SMTP AUTH allowed always) X-CanItPRO-Stream: default X-Canit-Stats-ID: 97042 - ecd9eaa54b2c X-Scanned-By: CanIt (www . roaringpenguin . com) on 64.13.135.12 Cc: ports@freebsd.org Subject: Re: Joomla Community builder extension 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, 09 May 2007 19:05:41 -0000 On Apr 30, 2007, at 8:31 AM, David Southwell wrote: > Just wonderedhas tried to port this or any other joomla extensions? Is there a need? I use Joomla on dozens of sites and nothing about Joomla requires any FreeBSD-specific compilation. Installing the extensions using the Joomla extension manager has worked in every case for me. -- Jo Rhett senior geek Silicon Valley Colocation Support Phone: 408-400-0550 From owner-freebsd-ports@FreeBSD.ORG Thu May 10 01:12:58 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 823B816A405 for ; Thu, 10 May 2007 01:12:58 +0000 (UTC) (envelope-from freebsd@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id 06CD613C455 for ; Thu, 10 May 2007 01:12:55 +0000 (UTC) (envelope-from freebsd@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l4A0mUm9033419; Thu, 10 May 2007 10:48:30 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l4A0mULd078168; Thu, 10 May 2007 10:48:30 +1000 (EST) (envelope-from freebsd@auscert.org.au) Message-Id: <200705100048.l4A0mULd078168@app.auscert.org.au> To: ale@FreeBSD.org From: freebsd@auscert.org.au Date: Thu, 10 May 2007 10:48:30 +1000 Cc: freebsd-ports@FreeBSD.org Subject: php 5.2.2 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, 10 May 2007 01:12:58 -0000 Hi, The latest release of PHP is out (as at May 3) and I'm just wondering if there's a schedule for updating the port - this release corrects some not insignificant security vulnerabilities. http://www.php.net/releases/5_2_2.php cheers, joel -- Joel Hatton | Hotline: +61 7 3365 4417 AusCERT - Australia's national CERT | Fax: +61 7 3365 7031 The University of Queensland | WWW: www.auscert.org.au Qld 4072 Australia | Email: auscert@auscert.org.au From owner-freebsd-ports@FreeBSD.ORG Thu May 10 01:25:20 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8F2E16A403; Thu, 10 May 2007 01:25:20 +0000 (UTC) (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 9520C13C447; Thu, 10 May 2007 01:25:20 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5174DAED; Wed, 9 May 2007 20:25:20 -0500 (CDT) Date: Wed, 9 May 2007 20:25:20 -0500 To: freebsd@auscert.org.au Message-ID: <20070510012520.GC18342@soaustin.net> References: <200705100048.l4A0mULd078168@app.auscert.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705100048.l4A0mULd078168@app.auscert.org.au> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: php 5.2.2 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, 10 May 2007 01:25:20 -0000 On Thu, May 10, 2007 at 10:48:30AM +1000, freebsd@auscert.org.au wrote: > The latest release of PHP is out (as at May 3) and I'm just wondering if > there's a schedule for updating the port - this release corrects some not > insignificant security vulnerabilities. We are in an unusual ports freeze to do the preliminary work to import the xorg7.2 release, so at the moment we are holding off on this. We are, however, aware of the issue. mcl From owner-freebsd-ports@FreeBSD.ORG Thu May 10 04:01:53 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0D1316A402 for ; Thu, 10 May 2007 04:01:53 +0000 (UTC) (envelope-from shrdlu@svgc.ru) Received: from mail.svgc.ru (mail.svgc.ru [89.19.201.131]) by mx1.freebsd.org (Postfix) with ESMTP id 8A93413C45B for ; Thu, 10 May 2007 04:01:53 +0000 (UTC) (envelope-from shrdlu@svgc.ru) Received: from mail.svgc.ru (localhost [127.0.0.1]) by mail.svgc.ru (Postfix) with ESMTP id D1E995C080; Thu, 10 May 2007 08:39:30 +0500 (SAMST) Received: from shrdlu.svgc.net (unknown [10.0.0.70]) by mail.svgc.ru (Postfix) with ESMTP id B80755C01B; Thu, 10 May 2007 08:39:30 +0500 (SAMST) Date: Thu, 10 May 2007 08:39:46 +0500 From: =?Windows-1251?B?0eXw4+XpINHi//Lq6O0=?= X-Mailer: The Bat! (v2.01) X-Priority: 3 (Normal) Message-ID: <70515582453.20070510083946@svgc.ru> To: nivo+kw+ports.bfa274@is-root.com MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: ports@FreeBSD.org Subject: FreeBSD Port: delegate-9.5.6 problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?Windows-1251?B?0eXw4+XpINHi//Lq6O0=?= List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 04:01:53 -0000 Hello! The problem when start under freebsd 6.2 # uname -a FreeBSD mail.svgc.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Apr 4 10:02:02 SAMST 2007 shrdlu@mail.svgc.ru:/usr/src/sys/i386/compile/MAILKERNEL i386 install delegated from ports: # cd /usr/ports/net/delegate # make install then try to start: # delegated DeleGate/9.5.6 (April 5, 2007) AIST-Product-ID: 2000-ETL-198715-01, H14PRO-049, H15PRO-165, H18PRO-443 Copyright (c) 1994-2000 Yutaka Sato and ETL,AIST,MITI Copyright (c) 2001-2006 National Institute of Advanced Industrial Science and Technology (AIST) -- FTP: WWW: Mail: Config: FreeBSD/6.2-RELEASE; FileSize-Bits=64/64,64/32,32 -- DGROOT=/var/spool/delegate-nobody Do configuration ? y / [n] : y ------------------------- INTERACTIVE CONFIGURATION ------------------------- ## see http://www.delegate.org/delegate/tutorial/ Administrator's E-mail ## ADMIN=user@domain [a...@domain.ru] ADMIN=ad...@domain.ru Port of the DeleGate ## -P[hostName:]portNumber -P8110 Client's Protocol ## SERVER=protocol[://defaultServer/] SERVER=pop -- ADMIN=ad...@domain.ru -P8110 SERVER=pop -v ** checking the integrity of /usr/local/sbin/delegated ... 05/03 11:54:36.04 [81987] 0+0: --- [ssl] 0 dglibssl.so 05/03 11:54:36.04 [81987] 0+0: --- [ssl] 0 libssl.so.0.9.8 05/03 11:54:36.04 [81987] 0+0: --- [/usr/lib/libssl.so] 05/03 11:54:36.04 [81987] 0+0: --- [ssl] 282AF600 /usr/lib/libssl.so 05/03 11:54:36.04 [81987] 0+0: --- [ssl] optional: X509_STORE_set_flags 05/03 11:54:36.04 [81987] 0+0: --- [ssl] optional: ENGINE_load_builtin_engines 05/03 11:54:36.04 [81987] 0+0: --- [ssl] optional: OPENSSL_add_all_algorithms_conf 05/03 11:54:36.04 [81987] 0+0: ---- [ssl] loaded 92 syms, unknown=40+3, already=0 05/03 11:54:36.04 [81987] 0+0: --- [crypto] 0 dglibcrypto.so 05/03 11:54:36.04 [81987] 0+0: --- [crypto] 0 libcrypto.so.0.9.8 05/03 11:54:36.04 [81987] 0+0: --- [/usr/lib/libcrypto.so] 05/03 11:54:36.04 [81987] 0+0: --- [crypto] 282AF700 /usr/lib/libcrypto.so 05/03 11:54:36.04 [81987] 0+0: ---- [crypto] loaded 92 syms, unknown=0+0, already=49 05/03 11:54:36.04 [81987] 0+0: ---- unknown = 0+0, already = 49 / 92 05/03 11:54:36.04 [81987] 0+0: +++ loaded OpenSSL 0.9.8e 23 Feb 2007 -- src Sign> 9.5.6 2007040515 39a09012c1b76299 (Aut...@DeleGate.ORG) -- bld Sign> 9.5.6 2007050311 39a09012c1b76299 (a...@domain.ru) -- exe Sign? 9.5.6 2007050311 793a194915528ed2 (a...@domain.ru) -- File MD5: 0dda25f411f1f4e655c81eded1612388 ** NG, this executable is not signed 05/03 11:54:36.04 [81987] 0+0: -- checked integrity:ERROR (0.108) 0dda25f411f1f4e655c81eded1612388 793a194915528ed2 FATAL: seems interpolated: /usr/local/sbin/delegated In than reason? -- WBR, Sergey Svyatkin mailto:shrdlu@svgc.ru From owner-freebsd-ports@FreeBSD.ORG Thu May 10 08:52:16 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E7CC16A400 for ; Thu, 10 May 2007 08:52:16 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC9A13C459 for ; Thu, 10 May 2007 08:52:15 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: by an-out-0708.google.com with SMTP id d23so120462and for ; Thu, 10 May 2007 01:52:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LzcP990gNE4QAqJ/XwGNi8qCIgSssmPPVVz9Zw0QGGQ+VL3JGT6oYhwwqiatltJCwo3MUSPwiNknLTwYJ73/54n2S26dHzGuiy0yQOeLGkfMaBwTzSYreL5XcbK0rZajIUort1ExB4be/ZcM9w4TaJYb00hLFBO9IyUNb+j2MOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WVztZuUrQgtKEEwdbh5PS1h8L4pfmFqG1uIgCgWtvExKhu4ZNeujXMZr62J1dVnia8L86+Iqigb77QeN6w7PhOrIjtlu1yTrmB3xjXoNmZ2NexRUJ2HwcaDoOqmAM5RXB1GCajXUsx+7Y5/7OraBPfRbAH68H1UM67xcRQcIfpg= Received: by 10.100.126.2 with SMTP id y2mr1048091anc.1178785556269; Thu, 10 May 2007 01:25:56 -0700 (PDT) Received: by 10.100.92.19 with HTTP; Thu, 10 May 2007 01:25:56 -0700 (PDT) Message-ID: <5fbf03c20705100125t57435f94ycaf472ad0c6303d7@mail.gmail.com> Date: Thu, 10 May 2007 10:25:56 +0200 From: "Spil Oss" To: freebsd-ports@freebsd.org In-Reply-To: <20070510012520.GC18342@soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705100048.l4A0mULd078168@app.auscert.org.au> <20070510012520.GC18342@soaustin.net> Subject: Re: php 5.2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 08:52:16 -0000 On 10/05/07, Mark Linimon wrote: > On Thu, May 10, 2007 at 10:48:30AM +1000, freebsd@auscert.org.au wrote: > > The latest release of PHP is out (as at May 3) and I'm just wondering if > > there's a schedule for updating the port - this release corrects some not > > insignificant security vulnerabilities. > > We are in an unusual ports freeze to do the preliminary work to import > the xorg7.2 release, so at the moment we are holding off on this. We > are, however, aware of the issue. > > mcl > _______________________________________________ > 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" > As much as I (and I hope all of us) appreciate the effort to include xorg7.2, this leaves many productive systems vulnerable. I have not yet found an update on the progress of the xorg7.2 work but I'm anxious to find out when we can expect the ports tree to be unfrozen. Can anyone supply us with a timeline for php 5.2.2? Kind regards, Spil. From owner-freebsd-ports@FreeBSD.ORG Thu May 10 08:55:47 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0A8816A403 for ; Thu, 10 May 2007 08:55:47 +0000 (UTC) (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 AFF4613C45A for ; Thu, 10 May 2007 08:55:47 +0000 (UTC) (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 617601A3C1A; Thu, 10 May 2007 01:56:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 01F0F51452; Thu, 10 May 2007 04:55:46 -0400 (EDT) Date: Thu, 10 May 2007 04:55:46 -0400 From: Kris Kennaway To: spil.oss@gmail.com Message-ID: <20070510085546.GA79380@xor.obsecurity.org> References: <200705100048.l4A0mULd078168@app.auscert.org.au> <20070510012520.GC18342@soaustin.net> <5fbf03c20705100125t57435f94ycaf472ad0c6303d7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fbf03c20705100125t57435f94ycaf472ad0c6303d7@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org Subject: Re: php 5.2.2 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, 10 May 2007 08:55:47 -0000 On Thu, May 10, 2007 at 10:25:56AM +0200, Spil Oss wrote: > On 10/05/07, Mark Linimon wrote: > >On Thu, May 10, 2007 at 10:48:30AM +1000, freebsd@auscert.org.au wrote: > >> The latest release of PHP is out (as at May 3) and I'm just wondering if > >> there's a schedule for updating the port - this release corrects some not > >> insignificant security vulnerabilities. > > > >We are in an unusual ports freeze to do the preliminary work to import > >the xorg7.2 release, so at the moment we are holding off on this. We > >are, however, aware of the issue. > > > >mcl > >_______________________________________________ > >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" > > > > As much as I (and I hope all of us) appreciate the effort to include > xorg7.2, this leaves many productive systems vulnerable. I have not > yet found an update on the progress of the xorg7.2 work but I'm > anxious to find out when we can expect the ports tree to be unfrozen. > > Can anyone supply us with a timeline for php 5.2.2? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112527 Just apply it, relax, and stop bugging us. Thanks :) Kris From owner-freebsd-ports@FreeBSD.ORG Thu May 10 09:00:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D25CA16A402 for ; Thu, 10 May 2007 09:00:07 +0000 (UTC) (envelope-from jumpyboy@infinito.it) Received: from infinito.it (smtp.infinito.it [213.92.8.142]) by mx1.freebsd.org (Postfix) with ESMTP id 6139D13C455 for ; Thu, 10 May 2007 09:00:07 +0000 (UTC) (envelope-from jumpyboy@infinito.it) Received: from [143.225.229.225] (account jumpyboy@infinito.it) by infinito.it (CommuniGate Pro WebUser 4.2.10) with HTTP id 176014966; Thu, 10 May 2007 10:00:06 +0200 From: To: ale@FreeBSD.org X-Mailer: CommuniGate Pro WebUser Interface v.4.2.10 Date: Thu, 10 May 2007 10:00:06 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: php5-session-5.2.1_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: Thu, 10 May 2007 09:00:07 -0000 Do you know that PHP 5.2.1 has a "Security Enhancements and Fixes in PHP 5.2.2 and PHP 4.4.7" as reported on www.php.net? When will be available the PHP 5.2.2 in the ports? I have got a webserver with a vulnerable PHP version on it (5.2.1) and I'm scared. Giovanni From owner-freebsd-ports@FreeBSD.ORG Thu May 10 09:23:14 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5429316A409; Thu, 10 May 2007 09:23:14 +0000 (UTC) (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 34CD113C45A; Thu, 10 May 2007 09:23:14 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A0253AFA; Thu, 10 May 2007 04:23:13 -0500 (CDT) Date: Thu, 10 May 2007 04:23:13 -0500 To: jumpyboy@infinito.it Message-ID: <20070510092313.GA32387@soaustin.net> References: 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) Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: FreeBSD Port: php5-session-5.2.1_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: Thu, 10 May 2007 09:23:14 -0000 On Thu, May 10, 2007 at 10:00:06AM +0200, jumpyboy@infinito.it wrote: > Do you know that PHP 5.2.1 has a "Security Enhancements and Fixes in > PHP 5.2.2 and PHP 4.4.7" as reported on www.php.net? When will be > available the PHP 5.2.2 in the ports? Please go read the archives of this mailing list over the past 24 hours. Thanks. mcl From owner-freebsd-ports@FreeBSD.ORG Thu May 10 09:41:27 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56D3116A405 for ; Thu, 10 May 2007 09:41:27 +0000 (UTC) (envelope-from l.cligny@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6CD13C45B for ; Thu, 10 May 2007 09:41:27 +0000 (UTC) (envelope-from l.cligny@free.fr) Received: from smtp8-g19.free.fr (smtp8-g19.free.fr [212.27.42.65]) by postfix1-g20.free.fr (Postfix) with ESMTP id 8B5AAF4BBCC for ; Thu, 10 May 2007 11:16:26 +0200 (CEST) Received: from imp7-g19.free.fr (imp7-g19.free.fr [212.27.42.38]) by smtp8-g19.free.fr (Postfix) with ESMTP id 6904E19A7F for ; Thu, 10 May 2007 11:16:25 +0200 (CEST) Received: by imp7-g19.free.fr (Postfix, from userid 33) id 16BF5128E1; Thu, 10 May 2007 11:16:28 +0200 (CEST) Received: from smtp1.synbra.com (smtp1.synbra.com [212.108.2.58]) by imp.free.fr (IMP) with HTTP for ; Thu, 10 May 2007 11:16:28 +0200 Message-ID: <1178788588.4642e2ec084e2@imp.free.fr> Date: Thu, 10 May 2007 11:16:28 +0200 From: l.cligny@free.fr 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.2.5 X-Originating-IP: 212.108.2.58 Cc: Subject: Startup script's race condition with zabbix over MySQL 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, 10 May 2007 09:41:27 -0000 Hello, I've set up a FreeBSD 6.2-RELEASE Box to act as a zabbix server. The relevant packages I use are: zabbix-1.1.7,1 mysql-server-5.0.37 Fisrt of all, both software works properly, my setup run well if I run them manually via /usr/local/etc/rc.d. No error messages. But I had a problem when I put the MySQL and zabbix_server services to run in /etc/rc.conf, in order to start them at startup. In fact the MySQL start first, and then the zabbix-server follows immediately, which makes sense, (I made it sure by adding "# REQUIRE mysql", without quotes, to the head of /usr/local/etc/rc.d/zabbix-server script). So the logic startup order is respected. But, at every boot, my zabbix-server daemon won't start, the zabbix's log file saying "could not connect to socket "/tmp/mysql.sock"". So I put a dirty "sleep 10" in /usr/local/etc/rc.d/zabbix_server script, just after variables declarations, and now it works well at each startup. Does some of you guys have a better method to fix this race-condition behavior (maybe a "file exists" condition over the /tmp/mysql.sock file or so), in the zabbix_server FreeBSD startup script ? Another issue I found is when zabbix exits after claiming /tmp/mysql.sock doesn't exists, it leave its PID file on /var/tmp/zabbix_server.pid, which avoid also starting zabbix_server, even manually by rc.d script, if we don't remove it before. P.S: sorry for my "English" Cheers, Laurent CLIGNY From owner-freebsd-ports@FreeBSD.ORG Thu May 10 13:34:31 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AAAD16A400 for ; Thu, 10 May 2007 13:34:31 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from mx1.sitevalley.com (sitevalley.com [209.67.60.43]) by mx1.freebsd.org (Postfix) with SMTP id 1D26D13C45A for ; Thu, 10 May 2007 13:34:26 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from zone3000.kharkov.ua (HELO localhost) (217.144.69.37) by 209.67.61.254 with SMTP; 10 May 2007 13:34:20 -0000 Date: Thu, 10 May 2007 16:33:53 +0300 From: Nikolay Pavlov To: Brandon McCorkle Message-ID: <20070510133353.GB3276@zone3000.net> References: <553FC944117A7B428D992C5874F482374087@be-02.gahanna.gov> <20070506111234.GA3748@zone3000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070506111234.GA3748@zone3000.net> X-Operating-System: FreeBSD 6.1-RELEASE-p10 User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: wildfire-3.2.4 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, 10 May 2007 13:34:31 -0000 On Sunday, 6 May 2007 at 14:12:34 +0300, Nikolay Pavlov wrote: > On Thursday, 3 May 2007 at 16:01:27 -0400, Brandon McCorkle wrote: > > Hi Quetzal, > > > > > > > > I was curious if you were working on a openfire 3.3.0 > > port in FreeBSD? It's my understanding that it needs Java 1.6 now and I > > didn't see a Java port for this version in BSD so I was curious if 3.3.0 > > was going to happen. Thanks for all your hard work, the 3.2.4 port has > > been working beautifully for us. > > > > > > > > > > > > Brandon > > > > > > > > > > Hi Brandon. I currently working on this :) Hi Brandon. Could you please look at this post: http://www.igniterealtime.org/forum/thread.jspa?threadID=26442 -- ====================================================================== - Best regards, Nikolay Pavlov. <<<----------------------------------- ====================================================================== From owner-freebsd-ports@FreeBSD.ORG Thu May 10 14:05:40 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A30416A402 for ; Thu, 10 May 2007 14:05:40 +0000 (UTC) (envelope-from stefan@electroniczombie.com) Received: from mail.electroniczombie.com (69-10-205-200.localaccess.com [69.10.205.200]) by mx1.freebsd.org (Postfix) with ESMTP id EABB813C489 for ; Thu, 10 May 2007 14:05:39 +0000 (UTC) (envelope-from stefan@electroniczombie.com) Received: from [10.0.0.235] (69-10-204-102.localaccess.com [69.10.204.102]) by mail.electroniczombie.com (Postfix) with ESMTP id 7A7633981C for ; Thu, 10 May 2007 06:47:21 -0700 (PDT) Message-ID: <464321CD.7050404@electroniczombie.com> Date: Thu, 10 May 2007 06:44:45 -0700 From: Stefan Peters User-Agent: Thunderbird 2.0b1pre (X11/20070410) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: xqf-1.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: Thu, 10 May 2007 14:05:40 -0000 FYI, XQF 1.0.5 does *require* qstat 2.11 (current qstat port is 2.10). Just confirmed this on a FreeBSD 6.2-STABLE setup. XQF would not query any master or game servers until I upgraded my qstat port to 2.11. Changes made to qstat-2.10 port: 'Makefile': - PORTVERSION= 2.10 + PORTVERSION= 2.11 'distinfo': - MD5 (qstat-2.10.tar.gz) = ac3ce3dbed5248bd5738a4968460880e - SHA256 (qstat-2.10.tar.gz) = c86c12465dac1efbab7e0d2f84a5fc5388f7057e9cf09a2253cc88730ca1476c - SIZE (qstat-2.10.tar.gz) = 228886 + MD5 (qstat-2.11.tar.gz) = 26c09831660ef9049fe74b786b80d091 + SHA256 (qstat-2.11.tar.gz) = 16f0c0f55567597d7f2db5136a0858c56effb4481a2c821a48cd0432ea572150 + SIZE (qstat-2.11.tar.gz) = 258335 No other changes were needed. XQF worked fine after that. -- Stefan T. Peters From owner-freebsd-ports@FreeBSD.ORG Thu May 10 19:19:04 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98CB216A403 for ; Thu, 10 May 2007 19:19:04 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6FCC513C45D for ; Thu, 10 May 2007 19:19:04 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B87C05193F for ; Thu, 10 May 2007 15:18:59 -0400 (EDT) Date: Thu, 10 May 2007 20:18:46 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070510201846.76992f5b@gumby.homeunix.com.> In-Reply-To: <1178788588.4642e2ec084e2@imp.free.fr> References: <1178788588.4642e2ec084e2@imp.free.fr> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Startup script's race condition with zabbix over MySQL 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, 10 May 2007 19:19:04 -0000 On Thu, 10 May 2007 11:16:28 +0200 l.cligny@free.fr wrote: > > Hello, > > I've set up a FreeBSD 6.2-RELEASE Box to act as a zabbix server. > > The relevant packages I use are: > > zabbix-1.1.7,1 > mysql-server-5.0.37 > > Fisrt of all, both software works properly, my setup run well if I > run them manually via /usr/local/etc/rc.d. No error messages. > > But I had a problem when I put the MySQL and zabbix_server services > to run in /etc/rc.conf, in order to start them at startup. They belong in /usr/local/etc/rc.d > In fact the MySQL start first, and then the zabbix-server follows > immediately, which makes sense, (I made it sure by adding "# REQUIRE > mysql", without quotes, to the head > of /usr/local/etc/rc.d/zabbix-server script). So the logic startup > order is respected. > > But, at every boot, my zabbix-server daemon won't start, the zabbix's > log file saying "could not connect to socket "/tmp/mysql.sock"". So I > put a dirty "sleep 10" in /usr/local/etc/rc.d/zabbix_server script, > just after variables declarations, and now it works well at each > startup. > > Does some of you guys have a better method to fix this race-condition > behavior (maybe a "file exists" condition over the /tmp/mysql.sock > file or so), in the zabbix_server FreeBSD startup script ? I would suggest you you write a new script that's ordered between the two, and waits for the socket. That avoids having to maintain any modifications to port installed scripts. From owner-freebsd-ports@FreeBSD.ORG Thu May 10 21:14:46 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9114816A400 for ; Thu, 10 May 2007 21:14:46 +0000 (UTC) (envelope-from nivo+d+1179349026.2a047c@is-root.com) Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117]) by mx1.freebsd.org (Postfix) with ESMTP id C54AD13C44B for ; Thu, 10 May 2007 21:14:45 +0000 (UTC) (envelope-from nivo+d+1179349026.2a047c@is-root.com) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id AA29B148; Thu, 10 May 2007 22:57:06 +0200 (CEST) Received: from [192.168.2.102] (192.168.2.102) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Thu, 10 May 2007 22:57:05 +0200 Message-ID: <46438665.9020905@is-root.com> Date: Thu, 10 May 2007 22:53:57 +0200 Organization: IS-Root Internet Solutions User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: =?windows-1251?Q?=D1=E5=F0=E3=E5=E9_=D1=E2=FF=F2=EA=E8=ED?= References: <70515582453.20070510083946@svgc.ru> In-Reply-To: <70515582453.20070510083946@svgc.ru> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Nils Vogels X-TMDA-Fingerprint: Cvxx8jFg/S2KyfVvd8QwM2BOdcg X-Primary-Address: nivo@yuckfou.org Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: delegate-9.5.6 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: Thu, 10 May 2007 21:14:46 -0000 Hello! Ńĺđăĺé Ńâ˙ňęčí wrote on 10-5-2007 5:39: > Hello! > > The problem when start under freebsd 6.2 > > # uname -a > FreeBSD mail.svgc.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Apr 4 10:02:02 SAMST 2007 > shrdlu@mail.svgc.ru:/usr/src/sys/i386/compile/MAILKERNEL i386 > > install delegated from ports: > > # cd /usr/ports/net/delegate > # make install > > then try to start: > > # delegated > DeleGate/9.5.6 (April 5, 2007) > AIST-Product-ID: 2000-ETL-198715-01, H14PRO-049, H15PRO-165, H18PRO-443 > Copyright (c) 1994-2000 Yutaka Sato and ETL,AIST,MITI > Copyright (c) 2001-2006 National Institute of Advanced Industrial Science and > Technology (AIST) > Thank you for the report. Stripping the binary seems to invalidate the internal checksum check. I will send in an update for the port to not strip the binary for the time being. You can do this yourself by adding to the Makefile: 'STRIP= ' after the PLIST_FILES line. Greets, Nils From owner-freebsd-ports@FreeBSD.ORG Thu May 10 21:28:18 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CE4F16A400; Thu, 10 May 2007 21:28:18 +0000 (UTC) (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 1740E13C455; Thu, 10 May 2007 21:28:18 +0000 (UTC) (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 70D801A4D88; Thu, 10 May 2007 14:29:02 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 702E951FA5; Thu, 10 May 2007 17:28:17 -0400 (EDT) Date: Thu, 10 May 2007 17:28:17 -0400 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20070510212817.GA67897@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: HEADS UP: xorg 7.2 ready for testing 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, 10 May 2007 21:28:18 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear porters, We are now ready for xorg 7.2 testing! Over the past week we have done extensive tests of various upgrade scenarios, fixed many remaining bugs, and now the upgrade is looking good. Of course, we can't possibly test everything, so that's where you come in. What we need now is for everyone to download this tarball: http://people.freebsd.org/~kris/ports-xorg-7.2.tbz Extract it into a clean directory (i.e. not over the top of your existing ports tree), then follow the directions in UPDATING to begin the upgrade process. In particular, please pay special attention to the instructions on how to record and report information should something go wrong: without a transcript of the upgrade session we may be unable to determine what went wrong on your system, and your report may be wasted. We're asking all FreeBSD ports committers and other interested developers to participate in this process: it's now up to you guys to test the upgrade and report problems you encounter, before we unleash it on the general user base. Once we have enough success reports and have dealt with all reported failures, we will proceed with the next stage, which is to import into CVS. Kris --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGQ45wWry0BWjoQKURArMkAKDfacoM9k848WGZtfhqrt6LtR0CMACfa9fb G85cg5WEYUtavlq99WlaEOU= =K/Lz -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-ports@FreeBSD.ORG Thu May 10 22:12:19 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47B5516A404 for ; Thu, 10 May 2007 22:12:19 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 076F313C447 for ; Thu, 10 May 2007 22:12:19 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.190] (port=46611 helo=smtp1.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HmGry-0000At-2F; Fri, 11 May 2007 00:12:18 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:62063 helo=desktop.homenet) by smtp1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HmGrw-00027N-Mz; Fri, 11 May 2007 00:12:16 +0200 From: Danny Pansters To: freebsd-ports@freebsd.org Date: Fri, 11 May 2007 00:11:13 +0200 User-Agent: KMail/1.9.6 References: <20070510212817.GA67897@xor.obsecurity.org> In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705110011.13466.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 10 May 2007 22:12:19 -0000 On Thursday 10 May 2007 23:28:17 Kris Kennaway wrote: > Dear porters, > > We are now ready for xorg 7.2 testing! Over the past week we have > done extensive tests of various upgrade scenarios, fixed many > remaining bugs, and now the upgrade is looking good. Of course, we > can't possibly test everything, so that's where you come in. What we > need now is for everyone to download this tarball: > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > Extract it into a clean directory (i.e. not over the top of your > existing ports tree), then follow the directions in UPDATING to begin Correct me if I'm wrong, but doesn't this require that the tarball is extracted over existing /usr/ports? Using portupgrade etc. Dan From owner-freebsd-ports@FreeBSD.ORG Thu May 10 22:26:36 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 385C116A402 for ; Thu, 10 May 2007 22:26:36 +0000 (UTC) (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 4C28013C455 for ; Thu, 10 May 2007 22:26:35 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.1/8.14.1) with ESMTP id l4AMQmO6090539; Thu, 10 May 2007 18:26:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Danny Pansters In-Reply-To: <200705110011.13466.danny@ricin.com> References: <20070510212817.GA67897@xor.obsecurity.org> <200705110011.13466.danny@ricin.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-b5GrknFeFaws0utyk/oz" Organization: MarcusCom, Inc. Date: Thu, 10 May 2007 18:26:31 -0400 Message-Id: <1178835991.46237.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on creme-brulee.marcuscom.com Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 10 May 2007 22:26:36 -0000 --=-b5GrknFeFaws0utyk/oz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2007-05-11 at 00:11 +0200, Danny Pansters wrote: > On Thursday 10 May 2007 23:28:17 Kris Kennaway wrote: > > Dear porters, > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > done extensive tests of various upgrade scenarios, fixed many > > remaining bugs, and now the upgrade is looking good. Of course, we > > can't possibly test everything, so that's where you come in. What we > > need now is for everyone to download this tarball: > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > > Extract it into a clean directory (i.e. not over the top of your > > existing ports tree), then follow the directions in UPDATING to begin >=20 > Correct me if I'm wrong, but doesn't this require that the tarball is=20 > extracted over existing /usr/ports? Using portupgrade etc. No. DO NOT EXTRACT OVER EXISTING /usr/ports as this will cause patch problems. Instead, set the PORTSDIR environment variable to the fully-qualified path to this new location. For example: # cd /space/xorg/ports # tar -xjf ports-xorg-7.2.tbz # setenv PORTSDIR `realpath .` The realpath is important so as to resolve symlinks. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-b5GrknFeFaws0utyk/oz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGQ5wTb2iPiv4Uz4cRApP6AJ9Edv3iBlxU5HxDNGuwcNrDR2ryCACeKcGe LesLBMmIH6W58XkKz71KZgo= =SKef -----END PGP SIGNATURE----- --=-b5GrknFeFaws0utyk/oz-- From owner-freebsd-ports@FreeBSD.ORG Thu May 10 22:32:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60C8C16A400 for ; Thu, 10 May 2007 22:32:13 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1F40E13C44C for ; Thu, 10 May 2007 22:32:13 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.188] (port=52662 helo=smtp3.tilbu1.nb.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HmHBD-00019a-Ow; Fri, 11 May 2007 00:32:11 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:62080 helo=desktop.homenet) by smtp3.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HmHBC-0000Rz-CP; Fri, 11 May 2007 00:32:10 +0200 From: Danny Pansters To: Joe Marcus Clarke Date: Fri, 11 May 2007 00:31:06 +0200 User-Agent: KMail/1.9.6 References: <20070510212817.GA67897@xor.obsecurity.org> <200705110011.13466.danny@ricin.com> <1178835991.46237.7.camel@shumai.marcuscom.com> In-Reply-To: <1178835991.46237.7.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705110031.07135.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 10 May 2007 22:32:13 -0000 On Friday 11 May 2007 00:26:31 Joe Marcus Clarke wrote: > On Fri, 2007-05-11 at 00:11 +0200, Danny Pansters wrote: > > On Thursday 10 May 2007 23:28:17 Kris Kennaway wrote: > > > Dear porters, > > > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > > done extensive tests of various upgrade scenarios, fixed many > > > remaining bugs, and now the upgrade is looking good. Of course, we > > > can't possibly test everything, so that's where you come in. What we > > > need now is for everyone to download this tarball: > > > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > > > > Extract it into a clean directory (i.e. not over the top of your > > > existing ports tree), then follow the directions in UPDATING to begin > > > > Correct me if I'm wrong, but doesn't this require that the tarball is > > extracted over existing /usr/ports? Using portupgrade etc. > > No. DO NOT EXTRACT OVER EXISTING /usr/ports as this will cause patch > problems. Instead, set the PORTSDIR environment variable to the > fully-qualified path to this new location. For example: > > # cd /space/xorg/ports > # tar -xjf ports-xorg-7.2.tbz > # setenv PORTSDIR `realpath .` > > The realpath is important so as to resolve symlinks. OK, thanks. This wasn't very clear. Dan From owner-freebsd-ports@FreeBSD.ORG Thu May 10 23:26:06 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2A5016A400 for ; Thu, 10 May 2007 23:26:06 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 91F5E13C458 for ; Thu, 10 May 2007 23:26:06 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 056DB37D5A8; Fri, 11 May 2007 09:25:21 +1000 (EST) X-Viruscan-Id: <4643A9E00000DE9B25AB1D@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 96F8A4224E7; Fri, 11 May 2007 09:25:20 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 4C02D37D526; Fri, 11 May 2007 09:25:20 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 3B788337; Fri, 11 May 2007 09:26:04 +1000 (EST) Date: Fri, 11 May 2007 09:26:04 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20070510232604.GB1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 10 May 2007 23:26:07 -0000 On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > Dear porters, > > We are now ready for xorg 7.2 testing! Over the past week we have > done extensive tests of various upgrade scenarios, fixed many > remaining bugs, and now the upgrade is looking good. Of course, we > can't possibly test everything, so that's where you come in. What we > need now is for everyone to download this tarball: > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 28Mb Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 00:03:18 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FE0B16A402 for ; Fri, 11 May 2007 00:03:18 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id EAC9D13C45A for ; Fri, 11 May 2007 00:03:17 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so789669wra for ; Thu, 10 May 2007 17:03:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GqRc474XRAhrauAQiA/B0E/PJG0HDMCYido1I8jx6BbaXTSAcrDCW+t0uq6/kmL+LRk+Sd97ORTbFJ4FhjvXrt7YRJUVeUQVae4DKtJuKm20a5uvtJUem+gzyf9zPi/lw9oz/gpwuDp9JWxrWu/en3IKKDyCUq5o6dTYHFizJSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DOSxfIf1kCen6OEZ/feQ7ldCDi8fITOo1nB6GipSX19qu7BndjX7rz7lVOw8mFh9+hoR/bMhvVx9pBeUNqxpp+07MRiphbwU9rf2U1ltd4Jwfbp1VhuXKV1jfNNFhQVGvSUu+tqzEu7Mf2vT62c0W15NQ4bZd1MtF72231Ri52E= Received: by 10.115.15.1 with SMTP id s1mr769154wai.1178841796980; Thu, 10 May 2007 17:03:16 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Thu, 10 May 2007 17:03:16 -0700 (PDT) Message-ID: Date: Fri, 11 May 2007 04:03:16 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Edwin Groothuis" In-Reply-To: <20070510232604.GB1066@k7.mavetju> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070510212817.GA67897@xor.obsecurity.org> <20070510232604.GB1066@k7.mavetju> X-Google-Sender-Auth: f3382a94500fb67d Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 00:03:18 -0000 On 5/11/07, Edwin Groothuis wrote: > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > Dear porters, > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > done extensive tests of various upgrade scenarios, fixed many > > remaining bugs, and now the upgrade is looking good. Of course, we > > can't possibly test everything, so that's where you come in. What we > > need now is for everyone to download this tarball: > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 28Mb http://people.freebsd.org/~sat/diffs/ports.xorg72.diff.bz2 is only 461 Kb In fact, that's what we've been promised - a diff :-) From owner-freebsd-ports@FreeBSD.ORG Fri May 11 00:28:58 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62A8F16A402; Fri, 11 May 2007 00:28:58 +0000 (UTC) (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 4BD0113C45B; Fri, 11 May 2007 00:28:58 +0000 (UTC) (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 C719B1A3C19; Thu, 10 May 2007 17:29:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9C3B851FA5; Thu, 10 May 2007 20:28:57 -0400 (EDT) Date: Thu, 10 May 2007 20:28:57 -0400 From: Kris Kennaway To: Andrew Pantyukhin Message-ID: <20070511002857.GA72198@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070510232604.GB1066@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Edwin Groothuis , Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 00:28:58 -0000 On Fri, May 11, 2007 at 04:03:16AM +0400, Andrew Pantyukhin wrote: > On 5/11/07, Edwin Groothuis wrote: > >On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > >> Dear porters, > >> > >> We are now ready for xorg 7.2 testing! Over the past week we have > >> done extensive tests of various upgrade scenarios, fixed many > >> remaining bugs, and now the upgrade is looking good. Of course, we > >> can't possibly test everything, so that's where you come in. What we > >> need now is for everyone to download this tarball: > >> > >> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > >http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 28Mb > > http://people.freebsd.org/~sat/diffs/ports.xorg72.diff.bz2 is only 461 Kb > > In fact, that's what we've been promised - a diff :-) Dunno who promised this to you, but it was never the plan. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 00:30:35 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C0B416A400 for ; Fri, 11 May 2007 00:30:35 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFF413C447 for ; Fri, 11 May 2007 00:30:34 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id 9885683A40; Fri, 11 May 2007 02:30:32 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id B644E123EB; Fri, 11 May 2007 02:30:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org 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 q-nEf3xjKs5Y; Fri, 11 May 2007 02:30:26 +0200 (CEST) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 123E0122DB; Fri, 11 May 2007 02:30:24 +0200 (CEST) Message-ID: <4643B808.7020408@FreeBSD.org> Date: Fri, 11 May 2007 01:25:44 +0100 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070510232604.GB1066@k7.mavetju> <20070511002857.GA72198@xor.obsecurity.org> In-Reply-To: <20070511002857.GA72198@xor.obsecurity.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig787F3B12539BDEA82994565F" Cc: ports@freebsd.org, Andrew Pantyukhin , Edwin Groothuis Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 00:30:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig787F3B12539BDEA82994565F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kris Kennaway wrote: > On Fri, May 11, 2007 at 04:03:16AM +0400, Andrew Pantyukhin wrote: >> On 5/11/07, Edwin Groothuis wrote: >>> On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: >>>> Dear porters, >>>> >>>> We are now ready for xorg 7.2 testing! Over the past week we have >>>> done extensive tests of various upgrade scenarios, fixed many >>>> remaining bugs, and now the upgrade is looking good. Of course, we >>>> can't possibly test everything, so that's where you come in. What w= e >>>> need now is for everyone to download this tarball: >>>> >>>> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz >>> http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 2= 8Mb >> http://people.freebsd.org/~sat/diffs/ports.xorg72.diff.bz2 is only 461= Kb >> >> In fact, that's what we've been promised - a diff :-) >=20 > Dunno who promised this to you, but it was never the plan. Was about to say the same. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig787F3B12539BDEA82994565F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQ7gNMxEkbVFH3PQRCodnAJ0TPeI7mwD6IhWj0njbcJnG9ITmWwCaAu6K lCRz8S3sHb7AuyI9w+QCUhE= =Zkl1 -----END PGP SIGNATURE----- --------------enig787F3B12539BDEA82994565F-- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 00:33:44 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7ED816A406; Fri, 11 May 2007 00:33:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 80E7813C448; Fri, 11 May 2007 00:33:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id E740937D52D; Fri, 11 May 2007 10:32:58 +1000 (EST) X-Viruscan-Id: <4643B9BA000040AF1B6C90@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 38ADB4226C9; Fri, 11 May 2007 10:32:58 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 004A837D512; Fri, 11 May 2007 10:32:58 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 54985360; Fri, 11 May 2007 10:33:42 +1000 (EST) Date: Fri, 11 May 2007 10:33:42 +1000 From: Edwin Groothuis To: Andrew Pantyukhin Message-ID: <20070511003342.GC1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> <20070510232604.GB1066@k7.mavetju> <20070511002857.GA72198@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511002857.GA72198@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 00:33:44 -0000 On Thu, May 10, 2007 at 08:28:57PM -0400, Kris Kennaway wrote: > > >http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 28Mb > > > > http://people.freebsd.org/~sat/diffs/ports.xorg72.diff.bz2 is only 461 Kb > > > > In fact, that's what we've been promised - a diff :-) > > Dunno who promised this to you, but it was never the plan. And it's not clear what the diff is against. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 00:38:31 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C70E816A402 for ; Fri, 11 May 2007 00:38:31 +0000 (UTC) (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 B250813C45A for ; Fri, 11 May 2007 00:38:31 +0000 (UTC) (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 41B8B1A3C19 for ; Thu, 10 May 2007 17:39:16 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE5BB522CB; Thu, 10 May 2007 20:38:30 -0400 (EDT) Date: Thu, 10 May 2007 20:38:30 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070511003830.GA72841@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 00:38:31 -0000 On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > Dear porters, > > We are now ready for xorg 7.2 testing! Over the past week we have > done extensive tests of various upgrade scenarios, fixed many > remaining bugs, and now the upgrade is looking good. Of course, we > can't possibly test everything, so that's where you come in. What we > need now is for everyone to download this tarball: > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > Extract it into a clean directory (i.e. not over the top of your > existing ports tree), then follow the directions in UPDATING to begin > the upgrade process. Amendment to the instructions: XORG_UPGRADE must be set before the portupgrade -Rf libXft. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 03:51:09 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E1AB16A403 for ; Fri, 11 May 2007 03:51:09 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB1713C44C for ; Fri, 11 May 2007 03:51:09 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B3p88j007336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 10 May 2007 20:51:08 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B3p7IE013874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 10 May 2007 20:51:08 -0700 Message-ID: <4643E82A.6090200@u.washington.edu> Date: Thu, 10 May 2007 20:51:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> In-Reply-To: <20070511003830.GA72841@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.10.202834 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 03:51:09 -0000 Kris Kennaway wrote: > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: >> Dear porters, >> >> We are now ready for xorg 7.2 testing! Over the past week we have >> done extensive tests of various upgrade scenarios, fixed many >> remaining bugs, and now the upgrade is looking good. Of course, we >> can't possibly test everything, so that's where you come in. What we >> need now is for everyone to download this tarball: >> >> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz >> >> Extract it into a clean directory (i.e. not over the top of your >> existing ports tree), then follow the directions in UPDATING to begin >> the upgrade process. > > Amendment to the instructions: XORG_UPGRADE must be set before the > portupgrade -Rf libXft. > > Kris Well, bottoms up to the upgrade. Lessee how the experience is.. Many thanks to all of the maintainers for finally getting this out. It's been a while since FreeBSD's been up to date in terms of its X11 distribution :). -Garrett From owner-freebsd-ports@FreeBSD.ORG Fri May 11 04:45:27 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BC6216A408 for ; Fri, 11 May 2007 04:45:27 +0000 (UTC) (envelope-from paul@castlecops.com) Received: from cc1.gs.oarci.net (cc1.gs.oarci.net [204.152.184.161]) by mx1.freebsd.org (Postfix) with ESMTP id 5D03E13C448 for ; Fri, 11 May 2007 04:45:27 +0000 (UTC) (envelope-from paul@castlecops.com) Received: from [192.168.1.49] (c1static-156-95.sssnet.com [24.140.156.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by cc1.gs.oarci.net (Postfix) with ESMTP id 983B1299EC77; Fri, 11 May 2007 04:22:06 +0000 (UTC) (envelope-from paul@castlecops.com) Message-ID: <4643EE2B.50002@castlecops.com> Date: Fri, 11 May 2007 00:16:43 -0400 From: Paul Laudanski Organization: CastleCops User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: ale@FreeBSD.org X-Enigmail-Version: 0.95.0 OpenPGP: id=2C54CA65 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, Paul Vixie Subject: FreeBSD Port: php5-5.2.1_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: Fri, 11 May 2007 04:45:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, I'd like to offer my services to upgrade this port to 5.2.2. Please let me know where I can help. - -- Paul Laudanski, CastleCops®, www.castlecops.com Submit Phish: www.castlecops.com/pirt http://www.linkedin.com/pub/1/49a/17b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQ+4rHP6ZmSxUymURAkoqAJ96r3Lxeb9a/p1aHXQ2qroS49Zy3gCfW1td mNMfGOKx+PjuOqmrE4d/5uo= =fLy4 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 04:54:32 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4196516A404 for ; Fri, 11 May 2007 04:54:32 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 0016C13C46A for ; Fri, 11 May 2007 04:54:31 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so199976and for ; Thu, 10 May 2007 21:54:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XJ/oicr58dfbSd3QVUqSfQNOJ1PB011WHO2hXo5WiA5ZVAu83IX1PokTNQCzb+n4kfGntISuPopqRDOUTUj9o2xqZwkc2Jjo7o82HAwCLeUT94A2amnAiF5k7TpwlK0Uqosr+j6WR/X3i3z+YuQujYhd5V5PegPbU4582/vcyag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kcA4pNU404c7D2DTmGPOy0pFcFDYDyAINnoYwTanar3N0/23+1+6SQ021gl9NUpC2dyQkLf6XhN+Dsx47Eya4CBk0J+neY5qqTaOnZTKFjxuhMiBZM687CduDt35MyeVx3a3v350sQh5ax+XPggA4S7b2/OJ15tTA0Cp7z9oyzQ= Received: by 10.100.128.8 with SMTP id a8mr1908681and.1178859271243; Thu, 10 May 2007 21:54:31 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Thu, 10 May 2007 21:54:31 -0700 (PDT) Message-ID: <790a9fff0705102154l7d2ed883w35c311a1a4d2d4cf@mail.gmail.com> Date: Thu, 10 May 2007 23:54:31 -0500 From: "Scot Hetzel" To: "Paul Laudanski" In-Reply-To: <4643EE2B.50002@castlecops.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4643EE2B.50002@castlecops.com> Cc: ports@freebsd.org, Paul Vixie , ale@freebsd.org Subject: Re: FreeBSD Port: php5-5.2.1_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: Fri, 11 May 2007 04:54:32 -0000 On 5/10/07, Paul Laudanski wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Greetings, I'd like to offer my services to upgrade this port to 5.2.2. > Please let me know where I can help. > A PR has already been submitted: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112527 We are in a ports freeze due to the xorg 7.2 import. When the freeze is over, the pending PRs will be commited. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Fri May 11 05:17:47 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8ECD16A407 for ; Fri, 11 May 2007 05:17:47 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 88BD813C46E for ; Fri, 11 May 2007 05:17:47 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 73215EB8E8E; Fri, 11 May 2007 13:01:24 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id W5wte+GMuJqH; Fri, 11 May 2007 13:01:21 +0800 (CST) Received: from LI-Xins-MacBook.local (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id D731DEB8EAF; Fri, 11 May 2007 13:01:21 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=acOTR+BpLIflbkkUxQveAKYxwH2vNDpjwDv9aJgtNR6f79/TzrjhbtuPY0n41DG3H +p22wHyOWVx4nW+2jI1Dg== Message-ID: <4643F898.2050003@delphij.net> Date: Fri, 11 May 2007 13:01:12 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Paul Laudanski References: <4643EE2B.50002@castlecops.com> In-Reply-To: <4643EE2B.50002@castlecops.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig95C4655EFA54394DCA6ED604" Cc: ports@FreeBSD.org, secteam@FreeBSD.org, Paul Vixie , ale@FreeBSD.org Subject: Re: FreeBSD Port: php5-5.2.1_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: Fri, 11 May 2007 05:17:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig95C4655EFA54394DCA6ED604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Paul Laudanski wrote: > Greetings, I'd like to offer my services to upgrade this port to 5.2.2.= > Please let me know where I can help. Thanks for your offer. Currently we are in a ports freeze (which means that only a selected subset of port committers and the security team can commit during the period) in preparision for the upcoming Xorg 7.2 import, which will take some time to be finished. The FreeBSD Security Team is already aware of the issue, and the upgrade is already being working on. For those who concern about the upgrade urgently please consult http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/112527 for patch. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig95C4655EFA54394DCA6ED604 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQ/iYOfuToMruuMARCuTDAJ9ydDfD684xl3EfLxgDd/S0lLopPgCfRHhp zwphLRA0sIJ8X8iI2nsTqjQ= =cUNR -----END PGP SIGNATURE----- --------------enig95C4655EFA54394DCA6ED604-- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 06:47:21 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3DD416A400 for ; Fri, 11 May 2007 06:47:21 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7878E13C447 for ; Fri, 11 May 2007 06:47:21 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 11 May 2007 06:46:19 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp020) with SMTP; 11 May 2007 08:46:19 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+a69VtlqqaO4f4wmcpBY2jKDAKdFIL8TjMnS09bf itY933VJmmJXDi Message-ID: <46441124.3020602@gmx.de> Date: Fri, 11 May 2007 08:45:56 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Xorg 7.2 index 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: Fri, 11 May 2007 06:47:21 -0000 # make index Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status Does anyone else have this problem? From owner-freebsd-ports@FreeBSD.ORG Fri May 11 06:50:02 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F05C16A406 for ; Fri, 11 May 2007 06:50:02 +0000 (UTC) (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 8BCB313C447 for ; Fri, 11 May 2007 06:50:02 +0000 (UTC) (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 640561A3C19; Thu, 10 May 2007 23:50:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7DBC851403; Fri, 11 May 2007 02:50:01 -0400 (EDT) Date: Fri, 11 May 2007 02:50:01 -0400 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20070511065001.GA30678@xor.obsecurity.org> References: <46441124.3020602@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46441124.3020602@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org Subject: Re: Xorg 7.2 index 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: Fri, 11 May 2007 06:50:02 -0000 On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > # make index > Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence > "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > Does anyone else have this problem? Do you have a nonstandard locale set, and does this warning also occur with CVS index? Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:12:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA0B716A405 for ; Fri, 11 May 2007 07:12:29 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4B4A213C455 for ; Fri, 11 May 2007 07:12:29 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 11 May 2007 07:12:28 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp021) with SMTP; 11 May 2007 09:12:28 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX188PkB06zs8viSY5QSc45fTg2yCukxMHs8kYXMFlo 7U2rLtGFWAIcfB Message-ID: <46441745.4010100@gmx.de> Date: Fri, 11 May 2007 09:12:05 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Kris Kennaway References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> In-Reply-To: <20070511065001.GA30678@xor.obsecurity.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: Xorg 7.2 index 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: Fri, 11 May 2007 07:12:30 -0000 Kris Kennaway wrote: > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: >> # make index >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status >> >> Does anyone else have this problem? > > Do you have a nonstandard locale set, and does this warning also occur with CVS index? > > Kris My locale is en_GB.UTF-8. I don't really think this will be a problem for me, I do not use this port. I only downloaded the file you put up for download, so I do not know about CVS index. I suppose I'd have to configure something in order to have 'make fetchindex' get the right index for me. I won't try that until it turns out the reported warnings cause problems. From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:16:42 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 557BB16A400 for ; Fri, 11 May 2007 07:16:42 +0000 (UTC) (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 4739D13C46A for ; Fri, 11 May 2007 07:16:42 +0000 (UTC) (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 2A3531A3C19; Fri, 11 May 2007 00:17:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4E66E52C04; Fri, 11 May 2007 03:16:41 -0400 (EDT) Date: Fri, 11 May 2007 03:16:41 -0400 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20070511071640.GA23490@xor.obsecurity.org> References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46441745.4010100@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Xorg 7.2 index 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: Fri, 11 May 2007 07:16:42 -0000 On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > Kris Kennaway wrote: > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > >> # make index > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > >> > >> Does anyone else have this problem? > > > > Do you have a nonstandard locale set, and does this warning also occur with CVS index? > > > > Kris > > My locale is en_GB.UTF-8. Probably the cause, I bet it would also give the warning with a CVS index. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:19:30 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3594F16A402 for ; Fri, 11 May 2007 07:19:30 +0000 (UTC) (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 27EEB13C4B0 for ; Fri, 11 May 2007 07:19:30 +0000 (UTC) (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 0915A1A3C19 for ; Fri, 11 May 2007 00:20:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F0D152C57; Fri, 11 May 2007 03:19:28 -0400 (EDT) Date: Fri, 11 May 2007 03:19:28 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070511071928.GA25911@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511003830.GA72841@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:19:30 -0000 On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > Dear porters, > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > done extensive tests of various upgrade scenarios, fixed many > > remaining bugs, and now the upgrade is looking good. Of course, we > > can't possibly test everything, so that's where you come in. What we > > need now is for everyone to download this tarball: > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > > Extract it into a clean directory (i.e. not over the top of your > > existing ports tree), then follow the directions in UPDATING to begin > > the upgrade process. > > Amendment to the instructions: XORG_UPGRADE must be set before the > portupgrade -Rf libXft. Amendment two: for now you need to build your own INDEX or portupgrade probably won't work correctly. Before running portupgrade do: portsdb -U (This is only required during the pre-commit testing; once it's in CVS 'make fetchindex' will work as normal) Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:35:11 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3765D16A403 for ; Fri, 11 May 2007 07:35:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1802813C469 for ; Fri, 11 May 2007 07:35:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B7ZAiW008729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 May 2007 00:35:10 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B7Z95Z025958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 May 2007 00:35:10 -0700 Message-ID: <46441CAB.6080208@u.washington.edu> Date: Fri, 11 May 2007 00:35:07 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> In-Reply-To: <20070511071928.GA25911@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.11.1934 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:35:11 -0000 Kris Kennaway wrote: > On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: >> On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: >>> Dear porters, >>> >>> We are now ready for xorg 7.2 testing! Over the past week we have >>> done extensive tests of various upgrade scenarios, fixed many >>> remaining bugs, and now the upgrade is looking good. Of course, we >>> can't possibly test everything, so that's where you come in. What we >>> need now is for everyone to download this tarball: >>> >>> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz >>> >>> Extract it into a clean directory (i.e. not over the top of your >>> existing ports tree), then follow the directions in UPDATING to begin >>> the upgrade process. >> Amendment to the instructions: XORG_UPGRADE must be set before the >> portupgrade -Rf libXft. > > Amendment two: for now you need to build your own INDEX or portupgrade > probably won't work correctly. Before running portupgrade do: > > portsdb -U > > (This is only required during the pre-commit testing; once it's in CVS > 'make fetchindex' will work as normal) > > Kris X11 forwarding no longer appears to work. Bad hardcoded path with the base system Openssh, perhaps? -Garrett From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:37:11 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696C316A403 for ; Fri, 11 May 2007 07:37:11 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDE413C4AE for ; Fri, 11 May 2007 07:37:10 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 2BF2937D494; Fri, 11 May 2007 17:36:22 +1000 (EST) X-Viruscan-Id: <46441CF500000D3EEA97D4@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id BC9C3422124; Fri, 11 May 2007 17:36:21 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 7D25C37D363; Fri, 11 May 2007 17:36:21 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 267723F5; Fri, 11 May 2007 17:37:08 +1000 (EST) Date: Fri, 11 May 2007 17:37:08 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20070511073708.GD1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511071928.GA25911@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:37:11 -0000 On Fri, May 11, 2007 at 03:19:28AM -0400, Kris Kennaway wrote: > On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: > > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > > Dear porters, > > > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > > done extensive tests of various upgrade scenarios, fixed many > > > remaining bugs, and now the upgrade is looking good. Of course, we > > > can't possibly test everything, so that's where you come in. What we > > > need now is for everyone to download this tarball: > > > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > > > > Extract it into a clean directory (i.e. not over the top of your > > > existing ports tree), then follow the directions in UPDATING to begin > > > the upgrade process. > > > > Amendment to the instructions: XORG_UPGRADE must be set before the > > portupgrade -Rf libXft. > > Amendment two: for now you need to build your own INDEX or portupgrade > probably won't work correctly. Before running portupgrade do: Is there a wiki-page with common problems, erretas etc? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:37:34 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41E9E16A400 for ; Fri, 11 May 2007 07:37:34 +0000 (UTC) (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 330AB13C43E for ; Fri, 11 May 2007 07:37:34 +0000 (UTC) (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 16D0B1A3C19; Fri, 11 May 2007 00:38:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BBDB0535FD; Fri, 11 May 2007 03:37:32 -0400 (EDT) Date: Fri, 11 May 2007 03:37:32 -0400 From: Kris Kennaway To: Garrett Cooper Message-ID: <20070511073732.GA49458@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <46441CAB.6080208@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46441CAB.6080208@u.washington.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:37:34 -0000 On Fri, May 11, 2007 at 12:35:07AM -0700, Garrett Cooper wrote: > Kris Kennaway wrote: > >On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: > >>On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > >>>Dear porters, > >>> > >>>We are now ready for xorg 7.2 testing! Over the past week we have > >>>done extensive tests of various upgrade scenarios, fixed many > >>>remaining bugs, and now the upgrade is looking good. Of course, we > >>>can't possibly test everything, so that's where you come in. What we > >>>need now is for everyone to download this tarball: > >>> > >>> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > >>> > >>>Extract it into a clean directory (i.e. not over the top of your > >>>existing ports tree), then follow the directions in UPDATING to begin > >>>the upgrade process. > >>Amendment to the instructions: XORG_UPGRADE must be set before the > >>portupgrade -Rf libXft. > > > >Amendment two: for now you need to build your own INDEX or portupgrade > >probably won't work correctly. Before running portupgrade do: > > > >portsdb -U > > > >(This is only required during the pre-commit testing; once it's in CVS > >'make fetchindex' will work as normal) > > > >Kris > > X11 forwarding no longer appears to work. Bad hardcoded path with the > base system Openssh, perhaps? After you finished the upgrade and installed the X11R6 symlink? Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:38:41 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5169716A400 for ; Fri, 11 May 2007 07:38:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 3177313C46E for ; Fri, 11 May 2007 07:38:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B7cebW002635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 May 2007 00:38:40 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B7cdj7025174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 May 2007 00:38:40 -0700 Message-ID: <46441D7D.4010408@u.washington.edu> Date: Fri, 11 May 2007 00:38:37 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <46441CAB.6080208@u.washington.edu> In-Reply-To: <46441CAB.6080208@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.11.1934 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:38:41 -0000 Garrett Cooper wrote: > Kris Kennaway wrote: >> On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: >>> On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: >>>> Dear porters, >>>> >>>> We are now ready for xorg 7.2 testing! Over the past week we have >>>> done extensive tests of various upgrade scenarios, fixed many >>>> remaining bugs, and now the upgrade is looking good. Of course, we >>>> can't possibly test everything, so that's where you come in. What we >>>> need now is for everyone to download this tarball: >>>> >>>> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz >>>> >>>> Extract it into a clean directory (i.e. not over the top of your >>>> existing ports tree), then follow the directions in UPDATING to begin >>>> the upgrade process. >>> Amendment to the instructions: XORG_UPGRADE must be set before the >>> portupgrade -Rf libXft. >> >> Amendment two: for now you need to build your own INDEX or portupgrade >> probably won't work correctly. Before running portupgrade do: >> >> portsdb -U >> >> (This is only required during the pre-commit testing; once it's in CVS >> 'make fetchindex' will work as normal) >> >> Kris > > X11 forwarding no longer appears to work. Bad hardcoded path with the > base system Openssh, perhaps? > -Garrett Nevermind. I remembered the whole symlink /usr/X11R6 to /usr/local step after I sent the email. Things are working again now. The base version of OpenSSH should be fixed though, perhaps. -Garrett From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:39:25 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 037F516A40A for ; Fri, 11 May 2007 07:39:25 +0000 (UTC) (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 E2DD413C4B7 for ; Fri, 11 May 2007 07:39:24 +0000 (UTC) (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 C7A2C1A3C19; Fri, 11 May 2007 00:40:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EFCC75258C; Fri, 11 May 2007 03:39:23 -0400 (EDT) Date: Fri, 11 May 2007 03:39:23 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20070511073923.GA51192@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511073708.GD1066@k7.mavetju> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:39:25 -0000 On Fri, May 11, 2007 at 05:37:08PM +1000, Edwin Groothuis wrote: > On Fri, May 11, 2007 at 03:19:28AM -0400, Kris Kennaway wrote: > > On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: > > > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > > > > Dear porters, > > > > > > > > We are now ready for xorg 7.2 testing! Over the past week we have > > > > done extensive tests of various upgrade scenarios, fixed many > > > > remaining bugs, and now the upgrade is looking good. Of course, we > > > > can't possibly test everything, so that's where you come in. What we > > > > need now is for everyone to download this tarball: > > > > > > > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > > > > > > > Extract it into a clean directory (i.e. not over the top of your > > > > existing ports tree), then follow the directions in UPDATING to begin > > > > the upgrade process. > > > > > > Amendment to the instructions: XORG_UPGRADE must be set before the > > > portupgrade -Rf libXft. > > > > Amendment two: for now you need to build your own INDEX or portupgrade > > probably won't work correctly. Before running portupgrade do: > > Is there a wiki-page with common problems, erretas etc? Not currently. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 07:43:19 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01DBE16A400 for ; Fri, 11 May 2007 07:43:19 +0000 (UTC) (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 E726F13C457 for ; Fri, 11 May 2007 07:43:18 +0000 (UTC) (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 CF1041A3C19; Fri, 11 May 2007 00:44:03 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EDBCC51E7D; Fri, 11 May 2007 03:43:17 -0400 (EDT) Date: Fri, 11 May 2007 03:43:17 -0400 From: Kris Kennaway To: Garrett Cooper Message-ID: <20070511074317.GA95270@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <46441CAB.6080208@u.washington.edu> <46441D7D.4010408@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46441D7D.4010408@u.washington.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 07:43:19 -0000 On Fri, May 11, 2007 at 12:38:37AM -0700, Garrett Cooper wrote: > Garrett Cooper wrote: > >Kris Kennaway wrote: > >>On Thu, May 10, 2007 at 08:38:30PM -0400, Kris Kennaway wrote: > >>>On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > >>>>Dear porters, > >>>> > >>>>We are now ready for xorg 7.2 testing! Over the past week we have > >>>>done extensive tests of various upgrade scenarios, fixed many > >>>>remaining bugs, and now the upgrade is looking good. Of course, we > >>>>can't possibly test everything, so that's where you come in. What we > >>>>need now is for everyone to download this tarball: > >>>> > >>>> http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > >>>> > >>>>Extract it into a clean directory (i.e. not over the top of your > >>>>existing ports tree), then follow the directions in UPDATING to begin > >>>>the upgrade process. > >>>Amendment to the instructions: XORG_UPGRADE must be set before the > >>>portupgrade -Rf libXft. > >> > >>Amendment two: for now you need to build your own INDEX or portupgrade > >>probably won't work correctly. Before running portupgrade do: > >> > >>portsdb -U > >> > >>(This is only required during the pre-commit testing; once it's in CVS > >>'make fetchindex' will work as normal) > >> > >>Kris > > > >X11 forwarding no longer appears to work. Bad hardcoded path with the > >base system Openssh, perhaps? > >-Garrett > > Nevermind. I remembered the whole symlink /usr/X11R6 to /usr/local step > after I sent the email. Things are working again now. > > The base version of OpenSSH should be fixed though, perhaps. Yeah, that's one of the many cleanup steps that will happen after the import. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 08:05:43 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2446516A402 for ; Fri, 11 May 2007 08:05:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id D857B13C45A for ; Fri, 11 May 2007 08:05:42 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so878283wra for ; Fri, 11 May 2007 01:05:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=abHY2ZFdOm4acFLQImHeeyJf5fz6Gb3+S5jbWTRN8XOdoNEZeeL8XqMv7WHNV2c0iHuIEzrSJpZ/hv607YkvfyXG2KDJDzwivC4AG+Hd8yYOI1lABbJuKOYE0AptlfNA9cjFmDeKlPgWErb4kkN8gAlnuNR+I9Pr+ncIRgyWb9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=V7/0+/iOJ07ERIrk2ubzfSSPZMWoI4DBMXdVJocWrf4O2QnTs4deCimjDItYi7JPzK/tPBz7d7GAb9797J/zvZAVcbVkDWUMAYKufqA/VXngQICsDwBE/CCEA/t4BnIroN8kjngHETv8f/ng1VJC1dK5PdXGk/t956DNl2ZDxec= Received: by 10.114.25.3 with SMTP id 3mr919919way.1178870741909; Fri, 11 May 2007 01:05:41 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Fri, 11 May 2007 01:05:41 -0700 (PDT) Message-ID: Date: Fri, 11 May 2007 12:05:41 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Edwin Groothuis" In-Reply-To: <20070511003342.GC1066@k7.mavetju> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070510212817.GA67897@xor.obsecurity.org> <20070510232604.GB1066@k7.mavetju> <20070511002857.GA72198@xor.obsecurity.org> <20070511003342.GC1066@k7.mavetju> X-Google-Sender-Auth: 4d7831a102f46b6f Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 08:05:43 -0000 On 5/11/07, Edwin Groothuis wrote: > On Thu, May 10, 2007 at 08:28:57PM -0400, Kris Kennaway wrote: > > > >http://people.FreeBSD.org/~ade/ports-xorg-7.2-nogit.tar.bz2 is only 28Mb > > > > > > http://people.freebsd.org/~sat/diffs/ports.xorg72.diff.bz2 is only 461 Kb > > > > > > In fact, that's what we've been promised - a diff :-) > > > > Dunno who promised this to you, but it was never the plan. Sorry, I just remembered you talking about a patchset in your initial upgrade plans announcement, but you said there'd be a ports tarball. Was I the only one expecting a cute little diff? :) > And it's not clear what the diff is against. Ports tree as of now, naturally. Even if vuxml changes once again, it will apply cleanly to other parts. From owner-freebsd-ports@FreeBSD.ORG Fri May 11 08:11:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D23616A40F for ; Fri, 11 May 2007 08:11:20 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 40B5E13C4BC for ; Fri, 11 May 2007 08:11:20 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 2DE0837D357; Fri, 11 May 2007 18:10:32 +1000 (EST) X-Viruscan-Id: <464424F700006240B97BE7@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id B9FF242213A; Fri, 11 May 2007 18:10:31 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 844B837D17B; Fri, 11 May 2007 18:10:31 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 87A223FA; Fri, 11 May 2007 18:11:18 +1000 (EST) Date: Fri, 11 May 2007 18:11:18 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20070511081118.GE1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511073923.GA51192@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 08:11:20 -0000 On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > > Is there a wiki-page with common problems, erretas etc? > Not currently. Give me a second. See http://wiki.freebsd.org/ModularXorg#preview on Updating. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 08:16:34 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45D4F16A400 for ; Fri, 11 May 2007 08:16:34 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 0A03B13C45B for ; Fri, 11 May 2007 08:16:34 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 283C437D4AC; Fri, 11 May 2007 18:15:46 +1000 (EST) X-Viruscan-Id: <4644263200006B77CAC736@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id EFB71422124; Fri, 11 May 2007 18:15:45 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id BBF5537D49A; Fri, 11 May 2007 18:15:45 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id C945141F; Fri, 11 May 2007 18:16:32 +1000 (EST) Date: Fri, 11 May 2007 18:16:32 +1000 From: Edwin Groothuis To: Kris Kennaway , ports@freebsd.org Message-ID: <20070511081632.GF1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511081118.GE1066@k7.mavetju> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 08:16:34 -0000 On Fri, May 11, 2007 at 06:11:18PM +1000, Edwin Groothuis wrote: > On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > > > Is there a wiki-page with common problems, erretas etc? > > Not currently. > > Give me a second. > > See http://wiki.freebsd.org/ModularXorg#preview on Updating. Done -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 08:31:22 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22FEF16A404 for ; Fri, 11 May 2007 08:31:22 +0000 (UTC) (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 13CFD13C45B for ; Fri, 11 May 2007 08:31:22 +0000 (UTC) (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 04F451A3C19; Fri, 11 May 2007 01:32:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DEB2052CCE; Fri, 11 May 2007 04:31:20 -0400 (EDT) Date: Fri, 11 May 2007 04:31:19 -0400 From: Kris Kennaway To: Alexander Leidinger Message-ID: <20070511083115.GA40077@xor.obsecurity.org> References: <200705100048.l4A0mULd078168@app.auscert.org.au> <20070510012520.GC18342@soaustin.net> <5fbf03c20705100125t57435f94ycaf472ad0c6303d7@mail.gmail.com> <20070510085546.GA79380@xor.obsecurity.org> <20070511102554.yafdk0vhck4c4woo@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511102554.yafdk0vhck4c4woo@webmail.leidinger.net> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: php 5.2.2 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, 11 May 2007 08:31:22 -0000 On Fri, May 11, 2007 at 10:25:54AM +0200, Alexander Leidinger wrote: > Quoting Kris Kennaway (from Thu, 10 May 2007 > 04:55:46 -0400): > > >On Thu, May 10, 2007 at 10:25:56AM +0200, Spil Oss wrote: > > >>As much as I (and I hope all of us) appreciate the effort to include > >>xorg7.2, this leaves many productive systems vulnerable. I have not > >>yet found an update on the progress of the xorg7.2 work but I'm > >>anxious to find out when we can expect the ports tree to be unfrozen. > >> > >>Can anyone supply us with a timeline for php 5.2.2? > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112527 > > > >Just apply it, relax, and stop bugging us. Thanks :) > > This leads me to the question if it is like a normal ports freeze: Can > we (committers) submit patches (important ones like security/failure > fixes) to portmgr and ask for commit approval, or is this some kind of > very hard lockdown of the tree? For now it's a hard lockout because we have a patchset pending that touches thousands of ports. After the import happens we'll probably be able to relax that. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 08:58:30 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DB0F16A403 for ; Fri, 11 May 2007 08:58:30 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id CE0EA13C4AD for ; Fri, 11 May 2007 08:58:29 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54a5e6b4.dip.t-dialin.net [84.165.230.180]) by redbull.bpaserver.net (Postfix) with ESMTP id 1282D2E09C; Fri, 11 May 2007 10:26:10 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 927985B48A3; Fri, 11 May 2007 10:25:54 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id l4B8Psi8004631; Fri, 11 May 2007 10:25:54 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 11 May 2007 10:25:54 +0200 Message-ID: <20070511102554.yafdk0vhck4c4woo@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 11 May 2007 10:25:54 +0200 From: Alexander Leidinger To: Kris Kennaway References: <200705100048.l4A0mULd078168@app.auscert.org.au> <20070510012520.GC18342@soaustin.net> <5fbf03c20705100125t57435f94ycaf472ad0c6303d7@mail.gmail.com> <20070510085546.GA79380@xor.obsecurity.org> In-Reply-To: <20070510085546.GA79380@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-15.364, required 8, autolearn=not spam, BAYES_00 -15.00, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: ports@freebsd.org Subject: Re: php 5.2.2 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, 11 May 2007 08:58:30 -0000 Quoting Kris Kennaway (from Thu, 10 May 2007 =20 04:55:46 -0400): > On Thu, May 10, 2007 at 10:25:56AM +0200, Spil Oss wrote: >> As much as I (and I hope all of us) appreciate the effort to include >> xorg7.2, this leaves many productive systems vulnerable. I have not >> yet found an update on the progress of the xorg7.2 work but I'm >> anxious to find out when we can expect the ports tree to be unfrozen. >> >> Can anyone supply us with a timeline for php 5.2.2? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/112527 > > Just apply it, relax, and stop bugging us. Thanks :) This leads me to the question if it is like a normal ports freeze: Can =20 we (committers) submit patches (important ones like security/failure =20 fixes) to portmgr and ask for commit approval, or is this some kind of =20 very hard lockdown of the tree? Bye, Alexander. --=20 =09"Your son still sliding down the banisters?" =09"We wound barbed wire around them." =09"That stop him?" =09"No, but it sure slowed him up." http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-ports@FreeBSD.ORG Fri May 11 11:53:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34BE916A402 for ; Fri, 11 May 2007 11:53:37 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id EEC3613C480 for ; Fri, 11 May 2007 11:53:36 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 178C617382 for ; Fri, 11 May 2007 11:27:41 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id l4BBRhUp003535 for ; Fri, 11 May 2007 11:27:43 GMT (envelope-from phk@critter.freebsd.dk) To: ports@freebsd.org From: Poul-Henning Kamp Date: Fri, 11 May 2007 11:27:43 +0000 Message-ID: <3534.1178882863@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Subject: ports suggestion: curl-loader 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, 11 May 2007 11:53:37 -0000 This seems like a worthy addition to ports, it's a load-generator for HTTP/HTTPS servers: http://sourceforge.net/projects/curl-loader -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-ports@FreeBSD.ORG Fri May 11 12:50:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3801616A400 for ; Fri, 11 May 2007 12:50:53 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from smtp115.plus.mail.re1.yahoo.com (smtp115.plus.mail.re1.yahoo.com [69.147.102.78]) by mx1.freebsd.org (Postfix) with SMTP id C81DB13C455 for ; Fri, 11 May 2007 12:50:52 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: (qmail 89676 invoked from network); 11 May 2007 12:24:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=aS7aC3M+GxvkmPRRsDctW/U42yymMmpRwiQg2eeQ9wupfYnyfhrcHj+9ZzYa/17APsANu9T0yBknMRxOVZpbcGe9GJTlDWF2KKfg/eYqbmhPIv96F3GlGmGaOQsyBfd4GkjjHDIvXQgnWR7BgbRSh7qL+ps2fD1k0um2Hgq6X24= ; Received: from unknown (HELO ?10.0.0.182?) (eol1@63.138.83.50 with plain) by smtp115.plus.mail.re1.yahoo.com with SMTP; 11 May 2007 12:24:10 -0000 X-YMail-OSG: RQi.HI0VM1mOQSBqMZ7QjhQBuIQGOEhyCFpFh6dVhHUY4dO8jTxLm7GhGi7fFw7JqbFkZAw0u4g4HlqKkv9DhThJnauVG0XyBSzs8V7iiPw_b4Y.bA-- Message-ID: <46446068.2010905@yahoo.com> Date: Fri, 11 May 2007 08:24:08 -0400 From: Peter Thoenen User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Poul-Henning Kamp References: <3534.1178882863@critter.freebsd.dk> In-Reply-To: <3534.1178882863@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: ports suggestion: curl-loader 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, 11 May 2007 12:50:53 -0000 Poul-Henning Kamp wrote: > This seems like a worthy addition to ports, it's a load-generator for > HTTP/HTTPS servers: > > http://sourceforge.net/projects/curl-loader > Well then port it :) From owner-freebsd-ports@FreeBSD.ORG Fri May 11 12:56:05 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECA0B16A402 for ; Fri, 11 May 2007 12:56:05 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id B090913C46A for ; Fri, 11 May 2007 12:56:05 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 433B637D4E3; Fri, 11 May 2007 22:55:16 +1000 (EST) X-Viruscan-Id: <464467B40000955D90AB0E@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id 16AF5422248; Fri, 11 May 2007 22:55:16 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id CD28737D4AC; Fri, 11 May 2007 22:55:15 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 5B990296; Fri, 11 May 2007 22:56:04 +1000 (EST) Date: Fri, 11 May 2007 22:56:04 +1000 From: Edwin Groothuis To: Peter Thoenen Message-ID: <20070511125604.GG1066@k7.mavetju> References: <3534.1178882863@critter.freebsd.dk> <46446068.2010905@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46446068.2010905@yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Poul-Henning Kamp Subject: Re: ports suggestion: curl-loader 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, 11 May 2007 12:56:06 -0000 On Fri, May 11, 2007 at 08:24:08AM -0400, Peter Thoenen wrote: > Poul-Henning Kamp wrote: > >This seems like a worthy addition to ports, it's a load-generator for > >HTTP/HTTPS servers: > > > > http://sourceforge.net/projects/curl-loader > > > > Well then port it :) Maybe we can do a deal. I'll do the porting, and Poul-Henning does commit a couple of bin-PRs of mine :-) Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 13:54:37 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22CF416A407 for ; Fri, 11 May 2007 13:54:37 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtai107.cox.net (eastrmmtai107.cox.net [68.230.240.14]) by mx1.freebsd.org (Postfix) with ESMTP id A588713C447 for ; Fri, 11 May 2007 13:54:36 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070511123442.LNVV18119.eastrmmtao105.cox.net@eastrmimpo01.cox.net>; Fri, 11 May 2007 08:34:42 -0400 Received: from serene.no-ip.org ([72.200.36.10]) by eastrmimpo01.cox.net with bizsmtp id xoa51W00L0D7syo0000000; Fri, 11 May 2007 08:34:42 -0400 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.1/8.14.1) with ESMTP id l4BCXSB7099590; Fri, 11 May 2007 07:33:37 -0500 (CDT) (envelope-from conrads@cox.net) Message-Id: <200705111233.l4BCXSB7099590@serene.no-ip.org> Date: Fri, 11 May 2007 07:33:23 -0500 From: "Conrad J. Sabatier" To: Kris Kennaway In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 13:54:37 -0000 On Thu, 10 May 2007 17:28:17 -0400 Kris Kennaway wrote: > Dear porters, > > We are now ready for xorg 7.2 testing! Over the past week we have > done extensive tests of various upgrade scenarios, fixed many > remaining bugs, and now the upgrade is looking good. Of course, we > can't possibly test everything, so that's where you come in. What we > need now is for everyone to download this tarball: > > http://people.freebsd.org/~kris/ports-xorg-7.2.tbz > > Extract it into a clean directory (i.e. not over the top of your > existing ports tree), then follow the directions in UPDATING to begin > the upgrade process. In particular, please pay special attention to > the instructions on how to record and report information should > something go wrong: without a transcript of the upgrade session we may > be unable to determine what went wrong on your system, and your report > may be wasted. > > We're asking all FreeBSD ports committers and other interested > developers to participate in this process: it's now up to you guys to > test the upgrade and report problems you encounter, before we unleash > it on the general user base. > > Once we have enough success reports and have dealt with all reported > failures, we will proceed with the next stage, which is to import into > CVS. > > Kris Just one minor nit to pick re: the UPDATING message: Since portupgrade now supports the --batch switch, setting the BATCH environment variable is no longer necessary. I expect that many people who haven't looked at the portupgrade man page in a while may be missing out on this (relatively) new feature. -- Conrad J. Sabatier From owner-freebsd-ports@FreeBSD.ORG Fri May 11 13:56:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CD7B16A400 for ; Fri, 11 May 2007 13:56:48 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id C3B1813C44B for ; Fri, 11 May 2007 13:56:47 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id F3B6237D512; Fri, 11 May 2007 23:55:57 +1000 (EST) X-Viruscan-Id: <464475ED0000EB47C60CF6@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id C0B9D42213A; Fri, 11 May 2007 23:55:57 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 7FCEF37D467; Fri, 11 May 2007 23:55:57 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 2E4E227E; Fri, 11 May 2007 23:56:46 +1000 (EST) Date: Fri, 11 May 2007 23:56:46 +1000 From: Edwin Groothuis To: Peter Thoenen Message-ID: <20070511135646.GH1066@k7.mavetju> References: <3534.1178882863@critter.freebsd.dk> <46446068.2010905@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46446068.2010905@yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Poul-Henning Kamp Subject: Re: ports suggestion: curl-loader 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, 11 May 2007 13:56:48 -0000 On Fri, May 11, 2007 at 08:24:08AM -0400, Peter Thoenen wrote: > Poul-Henning Kamp wrote: > >This seems like a worthy addition to ports, it's a load-generator for > >HTTP/HTTPS servers: > > > > http://sourceforge.net/projects/curl-loader > > > > Well then port it :) It has some interesting characteristics... I'll try again tomorrow when my fingers are defrosted. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 16:47:56 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4745D16A400 for ; Fri, 11 May 2007 16:47:56 +0000 (UTC) (envelope-from edlucero@internetcrusade.com) Received: from omx4.sandiegort.com (omx4.sandiegort.com [69.43.139.66]) by mx1.freebsd.org (Postfix) with ESMTP id 31B9F13C469 for ; Fri, 11 May 2007 16:47:56 +0000 (UTC) (envelope-from edlucero@internetcrusade.com) Received: from cs2.sandiegort.com (cs2.sandiegort.com [69.43.139.62]) by omx4.sandiegort.com (Postfix) with ESMTP id 179E16822B; Fri, 11 May 2007 09:47:50 -0700 (PDT) X-Virus-Scanned: amavisd-new at sandiegort.com Received: from TECHED (unknown [192.168.5.30]) by cs2.sandiegort.com (Postfix) with ESMTP id 9CD674AC4D; Fri, 11 May 2007 09:47:49 -0700 (PDT) From: "Ed Lucero" To: Date: Fri, 11 May 2007 09:47:49 -0700 Message-ID: <01a801c793ec$1c24fee0$546efca0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AceT7BvwETHh9zDSR5SEwfWPTd6AcQ== Content-Language: en-us Cc: ports@FreeBSD.org Subject: FreeBSD Port: dspam-3.6.8_2 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, 11 May 2007 16:47:56 -0000 Hi I was interested in finding out when dspam 3.8.0 Stable will be ported. Thanks Ed From owner-freebsd-ports@FreeBSD.ORG Fri May 11 18:41:35 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D0D916A403 for ; Fri, 11 May 2007 18:41:35 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from natural-innovations.com (natural-innovations.com [128.121.98.235]) by mx1.freebsd.org (Postfix) with ESMTP id E3FA113C45E for ; Fri, 11 May 2007 18:41:34 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from [192.168.10.114] (ip66-106-175-34.z175-106-66.customer.algx.net [66.106.175.34]) by natural-innovations.com (8.12.11.20060614/8.11.2) with ESMTP id l4BIOMA3062486 for ; Fri, 11 May 2007 11:24:23 -0700 (PDT) Mime-Version: 1.0 Message-Id: X-Quote: I wasn't innocent till I got older. --WIK X-Calibur: Signifying that I, Arthur, was to become King of the Britons X-Mailer: Eudora Pro 5.1.1 on Mac OS X 10.4.9 X-Image-URL: http://www.natural-innovations.com/mailpictures/walter Date: Fri, 11 May 2007 11:24:48 -0700 To: ports@freebsd.org From: Walter Ian Kaye Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 18:41:35 -0000 Hi, Locally I see this: /usr/ports/www/lynx-ssl> pkg_version -v [...] lynx-ssl-2.8.5_2 = up-to-date with port But freebsd.org website shows 2.8.6_4,1 How do I get my ports to know what's actually available? thanks, -Walter running os version 4.10 From owner-freebsd-ports@FreeBSD.ORG Fri May 11 18:48:51 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAC3716A402 for ; Fri, 11 May 2007 18:48:51 +0000 (UTC) (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 966DB13C45A for ; Fri, 11 May 2007 18:48:51 +0000 (UTC) (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 1DD041A4D81; Fri, 11 May 2007 11:49:37 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C46BC51344; Fri, 11 May 2007 14:48:50 -0400 (EDT) Date: Fri, 11 May 2007 14:48:50 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20070511184850.GA24659@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> <20070511081632.GF1066@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511081632.GF1066@k7.mavetju> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 18:48:51 -0000 On Fri, May 11, 2007 at 06:16:32PM +1000, Edwin Groothuis wrote: > On Fri, May 11, 2007 at 06:11:18PM +1000, Edwin Groothuis wrote: > > On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > > > > Is there a wiki-page with common problems, erretas etc? > > > Not currently. > > > > Give me a second. > > > > See http://wiki.freebsd.org/ModularXorg#preview on Updating. > > Done Thanks! Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 18:49:31 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E54F316A400 for ; Fri, 11 May 2007 18:49:31 +0000 (UTC) (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 D357A13C45D for ; Fri, 11 May 2007 18:49:31 +0000 (UTC) (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 5AEEC1A4D81; Fri, 11 May 2007 11:50:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0A0C052624; Fri, 11 May 2007 14:49:30 -0400 (EDT) Date: Fri, 11 May 2007 14:49:30 -0400 From: Kris Kennaway To: Walter Ian Kaye Message-ID: <20070511184930.GB24659@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 18:49:32 -0000 On Fri, May 11, 2007 at 11:24:48AM -0700, Walter Ian Kaye wrote: > Hi, > > Locally I see this: > > /usr/ports/www/lynx-ssl> pkg_version -v > [...] > lynx-ssl-2.8.5_2 = up-to-date with port > > > But freebsd.org website shows 2.8.6_4,1 > > How do I get my ports to know what's actually available? Make sure your ports tree is up-to-date and you have an up-to-date index file ('make fetchindex'). Then you're set. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 19:30:14 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02FDF16A400 for ; Fri, 11 May 2007 19:30:14 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from pinnacle.akherb.com (60-105-237-24.gci.net [24.237.105.60]) by mx1.freebsd.org (Postfix) with ESMTP id D241D13C43E for ; Fri, 11 May 2007 19:30:13 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id E218D5D13; Fri, 11 May 2007 11:10:48 -0800 (AKDT) X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00, FH_HOST_EQ_D_D_D_D,FH_HOST_EQ_D_D_D_DB autolearn=no version=3.2.0 Received: from [127.0.0.1] (190-144-58-66.gci.net [66.58.144.190]) by pinnacle.akherb.com (Postfix) with ESMTP id 7541E5CD8; Fri, 11 May 2007 11:10:46 -0800 (AKDT) Message-ID: <4644BFB4.1000909@alaskaparadise.com> Date: Fri, 11 May 2007 11:10:44 -0800 From: Beech Rintoul User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Walter Ian Kaye References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 19:30:14 -0000 Walter Ian Kaye wrote: > Hi, > > Locally I see this: > > /usr/ports/www/lynx-ssl> pkg_version -v > [...] > lynx-ssl-2.8.5_2 = up-to-date with port > > > But freebsd.org website shows 2.8.6_4,1 > > How do I get my ports to know what's actually available? > > > thanks, > -Walter > running os version 4.10 Freebsd 4.x is no longer supported in any way. Newer ports will not build on 4.x. You should consider upgrading to 6.2. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - Port Maintainer - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.freebsd.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 19:30:42 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D1FC16A40B for ; Fri, 11 May 2007 19:30:42 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.freebsd.org (Postfix) with ESMTP id 91F2613C4C1 for ; Fri, 11 May 2007 19:30:41 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id 00EB88F107; Fri, 11 May 2007 21:30:37 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id A2298124DF; Fri, 11 May 2007 21:30:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at xbsd.org 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 RAGkUXgqAU9Z; Fri, 11 May 2007 21:30:26 +0200 (CEST) Received: from [193.120.13.130] (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id B7D07124DB; Fri, 11 May 2007 21:30:20 +0200 (CEST) Message-ID: <4644C333.1030302@FreeBSD.org> Date: Fri, 11 May 2007 20:25:39 +0100 From: Florent Thoumie User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> <20070511081632.GF1066@k7.mavetju> <20070511184850.GA24659@xor.obsecurity.org> In-Reply-To: <20070511184850.GA24659@xor.obsecurity.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5521D33AA30B0D9457967E67" Cc: ports@freebsd.org, Edwin Groothuis Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 19:30:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5521D33AA30B0D9457967E67 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kris Kennaway wrote: > On Fri, May 11, 2007 at 06:16:32PM +1000, Edwin Groothuis wrote: >> On Fri, May 11, 2007 at 06:11:18PM +1000, Edwin Groothuis wrote: >>> On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: >>>>> Is there a wiki-page with common problems, erretas etc? >>>> Not currently. >>> Give me a second. >>> >>> See http://wiki.freebsd.org/ModularXorg#preview on Updating. >> Done >=20 > Thanks! BTW, I've uploaded a new tarball (containing INDEX-6) and a new patchset + INDEX-6. Refer to the wiki page for up-to-date stuff. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --------------enig5521D33AA30B0D9457967E67 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGRMM4MxEkbVFH3PQRCu7rAJ9RpWB2kZT6fgEPx5J47SoJRdQTmQCfXexX pcEQ1J+VvtMu8HcErofsiMQ= =3mh3 -----END PGP SIGNATURE----- --------------enig5521D33AA30B0D9457967E67-- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 19:54:10 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9C3E16A400 for ; Fri, 11 May 2007 19:54:10 +0000 (UTC) (envelope-from beta1@gbg.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.99]) by mx1.freebsd.org (Postfix) with ESMTP id 87A3F13C45E for ; Fri, 11 May 2007 19:54:10 +0000 (UTC) (envelope-from beta1@gbg.bg) Received: from mail21.abv.bg (mail21.ni.bg [192.168.151.96]) by smtp-out.abv.bg (Postfix) with ESMTP id 2132AEB2D2 for ; Fri, 11 May 2007 22:21:34 +0300 (EEST) Received: from mail21 (localhost.localdomain [127.0.0.1]) by mail21.abv.bg (Postfix) with ESMTP id D258843DE1 for ; Fri, 11 May 2007 22:21:22 +0300 (EEST) Date: Fri, 11 May 2007 22:21:22 +0300 (EEST) From: Sevdalin Alexandrov To: freebsd-ports@freebsd.org Message-ID: <472259622.754081178911282859.JavaMail.nobody@mail21> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit X-Mailer: AbvMail 1.0 X-Originating-IP: 83.228.115.211 Subject: romfs package ? 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, 11 May 2007 19:54:10 -0000 Hello all :) I have written romfs reader/extractor/mangler it's completely in user-space standalone program. It supports file offsets to start reading and uses mmap to map the file into memory. It can read, extract single or all files (with dir structure preserved) or substitute some file in the image. If you'd like I can make it as a package and send it to you or post it somewhere. The todo list includes only addition of generation of romfs which now can be done using genromfs. Best regards ----------------------------------------------------------------- Íĺęŕ ěóçčęŕňŕ áúäĺ ń ňĺá! http://musicidol.btv.bg/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:08:30 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E778716A400 for ; Fri, 11 May 2007 20:08:30 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from natural-innovations.com (natural-innovations.com [128.121.98.235]) by mx1.freebsd.org (Postfix) with ESMTP id D14E513C458 for ; Fri, 11 May 2007 20:08:30 +0000 (UTC) (envelope-from walter@natural-innovations.com) Received: from [192.168.10.114] (ip66-106-175-34.z175-106-66.customer.algx.net [66.106.175.34]) by natural-innovations.com (8.12.11.20060614/8.11.2) with ESMTP id l4BK8SDk074948; Fri, 11 May 2007 13:08:29 -0700 (PDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <4644BFB4.1000909@alaskaparadise.com> References: <4644BFB4.1000909@alaskaparadise.com> X-Quote: I wasn't innocent till I got older. --WIK X-Calibur: Signifying that I, Arthur, was to become King of the Britons X-Mailer: Eudora Pro 5.1.1 on Mac OS X 10.4.9 X-Image-URL: http://www.natural-innovations.com/mailpictures/walter Date: Fri, 11 May 2007 13:08:53 -0700 To: Beech Rintoul From: Walter Ian Kaye Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: ports@freebsd.org Subject: Re: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 20:08:31 -0000 At 11:10 a -0800 05/11/2007, Beech Rintoul didst inscribe upon an electronic papyrus: >Walter Ian Kaye wrote: >>Hi, >> >>Locally I see this: >> >>/usr/ports/www/lynx-ssl> pkg_version -v >>[...] >>lynx-ssl-2.8.5_2 = up-to-date with port >> >> >>But freebsd.org website shows 2.8.6_4,1 >> >>How do I get my ports to know what's actually available? >> >> >>thanks, >>-Walter >>running os version 4.10 >Freebsd 4.x is no longer supported in any way. Newer ports will not >build on 4.x. You should consider upgrading to 6.2. Then why does the website info for lynx port list versions from 6.x down to 4.10? When I saw that, I figured it was supported.... I know 4.10 is EOL'd; it's just that it's a production Internet server and I don't know how long it'd be down for. I've never upgraded a FreeBSD system before and have no idea how to go about it (it's a remote dedicated server, unmanaged from my hosting provider). Will I have to reinstall every port afterwards, or can I upgrade the OS and the existing ports will just work? thanks, -Walter still glad he talked his host (iStrata) into providing FreeBSD while their official offerings were only Linux. :-) From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:29:07 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A3B216A402 for ; Fri, 11 May 2007 20:29:07 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id DC82413C455 for ; Fri, 11 May 2007 20:29:06 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4BKT5Ku010230; Sat, 12 May 2007 06:29:05 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4BKT5M0010229; Sat, 12 May 2007 06:29:05 +1000 (EST) (envelope-from peter) Date: Sat, 12 May 2007 06:29:05 +1000 From: Peter Jeremy To: Edwin Groothuis Message-ID: <20070511202905.GO826@turion.vk2pj.dyndns.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QWpDgw58+k1mSFBj" Content-Disposition: inline In-Reply-To: <20070511081118.GE1066@k7.mavetju> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 20:29:07 -0000 --QWpDgw58+k1mSFBj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-11 18:11:18 +1000, Edwin Groothuis wrote: >On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: >> > Is there a wiki-page with common problems, erretas etc? >> Not currently. > >Give me a second. > >See http://wiki.freebsd.org/ModularXorg#preview on Updating. Can I suggest that upgrade test users might like to point distfiles =66rom their test tree back at their original ports tree (either symlink or via DISTDIR). This will save having to re-download all the existing ports distfiles. --=20 Peter Jeremy --QWpDgw58+k1mSFBj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRNIR/opHv/APuIcRAktUAJkB/5h+Pi8MSc+ijrreTWg36ANXPwCgq0bn g45CSKSlsITZvQlVHFh1eP4= =IzXb -----END PGP SIGNATURE----- --QWpDgw58+k1mSFBj-- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:38:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C23416A407 for ; Fri, 11 May 2007 20:38:41 +0000 (UTC) (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 486C813C455 for ; Fri, 11 May 2007 20:38:41 +0000 (UTC) (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 D66D91A3C1A; Fri, 11 May 2007 13:39:26 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 621E051344; Fri, 11 May 2007 16:38:40 -0400 (EDT) Date: Fri, 11 May 2007 16:38:40 -0400 From: Kris Kennaway To: Peter Jeremy Message-ID: <20070511203840.GA29279@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> <20070511202905.GO826@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511202905.GO826@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Edwin Groothuis Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 20:38:41 -0000 On Sat, May 12, 2007 at 06:29:05AM +1000, Peter Jeremy wrote: > On 2007-May-11 18:11:18 +1000, Edwin Groothuis wrote: > >On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > >> > Is there a wiki-page with common problems, erretas etc? > >> Not currently. > > > >Give me a second. > > > >See http://wiki.freebsd.org/ModularXorg#preview on Updating. > > Can I suggest that upgrade test users might like to point distfiles > from their test tree back at their original ports tree (either > symlink or via DISTDIR). This will save having to re-download > all the existing ports distfiles. Yeah, good idea if bandwidth is an issue. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:41:05 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD6AD16A402 for ; Fri, 11 May 2007 20:41:05 +0000 (UTC) (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 BB6C213C465 for ; Fri, 11 May 2007 20:41:05 +0000 (UTC) (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 59EAC1A3C1A; Fri, 11 May 2007 13:41:51 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BC41651344; Fri, 11 May 2007 16:41:04 -0400 (EDT) Date: Fri, 11 May 2007 16:41:04 -0400 From: Kris Kennaway To: Walter Ian Kaye Message-ID: <20070511204104.GB29279@xor.obsecurity.org> References: <4644BFB4.1000909@alaskaparadise.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Beech Rintoul Subject: Re: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 20:41:05 -0000 On Fri, May 11, 2007 at 01:08:53PM -0700, Walter Ian Kaye wrote: > At 11:10 a -0800 05/11/2007, Beech Rintoul didst inscribe upon an > electronic papyrus: > > >Walter Ian Kaye wrote: > >>Hi, > >> > >>Locally I see this: > >> > >>/usr/ports/www/lynx-ssl> pkg_version -v > >>[...] > >>lynx-ssl-2.8.5_2 = up-to-date with port > >> > >> > >>But freebsd.org website shows 2.8.6_4,1 > >> > >>How do I get my ports to know what's actually available? > >> > >> > >>thanks, > >>-Walter > >>running os version 4.10 > >Freebsd 4.x is no longer supported in any way. Newer ports will not > >build on 4.x. You should consider upgrading to 6.2. > > Then why does the website info for lynx port list versions from 6.x > down to 4.10? No-one's got around to removing 4.x from the list I guess. > When I saw that, I figured it was supported.... That's not the canonical location for support status information. > I know 4.10 is EOL'd; it's just that it's a production Internet > server and I don't know how long it'd be down for. I've never > upgraded a FreeBSD system before and have no idea how to go about it > (it's a remote dedicated server, unmanaged from my hosting provider). > Will I have to reinstall every port afterwards, or can I upgrade the > OS and the existing ports will just work? They will continue to work as a 'static' installation, but if you plan to compile new ports (or recompile or update them) at some point in the future, then you need to rebuild everything, because you can't mix and match 4.x and 6.x libraries in the same binary. Kris From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:54:27 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16A6316A402 for ; Fri, 11 May 2007 20:54:27 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from pinnacle.akherb.com (60-105-237-24.gci.net [24.237.105.60]) by mx1.freebsd.org (Postfix) with ESMTP id BF18B13C447 for ; Fri, 11 May 2007 20:54:26 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 79AD25D13; Fri, 11 May 2007 12:54:26 -0800 (AKDT) X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00, FH_HOST_EQ_D_D_D_D,FH_HOST_EQ_D_D_D_DB autolearn=no version=3.2.0 Received: from [127.0.0.1] (190-144-58-66.gci.net [66.58.144.190]) by pinnacle.akherb.com (Postfix) with ESMTP id 04CCA5CD8; Fri, 11 May 2007 12:54:23 -0800 (AKDT) Message-ID: <4644D7FE.8050300@alaskaparadise.com> Date: Fri, 11 May 2007 12:54:22 -0800 From: Beech Rintoul User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Walter Ian Kaye References: <4644BFB4.1000909@alaskaparadise.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Local ports "up-to-date" version doesn't match website 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, 11 May 2007 20:54:27 -0000 Walter Ian Kaye wrote: > At 11:10 a -0800 05/11/2007, Beech Rintoul didst inscribe upon an > electronic papyrus: > >> Walter Ian Kaye wrote: >>> Hi, >>> >>> Locally I see this: >>> >>> /usr/ports/www/lynx-ssl> pkg_version -v >>> [...] >>> lynx-ssl-2.8.5_2 = up-to-date with port >>> >>> >>> But freebsd.org website shows 2.8.6_4,1 >>> >>> How do I get my ports to know what's actually available? >>> >>> >>> thanks, >>> -Walter >>> running os version 4.10 >> Freebsd 4.x is no longer supported in any way. Newer ports will not >> build on 4.x. You should consider upgrading to 6.2. > > Then why does the website info for lynx port list versions from 6.x > down to 4.10? When I saw that, I figured it was supported.... Technically, it is. But, the newer versions aren't supported on 4.x anymore. They need to update their website. > > > I know 4.10 is EOL'd; it's just that it's a production Internet server > and I don't know how long it'd be down for. I've never upgraded a > FreeBSD system before and have no idea how to go about it (it's a > remote dedicated server, unmanaged from my hosting provider). Will I > have to reinstall every port afterwards, or can I upgrade the OS and > the existing ports will just work? You will need to rebuild your ports if you upgrade. The compat4 port is marked forbidden due to security issues, so most of your 4.x ports probably will not run. As for upgrading, the handbook has a lot of good information. Also search the lists for tips on upgrading a remote machine. Really, the best way is to do a clean install of 6.2 on another machine and move your files over. There were significant file system improvements since 4.x that you would not have the benefit of doing an upgrade. You should talk to your provider and see if they will provide you a 6.x server so you can migrate your files and test before going online. I personally wouldn't stay with any provider who refuses to upgrade from a deprecated os version. That said, if you decide to stay with 4.x, you can use the tag RELEASE_4_EOL when you cvsup src or ports. That is the last known good 4.x configuration. Anything past that will not build, as all of the 4.x build tools were removed from the tree. One other thing to consider is there will be no more security updates for 4.x, so running it on a production server will become increasingly risky. Beech > > > thanks, > -Walter > still glad he talked his host (iStrata) into providing FreeBSD while > their official offerings were only Linux. :-) > _______________________________________________ > 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" > > -- --------------------------------------------------------------------------------------- Beech Rintoul - Port Maintainer - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.freebsd.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 20:58:40 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 968D416A400 for ; Fri, 11 May 2007 20:58:40 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5629113C484 for ; Fri, 11 May 2007 20:58:40 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 1D3E537D5FD; Sat, 12 May 2007 06:57:48 +1000 (EST) X-Viruscan-Id: <4644D8CC00003B8553174C@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id DA78B422248; Sat, 12 May 2007 06:57:47 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id 9C4AD37D5F6; Sat, 12 May 2007 06:57:47 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8E4F6364; Sat, 12 May 2007 06:52:43 +1000 (EST) Date: Sat, 12 May 2007 06:52:43 +1000 From: Edwin Groothuis To: Peter Jeremy Message-ID: <20070511205243.GI1066@k7.mavetju> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070511073708.GD1066@k7.mavetju> <20070511073923.GA51192@xor.obsecurity.org> <20070511081118.GE1066@k7.mavetju> <20070511202905.GO826@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511202905.GO826@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 11 May 2007 20:58:40 -0000 On Sat, May 12, 2007 at 06:29:05AM +1000, Peter Jeremy wrote: > On 2007-May-11 18:11:18 +1000, Edwin Groothuis wrote: > >On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > >> > Is there a wiki-page with common problems, erretas etc? > >> Not currently. > > > >Give me a second. > > > >See http://wiki.freebsd.org/ModularXorg#preview on Updating. > > Can I suggest that upgrade test users might like to point distfiles > from their test tree back at their original ports tree (either > symlink or via DISTDIR). This will save having to re-download > all the existing ports distfiles. Added -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 21:40:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A50F216A404 for ; Fri, 11 May 2007 21:40:20 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from popeye1.ggamaur.net (popeye1.ggamaur.net [213.160.40.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6F513C4C3 for ; Fri, 11 May 2007 21:40:19 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from maxlor.mine.nu (c-82-192-240-247.customer.ggaweb.ch [82.192.240.247]) by popeye1.ggamaur.net (8.13.7/8.13.7/Submit) with ESMTP id l4BLeGZT071678 for ; Fri, 11 May 2007 23:40:18 +0200 (CEST) (envelope-from mail@maxlor.com) Received: from localhost (unknown [127.0.0.1]) by maxlor.mine.nu (Postfix) with ESMTP id B86FD2E21E for ; Fri, 11 May 2007 23:40:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at atlantis.intranet Received: from maxlor.mine.nu ([127.0.0.1]) by localhost (atlantis.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pl4xNv+5PdDW for ; Fri, 11 May 2007 23:40:11 +0200 (CEST) Received: from mini.intranet (mini.intranet [10.0.0.17]) by maxlor.mine.nu (Postfix) with ESMTP id 877B52E21D for ; Fri, 11 May 2007 23:40:11 +0200 (CEST) From: Benjamin Lutz To: ports@freebsd.org Date: Fri, 11 May 2007 23:40:05 +0200 User-Agent: KMail/1.9.5 X-Face: $Ov27?7*N,h60fIEfNJdb!m,@#4T/d; 1hw|W0zvsHM(a$Yn6BYQ0^SEEXvi8>D`|V*F"_+ R2@Aq>+mNb4`,'[[%z9v0Fa~]AD1}xQO3|>b.z&}l#R-_(P`?@Mz"kS; XC>Eti,i3>%@g? 4f,\c7|Ghwb&ky$b2PJ^\0b83NkLsFKv|smL/cI4UD%Tu8alAD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart19990703.rZQdD007cc"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200705112340.09640.mail@maxlor.com> X-Scanned-By: MIMEDefang 2.61 on 213.160.40.60 Cc: Subject: Benchmark: -j{$NCPU} vs -j{$NCPU+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: Fri, 11 May 2007 21:40:20 -0000 --nextPart19990703.rZQdD007cc Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, Now that I'm back from having to serve in the armed services, I've=20 picked up work on parallel building for the ports again. There is some=20 conventional wisdom floating around these parts that says you should=20 run make -j with a number one higher than the number of CPUs you have.=20 As I wondered what difference that makes, I ran some benchmarks. Since=20 maybe someone else is curious about this too, I'll publish my results=20 here. Here's the summary: on my core 2 duo machine (=3D 2 CPUs), this is the=20 time improvement to build the port (just configuring and building, no=20 installation) with -j3 over -j2: x11-toolkits/gtk20: 2% x11/kdebase3: 1% graphics/gimp-app: 24% lang/gcc41: 12% So basically, -j3 really is faster than -j2, although the difference is=20 substantial only for some ports. Here's the script I use to produce the numbers, as well as my raw=20 results which contain much more detail: http://www.maxlor.com/freebsd/files/parallel_benchmark.sh http://www.maxlor.com/freebsd/files/parallel_benchmark.ods Cheers Benjamin --nextPart19990703.rZQdD007cc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGROK5zZEjpyKHuQwRAjlaAJ4lGWxnwHSOkGEfKd+Ba14yfWamLACeK+Nx jMHFByCWHjOsTxXnQqIpsn8= =di5W -----END PGP SIGNATURE----- --nextPart19990703.rZQdD007cc-- From owner-freebsd-ports@FreeBSD.ORG Fri May 11 21:57:08 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CD9816A402 for ; Fri, 11 May 2007 21:57:08 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) by mx1.freebsd.org (Postfix) with ESMTP id CC78913C43E for ; Fri, 11 May 2007 21:57:07 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail4out.barnet.com.au (Postfix, from userid 1001) id 28F3637D49D; Sat, 12 May 2007 07:56:15 +1000 (EST) X-Viruscan-Id: <4644E67F0000899FF1ADEE@BarNet> Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail4.barnet.com.au (Postfix) with ESMTP id EB5E2422124; Sat, 12 May 2007 07:56:14 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail4auth.barnet.com.au (Postfix) with ESMTP id A090A37D17B; Sat, 12 May 2007 07:56:14 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 389A2483; Sat, 12 May 2007 07:57:06 +1000 (EST) Date: Sat, 12 May 2007 07:57:06 +1000 From: Edwin Groothuis To: phk@freebsd.org Message-ID: <20070511215706.GJ1066@k7.mavetju> References: <3534.1178882863@critter.freebsd.dk> <46446068.2010905@yahoo.com> <20070511135646.GH1066@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511135646.GH1066@k7.mavetju> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: ports suggestion: curl-loader 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, 11 May 2007 21:57:08 -0000 On Fri, May 11, 2007 at 11:56:46PM +1000, Edwin Groothuis wrote: > On Fri, May 11, 2007 at 08:24:08AM -0400, Peter Thoenen wrote: > > Poul-Henning Kamp wrote: > > >This seems like a worthy addition to ports, it's a load-generator for > > >HTTP/HTTPS servers: > > > > > > http://sourceforge.net/projects/curl-loader > > > > > > > Well then port it :) > > It has some interesting characteristics... I'll try again tomorrow > when my fingers are defrosted. ip_secondary.c:34:29: linux/netdevice.h: No such file or directory ip_secondary.c:35:26: linux/if_arp.h: No such file or directory ip_secondary.c:36:27: linux/sockios.h: No such file or directory ip_secondary.c:39:23: asm/types.h: No such file or directory ip_secondary.c:40:27: linux/netlink.h: No such file or directory ip_secondary.c:41:29: linux/rtnetlink.h: No such file or directory This is more than a simple port... Without detailed knowledge of what the program does do, or does need to do, I'm afraid I can't help you with it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Fri May 11 23:34:38 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6773816A400 for ; Fri, 11 May 2007 23:34:38 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3AAE213C447 for ; Fri, 11 May 2007 23:34:38 +0000 (UTC) (envelope-from cokane@cokane.org) Received: from mail.cokane.org (rrcs-24-153-184-158.sw.biz.rr.com [24.153.184.158]) by ms-smtp-04.texas.rr.com (8.13.6/8.13.6) with ESMTP id l4BNYTqo007638; Fri, 11 May 2007 18:34:30 -0500 (CDT) Received: by mail.cokane.org (Postfix, from userid 103) id A5D2314B6AA; Fri, 11 May 2007 19:34:29 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.3-gr0 (2006-06-01) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3-gr0 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) by mail.cokane.org (Postfix) with ESMTP id E628514B6A8; Fri, 11 May 2007 19:34:28 -0400 (EDT) From: Coleman Kane To: Kris Kennaway In-Reply-To: <20070511071640.GA23490@xor.obsecurity.org> References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> Content-Type: text/plain Date: Fri, 11 May 2007 17:35:11 -0600 Message-Id: <1178926511.1140.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org Subject: Re: Xorg 7.2 index 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: Fri, 11 May 2007 23:34:38 -0000 On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > > Kris Kennaway wrote: > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > > >> # make index > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > >> > > >> Does anyone else have this problem? > > > > > > Do you have a nonstandard locale set, and does this warning also occur with CVS index? > > > > > > Kris > > > > My locale is en_GB.UTF-8. > > Probably the cause, I bet it would also give the warning with a CVS index. > > Kris I have the same error using en_US.UTF-8 -- Coleman Kane From owner-freebsd-ports@FreeBSD.ORG Fri May 11 23:39:09 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D81916A406 for ; Fri, 11 May 2007 23:39:09 +0000 (UTC) (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 0D13113C44C for ; Fri, 11 May 2007 23:39:09 +0000 (UTC) (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 BE20C1A3C19; Fri, 11 May 2007 16:39:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 331CA52CA5; Fri, 11 May 2007 19:39:08 -0400 (EDT) Date: Fri, 11 May 2007 19:39:08 -0400 From: Kris Kennaway To: Coleman Kane Message-ID: <20070511233908.GA36322@xor.obsecurity.org> References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1178926511.1140.9.camel@localhost> User-Agent: Mutt/1.4.2.2i Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Xorg 7.2 index 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: Fri, 11 May 2007 23:39:09 -0000 On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > > > Kris Kennaway wrote: > > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > > > >> # make index > > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence > > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > > >> > > > >> Does anyone else have this problem? > > > > > > > > Do you have a nonstandard locale set, and does this warning also occur with CVS index? > > > > > > > > Kris > > > > > > My locale is en_GB.UTF-8. > > > > Probably the cause, I bet it would also give the warning with a CVS index. > > > > Kris > > I have the same error using en_US.UTF-8 s/error/warning/ There is probably lots of work needed to clean up the ports tree in the presence of non-default locales (there is a PR documenting some of this), so contact me if you are interested in working on it. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:03:38 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2405816A403 for ; Sat, 12 May 2007 00:03:38 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [64.147.160.152]) by mx1.freebsd.org (Postfix) with SMTP id EDF4213C448 for ; Sat, 12 May 2007 00:03:37 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 95778 invoked by uid 1001); 11 May 2007 23:37:19 -0000 Date: Fri, 11 May 2007 16:37:19 -0700 From: David Thiel To: freebsd-ports@freebsd.org Message-ID: <20070511233719.GA92848@redundancy.redundancy.org> Mail-Followup-To: freebsd-ports@freebsd.org References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1178926511.1140.9.camel@localhost> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Processing-Key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 User-Agent: Mutt/1.5.15 (2007-04-06) Subject: Re: Xorg 7.2 index 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, 12 May 2007 00:03:38 -0000 On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > I have the same error using en_US.UTF-8 Just unsetting LC_CTYPE in the shell doing the portupgrade should fix it. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:31:59 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10FA416A400 for ; Sat, 12 May 2007 00:31:59 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-3-125.belrs4.nsw.optusnet.com.au [220.239.3.125]) by mx1.freebsd.org (Postfix) with ESMTP id 9A14C13C43E for ; Sat, 12 May 2007 00:31:58 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.14.1/8.14.1) with ESMTP id l4C0Vv35011123 for ; Sat, 12 May 2007 10:31:57 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.14.1/8.14.1/Submit) id l4C0VvIL011122 for ports@freebsd.org; Sat, 12 May 2007 10:31:57 +1000 (EST) (envelope-from peter) Date: Sat, 12 May 2007 10:31:57 +1000 From: Peter Jeremy To: ports@freebsd.org Message-ID: <20070512003157.GD10647@turion.vk2pj.dyndns.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <20070511071928.GA25911@xor.obsecurity.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 00:31:59 -0000 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2007-May-11 03:19:28 -0400, Kris Kennaway wrote: >Amendment two: for now you need to build your own INDEX or portupgrade >probably won't work correctly. Before running portupgrade do: > >portsdb -U And if you're building on a system before 6.2, you also seem to need # setenv X11BASE /usr/local (or equivalent), otherwise the index build fails. --=20 Peter Jeremy --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRQr9/opHv/APuIcRAqAhAJ9pTtsbtEQH1GyizpT5Qy9++s3nvQCeISP7 EzF1GzJzxZqLqdWJoVqBQKA= =iv2J -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:36:10 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4C2D16A402 for ; Sat, 12 May 2007 00:36:09 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB9513C43E for ; Sat, 12 May 2007 00:36:09 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.190] (port=42781 helo=smtp1.tilbu1.nb.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1Hmfah-000181-Qa; Sat, 12 May 2007 02:36:07 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:51013 helo=desktop.homenet) by smtp1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1Hmfae-00037e-8d; Sat, 12 May 2007 02:36:04 +0200 From: Danny Pansters To: freebsd-ports@freebsd.org User-Agent: KMail/1.9.6 References: <20070510212817.GA67897@xor.obsecurity.org> <20070511202905.GO826@turion.vk2pj.dyndns.org> <20070511205243.GI1066@k7.mavetju> In-Reply-To: <20070511205243.GI1066@k7.mavetju> MIME-Version: 1.0 Date: Sat, 12 May 2007 02:35:00 +0200 Content-Type: Multipart/Mixed; boundary="Boundary-00=_1uQRG98eR47tcX3" Message-Id: <200705120235.01113.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Kris Kennaway Subject: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 00:36:10 -0000 --Boundary-00=_1uQRG98eR47tcX3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Argh. Just realized that attachments will not go to the ML. CC'd to Kris (sorry). Who should we send such patches to? On Friday 11 May 2007 22:52:43 Edwin Groothuis wrote: > On Sat, May 12, 2007 at 06:29:05AM +1000, Peter Jeremy wrote: > > On 2007-May-11 18:11:18 +1000, Edwin Groothuis wrote: > > >On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > > >> > Is there a wiki-page with common problems, erretas etc? > > >> > > >> Not currently. > > > > > >Give me a second. > > > > > >See http://wiki.freebsd.org/ModularXorg#preview on Updating. > > > > Can I suggest that upgrade test users might like to point distfiles > > from their test tree back at their original ports tree (either > > symlink or via DISTDIR). This will save having to re-download > > all the existing ports distfiles. > > Added I ran into a little problem with the gstreamer-plugins, to be exact with the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins which eliminates X11BASE from configure args fixes it. Dan Build failure (sorry for formatting): if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -Wall -g -DGST_DISABLE_DEPRECATED -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -MT demo_osssrc-demo-osssrc.o -MD -MP -MF ".deps/demo_osssrc-demo-osssrc.Tpo" -c -o demo_osssrc-demo-osssrc.o `test -f 'demo-osssrc.c' || echo './'`demo-osssrc.c; \ then mv -f ".deps/demo_osssrc-demo-osssrc.Tpo" ".deps/demo_osssrc-demo-osssrc.Po"; else rm -f ".deps/demo_osssrc-demo-osssrc.Tpo"; exit 1; fi /bin/sh /data/ports/multimedia/gstreamer-plugins-bad/work/gnome-libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -pthread -o demo-osssrc -pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv -pthread -L/usr/local/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv demo_osssrc-demo-osssrc.o gnome-libtool: link: cannot find the library `/usr/X11R6/lib/libfontconfig.la' or unhandled argument `/usr/X11R6/lib/libfontconfig.la' gmake[1]: *** [demo-osssrc] Error 1 gmake[1]: Leaving directory `/data/ports/multimedia/gstreamer-plugins-bad/work/gst-plugins-bad-0.10.4/gst/spectrum' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /data/ports/multimedia/gstreamer-plugins-bad. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.34548.25 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gstreamer-plugins-bad-0.10.4,3 UPGRADE_PORT_VER=0.10.4,3 make ** Fix the problem and try again. --Boundary-00=_1uQRG98eR47tcX3 Content-Type: text/x-diff; charset="iso-8859-1"; name="multimedia::gstreamer-plugins::Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="multimedia::gstreamer-plugins::Makefile.diff" --- multimedia/gstreamer-plugins/Makefile.orig Fri May 11 13:25:00 2007 +++ multimedia/gstreamer-plugins/Makefile Fri May 11 13:26:18 2007 @@ -55,8 +55,8 @@ CONFIGURE_ARGS+=--mandir=${PREFIX}/man CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" DEFAULT_AUDIOSINK?= osssink DEFAULT_AUDIOSRC?= osssrc --Boundary-00=_1uQRG98eR47tcX3-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:36:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EFFE16A405 for ; Sat, 12 May 2007 00:36:20 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id E129413C468 for ; Sat, 12 May 2007 00:36:19 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4C0aJjw017395 for ; Fri, 11 May 2007 19:36:19 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l4C0aJu4017392 for ; Fri, 11 May 2007 19:36:19 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Fri, 11 May 2007 19:36:19 -0500 (CDT) From: Stephen Montgomery-Smith To: ports@freebsd.org In-Reply-To: <20070512003157.GD10647@turion.vk2pj.dyndns.org> Message-ID: <20070511193359.B5588@math.missouri.edu> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 00:36:20 -0000 I'm doing an install from scratch on FreeBSD-7, using plain old "makle install clean." So far: you have to make libXft, and you need to do "setenv XORG_UPGRADE yes", even though the latter apparently should not be needed if you are not upgrading. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:37:13 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B19B16A408 for ; Sat, 12 May 2007 00:37:13 +0000 (UTC) (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 4BF4A13C45E for ; Sat, 12 May 2007 00:37:13 +0000 (UTC) (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 18A161A3C19; Fri, 11 May 2007 17:37:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6E23251480; Fri, 11 May 2007 20:37:12 -0400 (EDT) Date: Fri, 11 May 2007 20:37:12 -0400 From: Kris Kennaway To: Peter Jeremy Message-ID: <20070512003712.GA38041@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512003157.GD10647@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 00:37:13 -0000 On Sat, May 12, 2007 at 10:31:57AM +1000, Peter Jeremy wrote: > On 2007-May-11 03:19:28 -0400, Kris Kennaway wrote: > >Amendment two: for now you need to build your own INDEX or portupgrade > >probably won't work correctly. Before running portupgrade do: > > > >portsdb -U > > And if you're building on a system before 6.2, you also seem to need > # setenv X11BASE /usr/local > (or equivalent), otherwise the index build fails. That shouldn't be needed, it's set in bsd.port.mk. Can you confirm that you have set PORTSDIR correctly? If so, please provide the build transcript. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 00:55:22 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8248216A400 for ; Sat, 12 May 2007 00:55:22 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200]) by mx1.freebsd.org (Postfix) with ESMTP id 1C69513C44C for ; Sat, 12 May 2007 00:55:22 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=48391 helo=smtp3.groni1.gr.home.nl) by smtpq1.groni1.gr.home.nl with esmtp (Exim 4.30) id 1HmfV6-00029z-81 for freebsd-ports@freebsd.org; Sat, 12 May 2007 02:30:20 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:58359 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1HmfV4-0001J4-Eh for freebsd-ports@freebsd.org; Sat, 12 May 2007 02:30:18 +0200 From: Danny Pansters To: freebsd-ports@freebsd.org Date: Sat, 12 May 2007 02:29:14 +0200 User-Agent: KMail/1.9.6 References: <20070510212817.GA67897@xor.obsecurity.org> <20070511202905.GO826@turion.vk2pj.dyndns.org> <20070511205243.GI1066@k7.mavetju> In-Reply-To: <20070511205243.GI1066@k7.mavetju> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_bpQRGD3ioofLpav" Message-Id: <200705120229.15024.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 00:55:22 -0000 --Boundary-00=_bpQRGD3ioofLpav Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Friday 11 May 2007 22:52:43 Edwin Groothuis wrote: > On Sat, May 12, 2007 at 06:29:05AM +1000, Peter Jeremy wrote: > > On 2007-May-11 18:11:18 +1000, Edwin Groothuis wrote: > > >On Fri, May 11, 2007 at 03:39:23AM -0400, Kris Kennaway wrote: > > >> > Is there a wiki-page with common problems, erretas etc? > > >> > > >> Not currently. > > > > > >Give me a second. > > > > > >See http://wiki.freebsd.org/ModularXorg#preview on Updating. > > > > Can I suggest that upgrade test users might like to point distfiles > > from their test tree back at their original ports tree (either > > symlink or via DISTDIR). This will save having to re-download > > all the existing ports distfiles. > > Added I ran into a little problem with the gstreamer-plugins, to be exact with the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins which eliminates X11BASE from configure args fixes it. Dan Build failure (sorry for formatting): if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -Wall -g -DGST_DISABLE_DEPRECATED -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -MT demo_osssrc-demo-osssrc.o -MD -MP -MF ".deps/demo_osssrc-demo-osssrc.Tpo" -c -o demo_osssrc-demo-osssrc.o `test -f 'demo-osssrc.c' || echo './'`demo-osssrc.c; \ then mv -f ".deps/demo_osssrc-demo-osssrc.Tpo" ".deps/demo_osssrc-demo-osssrc.Po"; else rm -f ".deps/demo_osssrc-demo-osssrc.Tpo"; exit 1; fi /bin/sh /data/ports/multimedia/gstreamer-plugins-bad/work/gnome-libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -pthread -o demo-osssrc -pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv -pthread -L/usr/local/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv demo_osssrc-demo-osssrc.o gnome-libtool: link: cannot find the library `/usr/X11R6/lib/libfontconfig.la' or unhandled argument `/usr/X11R6/lib/libfontconfig.la' gmake[1]: *** [demo-osssrc] Error 1 gmake[1]: Leaving directory `/data/ports/multimedia/gstreamer-plugins-bad/work/gst-plugins-bad-0.10.4/gst/spectrum' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /data/ports/multimedia/gstreamer-plugins-bad. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.34548.25 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gstreamer-plugins-bad-0.10.4,3 UPGRADE_PORT_VER=0.10.4,3 make ** Fix the problem and try again. --Boundary-00=_bpQRGD3ioofLpav Content-Type: text/x-diff; charset="iso-8859-1"; name="multimedia::gstreamer-plugins::Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="multimedia::gstreamer-plugins::Makefile.diff" --- multimedia/gstreamer-plugins/Makefile.orig Fri May 11 13:25:00 2007 +++ multimedia/gstreamer-plugins/Makefile Fri May 11 13:26:18 2007 @@ -55,8 +55,8 @@ CONFIGURE_ARGS+=--mandir=${PREFIX}/man CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS} ${PTHREAD_LIBS}" DEFAULT_AUDIOSINK?= osssink DEFAULT_AUDIOSRC?= osssrc --Boundary-00=_bpQRGD3ioofLpav-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 01:12:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD48016A405 for ; Sat, 12 May 2007 01:12:50 +0000 (UTC) (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 9D8C813C487 for ; Sat, 12 May 2007 01:12:50 +0000 (UTC) (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 70E7C1A3C19; Fri, 11 May 2007 18:13:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B60E852624; Fri, 11 May 2007 21:12:49 -0400 (EDT) Date: Fri, 11 May 2007 21:12:49 -0400 From: Kris Kennaway To: Danny Pansters Message-ID: <20070512011248.GA39007@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511202905.GO826@turion.vk2pj.dyndns.org> <20070511205243.GI1066@k7.mavetju> <200705120235.01113.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705120235.01113.danny@ricin.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 01:12:50 -0000 On Sat, May 12, 2007 at 02:35:00AM +0200, Danny Pansters wrote: > I ran into a little problem with the gstreamer-plugins, to be exact with > the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins which > eliminates X11BASE from configure args fixes it. This actually seems to indicate that something you have installed references /usr/X11R6 in a .la file. I actually built this successfully myself during the upgrade tests, so I guess something went wrong with the upgrade on your machine. Can you please provide the full log, as well as the result of find /usr/local/lib -name \*.la | xargs grep /usr/X11R6/lib/libfontconfig.la Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 01:14:11 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 162F016A400 for ; Sat, 12 May 2007 01:14:11 +0000 (UTC) (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 06ABC13C46E for ; Sat, 12 May 2007 01:14:11 +0000 (UTC) (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 D2DC51A3C19; Fri, 11 May 2007 18:14:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 43CB051480; Fri, 11 May 2007 21:14:10 -0400 (EDT) Date: Fri, 11 May 2007 21:14:10 -0400 From: Kris Kennaway To: Danny Pansters Message-ID: <20070512011410.GB39007@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511202905.GO826@turion.vk2pj.dyndns.org> <20070511205243.GI1066@k7.mavetju> <200705120235.01113.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705120235.01113.danny@ricin.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 01:14:11 -0000 On Sat, May 12, 2007 at 02:35:00AM +0200, Danny Pansters wrote: > I ran into a little problem with the gstreamer-plugins, to be exact with > the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins which > eliminates X11BASE from configure args fixes it. In particular your patch is wrong because X11BASE==LOCALBASE in the new world order, so if you are seeing X11BASE=/usr/X11R6 still then something is wrong: your patch should be a NOP. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 02:22:15 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8794D16A406 for ; Sat, 12 May 2007 02:22:15 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [64.147.160.152]) by mx1.freebsd.org (Postfix) with SMTP id 5DB4F13C468 for ; Sat, 12 May 2007 02:22:15 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 96732 invoked by uid 1001); 12 May 2007 02:22:37 -0000 Date: Fri, 11 May 2007 19:22:37 -0700 From: David Thiel To: freebsd-ports@freebsd.org, ports@FreeBSD.org Message-ID: <20070512022237.GC92848@redundancy.redundancy.org> Mail-Followup-To: freebsd-ports@freebsd.org, ports@FreeBSD.org References: <20070510212817.GA67897@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Processing-Key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 02:22:15 -0000 On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > Once we have enough success reports and have dealt with all reported > failures, we will proceed with the next stage, which is to import into > CVS. One failure so far: x11/nvidia-driver causes failures by installing its driver *as* ${X11BASE}/lib/modules/drivers instead of *in* that directory if the directory doesn't exist. If you use the Nvidia driver, you should manually mkdir /usr/X11R6/lib/modules/drivers before upgrading. This is fixed in git. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 02:25:43 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9535716A405 for ; Sat, 12 May 2007 02:25:43 +0000 (UTC) (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 81B8013C455 for ; Sat, 12 May 2007 02:25:43 +0000 (UTC) (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 69E821A3C19; Fri, 11 May 2007 19:26:29 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 99E5651448; Fri, 11 May 2007 22:25:42 -0400 (EDT) Date: Fri, 11 May 2007 22:25:42 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith Message-ID: <20070512022542.GA41334@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> <20070511193359.B5588@math.missouri.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20070511193359.B5588@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 02:25:43 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2007 at 07:36:19PM -0500, Stephen Montgomery-Smith wrote: > I'm doing an install from scratch on FreeBSD-7, using plain old "makle=20 > install clean." >=20 > So far: you have to make libXft, and you need to do "setenv XORG_UPGRADE= =20 > yes", even though the latter apparently should not be needed if you are= =20 > not upgrading. I can't parse this. Kris --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRSWmWry0BWjoQKURAoKLAJ0a+ldL3eyx+XBRsUoeAQAdohfWdgCgoLEx BZXu2EAyzB8fMm9D822I074= =vjM1 -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 02:38:26 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9295516A405 for ; Sat, 12 May 2007 02:38:26 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq2.groni1.gr.home.nl (smtpq2.groni1.gr.home.nl [213.51.130.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD5113C46A for ; Sat, 12 May 2007 02:38:25 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.130.188] (port=51775 helo=smtp3.groni1.gr.home.nl) by smtpq2.groni1.gr.home.nl with esmtp (Exim 4.30) id 1HmhV1-0005Zc-Se; Sat, 12 May 2007 04:38:23 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:56293 helo=desktop.homenet) by smtp3.groni1.gr.home.nl with esmtp (Exim 4.30) id 1HmhUz-0003zL-Mk; Sat, 12 May 2007 04:38:21 +0200 From: Danny Pansters To: freebsd-ports@freebsd.org Date: Sat, 12 May 2007 04:37:17 +0200 User-Agent: KMail/1.9.6 References: <20070510212817.GA67897@xor.obsecurity.org> <200705120235.01113.danny@ricin.com> <20070512011248.GA39007@xor.obsecurity.org> In-Reply-To: <20070512011248.GA39007@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_ehSRGqUVhehjmmD" Message-Id: <200705120437.18298.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Kris Kennaway Subject: Re: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 02:38:26 -0000 --Boundary-00=_ehSRGqUVhehjmmD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Saturday 12 May 2007 03:12:49 Kris Kennaway wrote: > On Sat, May 12, 2007 at 02:35:00AM +0200, Danny Pansters wrote: > > I ran into a little problem with the gstreamer-plugins, to be exact with > > the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins > > which eliminates X11BASE from configure args fixes it. > > This actually seems to indicate that something you have installed > references /usr/X11R6 in a .la file. I actually built this Maybe portupgrade's backup libs? I know X11BASE shouldn't pose a problem but apparently it does in this case. > successfully myself during the upgrade tests, so I guess something > went wrong with the upgrade on your machine. Can you please provide > the full log, as well as the result of > > find /usr/local/lib -name \*.la | xargs grep > /usr/X11R6/lib/libfontconfig.la > > Kris This indeed has *loads* of output, too much to quote (attached). Must be from the compat libs from portupgrade I think. It's still building here not finished yet (periferal parts of KDE and such, gnome is done it seems). I had 850 packages so will take while still... >In particular your patch is wrong because X11BASE==LOCALBASE in the >new world order, so if you are seeing X11BASE=/usr/X11R6 still then >something is wrong: your patch should be a NOP. It's a NOP for me already. I don't see any /usr/X11R6 now (interrupted the portupgrade -a a few times as I uasually do during a major upgrade) . I have no doubt that the gstreamer/gnome people can solve their problems. It'll just take some time. Dan --Boundary-00=_ehSRGqUVhehjmmD Content-Type: text/plain; charset="iso-8859-1"; name="blah" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="blah" /usr/local/lib/kde3/karbon_whirlpinchplugin.la:dependency_libs=3D' -R/usr/l= ocal/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/= libkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopaint= er.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local= /lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.= la /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/l= ibvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/l= ocal/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils= =2Ela /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/li= bkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /= usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/lib= intl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/li= b/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la= /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMag= ick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loca= l/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loca= l/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -= lz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_shadoweffectplugin.la:dependency_libs=3D' -R/usr= /local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/li= b/libkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopai= nter.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/loc= al/lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowm= f.la /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib= /libvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr= /local/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkuti= ls.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/li= bkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /= usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/lib= intl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/li= b/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la= /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMag= ick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loca= l/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loca= l/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -= lz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkpdfpart.la:dependency_libs=3D' -R/usr/local/lib -R/= usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libpaper.la = /usr/X11R6/lib/libXft.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/lib= freetype.la /usr/local/lib/libexpat.la /usr/local/lib/libkdeprint.la /usr/l= ocal/lib/libkparts.la /usr/local/lib/libkutils.la /usr/local/lib/libkio.la = /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libkwa= lletclient.la /usr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil= /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libidn.la /usr/local/lib/li= bintl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lpng -lXext -lX11 -lS= M -lICE -lXrender -lz /usr/local/lib/libfam.la /usr/local/lib/libiconv.la /= usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libksvgrendererlibart.la:dependency_libs=3D' -R/usr/loc= al/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/li= bksvg.la /usr/local/lib/liblcms.la /usr/local/lib/libtext2path.la /usr/loca= l/lib/libfribidi.la /usr/local/lib/libkhtml.la /usr/local/lib/libkjs.la /us= r/local/lib/libpcreposix.la /usr/local/lib/libpcre.la /usr/local/lib/libtha= i.la /usr/local/lib/libkdeprint.la /usr/local/lib/libkparts.la /usr/local/l= ib/libkutils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/lo= cal/lib/libkdesu.la /usr/local/lib/libfam.la /usr/local/lib/libkwalletclien= t.la /usr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/loc= al/lib/libidn.la /usr/local/lib/libintl.la /usr/local/lib/libkdefx.la -pthr= ead -lqt-mt -lpng -lXext -lX11 -lSM -lICE -lXrender /usr/local/lib/libart_l= gpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libfreetype.la -lz = /usr/local/lib/libexpat.la /usr/local/lib/libiconv.la /usr/local/lib/libjpe= g.la' /usr/local/lib/kde3/libksvgplugin.la:dependency_libs=3D' -R/usr/local/lib -= R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libksvg.la= /usr/local/lib/liblcms.la /usr/local/lib/libtext2path.la /usr/local/lib/li= bfribidi.la /usr/local/lib/libkhtml.la /usr/local/lib/libkjs.la /usr/local/= lib/libpcreposix.la /usr/local/lib/libpcre.la /usr/local/lib/libthai.la /us= r/local/lib/libkdeprint.la /usr/local/lib/libkparts.la /usr/local/lib/libku= tils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/= libkdesu.la /usr/local/lib/libfam.la /usr/local/lib/libkwalletclient.la /us= r/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/local/lib/l= ibidn.la /usr/local/lib/libintl.la /usr/local/lib/libkdefx.la -pthread -lqt= =2Dmt -lpng -lXext -lX11 -lSM -lICE -lXrender /usr/local/lib/libart_lgpl_2.= la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libfreetype.la -lz /usr/l= ocal/lib/libexpat.la /usr/local/lib/libiconv.la /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/svgthumbnail.la:dependency_libs=3D' -R/usr/local/lib -R= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libksvg.la = /usr/local/lib/liblcms.la /usr/local/lib/libtext2path.la /usr/local/lib/lib= fribidi.la /usr/local/lib/libkhtml.la /usr/local/lib/libkjs.la /usr/local/l= ib/libpcreposix.la /usr/local/lib/libpcre.la /usr/local/lib/libthai.la /usr= /local/lib/libkdeprint.la /usr/local/lib/libkparts.la /usr/local/lib/libkut= ils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/l= ibkdesu.la /usr/local/lib/libfam.la /usr/local/lib/libkwalletclient.la /usr= /local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/local/lib/li= bidn.la /usr/local/lib/libintl.la /usr/local/lib/libkdefx.la -pthread -lqt-= mt -lpng -lXext -lX11 -lSM -lICE -lXrender /usr/local/lib/libart_lgpl_2.la = /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libfreetype.la -lz /usr/loca= l/lib/libexpat.la /usr/local/lib/libiconv.la /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_zoomtoolplugin.la:dependency_libs=3D' -R/usr/loc= al/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/li= bkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter= =2Ela /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local= /lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.= la /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/l= ibvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/l= ocal/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils= =2Ela /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/li= bkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /= usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/lib= intl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/li= b/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la= /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMag= ick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loca= l/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loca= l/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -= lz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_imagetoolplugin.la:dependency_libs=3D' -R/usr/lo= cal/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/l= ibkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainte= r.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/= lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.l= a /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/li= bvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/lo= cal/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.= la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkd= esu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr= /local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libint= l.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/l= ibfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /u= sr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick= =2Ela -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local= /lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local= /lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -l= z /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/kfile_pdf.la:dependency_libs=3D' -R/usr/local/lib -R/us= r/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkio.la /usr= /local/lib/libkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libkwallet= client.la /usr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /us= r/local/lib/libart_lgpl_2.la /usr/local/lib/libidn.la /usr/local/lib/libint= l.la /usr/local/lib/libkdefx.la /usr/local/lib/libfam.la /usr/local/lib/lib= poppler-qt.la -lqt-mt /usr/local/lib/libpoppler.la /usr/local/lib/libcairo.= la -pthread -lpng -lXrender -lXext -lSM -lICE -lX11 /usr/X11R6/lib/libfontc= onfig.la /usr/local/lib/libfreetype.la /usr/local/lib/libexpat.la -lz /usr/= local/lib/libiconv.la /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_flattenpathplugin.la:dependency_libs=3D' -R/usr/= local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib= /libkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopain= ter.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/loca= l/lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf= =2Ela /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/li= b/libvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /us= r/local/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkut= ils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/l= ibkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la = /usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/li= bintl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/l= ib/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.l= a /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMa= gick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loc= al/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loc= al/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la = =2Dlz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_roundcornersplugin.la:dependency_libs=3D' -R/usr= /local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/li= b/libkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopai= nter.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/loc= al/lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowm= f.la /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib= /libvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr= /local/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkuti= ls.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/li= bkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /= usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/lib= intl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/li= b/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la= /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMag= ick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loca= l/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loca= l/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -= lz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_insertknotsplugin.la:dependency_libs=3D' -R/usr/= local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib= /libkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopain= ter.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/loca= l/lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf= =2Ela /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/li= b/libvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /us= r/local/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkut= ils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/l= ibkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la = /usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/li= bintl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/l= ib/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.l= a /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMa= gick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/loc= al/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/loc= al/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la = =2Dlz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonepsexport.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libka= rboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la= /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/= libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /u= sr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvca= rd.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/= lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /= usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.= la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loc= al/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la= /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfa= m.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la = =2Dljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib= /libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib= /libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /u= sr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonaiimport.la:dependency_libs=3D' -R/usr/local/l= ib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkar= boncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la = /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/l= ibkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /us= r/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvcar= d.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/l= ib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /u= sr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.l= a /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loca= l/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la = /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfam= =2Ela /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/= local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la= -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib/= libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib/= libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /us= r/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonsvgexport.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libka= rboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la= /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/= libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /u= sr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvca= rd.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/= lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /= usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.= la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loc= al/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la= /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfa= m.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la = =2Dljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib= /libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib= /libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /u= sr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonsvgimport.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libka= rboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la= /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/= libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /u= sr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvca= rd.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/= lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /= usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.= la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loc= al/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la= /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfa= m.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la = =2Dljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib= /libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib= /libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /u= sr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonpngexport.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libka= rboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la= /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/= libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /u= sr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvca= rd.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/= lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /= usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.= la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loc= al/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la= /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfa= m.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la = =2Dljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib= /libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib= /libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /u= sr/local/lib/libjpeg.la' /usr/local/lib/kde3/libwmfimport.la:dependency_libs=3D' -R/usr/local/lib -R= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkarbonco= mmon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la /usr/= local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/libkof= ficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /usr/loc= al/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvcard.la = /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/lib/li= bkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /usr/lo= cal/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.la /us= r/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/local/lib= /libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la /usr/= local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfam.la /= usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/local/l= ib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la -ljbig= /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib/libjasp= er.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib/libxml2= =2Ela /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /usr/loc= al/lib/libjpeg.la' /usr/local/lib/kde3/libwmfexport.la:dependency_libs=3D' -R/usr/local/lib -R= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkarbonco= mmon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la /usr/= local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/libkof= ficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /usr/loc= al/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvcard.la = /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/lib/li= bkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /usr/lo= cal/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.la /us= r/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/local/lib= /libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la /usr/= local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfam.la /= usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/local/l= ib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la -ljbig= /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib/libjasp= er.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib/libxml2= =2Ela /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /usr/loc= al/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonkontourimport.la:dependency_libs=3D' -R/usr/lo= cal/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/l= ibkarboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainte= r.la /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/= lib/libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.l= a /usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/li= bvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/lo= cal/lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.= la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkd= esu.la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr= /local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libint= l.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/l= ibfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /u= sr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick= =2Ela -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local= /lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local= /lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -l= z /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonxcfexport.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libka= rboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la= /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/= libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /u= sr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvca= rd.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/= lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /= usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.= la /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/loc= al/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la= /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfa= m.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la = =2Dljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib= /libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib= /libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /u= sr/local/lib/libjpeg.la' /usr/local/lib/kde3/liboodrawimport.la:dependency_libs=3D' -R/usr/local/lib= -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkarbo= ncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la /u= sr/local/lib/libkotext.la /usr/local/lib/libkspell2.la /usr/local/lib/libku= tils.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/loc= al/lib/libWand.la /usr/local/lib/libMagick.la -ljbig /usr/local/lib/liblcms= =2Ela /usr/local/lib/libtiff.la /usr/local/lib/libjasper.la -lfpx -lXt -lbz= 2 /usr/local/lib/libxml2.la /usr/local/lib/libfreetype.la /usr/local/lib/li= bkofficeui.la /usr/local/lib/libkofficecore.la /usr/local/lib/libkowmf.la /= usr/local/lib/libkdeprint.la /usr/local/lib/libkparts.la /usr/local/lib/lib= kabc.la /usr/local/lib/libvcard.la /usr/local/lib/libkresources.la /usr/loc= al/lib/libkwmf.la /usr/local/lib/libkstore.la /usr/local/lib/libkio.la /usr= /local/lib/libkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libkwallet= client.la /usr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /us= r/local/lib/libart_lgpl_2.la /usr/local/lib/libidn.la /usr/local/lib/libint= l.la /usr/local/lib/libiconv.la /usr/local/lib/libkdefx.la -pthread -lqt-mt= -lpng -lXext -lX11 -lSM -lICE -lXrender -lz /usr/local/lib/libfam.la /usr/= local/lib/libjpeg.la' /usr/local/lib/kde3/karbon_defaulttools.la:dependency_libs=3D' -R/usr/local= /lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libk= arboncommon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.l= a /usr/local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib= /libkofficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /= usr/local/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvc= ard.la /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local= /lib/libkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la = /usr/local/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu= =2Ela /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/= local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl= =2Ela /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/= libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /= usr/local/lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagic= k.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/= lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/= lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz= /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkritapdfimport.la:dependency_libs=3D' -R/usr/local/l= ib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkri= tacommon.la /usr/local/lib/libkritaui.la /usr/local/lib/libkritaimage.la -l= GLU -lGL /usr/local/lib/libkritacolor.la /usr/local/lib/libIlmImf.la /usr/l= ocal/lib/libIlmThread.la /usr/local/lib/libImath.la /usr/local/lib/libHalf.= la /usr/local/lib/libIex.la /usr/local/lib/liblcms.la /usr/local/lib/libkop= ainter.la /usr/local/lib/libkopalette.la -lXi /usr/local/lib/libkofficeui.l= a /usr/local/lib/libkofficecore.la /usr/local/lib/libkowmf.la /usr/local/li= b/libkdeprint.la /usr/local/lib/libkparts.la /usr/local/lib/libkabc.la /usr= /local/lib/libvcard.la /usr/local/lib/libkresources.la /usr/local/lib/libkw= mf.la /usr/local/lib/libkstore.la /usr/local/lib/libkio.la /usr/local/lib/l= ibkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libkwalletclient.la /u= sr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/local/lib/= libart_lgpl_2.la /usr/local/lib/libidn.la /usr/local/lib/libintl.la /usr/lo= cal/lib/libiconv.la /usr/local/lib/libkdefx.la /usr/local/lib/libfam.la /us= r/local/lib/libpoppler-qt.la -lqt-mt /usr/local/lib/libpoppler.la /usr/loca= l/lib/libcairo.la -pthread -lpng -lXrender -lXext -lSM -lICE -lX11 /usr/X11= R6/lib/libfontconfig.la /usr/local/lib/libfreetype.la /usr/local/lib/libexp= at.la -lz /usr/local/lib/libjpeg.la' /usr/local/lib/kde3/libkarbonpart.la:dependency_libs=3D' -R/usr/local/lib -= R/usr/X11R6/lib -L/usr/local/lib /usr/local/lib/libkarboncommon.la -L/usr/X= 11R6/lib /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la /usr= /local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/libko= fficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /usr/lo= cal/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvcard.la= /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/lib/l= ibkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /usr/l= ocal/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.la /u= sr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/local/li= b/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la /usr= /local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfam.la = /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/local/= lib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la -ljbi= g /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib/libjas= per.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib/libxml= 2.la /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /usr/loca= l/lib/libjpeg.la' /usr/local/lib/kde3/karbon.la:dependency_libs=3D' -R/usr/local/lib -R/usr/X= 11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkdeinit_karbon= =2Ela /usr/local/lib/libkarboncommon.la /usr/local/lib/libkopalette.la /usr= /local/lib/libkopainter.la /usr/local/lib/libkotext.la /usr/local/lib/libko= fficeui.la /usr/local/lib/libkofficecore.la /usr/local/lib/libkstore.la /us= r/local/lib/libkowmf.la /usr/local/lib/libkdeprint.la /usr/local/lib/libkab= c.la /usr/local/lib/libvcard.la /usr/local/lib/libkresources.la /usr/local/= lib/libkwmf.la /usr/local/lib/libkspell2.la /usr/local/lib/libkparts.la /us= r/local/lib/libkutils.la /usr/local/lib/libkio.la /usr/local/lib/libkdeui.l= a /usr/local/lib/libkdesu.la /usr/local/lib/libkwalletclient.la /usr/local/= lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/local/lib/libidn.la= /usr/local/lib/libintl.la /usr/local/lib/libkdefx.la -pthread -lqt-mt -lXr= ender /usr/local/lib/libfam.la /usr/local/lib/libart_lgpl_2.la /usr/X11R6/l= ib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libWand.la /u= sr/local/lib/libMagick.la -ljbig /usr/local/lib/liblcms.la /usr/local/lib/l= ibtiff.la /usr/local/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM -lICE -l= X11 -lbz2 /usr/local/lib/libxml2.la /usr/local/lib/libiconv.la /usr/local/l= ib/libfreetype.la -lz /usr/local/lib/libjpeg.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnome/ui.la:dependency_libs= =3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-2.la /usr/= local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgnom= e-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.l= a /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/= libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local= /lib/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi= =2Dcommon.la -lutil /usr/local/lib/libesd.la -laudiofile /usr/local/lib/lib= popt.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /u= sr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/liba= tk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-= 1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/= local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib= /libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.= la -lm -lXrender -lX11 -lXext /usr/local/lib/libbonobo-2.la /usr/local/lib/= libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/li= b/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.= la /usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.= la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/l= ibiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/bonobo/ui.la:dependency_libs= =3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libbonoboui-2.la /usr= /local/lib/libgnomecanvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/l= ib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXiner= ama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/l= ocal/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la= -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontc= onfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/loca= l/lib/libpango-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnome-2.la /= usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la -lz /usr/local/lib= /libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/loca= l/lib/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavah= i-common.la -lutil /usr/local/lib/libgconf-2.la /usr/local/lib/libesd.la -l= audiofile -lm /usr/local/lib/libpopt.la /usr/local/lib/libbonobo-2.la /usr/= local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /us= r/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/l= ibgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/l= ibglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnomecanvas.la:dependency_li= bs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomecanvas-2.la= /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /usr/loca= l/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.= la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la = =2DlXcursor -lXfixes /usr/local/lib/libcairo.la -pthread -lpng -lSM -lICE /= usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local= /lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-= 1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgobject-2.0.la /usr/loc= al/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libin= tl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnomeprint/_print.la:depende= ncy_libs=3D' -L/usr/local/lib /usr/local/lib/libgnomeprint-2-2.la -L/usr/X1= 1R6/lib /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /= usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/liba= rt_lgpl_2.la /usr/local/lib/libxml2.la -lz /usr/local/lib/libpango-1.0.la -= lm /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/l= ocal/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.l= a' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnomeprint/ui.la:dependency_= libs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeprintui-2= =2D2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomecanvas-2= =2Ela /usr/local/lib/libxml2.la /usr/local/lib/libart_lgpl_2.la /usr/local/= lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXine= rama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/= local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.l= a -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/li= b/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la= -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/l= ib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgli= b-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnomeapplet.la:dependency_li= bs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libpanel-applet-2.l= a /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnomeui-2.la /usr/local/= lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgnome-keyr= ing.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr= /local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/libdbu= s-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/l= ibavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-commo= n.la -lutil /usr/local/lib/libgconf-2.la /usr/local/lib/libesd.la -laudiofi= le /usr/local/lib/libpopt.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib= /libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXineram= a /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/loc= al/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -= lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontcon= fig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/lo= cal/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libbonobo= =2D2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNa= ming-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /us= r/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libicon= v.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gtksourceview.la:dependency_= libs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-= 1.0.la -lgnuregex /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgnomep= rint-2-2.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/= local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/= libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread= -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontc= onfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lXrender= -lX11 -lXext /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libxml2.la -lz= /usr/local/lib/libpango-1.0.la -lm /usr/local/lib/libgobject-2.0.la /usr/l= ocal/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/lib= intl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/wnck.la:dependency_libs=3D' = =2DL/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libwnck-1.la /usr/local/= lib/libstartup-notification-1.la -lXRes /usr/local/lib/libgtk-x11-2.0.la /u= sr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/liba= tk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-= 1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread -lpng -lSM -l= ICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/= local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libp= ango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/= libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/totem/plparser.la:dependency= _libs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libtotem-plparse= r.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/local/l= ib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/lo= cal/lib/libavahi-client.la /usr/local/lib/libavahi-common.la -lutil /usr/lo= cal/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgthrea= d-2.0.la /usr/local/lib/libhal.la /usr/local/lib/libdbus-1.la /usr/local/li= b/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinera= ma /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/lo= cal/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la = =2Dpthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/li= b/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la= -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/l= ib/libgmodule-2.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgli= b-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/nautilusburn.la:dependency_l= ibs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libnautilus-burn.l= a /usr/local/lib/libdbus-glib-1.la -lcam /usr/local/lib/libgthread-2.0.la /= usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libhal.la /usr/local/lib/lib= gdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/l= ocal/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor= -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpan= goft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /us= r/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender= -lX11 -lXext /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libdbus-1.la = =2Dpthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /= usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/mediaprofiles.la:dependency_= libs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnome-media-pr= ofiles.la /usr/local/lib/libgstreamer-0.10.la /usr/local/lib/libgnomeui-2.l= a /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/= libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libar= t_lgpl_2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnome-2.la /us= r/local/lib/libgnomevfs-2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypt= o /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/lo= cal/lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/li= b/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libgtk-x11= =2D2.0.la /usr/local/lib/libxml2.la /usr/local/lib/libgdk-x11-2.0.la -lXran= dr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbu= f-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/= lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11= R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreety= pe.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/lo= cal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/li= b/libORBitCosNaming-2.la /usr/local/lib/libgconf-2.la /usr/local/lib/libORB= it-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la -= pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr= /local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/metacity.la:dependency_libs= =3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libmetacity-private.l= a /usr/local/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/= libgthread-2.0.la /usr/local/lib/libstartup-notification-1.la /usr/local/li= b/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinera= ma /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/lo= cal/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la = =2Dpthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/li= b/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la= -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/l= ib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgli= b-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/rsvg.la:dependency_libs=3D' = =2DL/usr/local/lib /usr/local/lib/librsvg-2.la /usr/local/lib/libgsf-1.la -= lbz2 /usr/local/lib/libcroco-0.6.la -L/usr/X11R6/lib /usr/local/lib/libxml2= =2Ela /usr/local/lib/libpangocairo-1.0.la /usr/local/lib/libpangoft2-1.0.la= /usr/local/lib/libpango-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/lo= cal/lib/libgmodule-2.0.la /usr/local/lib/libcairo.la -pthread /usr/X11R6/li= b/libfontconfig.la /usr/local/lib/libfreetype.la /usr/local/lib/libexpat.la= -lpng -lz -lXrender -lXext -lSM -lICE -lX11 -lm /usr/local/lib/libgobject-= 2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/l= ib/libiconv.la' /usr/local/lib/python2.4/site-packages/gtk-2.0/gnomedesktop/_gnomedesktop.l= a:dependency_libs=3D' -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libg= nome-desktop-2.la /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la = /usr/local/lib/libstartup-notification-1.la /usr/local/lib/libbonoboui-2.la= /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr= /local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/lib= xml2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/liba= vahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbus-1.la = /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libesd.la -laudiofi= le /usr/local/lib/libpopt.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib= /libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXineram= a /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/loc= al/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -= lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontcon= fig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/lo= cal/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libbonobo= =2D2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNa= ming-2.la /usr/local/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/lo= cal/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la -pthread /usr/lo= cal/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libi= ntl.la /usr/local/lib/libiconv.la' /usr/local/lib/libkarboncommon.la:dependency_libs=3D' -R/usr/local/lib -R/u= sr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkopalette.= la /usr/local/lib/libkopainter.la /usr/local/lib/libkotext.la /usr/local/li= b/libkofficeui.la /usr/local/lib/libkofficecore.la /usr/local/lib/libkstore= =2Ela /usr/local/lib/libkowmf.la /usr/local/lib/libkdeprint.la /usr/local/l= ib/libkabc.la /usr/local/lib/libvcard.la /usr/local/lib/libkresources.la /u= sr/local/lib/libkwmf.la /usr/local/lib/libkspell2.la /usr/local/lib/libkpar= ts.la /usr/local/lib/libkutils.la /usr/local/lib/libkio.la /usr/local/lib/l= ibkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libkwalletclient.la /u= sr/local/lib/libkdecore.la /usr/local/lib/libDCOP.la -lutil /usr/local/lib/= libidn.la /usr/local/lib/libintl.la /usr/local/lib/libkdefx.la -pthread -lq= t-mt -lXrender /usr/local/lib/libfam.la /usr/local/lib/libart_lgpl_2.la /us= r/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libW= and.la /usr/local/lib/libMagick.la -ljbig /usr/local/lib/liblcms.la /usr/lo= cal/lib/libtiff.la /usr/local/lib/libjasper.la -lpng -lfpx -lXext -lXt -lSM= -lICE -lX11 -lbz2 /usr/local/lib/libxml2.la /usr/local/lib/libiconv.la /us= r/local/lib/libfreetype.la -lz /usr/local/lib/libjpeg.la' /usr/local/lib/libkdeinit_karbon.la:dependency_libs=3D' -R/usr/local/lib -R= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libkarbonco= mmon.la /usr/local/lib/libkopalette.la /usr/local/lib/libkopainter.la /usr/= local/lib/libkotext.la /usr/local/lib/libkofficeui.la /usr/local/lib/libkof= ficecore.la /usr/local/lib/libkstore.la /usr/local/lib/libkowmf.la /usr/loc= al/lib/libkdeprint.la /usr/local/lib/libkabc.la /usr/local/lib/libvcard.la = /usr/local/lib/libkresources.la /usr/local/lib/libkwmf.la /usr/local/lib/li= bkspell2.la /usr/local/lib/libkparts.la /usr/local/lib/libkutils.la /usr/lo= cal/lib/libkio.la /usr/local/lib/libkdeui.la /usr/local/lib/libkdesu.la /us= r/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/local/lib= /libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la /usr/= local/lib/libkdefx.la -pthread -lqt-mt -lXrender /usr/local/lib/libfam.la /= usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr/local/l= ib/libexpat.la /usr/local/lib/libWand.la /usr/local/lib/libMagick.la -ljbig= /usr/local/lib/liblcms.la /usr/local/lib/libtiff.la /usr/local/lib/libjasp= er.la -lpng -lfpx -lXext -lXt -lSM -lICE -lX11 -lbz2 /usr/local/lib/libxml2= =2Ela /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /usr/loc= al/lib/libjpeg.la' /usr/local/lib/gtk-2.0/2.10.0/loaders/svg_loader.la:dependency_libs=3D' -R/= usr/local/lib -L/usr/local/lib /usr/local/lib/librsvg-2.la -L/usr/X11R6/lib= /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la /u= sr/local/lib/libpangoft2-1.0.la /usr/local/lib/libpango-1.0.la /usr/local/l= ib/libgmodule-2.0.la /usr/local/lib/libcairo.la -pthread -lXrender -lXext -= lSM -lICE -lX11 -lpng /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexp= at.la /usr/local/lib/libfreetype.la /usr/local/lib/libgsf-1.la -lbz2 /usr/l= ocal/lib/libgobject-2.0.la /usr/local/lib/libcroco-0.6.la /usr/local/lib/li= bglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libxml2.la -lz /usr/l= ocal/lib/libiconv.la -lm' /usr/local/lib/gtk-2.0/2.10.0/engines/libsvg.la:dependency_libs=3D' -R/usr/= local/lib -L/usr/local/lib /usr/local/lib/librsvg-2.la /usr/local/lib/libgs= f-1.la -lbz2 -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-2.0.la /usr/local/l= ib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la = =2DlXcursor -lXfixes /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/lib= pangocairo-1.0.la /usr/local/lib/libpangoft2-1.0.la /usr/local/lib/libpango= =2D1.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la= /usr/local/lib/libcairo.la -pthread -lXrender -lXext -lSM -lICE -lX11 -lpn= g /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib= /libfreetype.la /usr/local/lib/libcroco-0.6.la /usr/local/lib/libglib-2.0.l= a /usr/local/lib/libintl.la /usr/local/lib/libxml2.la -lz /usr/local/lib/li= biconv.la -lm' /usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.la:dependency_libs=3D' -R= /usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-= 2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local= /lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpa= ngocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread /usr= /local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/li= b/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.la = =2DlXrender /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.= la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/l= ibiconv.la -lqt-mt -lpng -lz -lXext -lX11 -lSM -lICE -lpthread /usr/local/l= ib/libjpeg.la' /usr/local/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.la:dependency_libs= =3D' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /u= sr/local/lib/libgnomeui-2.la /usr/local/lib/libbonoboui-2.la /usr/local/lib= /libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libesd.la = =2Dlaudiofile /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0= =2Ela /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/= lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpan= gocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng /usr/loc= al/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/li= bexpat.la /usr/local/lib/libfreetype.la -lXrender -lXext /usr/local/lib/lib= bonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitC= osNaming-2.la /usr/local/lib/libpango-1.0.la /usr/local/lib/libgnomevfs-2.l= a /usr/local/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl = =2Dlcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.l= a /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.la /us= r/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/l= ibgthread-2.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgnome-k= eyring.la /usr/local/lib/libdbus-1.la /usr/local/lib/libglib-2.0.la /usr/lo= cal/lib/libjpeg.la -lSM -lICE -lX11 /usr/local/lib/libpopt.la /usr/local/li= b/libintl.la /usr/local/lib/libiconv.la -pthread' /usr/local/lib/gedit-2/plugins/libchangecase.la:dependency_libs=3D' -L/usr/= local/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnurege= x /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/l= ibbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-= 2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/lo= cal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/li= b/libORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libg= nomeprintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgn= omecanvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.= 0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/l= ib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpang= ocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lIC= E /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/lo= cal/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1= =2E0.la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/l= ib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/= local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib= /libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgc= onf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr= /local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr= /local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv= =2Ela' /usr/local/lib/gedit-2/plugins/libdocinfo.la:dependency_libs=3D' -L/usr/loc= al/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /= usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libb= onoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.l= a /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local= /lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/l= ibORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnom= eprintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnome= canvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.l= a /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/= libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangoca= iro-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /= usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local= /lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.= la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/li= bxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local= /lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libd= bus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2= =2Ela /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/lo= cal/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/lo= cal/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libfilebrowser.la:dependency_libs=3D' -L/usr= /local/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnureg= ex /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/= libbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome= =2D2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr= /local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local= /lib/libORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/l= ibgnomeprintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/li= bgnomecanvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11= =2D2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/lo= cal/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/li= bpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM= -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /u= sr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpa= ngo-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/loca= l/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /u= sr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/= lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/li= bgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /= usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /= usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libic= onv.la' /usr/local/lib/gedit-2/plugins/libindent.la:dependency_libs=3D' -L/usr/loca= l/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /u= sr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbo= noboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.la= /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/= lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/li= bORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnome= printui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomec= anvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la= /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/l= ibatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocai= ro-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /u= sr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/= lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.l= a -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/lib= xml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/= lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdb= us-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local= /lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local= /lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libsample.la:dependency_libs=3D' -L/usr/loca= l/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /u= sr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbo= noboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.la= /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/= lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/li= bORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnome= printui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomec= anvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la= /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/l= ibatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocai= ro-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /u= sr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/= lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.l= a -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/lib= xml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/= lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdb= us-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local= /lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local= /lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libsort.la:dependency_libs=3D' -L/usr/local/= lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /usr= /local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbono= boui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.la /= usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/li= b/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libO= RBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnomepr= intui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomecan= vas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /= usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/lib= atk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo= =2D1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /u= sr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/= lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.l= a -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/lib= xml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/= lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdb= us-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local= /lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local= /lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libtaglist.la:dependency_libs=3D' -L/usr/loc= al/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /= usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libb= onoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.l= a /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local= /lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/l= ibORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnom= eprintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnome= canvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.l= a /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/= libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangoca= iro-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /= usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local= /lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.= la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/li= bxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local= /lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libd= bus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2= =2Ela /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/lo= cal/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/lo= cal/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libtime.la:dependency_libs=3D' -L/usr/local/= lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /usr= /local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbono= boui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.la /= usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/li= b/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libO= RBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnomepr= intui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomecan= vas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /= usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/lib= atk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo= =2D1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /u= sr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/= lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.l= a -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/lib= xml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/= lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdb= us-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local= /lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local= /lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libspell.la:dependency_libs=3D' -L/usr/local= /lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex /us= r/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbon= oboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2.la = /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/l= ib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/lib= ORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnomep= rintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libgnomeca= nvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la = /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/li= batk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocair= o-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /us= r/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/l= ib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.la= -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libx= ml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/l= ib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbu= s-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.l= a /usr/local/lib/libORBit-2.la /usr/local/lib/libgthread-2.0.la -pthread /u= sr/local/lib/libgobject-2.0.la /usr/local/lib/libenchant.la /usr/local/lib/= libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /= usr/local/lib/libiconv.la' /usr/local/lib/gedit-2/plugins/libmodelines.la:dependency_libs=3D' -L/usr/l= ocal/lib -L/usr/X11R6/lib /usr/local/lib/libgtksourceview-1.0.la -lgnuregex= /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/li= bbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libgnome-2= =2Ela /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/l= ocal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/l= ib/libORBitCosNaming-2.la /usr/local/lib/libglade-2.0.la /usr/local/lib/lib= gnomeprintui-2-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libg= nomecanvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2= =2E0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/loca= l/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libp= angocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -= lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr= /local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpang= o-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/= lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr= /local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/li= b/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libg= conf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /us= r/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libicon= v.la' /usr/local/lib/gedit-2/plugins/libseahorse-pgp.la:dependency_libs=3D' -R/us= r/X11R6/lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/l= ib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libglade-2.0.la= /usr/local/lib/libgnomeprintui-2-2.la /usr/local/lib/libgtksourceview-1.0.= la -lgnuregex /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgnome-keyri= ng.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.la -lssl -l= crypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /u= sr/local/lib/libavahi-common.la -lutil /usr/local/lib/libesd.la -laudiofile= /usr/local/lib/libpopt.la /usr/local/lib/libbonobo-2.la /usr/local/lib/lib= bonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/lib/l= ibgnomecanvas-2.la /usr/local/lib/libgnomeprint-2-2.la /usr/local/lib/libar= t_lgpl_2.la /usr/local/lib/libxml2.la /usr/local/lib/libcryptui.la /usr/loc= al/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lX= inerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /u= sr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcair= o.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libf= ontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /= usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/lib= gconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /u= sr/local/lib/libgthread-2.0.la /usr/local/lib/libdbus-glib-1.la /usr/local/= lib/libdbus-1.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/l= ibglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/gtkhtml/libgnome-gtkhtml-editor-3.14.la:dependency_libs=3D' = =2DR/usr/X11R6/lib -R/usr/local/lib -L/usr/local/lib /usr/local/lib/libgtkh= tml-3.14.la -L/usr/X11R6/lib /usr/local/lib/libgailutil.la /usr/local/lib/l= ibgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libgnome-keyring.la= /usr/local/lib/libglade-2.0.la /usr/local/lib/libbonoboui-2.la /usr/local/= lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnom= evfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/libdbus-glib-1.la -lssl = =2Dlcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.l= a /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr= /local/lib/libgconf-2.la /usr/local/lib/libesd.la -laudiofile /usr/local/li= b/libpopt.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.= la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib= /libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangoc= airo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE = /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/loca= l/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango= =2D1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libbonobo-2.la /usr/loc= al/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/l= ocal/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libg= thread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libg= lib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libtext2path.la:dependency_libs=3D' -L/usr/local/lib /usr/lo= cal/lib/libfribidi.la -L/usr/X11R6/lib /usr/X11R6/lib/libfontconfig.la /usr= /local/lib/libfreetype.la -lz /usr/local/lib/libexpat.la /usr/local/lib/lib= iconv.la /usr/local/lib/libjpeg.la' /usr/local/lib/libksvg.la:dependency_libs=3D' -R/usr/local/lib -R/usr/X11R6= /lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/liblcms.la /usr/local= /lib/libtext2path.la /usr/local/lib/libfribidi.la /usr/local/lib/libkhtml.l= a /usr/local/lib/libkjs.la /usr/local/lib/libpcreposix.la /usr/local/lib/li= bpcre.la /usr/local/lib/libthai.la /usr/local/lib/libkdeprint.la /usr/local= /lib/libkparts.la /usr/local/lib/libkutils.la /usr/local/lib/libkio.la /usr= /local/lib/libkdeui.la /usr/local/lib/libkdesu.la /usr/local/lib/libfam.la = /usr/local/lib/libkwalletclient.la /usr/local/lib/libkdecore.la /usr/local/= lib/libDCOP.la -lutil /usr/local/lib/libidn.la /usr/local/lib/libintl.la /u= sr/local/lib/libkdefx.la -pthread -lqt-mt -lpng -lXext -lX11 -lSM -lICE -lX= render /usr/local/lib/libart_lgpl_2.la /usr/X11R6/lib/libfontconfig.la /usr= /local/lib/libfreetype.la -lz /usr/local/lib/libexpat.la /usr/local/lib/lib= iconv.la /usr/local/lib/libjpeg.la' /usr/local/lib/libglade/2.0/libbonobo.la:dependency_libs=3D' -R/usr/X11R6/l= ib -R/usr/local/lib -L/usr/local/lib /usr/local/lib/libbonoboui-2.la -L/usr= /X11R6/lib /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libart_lgpl_2.= la /usr/local/lib/libgnome-2.la /usr/local/lib/libesd.la -laudiofile /usr/l= ocal/lib/libpopt.la /usr/local/lib/libbonobo-2.la /usr/local/lib/libbonobo-= activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/lib/libgnome= vfs-2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/lib= avahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbus-1.la= /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.la /usr= /local/lib/libORBit-2.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/li= bglade-2.0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libxml2.la /u= sr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/liba= tk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-= 1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread -lpng -lSM -l= ICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/= local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libp= ango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/= libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libglade/2.0/libgnome.la:dependency_libs=3D' -R/usr/X11R6/li= b -R/usr/local/lib /usr/local/lib/libgnomeui-2.la -L/usr/local/lib -L/usr/X= 11R6/lib /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/loc= al/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libe= sd.la -laudiofile /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libbonobo-= 2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNamin= g-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libdbus-glib-1.la -ls= sl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.= la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.la /u= sr/local/lib/libORBit-2.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/= libgnome-keyring.la /usr/local/lib/libdbus-1.la /usr/local/lib/libglade-2.0= =2Ela /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libxml2.la /usr/local= /lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.l= a /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -= lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/li= b/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpa= t.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm -= lXrender -lX11 -lXext /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgm= odule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libpopt.la /usr/l= ocal/lib/libintl.la /usr/local/lib/libiconv.la -pthread' /usr/local/lib/libglade/2.0/libgnome-media-profiles.la:dependency_libs=3D' = =2DR/usr/X11R6/lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/= local/lib/libgnome-media-profiles.la /usr/local/lib/libgstreamer-0.10.la /u= sr/local/lib/libglade-2.0.la /usr/local/lib/libgnomeui-2.la /usr/local/lib/= libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgnome-keyring.= la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/loc= al/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libar= t_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.= la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/lib= gdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /u= sr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la= /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/= libfreetype.la /usr/local/lib/libpango-1.0.la -lXrender -lX11 -lXext /usr/l= ocal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/l= ib/libORBitCosNaming-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/li= bxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local= /lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libd= bus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2= =2Ela /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/lo= cal/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/lo= cal/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/librsvg-2.la:dependency_libs=3D' -R/usr/local/lib -L/usr/loc= al/lib /usr/local/lib/libgsf-1.la -lbz2 /usr/local/lib/libcroco-0.6.la -L/u= sr/X11R6/lib /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libxml2.la = /usr/local/lib/libpangocairo-1.0.la /usr/local/lib/libpangoft2-1.0.la /usr/= local/lib/libpango-1.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/l= ibgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /u= sr/local/lib/libiconv.la /usr/local/lib/libcairo.la -pthread -lXrender -lXe= xt -lSM -lICE -lX11 -lpng -lm /usr/X11R6/lib/libfontconfig.la /usr/local/li= b/libexpat.la /usr/local/lib/libfreetype.la -lz' /usr/local/lib/libgtkhtml-2.la:dependency_libs=3D' -R/usr/local/lib -L/usr/= local/lib -L/usr/X11R6/lib /usr/local/lib/libxml2.la /usr/local/lib/libgail= util.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libart_lgpl_2.la = /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr = =2DlXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf= =2D2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local= /lib/libcairo.la -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.l= a /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib= /libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXe= xt /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/l= ocal/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.l= a' /usr/local/lib/libgimpwidgets-2.0.la:dependency_libs=3D' -R/usr/local/lib -= R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgimpbas= e-2.0.la /usr/local/lib/libgimpcolor-2.0.la /usr/local/lib/libgtk-x11-2.0.l= a /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/= libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangoca= iro-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread -lpng -lS= M -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /= usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/= libpango-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/= libintl.la /usr/local/lib/libiconv.la -lm' /usr/local/lib/libgimpui-2.0.la:dependency_libs=3D' -R/usr/local/lib -R/usr= /X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgimp-2.0.la = /usr/local/lib/libgimpwidgets-2.0.la /usr/local/lib/libgimpcolor-2.0.la /us= r/local/lib/libgimpmodule-2.0.la /usr/local/lib/libgimpbase-2.0.la /usr/loc= al/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lX= inerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /u= sr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcair= o.la -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6= /lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype= =2Ela -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/lo= cal/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/l= ibglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libbonoboui-2.la:dependency_libs=3D' -R/usr/X11R6/lib -R/usr= /local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomecanvas-= 2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgnome-2.la /usr/loca= l/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libbon= obo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosN= aming-2.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.l= a -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libg= dk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /us= r/local/lib/libcairo.la -lpng /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/= lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.= la /usr/local/lib/libpango-1.0.la -lXrender -lXext /usr/local/lib/libgnomev= fs-2.la /usr/local/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la = =2Dlssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-cl= ient.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-common.la -luti= l /usr/local/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/= libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib/= libgobject-2.0.la /usr/local/lib/libglib-2.0.la -lSM -lICE -lX11 /usr/local= /lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libgnomeui-2.la:dependency_libs=3D' -R/usr/X11R6/lib -R/usr/= local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libbonoboui-2.la= /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local= /lib/libesd.la -laudiofile /usr/local/lib/libart_lgpl_2.la /usr/local/lib/l= ibgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama = /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local= /lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lp= ng /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/l= ocal/lib/libexpat.la /usr/local/lib/libfreetype.la -lXrender -lXext /usr/lo= cal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/li= b/libORBitCosNaming-2.la /usr/local/lib/libpango-1.0.la /usr/local/lib/libg= nomevfs-2.la /usr/local/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-= 1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi= =2Dclient.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgco= nf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/= local/lib/libgthread-2.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib= /libgnome-keyring.la /usr/local/lib/libdbus-1.la /usr/local/lib/libglib-2.0= =2Ela /usr/local/lib/libjpeg.la -lSM -lICE -lX11 /usr/local/lib/libpopt.la = /usr/local/lib/libintl.la /usr/local/lib/libiconv.la -pthread' /usr/local/lib/libgnome-desktop-2.la:dependency_libs=3D' -R/usr/X11R6/lib -= R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui= =2D2.la /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/loca= l/lib/libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib= /libgnome-2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.= la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /usr/lo= cal/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.= 0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.l= a -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng /usr/local/lib/libpan= goft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /us= r/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.la -lXrender -lXext = /usr/local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/l= ocal/lib/libORBitCosNaming-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/= lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr= /local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/li= b/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libg= conf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /us= r/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /us= r/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libicon= v.la /usr/local/lib/libstartup-notification-1.la -lSM -lICE -lX11' /usr/local/lib/libeel-2.la:dependency_libs=3D' -R/usr/X11R6/lib -R/usr/loca= l/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgailutil.la /usr/= local/lib/libglade-2.0.la /usr/local/lib/libgnome-menu.la /usr/local/lib/li= bfam.la /usr/local/lib/libgnome-desktop-2.la /usr/local/lib/libgnomeui-2.la= /usr/local/lib/libjpeg.la /usr/local/lib/libstartup-notification-1.la /usr= /local/lib/libbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/l= ib/libgnomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnome= vfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/libdbus-glib-1.la -lssl -= lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /= usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/lo= cal/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/liba= rt_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0= =2Ela -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/= libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes= /usr/local/lib/libcairo.la -lpng /usr/local/lib/libpangoft2-1.0.la /usr/X1= 1R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreet= ype.la -lz /usr/local/lib/libpango-1.0.la -lm /usr/local/lib/libbonobo-2.la= /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.= la /usr/local/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib= /libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib= /libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la = /usr/local/lib/libiconv.la -lXrender -lXext -lSM -lICE -lX11' /usr/local/lib/libpanel-applet-2.la:dependency_libs=3D' -R/usr/X11R6/lib -R= /usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-= 2.la /usr/local/lib/libjpeg.la /usr/local/lib/libgnome-keyring.la /usr/loca= l/lib/libglade-2.0.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgno= mecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.la = /usr/local/lib/libxml2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /= usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local= /lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/l= ibesd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libart_lgpl_2= =2Ela /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lX= randr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pi= xbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/loc= al/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/= X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfre= etype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr= /local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local= /lib/libORBitCosNaming-2.la /usr/local/lib/libgconf-2.la /usr/local/lib/lib= ORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2.0.l= a -pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /= usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libnautilus-extension.la:dependency_libs=3D' -R/usr/local/li= b -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-= x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/l= ocal/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/l= ibpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lS= M -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /= usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libp= ango-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/loc= al/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /= usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local= /lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/l= ibgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la = /usr/local/lib/libgthread-2.0.la /usr/local/lib/libgobject-2.0.la /usr/loca= l/lib/libglib-2.0.la /usr/local/lib/libintl.la -pthread /usr/local/lib/libi= conv.la' /usr/local/lib/nautilus/extensions-1.0/libnautilus-burn-extension.la:depend= ency_libs=3D' -R/usr/X11R6/lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11= R6/lib /usr/local/lib/libnautilus-extension.la /usr/local/lib/libeel-2.la /= usr/local/lib/libgnome-menu.la /usr/local/lib/libfam.la /usr/local/lib/libg= nome-desktop-2.la /usr/local/lib/libstartup-notification-1.la /usr/local/li= b/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libgailutil.la /= usr/local/lib/libglade-2.0.la /usr/local/lib/libbonoboui-2.la /usr/local/li= b/libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/lib= gnome-2.la /usr/local/lib/libgnomevfs-2.la -lssl -lcrypto /usr/local/lib/li= bavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libavahi-co= mmon.la -lutil /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.= la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libbonobo-2.la /usr/local= /lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/loc= al/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgthread= =2D2.0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libxml2.la /usr/l= ocal/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1= =2E0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.= 0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/lo= cal/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/l= ibexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.la= -lm -lXrender -lX11 -lXext /usr/local/lib/libgmodule-2.0.la /usr/local/lib= /libhal.la /usr/local/lib/libdbus-glib-1.la /usr/local/lib/libdbus-1.la -pt= hread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/l= ocal/lib/libintl.la /usr/local/lib/libiconv.la -lcam' /usr/local/lib/nautilus/extensions-1.0/libtotem-properties-page.la:dependen= cy_libs=3D' -R/usr/X11R6/lib -R/usr/local/lib -L/usr/X11R6/lib -L/usr/local= /lib /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnome-desktop-2.la /u= sr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libst= artup-notification-1.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libg= nome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgnome-= 2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/lo= cal/lib/libart_lgpl_2.la /usr/local/lib/libbonobo-2.la /usr/local/lib/libbo= nobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/lib/lib= nautilus-extension.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgn= omevfs-2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/= libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbus-1= =2Ela /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgdk-x11-2.= 0.la -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pix= buf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/loca= l/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X= 11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfree= type.la /usr/local/lib/libpango-1.0.la -lXrender -lXext /usr/local/lib/libg= conf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgstvideo-0.10.la /= usr/local/lib/libgstaudio-0.10.la /usr/local/lib/libgstbase-0.10.la /usr/lo= cal/lib/libgstinterfaces-0.10.la /usr/local/lib/libgstreamer-0.10.la /usr/l= ocal/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/= libgthread-2.0.la -pthread /usr/local/lib/libxml2.la -lz -lm /usr/local/lib= /libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la -lXtst= -lX11 -lXrandr' /usr/local/lib/nautilus/extensions-1.0/libnautilus-fileroller.la:dependency= _libs=3D' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib /usr/local/lib/libnautilus-extension.la /usr/local/lib/libgtk-x11-2.0.la= /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/l= ibdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/= lib/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-= common.la -lutil /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama = /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local= /lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lp= ng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfi= g.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/loca= l/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgconf-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local= /lib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local= /lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/nautilus/extensions-1.0/libnautilus-gst-shares.la:dependency= _libs=3D' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/l= ib /usr/local/lib/libnautilus-extension.la /usr/local/lib/libgtk-x11-2.0.la= /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la -lssl -lcrypto /= usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local= /lib/libavahi-common.la -lutil /usr/local/lib/libgdk-x11-2.0.la -lXrandr -l= Xi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0= =2Ela /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib= /libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/= lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.= la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local= /lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2= =2E0.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/liboobs-1.la /usr/l= ocal/lib/libdbus-glib-1.la /usr/local/lib/libdbus-1.la -pthread -lcrypt /us= r/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/= libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/nautilus/extensions-1.0/libgnome-mount.la:dependency_libs=3D= ' -R/usr/X11R6/lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/= local/lib/libnautilus-extension.la /usr/local/lib/libeel-2.la /usr/local/li= b/libgnome-menu.la /usr/local/lib/libfam.la /usr/local/lib/libgnome-desktop= =2D2.la /usr/local/lib/libstartup-notification-1.la /usr/local/lib/libgailu= til.la /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/= lib/libbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/libg= nomecanvas-2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.l= a -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-cl= ient.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libesd.la -= laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libart_lgpl_2.la /usr/l= ocal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/l= ib/libORBitCosNaming-2.la /usr/local/lib/libgconf-2.la /usr/local/lib/libOR= Bit-2.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/libglade-2.0.la /u= sr/local/lib/libxml2.la /usr/local/lib/libhal-storage.la /usr/local/lib/lib= hal.la /usr/local/lib/libdbus-glib-1.la /usr/local/lib/libdbus-1.la /usr/lo= cal/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -l= Xinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /= usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcai= ro.la -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R= 6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetyp= e.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/loc= al/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/li= bglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/nautilus/extensions-1.0/libnautilus-seahorse.la:dependency_l= ibs=3D' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib= /usr/local/lib/libnautilus-extension.la /usr/local/lib/libgtk-x11-2.0.la /= usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/local/lib/lib= dbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/li= b/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-co= mmon.la -lutil /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /u= sr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/l= ib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng= -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.= la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/= lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgconf-2.la= /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/l= ib/libgthread-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local/l= ib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libgucharmap.la:dependency_libs=3D' -L/usr/local/lib -L/usr/= X11R6/lib /usr/local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/loc= al/lib/libbonoboui-2.la /usr/local/lib/libgnome-keyring.la /usr/local/lib/l= ibgnomecanvas-2.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x1= 1-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/loc= al/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/lib= pangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM = =2DlICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /= usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libp= ango-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnome-2.la /usr/local/= lib/libgnomevfs-2.la /usr/local/lib/libxml2.la -lz /usr/local/lib/libdbus-g= lib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/liba= vahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-common.l= a -lutil /usr/local/lib/libgconf-2.la /usr/local/lib/libesd.la -laudiofile = =2Dlm /usr/local/lib/libpopt.la /usr/local/lib/libbonobo-2.la /usr/local/li= b/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/= lib/libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthrea= d-2.0.la -pthread /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2= =2E0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la' /usr/local/lib/libnautilus-burn.la:dependency_libs=3D' -R/usr/local/lib -R/= usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgthread-2= =2E0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -= lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_= pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/l= ocal/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /us= r/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libf= reetype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXext /u= sr/local/lib/libgmodule-2.0.la /usr/local/lib/libhal.la /usr/local/lib/libd= bus-glib-1.la /usr/local/lib/libdbus-1.la -pthread /usr/local/lib/libgobjec= t-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local= /lib/libiconv.la -lcam' /usr/local/lib/libgnome-media-profiles.la:dependency_libs=3D' -R/usr/X11R6/= lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgs= treamer-0.10.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgnomeui-2.= la /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib= /libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libg= nome-2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /u= sr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/l= ib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la = /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lX= cursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/= libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.= la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.la -lXrender -= lX11 -lXext /usr/local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activati= on.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/lib/libgnomevfs-2.la= /usr/local/lib/libxml2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -= lcrypto /usr/local/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /= usr/local/lib/libdbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/lo= cal/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodul= e-2.0.la /usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobjec= t-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local= /lib/libiconv.la' /usr/local/lib/libcddb-slave2.la:dependency_libs=3D' -R/usr/X11R6/lib -R/us= r/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-2.l= a /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/= libgnome-keyring.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libgn= ome-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml2.la /usr/loc= al/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /us= r/local/lib/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib/l= ibavahi-common.la -lutil /usr/local/lib/libesd.la -laudiofile /usr/local/li= b/libpopt.la /usr/local/lib/libart_lgpl_2.la /usr/local/lib/libgtk-x11-2.0.= la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib= /libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangoc= airo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE = /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/loca= l/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango= =2D1.0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libbonobo-2.la /usr/loc= al/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/l= ocal/lib/libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmodu= le-2.0.la /usr/local/lib/libgthread-2.0.la -pthread /usr/local/lib/libgobje= ct-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/loca= l/lib/libiconv.la' /usr/local/lib/libexchange-storage-1.2.la:dependency_libs=3D' -R/usr/local/= lib -R/usr/X11R6/lib -L/usr/local/lib -L/usr/lib -lkrb5 -lasn1 -lcom_err -l= roken -lgssapi -lcrypt /usr/local/lib/libedataserver-1.2.la -ldb41 -lplds4 = =2Dlplc4 -lnspr4 -L/usr/X11R6/lib /usr/local/lib/libglade-2.0.la /usr/local= /lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXin= erama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr= /local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.= la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfon= tconfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/lo= cal/lib/libpango-1.0.la -lXrender -lX11 -lXext /usr/local/lib/libgnome-2.la= /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libdbus-glib-1.la /usr/loca= l/lib/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/lib= dbus-1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-= 2.la /usr/local/lib/libesd.la -laudiofile /usr/local/lib/libpopt.la /usr/lo= cal/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/li= b/libORBitCosNaming-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgmo= dule-2.0.la /usr/local/lib/libldap.la -lssl -lcrypto /usr/local/lib/liblber= =2Ela /usr/local/lib/libsoup-2.2.la /usr/local/lib/libgobject-2.0.la /usr/l= ocal/lib/libgthread-2.0.la -pthread /usr/local/lib/libglib-2.0.la /usr/loca= l/lib/libxml2.la -lm /usr/local/lib/libgnutls.la -lz /usr/local/lib/libgcry= pt.la /usr/local/lib/libgpg-error.la /usr/local/lib/libintl.la /usr/local/l= ib/libiconv.la' /usr/local/lib/libedataserverui-1.2.la:dependency_libs=3D' -R/usr/local/lib= -R/usr/X11R6/lib -L/usr/local/lib /usr/local/lib/libebook-1.2.la /usr/loca= l/lib/libcamel-1.2.la -L/usr/local/lib/nss -lnss3 -lsmime3 -lssl3 -L/usr/li= b -lkrb5 -lasn1 -lcom_err -lroken -lgssapi -lcrypt /usr/local/lib/libedatas= erver-1.2.la -lplds4 -lplc4 -lnspr4 -ldb41 -L/usr/X11R6/lib /usr/local/lib/= libglade-2.0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-= 2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib= /libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixe= s /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.= 0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/= lib/libfreetype.la /usr/local/lib/libpango-1.0.la -lXrender -lX11 -lXext /u= sr/local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.la /usr/local/lib/l= ibxml2.la -lz /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/li= b/libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbus= =2D1.la /usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libgconf-2.= la /usr/local/lib/libesd.la -laudiofile -lm /usr/local/lib/libpopt.la /usr/= local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/local/= lib/libORBitCosNaming-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libg= module-2.0.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/libgobject-2.= 0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib= /libiconv.la -pthread' /usr/local/lib/libtotem-plparser.la:dependency_libs=3D' -R/usr/local/lib -R= /usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-= 2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXi -lXinerama /usr/local/lib/liba= tk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-= 1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/= local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib= /libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libpango-1.0.la -= lXrender -lX11 -lXext /usr/local/lib/libgnomevfs-2.la /usr/local/lib/libxml= 2.la -lz -lm /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib= /libavahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libavahi= =2Dcommon.la -lutil /usr/local/lib/libgconf-2.la /usr/local/lib/libORBit-2.= la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la /usr/l= ocal/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/lib= hal.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la /usr/local/lib/= libdbus-1.la -pthread -lXrandr' /usr/local/lib/libgtksourceview-1.0.la:dependency_libs=3D' -R/usr/local/lib= -R/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x= 11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/lo= cal/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/li= bpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -pthread -= lpng -lSM -lICE -lXrender -lX11 -lXext /usr/local/lib/libgnomeprint-2-2.la = /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/loca= l/lib/libexpat.la /usr/local/lib/libfreetype.la /usr/local/lib/libart_lgpl_= 2.la /usr/local/lib/libxml2.la -lz /usr/local/lib/libpango-1.0.la -lm /usr/= local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib= /libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.la -lgnur= egex' /usr/local/lib/libloginhelper.la:dependency_libs=3D' -R/usr/X11R6/lib -R/us= r/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libbonobo-2.la= /usr/local/lib/libbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.= la /usr/local/lib/libORBit-2.la /usr/local/lib/libgthread-2.0.la /usr/local= /lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXin= erama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr= /local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.= la -pthread -lpng /usr/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontc= onfig.la /usr/local/lib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/= local/lib/libpango-1.0.la -lm -lXrender -lXext /usr/local/lib/libgobject-2.= 0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libglib-2.0.la /usr/lo= cal/lib/libintl.la /usr/local/lib/libiconv.la -lSM -lICE -lX11' /usr/local/lib/libgtkhtml-3.14.la:dependency_libs=3D' -R/usr/X11R6/lib -R/u= sr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgnomeui-2.= la /usr/local/lib/libjpeg.la /usr/local/lib/libbonoboui-2.la /usr/local/lib= /libgnome-keyring.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnomevf= s-2.la /usr/local/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libav= ahi-glib.la /usr/local/lib/libavahi-client.la /usr/local/lib/libdbus-1.la /= usr/local/lib/libavahi-common.la -lutil /usr/local/lib/libesd.la -laudiofil= e /usr/local/lib/libpopt.la /usr/local/lib/libbonobo-2.la /usr/local/lib/li= bbonobo-activation.la /usr/local/lib/libORBitCosNaming-2.la /usr/local/lib/= libgconf-2.la /usr/local/lib/libORBit-2.la /usr/local/lib/libgthread-2.0.la= /usr/local/lib/libglade-2.0.la /usr/local/lib/libxml2.la /usr/local/lib/li= bgailutil.la /usr/local/lib/libgnomecanvas-2.la /usr/local/lib/libart_lgpl_= 2.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk-x11-2.0.la -lXr= andr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pix= buf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/loca= l/lib/libcairo.la -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.= la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/li= b/libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lX= ext /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/= local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libiconv.= la' /usr/local/lib/gnome-spell/libgnome-spell-component.la:dependency_libs=3D' = =2DR/usr/X11R6/lib -R/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/= local/lib/libgnomeui-2.la /usr/local/lib/libjpeg.la /usr/local/lib/libgnome= =2Dkeyring.la /usr/local/lib/libbonoboui-2.la /usr/local/lib/libgnomecanvas= =2D2.la /usr/local/lib/libgnome-2.la /usr/local/lib/libgnomevfs-2.la /usr/l= ocal/lib/libdbus-glib-1.la -lssl -lcrypto /usr/local/lib/libavahi-glib.la /= usr/local/lib/libavahi-client.la /usr/local/lib/libdbus-1.la /usr/local/lib= /libavahi-common.la -lutil /usr/local/lib/libgconf-2.la /usr/local/lib/libe= sd.la -laudiofile /usr/local/lib/libpopt.la /usr/local/lib/libart_lgpl_2.la= /usr/local/lib/libbonobo-2.la /usr/local/lib/libbonobo-activation.la /usr/= local/lib/libORBitCosNaming-2.la /usr/local/lib/libORBit-2.la /usr/local/li= b/libgthread-2.0.la /usr/local/lib/libglade-2.0.la /usr/local/lib/libgtk-x1= 1-2.0.la /usr/local/lib/libxml2.la /usr/local/lib/libgdk-x11-2.0.la -lXrand= r -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/local/lib/libgdk_pixbuf= =2D2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor -lXfixes /usr/local= /lib/libcairo.la -pthread -lpng -lSM -lICE /usr/local/lib/libpangoft2-1.0.l= a /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat.la /usr/local/lib= /libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm -lXrender -lX11 -lXe= xt /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/l= ocal/lib/libglib-2.0.la /usr/local/lib/libaspell.la /usr/local/lib/libintl.= la /usr/local/lib/libiconv.la' /usr/local/lib/epiphany/2.18/plugins/libdesktopfileplugin.la:dependency_lib= s=3D' -L/usr/local/lib/firefox -L/usr/local/lib -L/usr/X11R6/lib -lxpcom -l= plds4 -lplc4 -lnspr4 /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libgdk= =2Dx11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la /usr/lo= cal/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -lXcursor = =2DlXfixes /usr/local/lib/libcairo.la -pthread -lpng -lSM -lICE /usr/local/= lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libex= pat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lX= render -lX11 -lXext /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgmod= ule-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libintl.la /usr/loc= al/lib/libiconv.la' /usr/local/lib/epiphany/2.18/extensions/libseahorseextension.la:dependency_= libs=3D' -R/usr/local/lib -R/usr/X11R6/lib -L/usr/local/lib /usr/local/lib/= libcryptui.la -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-2.0.la /usr/local/= lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/libatk-1.0.la= /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocairo-1.0.la -l= Xcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /usr/local/lib= /libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/lib/libexpat= =2Ela /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.0.la -lm = =2DlXrender -lX11 -lXext /usr/local/lib/libgconf-2.la /usr/local/lib/libORB= it-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2.0.la /= usr/local/lib/libdbus-glib-1.la /usr/local/lib/libdbus-1.la -pthread /usr/l= ocal/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/lib= intl.la /usr/local/lib/libiconv.la -L/usr/local/lib/firefox -lgtkembedmoz -= lxpcom -lplds4 -lplc4 -lnspr4' /usr/local/lib/libcryptui.la:dependency_libs=3D' -R/usr/local/lib -R/usr/X1= 1R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-2.0.la = /usr/local/lib/libgdk-x11-2.0.la -lXrandr -lXi -lXinerama /usr/local/lib/li= batk-1.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libpangocair= o-1.0.la -lXcursor -lXfixes /usr/local/lib/libcairo.la -lpng -lSM -lICE /us= r/local/lib/libpangoft2-1.0.la /usr/X11R6/lib/libfontconfig.la /usr/local/l= ib/libexpat.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libpango-1.= 0.la -lm -lXrender -lX11 -lXext /usr/local/lib/libgconf-2.la /usr/local/lib= /libORBit-2.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgthread-2= =2E0.la /usr/local/lib/libdbus-glib-1.la /usr/local/lib/libdbus-1.la -pthre= ad /usr/local/lib/libgobject-2.0.la /usr/local/lib/libglib-2.0.la /usr/loca= l/lib/libintl.la /usr/local/lib/libiconv.la' --Boundary-00=_ehSRGqUVhehjmmD-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 02:48:55 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 876E316A403 for ; Sat, 12 May 2007 02:48:55 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [64.147.160.152]) by mx1.freebsd.org (Postfix) with SMTP id 5D49713C465 for ; Sat, 12 May 2007 02:48:55 +0000 (UTC) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 96732 invoked by uid 1001); 12 May 2007 02:22:37 -0000 Date: Fri, 11 May 2007 19:22:37 -0700 From: David Thiel To: freebsd-ports@freebsd.org, ports@FreeBSD.org Message-ID: <20070512022237.GC92848@redundancy.redundancy.org> Mail-Followup-To: freebsd-ports@freebsd.org, ports@FreeBSD.org References: <20070510212817.GA67897@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Processing-Key: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 User-Agent: Mutt/1.5.15 (2007-04-06) Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 02:48:55 -0000 On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: > Once we have enough success reports and have dealt with all reported > failures, we will proceed with the next stage, which is to import into > CVS. One failure so far: x11/nvidia-driver causes failures by installing its driver *as* ${X11BASE}/lib/modules/drivers instead of *in* that directory if the directory doesn't exist. If you use the Nvidia driver, you should manually mkdir /usr/X11R6/lib/modules/drivers before upgrading. This is fixed in git. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 03:03:48 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD38D16A406 for ; Sat, 12 May 2007 03:03:48 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.freebsd.org (Postfix) with ESMTP id 77D1E13C455 for ; Sat, 12 May 2007 03:03:48 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20070512024957m9100rr2ege>; Sat, 12 May 2007 02:49:57 +0000 Message-ID: <46452B54.8030709@math.missouri.edu> Date: Fri, 11 May 2007 21:49:56 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070505 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> <20070511193359.B5588@math.missouri.edu> <20070512022542.GA41334@xor.obsecurity.org> In-Reply-To: <20070512022542.GA41334@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 03:03:48 -0000 Kris Kennaway wrote: > On Fri, May 11, 2007 at 07:36:19PM -0500, Stephen Montgomery-Smith wrote: >> I'm doing an install from scratch on FreeBSD-7, using plain old "makle >> install clean." >> >> So far: you have to make libXft, and you need to do "setenv XORG_UPGRADE >> yes", even though the latter apparently should not be needed if you are >> not upgrading. > > I can't parse this. > > Kris My apologies. Let me say it again. I am making xorg-7.2 completely from scratch (i.e. no old ports whatsoever) using make install. 1. you have to make libXft before making xorg. 2. you need to do "setenv XORG_UPGRADE yes", even though the latter apparently should not be needed if you are not upgrading. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 03:20:42 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED8B116A400 for ; Sat, 12 May 2007 03:20:42 +0000 (UTC) (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 DB61013C44C for ; Sat, 12 May 2007 03:20:42 +0000 (UTC) (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 CD7E41A3C19; Fri, 11 May 2007 20:21:28 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0499451448; Fri, 11 May 2007 23:20:41 -0400 (EDT) Date: Fri, 11 May 2007 23:20:41 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith Message-ID: <20070512032041.GA43256@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> <20070511193359.B5588@math.missouri.edu> <20070512022542.GA41334@xor.obsecurity.org> <46452B54.8030709@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46452B54.8030709@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 03:20:43 -0000 On Fri, May 11, 2007 at 09:49:56PM -0500, Stephen Montgomery-Smith wrote: > Kris Kennaway wrote: > >On Fri, May 11, 2007 at 07:36:19PM -0500, Stephen Montgomery-Smith wrote: > >>I'm doing an install from scratch on FreeBSD-7, using plain old "makle > >>install clean." > >> > >>So far: you have to make libXft, and you need to do "setenv XORG_UPGRADE > >>yes", even though the latter apparently should not be needed if you are > >>not upgrading. > > > >I can't parse this. > > > >Kris > > My apologies. Let me say it again. > > I am making xorg-7.2 completely from scratch (i.e. no old ports > whatsoever) using make install. > 1. you have to make libXft before making xorg. > 2. you need to do "setenv XORG_UPGRADE yes", even though the latter > apparently should not be needed if you are not upgrading. These both seem wrong to me, can you provide your typescript? Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 03:38:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CC0816A402 for ; Sat, 12 May 2007 03:38:29 +0000 (UTC) (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 2B73713C447 for ; Sat, 12 May 2007 03:38:29 +0000 (UTC) (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 211A41A3C19; Fri, 11 May 2007 20:39:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5B72951480; Fri, 11 May 2007 23:38:28 -0400 (EDT) Date: Fri, 11 May 2007 23:38:28 -0400 From: Kris Kennaway To: Danny Pansters Message-ID: <20070512033828.GC43256@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <200705120235.01113.danny@ricin.com> <20070512011248.GA39007@xor.obsecurity.org> <200705120437.18298.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705120437.18298.danny@ricin.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: first? patch [ HEADS UP: xorg 7.2 ready for testing ] 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, 12 May 2007 03:38:29 -0000 On Sat, May 12, 2007 at 04:37:17AM +0200, Danny Pansters wrote: > On Saturday 12 May 2007 03:12:49 Kris Kennaway wrote: > > On Sat, May 12, 2007 at 02:35:00AM +0200, Danny Pansters wrote: > > > I ran into a little problem with the gstreamer-plugins, to be exact with > > > the 'bad' plugin. What's in a name. Attached patch to gstreamer-plugins > > > which eliminates X11BASE from configure args fixes it. > > > > This actually seems to indicate that something you have installed > > references /usr/X11R6 in a .la file. I actually built this > > Maybe portupgrade's backup libs? No, the .la files are not preserved by portupgrade. The only files that should reference this are those that are yet to be upgraded, but apparently you have others that should have gone away when the ports were rebuilt. > I know X11BASE shouldn't pose a problem but > apparently it does in this case. It doesn't make any sense: a NOP patch cannot solve a problem :) The only solution is if it's not actually a NOP because X11BASE != LOCALBASE for you, or something else changed in the meantime. Are you running on an older (<6.2) system? Do you have X11R6 set in your /etc/make.conf? Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 04:18:02 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4C7116A400 for ; Sat, 12 May 2007 04:18:02 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 8094013C45E for ; Sat, 12 May 2007 04:18:02 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1248856nze for ; Fri, 11 May 2007 21:18:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UxqLe1PicvPuiBQUdfedTtfgjoMU4OTOVIKql7hURTgbpNwaXiqrTjrX3meHo2PkcwXsL1YKj0BllfDDZx1LGuYfJJt7/mzXT5IKO3nlgJEiT3bHUM8gs9I3sqUfeWwrUN3Bvzpd2Xt4lhdTWVbMmvsnxIW6nbWvzbEGm0ojw/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KPFwdmnuBr50UtM+uZf+6M9J15yjxhHKTbxZlRaZUhq2W95rdCjlTfdDmnU8aWvhRCkuXn7l294u4cUw5aWPAu7lC57o6WWgePvqt0GrqpZcHtorARwi23ZhuxJkMsA/UWFVeAhkzEIhY2dYF+gcYSpQx7MIl/uMht85priret0= Received: by 10.65.114.11 with SMTP id r11mr6467960qbm.1178943481636; Fri, 11 May 2007 21:18:01 -0700 (PDT) Received: by 10.64.193.16 with HTTP; Fri, 11 May 2007 21:18:01 -0700 (PDT) Message-ID: <6eb82e0705112118x2bb79687ga037ad1f50042ed6@mail.gmail.com> Date: Sat, 12 May 2007 12:18:01 +0800 From: "Rong-en Fan" To: "Kris Kennaway" In-Reply-To: <20070511233908.GA36322@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> <20070511233908.GA36322@xor.obsecurity.org> Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Coleman Kane Subject: Re: Xorg 7.2 index 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, 12 May 2007 04:18:02 -0000 On 5/12/07, Kris Kennaway wrote: > On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > > On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > > > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > > > > Kris Kennaway wrote: > > > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > > > > >> # make index > > > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte sequence > > > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < /usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > > > >> > > > > >> Does anyone else have this problem? > > > > > > > > > > Do you have a nonstandard locale set, and does this warning also occur with CVS index? > > > > > > > > > > Kris > > > > > > > > My locale is en_GB.UTF-8. > > > > > > Probably the cause, I bet it would also give the warning with a CVS index. > > > > > > Kris > > > > I have the same error using en_US.UTF-8 > > s/error/warning/ > > There is probably lots of work needed to clean up the ports tree in > the presence of non-default locales (there is a PR documenting some of > this), so contact me if you are interested in working on it. I thought it was tr/cut/... needs to be fixed? Correct me if I'm wrong :-) > > Kris > _______________________________________________ > 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 Sat May 12 04:46:48 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EA2E16A400 for ; Sat, 12 May 2007 04:46:48 +0000 (UTC) (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 6AD6713C455 for ; Sat, 12 May 2007 04:46:48 +0000 (UTC) (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 6CFA31A3C19; Fri, 11 May 2007 21:47:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 93715513B7; Sat, 12 May 2007 00:46:47 -0400 (EDT) Date: Sat, 12 May 2007 00:46:47 -0400 From: Kris Kennaway To: Rong-en Fan Message-ID: <20070512044647.GB56427@xor.obsecurity.org> References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> <20070511233908.GA36322@xor.obsecurity.org> <6eb82e0705112118x2bb79687ga037ad1f50042ed6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6eb82e0705112118x2bb79687ga037ad1f50042ed6@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: "\[LoN\]Kamikaze" , Coleman Kane , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Xorg 7.2 index 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, 12 May 2007 04:46:48 -0000 On Sat, May 12, 2007 at 12:18:01PM +0800, Rong-en Fan wrote: > On 5/12/07, Kris Kennaway wrote: > >On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > >> On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > >> > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > >> > > Kris Kennaway wrote: > >> > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > >> > > >> # make index > >> > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte > >sequence > >> > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < > >/usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > >> > > >> > >> > > >> Does anyone else have this problem? > >> > > > > >> > > > Do you have a nonstandard locale set, and does this warning also > >occur with CVS index? > >> > > > > >> > > > Kris > >> > > > >> > > My locale is en_GB.UTF-8. > >> > > >> > Probably the cause, I bet it would also give the warning with a CVS > >index. > >> > > >> > Kris > >> > >> I have the same error using en_US.UTF-8 > > > >s/error/warning/ > > > >There is probably lots of work needed to clean up the ports tree in > >the presence of non-default locales (there is a PR documenting some of > >this), so contact me if you are interested in working on it. > > I thought it was tr/cut/... needs to be fixed? > Correct me if I'm wrong :-) AFAIK tr/cut/... are behaving correctly with respect to the non-default locale. The issue is that they are being called with the (invalid) assumption that the locale is always the C locale (i.e. with the expectation that they should process their files as in the C locale). Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 05:00:20 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC56116A403 for ; Sat, 12 May 2007 05:00:20 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6236813C45E for ; Sat, 12 May 2007 05:00:20 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by ik-out-1112.google.com with SMTP id c29so688985ika for ; Fri, 11 May 2007 22:00:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DcuvqmGL62/k2Frjot7upxqdxuOHwjf091N9dPAalCuj4TS1tarFDUJaxMiLoME6/OZlFqCsa4Eql51eCWIFE5SDAWa4Cgi5EhN6z9uvPMSZ2SnU0LF3hNU+MzgtIjfnHdYu2IihlwyfzX9lgCpNuUUFldOD5sJAy/YihjAuVP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CfMjFhuGQjzmMc8czbbt9F1ud9NAvxADkmJ1SXPYxqJUWq2t0tcMPhyHmLFbWeHpNC/2x1XqfF4xvGJ5Q9KPrD4HGzPq8jqUcjZrpppY5X4qzXTYaOpC76H05iaAMG/dFXJbCytcFepX0PpYiNwUgh7iXbtK3NZsXlsO5EnUFgk= Received: by 10.64.84.3 with SMTP id h3mr297567qbb.1178946018659; Fri, 11 May 2007 22:00:18 -0700 (PDT) Received: by 10.64.193.16 with HTTP; Fri, 11 May 2007 22:00:18 -0700 (PDT) Message-ID: <6eb82e0705112200p59639afbx1d99ecd311e2abd2@mail.gmail.com> Date: Sat, 12 May 2007 13:00:18 +0800 From: "Rong-en Fan" To: "Kris Kennaway" In-Reply-To: <20070512044647.GB56427@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46441124.3020602@gmx.de> <20070511065001.GA30678@xor.obsecurity.org> <46441745.4010100@gmx.de> <20070511071640.GA23490@xor.obsecurity.org> <1178926511.1140.9.camel@localhost> <20070511233908.GA36322@xor.obsecurity.org> <6eb82e0705112118x2bb79687ga037ad1f50042ed6@mail.gmail.com> <20070512044647.GB56427@xor.obsecurity.org> Cc: freebsd-ports@freebsd.org Subject: Re: Xorg 7.2 index 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, 12 May 2007 05:00:20 -0000 On 5/12/07, Kris Kennaway wrote: > On Sat, May 12, 2007 at 12:18:01PM +0800, Rong-en Fan wrote: > > On 5/12/07, Kris Kennaway wrote: > > >On Fri, May 11, 2007 at 05:35:11PM -0600, Coleman Kane wrote: > > >> On Fri, 2007-05-11 at 03:16 -0400, Kris Kennaway wrote: > > >> > On Fri, May 11, 2007 at 09:12:05AM +0200, [LoN]Kamikaze wrote: > > >> > > Kris Kennaway wrote: > > >> > > > On Fri, May 11, 2007 at 08:45:56AM +0200, [LoN]Kamikaze wrote: > > >> > > >> # make index > > >> > > >> Generating INDEX-6 - please wait..cut: stdin: Illegal byte > > >sequence > > >> > > >> "Makefile", line 32: warning: "/usr/bin/cut -f 1 -d '|' < > > >/usr/ports/audio/mbrolavox/voices.conf" returned non-zero status > > >> > > >> > > >> > > >> Does anyone else have this problem? > > >> > > > > > >> > > > Do you have a nonstandard locale set, and does this warning also > > >occur with CVS index? > > >> > > > > > >> > > > Kris > > >> > > > > >> > > My locale is en_GB.UTF-8. > > >> > > > >> > Probably the cause, I bet it would also give the warning with a CVS > > >index. > > >> > > > >> > Kris > > >> > > >> I have the same error using en_US.UTF-8 > > > > > >s/error/warning/ > > > > > >There is probably lots of work needed to clean up the ports tree in > > >the presence of non-default locales (there is a PR documenting some of > > >this), so contact me if you are interested in working on it. > > > > I thought it was tr/cut/... needs to be fixed? > > Correct me if I'm wrong :-) > > AFAIK tr/cut/... are behaving correctly with respect to the > non-default locale. The issue is that they are being called with the > (invalid) assumption that the locale is always the C locale (i.e. with > the expectation that they should process their files as in the C > locale). I see. Thanks. Rong-En Fan > > Kris > From owner-freebsd-ports@FreeBSD.ORG Sat May 12 05:04:04 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CD8B16A403 for ; Sat, 12 May 2007 05:04:04 +0000 (UTC) (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 1508213C45B for ; Sat, 12 May 2007 05:04:04 +0000 (UTC) (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 1CFAC1A3C19; Fri, 11 May 2007 22:04:50 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0D49252CEF; Sat, 12 May 2007 01:04:02 -0400 (EDT) Date: Sat, 12 May 2007 01:04:02 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith Message-ID: <20070512050402.GA56933@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> <20070512003157.GD10647@turion.vk2pj.dyndns.org> <20070511193359.B5588@math.missouri.edu> <20070512022542.GA41334@xor.obsecurity.org> <46452B54.8030709@math.missouri.edu> <20070512032041.GA43256@xor.obsecurity.org> <4645405A.2060602@math.missouri.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <4645405A.2060602@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: ports@FreeBSD.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 05:04:04 -0000 --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2007 at 11:19:38PM -0500, Stephen Montgomery-Smith wrote: > Kris Kennaway wrote: > >On Fri, May 11, 2007 at 09:49:56PM -0500, Stephen Montgomery-Smith wrote: > >>Kris Kennaway wrote: > >>>On Fri, May 11, 2007 at 07:36:19PM -0500, Stephen Montgomery-Smith wro= te: > >>>>I'm doing an install from scratch on FreeBSD-7, using plain old "makl= e=20 > >>>>install clean." > >>>> > >>>>So far: you have to make libXft, and you need to do "setenv=20 > >>>>XORG_UPGRADE yes", even though the latter apparently should not be=20 > >>>>needed if you are not upgrading. > >>>I can't parse this. > >>> > >>>Kris > >>My apologies. Let me say it again. > >> > >>I am making xorg-7.2 completely from scratch (i.e. no old ports=20 > >>whatsoever) using make install. > >>1. you have to make libXft before making xorg. > >>2. you need to do "setenv XORG_UPGRADE yes", even though the latter=20 > >>apparently should not be needed if you are not upgrading. > > > >These both seem wrong to me, can you provide your typescript? > > > >Kris >=20 > I put them in http://www.math.missouri.edu/~stephen/xorg-builds/ >=20 > xorg-build goes up to the error which was fixed by building libXft,=20 > whose typescript is xorg-build2. xorg-build3 goes up to the error which= =20 > is subsequently fixed with "setenv XORG_UPGRADE yes". In time I'll put= =20 > up xorg-build4 which gives the subsequent totally successful build of xor= g. OK, the xorg-build failure log was actually not due to libXft, it was due to the nonexistence of the /usr/X11R6 directory (due to a bug it wasn't displaying the error message pointing you to UPDATING in this case - this is now fixed in git). The fix was just to set XORG_UPGRADE, which just makes it ignore the /usr/X11R6 test (it's an anti-foot-shooting method to get people to read UPDATING instead of blindly doing portupgrade -a after their cvsup, which will trash their X installation and package database and is difficult to recover from). Once you complete those instructions your /usr/X11R6 will be a symlink and the variable will no longer need to be set. Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRUrBWry0BWjoQKURAu5mAKDbjtcYk/MmcTVtK3XOByXeIYYIHgCff67A pmlc8dDryy3n6VdMzeo7bCI= =Yzcx -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 05:57:40 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7FAF16A402 for ; Sat, 12 May 2007 05:57:40 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 568D513C483 for ; Sat, 12 May 2007 05:57:40 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1264996nze for ; Fri, 11 May 2007 22:57:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=W3nVOKJdezrmdfpZ2jkCpg7M13ZL3fkQDmt5mgN0BwCdRhc5c3nehSjg7ScKezGAJPVwzuTCbd25VDwC/Cwn6GA8mXrl1a6z66ncX6mfevBMneJYEbeFZBwvgh8PqRBR4MeR2pIXZSWGsrpGasdTMTiUZvo6II8CJWLbXVaGDBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JvLOK/0IpZ6Lb3dgvE81k3KJOcTRXjgGP1948jxijTGHw1wJoX2iTKurgi1bb5SFx6Adp5iQEZdeAyi3Ujt6rPZaQpN/6hB87hj/0g7nM8LC7Fn+AyVSY7Bf2EC3LxRqTOGIEO8tTlfF5oRjWsfaPrqeX14RXc4efJf5iY6MSPY= Received: by 10.114.195.19 with SMTP id s19mr132351waf.1178948003378; Fri, 11 May 2007 22:33:23 -0700 (PDT) Received: by 10.114.52.19 with HTTP; Fri, 11 May 2007 22:33:23 -0700 (PDT) Message-ID: <8d23ec860705112233g39601a0fxf70bbc8aec8ac543@mail.gmail.com> Date: Sat, 12 May 2007 01:33:23 -0400 From: Schiz0 To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sendmail libsasl2 error 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, 12 May 2007 05:57:40 -0000 Hey, I'm running FreeBSD 6.2-RELEASE-p3. When I rebuilt my system, I added the options in make.conf so it does not rebuild sendmail, then I installed the updated version of sendmail from ports. My make.conf options for the sendmail port are: SENDMAIL_WITHOUT_IPV6=yes SENDMAIL_WITHOUT_MILTER=yes SENDMAIL_WITHOUT_NIS=yes SENDMAIL_WITHOUT_SEM=yes SENDMAIL_WITH_TLS=yes SENDMAIL_WITH_PICKY_HELO_CHECK=yes When I run "make maps" in /etc/mail/ I get the following error: --------------------------------------- # make maps /usr/sbin/makemap hash access.db < access /libexec/ld-elf.so.1: Shared object "libsasl2.so.2" not found, required by "makemap" *** Error code 1 Stop in /etc/mail. --------------------------------------- "make cf" "make aliases" and "make install" all work fine. But "make maps" fails with that error. Anyone know why and/or have solutions? I don't want to use sasl auth. I just want to use the access db to explicitly allow IPs which can use the server any way they want, and deny everyone else. Thanks in advance! From owner-freebsd-ports@FreeBSD.ORG Sat May 12 09:13:10 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CCE916A402 for ; Sat, 12 May 2007 09:13:10 +0000 (UTC) (envelope-from yurtesen-dated-1179823585.579a64@contact.eliteweb.cc) Received: from smtp.ispro.net.tr (smtp.ispro.net.tr [87.251.0.4]) by mx1.freebsd.org (Postfix) with SMTP id 105AE13C44C for ; Sat, 12 May 2007 09:13:08 +0000 (UTC) (envelope-from yurtesen-dated-1179823585.579a64@contact.eliteweb.cc) Received: (qmail 38026 invoked by uid 89); 12 May 2007 08:46:26 -0000 Received: from [84.250.38.203] (dsl-tkubrasgw1-fe26fa00-203.dhcp.inet.fi [84.250.38.203]) by localhost.my.domain (tmda-ofmipd) with ESMTP; Sat, 12 May 2007 11:46:18 +0300 (EEST) Message-ID: <46457EDB.3030904@contact.eliteweb.cc> Date: Sat, 12 May 2007 11:46:19 +0300 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: ale@FreeBSD.org, ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: Evren Yurtesen X-Primary-Address: yurtesen@ispro.net.tr Cc: Subject: php5.2.2 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: Sat, 12 May 2007 09:13:10 -0000 It seems like php5 port is stuck at 5.2.1 version (I didnt check php4) http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/ However php.net has 2 new releases which fix security problems. http://www.php.net/ Affected package: php5-5.2.1_3 (matched by php5<5.2.2) Type of problem: php -- multiple vulnerabilities. Reference: Will the maintainer upgrade this port? Thanks, Evren From owner-freebsd-ports@FreeBSD.ORG Sat May 12 09:16:41 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EAF316A400; Sat, 12 May 2007 09:16:41 +0000 (UTC) (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 1D8F813C458; Sat, 12 May 2007 09:16:41 +0000 (UTC) (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 5D7731A3C19; Sat, 12 May 2007 02:17:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4103E52C45; Sat, 12 May 2007 05:16:40 -0400 (EDT) Date: Sat, 12 May 2007 05:16:40 -0400 From: Kris Kennaway To: Evren Yurtesen Message-ID: <20070512091640.GA91275@xor.obsecurity.org> References: <46457EDB.3030904@contact.eliteweb.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46457EDB.3030904@contact.eliteweb.cc> User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, ale@FreeBSD.org Subject: Re: php5.2.2 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: Sat, 12 May 2007 09:16:41 -0000 On Sat, May 12, 2007 at 11:46:19AM +0300, Evren Yurtesen wrote: > It seems like php5 port is stuck at 5.2.1 version (I didnt check php4) > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/ > > However php.net has 2 new releases which fix security problems. > http://www.php.net/ > > Affected package: php5-5.2.1_3 (matched by php5<5.2.2) > Type of problem: php -- multiple vulnerabilities. > Reference: > > > Will the maintainer upgrade this port? See the archives. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 10:33:04 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9E5716A4CC for ; Sat, 12 May 2007 10:33:04 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6A5B513C458 for ; Sat, 12 May 2007 10:33:04 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 May 2007 10:33:02 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp056) with SMTP; 12 May 2007 12:33:02 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18l+bg51Y8lmdz1tex2kRg4x6YIjTGcF8zkQMMFw2 Bq267FQid/hsOh Message-ID: <464597C6.3030406@gmx.de> Date: Sat, 12 May 2007 12:32:38 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Time to abandon recursive pulling of 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, 12 May 2007 10:33:04 -0000 With Xorg updated to 7.2 many ports take much longer to register than to download, build and install. I think it's time to abandon the recursive pulling in of dependencies. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 11:47:32 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D9B016A400 for ; Sat, 12 May 2007 11:47:32 +0000 (UTC) (envelope-from klammer@webonaut.com) Received: from mail.webonaut.com (alien.webonaut.com [88.198.36.116]) by mx1.freebsd.org (Postfix) with ESMTP id 0527313C43E for ; Sat, 12 May 2007 11:47:31 +0000 (UTC) (envelope-from klammer@webonaut.com) Received: from acer.webonaut.com (unknown [89.26.127.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.webonaut.com (Postfix) with ESMTP id 78D14C340C0; Sat, 12 May 2007 13:18:56 +0200 (CEST) Message-ID: <4645A303.2050808@webonaut.com> Date: Sat, 12 May 2007 13:20:35 +0200 From: Franz Klammer User-Agent: Thunderbird 2.0.0.0 (X11/20070423) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing ==> ??SUCCESS?? 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, 12 May 2007 11:47:32 -0000 Hello! Not sure if this is a success mail because i did not 100% exactly what written in UPDATING: 1. instead of "portupgrade -a" i do it with "portupgrade -ak" ą) 2. installed xf86-video-ati-6.6.3_2 while the big update process (had some silly thought - so please don't ask... ;-)) 3. after the update tried to update all error-ports but i stopped it because gimp-gutenprint has again an install error and i want to see how Xorg-7.2 works after 24 hours compiling. 4. simply moved the files in mergebase_output.txt into a backup directory. http://www.webonaut.com/temp/xorg72/mergebase_output.txt http://www.webonaut.com/temp/xorg72/xorg-update_0_README http://www.webonaut.com/temp/xorg72/xorg-update_1.bz2 http://www.webonaut.com/temp/xorg72/xorg-update_2.bz2 http://www.webonaut.com/temp/xorg72/xorg-update_3.bz2 Franz ą) you will see that i also set -P - did it with the hope that one or the other port is still fetchable as package to save time... even i know that was unrealistic. ;-) From owner-freebsd-ports@FreeBSD.ORG Sat May 12 11:54:17 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 741B116A403; Sat, 12 May 2007 11:54:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.freebsd.org (Postfix) with ESMTP id 1F48613C457; Sat, 12 May 2007 11:54:17 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from [83.97.106.70] (helo=phonon.SpringDaemons.com ident=postfix) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1HmqAx-0007ca-S8; Sat, 12 May 2007 15:54:15 +0400 Received: from localhost (localhost [127.0.0.1]) by phonon.SpringDaemons.com (Postfix) with SMTP id 54ED311403; Sat, 12 May 2007 15:53:03 +0400 (MSD) Date: Sat, 12 May 2007 15:53:03 +0400 From: Stanislav Sedov To: Evren Yurtesen Message-Id: <20070512155303.48df77ef.stas@FreeBSD.org> In-Reply-To: <46457EDB.3030904@contact.eliteweb.cc> References: <46457EDB.3030904@contact.eliteweb.cc> Organization: The FreeBSD Project X-Mailer: carrier-pigeon X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-ICQ: 208105021 X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__12_May_2007_15_53_03_+0400_yBEX6ji5XbPzKrw5" X-Spam-Flag: SKIP Cc: ports@freebsd.org, ale@FreeBSD.org Subject: Re: php5.2.2 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: Sat, 12 May 2007 11:54:17 -0000 --Signature=_Sat__12_May_2007_15_53_03_+0400_yBEX6ji5XbPzKrw5 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 12 May 2007 11:46:19 +0300 Evren Yurtesen mentioned: > It seems like php5 port is stuck at 5.2.1 version (I didnt check php4) > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/ > > However php.net has 2 new releases which fix security problems. > http://www.php.net/ > > Affected package: php5-5.2.1_3 (matched by php5<5.2.2) > Type of problem: php -- multiple vulnerabilities. > Reference: > > > Will the maintainer upgrade this port? > He'll upgrade it when the ports free will be unfrozen. -- Stanislav Sedov ST4096-RIPE --Signature=_Sat__12_May_2007_15_53_03_+0400_yBEX6ji5XbPzKrw5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRaqfK/VZk+smlYERAl2kAJ9TUv/2bn/rql3HOMqdVlkYyX4RpQCdG00R sRfQAWprSVf0Q0koiCGZQa0= =PvRL -----END PGP SIGNATURE----- --Signature=_Sat__12_May_2007_15_53_03_+0400_yBEX6ji5XbPzKrw5-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 12:43:31 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDBDF16A404 for ; Sat, 12 May 2007 12:43:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6679113C48A for ; Sat, 12 May 2007 12:43:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1333310nze for ; Sat, 12 May 2007 05:43:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Wfq3mg2aSEADebO8PYE5K+jOefLwy4k8lmDtImR9qEmhixkhHrGh/3lPz/zy9WmRWALIsDjWifQMcjhiLlVLu5SF9ivjo36zbOjW+4DhD96DrxscLOrYPajofj/dpi4xfJ/hRp3ygyAAPGxAiTFyDgt624V7YTMOthZIFPQG/Kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YbImU7mtlsfuoN91BHAzXBAUIYjyLlqPgpFqf+sTwSjZF5B75ofCeB5Aulghyk6a3RXtWjZkpSPuMK3rRYCYcrw1THI64opWcVua4cJw3J4ayZ2Fr2cyxABSE7ar7db+ouW4+4vZ41NiYzgCcK9+8CGX1DK5x98KRFW7sOz4eos= Received: by 10.114.120.1 with SMTP id s1mr241954wac.1178973810065; Sat, 12 May 2007 05:43:30 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 12 May 2007 05:43:30 -0700 (PDT) Message-ID: Date: Sat, 12 May 2007 16:43:30 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Andy Kosela" In-Reply-To: <3cc535c80705120315j25be1113k933ec440d76a14e4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178963343.591874.231130@o5g2000hsb.googlegroups.com> <3cc535c80705120315j25be1113k933ec440d76a14e4@mail.gmail.com> X-Google-Sender-Auth: 4556e31f73799daa Cc: FreeBSD Ports Subject: Re: [NEW PORT] ports-mgmt/pkg - smart tool for managing FreeBSD 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, 12 May 2007 12:43:31 -0000 On 5/12/07, Andy Kosela wrote: > Hi all, > > I would like to present to you the new utility to deal with the ports > system. The main goal of this project is to provide one common tool > for managing ports and packages instead of relying on many > applications (pkg_add, pkg_delete, pkg_info, pkg_version etc.). > Actually it is a smart wrapper written in /bin/sh to the previously > mentioned applications. It also uses external tool portmaster written > also in /bin/sh by Doug Barton to work with the ports compiled from > source. Pkg tool automates upgrading installed packages, outputs > valuable information about packages/ports and overall simplifies > working with the FreeBSD Ports Collection. It uses no external > databases like portupgrade, just simplicity and minimalism are its > main goals. > > You can test the latest version by installing the package from here > http://home.si.rr.com/pyn/pf/pkg-1.1.tbz > > I commited pkg-1.0 with send-pr to the ports tree a few days ago. It > is awaiting approval... > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112572 > > Feel free to send any suggestions, new ideas and of course bug > reports... First of all, can you consider renaming it to something less ambitious? A tool named pkg is already present in some other systems (e.g. pkgjam in NetBSD). It would be a pity to see your tool, however marvelous it is, squatter the name just because it was the earliest one. That said, your tool is very welcome. P.S. You wanted to post your message to ports@, not hackers@. Cc fixed. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 13:14:57 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40FFA16A404 for ; Sat, 12 May 2007 13:14:57 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 02F1113C458 for ; Sat, 12 May 2007 13:14:56 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from [87.240.16.199] (helo=[192.168.0.2]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1HmrC5-000OSO-TK; Sat, 12 May 2007 16:59:30 +0400 Message-ID: <4645B9E4.9020905@FreeBSD.org> Date: Sat, 12 May 2007 16:58:12 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Kris Kennaway References: <20070510212817.GA67897@xor.obsecurity.org> <20070511003830.GA72841@xor.obsecurity.org> <20070511071928.GA25911@xor.obsecurity.org> In-Reply-To: <20070511071928.GA25911@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 13:14:57 -0000 Kris Kennaway wrote: > > Amendment two: for now you need to build your own INDEX or portupgrade > probably won't work correctly. Before running portupgrade do: > > portsdb -U > It's a weird complain. portsdb -U just run make index (roughly to say). May be I something miss here? -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 13:53:25 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A429F16A406 for ; Sat, 12 May 2007 13:53:25 +0000 (UTC) (envelope-from andy.kosela@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 51BE613C459 for ; Sat, 12 May 2007 13:53:25 +0000 (UTC) (envelope-from andy.kosela@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1345234nze for ; Sat, 12 May 2007 06:53:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=huiF1R+kAArPwlRIBWoOxWFdIT3t0gnl0lebB1tmiiKlMWiV2MG1lGpbUma58yXxi16GGLJGIyyctm1Z0MutdRhBwfvtNq4qgut6DkLUgjgbve3/9Ats1JbedEkDK7lhF4m1HsyGeUFhAhZ7AdQqeOaLNsMmd75+HP1l/VARyDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QTODeaxdUSv1p98Jk0mp+jgAQMM6+PAegjf9SSwfvqcli/EQI559s65XQr7ESD6wQGeOXl9WcJJPOr9LtLd9eUlQ1N8Q3EIAF0AXvorzllgV0Yz/syxUamGS1LblEMm+I6LCynQ56LIuxqRiPLr4BICaEBkysQmrZYyWkZss7rU= Received: by 10.114.169.2 with SMTP id r2mr247530wae.1178976338736; Sat, 12 May 2007 06:25:38 -0700 (PDT) Received: by 10.114.12.17 with HTTP; Sat, 12 May 2007 06:25:38 -0700 (PDT) Message-ID: <3cc535c80705120625i6aac0cf4w99dd0558a7a2e4f8@mail.gmail.com> Date: Sat, 12 May 2007 15:25:38 +0200 From: "Andy Kosela" To: freebsd-ports@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178963343.591874.231130@o5g2000hsb.googlegroups.com> <3cc535c80705120315j25be1113k933ec440d76a14e4@mail.gmail.com> Cc: andy.kosela@gmail.com Subject: Re: [NEW PORT] ports-mgmt/pkg - smart tool for managing FreeBSD 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, 12 May 2007 13:53:25 -0000 On 5/12/07, Andrew Pantyukhin wrote: > On 5/12/07, Andy Kosela wrote: > > Hi all, > > > > I would like to present to you the new utility to deal with the ports > > system. The main goal of this project is to provide one common tool > > for managing ports and packages instead of relying on many > > applications (pkg_add, pkg_delete, pkg_info, pkg_version etc.). > > Actually it is a smart wrapper written in /bin/sh to the previously > > mentioned applications. It also uses external tool portmaster written > > also in /bin/sh by Doug Barton to work with the ports compiled from > > source. Pkg tool automates upgrading installed packages, outputs > > valuable information about packages/ports and overall simplifies > > working with the FreeBSD Ports Collection. It uses no external > > databases like portupgrade, just simplicity and minimalism are its > > main goals. > > > > You can test the latest version by installing the package from here > > http://home.si.rr.com/pyn/pf/pkg-1.1.tbz > > > > I commited pkg-1.0 with send-pr to the ports tree a few days ago. It > > is awaiting approval... > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112572 > > > > Feel free to send any suggestions, new ideas and of course bug > > reports... > > First of all, can you consider renaming it to something > less ambitious? A tool named pkg is already present in > some other systems (e.g. pkgjam in NetBSD). It would be > a pity to see your tool, however marvelous it is, > squatter the name just because it was the earliest one. > > That said, your tool is very welcome. > > P.S. You wanted to post your message to ports@, not > hackers@. Cc fixed. > Thank you for your reply. From my understanding of pkgjam this is a completely new system for building applications only on NetBSD and it doesn't relate at all to FreeBSD Ports system. Plus it contains tools like pkg_info which also share the same names with FreeBSD base utilities but are completely different. It won't be ported to FreeBSD anytime soon, if at all. My intention to name my utility just pkg was to make it as simple as possible (especially quick for typing). It gets rid of using various pkg_*. Instead you got ONE simple tool which do everything you need for quickly managing the ports. Andy Kosela Pythagoras Foundation From owner-freebsd-ports@FreeBSD.ORG Sat May 12 14:46:15 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4B7216A402 for ; Sat, 12 May 2007 14:46:15 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtp7-g19.free.fr (smtp7-g19.free.fr [212.27.42.64]) by mx1.freebsd.org (Postfix) with ESMTP id 4278413C448 for ; Sat, 12 May 2007 14:46:15 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by smtp7-g19.free.fr (Postfix) with ESMTP id 603051813A for ; Sat, 12 May 2007 16:46:14 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 89A0611476; Sat, 12 May 2007 16:46:11 +0200 (CEST) Date: Sat, 12 May 2007 16:46:11 +0200 From: Thierry Thomas To: Kris Kennaway Message-ID: <20070512144611.GA40481@graf.pompo.net> Mail-Followup-To: Kris Kennaway , ports@FreeBSD.org References: <20070510212817.GA67897@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 14:46:15 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Jeu 10 mai 07 =E0 23:28:17 +0200, Kris Kennaway =E9crivait=A0: > Dear porters, Hello, > Once we have enough success reports and have dealt with all reported > failures, we will proceed with the next stage, which is to import into > CVS. I'm still upgrading, but have noticed an error in x11-toolkits/tix: =3D=3D=3D> Building for tix-8.1.4_3 cc -pipe -c -O -DHAVE_UNISTD_H=3D1 -DHAVE_LIMITS_H=3D1 -DUCHAR_SUPPORTED=3D= 1 -DHAVE_LIMITS_H=3D1 -DHAVE_UNISTD_H=3D1 -DTCL_WIDE_INT_TYPE=3Dlong\ lon= g -DHAVE_SYS_TIME_H=3D1 -DTIME_WITH_SYS_TIME=3D1 -DSTDC_HEADERS=3D1 -DHAVE_= PW_GECOS=3D1 -DNO_VALUES_H=3D1 -DHAVE_LIMITS_H=3D1 -DHAVE_UNISTD_H=3D1 -D= HAVE_SYS_PARAM_H=3D1 -DTCL_WIDE_INT_TYPE=3Dlong\ long -DHAVE_GETCWD=3D1 -DH= AVE_OPENDIR=3D1 -DHAVE_STRSTR=3D1 -DHAVE_STRTOL=3D1 -DHAVE_STRTOLL=3D1 -DHA= VE_STRTOULL=3D1 -DHAVE_TMPNAM=3D1 -DHAVE_WAITPID=3D1 -DUSE_TERMIOS=3D1 -DHA= VE_SYS_TIME_H=3D1 -DTIME_WITH_SYS_TIME=3D1 -DHAVE_TM_ZONE=3D1 -DHAVE_GMTIME= _R=3D1 -DHAVE_LOCALTIME_R=3D1 -DHAVE_TM_GMTOFF=3D1 -DHAVE_ST_BLKSIZE=3D1 -D= STDC_HEADERS=3D1 -DNO_UNION_WAIT=3D1 -DHAVE_SIGNED_CHAR=3D1 -DHAVE_PUTENV_T= HAT_COPIES=3D1 -DHAVE_LANGINFO=3D1 -DHAVE_FTS=3D1 -DHAVE_SYS_IOCTL_H=3D1 -D= HAVE_SYS_FILIO_H=3D1 -I/usr/ports/lang/tcl84/work/tcl8.4.14/generic -I/usr= /ports/lang/tcl84/work/tcl8.4.14/unix -I/usr/home/thierry/x.org-7.2/ports/x= 11-toolkits/tk84/work/tk8.4.14/generic -I/usr/home/thierry/x.org-7.2/ports/= x11-toolkits/tk84/work/tk8.4.14/unix -I/usr/home/thierry/x.org-7.2/ports= /x11-toolkits/tix/work/tix-8.1.4/generic -I/usr/home/thierry/x.org-7.2/port= s/x11-toolkits/tix/work/tix-8.1.4/unix -I/usr/local/include -fPIC /usr/home= /thierry/x.org-7.2/ports/x11-toolkits/tix/work/tix-8.1.4/generic/tixClass.c In file included from /usr/home/thierry/x.org-7.2/ports/x11-toolkits/tix/wo= rk/tix-8.1.4/generic/tixClass.c:29: /usr/home/thierry/x.org-7.2/ports/x11-toolkits/tk84/work/tk8.4.14/generic/t= k.h:57:20: tcl.h: No such file or directory /usr/home/thierry/x.org-7.2/ports/x11-toolkits/tk84/work/tk8.4.14/generic/t= k.h:59:3: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4 The full log - an extract on my typescript) is available at . No patch ATM, because the upgrade is still in progress... --=20 Th. Thomas. --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRdMzc95pjMcUBaIRAohqAKD0vSvsowC3z/6hH7jDJqooIyjvygCgrIYs yJj6fB7c1/n1YvBB7ce5j+M= =DVYy -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 15:30:46 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C02316A406 for ; Sat, 12 May 2007 15:30:46 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.freebsd.org (Postfix) with ESMTP id CB74113C45B for ; Sat, 12 May 2007 15:30:45 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 03E8311428; Sat, 12 May 2007 17:30:43 +0200 (CEST) Date: Sat, 12 May 2007 17:30:43 +0200 From: Thierry Thomas To: Kris Kennaway Message-ID: <20070512153043.GA12201@graf.pompo.net> Mail-Followup-To: Kris Kennaway , ports@FreeBSD.org References: <20070510212817.GA67897@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20070510212817.GA67897@xor.obsecurity.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: ports@FreeBSD.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 15:30:46 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Jeu 10 mai 07 =E0 23:28:17 +0200, Kris Kennaway =E9crivait=A0: > Once we have enough success reports and have dealt with all reported > failures, we will proceed with the next stage, which is to import into > CVS. And another failure in devel/ode: checking whether cc accepts -g... yes =2E/configure: line 2593: syntax error near unexpected token `elif' =2E/configure: line 2593: `elif test $ac_cv_prog_cc_g =3D yes; then' gmake: *** [config.status] Erreur 2 *** Error code 2 Stop in /usr/home/thierry/x.org-7.2/ports/devel/ode. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.21255= .1 env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dode-0.7,1 UPGRADE_PORT_VER= =3D0.7,1 make Full log at . --=20 Th. Thomas. --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRd2jc95pjMcUBaIRAhA2AJ9AZcN8jnIoBEgG/0JJeD1aEbpISQCgsJg2 gWwMXU53WTLQz/2xVhVbiYo= =2G+f -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 16:11:26 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAEA816A404 for ; Sat, 12 May 2007 16:11:26 +0000 (UTC) (envelope-from cwolsen@domainatlantic.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 8764513C480 for ; Sat, 12 May 2007 16:11:26 +0000 (UTC) (envelope-from cwolsen@domainatlantic.com) Received: from [127.0.0.1] (ool-457143e1.dyn.optonline.net [69.113.67.225]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0JHX00HVEQ8QXWR0@mta3.srv.hcvlny.cv.net> for ports@FreeBSD.org; Sat, 12 May 2007 11:41:25 -0400 (EDT) Date: Sat, 12 May 2007 11:40:36 -0400 From: Christopher Olsen To: ports@FreeBSD.org Message-id: <4645DFF4.2040000@domainatlantic.com> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_tFnTu7kZTy14W4IGfaT5mw)" User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Coldfusion 7.0.2 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: Sat, 12 May 2007 16:11:26 -0000 This is a multi-part message in MIME format. --Boundary_(ID_tFnTu7kZTy14W4IGfaT5mw) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Hello, I'm new to port writing however I've put together a basic port to install coldfusion 7.0.2 developer edition... Which can actually be converted to an enterprise release if you had a valid license. If you have any questions please feel free to write me back I am looking forward to hearing from some one... I believe this port would belong under www or possibly lang Sincerely, Christopher Olsen Christopher Olsen cwolsen@domainatlantic.com 88B Toledo Street Farmingdale, NY 11735 --Boundary_(ID_tFnTu7kZTy14W4IGfaT5mw)-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:04:06 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 804DE16A400 for ; Sat, 12 May 2007 17:04:06 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9BF13C455 for ; Sat, 12 May 2007 17:04:06 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 16F085194F for ; Sat, 12 May 2007 13:04:04 -0400 (EDT) Date: Sat, 12 May 2007 18:04:02 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070512180402.7f6863bb@gumby.homeunix.com.> In-Reply-To: <464597C6.3030406@gmx.de> References: <464597C6.3030406@gmx.de> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:04:06 -0000 On Sat, 12 May 2007 12:32:38 +0200 "[LoN]Kamikaze" wrote: > With Xorg updated to 7.2 many ports take much longer to register than > to download, build and install. I think it's time to abandon the > recursive pulling in of dependencies. Does that matter all that much when there are ports that take several hours to build? As I see it the important figure is the total time taken to register all installed ports, divided by the total time to download, build and install them. As long as that figure remains small it doesn't really matter that small ports install inefficiently. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:11:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B76B16A402 for ; Sat, 12 May 2007 17:11:46 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id F31A813C489 for ; Sat, 12 May 2007 17:11:45 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 May 2007 17:11:44 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp055) with SMTP; 12 May 2007 19:11:44 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+x/oIGb1mxfmhxgL/3LpnjwxQuYa1itUJtOtf0dN 9GrApi1PiqdRKS Message-ID: <4645F537.3000109@gmx.de> Date: Sat, 12 May 2007 19:11:19 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: RW References: <464597C6.3030406@gmx.de> <20070512180402.7f6863bb@gumby.homeunix.com.> In-Reply-To: <20070512180402.7f6863bb@gumby.homeunix.com.> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:11:46 -0000 RW wrote: > On Sat, 12 May 2007 12:32:38 +0200 > "[LoN]Kamikaze" wrote: > >> With Xorg updated to 7.2 many ports take much longer to register than >> to download, build and install. I think it's time to abandon the >> recursive pulling in of dependencies. > > Does that matter all that much when there are ports that take > several hours to build? > > As I see it the important figure is the total time taken to register > all installed ports, divided by the total time to download, build and > install them. As long as that figure remains small it doesn't really > matter that small ports install inefficiently. My guess is that registering takes about 15% of the total upgrade time. Is that a small figure? From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:40:12 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EF7D16A404 for ; Sat, 12 May 2007 17:40:12 +0000 (UTC) (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 41B1D13C457 for ; Sat, 12 May 2007 17:40:12 +0000 (UTC) (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 EA8541A3C1A; Sat, 12 May 2007 10:40:58 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6C954513BC; Sat, 12 May 2007 13:40:11 -0400 (EDT) Date: Sat, 12 May 2007 13:40:11 -0400 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20070512174011.GA22526@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <464597C6.3030406@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:40:12 -0000 On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: > With Xorg updated to 7.2 many ports take much longer to register than to download, build and install. I think it's time to abandon the recursive pulling in of dependencies. I think that before you abandon something you should first understand it. Figure out what is taking so long to register the port and then work out whether it can be optimized. Kris P.S. Please wrap your lines so your emails may be easily read From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:43:38 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4820E16A40B for ; Sat, 12 May 2007 17:43:38 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 280EA13C43E for ; Sat, 12 May 2007 17:43:37 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from localhost (marvin-mail [192.168.0.2]) by marvin.harmless.hu (Postfix) with ESMTP id 1CD167C0D39 for ; Sat, 12 May 2007 19:18:15 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at harmless.hu Received: from marvin.harmless.hu ([192.168.0.2]) by localhost (marvin.harmless.hu [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id 0zqEY9-v0Go2 for ; Sat, 12 May 2007 19:18:14 +0200 (CEST) Received: from marvin.harmless.hu (localhost [127.0.0.1]) by marvin.harmless.hu (Postfix) with ESMTP id A4BF77C0C91 for ; Sat, 12 May 2007 19:18:13 +0200 (CEST) Date: Sat, 12 May 2007 19:18:13 +0200 From: Gergely CZUCZY To: freebsd-ports@freebsd.org Message-ID: <20070512171813.GA78863@harmless.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=x-unknown; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: xorg7.2 upgrade and i945GM glx 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, 12 May 2007 17:43:38 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello i've updated to xorg7.2 on my lappy (hp nx7400), here's the typescript: http://phoemix.harmless.hu/ports-xorg72-upgrade.bz2 the last few part that happend after the reboot are not in there, those involved the upgrade.sh, removal of LOCALBASE/lib/modules (since it contained only 6.9 modules), and the rebuild of xorg-server. and i had to change the modulepath to LOCALBASE/lib/xorg/modules, because the upgrade.sh left out the "xorg/" part of the pathname. after starting X, glxinfo shows that direct renderring is enabled, but no gl applications are able to run. every time i try to run anything, i've got the following output: ---- chop with axe here ---- $ gltron [status] loading settings from /usr/home/phoemix/.gltronrc [warning] old config file found, overriding using defaults [warning] defunct config file found, overriding using defaults [status] loading artpack 'default' using min_filter: 9987 (setting: 3) [scripting audio] found track ' song_revenge_of_cats.it ' [sound] initializing sound [sound] loading song song_revenge_of_cats.it X Error of failed request: BadRequest (invalid request code or no such ope= ration) Major opcode of failed request: 157 (DAMAGE) Minor opcode of failed request: 4 () Serial number of failed request: 36 Current serial number in output stream: 38 $ glxgears X Error of failed request: BadRequest (invalid request code or no such ope= ration) Major opcode of failed request: 157 (DAMAGE) Minor opcode of failed request: 4 () Serial number of failed request: 37 Current serial number in output stream: 41 ---- chop with axe here ---- the Xorg logfile can be found here: http://phoemix.harmless.hu/Xorg.0.log If anything else is needed to fix this, please let me know, i will publicate any other required information. Please CC replies to me, since i'm not subscribed to the mailing list. Bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) owHdVktvHEUQNomCUCMO4QegUoSwQ3ZmvV7Hj0UBbMdEkRKBSASWLMfqmamZadLT PenHPvwLkEAIIU5wyTkCiQMXrhCJC+LGv0AcEIIjVPfYlhNZlnJlD7M73VVfV31V 9fV+/tL5uXMXf/3u+90rn37x9XPfvlBkrzfeOVUlDTdjoZLB4uIgWV1bWxkmw2Qw GKwPBsP19av5ytVs+Z3tv3/b0sqhcsndWYsjcDh1/VZyod6AvObGorvmXZmssSO7 68K22gontBqBUFIoPN67a7iyJZpkW+W6EKoawQOvHRZJa4RyPJPIWI1SasbE/BjB twWnbXAaptpUq+kSaAXNDCRv2xks1C2o6ery4uLlHtRocN6Cq5E5itXmRrRuBLVz 7ajfb2uNjZimFHMj0dq09v1WG2eTCLyU+LYyvMA0O1hijEDoCOugxAm03DiC5Q5q OhVVAbx0aMJJYDDT2gE3CIq+hQqrBnuEoC3S+1jLcUigDsl0J9i6R36NHnMJuoRb 725t3NrcuLPdlyLrN7rwFB8sWKFyZMJBTuQR3wSilZzBSroOh0aUNFfFURxeyCLg hXwSi2aMJmVhX1DckUIqmKow2ncILXd12HgyhABwFEePZZhzb/GpDEBi6UB7F9cv RZdLHVMUQlgL2Io3mDLW0WUd7VLNYacHlZwKVWqwtZ7YjttCGMwdJaIKNCbYCQuo Qk8UPci8Y0qTH1AJpMh56C8beQ8WIQnjVQpIWc/AiYa4Bxd+xg3iaeZqAu11fVXp LvBSU69NwmGUSuvdiLGEPsSUbmEiiB0+xdhZENbZqxSBM1qxXcrGebsHUvPQyECD EJKzUBrdQN9b0691g0d91087R5Oz3Qk3ikz3QFPBqLqlqKAUMkTjFeWqx4GAiOpt eBZYci+dPeFKS17l7hndnw6aCtLy/D7MH5rMs86jEWqfIKlqI1hfX1ulbuzSG8Hw MsHE0YoAvhB6rzuZ6I5YYLWq9g1VgpptX5f7VCybUiPPk2cw3KOxIH3gUhxE5sLa 8dYxn/rwcQoS24FtY7QJrVZySr2gtnng0dK4wyYv3u9eYIHGj0453iW2CgTyo06y Pq9Bt3iNmdhLlxnAbf5RAG07s1OwB1eJiusbtzdubEd7oc62X4aFYHcHDWULyjcZ nh70cIXMtryh7nfUSifNSVK63qQBMsibYL3GYidOKyQF/h+ysfosbCwPzp7ZKOY7 JFDUW1UclJwryA7nJRqO2Bm3RHBNF1NyZuxmeawkgDIIvAWFWHRXVCmmpCrC9qCV yGlXogNSovtKT3qkRxMhJWt9FvULAxLocF3E1En+SKpJFE0TS0C6+V6HsrVFBiR6 dCvQIQ32IN4NIOabeOlYn4WJzLogoroToyFEKawjnM0ZXUjsBpoK6QLZOvD5wYwF G6dHUHXLaR6X3z6RedDCa0uL7ENEFQ+n6qRwg17oPrA0nHSzQWs06W9zKOLcCEuK //Fb5y/MhT8PR388Lp7b+2Hu4Tc3h2/e+/GRuvfPiz998Mf0s82f//xr7uGj3uPh Jy///u9YfPXaK788vvB8/eWV/wA= =+8Xi -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:55:24 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06BE216A406 for ; Sat, 12 May 2007 17:55:24 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 5263913C447 for ; Sat, 12 May 2007 17:55:22 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 May 2007 17:55:22 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp017) with SMTP; 12 May 2007 19:55:22 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+NeG5mcSyNhBke1yt9s4iwPI11Qijooa2VhACWX5 TSDZqm9DzULC1y Message-ID: <4645FF71.60100@gmx.de> Date: Sat, 12 May 2007 19:54:57 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Kris Kennaway References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> In-Reply-To: <20070512174011.GA22526@xor.obsecurity.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:55:24 -0000 Kris Kennaway wrote: > On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: >> With Xorg updated to 7.2 many ports take much longer to register than >> to download, build and install. I think it's time to abandon the >> recursive pulling in of dependencies. > > I think that before you abandon something you should first understand > it. Figure out what is taking so long to register the port and then > work out whether it can be optimized. What takes so long in my opinion, is that not only the dependencies are registered as dependencies, but that the dependencies of dependencies are also registered as dependencies and so forth. Since all the commands supplied by ports walk dependencies recursively, as well as tools like portupgrade, this is unnecessary (that is, assuming that I understood bsd.port.mk correctly). To abandon this behaviour would in my opinion only have advantages. > Kris > > P.S. Please wrap your lines so your emails may be easily read Hope it works, now. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:56:02 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 069F916A408 for ; Sat, 12 May 2007 17:56:02 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.freebsd.org (Postfix) with ESMTP id A873913C4D1 for ; Sat, 12 May 2007 17:56:01 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.montlan (12-216-253-187.client.mchsi.com[12.216.253.187]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20070512174303m9200e0rm7e>; Sat, 12 May 2007 17:43:04 +0000 Message-ID: <4645FCA7.80101@math.missouri.edu> Date: Sat, 12 May 2007 12:43:03 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070505 SeaMonkey/1.1.1 MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <464597C6.3030406@gmx.de> <20070512180402.7f6863bb@gumby.homeunix.com.> <4645F537.3000109@gmx.de> In-Reply-To: <4645F537.3000109@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: RW , freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:56:02 -0000 [LoN]Kamikaze wrote: > RW wrote: >> On Sat, 12 May 2007 12:32:38 +0200 >> "[LoN]Kamikaze" wrote: >> >>> With Xorg updated to 7.2 many ports take much longer to register than >>> to download, build and install. I think it's time to abandon the >>> recursive pulling in of dependencies. >> Does that matter all that much when there are ports that take >> several hours to build? >> >> As I see it the important figure is the total time taken to register >> all installed ports, divided by the total time to download, build and >> install them. As long as that figure remains small it doesn't really >> matter that small ports install inefficiently. > > > My guess is that registering takes about 15% of the total upgrade time. Is that a small figure? I agree with LoN that registering ports is taking way too long. The same is true also of building packages. When you do something like building gnome2 it all takes a very great deal of time. However instead of abandoning the small ports approach, maybe the whole registering of ports needs redesigning, perhaps finding better algorithms, or perhaps using databases and things like that instead of text files and the directory /var/db/pkg. Unfortunately I don't have the necessary skill set to help, or even to know the true cause of the slowdown. On the other hand, I have a feeling that people are already working on this. Stephen From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:57:54 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3B1A16A409 for ; Sat, 12 May 2007 17:57:54 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.freebsd.org (Postfix) with ESMTP id 8D77313C455 for ; Sat, 12 May 2007 17:57:54 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id D701F11431; Sat, 12 May 2007 19:57:52 +0200 (CEST) Date: Sat, 12 May 2007 19:57:52 +0200 From: Thierry Thomas To: "[LoN]Kamikaze" Message-ID: <20070512175752.GA25786@graf.pompo.net> Mail-Followup-To: "[LoN]Kamikaze" , freebsd-ports@freebsd.org References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20070512174011.GA22526@xor.obsecurity.org> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:57:54 -0000 Le Sam 12 mai 07 ŕ 19:40:11 +0200, Kris Kennaway écrivait : > On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: > > With Xorg updated to 7.2 many ports take much longer to register than to download, build and install. I think it's time to abandon the recursive pulling in of dependencies. > > I think that before you abandon something you should first understand > it. Figure out what is taking so long to register the port and then > work out whether it can be optimized. Moreover, there are plans to revise /var/db/pkg structure: see . -- Th. Thomas. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 17:58:26 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 162CD16A406 for ; Sat, 12 May 2007 17:58:26 +0000 (UTC) (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 049A113C46A for ; Sat, 12 May 2007 17:58:26 +0000 (UTC) (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 B25101A3C19; Sat, 12 May 2007 10:59:12 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2F6AA52F67; Sat, 12 May 2007 13:58:25 -0400 (EDT) Date: Sat, 12 May 2007 13:58:24 -0400 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20070512175824.GA23103@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <4645FF71.60100@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 17:58:26 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 12, 2007 at 07:54:57PM +0200, [LoN]Kamikaze wrote: >=20 >=20 > Kris Kennaway wrote: > > On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: > >> With Xorg updated to 7.2 many ports take much longer to register than > >> to download, build and install. I think it's time to abandon the > >> recursive pulling in of dependencies. > >=20 > > I think that before you abandon something you should first understand > > it. Figure out what is taking so long to register the port and then > > work out whether it can be optimized. >=20 > What takes so long in my opinion, is that not only the dependencies are > registered as dependencies, but that the dependencies of dependencies are= also > registered as dependencies and so forth. Since all the commands supplied = by > ports walk dependencies recursively, as well as tools like portupgrade, t= his > is unnecessary (that is, assuming that I understood bsd.port.mk correctly= ). >=20 > To abandon this behaviour would in my opinion only have advantages. Go and substantiate your opinion with some facts, then we'll talk. > > Kris > >=20 > > P.S. Please wrap your lines so your emails may be easily read >=20 > Hope it works, now. Thanks Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRgBAWry0BWjoQKURApaaAKDXof8Pxoj80U+KjXOLqXTRf/Pk9QCg7h8A VHjD/lnchXXhOskuI7cIMDM= =g6OQ -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 18:10:54 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE22516A400 for ; Sat, 12 May 2007 18:10:54 +0000 (UTC) (envelope-from paul@castlecops.com) Received: from cc1.gs.oarci.net (cc1.gs.oarci.net [204.152.184.161]) by mx1.freebsd.org (Postfix) with ESMTP id B6FE013C448 for ; Sat, 12 May 2007 18:10:54 +0000 (UTC) (envelope-from paul@castlecops.com) Received: from [192.168.1.49] (c1static-156-95.sssnet.com [24.140.156.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by cc1.gs.oarci.net (Postfix) with ESMTP id 13042299EC6F; Sat, 12 May 2007 18:16:21 +0000 (UTC) (envelope-from paul@castlecops.com) Message-ID: <46460332.3010205@castlecops.com> Date: Sat, 12 May 2007 14:10:58 -0400 From: Paul Laudanski Organization: CastleCops User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: leeym@FreeBSD.org X-Enigmail-Version: 0.95.0 OpenPGP: id=2C54CA65 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: mytop-1.6_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: Sat, 12 May 2007 18:10:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings folks, I have a query about the requirements for this port. I have MySQL Server & Client 5.1.15, plus I was planning on installed p5-DBD-mysql51 ... Is that OK as they are newer versions? Or will ports require that the older versions be installed like mysql-client-5.0.37, p5-DBD-mysql-4.003? - -- Paul Laudanski, CastleCops®, www.castlecops.com Submit Phish: www.castlecops.com/pirt http://www.linkedin.com/pub/1/49a/17b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGRgMyHP6ZmSxUymURApaTAKDRR4xcpg3hp7cRcVAqOg3eQaRSnACgwGJ2 A41G1xLIpL05f4oHiMZQj2w= =SSAy -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 18:33:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7420216A404 for ; Sat, 12 May 2007 18:33:41 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 49DC413C448 for ; Sat, 12 May 2007 18:33:41 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4CIXen9065414; Sat, 12 May 2007 13:33:40 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l4CIXejg065411; Sat, 12 May 2007 13:33:40 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Sat, 12 May 2007 13:33:40 -0500 (CDT) From: Stephen Montgomery-Smith To: Kris Kennaway In-Reply-To: <20070512175824.GA23103@xor.obsecurity.org> Message-ID: <20070512133054.B5588@math.missouri.edu> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 18:33:41 -0000 On Sat, 12 May 2007, Kris Kennaway wrote: > On Sat, May 12, 2007 at 07:54:57PM +0200, [LoN]Kamikaze wrote: >> >> >> Kris Kennaway wrote: >>> On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: >>>> With Xorg updated to 7.2 many ports take much longer to register than >>>> to download, build and install. I think it's time to abandon the >>>> recursive pulling in of dependencies. >>> >>> I think that before you abandon something you should first understand >>> it. Figure out what is taking so long to register the port and then >>> work out whether it can be optimized. >> >> What takes so long in my opinion, is that not only the dependencies are >> registered as dependencies, but that the dependencies of dependencies are also >> registered as dependencies and so forth. Since all the commands supplied by >> ports walk dependencies recursively, as well as tools like portupgrade, this >> is unnecessary (that is, assuming that I understood bsd.port.mk correctly). >> >> To abandon this behaviour would in my opinion only have advantages. > > Go and substantiate your opinion with some facts, then we'll talk. I've done a little poking around. As of right now, I think that the registering takes a huge amount of time inside of a function called "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. Stephen From owner-freebsd-ports@FreeBSD.ORG Sat May 12 18:36:35 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 896AB16A402 for ; Sat, 12 May 2007 18:36:35 +0000 (UTC) (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 753AD13C458 for ; Sat, 12 May 2007 18:36:35 +0000 (UTC) (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 36D571A3C1A; Sat, 12 May 2007 11:37:22 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9AF2D52F67; Sat, 12 May 2007 14:36:34 -0400 (EDT) Date: Sat, 12 May 2007 14:36:34 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith Message-ID: <20070512183634.GA23819@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <20070512133054.B5588@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 18:36:35 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 12, 2007 at 01:33:40PM -0500, Stephen Montgomery-Smith wrote: >=20 >=20 > On Sat, 12 May 2007, Kris Kennaway wrote: >=20 > >On Sat, May 12, 2007 at 07:54:57PM +0200, [LoN]Kamikaze wrote: > >> > >> > >>Kris Kennaway wrote: > >>>On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: > >>>>With Xorg updated to 7.2 many ports take much longer to register than > >>>>to download, build and install. I think it's time to abandon the > >>>>recursive pulling in of dependencies. > >>> > >>>I think that before you abandon something you should first understand > >>>it. Figure out what is taking so long to register the port and then > >>>work out whether it can be optimized. > >> > >>What takes so long in my opinion, is that not only the dependencies are > >>registered as dependencies, but that the dependencies of dependencies a= re=20 > >>also > >>registered as dependencies and so forth. Since all the commands supplie= d=20 > >>by > >>ports walk dependencies recursively, as well as tools like portupgrade,= =20 > >>this > >>is unnecessary (that is, assuming that I understood bsd.port.mk=20 > >>correctly). > >> > >>To abandon this behaviour would in my opinion only have advantages. > > > >Go and substantiate your opinion with some facts, then we'll talk. >=20 > I've done a little poking around. As of right now, I think that the=20 > registering takes a huge amount of time inside of a function called=20 > "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. That function certainly looks like it can be optimized. Kris --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGRgkyWry0BWjoQKURAqLWAJsG3ndPC3DfIjPUmWhTQBOYwMYtlwCghzpq HREXwOGNwboqPbJ3nC5/ZQM= =ZUu2 -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 18:53:33 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 873D816A402 for ; Sat, 12 May 2007 18:53:33 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [204.127.225.94]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2BC13C448 for ; Sat, 12 May 2007 18:53:33 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (alnrmhc14) with ESMTP id <20070512185322b1400897hce>; Sat, 12 May 2007 18:53:32 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 06D711FA01D; Sat, 12 May 2007 11:53:22 -0700 (PDT) Date: Sat, 12 May 2007 11:53:22 -0700 From: Jeremy Chadwick To: Stephen Montgomery-Smith Message-ID: <20070512185321.GA62886@icarus.home.lan> Mail-Followup-To: Stephen Montgomery-Smith , Kris Kennaway , "[LoN]Kamikaze" , freebsd-ports@freebsd.org References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512133054.B5588@math.missouri.edu> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 18:53:33 -0000 On Sat, May 12, 2007 at 01:33:40PM -0500, Stephen Montgomery-Smith wrote: > I've done a little poking around. As of right now, I think that the > registering takes a huge amount of time inside of a function called > "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. Has anyone built a system with profiled libraries and a pkg_install binary with gcc -pg? gprof output would be incredibly beneficial here. We're grasping at straws until we figure out where most of the time is spent during a port installation. The desire to "move to Berkeley DB and use hashes" (mentioned in another post in this thread) is fine, but that's implying that there's a lot of filesystem I/O going on which could be optimised by using a key/value "database" somehow. No offence, but I'm sceptical of that being the solution to this whole thing. I can see that being somewhat useful for very quickly iterating through a dependency tree, however. Sorry if this seems like a stupid question, but are there any operations during a port install which are done on-the-fly that could be relinquished by utilising something pre-generated and instead managed by a central source (something similar to ports/INDEX-6 in functionality)? Just a thought. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Sat May 12 18:53:40 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6CCF16A402 for ; Sat, 12 May 2007 18:53:40 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 7B00513C45B for ; Sat, 12 May 2007 18:53:40 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l4CIreWE067011; Sat, 12 May 2007 13:53:40 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l4CIraAf067002; Sat, 12 May 2007 13:53:36 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Sat, 12 May 2007 13:53:36 -0500 (CDT) From: Stephen Montgomery-Smith To: Kris Kennaway In-Reply-To: <20070512183634.GA23819@xor.obsecurity.org> Message-ID: <20070512134849.D5588@math.missouri.edu> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <20070512183634.GA23819@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 18:53:40 -0000 On Sat, 12 May 2007, Kris Kennaway wrote: > On Sat, May 12, 2007 at 01:33:40PM -0500, Stephen Montgomery-Smith wrote: >> I've done a little poking around. As of right now, I think that the >> registering takes a huge amount of time inside of a function called >> "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. > > That function certainly looks like it can be optimized. I believe that if this function is optimized, that practically all of the slowness issues we have seen with pkg_add, pkg_deinstall, etc, will be solved. Give me a few days. I think I will be able to make it work very much faster. For starters it uses a bubble sort. I can understand why they don't want to use a quicksort, because they want to check complete integrety of comparison tree (i.e. that there are no internal loops), but I recall seeing an algorithm due perhaps to one of or both of Hopcroft and Tarjan that uses a depth first search, maybe 20 years ago, that should be much faster, and I think I could reproduce it. (But if someone else decides to work on it instead, email me immediately so that I don't have to do it.) From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:09:43 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3BC416A402 for ; Sat, 12 May 2007 19:09:43 +0000 (UTC) (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 B1E8C13C46A for ; Sat, 12 May 2007 19:09:43 +0000 (UTC) (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 78ED61A3C19; Sat, 12 May 2007 12:10:30 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D1B6F52C9B; Sat, 12 May 2007 15:09:42 -0400 (EDT) Date: Sat, 12 May 2007 15:09:42 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith , Kris Kennaway , "[LoN]Kamikaze" , freebsd-ports@freebsd.org Message-ID: <20070512190942.GA24508@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <20070512185321.GA62886@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512185321.GA62886@icarus.home.lan> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 19:09:43 -0000 On Sat, May 12, 2007 at 11:53:22AM -0700, Jeremy Chadwick wrote: > On Sat, May 12, 2007 at 01:33:40PM -0500, Stephen Montgomery-Smith wrote: > > I've done a little poking around. As of right now, I think that the > > registering takes a huge amount of time inside of a function called > > "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. > > Has anyone built a system with profiled libraries and a pkg_install > binary with gcc -pg? gprof output would be incredibly beneficial here. > We're grasping at straws until we figure out where most of the time is > spent during a port installation. > > The desire to "move to Berkeley DB and use hashes" (mentioned in another > post in this thread) is fine, but that's implying that there's a lot of > filesystem I/O going on which could be optimised by using a key/value > "database" somehow. No offence, but I'm sceptical of that being the > solution to this whole thing. It is not claimed that "move to Berkeley DB and use hashes" is going to be the solution to "this whole thing", so that's a straw man argument. It is claimed that it will solve certain specific problems. See my post to hackers@ yesterday for more discussion of the issues. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:10:18 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE1C216A402 for ; Sat, 12 May 2007 19:10:18 +0000 (UTC) (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 B8ECC13C45E for ; Sat, 12 May 2007 19:10:18 +0000 (UTC) (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 849891A3C19; Sat, 12 May 2007 12:11:05 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D76FF52C9B; Sat, 12 May 2007 15:10:17 -0400 (EDT) Date: Sat, 12 May 2007 15:10:17 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith Message-ID: <20070512191017.GB24508@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <20070512183634.GA23819@xor.obsecurity.org> <20070512134849.D5588@math.missouri.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20070512134849.D5588@math.missouri.edu> User-Agent: Mutt/1.4.2.2i Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 19:10:18 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 12, 2007 at 01:53:36PM -0500, Stephen Montgomery-Smith wrote: >=20 >=20 > On Sat, 12 May 2007, Kris Kennaway wrote: >=20 > >On Sat, May 12, 2007 at 01:33:40PM -0500, Stephen Montgomery-Smith wrote: >=20 > >>I've done a little poking around. As of right now, I think that the > >>registering takes a huge amount of time inside of a function called > >>"sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps= .c. > > > >That function certainly looks like it can be optimized. >=20 > I believe that if this function is optimized, that practically all of the= =20 > slowness issues we have seen with pkg_add, pkg_deinstall, etc, will be=20 > solved. Give me a few days. I think I will be able to make it work very= =20 > much faster. For starters it uses a bubble sort. I can understand why= =20 > they don't want to use a quicksort, because they want to check complete= =20 > integrety of comparison tree (i.e. that there are no internal loops), but= =20 > I recall seeing an algorithm due perhaps to one of or both of Hopcroft an= d=20 > Tarjan that uses a depth first search, maybe 20 years ago, that should be= =20 > much faster, and I think I could reproduce it. >=20 > (But if someone else decides to work on it instead, email me immediately= =20 > so that I don't have to do it.) Thanks, I appreciate the investigation. Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD4DBQFGRhEZWry0BWjoQKURAuqPAJ9jb5w4mWK1jrAvH9AiVG0EDFO1zgCY4ijY 2U5TXmZGaOCHwPWm3aV2JQ== =MDhZ -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:30:54 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 508F516A404 for ; Sat, 12 May 2007 19:30:54 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from alnrmhc15.comcast.net (alnrmhc15.comcast.net [206.18.177.55]) by mx1.freebsd.org (Postfix) with ESMTP id 2572713C45A for ; Sat, 12 May 2007 19:30:53 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (alnrmhc15) with ESMTP id <20070512193053b1500slvlse>; Sat, 12 May 2007 19:30:53 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id B603A1FA01D; Sat, 12 May 2007 12:30:52 -0700 (PDT) Date: Sat, 12 May 2007 12:30:52 -0700 From: Jeremy Chadwick To: Stephen Montgomery-Smith Message-ID: <20070512193052.GA63649@icarus.home.lan> Mail-Followup-To: Stephen Montgomery-Smith , Kris Kennaway , "[LoN]Kamikaze" , freebsd-ports@freebsd.org References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <20070512183634.GA23819@xor.obsecurity.org> <20070512134849.D5588@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512134849.D5588@math.missouri.edu> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 19:30:54 -0000 On Sat, May 12, 2007 at 01:53:36PM -0500, Stephen Montgomery-Smith wrote: > I believe that if this function is optimized, that practically all of the > slowness issues we have seen with pkg_add, pkg_deinstall, etc, will be > solved. Give me a few days. I think I will be able to make it work very > much faster. For starters it uses a bubble sort. I can understand why they > don't want to use a quicksort, because they want to check complete integrety > of comparison tree (i.e. that there are no internal loops), but I recall > seeing an algorithm due perhaps to one of or both of Hopcroft and Tarjan > that uses a depth first search, maybe 20 years ago, that should be much > faster, and I think I could reproduce it. Please don't use a bubblesort, it's incredibly inefficient. Using a topological sort would be the most optimal way to do this. It's a standard algorithm: http://en.wikipedia.org/wiki/Topological_sorting http://www.cee.hw.ac.uk/~alison/ds98/node65.html We have existing code that does it (src/usr.bin/tsort/tsort.c), but one shouldn't use the code from there. tsort.c builds the actual graph in memory, which isn't needed in the case of pkg_install as long as we have functions like chkifdepends() and others which query dependency relations (these represent arcs in the graph). Thanks for looking into/solving all of this though. Thumbs up. :-) -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:34:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F8A716A409 for ; Sat, 12 May 2007 19:34:13 +0000 (UTC) (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 F0D7E13C45B for ; Sat, 12 May 2007 19:34:12 +0000 (UTC) (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 C18781A3C1A; Sat, 12 May 2007 12:34:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 20A7E52C9B; Sat, 12 May 2007 15:34:12 -0400 (EDT) Date: Sat, 12 May 2007 15:34:12 -0400 From: Kris Kennaway To: Stephen Montgomery-Smith , Kris Kennaway , "[LoN]Kamikaze" , freebsd-ports@freebsd.org Message-ID: <20070512193411.GA25051@xor.obsecurity.org> References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> <20070512183634.GA23819@xor.obsecurity.org> <20070512134849.D5588@math.missouri.edu> <20070512193052.GA63649@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070512193052.GA63649@icarus.home.lan> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 19:34:13 -0000 On Sat, May 12, 2007 at 12:30:52PM -0700, Jeremy Chadwick wrote: > On Sat, May 12, 2007 at 01:53:36PM -0500, Stephen Montgomery-Smith wrote: > > I believe that if this function is optimized, that practically all of the > > slowness issues we have seen with pkg_add, pkg_deinstall, etc, will be > > solved. Give me a few days. I think I will be able to make it work very > > much faster. For starters it uses a bubble sort. I can understand why they > > don't want to use a quicksort, because they want to check complete integrety > > of comparison tree (i.e. that there are no internal loops), but I recall > > seeing an algorithm due perhaps to one of or both of Hopcroft and Tarjan > > that uses a depth first search, maybe 20 years ago, that should be much > > faster, and I think I could reproduce it. > > Please don't use a bubblesort, it's incredibly inefficient. The *existing* algorithm is a bubble sort; Stephen is not proposing to replace it with one. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:45:29 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C993416A403 for ; Sat, 12 May 2007 19:45:29 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4219E13C45A for ; Sat, 12 May 2007 19:45:29 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 May 2007 19:45:27 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp012) with SMTP; 12 May 2007 21:45:27 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+qoLN9YvaqsIrOw8Lt34QN1lfP62hNXBk2tY/Y6u tgQTy52gyKuNe+ Message-ID: <4646193E.5040503@gmx.de> Date: Sat, 12 May 2007 21:45:02 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: Stephen Montgomery-Smith References: <464597C6.3030406@gmx.de> <20070512174011.GA22526@xor.obsecurity.org> <4645FF71.60100@gmx.de> <20070512175824.GA23103@xor.obsecurity.org> <20070512133054.B5588@math.missouri.edu> In-Reply-To: <20070512133054.B5588@math.missouri.edu> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Time to abandon recursive pulling of 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, 12 May 2007 19:45:29 -0000 Stephen Montgomery-Smith wrote: > > > On Sat, 12 May 2007, Kris Kennaway wrote: > >> On Sat, May 12, 2007 at 07:54:57PM +0200, [LoN]Kamikaze wrote: >>> >>> >>> Kris Kennaway wrote: >>>> On Sat, May 12, 2007 at 12:32:38PM +0200, [LoN]Kamikaze wrote: >>>>> With Xorg updated to 7.2 many ports take much longer to register than >>>>> to download, build and install. I think it's time to abandon the >>>>> recursive pulling in of dependencies. >>>> >>>> I think that before you abandon something you should first understand >>>> it. Figure out what is taking so long to register the port and then >>>> work out whether it can be optimized. >>> >>> What takes so long in my opinion, is that not only the dependencies are >>> registered as dependencies, but that the dependencies of dependencies >>> are also >>> registered as dependencies and so forth. Since all the commands >>> supplied by >>> ports walk dependencies recursively, as well as tools like >>> portupgrade, this >>> is unnecessary (that is, assuming that I understood bsd.port.mk >>> correctly). >>> >>> To abandon this behaviour would in my opinion only have advantages. >> >> Go and substantiate your opinion with some facts, then we'll talk. > > I've done a little poking around. As of right now, I think that the > registering takes a huge amount of time inside of a function called > "sortdeps" which may be found in /usr/src/usr.sbin/pkg_install/lib/deps.c. > > Stephen > Thank you for looking into this. I was expecting to have to make experminental patches for the pkg tools as well as in bsd.port.mk to back my opinion. However I wouldn't have been able to start earlier than two weeks from now. And before that I want to look into some acpi_ibm and psm regressions I'm experiencing with stable. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:47:39 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4870716A400 for ; Sat, 12 May 2007 19:47:39 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0964C13C483 for ; Sat, 12 May 2007 19:47:38 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1D0172C50D79; Sat, 12 May 2007 22:32:20 +0300 (EEST) Date: Sat, 12 May 2007 22:32:19 +0300 From: Ion-Mihai Tetcu To: "Ed Lucero" Message-ID: <20070512223219.1e193c59@it.buh.tecnik93.com> In-Reply-To: <01a801c793ec$1c24fee0$546efca0$@com> References: <01a801c793ec$1c24fee0$546efca0$@com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Shawn O'Connor Subject: Re: FreeBSD Port: dspam-3.6.8_2 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, 12 May 2007 19:47:39 -0000 On Fri, 11 May 2007 09:47:49 -0700 "Ed Lucero" wrote: > Hi > > I was interested in finding out when dspam 3.8.0 Stable will be > ported. It's in -devel, I'll will MFD it after the Ports freeze is over. -- IOnut From owner-freebsd-ports@FreeBSD.ORG Sat May 12 19:58:56 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA30C16A404 for ; Sat, 12 May 2007 19:58:56 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id D01B513C465 for ; Sat, 12 May 2007 19:58:56 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from susy.dsl-verizon.net ([71.107.43.206]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JHY00K5425XL6W1@vms046.mailsrvcs.net> for freebsd-ports@FreeBSD.org; Sat, 12 May 2007 14:58:45 -0500 (CDT) Date: Sat, 12 May 2007 12:53:00 -0700 From: vehemens To: freebsd-ports@FreeBSD.org Message-id: <200705121253.00387.vehemens@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.6 Cc: Subject: xorg7.2 upgrade and glxgears 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, 12 May 2007 19:58:57 -0000 I have the following error when running glxgears using the ATI driver: X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 158 (DAMAGE) Minor opcode of failed request: 4 () Serial number of failed request: 37 Current serial number in output stream: 38 Also mesa-demos won't build with the NVIDIA patches. Here are my patches to the makefile and a revised yuvrect_client.c patch (i.e. elif to else). --- Makefile.orig Wed May 2 09:27:18 2007 +++ Makefile Sat May 12 00:50:41 2007 @@ -96,9 +96,7 @@ .endif .if defined(WITH_NVIDIA_GL) -CFLAGS+= -DWITH_NVIDIA_GL=1 -.else -CFLAGS+= -DWITH_NVIDIA_GL=0 +CFLAGS+= -DWITH_NVIDIA_GL .endif .include --- progs/xdemos/yuvrect_client.c.orig Sat May 12 01:19:47 2007 +++ progs/xdemos/yuvrect_client.c Sat May 12 01:19:47 2007 @@ -140,7 +140,11 @@ exit(0); } - glx_memory = glXAllocateMemoryMESA(dpy, screen, ImgWidth * ImgHeight * 2, 0, 0 ,0); + #ifdef WITH_NVIDIA_GL + glx_memory = glXAllocateMemoryNV(ImgWidth * ImgHeight * 2, 0, 0 ,0); + #else + glx_memory = glXAllocateMemoryMESA(dpy, screen, ImgWidth * ImgHeight * 2, 0, 0 ,0); + #endif if (!glx_memory) { fprintf(stderr,"Failed to allocate MESA memory\n"); @@ -317,7 +321,11 @@ glXSwapBuffers(dpy, win); event_loop(dpy, win); - glXFreeMemoryMESA(dpy, DefaultScreen(dpy), glx_memory); + #ifdef WITH_NVIDIA_GL + glXFreeMemoryNV(glx_memory); + #else + glXFreeMemoryMESA(dpy, DefaultScreen(dpy), glx_memory); + #endif glXDestroyContext(dpy, ctx); XDestroyWindow(dpy, win); XCloseDisplay(dpy); From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:00:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69BDF16A400 for ; Sat, 12 May 2007 21:00:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 28B0A13C45D for ; Sat, 12 May 2007 21:00:52 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1424334nze for ; Sat, 12 May 2007 14:00:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uRk6x+Jq10TgSzSTQ4NC7D0tZiexqk8tH5tMD+POEurUV/WCP7sPRzwM8kK85JsAQAzGtOvVBgqGSIgoScE+dIdZKdnTSALWMc1en3ZZHo5jIcFhmntU7B2YCopXS+hg9DIkzLiBrfU3hyPWnexoHSF4JJQzqDw/x8te5FDMcQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=t6IVgC7y9nI1LCIZau4A8Dnd4NhjSiIAsALPjj7+yQP2zcYF+eJ6eo8I6btLDRKNOB0lsz8cTwWKAy4HRt75gfG5odYrbWBLSVzTUoHXA8Jcjw7Y8qHDBEymLhkmreqkBypnMtLSpD3lkOPzN0KuqgApWjbvd8W/RqS/cLweboc= Received: by 10.115.88.1 with SMTP id q1mr372127wal.1179003652070; Sat, 12 May 2007 14:00:52 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 12 May 2007 14:00:51 -0700 (PDT) Message-ID: Date: Sun, 13 May 2007 01:00:51 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" , ports@freebsd.org In-Reply-To: <20070512153043.GA12201@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> X-Google-Sender-Auth: 0b39b5933cf89524 Cc: Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 21:00:53 -0000 Reporting success on one of my desktops. It's a current/i386 box with a little over 1000 packages (after the upgrade). I used portupgrade-devel, but started with stale INDEX. For this reason or not, I stumbled upon the libXft quirk. Stopped the upgrade when I saw a few pkg_create's to take far too long because of dependency loop, rebuilt the INDEX with "make index" (portsdb -U didn't work for me), ran pkgdb -F and after that portupgrade -a finished without any major surprises. mergebase.sh failed, probably because my system is quite dirty. Even after I removed the conflicting files, it just failed. I've made the merge myself and been living happily ever since (so far). Waiting for portupgrade -a to finish on my laptop. Thanks, Kris and all of you guys for making this step as painless as possible - for me and everyone. Thanks! From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:04:55 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D932116A400; Sat, 12 May 2007 21:04:55 +0000 (UTC) (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 C86A013C458; Sat, 12 May 2007 21:04:55 +0000 (UTC) (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 ABEB01A3C19; Sat, 12 May 2007 14:05:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E876352F67; Sat, 12 May 2007 17:04:54 -0400 (EDT) Date: Sat, 12 May 2007 17:04:54 -0400 From: Kris Kennaway To: Andrew Pantyukhin Message-ID: <20070512210454.GA28045@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 21:04:55 -0000 On Sun, May 13, 2007 at 01:00:51AM +0400, Andrew Pantyukhin wrote: > Reporting success on one of my desktops. It's a current/i386 > box with a little over 1000 packages (after the upgrade). > > I used portupgrade-devel, but started with stale INDEX. For > this reason or not, I stumbled upon the libXft quirk. Stopped > the upgrade when I saw a few pkg_create's to take far too > long because of dependency loop, rebuilt the INDEX with > "make index" (portsdb -U didn't work for me), ran pkgdb -F > and after that portupgrade -a finished without any major > surprises. Can you confirm that you started by doing portupgrade -Rf libXft and it still gave the dependency loop? > mergebase.sh failed, probably because my system is quite > dirty. Even after I removed the conflicting files, it just > failed. I've made the merge myself and been living happily > ever since (so far). Hmm, would be nice to know why. > Waiting for portupgrade -a to finish on my laptop. > > Thanks, Kris and all of you guys for making this step as > painless as possible - for me and everyone. Thanks for testing! Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:11:16 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF13216A402 for ; Sat, 12 May 2007 21:11:16 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.227]) by mx1.freebsd.org (Postfix) with ESMTP id 695BC13C465 for ; Sat, 12 May 2007 21:11:16 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1426049nze for ; Sat, 12 May 2007 14:11:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=oO9M48e0MXnvTDgvdZzUZhcbVWLVfvm7IGadg5k62WbNUksBGgSSu7uqqmKAnale7LriTxI5jSyvFdfcNke6WhsF0JxHbLtX5vJiPMXJ5w1V6jws+jms33KXfvu82tL5WaPP+mwn/JCjBaPNlzYBxlybJZXb2beDkWNtd2DxpTw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=meTierY5osD9Dl3LcS20VFFKTK2Opo2qKX67QZ0vXwMgNu5CLA8XSjdCKiyUWvFtj3Kj2a7jfl3GwzEW84fVgKlFCaTcGVtA2zxSLOlXhYXbAQw5peC6b9Cw7I7s/qEaErcIoQMLYOxjokJ7nUS+d2eEOSmEACvWKclyhqEY+Ic= Received: by 10.114.121.1 with SMTP id t1mr364683wac.1179004275293; Sat, 12 May 2007 14:11:15 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 12 May 2007 14:11:15 -0700 (PDT) Message-ID: Date: Sun, 13 May 2007 01:11:15 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" In-Reply-To: <20070512210454.GA28045@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> <20070512210454.GA28045@xor.obsecurity.org> X-Google-Sender-Auth: 008b09983474db4c Cc: ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 21:11:16 -0000 On 5/13/07, Kris Kennaway wrote: > On Sun, May 13, 2007 at 01:00:51AM +0400, Andrew Pantyukhin wrote: > > Reporting success on one of my desktops. It's a current/i386 > > box with a little over 1000 packages (after the upgrade). > > > > I used portupgrade-devel, but started with stale INDEX. For > > this reason or not, I stumbled upon the libXft quirk. Stopped > > the upgrade when I saw a few pkg_create's to take far too > > long because of dependency loop, rebuilt the INDEX with > > "make index" (portsdb -U didn't work for me), ran pkgdb -F > > and after that portupgrade -a finished without any major > > surprises. > > Can you confirm that you started by doing portupgrade -Rf libXft and > it still gave the dependency loop? Nope, I actually misread UPDATING and thought portupgrade-devel didn't need it. [ try s/nor/not/ in the message :) ] > > mergebase.sh failed, probably because my system is quite > > dirty. Even after I removed the conflicting files, it just > > failed. I've made the merge myself and been living happily > > ever since (so far). > > Hmm, would be nice to know why. I'll try to look closer at it on my laptop. Something tells me it'll fail there too, because it's my development system and it's as dirty as it gets. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 21:14:20 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F102C16A406; Sat, 12 May 2007 21:14:20 +0000 (UTC) (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 97C9513C46E; Sat, 12 May 2007 21:14:20 +0000 (UTC) (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 671771A3C1A; Sat, 12 May 2007 14:15:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A549752F67; Sat, 12 May 2007 17:14:19 -0400 (EDT) Date: Sat, 12 May 2007 17:14:19 -0400 From: Kris Kennaway To: Andrew Pantyukhin Message-ID: <20070512211419.GA28267@xor.obsecurity.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070512153043.GA12201@graf.pompo.net> <20070512210454.GA28045@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: HEADS UP: xorg 7.2 ready for testing 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, 12 May 2007 21:14:21 -0000 On Sun, May 13, 2007 at 01:11:15AM +0400, Andrew Pantyukhin wrote: > On 5/13/07, Kris Kennaway wrote: > >On Sun, May 13, 2007 at 01:00:51AM +0400, Andrew Pantyukhin wrote: > >> Reporting success on one of my desktops. It's a current/i386 > >> box with a little over 1000 packages (after the upgrade). > >> > >> I used portupgrade-devel, but started with stale INDEX. For > >> this reason or not, I stumbled upon the libXft quirk. Stopped > >> the upgrade when I saw a few pkg_create's to take far too > >> long because of dependency loop, rebuilt the INDEX with > >> "make index" (portsdb -U didn't work for me), ran pkgdb -F > >> and after that portupgrade -a finished without any major > >> surprises. > > > >Can you confirm that you started by doing portupgrade -Rf libXft and > >it still gave the dependency loop? > > Nope, I actually misread UPDATING and thought portupgrade-devel > didn't need it. [ try s/nor/not/ in the message :) ] OK, that's precisely the expected failure mode then :) > >> mergebase.sh failed, probably because my system is quite > >> dirty. Even after I removed the conflicting files, it just > >> failed. I've made the merge myself and been living happily > >> ever since (so far). > > > >Hmm, would be nice to know why. > > I'll try to look closer at it on my laptop. Something tells > me it'll fail there too, because it's my development system > and it's as dirty as it gets. Running sh -x will help. Kris From owner-freebsd-ports@FreeBSD.ORG Sat May 12 23:14:59 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4741B16A405 for ; Sat, 12 May 2007 23:14:59 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1015113C502 for ; Sat, 12 May 2007 23:14:59 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from susy.dsl-verizon.net ([71.107.43.206]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JHY00LZ9B8D9RV9@vms042.mailsrvcs.net> for freebsd-ports@freebsd.org; Sat, 12 May 2007 18:14:37 -0500 (CDT) Date: Sat, 12 May 2007 16:08:53 -0700 From: vehemens In-reply-to: <200705121253.00387.vehemens@verizon.net> To: freebsd-ports@freebsd.org Message-id: <200705121608.53357.vehemens@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200705121253.00387.vehemens@verizon.net> User-Agent: KMail/1.9.6 Subject: Re: xorg7.2 upgrade and glxgears 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, 12 May 2007 23:14:59 -0000 On Saturday 12 May 2007 12:53:00 pm vehemens wrote: > I have the following error when running glxgears using the ATI driver: > > X Error of failed request: BadRequest (invalid request code or no such > operation) > Major opcode of failed request: 158 (DAMAGE) > Minor opcode of failed request: 4 () > Serial number of failed request: 37 > Current serial number in output stream: 38 Downgrading libGL to 6.5.2 allows me to run glxgears. From owner-freebsd-ports@FreeBSD.ORG Sat May 12 23:42:50 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E933516A400 for ; Sat, 12 May 2007 23:42:50 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4B49813C468 for ; Sat, 12 May 2007 23:42:50 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 May 2007 23:42:48 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp053) with SMTP; 13 May 2007 01:42:48 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19JY8EGN4dJgysu9K+1+6BauwSkkfjmytmWvTbsjt aVu8Q5SB/V+6Rt Message-ID: <464650DF.6040602@gmx.de> Date: Sun, 13 May 2007 01:42:23 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070506) MIME-Version: 1.0 To: vehemens References: <200705121253.00387.vehemens@verizon.net> In-Reply-To: <200705121253.00387.vehemens@verizon.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@FreeBSD.org Subject: Re: xorg7.2 upgrade and glxgears 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, 12 May 2007 23:42:51 -0000 vehemens wrote: > I have the following error when running glxgears using the ATI driver: > > X Error of failed request: BadRequest (invalid request code or no such > operation) > Major opcode of failed request: 158 (DAMAGE) > Minor opcode of failed request: 4 () > Serial number of failed request: 37 > Current serial number in output stream: 38 I have a rv200 chipset. After the upgrade I don't have glxgears or glxinfo on my system. Could anyone tell me which port they belong to? I'm using Quake3 for testing and it floods the console with the message: Major opcode of failed request: 155 Minor opcode of failed request: 4 Serial number of failed request: 31851 The serial number is a growing number that has reached 31000 after about 2 minutes. Running mplayer with -vo gl or -vo gl2 will open the video window for a moment before the program terminates with the following message: X11 error: BadRequest (invalid request code or no such operation) xrandr leads to the following message: X error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 154 (RANDR) Minor opcode of failed request: 6 () Serial number of failed request: 9 Current serial number in output stream: 9