From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 16:43:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A1016A540 for ; Sun, 4 Jun 2006 16:43:27 +0000 (UTC) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F9543D46 for ; Sun, 4 Jun 2006 16:43:26 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 10F5C99925A; Sun, 4 Jun 2006 18:43:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AFk6p88hRynj; Sun, 4 Jun 2006 18:43:14 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 64206999197; Sun, 4 Jun 2006 18:43:14 +0200 (CEST) Message-ID: <44830D96.3060809@t-hosting.hu> Date: Sun, 04 Jun 2006 18:43:02 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Paul Murphy References: <447F68B4.7050503@cogeco.ca> In-Reply-To: <447F68B4.7050503@cogeco.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gkovesdan@t-hosting.hu, freebsd-ports@freebsd.org Subject: Re: security/amavisd-new startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 16:43:29 -0000 Paul Murphy wrote: > I need to keep the amavisd-new pid file in a location other than the > default (/var/amavis/amavisd.pid), so I have rewritten the amavis rc > script to include a knob for 'pidfile'. Please consider the attached > file for the amavisd-new port. > ------------------------------------------------------------------------ > > #!/bin/sh > # > # $FreeBSD: ports/security/amavisd-new/files/amavisd.sh.in,v 1.3 2006/02/20 20:47:36 dougb Exp $ > # > > # PROVIDE: amavisd > # REQUIRE: LOGIN > # BEFORE: mail > # KEYWORD: shutdown > > # > # Add the following lines to /etc/rc.conf to enable amavisd: > # > #amavisd_enable="YES" > # > > . /etc/rc.subr > > name=amavisd > rcvar=`set_rcvar` > > load_rc_config $name > > # Set defaults > : ${amavisd_enable:="NO"} > > pidfile=${amavisd_pid:-"/var/amavis/amavisd.pid"} > command=/usr/local/sbin/amavisd > /dev/null 2>&1 > required_files=/usr/local/etc/amavisd.conf > > stop_postcmd=stop_postcmd > > stop_postcmd() > { > rm -f $pidfile > } > > run_rc_command "$1" > I'd found this "new feature" a good idea first, but now, after a deeper look, I realized that we can't set the pid file with a command-line option, just in the config file. Thus, if we wanted to use an alternate location for a pid file, we would have to change it in two places: in amavisd.conf and in rc.conf. Accordingly, I think such modification in the rc script might deceive people, so I'd prefer keeping it as is. Anyway, I don't think that location does have to be changed in the average case, it might be a special requirement of you. Opinions from others are appreciated! Regards, Gabor Kovesdan From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 16:46:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FCDC16A7DD for ; Sun, 4 Jun 2006 16:46:01 +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 3228A43D67 for ; Sun, 4 Jun 2006 16:45:56 +0000 (GMT) (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 BDE041765E; Sun, 4 Jun 2006 19:45:50 +0300 (EEST) Date: Sun, 4 Jun 2006 19:45:39 +0300 From: Ion-Mihai "IOnut" Tetcu To: "Larry Rosenman" Message-ID: <20060604194539.2cfe26d6@it.buh.tecnik93.com> In-Reply-To: <001301c684ec$67fadd40$0202fea9@aus.pervasive.com> References: <001301c684ec$67fadd40$0202fea9@aus.pervasive.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_jdP0xs67cFxuehQCKY4VTia; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-ports@freebsd.org Subject: Re: Policy on received feedback? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 16:46:03 -0000 --Sig_jdP0xs67cFxuehQCKY4VTia Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 31 May 2006 14:57:11 -0500 "Larry Rosenman" wrote: > Greetings, > What's the policy on received feedback on PR's and keeping the feedba= ck > state? Theoretically they should be marked as open, but the responsible probably didn't have the time. > I've responded to both of these: > ports/93185 > ports/97983 I've marked them open, but please make sure there aren't any other issues the commiter responsible for the PRs asked you about. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #367: Webmasters kidnapped by evil cult --Sig_jdP0xs67cFxuehQCKY4VTia Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEgw4+BX6fi0k6KXsRAm6bAJ4oBBA14DwQOsgw3R/jeMqNPvr3PQCeJSMR ZA6LA6Mq2sPxPK+Hl7oVw58= =FL7V -----END PGP SIGNATURE----- --Sig_jdP0xs67cFxuehQCKY4VTia-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 19:18:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE1416AD86 for ; Sun, 4 Jun 2006 19:18:53 +0000 (UTC) (envelope-from paul.murphy@cogeco.ca) Received: from fep4.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1117743D68 for ; Sun, 4 Jun 2006 19:18:42 +0000 (GMT) (envelope-from paul.murphy@cogeco.ca) Received: from mercury.upton.net (d141-24-210.home.cgocable.net [24.141.24.210]) by fep4.cogeco.net (Postfix) with ESMTP id 38F487B5D; Sun, 4 Jun 2006 15:18:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mercury.upton.net (Postfix) with ESMTP id B5DF060E7; Sun, 4 Jun 2006 15:21:55 -0400 (EDT) X-Virus-Scanned: amavisd-new at upton.net Received: from mercury.upton.net ([127.0.0.1]) by localhost (mercury.upton.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZVUl4H38zj50; Sun, 4 Jun 2006 15:19:21 -0400 (EDT) Received: from [127.0.0.1] (earth.upton.net [192.168.0.3]) by mercury.upton.net (Postfix) with ESMTP id 76DD660D2; Sun, 4 Jun 2006 15:19:10 -0400 (EDT) Message-ID: <44833160.8040709@cogeco.ca> Date: Sun, 04 Jun 2006 15:15:44 -0400 From: Paul Murphy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= References: <447F68B4.7050503@cogeco.ca> <44830D96.3060809@t-hosting.hu> In-Reply-To: <44830D96.3060809@t-hosting.hu> Content-Type: multipart/mixed; boundary="------------090309030200050503040801" X-Antivirus: avast! (VPS 0622-4, 02/06/2006), Outbound message X-Antivirus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: security/amavisd-new startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 19:18:56 -0000 This is a multi-part message in MIME format. --------------090309030200050503040801 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable K=F6vesd=E1n G=E1bor wrote: > Paul Murphy wrote: >> I need to keep the amavisd-new pid file in a location other than the=20 >> default (/var/amavis/amavisd.pid), so I have rewritten the amavis rc=20 >> script to include a knob for 'pidfile'. Please consider the attached=20 >> file for the amavisd-new port. >> ----------------------------------------------------------------------= -- >> >> #!/bin/sh >> # >> # $FreeBSD: ports/security/amavisd-new/files/amavisd.sh.in,v 1.3=20 >> 2006/02/20 20:47:36 dougb Exp $ >> # >> >> # PROVIDE: amavisd >> # REQUIRE: LOGIN >> # BEFORE: mail >> # KEYWORD: shutdown >> >> # >> # Add the following lines to /etc/rc.conf to enable amavisd: >> # >> #amavisd_enable=3D"YES" >> # >> >> . /etc/rc.subr >> >> name=3Damavisd >> rcvar=3D`set_rcvar` >> >> load_rc_config $name >> >> # Set defaults >> : ${amavisd_enable:=3D"NO"} >> >> pidfile=3D${amavisd_pid:-"/var/amavis/amavisd.pid"} >> command=3D/usr/local/sbin/amavisd > /dev/null 2>&1 >> required_files=3D/usr/local/etc/amavisd.conf >> >> stop_postcmd=3Dstop_postcmd >> >> stop_postcmd() >> { >> rm -f $pidfile >> } >> >> run_rc_command "$1" >> =20 > I'd found this "new feature" a good idea first, but now, after a deeper= =20 > look, I realized that we can't set the pid file with a command-line=20 > option, just in the config file. Thus, if we wanted to use an alternate= =20 > location for a pid file, we would have to change it in two places: in=20 > amavisd.conf and in rc.conf. Accordingly, I think such modification in=20 > the rc script might deceive people, so I'd prefer keeping it as is.=20 > Anyway, I don't think that location does have to be changed in the=20 > average case, it might be a special requirement of you. Opinions from=20 > others are appreciated! >=20 Yes, I thought about that too. I wonder if command_args=3D"-p ${pidfile} > /dev/null 2>&1" would work? However I realize that my request is a special case and I should look=20 after it myself. Thanks for looking into it though (and thanks to Doug Barton for some=20 hints). Attached is my final result, for anyone else who is interested. --------------090309030200050503040801 Content-Type: text/plain; name="amavisd" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="amavisd" #!/bin/sh # # PROVIDE: amavisd # REQUIRE: LOGIN # BEFORE: mail # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable amavisd: # #amavisd_enable="YES" # . /etc/rc.subr name=amavisd rcvar=${name}_enable command=/usr/local/sbin/amavisd required_files=/usr/local/etc/amavisd.conf load_rc_config $name # Set defaults : ${amavisd_enable="NO"} pidfile=${amavisd_pid-"/var/amavis/amavisd.pid"} command_args="> -p ${pidfile} /dev/null 2>&1" stop_postcmd=${name}_poststop amavisd_poststop() { rm -f $pidfile } run_rc_command "$1" --------------090309030200050503040801 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-Description: avast info --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0622-4, 02/06/2006 Tested on: 04/06/2006 3:15:46 PM avast! - copyright (c) 1988-2006 ALWIL Software. http://www.avast.com --------------090309030200050503040801-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 19:44:23 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776FC16A6D7 for ; Sun, 4 Jun 2006 19:44:23 +0000 (UTC) (envelope-from freebsd@troback.com) Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A4643DA6 for ; Sun, 4 Jun 2006 19:44:03 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (localhost.troback.com [127.0.0.1]) by devil.troback.com (Postfix) with ESMTP id 9613A11416; Sun, 4 Jun 2006 21:43:59 +0200 (CEST) Date: Sun, 4 Jun 2006 21:43:58 +0200 From: Anders Troback To: chinsan.tw@gmail.com, ports@FreeBSD.org Message-ID: <20060604214358.2f122804@devil.troback.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: FreeBSD Port: pcmanfm-0.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, 04 Jun 2006 19:44:24 -0000 Hi, I did some test with the fam system and disabled the WANT_FAM_SYSTEM=3Dfam to be able to build on my system where gamin are current fam. Everything seams to work fine besides that the .pcmanfm-socket-username file are stuck in the /tmp folder when pcmanfm quits and pcmanfm don't start if this file exists. Can this have anything to to with gamin? As a workaround I have have a script that delete the file when I quit pcmanfm:-) Thanks for your time and thanks for pcmanfm! Regards Anders Trob=E4ck Sweden --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D How many Microsoft employees does it take to screw in a light bulb? None, they declare darkness a new standard. ---------------------------------------------------------------- Anders Trob=E4ck http://www.troback.com/ - From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 20:25:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69A1C16A4FA for ; Sun, 4 Jun 2006 20:25:33 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with SMTP id ECDEC43D53 for ; Sun, 4 Jun 2006 20:25:32 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: (qmail 77217 invoked by uid 89); 4 Jun 2006 20:24:37 -0000 Received: from unknown (HELO ?127.0.0.1?) (iavor.raytchev@verysmall.org@80.108.248.173) by thing.verysmall.org with SMTP; 4 Jun 2006 20:24:37 -0000 Message-ID: <448341B0.4090008@verysmall.org> Date: Sun, 04 Jun 2006 22:25:20 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: php 5.1.4 crashes apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 20:25:34 -0000 FreeBSD 5.4 Apache 1.3.36 php 5.1.4 built from ports crashes apache in a very strange way - 'apachectl start' reports that httpd has started, but it has not (i. e. 'stop' says that there is no such pid). portdowngrade to the last 5.1.2 solves the problem and everything builds perfectly. Iv. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 21:05:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D5D16A75A for ; Sun, 4 Jun 2006 21:05:40 +0000 (UTC) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C03B43D64 for ; Sun, 4 Jun 2006 21:05:33 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 9D72A999348; Sun, 4 Jun 2006 23:05:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cZl-daO-v8sg; Sun, 4 Jun 2006 23:05:23 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 2F3AE9990DC; Sun, 4 Jun 2006 23:05:23 +0200 (CEST) Message-ID: <44834B11.7050803@t-hosting.hu> Date: Sun, 04 Jun 2006 23:05:21 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Paul Murphy References: <447F68B4.7050503@cogeco.ca> <44830D96.3060809@t-hosting.hu> <44833160.8040709@cogeco.ca> In-Reply-To: <44833160.8040709@cogeco.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: security/amavisd-new startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 21:05:41 -0000 Paul Murphy wrote: > Kövesdán Gábor wrote: >> Paul Murphy wrote: >>> I need to keep the amavisd-new pid file in a location other than >>> the default (/var/amavis/amavisd.pid), so I have rewritten the >>> amavis rc script to include a knob for 'pidfile'. Please consider >>> the attached file for the amavisd-new port. >>> ------------------------------------------------------------------------ >>> >>> >>> #!/bin/sh >>> # >>> # $FreeBSD: ports/security/amavisd-new/files/amavisd.sh.in,v 1.3 >>> 2006/02/20 20:47:36 dougb Exp $ >>> # >>> >>> # PROVIDE: amavisd >>> # REQUIRE: LOGIN >>> # BEFORE: mail >>> # KEYWORD: shutdown >>> >>> # >>> # Add the following lines to /etc/rc.conf to enable amavisd: >>> # >>> #amavisd_enable="YES" >>> # >>> >>> . /etc/rc.subr >>> >>> name=amavisd >>> rcvar=`set_rcvar` >>> >>> load_rc_config $name >>> >>> # Set defaults >>> : ${amavisd_enable:="NO"} >>> >>> pidfile=${amavisd_pid:-"/var/amavis/amavisd.pid"} >>> command=/usr/local/sbin/amavisd > /dev/null 2>&1 >>> required_files=/usr/local/etc/amavisd.conf >>> >>> stop_postcmd=stop_postcmd >>> >>> stop_postcmd() >>> { >>> rm -f $pidfile >>> } >>> >>> run_rc_command "$1" >>> >> I'd found this "new feature" a good idea first, but now, after a >> deeper look, I realized that we can't set the pid file with a >> command-line option, just in the config file. Thus, if we wanted to >> use an alternate location for a pid file, we would have to change it >> in two places: in amavisd.conf and in rc.conf. Accordingly, I think >> such modification in the rc script might deceive people, so I'd >> prefer keeping it as is. Anyway, I don't think that location does >> have to be changed in the average case, it might be a special >> requirement of you. Opinions from others are appreciated! >> > > Yes, I thought about that too. I wonder if > > command_args="-p ${pidfile} > /dev/null 2>&1" > > would work? > > However I realize that my request is a special case and I should look > after it myself. > > Thanks for looking into it though (and thanks to Doug Barton for some > hints). > > Attached is my final result, for anyone else who is interested. > ------------------------------------------------------------------------ > > #!/bin/sh > # > > # PROVIDE: amavisd > # REQUIRE: LOGIN > # BEFORE: mail > # KEYWORD: shutdown > > # > # Add the following lines to /etc/rc.conf to enable amavisd: > # > #amavisd_enable="YES" > # > > . /etc/rc.subr > > name=amavisd > rcvar=${name}_enable > > command=/usr/local/sbin/amavisd > > required_files=/usr/local/etc/amavisd.conf > > load_rc_config $name > > # Set defaults > : ${amavisd_enable="NO"} > pidfile=${amavisd_pid-"/var/amavis/amavisd.pid"} > command_args="> -p ${pidfile} /dev/null 2>&1" > > stop_postcmd=${name}_poststop > > amavisd_poststop() > { > rm -f $pidfile > } > > run_rc_command "$1" > > ------------------------------------------------------------------------ Where did you see that -p option? I got these options: [root@server /usr/ports]# amavisd --help amavisd-new-2.4.1 (20060508): Unknown argument. Usage: /usr/local/sbin/amavisd [-u user] [-g group] [-c config-file] ( [start] | stop | reload | debug | debug-sa | foreground ) But in case -p really works and overrides the settings in amavisd.conf, I have no objections against this modification. Gabor Kovesdan From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 22:09:31 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B9F16A87C for ; Sun, 4 Jun 2006 22:09:31 +0000 (UTC) (envelope-from admin@www.needhost.com) Received: from www.needhost.com (www.needhost.com [195.246.14.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id F189A43D4C for ; Sun, 4 Jun 2006 22:09:29 +0000 (GMT) (envelope-from admin@www.needhost.com) Received: by www.needhost.com (Postfix, from userid 15) id 03826472629; Mon, 5 Jun 2006 00:08:13 +0200 (CEST) To: ports@freebsd.org From: livecamaccess@gmail.com Message-Id: <20060604220813.03826472629@www.needhost.com> Date: Mon, 5 Jun 2006 00:08:13 +0200 (CEST) Cc: Subject: (no subject) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: livecamaccess@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 22:09:32 -0000 Živjo , Hey! I have been trying to get in touch with you. I finally got a cam so you can see me when we talk. http://ca.geocities.com/kellyadxa22/cam.html ---------- To e-pismo je bilo poslano s Centra za prenos datotek Tehniške založbe Slovenije - www.tzs.si/download From owner-freebsd-ports@FreeBSD.ORG Sun Jun 4 23:21:05 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169A116A482 for ; Sun, 4 Jun 2006 23:21:05 +0000 (UTC) (envelope-from jakob@grimstveit.no) Received: from mail.hjemme.no (mail.hjemme.no [62.97.193.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A5A43D49 for ; Sun, 4 Jun 2006 23:21:02 +0000 (GMT) (envelope-from jakob@grimstveit.no) Received: from grimstveit.no (79.62-97-240.bkkb.no [62.97.240.79]) by mail.hjemme.no (8.13.4/8.13.4) with ESMTP id k54NL0tS001488; Mon, 5 Jun 2006 01:21:00 +0200 Date: Mon, 5 Jun 2006 01:21:00 +0200 From: Jakob Breivik Grimstveit To: "pobox@verysmall.org" Message-ID: <20060605012100.00b3273f@corona.grimstveit.no> In-Reply-To: <448341B0.4090008@verysmall.org> References: <448341B0.4090008@verysmall.org> Organization: BitWise Computing X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) X-Operating-System: FreeBSD 5.4-RELEASE-p7 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAqUExURcuLebB4a6mSklgzLoVYT9+ajWhEQBoUE6hvY9XKyCocGwAAANSTgvn499H/PIYAAAIrSURBVHjalJaLdsMgCIZBUIy17/+645c0S2xNN86a5SR8yk0ImT0eZrhexK7y+4LiftY/EdNzenwW+xewqzbITHwCmggUrTkiMhEfgFK0BAFISvsCiDqh0oZFIri3U1DeAJOh5IQvjptxf7PDUKsqu8A+1bLewYq+AC1tENimLQHZAQ1zanHQ9xBbAGFQZeZxYZDOyhLAW2ai3qnn7lfigayA5nb4yq7fe4YEsQbMDXZbKLQhDlT3pC19gAt0AroD9QbwtF2APgA9FdRbHpqeTQrgLtMmtZ4sgkmoqyXg1Qmnf43q7vPlTFwBZSkA2H9Y3GMEi5ZA66SK/CaPfx8YYiRNFoD4qh6jqikDoJoIeCm1rYCca6R5AJyC514WPiQHuEdJECoEnD/pugBqzhyAa7vfESZ/sNpBAAw99r8AqgO08MGMM428dUSUhm3q2+qyNBrrAIj25HVWynzbBFBJfUA9KoOy3PYlFOs4P7g6UJrdNzLdkxwHj6p8662FAbjTKHP6C1DD4/jxqcMsgVHeo2UQ6VfAW5/GkQPgdfQFMCveV+oeUnSzdgv4RBC0O/iB/0x1mkFTX/K3zU8Ajg0EsbIbIGZO5eE2EgGvp8FIb7Ow1V01RKdhSu+zs9JBeGhlGsBvQCujsumVC5m+CGjeQNILGAXIbfqImIBmysfyrp/TCjhmf2J+mZPz9kz2EbDjYyFtW06hvm3P57N8AMKUkLId8oTorG8/AgwAxPhJJ1geUZ0AAAAASUVORK5CYII= User-Agent: Sylpheed-Claws 2.1.0 (GTK+ 2.8.17; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: php 5.1.4 crashes apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Jun 2006 23:21:05 -0000 pobox@verysmall.org wrote on Sun, 04 Jun 2006 22:25: > FreeBSD 5.4 > Apache 1.3.36 >=20 > php 5.1.4 built from ports crashes apache in a very strange way -=20 > 'apachectl start' reports that httpd has started, but it has not (i. e.=20 > 'stop' says that there is no such pid). >=20 > portdowngrade to the last 5.1.2 solves the problem and everything builds= =20 > perfectly. You may try to experiement with commenting out (using ;) one line at a time in /usr/local/etc/php/extensions.ini and see whether you can find the offending extension by starting Apache till you "get it up". I have had serious problems with php-mysql (mysql5) and php-imap (which I have never been able to get to work) myself. My system: FreeBSD 6.1-RELEASE, Apache/2.0.58, PHP 5.1.4 --=20 Jakob Breivik Grimstveit, , 48298152 Bes=F8k Newsergalleriet: Some programming languages manage to absorb change but withstand progress. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 02:23:41 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A48416A4C6 for ; Mon, 5 Jun 2006 02:23:41 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-02.ohiordc.rr.com (ms-smtp-02.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3241B43D45 for ; Mon, 5 Jun 2006 02:23:40 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-02.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k552NdYn013988 for ; Sun, 4 Jun 2006 22:23:39 -0400 (EDT) Message-ID: <008d01c68845$79eeec60$0200a8c0@satellite> From: "Dave" To: Date: Sun, 4 Jun 2006 22:12:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Subject: staroffice8 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 02:23:41 -0000 Hello, I was wondering if there were any plans to port staroffice8 to freebsd? Thanks. Dave. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 08:09:11 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1672816A481 for ; Mon, 5 Jun 2006 08:09:11 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3492743D48 for ; Mon, 5 Jun 2006 08:09:09 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id k558Kkew031865 for ; Mon, 5 Jun 2006 11:20:46 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id k558KiIp031861 for ; Mon, 5 Jun 2006 11:20:46 +0300 Date: Mon, 5 Jun 2006 11:20:44 +0300 (EEST) From: Achilleus Mantzios To: freebsd-ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: package corrupt/whats the "official" way of dealing with? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 08:09:11 -0000 Hi, during a 6.0-BETA1 to 6.1-RELEASE-p1 upgrade cycle and a subsequent portupgrade -PRr '*', (and most probably while doing the nvidia port), my system crashed and it left the /var/db/pkg system in a corrupted condition: pkg_info: the package info for package 'apache-ant-1.6.5' is corrupt pkg_info: the package info for package 'arts-1.4.2,1' is corrupt pkg_info: the package info for package 'at-spi-1.6.4' is corrupt pkg_info: the package info for package 'bitstream-vera-1.10_1' is corrupt pkg_info: the package info for package 'bugbuddy-2.10.0_1' is corrupt pkg_info: the package info for package 'cairo-0.4.0' is corrupt pkg_info: the package info for package 'cvsup-16.1h_2' is corrupt pkg_info: the package info for package 'dasher-3.2.15' is corrupt pkg_info: the package info for package 'dri-6.2.1,2' is corrupt pkg_info: the package info for package 'eclipse-3.1' is corrupt pkg_info: the package info for package 'eel-2.10.1_1' is corrupt pkg_info: the package info for package 'el-kde-i18n-3.4.2' is corrupt pkg_info: the package info for package 'el-openoffice-1.1.5.rc2' is corrupt pkg_info: the package info for package 'eog-2.10.2' is corrupt None of the popular -f -u etc... pkgdb switches seem to remedy the problem. What should i do? I am thinking of deleting the above dirs and installing those packages again. -- -Achilleus From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 09:27:06 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49F9116A492; Mon, 5 Jun 2006 09:27:06 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6489B43D45; Mon, 5 Jun 2006 09:27:05 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 54309B833; Mon, 5 Jun 2006 12:27:04 +0300 (EEST) Received: (nullmailer pid 94338 invoked by uid 1002); Mon, 05 Jun 2006 09:27:04 -0000 Date: Mon, 5 Jun 2006 12:27:04 +0300 From: Vasil Dimov To: ports@freebsd.org Message-ID: <20060605092704.GA70270@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: ade@freebsd.org Subject: gettext's installation path and aclocal19's search path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 09:27:06 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I noticed that devel/gettext is installing its .m4 files in /usr/local/share/aclocal/ % pkg_info -L /var/db/pkg/gettext-0.14.5_2/ |grep gettext.m4 /usr/local/share/aclocal/gettext.m4 while aclocal19 (installed by devel/automake19) is searching for =2Em4 files in /usr/local/share/aclocal19/ % aclocal19 --print-ac-dir /usr/local/share/aclocal19 This is causing errors (undefined macro) with software using AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION in its configure.in file. So far I have found the following workaround: (beware! it may hurt your eyes) pre-configure: cd ${WRKSRC} && \ ${SETENV} ${AUTOTOOLS_ENV} \ ACLOCAL=3D"${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ ${AUTORECONF} -f -i -s The question is: Is this something local to the package or something in gettext/automake installation/configuration paths? Btw the software in question is devel/xaralx-devel. --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEg/joFw6SP/bBpCARAocKAJwL+uu8HpysG6nlHr1Ks8P2IK6IugCdEsy1 xjHAUG9sexWsdzSzdJFXfug= =gAed -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 09:31:20 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B6616A46F; Mon, 5 Jun 2006 09:31:20 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2568843D48; Mon, 5 Jun 2006 09:31:20 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 6906AB833; Mon, 5 Jun 2006 12:31:19 +0300 (EEST) Received: (nullmailer pid 96510 invoked by uid 1002); Mon, 05 Jun 2006 09:31:19 -0000 Date: Mon, 5 Jun 2006 12:31:19 +0300 From: Vasil Dimov To: ports@freebsd.org Message-ID: <20060605093119.GA96272@qlovarnika.bg.datamax> References: <20060605092704.GA70270@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <20060605092704.GA70270@qlovarnika.bg.datamax> X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: ade@freebsd.org Subject: Re: gettext's installation path and aclocal19's search path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 09:31:20 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 05, 2006 at 12:27:04PM +0300, Vasil Dimov wrote: > Btw the software in question is devel/xaralx-devel. Argh, graphics/xaralx-devel --=20 Vasil Dimov --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEg/nnFw6SP/bBpCARAnQSAKCjvG5SHBdoynCmj3Fl4SmOzhRSYACfdoyD m0SuYFQw67Dc8TR6nMF3v2k= =DCMU -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 09:32:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862E716A478; Mon, 5 Jun 2006 09:32:52 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F13A43D46; Mon, 5 Jun 2006 09:32:51 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:49933) by mail.lovett.com with esmtpa (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FnBS7-000MJl-Fg; Mon, 05 Jun 2006 02:32:51 -0700 In-Reply-To: <20060605092704.GA70270@qlovarnika.bg.datamax> References: <20060605092704.GA70270@qlovarnika.bg.datamax> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <944A1F8F-0C29-43DE-BBCF-81289B9FFD08@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Mon, 5 Jun 2006 02:32:51 -0700 To: vd@FreeBSD.org X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.750) Sender: ade@lovett.com Cc: ports@freebsd.org, Ade Lovett Subject: Re: gettext's installation path and aclocal19's search path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 09:32:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Both devel/autoconf* and devel/automake* are up for a major overhaul, with appropriate wrapper scripts, in a similar manner to (insert Linux distribution here). At that time, auto* will become a lot easier to manage, in a similar way to the recent libtool carnage has resulted in an easier system to work with. Watch this space. It's not going to happen overnight, since changes to such core infrastructural ports require *a lot* of testing. - -aDe On Jun 5, 2006, at 02:27 , Vasil Dimov wrote: > Hi, > > I noticed that devel/gettext is installing its .m4 files in > /usr/local/share/aclocal/ > > % pkg_info -L /var/db/pkg/gettext-0.14.5_2/ |grep gettext.m4 > /usr/local/share/aclocal/gettext.m4 > > while aclocal19 (installed by devel/automake19) is searching for > .m4 files in /usr/local/share/aclocal19/ > > % aclocal19 --print-ac-dir > /usr/local/share/aclocal19 > > This is causing errors (undefined macro) with software using > AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION in its configure.in file. > > So far I have found the following workaround: > (beware! it may hurt your eyes) > > pre-configure: > cd ${WRKSRC} && \ > ${SETENV} ${AUTOTOOLS_ENV} \ > ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ > ${AUTORECONF} -f -i -s > > The question is: > Is this something local to the package or something in gettext/ > automake > installation/configuration paths? > > Btw the software in question is devel/xaralx-devel. > > -- > Vasil Dimov > gro.DSBeerF@dv > > Testing can show the presence of bugs, but not their absence. > -- Edsger W. Dijkstra -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFEg/pDpXS8U0IvffwRAg5HAJ0Xoi71zDVOWbgWlMM/P5YvIIFxiQCfaTWU j1Rp9iTIiOE23KaiHtGN28U= =MFuY -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 10:15:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDC316A481 for ; Mon, 5 Jun 2006 10:15:07 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 3439A43D5C for ; Mon, 5 Jun 2006 10:15:05 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: (qmail 76994 invoked by uid 89); 5 Jun 2006 10:14:06 -0000 Received: from unknown (HELO ?127.0.0.1?) (iavor.raytchev@verysmall.org@80.108.248.173) by thing.verysmall.org with SMTP; 5 Jun 2006 10:14:06 -0000 Message-ID: <44840419.6050707@verysmall.org> Date: Mon, 05 Jun 2006 12:14:49 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jakob Breivik Grimstveit References: <448341B0.4090008@verysmall.org> <20060605012100.00b3273f@corona.grimstveit.no> In-Reply-To: <20060605012100.00b3273f@corona.grimstveit.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php 5.1.4 crashes apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 10:15:07 -0000 Jakob Breivik Grimstveit wrote: > pobox@verysmall.org wrote on Sun, 04 Jun 2006 22:25: > >> FreeBSD 5.4 >> Apache 1.3.36 >> >> php 5.1.4 built from ports crashes apache in a very strange way - >> 'apachectl start' reports that httpd has started, but it has not (i. e. >> 'stop' says that there is no such pid). >> >> portdowngrade to the last 5.1.2 solves the problem and everything builds >> perfectly. > > You may try to experiement with commenting out (using ;) one line at a time > in /usr/local/etc/php/extensions.ini and see whether you can find the > offending extension by starting Apache till you "get it up". I have had > serious problems with php-mysql (mysql5) and php-imap (which I have never > been able to get to work) myself. > > My system: FreeBSD 6.1-RELEASE, Apache/2.0.58, PHP 5.1.4 Thanks a lot! As php 5.1.4 had a series of difficulties, I thought this is one of them. Will test. Thanks! Iv. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 10:27:47 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4C516A4E5; Mon, 5 Jun 2006 10:27:47 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9143D46; Mon, 5 Jun 2006 10:27:46 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D8AC.dip.t-dialin.net [84.165.216.172]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k55APnA8019073; Mon, 5 Jun 2006 12:25:50 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k55ARfDQ073462; Mon, 5 Jun 2006 12:27:41 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 5 Jun 2006 12:27:56 +0200 From: Alexander Leidinger To: vd@freebsd.org Message-ID: <20060605122756.5eb80e7b@Magellan.Leidinger.net> In-Reply-To: <20060605092704.GA70270@qlovarnika.bg.datamax> References: <20060605092704.GA70270@qlovarnika.bg.datamax> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org, ade@freebsd.org Subject: Re: gettext's installation path and aclocal19's search path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 10:27:48 -0000 Quoting Vasil Dimov (Mon, 5 Jun 2006 12:27:04 +0300): > Hi, > > I noticed that devel/gettext is installing its .m4 files in > /usr/local/share/aclocal/ > > % pkg_info -L /var/db/pkg/gettext-0.14.5_2/ |grep gettext.m4 > /usr/local/share/aclocal/gettext.m4 > > while aclocal19 (installed by devel/automake19) is searching for > .m4 files in /usr/local/share/aclocal19/ > > % aclocal19 --print-ac-dir > /usr/local/share/aclocal19 > > This is causing errors (undefined macro) with software using > AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION in its configure.in file. > > So far I have found the following workaround: > (beware! it may hurt your eyes) > > pre-configure: > cd ${WRKSRC} && \ > ${SETENV} ${AUTOTOOLS_ENV} \ > ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ > ${AUTORECONF} -f -i -s > > The question is: > Is this something local to the package or something in gettext/automake > installation/configuration paths? This is a problem in the port. I filed a PR and assigned it to Ade at the weekend. The fix is to create /usr/local/share/aclocal19/dirlist with one directory per line. I just added /usr/local/share/aclocal/ and it works just fine. I was not able to update the autotools stuff in LAME-CVS to the most recent versions we have in the ports collection in the first place. After fixing the problem with aclocal it was no problem anymore to get a working configure script. Summary: Your workaround looks good to me, but should be removed as soon as the autotools ports are fixed. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 11:00:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBBF16A46F for ; Mon, 5 Jun 2006 11:00:52 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C3543D55 for ; Mon, 5 Jun 2006 11:00:51 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k55B0pb3009311 for ; Mon, 5 Jun 2006 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k55B0oYW009307 for freebsd-ports@freebsd.org; Mon, 5 Jun 2006 11:00:50 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jun 2006 11:00:50 GMT Message-Id: <200606051100.k55B0oYW009307@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 11:00:52 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2006/05/23] ports/97693 ports-bugs [PATCH] mod_frontpage2-rtr upgrade to 5.0 f [2006/05/23] ports/97694 ports-bugs [PATCH] www/frontpage upgrade to 5.0.2.48 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM f [2004/09/28] ports/72149 ports-bugs [PATCH] heimdal with LDAP backend - bad s o [2005/01/24] ports/76633 ports-bugs Totem will not play DVDs f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 f [2006/01/08] ports/91533 ports-bugs ports www/linux-firefox open file problem o [2006/01/19] ports/91984 ports-bugs [NEW PORT] games/linux-ut: Unreal Tournam o [2006/01/23] ports/92184 ports-bugs kterm, stty -a shows min = 0. this should f [2006/02/01] ports/92702 ports-bugs palm/jpilot pilot-link library update f [2006/02/01] ports/92706 ports-bugs vmware3 panic on 6.0-RELEASE o [2006/02/13] ports/93274 ports-bugs net/nss_ldap: nss_ldap & nss_mysql cause o [2006/03/03] ports/94044 ports-bugs emulators/vmware2: running $PREFIX/etc/rc o [2006/03/24] ports/94894 ports-bugs multimedia/fxtv causes freeze and reboot f [2006/03/24] ports/94905 ports-bugs Change GraphicsMagick so that it's symbol f [2006/03/29] ports/95081 ports-bugs Problem with enabling logwtmp on POPtop o [2006/04/07] ports/95458 ports-bugs net-im/jabberd port doesn't work with bdb o [2006/04/07] ports/95492 ports-bugs repocopy request: math/vtk-headers to mat f [2006/04/17] ports/95969 ports-bugs net/gastman doesn't compile with newest n f [2006/04/30] ports/96543 ports-bugs [PATCH] emulators/vmware3: fix checking f f [2006/05/01] ports/96613 ports-bugs misc/linux-opengroupware doesn't install f [2006/05/15] ports/97297 ports-bugs security/amavis-stats: FreeBSD 6.1 amavis f [2006/05/15] ports/97302 ports-bugs graphics/spcaview - freebsd port not work f [2006/05/16] ports/97330 ports-bugs [PATCH] japanese/phpgroupware: install de f [2006/05/16] ports/97373 ports-bugs audio/openal: failed to update to openal- f [2006/05/17] ports/97431 ports-bugs dns/powerdns doesn't build with LDAP back o [2006/05/18] ports/97442 ports-bugs security/ipsec-tools: IPSec-Tools do not f [2006/05/23] ports/97678 ports-bugs sysbench port does not install documentat f [2006/05/28] ports/98063 ports-bugs ImageMagick is out of date and old packag o [2006/05/29] ports/98072 ports-bugs New port: print/ansiprint - Print using A o [2006/05/30] ports/98127 ports-bugs ghostscript-gnu fails to build o [2006/05/31] ports/98199 ports-bugs print/cups-pstoraster's gs implementation o [2006/06/02] ports/98407 ports-bugs building x11-wm/fvwm95-i18n fails. f [2006/06/03] i386/98411 ports-bugs ports malos,, no se instalan 32 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/10/02] ports/57502 ports-bugs ports that define USE_* too late s [2003/11/13] ports/59254 ports-bugs ports that write something after bsd.port s [2004/04/20] ports/65794 ports-bugs net/ripetools is obsolete a [2004/05/10] ports/66476 ports-bugs [NEW PORT] misc/gaim-talkfilters: A neat s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/26] ports/76695 ports-bugs RPM complaints on installation of linux_b o [2005/06/25] ports/82634 ports-bugs heimdal port conflict with base heimdal o [2005/07/01] ports/82853 ports-bugs [wish] working linux_base port for alpha a [2005/07/11] ports/83264 ports-bugs [PATCH] emulators/linux_base-suse-9.2: Ad s [2005/08/11] ports/84819 ports-bugs [MAINTAINER] math/coq: enable on ia64 a [2005/08/23] ports/85254 ports-bugs [patch] emulators/linux_base-rh-9: add /u o [2005/09/19] ports/86334 ports-bugs x11-clocks/wmclockmon :: bug in internet s [2005/09/21] ports/86401 ports-bugs new ports multimedia/zapping s [2005/11/12] ports/88900 ports-bugs www/flashplugin-mozilla causes Firefox to f [2005/11/16] ports/89131 ports-bugs port net/kphone One-Way audio with snd_ic o [2005/12/05] ports/89996 ports-bugs Update linux-winetools to latest version s [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl f [2006/01/22] ports/92133 ports-bugs [PATCH] comms/spandsp: 0.0.2p22 fixes var o [2006/01/24] ports/92284 ports-bugs audio/aureal-kmod - au88x0-1.3_4 is unfet o [2006/01/25] ports/92289 ports-bugs audio/mbrolavox - fr4 and nl3 are incorre o [2006/01/27] ports/92429 ports-bugs new port: science/caret (advice needed) f [2006/02/03] ports/92755 ports-bugs databases/slony1: Add ability to run slon f [2006/02/08] ports/93032 ports-bugs LPRng uses incorrect paths to config file o [2006/02/12] ports/93218 ports-bugs New port: sysutils/bsd-splash-changer Boo o [2006/02/12] ports/93223 ports-bugs New port(s) devel/cl-infix f [2006/02/13] ports/93270 ports-bugs [patch]jpeg support not working due to mi f [2006/02/13] ports/93304 ports-bugs [PATCH] sysutils/bacula-server port to no o [2006/02/14] ports/93318 ports-bugs New port: x11-toolkits/swt32, Eclipse SWT o [2006/02/19] ports/93576 ports-bugs [NEW PORT] games/quake3-rq3: Quake III Ar o [2006/02/20] ports/93577 ports-bugs [NEW PORT] games/quake3-tremulous: Quake o [2006/02/22] ports/93726 ports-bugs [NEW PORT] deskutils/kxdocker and plugins o [2006/02/23] ports/93736 ports-bugs [NEW PORT] x11-toolkits/paragui-devel: Cr f [2006/02/24] ports/93802 ports-bugs net-mgmt/cidr has Corrupted redzones in 7 f [2006/02/28] ports/93958 ports-bugs New port: cad/jspice3 o [2006/03/01] ports/94000 ports-bugs request: fork of security/srm with update o [2006/03/02] ports/94006 ports-bugs [NEW PORT] emulators/mednafen: Portable m f [2006/03/02] ports/94011 ports-bugs Mark textproc/py-4suite 1.0b1 as unusable o [2006/03/02] ports/94016 ports-bugs new port mail/contactsmenu o [2006/03/02] ports/94036 ports-bugs Minor graphics/mesagl update to 5.0.2 o [2006/03/04] ports/94073 ports-bugs [NEW PORTS] x11-toolkits/libsmokeqt, x11- o [2006/03/04] ports/94074 ports-bugs [NEW PORTS] x11-toolkits/ruby-qt3, x11-to o [2006/03/07] ports/94189 ports-bugs New port: Linux Matlab 6.5r13 f [2006/03/09] ports/94271 ports-bugs New Port: ifp-manager (a GUI interface fo o [2006/03/09] ports/94286 ports-bugs [NEW PORT]: devel/staf An extensible mult o [2006/03/15] ports/94465 ports-bugs [NEW PORT] devel/pikdev: Simple graphic I f [2006/03/16] ports/94570 ports-bugs Some bugs in security/drweb port. o [2006/03/18] ports/94626 ports-bugs [NEW PORT] security/knock - flexible port o [2006/03/19] ports/94674 ports-bugs [NEW PORT]: x11/yakuake o [2006/03/19] ports/94681 ports-bugs New port: devel/powerpc-binutils GNU binu o [2006/03/19] ports/94682 ports-bugs New port: devel/powerpc-gcc GNU gcc 4.1.0 o [2006/03/20] ports/94720 ports-bugs [NEW PORT] games/planeshift: First 3D MMO o [2006/03/23] ports/94851 ports-bugs mail/spamass-milter neglects to translate f [2006/03/24] ports/94895 ports-bugs [PATCH] mail/postgrey: The shutting donw o [2006/03/28] ports/95018 ports-bugs new port: security/sguil-sensor o [2006/03/28] ports/95019 ports-bugs New port: www/suphp-devel: suPHP 0.6.1 o [2006/03/29] ports/95062 ports-bugs New port: math/scilab-toolbox-swt o [2006/03/29] ports/95071 ports-bugs New Port: audio/ventrilo-server o [2006/03/30] ports/95129 ports-bugs New port: www/knowledgeTree Web-based doc o [2006/03/31] ports/95161 ports-bugs [NEW PORT] editors/zim: WYSIWYG text edit o [2006/03/31] ports/95166 ports-bugs New port: NLM Insight Toolkit 2.4.1 o [2006/04/01] ports/95186 ports-bugs NEW PORT] net-im/cli-msn: Command line ms o [2006/04/01] ports/95194 ports-bugs [NEW PORT] games/tremulous: The stand alo f [2006/04/02] ports/95221 ports-bugs [Maintainer Update] graphics/gauche-gl o [2006/04/03] ports/95272 ports-bugs [NEW PORT] multimedia/tunapie: Tuner for o [2006/04/03] ports/95278 ports-bugs New Port: x11-fonts/manu-gothica o [2006/04/03] ports/95279 ports-bugs (New Port) FreeBPX: a web gui to the aste o [2006/04/03] ports/95283 ports-bugs [NEW PORT] x11-toolkits/wax: A user-frien o [2006/04/05] ports/95326 ports-bugs [new port] graphics/magickwand - PHP modu f [2006/04/05] ports/95336 ports-bugs [PATCH] security/openvpn-admin: install m o [2006/04/05] ports/95351 ports-bugs New Port: x11-toolkits/py-wax Wax extensi o [2006/04/06] ports/95386 ports-bugs [NEW PORT] sysutils/scanbuttond: A daemo o [2006/04/06] ports/95388 ports-bugs [NEW PORT] games/aqbubble: Game similar t o [2006/04/06] ports/95389 ports-bugs [NEW PORT] games/chanta: Free 2D jump and o [2006/04/06] ports/95390 ports-bugs [NEW PORT] games/pongix: Free pong-like g f [2006/04/06] ports/95399 ports-bugs java/phpeclipse upgrade to 1.1.7 f [2006/04/06] ports/95447 ports-bugs net/generic-nqs maintainer update o [2006/04/07] ports/95468 ports-bugs New port: databases/flamerobin GUI admini o [2006/04/08] ports/95506 ports-bugs [NEW PORT] textproc/py-atocha: Python pac o [2006/04/09] ports/95529 ports-bugs new port: finance/opentaxsolver o [2006/04/09] ports/95556 ports-bugs new port: x11-wm/wmii-devel: next generat o [2006/04/10] ports/95563 ports-bugs [NEW PORT] net-mgmt/netdisco - web-based o [2006/04/12] ports/95647 ports-bugs mail/sentinel compilation fails if sendma f [2006/04/12] ports/95653 ports-bugs Update port: mail/sympa5 Sympa is an elec o [2006/04/13] ports/95687 ports-bugs new port: emulators/wine-etersoft-public f [2006/04/13] ports/95708 ports-bugs freebsd startup script for sec port o [2006/04/13] ports/95709 ports-bugs New port: security/kovpn A simple GUI for o [2006/04/13] ports/95712 ports-bugs [NEW PORT] editors/drjava: A lightweight o [2006/04/14] ports/95746 ports-bugs new port: graphics/autopano-sift o [2006/04/14] ports/95747 ports-bugs [NEW PORT] java/eclipse-drjava: DrJava pl o [2006/04/14] ports/95761 ports-bugs [NEW PORT] emulators/xgngeo: Fronted (GUI o [2006/04/15] ports/95799 ports-bugs New Port: net/libeXosip2 eXosip is a GPL o [2006/04/15] ports/95816 ports-bugs Update port: deskutils/yank to 0.2.1 o [2006/04/16] ports/95844 ports-bugs New port: comms/bforce-ugenk Simple ifcic o [2006/04/16] ports/95854 ports-bugs New Port: www/ochusha o [2006/04/16] ports/95890 ports-bugs Update science/gramps to 2.0.10 o [2006/04/16] ports/95895 ports-bugs [NEW PORT] graphics/jdraw: A pixel orient o [2006/04/17] ports/95909 ports-bugs net-mgmt/kismet o [2006/04/17] ports/95915 ports-bugs comms/vpb-driver: enable support for Free o [2006/04/17] ports/95920 ports-bugs New port: www/karpion, a KDE OpenPhishing o [2006/04/18] ports/95990 ports-bugs New Port: emulators/xjoypad o [2006/04/18] ports/95992 ports-bugs New port: net/py-dpkt Python module for f o [2006/04/18] ports/95994 ports-bugs New port: x11/oooqs2, OpenOffice 2.x quic f [2006/04/18] ports/96000 ports-bugs [PATCH] security/tor-devel doesn't start o [2006/04/23] ports/96199 ports-bugs new port java/jdic: The JDesktop Integrat f [2006/04/23] ports/96232 ports-bugs New port: lang/abcl Armed Bear Common Lis o [2006/04/28] ports/96467 ports-bugs request for removal of net/openh323-112 f [2006/04/30] ports/96563 ports-bugs [update] lang/nml s [2006/05/01] ports/96576 ports-bugs R 2.3.0 fails to compile: undefined refer o [2006/05/01] ports/96625 ports-bugs security/openssh o [2006/05/01] ports/96629 ports-bugs [NEW PORT] multimedia/py-pyBMP: Python mo o [2006/05/01] ports/96632 ports-bugs [NEW PORT] multimedia/py-castpodder: A po f [2006/05/02] ports/96653 ports-bugs Update ports: devel/libnaji (added more f o [2006/05/02] ports/96655 ports-bugs [NEW PORT] multimedia/katchtv: An Interne s [2006/05/03] ports/96731 ports-bugs textproc/docbook-utils doesn`t build o [2006/05/03] ports/96738 ports-bugs [NEW PORT] games/xye: A puzzle game that f [2006/05/04] ports/96783 ports-bugs Crash in x11/gtk2-theme-switch o [2006/05/05] ports/96828 ports-bugs New port: sysutils/cdcat A QT based tool o [2006/05/06] ports/96852 ports-bugs [NEW PORT] devel/py-kiwi: A framework and f [2006/05/06] ports/96891 ports-bugs [patch] port dns/powerdns does not have o o [2006/05/07] ports/96898 ports-bugs [PATCH] Update multimedia/quodlibet to 0. f [2006/05/07] ports/96948 ports-bugs [update] multimedia/gcfilms f [2006/05/08] ports/96959 ports-bugs [update] emulators/kqemu-kmod f [2006/05/08] ports/96971 ports-bugs [patch] graphics/xv incorrectly handles x f [2006/05/09] ports/97061 ports-bugs Remove port: x11-toolkits/gtk20-apirefere o [2006/05/10] ports/97106 ports-bugs [NEW PORT] sysutils/biosfont: Kernel modu f [2006/05/11] ports/97142 ports-bugs [PATCH] net/stone: update to 2.3a f [2006/05/14] ports/97259 ports-bugs gcc41 is required to run print/pdftk o [2006/05/14] ports/97264 ports-bugs [New port] devel/cobf o [2006/05/15] ports/97282 ports-bugs [NEW PORT] devel/lazarus - Delphi-like ID f [2006/05/15] ports/97298 ports-bugs Update port: shells/rc got a new MASTER_S o [2006/05/17] ports/97395 ports-bugs New Port: devel/h8300-hms-binutils, Gnu b o [2006/05/17] ports/97396 ports-bugs New Port: devel/h8300-hms-gcc, Gnu GCC fo o [2006/05/17] ports/97398 ports-bugs New Port: devel/h8300-hms-gdb5, Gnu GDB 5 f [2006/05/18] ports/97470 ports-bugs net/asterisk-addons: Wrong expressed depe o [2006/05/18] ports/97475 ports-bugs New port: graphics/xoris An X11 pixel col o [2006/05/18] ports/97476 ports-bugs New port: russian/tideup_mail Remove unsa f [2006/05/19] ports/97497 ports-bugs audio/libtunepimp: libtunepimp.so neglect o [2006/05/20] ports/97514 ports-bugs update java/jboss4 to 4.0.4 o [2006/05/20] ports/97522 ports-bugs [MAINTAINER] graphics/gnash: turn annoyin o [2006/05/20] ports/97530 ports-bugs New port: www/rubygem-mongrel o [2006/05/20] ports/97531 ports-bugs New port: devel/rubygem-daemons o [2006/05/20] ports/97532 ports-bugs New port: devel/rubygem-gem_plugin o [2006/05/20] ports/97533 ports-bugs New port: www/rubygem-mongrel_cluster f [2006/05/21] ports/97547 ports-bugs sysutils/dar: dar needs an entry in UPDAT f [2006/05/21] ports/97551 ports-bugs Update port: graphics/blender-devel o [2006/05/22] ports/97600 ports-bugs dns/bind9-sdb-ldap update to bind9.3.2 f [2006/05/22] ports/97603 ports-bugs [patch] biology/lsysexp f [2006/05/22] ports/97604 ports-bugs [update] devel/cl-uffi f [2006/05/22] ports/97605 ports-bugs [update] devel/cut f [2006/05/22] ports/97606 ports-bugs [patch] devel/cxmon f [2006/05/22] ports/97621 ports-bugs [update] converters/enca f [2006/05/22] ports/97622 ports-bugs [patch] devel/gauche-sdl f [2006/05/22] ports/97626 ports-bugs [update] databases/p5-SQLite-Work f [2006/05/22] ports/97627 ports-bugs [update] devel/ocaml-pcre f [2006/05/22] ports/97635 ports-bugs [PATCH] devel/p5-Config-Fast: update to 1 f [2006/05/22] ports/97641 ports-bugs Upgrade qpopper to 4.0.9 f [2006/05/22] ports/97648 ports-bugs [patch] dns/domtools f [2006/05/22] ports/97655 ports-bugs [patch] devel/vstr o [2006/05/22] ports/97656 ports-bugs [patch] games/grande f [2006/05/22] ports/97664 ports-bugs [update] audio/gnupod o [2006/05/23] ports/97667 ports-bugs [REPOCOPY] irc/ircd-ratbox -> ircd-ratbox o [2006/05/23] ports/97668 ports-bugs New port: www/py-slimmer A whitespace opt f [2006/05/23] ports/97669 ports-bugs upgrade net-im/linux-ymessenger to 1.0.6 o [2006/05/23] ports/97680 ports-bugs compat5x doesn't set a default for compat o [2006/05/23] ports/97689 ports-bugs Update port: sysutils/am-utils 6.1.5 o [2006/05/23] ports/97703 ports-bugs [patch] lang/gnat-glade o [2006/05/23] ports/97704 ports-bugs [patch] mail/glbiff o [2006/05/23] ports/97705 ports-bugs [patch] misc/gkx86info o [2006/05/23] ports/97706 ports-bugs [update] net/gkrellmqst f [2006/05/23] ports/97710 ports-bugs [patch] net/freevrrpd o [2006/05/23] ports/97712 ports-bugs [patch] net-mgmt/cfgstoragemk o [2006/05/23] ports/97713 ports-bugs [patch] net-p2p/hagelslag o [2006/05/23] ports/97716 ports-bugs [patch] games/gtkabale f [2006/05/23] ports/97718 ports-bugs [patch] irc/ircd-rusnet o [2006/05/23] ports/97719 ports-bugs [patch] net-im/jabber-aim o [2006/05/23] ports/97720 ports-bugs [patch]net-im/jabber-conference o [2006/05/23] ports/97721 ports-bugs [patch] net-im/jabber-jud o [2006/05/23] ports/97722 ports-bugs [patch] irc/ircd-ru f [2006/05/23] ports/97737 ports-bugs [patch]mail/poppwd f [2006/05/23] ports/97740 ports-bugs [patch]misc/p5-Asterisk/ f [2006/05/23] ports/97741 ports-bugs [patch]mail/newmail o [2006/05/23] ports/97749 ports-bugs [patch]graphics/xmms-blursk f [2006/05/23] ports/97751 ports-bugs [patch]multimedia/tkxanim o [2006/05/24] ports/97764 ports-bugs x11-toolkits/fox-devel: Update 1.4.7 -> 1 f [2006/05/24] ports/97793 ports-bugs [patch] sysutils/wmshutdown f [2006/05/24] ports/97795 ports-bugs [patch] sysutils/gkrellmwho f [2006/05/24] ports/97797 ports-bugs [patch] sysutils/wait_on f [2006/05/24] ports/97799 ports-bugs [patch] sysutils/wminet f [2006/05/24] ports/97801 ports-bugs [update]sysutils/userinfo o [2006/05/24] ports/97803 ports-bugs New port: emulators/xhomer - Emulator for f [2006/05/24] ports/97804 ports-bugs [patch] security/lep f [2006/05/24] ports/97808 ports-bugs [patch]security/sslproxy/ f [2006/05/24] ports/97813 ports-bugs [patch] sysutils/blimitd f [2006/05/24] ports/97821 ports-bugs [patch] net/p5-Net-Services f [2006/05/24] ports/97838 ports-bugs [patch]news/nn f [2006/05/24] ports/97840 ports-bugs [patch]net/warppipe f [2006/05/24] ports/97844 ports-bugs [patch]net/wmnet2 o [2006/05/24] ports/97845 ports-bugs [patch]net/wmpiki f [2006/05/24] ports/97846 ports-bugs [patch] x11-wm/pager o [2006/05/24] ports/97849 ports-bugs [patch] x11-fonts/xfed f [2006/05/24] ports/97852 ports-bugs [UPDATE] adds rc.subr support to dns/pdns f [2006/05/25] ports/97879 ports-bugs [PATCH] graphics/vigra: update to 1.4.0 o [2006/05/26] ports/97938 ports-bugs New port: devel/rcov f [2006/05/26] ports/97949 ports-bugs [update]x11-toolkits/pangoxsl o [2006/05/26] ports/97955 ports-bugs [PATCH] news/inn-stable: update to 2.4.4- o [2006/05/26] ports/97957 ports-bugs [maintainer update] Update net/nbd-server f [2006/05/26] ports/97958 ports-bugs update to net-mgmt/arpwatch f [2006/05/26] ports/97966 ports-bugs [update] devel/rpc2: update to 1.28 o [2006/05/26] ports/97967 ports-bugs [update]polish/ekg2/ f [2006/05/26] ports/97968 ports-bugs [update] math/libtommath: update to 0.39 f [2006/05/26] ports/97969 ports-bugs [update] x11-themes/ubuntulooks: update t f [2006/05/26] ports/97972 ports-bugs [update] x11-themes/geramik: update to 0. f [2006/05/26] ports/97973 ports-bugs [update] science/xmakemol: update to 5.15 f [2006/05/26] ports/97974 ports-bugs [update] www/logtools: update to 0.13c f [2006/05/26] ports/97975 ports-bugs [PATCH] graphics/vigra: update to 1.4.0 f [2006/05/26] ports/97979 ports-bugs [PATCH] games/fishsupper: update to 0.1.2 f [2006/05/26] ports/97981 ports-bugs [update] graphics/q-graph: update to 1.5 o [2006/05/26] ports/97987 ports-bugs Maintainer Update: japanese/xyaku cleanup o [2006/05/26] ports/97994 ports-bugs [MAINTAINER] www/dansguardian-devel: upda o [2006/05/27] ports/97995 ports-bugs [MAINTAINER] www/horde: Fix apache config o [2006/05/27] ports/98002 ports-bugs [patch] New port: www/rubygem-mongrel dev o [2006/05/27] ports/98006 ports-bugs Update port: lang/fpc2 o [2006/05/27] ports/98011 ports-bugs Upgrade jmp to 0.51-pre1 o [2006/05/27] ports/98020 ports-bugs Update port: cad/oregano to 0.50.0 o [2006/05/27] ports/98023 ports-bugs Update port: print/ghostscript-afpl to 8. o [2006/05/27] ports/98025 ports-bugs Update port: x11-fm/gprename to 1.7 o [2006/05/27] ports/98027 ports-bugs Update port: x11-toolkits/Xaw3d o [2006/05/28] ports/98060 ports-bugs Maintainer update of math/scilab to 4.0 o [2006/05/28] ports/98066 ports-bugs [PATCH] editors/tamago: apply anthy patch o [2006/05/29] ports/98076 ports-bugs [PORT UPDATE] net/amule2 v2.1.2 o [2006/05/29] ports/98088 ports-bugs [patch] update mail/contact-lookup-applet o [2006/05/29] ports/98089 ports-bugs prepared to assume maintainership of germ o [2006/05/29] ports/98099 ports-bugs New port: science/cdo A command-line tool o [2006/05/29] ports/98101 ports-bugs [repocopy] mail/rssyl --> mail/sylpheed-c o [2006/05/29] ports/98109 ports-bugs Cleanup the math/elmer-mathlibs port o [2006/05/30] ports/98117 ports-bugs [NEW PORT] sysutils/gapcmon: GTK+2 apcups o [2006/05/30] ports/98126 ports-bugs [PATCH] audio/py-mutagen: Update to 1.3 o [2006/05/30] ports/98130 ports-bugs [PATCH] www/xpi-mozex: repocopy, update t o [2006/05/30] ports/98131 ports-bugs [MAINTAINER] math/asymptote: update to 1. o [2006/05/30] ports/98145 ports-bugs [update] games/bzflag: update to 2.0.8 f [2006/05/30] ports/98164 ports-bugs [update] devel/cvschangelogbuilder: updat o [2006/05/30] ports/98177 ports-bugs [maintainer update] Update port: x11-cloc f [2006/05/31] ports/98182 ports-bugs cad/brlcad is not installing the mged scr o [2006/05/31] ports/98198 ports-bugs games/nethack34-qt broken on 4.x on i386 o [2006/05/31] ports/98200 ports-bugs update math/plplot to version 5.6.1 o [2006/05/31] ports/98205 ports-bugs (deskutils/taskjuggler) TaskJugglerUI cra f [2006/05/31] ports/98207 ports-bugs [UPDATE] ircd-hybrid: 7.2.0 -> 7.2.1 + b f [2006/05/31] ports/98211 ports-bugs [patch] update graphics/gnome-colorscheme f [2006/05/31] ports/98222 ports-bugs port update comms/hylafax to 4.3.0 o [2006/05/31] ports/98226 ports-bugs Maintainer Update: games/ninix-aya to 3.8 o [2006/05/31] ports/98227 ports-bugs [NEW PORT] editors/f4l: Flash For Linux: f [2006/05/31] ports/98229 ports-bugs www/mod_musicindex needs -fPIC on amd64 o [2006/06/01] ports/98261 ports-bugs [Maintainer Update] www/eventum - change o [2006/06/01] ports/98277 ports-bugs Update port: graphics/linux-ac3d 5.0.21 - o [2006/06/01] ports/98284 ports-bugs [patch] Adopt 16 ports f [2006/06/01] ports/98287 ports-bugs In port ports/sysutils/syslog-ng it is im f [2006/06/01] ports/98288 ports-bugs [PATCH] security/p5-Digest-SHA-PurePerl: f [2006/06/01] ports/98297 ports-bugs [update] games/crimson o [2006/06/01] ports/98299 ports-bugs New port: japanese/citrix_ica f [2006/06/01] ports/98319 ports-bugs [PATCH] print/p5-Net-Printer: update to 1 f [2006/06/02] ports/98353 ports-bugs ipsec-tools fails to exchange keys betwee f [2006/06/02] ports/98354 ports-bugs [update] mail/avenger: update to 0.7.6 f [2006/06/02] ports/98355 ports-bugs [update] misc/skyutils: update to 2.9 o [2006/06/02] ports/98356 ports-bugs x11/electricsheep update to 2.6.7 f [2006/06/02] ports/98357 ports-bugs [update] audio/epos-devel s [2006/06/02] ports/98358 ports-bugs [update] databases/mantis: update to 1.0. f [2006/06/02] ports/98360 ports-bugs [update] devel/cxxtest: update to 3.10.1 f [2006/06/02] ports/98361 ports-bugs [update] www/shttpd: update to 1.35 f [2006/06/02] ports/98362 ports-bugs [update] net-im/tkabber-devel: update to f [2006/06/02] ports/98364 ports-bugs [PATCH] add several contrib checks f [2006/06/02] ports/98368 ports-bugs [update] japanese/ne f [2006/06/02] ports/98373 ports-bugs update security/tor o [2006/06/02] ports/98375 ports-bugs update security/tor-devel o [2006/06/02] ports/98376 ports-bugs [NEW PORT] devel/obfuscatejs: A JavaScrip f [2006/06/02] ports/98380 ports-bugs [update] devel/picprog: update to 1.8 f [2006/06/02] ports/98381 ports-bugs [update] audio/etktab: update to 3.2 o [2006/06/02] ports/98386 ports-bugs [Maintainer Update] databases/gauche-gdb f [2006/06/02] ports/98394 ports-bugs [PATCH] print/latexmk: update to 308 f [2006/06/02] ports/98395 ports-bugs [update] devel/libnotify: update to 0.4.0 f [2006/06/02] ports/98396 ports-bugs [update] x11-wm/boxtools: update to 0.70. f [2006/06/02] ports/98398 ports-bugs [update] biology/fasta3: update to 34.t25 f [2006/06/02] ports/98399 ports-bugs [update] deskutils/notification-daemon: u f [2006/06/02] ports/98401 ports-bugs [PATCH] security/tor: update to 0.1.1.20 f [2006/06/02] ports/98402 ports-bugs [PATCH] games/tmw: update to 0.0.19 f [2006/06/02] ports/98408 ports-bugs [PATCH] print/cups-pdf: Fixed build optio f [2006/06/03] ports/98416 ports-bugs Update port: www/rubygem-bluecloth Change f [2006/06/03] ports/98418 ports-bugs Update port: www/instiki multiple fixes f [2006/06/03] ports/98419 ports-bugs [update] dns/dualserver: update to 2.1 f [2006/06/03] ports/98420 ports-bugs [update] benchmarks/sysbench: update to 0 f [2006/06/03] ports/98421 ports-bugs [update] net/phamm: update to 0.4.8 o [2006/06/03] ports/98424 ports-bugs [update] www/siteframe: update to 5.0.2 f [2006/06/03] ports/98428 ports-bugs [update] graphics/glew: update to 1.3.4 f [2006/06/03] ports/98429 ports-bugs [update] graphics/quesa: update to 1.8 f [2006/06/03] ports/98430 ports-bugs [update] print/gl2ps: update to 1.2.7 f [2006/06/03] ports/98432 ports-bugs [update] x11-toolkits/otk: update to 0.45 f [2006/06/03] ports/98433 ports-bugs [update] www/bozohttpd: update to 2005041 f [2006/06/03] ports/98434 ports-bugs [update] security/nettle: update to 1.14 f [2006/06/03] ports/98436 ports-bugs [updatE] security/openct: update to 0.6.7 f [2006/06/03] ports/98437 ports-bugs emulators/qemu: make host2guest smb shari o [2006/06/03] ports/98441 ports-bugs New port: multimedia/mplayer-devel Fast m f [2006/06/03] ports/98442 ports-bugs [update] net/latd: update to 1.24 o [2006/06/03] ports/98443 ports-bugs [MAINTAINER] benchmarks/sysbench: update f [2006/06/03] ports/98447 ports-bugs [update] www/perlbal o [2006/06/03] ports/98448 ports-bugs [NEW PORT] german/de-wordpress: A state-o o [2006/06/03] ports/98450 ports-bugs [PATCH] print/ifhp: Update 3.5.7 -> 3.5.2 f [2006/06/03] ports/98453 ports-bugs [update] www/moodle: update to 1.5.3 f [2006/06/03] ports/98454 ports-bugs [update] net/pptpclient: update to 1.7.1 f [2006/06/03] ports/98457 ports-bugs [update] net-mgmt/netwag: update to 5.31. f [2006/06/03] ports/98465 ports-bugs [update] archivers/advancecomp: update to f [2006/06/03] ports/98466 ports-bugs [update] devel/ocaml-ulex: update to 0.9 f [2006/06/03] ports/98467 ports-bugs [update] audio/chordpack: update to 0.8.1 o [2006/06/04] ports/98473 ports-bugs [NEW PORT] net-im/gaim-devel: Multi-proto f [2006/06/04] ports/98480 ports-bugs [update] mail/mailscanner-mrtg: update to o [2006/06/04] ports/98483 ports-bugs update port: lang/alisp f [2006/06/04] ports/98484 ports-bugs [update] www/zope-plonelanguagetool: upda f [2006/06/04] ports/98485 ports-bugs [update] www/zope-i18nlayer: update to 0. o [2006/06/04] ports/98487 ports-bugs [update] graphics/geos: update to 2.2.2 f [2006/06/04] ports/98488 ports-bugs [update] dns/dnstop: update to 20060517 f [2006/06/04] ports/98491 ports-bugs [update] dns/ldapdns: update to 2.06 f [2006/06/04] ports/98492 ports-bugs [update] devel/cgdb: update to 0.6.3 o [2006/06/04] ports/98495 ports-bugs [update] www/postnuke: update to 0.762 f [2006/06/04] ports/98497 ports-bugs [update] sysutils/pipemeter: update to 1. f [2006/06/04] ports/98499 ports-bugs [PATCH] misc/libpri: update to 1.2.3 o [2006/06/04] ports/98501 ports-bugs x11/ipager: IGNORE for FreeBSD-4.x o [2006/06/04] ports/98506 ports-bugs [MAINTAINER] devel/cgdb: update to 0.6.3 f [2006/06/04] ports/98507 ports-bugs [patch] Option to build multimedia/gxine f [2006/06/04] ports/98509 ports-bugs [patch] multimedia/totem, multimedia/tote o [2006/06/04] ports/98511 ports-bugs [MAINTAINER] print/foo2zjs: update to 200 f [2006/06/04] ports/98512 ports-bugs [patch] multimedia/transcode: update pkg- o [2006/06/05] ports/98517 ports-bugs deskutils/taskjuggler port does not build o [2006/06/05] ports/98518 ports-bugs Upgrade port devel/radrails to version 0. o [2006/06/05] ports/98523 ports-bugs [MAINTAINER-PATCH] comms/xnecview: [Mark 333 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 14:16:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DED16B51F for ; Mon, 5 Jun 2006 14:16:00 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DD643D5A for ; Mon, 5 Jun 2006 14:15:55 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id k55ERXew032607 for ; Mon, 5 Jun 2006 17:27:33 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id k55ERXjo032603 for ; Mon, 5 Jun 2006 17:27:33 +0300 Date: Mon, 5 Jun 2006 17:27:33 +0300 (EEST) From: Achilleus Mantzios To: freebsd-ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Subject: Re: package corrupt/whats the "official" way of dealing with? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 14:16:18 -0000 O Jack Raats Ýăńářĺ óôéň Jun 5, 2006 : > The below commands will look at your packages files and compare the > checksums to find a corrupted file. > It also will clean the ports/package directories from crap. > It will NOT destroy any installed packages or port unless it's corrupted. > It's very safe to use these commands. > > You'll need to have root priveleges to run these commands of course These commands have nothing to do with my problem. -C cleans work dirs -D(D) distfiles -P(P) package tarballs ./distclean.sh cleans distfiles too Any one else has any ideas? > > JAck > > > ----- Original Message ----- > From: "Achilleus Mantzios" > To: "Jack Raats" > Sent: Monday, June 05, 2006 10:48 AM > Subject: Re: package corrupt/whats the "official" way of dealing with? > > > O Jack Raats Ýăńářĺ óôéň Jun 5, 2006 : > > > I once had a simular problem. > > I solved it using the following commands after each other > > > > portsclean -C > > portsclean -D > > portsclean -DD > > portsclean -P > > portsclean -PP > > cd /usr/ports/Tools/scripts > > ./distclean.sh -f > > > > SUccess! > > My problem post probably lies in the erroneous absence > of +CONTENTS file in the problematic /var/db/pkg// > dirs. > > Does any of the above commands you used affects/rebuilds those +CONTENTS > files? > > > > > Jack Raats > > > > > > > > ----- Original Message ----- > > From: "Achilleus Mantzios" > > To: > > Sent: Monday, June 05, 2006 10:20 AM > > Subject: package corrupt/whats the "official" way of dealing with? > > > > > > > > > > Hi, > > > > > > during a 6.0-BETA1 to 6.1-RELEASE-p1 upgrade cycle > > > and a subsequent > > > portupgrade -PRr '*', > > > (and most probably while doing the nvidia port), > > > my system crashed and it left the /var/db/pkg system > > > in a corrupted condition: > > > > > > pkg_info: the package info for package 'apache-ant-1.6.5' is corrupt > > > pkg_info: the package info for package 'arts-1.4.2,1' is corrupt > > > pkg_info: the package info for package 'at-spi-1.6.4' is corrupt > > > pkg_info: the package info for package 'bitstream-vera-1.10_1' is > > > corrupt > > > pkg_info: the package info for package 'bugbuddy-2.10.0_1' is corrupt > > > pkg_info: the package info for package 'cairo-0.4.0' is corrupt > > > pkg_info: the package info for package 'cvsup-16.1h_2' is corrupt > > > pkg_info: the package info for package 'dasher-3.2.15' is corrupt > > > pkg_info: the package info for package 'dri-6.2.1,2' is corrupt > > > pkg_info: the package info for package 'eclipse-3.1' is corrupt > > > pkg_info: the package info for package 'eel-2.10.1_1' is corrupt > > > pkg_info: the package info for package 'el-kde-i18n-3.4.2' is corrupt > > > pkg_info: the package info for package 'el-openoffice-1.1.5.rc2' is > > > corrupt > > > pkg_info: the package info for package 'eog-2.10.2' is corrupt > > > > > > None of the popular -f -u etc... pkgdb switches seem to remedy the > > > problem. > > > > > > What should i do? > > > > > > I am thinking of deleting the above dirs and installing those packages > > > again. > > > > > > -- > > > -Achilleus > > > > > > > > > > > > _______________________________________________ > > > 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" > > > > > > > > > > -- -Achilleus From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 15:25:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A121016A552 for ; Mon, 5 Jun 2006 15:25:09 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BF343D46 for ; Mon, 5 Jun 2006 15:25:09 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id C559ED697F8 for ; Mon, 5 Jun 2006 11:25:07 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Mon, 05 Jun 2006 11:25:10 -0400 X-Sasl-enc: 4pRwV7N814KvLbTED9KRpJpsHgYWD+yHHBjnaEX4wc9Y 1149521109 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 9322A24C0 for ; Mon, 5 Jun 2006 11:25:09 -0400 (EDT) From: RW To: freebsd-ports@freebsd.org Date: Mon, 5 Jun 2006 16:24:41 +0100 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606051625.03314.list-freebsd-2004@morbius.sent.com> Subject: Re: Just a ports related question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 15:25:13 -0000 On Friday 02 June 2006 16:23, Achilleus Mantzios wrote: > O Kris Kennaway =DD=E3=F1=E1=F8=E5 =F3=F4=E9=F2 Jun 2, 2006 : > > On Fri, Jun 02, 2006 at 04:42:28PM +0300, Achilleus Mantzios wrote: > > > Anyway, since the tag for ports is ".", (and it is a substantial > > > property of the ports system, i.e. not following RELEASES and branche= s, > > > but evolving on their own), would not it make more sense to arrange > > > for packages in > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/ > > > to progressively match those of > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-stable? > > > > Please give us about 30 new i386/amd64/sparc64/ia64 machines first, > > thanks :-) > > Just some notes: > > 1) Whould it take 30 new i386/amd64/sparc64/ia64 machines > to just copy packages from > /ports/i386/packages-6-stable > to > /ports/i386/packages-6.1-release Not everyone regards having their packages completely up-to-date as an end = in=20 itself. For them the current situation is actually quite sensible. The=20 packages in "packages-6.1-release" and on the CD are all built from the sa= me=20 snapshot of the ports tree. And that snapshot is taken at a time when a=20 particular effort is being made not to break anything.=20 If "packages-6.1-release" were kept up-to-date with ports, a "pkg_add -r"=20 could bring in packages built many months after the those installed with th= e=20 release, and cause horrible dependency problems.=20 =20 From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 15:52:57 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DEB16A68A for ; Mon, 5 Jun 2006 15:52:57 +0000 (UTC) (envelope-from pbarbier@hhmedia.com) Received: from canhomepub.com (canhomepub.com [66.46.30.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027A943D72 for ; Mon, 5 Jun 2006 15:52:53 +0000 (GMT) (envelope-from pbarbier@hhmedia.com) Received: from [192.168.1.165] (account pbarbier [192.168.1.165] verified) by canhomepub.com (CommuniGate Pro SMTP 5.0.9) with ESMTPA id 2680290 for ports@FreeBSD.org; Mon, 05 Jun 2006 11:53:22 -0400 Mime-Version: 1.0 (Apple Message framework v746.3) To: ports@FreeBSD.org Message-Id: Content-Type: multipart/mixed; boundary=Apple-Mail-4--583114095 From: Phil Barbier Date: Mon, 5 Jun 2006 11:52:57 -0400 X-Mailer: Apple Mail (2.746.3) Cc: Subject: Compilation error for linux_base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 15:53:04 -0000 --Apple-Mail-4--583114095 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed # uname -a FreeBSD wwebby.houseandhome.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 07:00:26 UTC 2005 root@portnoy.cse.buffalo.edu:/usr/ obj/usr/src/sys/GENERIC amd64 updating cache ./config.cache /usr/local/share/libtool13/ltconfig13: Can't open /usr/local/share/ libtool13/ltconfig13: No such file or directory configure: error: libtool configure failed ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/archivers/rpm. *** Error code 1 Stop in /usr/ports/emulators/linux_base. And a view of our packages:- ls /var/db/pkg GeoIP-1.3.14 bsdpan-Geo-IP-1.27 freetype2-2.1.10_1 m4-1.4.3 php4- mysql-4.4.0 pkgdb.fixme ruby18- bdb1-0.2.2 apache+mod_ssl-1.3.33+2.8.24_2 cacti-0.8.6g gettext-0.14.5 mm-1.4.0 php4- pcre-4.4.0 png-1.2.8_2 autoconf-2.13.000227_5 cgilib-0.5 gmake-3.80_2 mysql-client-4.1.14 php4- session-4.4.0 popt-1.7 autoconf-2.59_2 cvsup-16.1h_2 libart_lgpl2-2.3.17 net-snmp-5.2.1.2 php4- xml-4.4.0 portupgrade-20041226_2 automake-1.4.6_2 cvsup-without-gui-16.1h_2 libiconv-1.9.2_1 perl-5.8.7 pkgconfig-0.17.2 rrdtool-1.2.11 bison-1.75_2,1 expat-1.95.8_3 libtool-1.5.20 php4-4.4.0 pkgdb.db ruby-1.8.2_3 Thanks, --Apple-Mail-4--583114095 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="config.log" Content-Disposition: attachment; filename=config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:605: checking host system type configure:626: checking target system type configure:644: checking build system type configure:679: checking for a BSD compatible install configure:732: checking whether build environment is sane configure:789: checking whether gmake sets ${MAKE} configure:835: checking for working aclocal configure:848: checking for working autoconf configure:861: checking for working automake configure:874: checking for working autoheader configure:887: checking for working makeinfo configure:932: checking for gcc configure:1045: checking whether the C compiler (cc -O -pipe ) works configure:1061: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl -liconv 1>&5 configure:1087: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1092: checking whether we are using GNU C configure:1101: cc -E conftest.c configure:1120: checking whether cc accepts -g configure:1156: checking how to run the C preprocessor configure:1177: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1237: checking whether cc needs -traditional configure:1262:20: termio.h: No such file or directory configure:1294: checking for a BSD compatible install configure:1348: checking flag used by libtool to link rpm configure:1386: checking POSIX chmod configure:1406: checking for mkdir configure:1443: checking if /bin/mkdir supports -p configure:1477: checking for AIX configure:1502: checking for minix/config.h configure:1512: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1508:26: minix/config.h: No such file or directory configure: failed program was: #line 1507 "configure" #include "confdefs.h" #include configure:1550: checking for POSIXized ISC configure:1575: checking for cc option to accept ANSI C configure:1628: cc -c -O -pipe -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -I/usr/local/include conftest.c 1>&5 configure:1600: warning: function declaration isn't a prototype configure:1621: warning: function declaration isn't a prototype configure:1654: checking for function prototypes configure:1818: checking for mawk configure:1818: checking for gawk configure:1818: checking for nawk configure:1848: checking whether ln -s works configure:1869: checking whether gmake sets ${MAKE} configure:1968: checking for ranlib configure:2007: checking for ld used by GCC configure:2069: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.15 [FreeBSD] 2004-05-23 configure:2085: checking for BSD-compatible nm --Apple-Mail-4--583114095-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 16:21:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D18D616AC8D for ; Mon, 5 Jun 2006 16:21:51 +0000 (UTC) (envelope-from kay_lehmann@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52FB843D4C for ; Mon, 5 Jun 2006 16:21:50 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 9F1D6116E5E for ; Mon, 5 Jun 2006 18:21:48 +0200 (CEST) Received: from [217.197.85.240] (helo=[192.168.1.3]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1FnHps-0002bs-00 for ports@freebsd.org; Mon, 05 Jun 2006 18:21:48 +0200 Message-ID: <44845B3A.40401@web.de> Date: Mon, 05 Jun 2006 18:26:34 +0200 From: Kay Lehmann User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: kay_lehmann@web.de X-Sender: kay_lehmann@web.de Cc: Subject: Question about port renaming (repocopy or not) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 16:21:57 -0000 Hello, just a little question: I am maintaining all those lineak-ports and have some updates pending here. lineak has some plugins (default, kde and xosd) which should be updated too. These ports have changed their names (to be correct, their distfilenames have changed) and they are seperated by an - instead of an _ . So I have some options/ideas how to handle this and I would like to know which is the correct way before filling the pr for these ports: 1. let the portnames as they are and just define different distfiles. This would look like the following: PORTNAME= lineak_xosdplugin DISTNAMES= lineak-xosdplugin.tar.gz I think this is the most ugly option I can use. 2. Rename ports just in Makefiles (set variable PORTNAME), but I don't think it is really allowed to define PORTNAME other than the ports subdir in the portstree, am I right? 3. repocopy the three ports, so subdir and PORTNAME are changed. Another question for this one would be if I have to rename the subdir before filling the pr or is it handled in cvs? So which of these should I use, or is there another suggestion. Thanks for answers and help. Greets, Kay From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 16:40:54 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CDB16BB7D for ; Mon, 5 Jun 2006 16:40:54 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F0743D45 for ; Mon, 5 Jun 2006 16:40:52 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id F32D38A003F for ; Mon, 5 Jun 2006 09:46:21 -0700 (PDT) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 59473-08-58 for ; Mon, 5 Jun 2006 09:46:15 -0700 (PDT) Received: from s10.sbo (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 3940E8A0041 for ; Mon, 5 Jun 2006 09:46:11 -0700 (PDT) From: Freddie Cash To: freebsd-ports@freebsd.org Date: Mon, 5 Jun 2006 09:40:35 -0700 User-Agent: KMail/1.9.1 References: <44845B3A.40401@web.de> In-Reply-To: <44845B3A.40401@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606050940.36062.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Subject: Re: Question about port renaming (repocopy or not) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 16:41:02 -0000 On Monday 05 June 2006 09:26 am, Kay Lehmann wrote: > just a little question: I am maintaining all those lineak-ports and > have some updates pending here. lineak has some plugins (default, kde > and xosd) which should be updated too. These ports have changed their > names (to be correct, their distfilenames have changed) and they are > seperated by an - instead of an _ . So I have some options/ideas how to > handle this and I would like to know which is the correct way before > filling the pr for these ports: > 1. let the portnames as they are and just define different distfiles. > This would look like the following: > PORTNAME= lineak_xosdplugin > DISTNAMES= lineak-xosdplugin.tar.gz > I think this is the most ugly option I can use. This would be the best option, IMO. It's what I've done with my ports. The name of the program has not changed, therefore the name of the port should not change. All that has changed is the name of the source tarball. So just change the name of the distfile that gets downloaded. This is also the simplest change, for everyone involved (port maintainer, port committers, cvs repo, and users). -- Freddie Cash fcash@ocis.net From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 17:04:02 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D73716A758 for ; Mon, 5 Jun 2006 17:04:02 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (mailtest.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8820143D7C for ; Mon, 5 Jun 2006 17:03:13 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id B79F78A0041 for ; Mon, 5 Jun 2006 10:08:42 -0700 (PDT) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 88369-01-4 for ; Mon, 5 Jun 2006 10:08:35 -0700 (PDT) Received: from s10.sbo (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id C3C018A006B for ; Mon, 5 Jun 2006 10:08:35 -0700 (PDT) From: Freddie Cash To: ports@freebsd.org Date: Mon, 5 Jun 2006 10:03:05 -0700 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606051003.05992.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: Subject: Anyone working on a port for "parselog"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 17:04:09 -0000 Just curious if anyone on this list is working on a port for "parselog" which is the successor for security/amavis-stats. If not, I'll take a stab at it. Just thought I'd check to see if anyone has started on this one to prevent duplication of work. http://rekudos.net/parselog/ -- Freddie Cash fcash@ocis.net From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 17:10:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4234216BF9F for ; Mon, 5 Jun 2006 17:10:44 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with SMTP id D468943D58 for ; Mon, 5 Jun 2006 17:10:36 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: (qmail 25283 invoked by uid 89); 5 Jun 2006 17:09:41 -0000 Received: from unknown (HELO ?127.0.0.1?) (iavor.raytchev@verysmall.org@80.108.248.173) by thing.verysmall.org with SMTP; 5 Jun 2006 17:09:41 -0000 Message-ID: <4484657D.1090104@verysmall.org> Date: Mon, 05 Jun 2006 19:10:21 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jakob Breivik Grimstveit References: <448341B0.4090008@verysmall.org> <20060605012100.00b3273f@corona.grimstveit.no> In-Reply-To: <20060605012100.00b3273f@corona.grimstveit.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: php 5.1.4 crashes apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 17:10:53 -0000 > You may try to experiement with commenting out (using ;) one line at a time > in /usr/local/etc/php/extensions.ini and see whether you can find the > offending extension by starting Apache till you "get it up". I have had > serious problems with php-mysql (mysql5) and php-imap (which I have never > been able to get to work) myself. > > My system: FreeBSD 6.1-RELEASE, Apache/2.0.58, PHP 5.1.4 Took another approach. Un-installed all extensions and started to install them one by one. First XML - no problem. Then PGSQL - there it exploded. Does somebody have problems with FreeBSD, Apache 1.3.36, php 5.1.4 and PostgreSQL 8.1.4? Thanks, Iv From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 17:45:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C6316BD8C for ; Mon, 5 Jun 2006 17:45:01 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id C37BD43D46 for ; Mon, 5 Jun 2006 17:45:00 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 12430 invoked by uid 399); 5 Jun 2006 17:44:59 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 5 Jun 2006 17:44:59 -0000 Message-ID: <44846D97.5060707@FreeBSD.org> Date: Mon, 05 Jun 2006 10:44:55 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: package corrupt/whats the "official" way of dealing with? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 17:45:06 -0000 Achilleus Mantzios wrote: > Hi, > > during a 6.0-BETA1 to 6.1-RELEASE-p1 upgrade cycle > and a subsequent > portupgrade -PRr '*', > (and most probably while doing the nvidia port), > my system crashed and it left the /var/db/pkg system > in a corrupted condition: > > pkg_info: the package info for package 'apache-ant-1.6.5' is corrupt ... > None of the popular -f -u etc... pkgdb switches seem to remedy the > problem. > > What should i do? > > I am thinking of deleting the above dirs and installing those packages > again. Well, for cvsup you can just pkg_delete it and then do pkg_add -r cvsup. For the rest, I saw this problem when I was developing portmaster when the files in the /var/db/pkg/ directories did not have the right permissions. You can try doing: find /var/db/pkg/ -type f -exec chmod 644 {} \; and see if that fixes it for you. If not, you are probably correct that you will have to reinstall the ports/packages to fix it. If you're using ports, and want to give portmaster a try, it will rebuild your dependency information for you, assuming that there is any valid data in the pkg directories to start with. Hope that helps, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 18:15:01 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E9416B24B for ; Mon, 5 Jun 2006 18:15:01 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5B943D69 for ; Mon, 5 Jun 2006 18:14:59 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.169]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k55IEeMV069799; Mon, 5 Jun 2006 22:14:50 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FnJaK-0000PK-O8; Mon, 05 Jun 2006 22:13:52 +0400 To: Phil Barbier References: From: Boris Samorodov Date: Mon, 05 Jun 2006 22:13:52 +0400 In-Reply-To: (Phil Barbier's message of "Mon, 5 Jun 2006 11:52:57 -0400") Message-ID: <51310207@ho.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: ports@FreeBSD.org Subject: Re: Compilation error for linux_base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Jun 2006 18:15:09 -0000 On Mon, 5 Jun 2006 11:52:57 -0400 Phil Barbier wrote: > # uname -a > FreeBSD wwebby.houseandhome.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: > Sun May 8 07:00:26 UTC 2005 root@portnoy.cse.buffalo.edu:/usr/ > obj/usr/src/sys/GENERIC amd64 > updating cache ./config.cache > /usr/local/share/libtool13/ltconfig13: Can't open /usr/local/share/ > libtool13/ltconfig13: No such file or directory > configure: error: libtool configure failed > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and > attach the > "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the > output of > the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > Stop in /usr/ports/archivers/rpm. > *** Error code 1 > Stop in /usr/ports/emulators/linux_base. You try to install a very ancient version of linux base port. Current (but yet outdated one) is linux_base-8. But I'll suggest to install linux_base-fc3 or even newest linux_base-fc4 (one of them should become a default one in the nearest future). To use fc4 just do: # echo "OVERRIDE_LINUX_BASE_PORT=fc4" >> /etc/make.conf ...and all other linux ports should use this port as a base one. > And a view of our packages:- > ls /var/db/pkg > GeoIP-1.3.14 bsdpan-Geo-IP-1.27 > freetype2-2.1.10_1 m4-1.4.3 php4- > mysql-4.4.0 pkgdb.fixme ruby18- > bdb1-0.2.2 > apache+mod_ssl-1.3.33+2.8.24_2 cacti-0.8.6g > gettext-0.14.5 mm-1.4.0 php4- > pcre-4.4.0 png-1.2.8_2 > autoconf-2.13.000227_5 cgilib-0.5 > gmake-3.80_2 mysql-client-4.1.14 php4- > session-4.4.0 popt-1.7 > autoconf-2.59_2 cvsup-16.1h_2 > libart_lgpl2-2.3.17 net-snmp-5.2.1.2 php4- > xml-4.4.0 portupgrade-20041226_2 > automake-1.4.6_2 cvsup-without-gui-16.1h_2 > libiconv-1.9.2_1 perl-5.8.7 > pkgconfig-0.17.2 rrdtool-1.2.11 > bison-1.75_2,1 expat-1.95.8_3 > libtool-1.5.20 php4-4.4.0 Libtool is outdated. The current version is 1.5.22. You may consider to read /usr/ports/UPDATING. BTW, Did you use up-to-date port's tree? Did you use portupgrade or else to use up-to-date ports? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 23:04:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A612916A484 for ; Mon, 5 Jun 2006 22:31:32 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AA8843D60 for ; Mon, 5 Jun 2006 22:31:31 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 05 Jun 2006 22:31:29 -0000 Received: from p54A7E762.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.231.98] by mail.gmx.net (mp033) with SMTP; 06 Jun 2006 00:31:29 +0200 X-Authenticated: #5465401 Message-ID: <4484B0B5.8070703@gmx.de> Date: Tue, 06 Jun 2006 00:31:17 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 23:04:29 -0000 The mysql50-server port suddenly switches the compiler while building. I've got no idea what might cause this and how to solve it apart from deinstalling gcc41 - which would break everything built with it. This is the end of the output. --------------------------------------------------------------------------------------- make all-recursive Making all in share if /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=compile c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF ".deps/udf_example.Tpo" -c -o udf_example.lo udf_example.cc; then mv -f ".deps/udf_example.Tpo" ".deps/udf_example.Plo"; else rm -f ".deps/udf_example.Tpo"; exit 1; fi c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -fPIC -DPIC -o .libs/udf_example.o c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -o udf_example.o >/dev/null 2>&1 /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=link c++ -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -o udf_example.la -module -rpath /usr/local/lib/mysql udf_example.lo -pthread -lcrypt -lm -pthread g++41 -shared -nostdlib /usr/lib/crti.o /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o .libs/udf_example.o -pthread -lcrypt -lm -pthread -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1 -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/../../.. -lstdc++ -lm -lgcc_s -lgcc_s /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o /usr/lib/crtn.o -march=pentium-m -march=pentium-m -pthread -pthread -pthread -pthread -pthread -pthread -Wl,-soname -Wl,udf_example.so.0 -o .libs/udf_example.so.0 g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o: No such file or directory g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o: No such file or directory *** Error code 1 Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. *** Error code 1 Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. *** Error code 1 Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. *** Error code 1 Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. *** Error code 1 Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. *** Error code 1 Stop in /mnt/vault/ports/databases/mysql50-server. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 03:17:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3395B16BBFF for ; Tue, 6 Jun 2006 02:26:22 +0000 (UTC) (envelope-from ben+freebsdports@flyingwalrus.net) Received: from smtp.mailhenge.com (kunagonmuni.hosthenge.com [66.92.16.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id C694543D45 for ; Tue, 6 Jun 2006 02:26:21 +0000 (GMT) (envelope-from ben+freebsdports@flyingwalrus.net) Received: from localhost (kunagonmuni.hosthenge.com [66.92.16.222]) by smtp.mailhenge.com (Postfix) with ESMTP id 45ED4375A1C for ; Mon, 5 Jun 2006 19:26:19 -0700 (PDT) X-Virus-Scanned: amavisd-new at mailhenge.com Received: from smtp.mailhenge.com ([66.92.16.222]) by localhost (kunagonmuni.hosthenge.com [66.92.16.222]) (amavisd-new, port 10024) with ESMTP id czpl0nmr3R69 for ; Mon, 5 Jun 2006 19:26:16 -0700 (PDT) Received: from [192.168.0.13] (lucius.malfoy.us [66.92.16.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ben@hosthenge.com) by smtp.mailhenge.com (Postfix) with ESMTP id 857533758FF for ; Mon, 5 Jun 2006 19:26:16 -0700 (PDT) From: Ben Calvert Organization: Flying Walrus Communications To: freebsd-ports@freebsd.org Date: Mon, 5 Jun 2006 19:26:13 -0700 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606051926.14161.ben+freebsdports@flyingwalrus.net> Subject: whither vim 7? and how to bring it closer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 03:17:43 -0000 Is anyone working on porting vim 7? If so, how can I be of assistance? If now, where should I start ? Ben From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 03:58:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B525716A81C for ; Tue, 6 Jun 2006 03:14:19 +0000 (UTC) (envelope-from mxsweb@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F331A43D45 for ; Tue, 6 Jun 2006 03:14:18 +0000 (GMT) (envelope-from mxsweb@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so79800nzf for ; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ILU1k5j7T3TgZO2CgZVskITeiTtNskpClvDOjmtrpND/6IlwCcqBOL4bRbpdwZwzEY79E1w7MgeZh+OeL4FF3FNIAMbcJsjKJU4qROVmWkCxWqPvI9bo539OdSU2ocRwmdz2z97QKsrr7LZhFzXlRZGdnHoJuuzroDj5Vs0Fj44= Received: by 10.36.34.8 with SMTP id h8mr7358071nzh; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) Received: from ?192.168.1.100? ( [68.145.187.86]) by mx.gmail.com with ESMTP id 19sm8375504nzp.2006.06.05.20.14.18; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-ports@freebsd.org From: MXS Date: Mon, 5 Jun 2006 21:14:34 -0600 X-Mailer: Apple Mail (2.750) Subject: Can't get php5 to build on machines that have php4 or have had php4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 03:58:17 -0000 Hi I'm getting the same error when I'm compiling under os x. I already have php 4.4.1 installed on it ( default ) and I can't get it to complete the install. /bin/sh /Applications/php-5.1.4/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/Applications/php-5.1.4/ext/ standard/ -DPHP_ATOM_INC -I/Applications/php-5.1.4/include -I/ Applications/php-5.1.4/main -I/Applications/php-5.1.4 -I/usr/include/ libxml2 -I/Applications/php-5.1.4/ext/date/lib -I/Applications/ php-5.1.4/TSRM -I/Applications/php-5.1.4/Zend -I/usr/include -g - O2 -c /Applications/php-5.1.4/ext/standard/dns.c -o ext/standard/ dns.lo /Applications/php-5.1.4/ext/standard/dns.c: In function 'zif_dns_check_record': /Applications/php-5.1.4/ext/standard/dns.c:265: error: 'T_MX' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:265: error: (Each undeclared identifier is reported only once /Applications/php-5.1.4/ext/standard/dns.c:265: error: for each function it appears in.) /Applications/php-5.1.4/ext/standard/dns.c:276: error: 'T_A' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:297: error: 'C_IN' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c: In function 'zif_dns_get_mx': /Applications/php-5.1.4/ext/standard/dns.c:854: error: 'HEADER' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:854: error: 'hp' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:883: error: 'C_IN' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:890: error: parse error before ')' token /Applications/php-5.1.4/ext/standard/dns.c:891: error: 'HFIXEDSZ' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:893: error: 'QFIXEDSZ' undeclared (first use in this function) make: *** [ext/standard/dns.lo] Error 1 By the way, this is my 4th days playing with that. Hard to not think DOS! From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 04:46:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FFB16AD26 for ; Tue, 6 Jun 2006 04:17:44 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A8843D45 for ; Tue, 6 Jun 2006 04:17:43 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id k564TOew002267; Tue, 6 Jun 2006 07:29:24 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id k564TMPl002263; Tue, 6 Jun 2006 07:29:23 +0300 Date: Tue, 6 Jun 2006 07:29:22 +0300 (EEST) From: Achilleus Mantzios To: Jack Raats In-Reply-To: <001701c688ad$f3109db0$4001a8c0@jarasoft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: freebsd-ports@freebsd.org Subject: Re: package corrupt/whats the "official" way of dealing with? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 04:46:27 -0000 O Jack Raats Ýăńářĺ óôéň Jun 5, 2006 : > Did you actually try these commands? > You wrote that it went wrong during a portupgrade. > At that moment you are using distfiles and workspace! > > So did you give it a try??? Definately i did, although it was apparent that those commands could not fix the missing +CONTENTS file problem. > > Jack > > > ----- Original Message ----- > From: "Achilleus Mantzios" > To: "Jack Raats" > Sent: Monday, June 05, 2006 4:26 PM > Subject: Re: package corrupt/whats the "official" way of dealing with? > > > O Jack Raats Ýăńářĺ óôéň Jun 5, 2006 : > > > The below commands will look at your packages files and compare the > > checksums to find a corrupted file. > > It also will clean the ports/package directories from crap. > > It will NOT destroy any installed packages or port unless it's corrupted. > > It's very safe to use these commands. > > > > You'll need to have root priveleges to run these commands of course > > These commands have nothing to do with my problem. > > -C cleans work dirs > -D(D) distfiles > -P(P) package tarballs > ./distclean.sh cleans distfiles too > > Any one else has any ideas? > > > > > JAck > > > > > > ----- Original Message ----- > > From: "Achilleus Mantzios" > > To: "Jack Raats" > > Sent: Monday, June 05, 2006 10:48 AM > > Subject: Re: package corrupt/whats the "official" way of dealing with? > > > > > > O Jack Raats Ýăńářĺ óôéň Jun 5, 2006 : > > > > > I once had a simular problem. > > > I solved it using the following commands after each other > > > > > > portsclean -C > > > portsclean -D > > > portsclean -DD > > > portsclean -P > > > portsclean -PP > > > cd /usr/ports/Tools/scripts > > > ./distclean.sh -f > > > > > > SUccess! > > > > My problem post probably lies in the erroneous absence > > of +CONTENTS file in the problematic /var/db/pkg// > > dirs. > > > > Does any of the above commands you used affects/rebuilds those +CONTENTS > > files? > > > > > > > > Jack Raats > > > > > > > > > > > > ----- Original Message ----- > > > From: "Achilleus Mantzios" > > > To: > > > Sent: Monday, June 05, 2006 10:20 AM > > > Subject: package corrupt/whats the "official" way of dealing with? > > > > > > > > > > > > > > Hi, > > > > > > > > during a 6.0-BETA1 to 6.1-RELEASE-p1 upgrade cycle > > > > and a subsequent > > > > portupgrade -PRr '*', > > > > (and most probably while doing the nvidia port), > > > > my system crashed and it left the /var/db/pkg system > > > > in a corrupted condition: > > > > > > > > pkg_info: the package info for package 'apache-ant-1.6.5' is corrupt > > > > pkg_info: the package info for package 'arts-1.4.2,1' is corrupt > > > > pkg_info: the package info for package 'at-spi-1.6.4' is corrupt > > > > pkg_info: the package info for package 'bitstream-vera-1.10_1' is > > > > corrupt > > > > pkg_info: the package info for package 'bugbuddy-2.10.0_1' is corrupt > > > > pkg_info: the package info for package 'cairo-0.4.0' is corrupt > > > > pkg_info: the package info for package 'cvsup-16.1h_2' is corrupt > > > > pkg_info: the package info for package 'dasher-3.2.15' is corrupt > > > > pkg_info: the package info for package 'dri-6.2.1,2' is corrupt > > > > pkg_info: the package info for package 'eclipse-3.1' is corrupt > > > > pkg_info: the package info for package 'eel-2.10.1_1' is corrupt > > > > pkg_info: the package info for package 'el-kde-i18n-3.4.2' is corrupt > > > > pkg_info: the package info for package 'el-openoffice-1.1.5.rc2' is > > > > corrupt > > > > pkg_info: the package info for package 'eog-2.10.2' is corrupt > > > > > > > > None of the popular -f -u etc... pkgdb switches seem to remedy the > > > > problem. > > > > > > > > What should i do? > > > > > > > > I am thinking of deleting the above dirs and installing those packages > > > > again. > > > > > > > > -- > > > > -Achilleus > > > > > > > > > > > > > > > > _______________________________________________ > > > > 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" > > > > > > > > > > > > > > > > > -- -Achilleus From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 05:29:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC7916A950 for ; Tue, 6 Jun 2006 05:00:29 +0000 (UTC) (envelope-from vladgalu@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566243D45 for ; Tue, 6 Jun 2006 05:00:28 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by wr-out-0506.google.com with SMTP id i20so1175228wra for ; Mon, 05 Jun 2006 22:00:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=laIfqiZE3nefnr/M29X55p9YlwtoZFeIwEkkVg4sjcJpGv5AzxHvqVohhJt03+Mq7mvHBpgCvk3oGiMLdF7Q2+ntMIjIJ85j/yEOVybGbbC3wkKZo8x+q6iQrFVNG3Jo5dMl7GnAiheTzqco7EcnOz1dwYFfNE1GXRbZ2XdToB0= Received: by 10.54.76.8 with SMTP id y8mr5613120wra; Mon, 05 Jun 2006 22:00:28 -0700 (PDT) Received: by 10.54.128.12 with HTTP; Mon, 5 Jun 2006 22:00:27 -0700 (PDT) Message-ID: <79722fad0606052200i6593f90i29d2c7c21d82713e@mail.gmail.com> Date: Tue, 6 Jun 2006 08:00:27 +0300 From: "Vlad GALU" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Building Seamonkey from ports woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 05:29:57 -0000 I've always stumbled upon the same thing, even back when I was installing plain mozilla: if I opt to build support for mail & news, and I do, whenever I want to change the settings for the e-mail editor, I get the following error screen: -- cut here -- XML Parsing Error: undefined entity Location: chrome://messenger/content/messengercompose/pref-composing_messages.xul Line Number 142, Column 13: ------------^ -- and here -- Also, the composer window can't be shown due to the same error. I tried to find the file on my filesystem but failed. I noticed that the binary packages from the build cluster don't manifest this symptom. I compile the port with the default flags. Any ideas ? P.S. please add my address to the recipients' list when replying, I'm not subscribed to this list. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 06:54:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFBD916B4F2 for ; Tue, 6 Jun 2006 06:45:49 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3FA43D45 for ; Tue, 6 Jun 2006 06:45:48 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 0853D4C677; Tue, 6 Jun 2006 08:38:42 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 672B95285B; Tue, 6 Jun 2006 08:36:42 +0200 (CEST) Message-ID: <448522E0.6010305@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 08:38:24 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> In-Reply-To: <4484B0B5.8070703@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 06:54:12 -0000 [LoN]Kamikaze schrieb: > The mysql50-server port suddenly switches the compiler while building. I've got no idea what might cause this and how to solve it apart from deinstalling gcc41 - which would break everything built with it. > > This is the end of the output. > --------------------------------------------------------------------------------------- > make all-recursive > Making all in share > if /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=compile c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF ".deps/udf_example.Tpo" -c -o udf_example.lo udf_example.cc; then mv -f ".deps/udf_example.Tpo" ".deps/udf_example.Plo"; else rm -f ".deps/udf_example.Tpo"; exit 1; fi > c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -fPIC -DPIC -o .libs/udf_example.o > c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I. -I. -I.. -I../bdb/build_unix -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT udf_example.lo -MD -MP -MF .deps/udf_example.Tpo -c udf_example.cc -o udf_example.o >/dev/null 2>&1 > /usr/local/bin/libtool --preserve-dup-deps --tag=CXX --mode=link c++ -DDBUG_OFF -O2 -pipe -march=pentium-m -O2 -pipe -march=pentium-m -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -o udf_example.la -module -rpath /usr/local/lib/mysql udf_example.lo -pthread -lcrypt -lm -pthread > g++41 -shared -nostdlib /usr/lib/crti.o /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o .libs/udf_example.o -pthread -lcrypt -lm -pthread -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1 -L/usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/../../.. -lstdc++ -lm -lgcc_s -lgcc_s /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o /usr/lib/crtn.o -march=pentium-m -march=pentium-m -pthread -pthread -pthread -pthread -pthread -pthread -Wl,-soname -Wl,udf_example.so.0 -o .libs/udf_example.so.0 > g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtbeginS.o: No such file or directory > g++41: /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/gcc/i386-portbld-freebsd6.1/4.1.1/crtendS.o: No such file or directory > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22/sql. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. > *** Error code 1 > > Stop in /mnt/vault/work/mnt/vault/ports/databases/mysql50-server/work/mysql-5.0.22. > *** Error code 1 > > Stop in /mnt/vault/ports/databases/mysql50-server. Did you set CC and CXX in /etc/make.conf? Björn From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 08:06:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7103516BE72 for ; Tue, 6 Jun 2006 08:00:45 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF8B43D48 for ; Tue, 6 Jun 2006 08:00:44 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DF4D.dip.t-dialin.net [84.165.223.77]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k567waZF023649; Tue, 6 Jun 2006 09:58:37 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k5680gIS063562; Tue, 6 Jun 2006 10:00:42 +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; Tue, 06 Jun 2006 10:00:41 +0200 Message-ID: <20060606100041.9ab1as7issogs8c0@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 06 Jun 2006 10:00:41 +0200 From: Alexander Leidinger To: Boris Samorodov References: <51310207@ho.ipt.ru> In-Reply-To: <51310207@ho.ipt.ru> 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) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org, Phil Barbier Subject: Re: Compilation error for linux_base X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 08:06:59 -0000 Quoting Boris Samorodov (from Mon, 05 Jun 2006 22:13:52 +0400)= : >> Stop in /usr/ports/emulators/linux_base. > > You try to install a very ancient version of linux base port. Current In case you want to use linux software which is abvailable in the =20 Ports Collection I suggest to just install this software and let the =20 dependency tracking taking care which linux base to install. > (but yet outdated one) is linux_base-8. But I'll suggest to install > linux_base-fc3 or even newest linux_base-fc4 (one of them should > become a default one in the nearest future). To use fc4 just do: The current goal is FC4. If no showstopper bugs shows up, we should =20 get it "soon". > Libtool is outdated. The current version is 1.5.22. You may consider > to read /usr/ports/UPDATING. > BTW, Did you use up-to-date port's tree? Did you use portupgrade or > else to use up-to-date ports? Rephrasing this: In case some still has version 1.3 of libtool =20 installed, he needs to update some ports and remove the old libtool. =20 We recommend portupgrade or a similar tool (there are even GTK based =20 ones). Bye, Alexander. --=20 Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen 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 Tue Jun 6 09:03:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F02D16AD5F for ; Tue, 6 Jun 2006 08:55:43 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C43CB43D49 for ; Tue, 6 Jun 2006 08:55:42 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Jun 2006 08:55:40 -0000 Received: from p54A7E762.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.231.98] by mail.gmx.net (mp035) with SMTP; 06 Jun 2006 10:55:40 +0200 X-Authenticated: #5465401 Message-ID: <44854300.2070903@gmx.de> Date: Tue, 06 Jun 2006 10:55:28 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> In-Reply-To: <448522E0.6010305@cs.tu-berlin.de> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 09:03:58 -0000 Björn König wrote: > [LoN]Kamikaze schrieb: >> The mysql50-server port suddenly switches the compiler while building. >> I've got no idea what might cause this and how to solve it apart from >> deinstalling gcc41 - which would break everything built with it. >> >> This is the end of the output. >> ... > > Did you set CC and CXX in /etc/make.conf? > > Björn > > Yes, but I'm safeguarding against ports that read /etc/make.conf from other files than category/port/Makefile by enclosing everything there with: .if ${.CURDIR:M*/ports/*} && !${.CURDIR:M*/work/*} .endif I hope there will never be a category named work... From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 14:20:43 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28C916B211 for ; Tue, 6 Jun 2006 14:20:43 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C40B43D45 for ; Tue, 6 Jun 2006 14:20:42 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp4-g19.free.fr (Postfix) with ESMTP id 3845554926 for ; Tue, 6 Jun 2006 16:20:42 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 8345C9BD7B; Tue, 6 Jun 2006 14:21:05 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 6080E4066; Tue, 6 Jun 2006 16:21:05 +0200 (CEST) Date: Tue, 6 Jun 2006 16:21:05 +0200 From: Jeremie Le Hen To: freebsd-ports@FreeBSD.org Message-ID: <20060606142105.GB1273@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.11 Cc: jeremie@le-hen.org Subject: Failure linking irssi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 14:20:54 -0000 Hi there,=20 please Cc: in replies, I am not subscribed to this list. Thanks. While upgrading irssi on my RELENG_4 box using portupgrade, I underwent the following error : % yoda:postfix# portupgrade irssi\* % [Updating the pkgdb in /var/db/pkg ... - 185 packages= found (-0 +1) . done] % ---> Upgrading 'irssi-0.8.9_3' to 'irssi-0.8.10_2' (irc/irssi) % ---> Building '/usr/ports/irc/irssi' with make flags: -DWITH_PERL -DWITH= _PROXY -DWITH_SOCKS -DWITH_SSL -DWITH_BOEHM_GC -DWITH_BOT WITH_OPENSSL_STAB= LE=3Dyes % [...] % /bin/sh ../../libtool --tag=3DCC --mode=3Dlink cc -O -pipe -march=3Dpent= iumpro -Wall -I/usr/local/include -rpath=3D/usr/local/lib -o irssi -expor= t-dynamic gui-entry.o gui-expandos.o gui-printtext.o gui-readline.o gui-w= indows.o lastlog.o mainwindows.o mainwindow-activity.o mainwindows-layout.= o statusbar.o statusbar-config.o statusbar-items.o term.o term-dummy.o = term-terminfo.o terminfo-core.o textbuffer.o textbuffer-commands.o textbuf= fer-reformat.o textbuffer-view.o irssi.o module-formats.o ../fe-common/ir= c/libfe_common_irc.a ../fe-common/irc/dcc/libfe_irc_dcc.a ../fe-common/irc/= notifylist/libfe_irc_notifylist.a ../fe-common/core/libfe_common_core.a ..= /irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../irc/floo= d/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../core/libcore.a ..= /lib-config/libirssi_config.a ../lib-popt/libpopt.a ../perl/libperl_core_s= tatic.la ../perl/libfe_perl_static.la -Wl,-R/usr/lib -Wl,-E -lperl -lm /u= sr/libdata/perl/5.00503/mach/auto/DynaLoader/DynaLoader.a -L/usr/libdata/pe= rl/5.00503/mach/CORE -lperl -lm -lcrypt -lperl -lm -Wl,--export-dynamic -L= /usr/local/lib -lglib-2.0 -liconv -lgmodule-2.0 -L/usr/local/lib -lssl -l= crypto -lncurses % mkdir .libs % libtool: link: cannot find the library `' % *** Error code 1 I'm bewildered by the error. I can provide a full typescript of the compilation process upon request. Thank in advance. Regards, --=20 Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 14:25:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9809316C755 for ; Tue, 6 Jun 2006 14:25:34 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B023643D7D for ; Tue, 6 Jun 2006 14:25:28 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 11F5A4CB70; Tue, 6 Jun 2006 16:25:45 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 0E2195285B; Tue, 6 Jun 2006 16:23:43 +0200 (CEST) Message-ID: <44859057.3010207@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 16:25:27 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> In-Reply-To: <44854300.2070903@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:25:47 -0000 [LoN]Kamikaze schrieb: > Björn König wrote: > >>[LoN]Kamikaze schrieb: >> >>>The mysql50-server port suddenly switches the compiler while building. >>>I've got no idea what might cause this and how to solve it apart from >>>deinstalling gcc41 - which would break everything built with it. >> >>Did you set CC and CXX in /etc/make.conf? > > Yes, but I'm safeguarding against ports that read /etc/make.conf from other files than category/port/Makefile by enclosing everything there with: > > .if ${.CURDIR:M*/ports/*} && !${.CURDIR:M*/work/*} > .endif I suppose that's the problem somehow. I would try to build it with an empty make.conf temporarily. Björn From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 14:40:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4CBA16AF20 for ; Tue, 6 Jun 2006 14:40:01 +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 EFD6843D4C for ; Tue, 6 Jun 2006 14:40:00 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Jun 2006 14:39:59 -0000 Received: from p54A7E762.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.231.98] by mail.gmx.net (mp001) with SMTP; 06 Jun 2006 16:39:59 +0200 X-Authenticated: #5465401 Message-ID: <448593B3.1090003@gmx.de> Date: Tue, 06 Jun 2006 16:39:47 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> In-Reply-To: <44859057.3010207@cs.tu-berlin.de> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:40:19 -0000 Björn König wrote: > [LoN]Kamikaze schrieb: > >> Björn König wrote: >> >>> [LoN]Kamikaze schrieb: >>> >>>> The mysql50-server port suddenly switches the compiler while building. >>>> I've got no idea what might cause this and how to solve it apart from >>>> deinstalling gcc41 - which would break everything built with it. >>> >>> Did you set CC and CXX in /etc/make.conf? >> >> Yes, but I'm safeguarding against ports that read /etc/make.conf from >> other files than category/port/Makefile by enclosing everything there >> with: >> >> .if ${.CURDIR:M*/ports/*} && !${.CURDIR:M*/work/*} >> .endif > > I suppose that's the problem somehow. I would try to build it with an > empty make.conf temporarily. > > Björn No I included a .warning to confirm that the /etc/make.conf is not read again. The error must be somewhere else, as unlikely as it seems. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 14:44:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DAC16BBB4 for ; Tue, 6 Jun 2006 14:44:58 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F0843D46 for ; Tue, 6 Jun 2006 14:44:57 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 801F24C4E1; Tue, 6 Jun 2006 16:45:10 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id EE04D5285B; Tue, 6 Jun 2006 16:43:07 +0200 (CEST) Message-ID: <448594E3.90500@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 16:44:51 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> In-Reply-To: <448593B3.1090003@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 14:45:03 -0000 Can you give me the relevant lines of your make.conf completely that I can try to reproduce the behaviour? Björn From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 15:27:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2473B16AC41 for ; Tue, 6 Jun 2006 15:20:17 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F2E243D55 for ; Tue, 6 Jun 2006 15:20:15 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Jun 2006 15:20:13 -0000 Received: from p54A7E762.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.231.98] by mail.gmx.net (mp036) with SMTP; 06 Jun 2006 17:20:13 +0200 X-Authenticated: #5465401 Message-ID: <44859D22.1040603@gmx.de> Date: Tue, 06 Jun 2006 17:20:02 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> In-Reply-To: <448594E3.90500@cs.tu-berlin.de> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 15:28:06 -0000 Björn König wrote: > Can you give me the relevant lines of your make.conf completely that I > can try to reproduce the behaviour? The problem is solved, rebuilding libtool fixed this strange behaviour. I just wonder how to know when this becomes necessary. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 15:59:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0CDC16A52D for ; Tue, 6 Jun 2006 15:59:51 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id B17FE43D48 for ; Tue, 6 Jun 2006 15:59:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 66435 invoked from network); 6 Jun 2006 15:59:45 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 6 Jun 2006 15:59:45 -0000 Message-ID: <4485A66F.2020700@FreeBSD.org> Date: Tue, 06 Jun 2006 17:59:43 +0200 From: Alex Dupre User-Agent: Thunderbird 1.5.0.2 (X11/20060508) MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> <44859D22.1040603@gmx.de> In-Reply-To: <44859D22.1040603@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 15:59:56 -0000 [LoN]Kamikaze wrote: > The problem is solved, rebuilding libtool fixed this strange behaviour. I just wonder how to know when this becomes necessary. You need to rebuild libtool every time you change the compiler (this includes setting different CC/CXX). -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 16:04:16 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1636C16B5E3 for ; Tue, 6 Jun 2006 16:04:16 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9065343D46 for ; Tue, 6 Jun 2006 16:04:15 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 536214C4CB; Tue, 6 Jun 2006 18:04:32 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 7848F5285B; Tue, 6 Jun 2006 18:02:31 +0200 (CEST) Message-ID: <4485A77F.6080000@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 18:04:15 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.13) Gecko/20060519 X-Accept-Language: de, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> <44859D22.1040603@gmx.de> In-Reply-To: <44859D22.1040603@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 16:04:25 -0000 [LoN]Kamikaze schrieb: > > Björn König wrote: > >>Can you give me the relevant lines of your make.conf completely that I >>can try to reproduce the behaviour? > > > The problem is solved, rebuilding libtool fixed this strange behaviour. I just wonder how to know when this becomes necessary. I couldn't see that libtool is responsible in this case, but it is a common problem that occurs with ports if you don't use the default compiler. It is necessary to rebuild libtool each time you change the compiler. Björn From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 17:56:22 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A2F16ADC1 for ; Tue, 6 Jun 2006 17:56:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 2056643D55 for ; Tue, 6 Jun 2006 17:56:21 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 6188 invoked by uid 399); 6 Jun 2006 17:56:21 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 6 Jun 2006 17:56:21 -0000 Message-ID: <4485C1C2.5030508@FreeBSD.org> Date: Tue, 06 Jun 2006 10:56:18 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Ying-Chieh Liao References: <200606060933.k569X7Al041179@repoman.freebsd.org> In-Reply-To: <200606060933.k569X7Al041179@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------060504090209070307070903" Cc: "Andrey V. Elsukov" , "freebsd-ports@freebsd.org" Subject: New cvsd rc.d script (Was: Re: cvs commit: ports/devel/cvsd Makefile ports/devel/cvsd/files cvsd.sh.in extra-cvsd-buildroot.in) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 17:56:27 -0000 This is a multi-part message in MIME format. --------------060504090209070307070903 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ying-Chieh Liao wrote: > ijliao 2006-06-06 09:33:07 UTC > > FreeBSD ports repository > > Modified files: > devel/cvsd Makefile > Added files: > devel/cvsd/files cvsd.sh.in extra-cvsd-buildroot.in > Log: > Take maintainership > Add rc.subr support > > PR: 98582 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=98582 > Submitted by: "Andrey V. Elsukov" (new maintainer) > > Revision Changes Path > 1.39 +12 -5 ports/devel/cvsd/Makefile > 1.1 +52 -0 ports/devel/cvsd/files/cvsd.sh.in (new) > 1.1 +42 -0 ports/devel/cvsd/files/extra-cvsd-buildroot.in (new) > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/cvsd/Makefile.diff?&r1=1.38&r2=1.39&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/cvsd/files/cvsd.sh.in > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/devel/cvsd/files/extra-cvsd-buildroot.in First off let me thank you for taking the initiative to move this port to the rc.d framework. I have some suggestions for you, and I hope that you will not take them as a criticism in any way. This script provides a good educational opportunity, so although I'm offering a fairly extensive patch here, it's still based on your good work. In addition to the attached patch, I'm going to provide a bit of commentary here to explain my suggestions. First, the name of the .in file and the USE_RC_SUBR variable should be cvsd, not cvsd.sh. The Porter's Handbook had the .sh example until just a second ago when I fixed it, so I apologize if you used that as a reference. It's not a big enough problem to justify changing the name now, as bsd.port.mk will do the right thing. Just something to keep in mind for future reference. Index: cvsd.sh.in =================================================================== RCS file: /home/pcvs/ports/devel/cvsd/files/cvsd.sh.in,v retrieving revision 1.1 diff -u -r1.1 cvsd.sh.in --- cvsd.sh.in 6 Jun 2006 09:33:07 -0000 1.1 +++ cvsd.sh.in 6 Jun 2006 17:37:03 -0000 @@ -2,24 +2,22 @@ # $FreeBSD: # # PROVIDE: cvsd -# REQUIRE: NETWORKING -# KEYWORD: nojail +# REQUIRE: LOGIN Most services should REQUIRE LOGIN unless there is a good reason to have them start sooner. In this case, your service will almost certainly need LOGIN as it runs with an unprivileged user account. +# KEYWORD: nojail shutdown If you're starting a daemon, you should include the shutdown KEYWORD so that it will be disabled in an orderly fashion when the system is shut down. . %%RC_SUBR%% name="cvsd" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/$name" - -load_rc_config $name +rcvar=${name}_enable Minor issue, but saves one layer of indirection. -: ${cvsd_enable="NO"} -: ${cvsd_config="%%PREFIX%%/etc/$name/$name.conf"} +command="%%PREFIX%%/sbin/$name" +command_args='-f $cvsd_config' +required_files=$cvsd_config -command_args="-f $cvsd_config" +start_precmd=${name}_prestart +stop_postcmd=${name}_poststop -start_precmd="cvsd_prestart" -stop_postcmd="cvsd_poststop" +osreldate=`sysctl -n kern.osreldate` These changes are more in keeping with typical rc.d style. Also, one little shell trick for you. If you enclose the name of the variable you want to use in single quotes as I did above for command_args, you can define command_args before cvsd_config gets define, and the variable will be filled in at the appropriate time in run_rc_command. cvsd_prestart() { @@ -29,6 +27,16 @@ devfs -m $jail/dev rule apply path null unhide devfs -m $jail/dev rule apply path zero unhide fi + + jail=`sed -n 's/^ *RootJail *\([^ ]*\) *$/\1/p' < $cvsd_config` + if [ -z "$jail" ]; then + err 1 "RootJail is not specified in $cvsd_config" + fi + + pidfile=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $cvsd_config` + if [ -z "$pidfile" ]; then + err 1 "PidFile is not specified in $cvsd_config" + fi Two things here, first you should never perform script actions unconditionally in an rc.d script. The test for this is to run the script with for example './cvsd rcvar' and make sure that the only output will be the values of the variables. Second, the -z test is the preferred way to test if a variable is empty. I hope this is useful for you. If you approve the changes, I'll be glad to commit them for you, or you can submit a new PR. Regards, Doug -- This .signature sanitized for your protection --------------060504090209070307070903 Content-Type: text/plain; name="cvsd.sh.in.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cvsd.sh.in.diff" Index: cvsd.sh.in =================================================================== RCS file: /home/pcvs/ports/devel/cvsd/files/cvsd.sh.in,v retrieving revision 1.1 diff -u -r1.1 cvsd.sh.in --- cvsd.sh.in 6 Jun 2006 09:33:07 -0000 1.1 +++ cvsd.sh.in 6 Jun 2006 17:37:03 -0000 @@ -2,24 +2,22 @@ # $FreeBSD: # # PROVIDE: cvsd -# REQUIRE: NETWORKING -# KEYWORD: nojail +# REQUIRE: LOGIN +# KEYWORD: nojail shutdown . %%RC_SUBR%% name="cvsd" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/$name" - -load_rc_config $name +rcvar=${name}_enable -: ${cvsd_enable="NO"} -: ${cvsd_config="%%PREFIX%%/etc/$name/$name.conf"} +command="%%PREFIX%%/sbin/$name" +command_args='-f $cvsd_config' +required_files=$cvsd_config -command_args="-f $cvsd_config" +start_precmd=${name}_prestart +stop_postcmd=${name}_poststop -start_precmd="cvsd_prestart" -stop_postcmd="cvsd_poststop" +osreldate=`sysctl -n kern.osreldate` cvsd_prestart() { @@ -29,6 +27,16 @@ devfs -m $jail/dev rule apply path null unhide devfs -m $jail/dev rule apply path zero unhide fi + + jail=`sed -n 's/^ *RootJail *\([^ ]*\) *$/\1/p' < $cvsd_config` + if [ -z "$jail" ]; then + err 1 "RootJail is not specified in $cvsd_config" + fi + + pidfile=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $cvsd_config` + if [ -z "$pidfile" ]; then + err 1 "PidFile is not specified in $cvsd_config" + fi } cvsd_poststop() @@ -38,15 +46,9 @@ fi } -jail=`sed -n 's/^ *RootJail *\([^ ]*\) *$/\1/p' < $cvsd_config` -pidfile=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $cvsd_config` -osreldate=`sysctl -n kern.osreldate` -if [ "$jail" = "X$jail" ]; then - err 1 "RootJail is not specified in $cvsd_config" -fi -if [ "$pidfile" = "X$pidfile" ]; then - err 1 "PidFile is not specified in $cvsd_config" -fi +load_rc_config $name -run_rc_command "$1" +: ${cvsd_enable="NO"} +: ${cvsd_config="%%PREFIX%%/etc/$name/$name.conf"} +run_rc_command "$1" --------------060504090209070307070903-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 18:09:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206D616C9FC for ; Tue, 6 Jun 2006 18:09:23 +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 4877043D60 for ; Tue, 6 Jun 2006 18:09:02 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Jun 2006 18:08:30 -0000 Received: from p54A7E762.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.231.98] by mail.gmx.net (mp020) with SMTP; 06 Jun 2006 20:08:30 +0200 X-Authenticated: #5465401 Message-ID: <4485C492.4050507@gmx.de> Date: Tue, 06 Jun 2006 20:08:18 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> <44859D22.1040603@gmx.de> <4485A77F.6080000@cs.tu-berlin.de> In-Reply-To: <4485A77F.6080000@cs.tu-berlin.de> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 18:09:25 -0000 Björn König wrote: > [LoN]Kamikaze schrieb: >> >> Björn König wrote: >> >>> Can you give me the relevant lines of your make.conf completely that I >>> can try to reproduce the behaviour? >> >> >> The problem is solved, rebuilding libtool fixed this strange >> behaviour. I just wonder how to know when this becomes necessary. > > I couldn't see that libtool is responsible in this case, but it is a > common problem that occurs with ports if you don't use the default > compiler. It is necessary to rebuild libtool each time you change the > compiler. > This is simply not true, I'm switching compilers very often and rebuilding libtool hasn't been necessary for a very long time. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 20:00:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3BB16A606 for ; Tue, 6 Jun 2006 19:55:17 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D2143D49 for ; Tue, 6 Jun 2006 19:55:16 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id 9A17E362B2 for ; Tue, 6 Jun 2006 23:48:14 +0400 (MSD) Received: from [172.20.196.248] (clusterfw.gprsrus.net [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id 3657136299 for ; Tue, 6 Jun 2006 23:48:12 +0400 (MSD) Message-ID: <4485DBF5.3070705@FreeBSD.org> Date: Tue, 06 Jun 2006 23:48:05 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Subject: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 20:00:53 -0000 Portupgrade ideas page was created on our wiki server: http://wiki.freebsd.org/portupgrade I would like to hear your ideas, wishes and comments. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 20:02:08 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE2D16BFF4 for ; Tue, 6 Jun 2006 19:58:25 +0000 (UTC) (envelope-from thomas@hardy.tmseck.homedns.org) Received: from smtp4.netcologne.de (smtp4.netcologne.de [194.8.194.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E9943D46 for ; Tue, 6 Jun 2006 19:58:24 +0000 (GMT) (envelope-from thomas@hardy.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-81-173-174-117.netcologne.de [81.173.174.117]) by smtp4.netcologne.de (Postfix) with SMTP id DAF80DA5A5 for ; Tue, 6 Jun 2006 21:58:22 +0200 (CEST) Received: (qmail 1693 invoked from network); 6 Jun 2006 19:58:45 -0000 Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2) by 0 with SMTP; 6 Jun 2006 19:58:45 -0000 Received: from hardy.tmseck.homedns.org (localhost [127.0.0.1]) by hardy.tmseck.homedns.org (8.13.6/8.13.6) with ESMTP id k56JwLnj046113; Tue, 6 Jun 2006 21:58:21 +0200 (CEST) (envelope-from thomas@hardy.tmseck.homedns.org) Received: (from thomas@localhost) by hardy.tmseck.homedns.org (8.13.6/8.13.6/Submit) id k56JwKB9046112; Tue, 6 Jun 2006 21:58:20 +0200 (CEST) (envelope-from thomas) Date: Tue, 6 Jun 2006 21:58:20 +0200 (CEST) Message-Id: <200606061958.k56JwKB9046112@hardy.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: Doug Barton In-Reply-To: <4485C1C2.5030508@FreeBSD.org> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Cc: freebsd-ports@FreeBSD.org Subject: Re: New cvsd rc.d script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 20:02:13 -0000 * Doug Barton [gmane.os.freebsd.devel.ports]: > Ying-Chieh Liao wrote: > name="cvsd" > -rcvar=`set_rcvar` > -command="%%PREFIX%%/sbin/$name" > - > -load_rc_config $name > +rcvar=${name}_enable > > Minor issue, but saves one layer of indirection. rc(8) still uses this style in the example scripts (at least on 6.1) -- would you mind updating it to match current rc.d policy? From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 20:14:56 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A8F16CE7B; Tue, 6 Jun 2006 20:13:43 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp-out.wplus.net (smtp-out.wplus.net [195.131.104.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5086B43D7F; Tue, 6 Jun 2006 20:13:35 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from desktop.home.serebryakov.spb.ru ([89.163.10.141]) by relay1.wplus.net (8.13.6/8.13.1/RELAY-DVD) with ESMTP id k56KDTv3037127; Wed, 7 Jun 2006 00:13:33 +0400 (MSD) Date: Wed, 7 Jun 2006 00:13:37 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v2.11.02) Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1903867106.20060607001337@serebryakov.spb.ru> To: Sergey Matveychuk In-Reply-To: <4485DBF5.3070705@FreeBSD.org> References: <4485DBF5.3070705@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 20:15:04 -0000 Hello Sergey, Tuesday, June 6, 2006, 11:48:05 PM, you wrote: SM> Portupgrade ideas page was created on our wiki server: SM> http://wiki.freebsd.org/portupgrade SM> I would like to hear your ideas, wishes and comments. Parallel download/build. I ahve bunch of not-so-fast computers (started with iP-II-266) on not-so-fast internet connections (from 256Kbit ADSL to 33.6 modem line). And when here are many ports to upgrade AND download (because it is not port revision change, but real upgrade of software) it will be much faster to download NEXT distfile for port to upgrade when build current one. -- Best regards, Lev mailto:lev@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 20:50:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BFD816CC6E; Tue, 6 Jun 2006 20:37:36 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD4543D5A; Tue, 6 Jun 2006 20:37:35 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id ED620237ED; Wed, 7 Jun 2006 00:34:01 +0400 (MSD) Received: from [172.20.196.248] (clusterfw.beelinegprs.ru [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id E13A6236C2; Wed, 7 Jun 2006 00:33:57 +0400 (MSD) Message-ID: <4485E6AE.9070208@FreeBSD.org> Date: Wed, 07 Jun 2006 00:33:50 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Lev Serebryakov References: <4485DBF5.3070705@FreeBSD.org> <1903867106.20060607001337@serebryakov.spb.ru> In-Reply-To: <1903867106.20060607001337@serebryakov.spb.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 20:50:48 -0000 Lev Serebryakov wrote: > Hello Sergey, > > Tuesday, June 6, 2006, 11:48:05 PM, you wrote: > > SM> Portupgrade ideas page was created on our wiki server: > SM> http://wiki.freebsd.org/portupgrade > SM> I would like to hear your ideas, wishes and comments. > Parallel download/build. I ahve bunch of not-so-fast computers (started with iP-II-266) on not-so-fast internet connections (from 256Kbit ADSL to 33.6 modem line). And when here are many ports to upgrade AND download (because it is not port revision change, but real upgrade of software) it will be much faster to download NEXT distfile for port to upgrade when build current one. > I think it's great, but I'm not sure I'll do it soon. But I plan to implement some locking mechanism to allow to run a few portupgrade processes safely. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 21:04:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170BA16C3AF for ; Tue, 6 Jun 2006 20:57:49 +0000 (UTC) (envelope-from perfect_stranger@centrum.cz) Received: from mm-back.eurotel.sk (mm-back.eurotel.sk [194.154.230.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7828143D48 for ; Tue, 6 Jun 2006 20:57:47 +0000 (GMT) (envelope-from perfect_stranger@centrum.cz) Received: (qmail-ldap/ctrl 16777 invoked from network); 6 Jun 2006 20:57:45 -0000 Received: from unknown (HELO [195.91.125.190]) ([195.91.125.190]) (envelope-sender ) by mm-back.eurotel.sk (qmail-ldap-1.03) with SMTP for ; 6 Jun 2006 20:57:45 -0000 From: Perfect Stranger To: freebsd-ports@freebsd.org Date: Tue, 6 Jun 2006 22:58:29 +0200 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606062258.30182.perfect_stranger@centrum.cz> Subject: Xawtv X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 21:05:05 -0000 Hi, I can't install xawtv-3.95_1 libng/plugins/write-qt.c: In function `video_list': libng/plugins/write-qt.c:351: error: structure has no member named `num_encoding_colormodels' libng/plugins/write-qt.c:353: error: structure has no member named `encoding_colormodels' libng/plugins/write-qt.c:354: error: structure has no member named `encoding_colormodels' libng/plugins/write-qt.c:381: error: structure has no member named `num_encoding_colormodels' libng/plugins/write-qt.c:382: error: structure has no member named `encoding_colormodels' gmake: *** [libng/plugins/write-qt.o] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/xawtv. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade7166.1 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! multimedia/xawtv (struct changes) ---> Packages processed: 0 done, 82 ignored, 0 skipped and 1 failed I have all ports up to date, FreeBSD 6.1-STABLE #16 Can anybody help me? I thank you in advance. From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 21:16:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908AF16B10E; Tue, 6 Jun 2006 21:11:14 +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 4B81D43D79; Tue, 6 Jun 2006 21:11:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3835F1A3C1A; Tue, 6 Jun 2006 14:11:14 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9517751616; Tue, 6 Jun 2006 17:11:13 -0400 (EDT) Date: Tue, 6 Jun 2006 17:11:13 -0400 From: Kris Kennaway To: Sergey Matveychuk Message-ID: <20060606211113.GA7845@xor.obsecurity.org> References: <4485DBF5.3070705@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <4485DBF5.3070705@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Jun 2006 21:16:28 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2006 at 11:48:05PM +0400, Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade >=20 > I would like to hear your ideas, wishes and comments. The biggest request I have is that when searching for a missing dependency, there should be an option to install a new port. Often the dependency is not actually installed, so the "best match" guess will pick some random other port that has nothing to do with it, and users who just choose the default will end up with an incorrect pkgdb. Kris --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhe9xWry0BWjoQKURAkkpAJ9F1F7zDfMPK8MiDj10rOfdOAZo6wCfSYHj TqEzNoi52c1KDkwUNz7sLb8= =hu7i -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 21:43:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9762716CC26 for ; Tue, 6 Jun 2006 21:37:28 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF9943D49 for ; Tue, 6 Jun 2006 21:37:27 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-242.dynamic.qsc.de [212.202.39.242]) by efacilitas.de (Postfix) with ESMTP id 05EF94C499; Tue, 6 Jun 2006 23:37:45 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 84A8D5285B; Tue, 6 Jun 2006 23:35:43 +0200 (CEST) Message-ID: <4485F598.1050401@cs.tu-berlin.de> Date: Tue, 06 Jun 2006 23:37:28 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <4484B0B5.8070703@gmx.de> <448522E0.6010305@cs.tu-berlin.de> <44854300.2070903@gmx.de> <44859057.3010207@cs.tu-berlin.de> <448593B3.1090003@gmx.de> <448594E3.90500@cs.tu-berlin.de> <44859D22.1040603@gmx.de> <4485A77F.6080000@cs.tu-berlin.de> <4485C492.4050507@gmx.de> In-Reply-To: <4485C492.4050507@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: databases/mysql50-server switches compiler during build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 21:43:09 -0000 [LoN]Kamikaze schrieb: > Björn König wrote: > >>[...], but it is a >>common problem that occurs with ports if you don't use the default >>compiler. It is necessary to rebuild libtool each time you change the >>compiler. > > This is simply not true, I'm switching compilers very often and rebuilding libtool hasn't been necessary for a very long time. Not all source code rely on libtool. I don't know the excact conditions. This is just one randomly selected example which ends in an libtool related error: # pkg_add -r libtool # pkg_add -r gcc41 # cd /usr/ports/devel/gettext && make CC=/usr/local/bin/gcc41 Björn From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 00:23:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF3E16C3FF for ; Wed, 7 Jun 2006 00:08:11 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3AF343D45 for ; Wed, 7 Jun 2006 00:08:10 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (mx1.hub.org [200.46.208.251]) by hub.org (Postfix) with ESMTP id 6189E290C31 for ; Tue, 6 Jun 2006 21:08:05 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 32345-01 for ; Tue, 6 Jun 2006 21:08:09 -0300 (ADT) Received: from ganymede.hub.org (blk-7-151-244.eastlink.ca [71.7.151.244]) by hub.org (Postfix) with ESMTP id A87A3290C1F for ; Tue, 6 Jun 2006 21:08:04 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 58E523AED7; Tue, 6 Jun 2006 21:08:13 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 54FD23539E for ; Tue, 6 Jun 2006 21:08:13 -0300 (ADT) Date: Tue, 6 Jun 2006 21:08:13 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-ports@freebsd.org Message-ID: <20060606210727.M1114@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Apache2: mod_proxy_http.so: Undefined symbol "ap_proxy_ssl_enable" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 00:23:04 -0000 Can't seem to find anything on Google for this, except for someone that asked in '03 about it, but there are no responses ... This was built from ports, and on FreeBSD 6.1 ... Help? Thx ---- 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 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 01:55:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6903A16B0D2 for ; Wed, 7 Jun 2006 01:45:16 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6213943D48 for ; Wed, 7 Jun 2006 01:45:15 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so63379nzn for ; Tue, 06 Jun 2006 18:45:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LkpqTBUl4sTVfCm9yKwS/zY447szlzCXGLE2TMjrblF33LTtfBFyzKzltiWf6uPwikkfhlMSIz841NKGhLYVwG4omCAvALbN4LcPteQYDkE/80h9JFYNv+17Gv4pLbYsQYA8Twx9kNEh6PyYY1Izrx2ehtZgfDylN6eHRhJwKpc= Received: by 10.64.112.8 with SMTP id k8mr8498qbc; Tue, 06 Jun 2006 18:45:14 -0700 (PDT) Received: by 10.65.112.17 with HTTP; Tue, 6 Jun 2006 18:45:14 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 09:45:14 +0800 From: "Jiawei Ye" To: "Kris Kennaway" In-Reply-To: <20060606211113.GA7845@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> Cc: freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 01:55:32 -0000 On 6/7/06, Kris Kennaway wrote: > On Tue, Jun 06, 2006 at 11:48:05PM +0400, Sergey Matveychuk wrote: > > Portupgrade ideas page was created on our wiki server: > > http://wiki.freebsd.org/portupgrade > > > > I would like to hear your ideas, wishes and comments. > My biggest wish for portupgrade is to respect make knobs in pkgtools.conf when deciding package dependancies. For example, everytime I do "make fetchindex" or let portsnap rebuilt INDEX-7, "pkgdb -F" will report that portupgrade depends on a non-existent db40, while 'databases/ruby-bdb' => 'WITH_BDB43=yes' was set in pkgtools.conf. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:11:35 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D58116B670 for ; Wed, 7 Jun 2006 02:01:41 +0000 (UTC) (envelope-from Lee@dilkie.com) Received: from spock.dilkie.com (spock.dilkie.com [206.51.1.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3EC43D45 for ; Wed, 7 Jun 2006 02:01:40 +0000 (GMT) (envelope-from Lee@dilkie.com) Received: from [206.51.1.193] (borg.dilkie.com [206.51.1.193]) (authenticated bits=0) by spock.dilkie.com (8.13.3/8.13.3) with ESMTP id k5721bdV007554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Jun 2006 22:01:38 -0400 (EDT) (envelope-from Lee@dilkie.com) Message-ID: <44863391.9000805@dilkie.com> Date: Tue, 06 Jun 2006 22:01:53 -0400 From: Lee Dilkie User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Freebsd-Ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.56 on 206.51.1.40 Subject: mailman upgrade broke "group mismatch" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:11:42 -0000 Folks, Something messed up with my portupgrade of mailman a couple of days ago. Mailman stopped working and posts to any of my lists result in: ----- The following addresses had permanent fatal errors ----- "|/usr/local/mailman/mail/mailman post mailman" (reason: 2) (expanded from: <...>) ----- Transcript of session follows ----- Group mismatch error. Mailman expected the mail wrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "mailnull". Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=mailnull'. 554 5.3.0 unknown mailer error 2 I've tried changing the group on the /usr/local/mailman tree to "mailnull" I've tried setting MM_GROUPNAME=mailnull and MM_GROUPID=26 (mailnull's group ID) in /etc/make.conf and running portupgrade -f mailman. In order for "configure" to work I have to "chgrp -R mailnull /usr/local/mailman" first. But that doesn't work in the end either. Actually, the web interface works but posts to lists don't do anything, no bounce either. I've tried mv-ing /usr/local/mailman to another directory and re-installing mailman into a clean directory, copying over those files I think are important from the old dir (all my lists and stuff), and still it doesn't work. BTW, the default mailman from ports does *not* use group "mailnull", it uses "mailman". Just what do I have to do to get my lists back up and working again? please help, -lee From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:19:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0804D16A59A; Wed, 7 Jun 2006 02:13: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 B31D343D49; Wed, 7 Jun 2006 02:13:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9429F1A3C1C; Tue, 6 Jun 2006 19:13:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9B4E3515B2; Tue, 6 Jun 2006 22:13:30 -0400 (EDT) Date: Tue, 6 Jun 2006 22:13:30 -0400 From: Kris Kennaway To: Jiawei Ye Message-ID: <20060607021330.GA11189@xor.obsecurity.org> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Sergey Matveychuk , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:19:22 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 07, 2006 at 09:45:14AM +0800, Jiawei Ye wrote: > On 6/7/06, Kris Kennaway wrote: > >On Tue, Jun 06, 2006 at 11:48:05PM +0400, Sergey Matveychuk wrote: > >> Portupgrade ideas page was created on our wiki server: > >> http://wiki.freebsd.org/portupgrade > >> > >> I would like to hear your ideas, wishes and comments. > > > My biggest wish for portupgrade is to respect make knobs in > pkgtools.conf when deciding package dependancies. For example, > everytime I do "make fetchindex" or let portsnap rebuilt INDEX-7, > "pkgdb -F" will report that portupgrade depends on a non-existent > db40, while 'databases/ruby-bdb' => 'WITH_BDB43=yes' was set in > pkgtools.conf. If you use fetchindex, this is expected. If you build the index yourself, but have your customizations in pkgtools.conf, it is also expected. This is why you should use make.conf for your customizations. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhjZJWry0BWjoQKURAjVbAKDhRo7r3S8Pmr3h6Qp7QtZZORVl/wCfQuy4 X8XmHcKqVos+H+IbZ12iyHk= =wypI -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:24:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6001816B7B5 for ; Wed, 7 Jun 2006 02:19:31 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D863043D49 for ; Wed, 7 Jun 2006 02:19:29 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so68278nzn for ; Tue, 06 Jun 2006 19:19:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UN6B3iqJzInMt/RpuvVPMuDeDo8+jffh3n6VIhH1g3ga4yR1OtMFzmPush1LrTrHEQf/M6k5rfb2kax75nNRxdaWgZ39IBjMQ66Syx8oOGEtchqRHC1vDPymdM1UNmSpMT/grWO2ORCeeToboKVWnf/hpuoTx/RKZDCsEW/1oXo= Received: by 10.65.241.17 with SMTP id t17mr26688qbr; Tue, 06 Jun 2006 19:19:27 -0700 (PDT) Received: by 10.65.112.17 with HTTP; Tue, 6 Jun 2006 19:19:27 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 10:19:27 +0800 From: "Jiawei Ye" To: "Kris Kennaway" In-Reply-To: <20060607021330.GA11189@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> Cc: freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:24:32 -0000 On 6/7/06, Kris Kennaway wrote: > If you use fetchindex, this is expected. If you build the index > yourself, but have your customizations in pkgtools.conf, it is also > expected. This is why you should use make.conf for your > customizations. > > Kris Hi Kris, I *know* that there are limitations in the base tools or what to expect. sysutil/portmanager can do this well enough (correct dependancy), that's why I *wish* portupgrade could do this too. It's a wishlist right? If all customizations are to be done in make.conf, what is the point of MAKE_ARGS in pkgtools.conf? I merely beg to complete the circle, not to point fingers at anyone. Have a nice day, Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:36:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 303FE16B116 for ; Wed, 7 Jun 2006 02:26:10 +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 D9E6F43D64 for ; Wed, 7 Jun 2006 02:26:06 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 2A4C2EB1AC6; Wed, 7 Jun 2006 10:26:02 +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 CSf5a+JPc9s9; Wed, 7 Jun 2006 10:25:58 +0800 (CST) Received: from [10.217.12.139] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id ADE4CEB17B3; Wed, 7 Jun 2006 10:25:55 +0800 (CST) From: Xin LI To: Lee Dilkie In-Reply-To: <44863391.9000805@dilkie.com> References: <44863391.9000805@dilkie.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-73LfL7ndexIrcOHyPJgS" Organization: The FreeBSD Project Date: Wed, 07 Jun 2006 10:25:54 +0800 Message-Id: <1149647154.965.4.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: Freebsd-Ports Subject: Re: mailman upgrade broke "group mismatch" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:36:55 -0000 --=-73LfL7ndexIrcOHyPJgS Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Lee, =E5=9C=A8 2006-06-06=E4=BA=8C=E7=9A=84 22:01 -0400=EF=BC=8CLee Dilkie=E5=86= =99=E9=81=93=EF=BC=9A > I've tried changing the group on the /usr/local/mailman tree to > "mailnull" >=20 > I've tried setting MM_GROUPNAME=3Dmailnull and MM_GROUPID=3D26 (mailnull'= s > group ID) in /etc/make.conf and running portupgrade -f mailman. In > order for "configure" to work I have to "chgrp -R > mailnull /usr/local/mailman" first. But that doesn't work in the end > either. Actually, the web interface works but posts to lists don't do > anything, no bounce either. >=20 > I've tried mv-ing /usr/local/mailman to another directory and > re-installing mailman into a clean directory, copying over those files > I think are important from the old dir (all my lists and stuff), and > still it doesn't work. BTW, the default mailman from ports does *not* > use group "mailnull", it uses "mailman". >=20 > Just what do I have to do to get my lists back up and working again? Have you tried to have a "make config" in ports/mail/mailman and choose postfix, then deinstall and reinstall the port? BTW. Having the configuration in /etc/make.conf is not generally encouraged. If you use portupgrade(1) then it would be better to use /usr/local/etc/pkgtools.conf instead. Cheers, --=20 Xin LI http://www.delphij.net/ --=-73LfL7ndexIrcOHyPJgS Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEhjkxhcUczkLqiksRAtevAKDogXkhX/P2xd4EthApnkDg189FkwCg01Fk q/BbduPhp1dZK3TKFruLo7g= =W+m8 -----END PGP SIGNATURE----- --=-73LfL7ndexIrcOHyPJgS-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:37:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCB1916BA03; Wed, 7 Jun 2006 02:27: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 7CA0043D45; Wed, 7 Jun 2006 02:27:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8C17A1A3C1C; Tue, 6 Jun 2006 19:27:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ED20C515B2; Tue, 6 Jun 2006 22:27:41 -0400 (EDT) Date: Tue, 6 Jun 2006 22:27:41 -0400 From: Kris Kennaway To: Jiawei Ye Message-ID: <20060607022741.GA11522@xor.obsecurity.org> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@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: User-Agent: Mutt/1.4.2.1i Cc: Sergey Matveychuk , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:37:35 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 10:19:27AM +0800, Jiawei Ye wrote: > On 6/7/06, Kris Kennaway wrote: > >If you use fetchindex, this is expected. If you build the index > >yourself, but have your customizations in pkgtools.conf, it is also > >expected. This is why you should use make.conf for your > >customizations. > > > >Kris > Hi Kris, >=20 > I *know* that there are limitations in the base tools or what to > expect. sysutil/portmanager can do this well enough (correct > dependancy), that's why I *wish* portupgrade could do this too. It's a > wishlist right? Yeah..but the point is there's already a (correct) way to do it. > If all customizations are to be done in make.conf, what is the point > of MAKE_ARGS in pkgtools.conf? Flexibility, it's not supposed to be the primary means of customizing your ports, that's make.conf's job. Kris --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhjmcWry0BWjoQKURAnCuAJ0YP5gyKU0PH/5bB7+SD5uMrkPhpQCg9TZY A4VqXxBNlMUgl16wMOZcvhw= =pkkT -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 02:49:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E26316B7A2 for ; Wed, 7 Jun 2006 02:39:52 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE1D43D55 for ; Wed, 7 Jun 2006 02:39:51 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so71039nzn for ; Tue, 06 Jun 2006 19:39:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D0XEpUFEvSIC+PA7nnHDEYrjlS3gg+lYyJDJPD27JMTCv9oK8fzJWQa9/ps/pzMLDM1EAeUv99plimVhDS3wcfAAYS7Dj9yfWbgn7S0F6T0d6LBkG+/+ICnzx4e5CRsySW7qmjTmLG8thKKxL7lq6KIlDBmdkDmOEpwydUttmXo= Received: by 10.65.234.10 with SMTP id l10mr30842qbr; Tue, 06 Jun 2006 19:39:50 -0700 (PDT) Received: by 10.65.112.17 with HTTP; Tue, 6 Jun 2006 19:39:50 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 10:39:50 +0800 From: "Jiawei Ye" To: "Kris Kennaway" In-Reply-To: <20060607022741.GA11522@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> Cc: freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 02:49:45 -0000 On 6/7/06, Kris Kennaway wrote: > > If all customizations are to be done in make.conf, what is the point > > of MAKE_ARGS in pkgtools.conf? > > Flexibility, it's not supposed to be the primary means of customizing > your ports, that's make.conf's job. > > Kris Eh, not supposed to be? I have to admit that this idea of "correctness" is new to me. I have been using portupgrade since it came into the ports tree. One thing I like about the portupgrade/portmanager style of managing ports make_args is that they provide a very simple syntax for specifying per-port args. ''=>'arg1 arg2.....' (portupgrade style) |arg1 arg2 arg3| (portmanager style) Does make.conf provide such syntax? Last time I read from the ML, one needs the {curdir} magic boiler plate for that. It is hard on the eyes and reduces useful information on a 80x25 console IMHO. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 03:09:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D717916B0D7; Wed, 7 Jun 2006 03:05:56 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4E643D49; Wed, 7 Jun 2006 03:05:55 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k5735Z2B044053 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jun 2006 06:05:36 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k5735nVx021319; Wed, 7 Jun 2006 06:05:49 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k5735m04021318; Wed, 7 Jun 2006 06:05:48 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 7 Jun 2006 06:05:48 +0300 From: Kostik Belousov To: Sergey Matveychuk Message-ID: <20060607030548.GD72368@deviant.kiev.zoral.com.ua> References: <4485DBF5.3070705@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6WlEvdN9Dv0WHSBl" Content-Disposition: inline In-Reply-To: <4485DBF5.3070705@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on fw.zoral.com.ua Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 03:09:11 -0000 --6WlEvdN9Dv0WHSBl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2006 at 11:48:05PM +0400, Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade >=20 > I would like to hear your ideas, wishes and comments. > --=20 > Dixi. > Sem. This was relevant at least some time ago, and, I think, still holds. In fact, this is my biggest issue with portupgrade. When installing new port, portupgrade shall install all dependencies itself. This way customization of the ports knobs in pkgtools.conf would be honored. I do not know whether this could be done by changes to portupgrade only or the help from the ports infrastructure is required. --6WlEvdN9Dv0WHSBl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhkKLC3+MBN1Mb4gRAvolAKDZ3GWoEatB5sxZmO9C8clTj8MCCQCdHoyo rKgRj6r5cQ0yXEdxA0YbpjA= =bWAG -----END PGP SIGNATURE----- --6WlEvdN9Dv0WHSBl-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 03:17:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF84716A617; Wed, 7 Jun 2006 03:17:33 +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 7A2D743D49; Wed, 7 Jun 2006 03:17:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 62DAE1A3C1C; Tue, 6 Jun 2006 20:17:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DFF7B515C6; Tue, 6 Jun 2006 23:17:32 -0400 (EDT) Date: Tue, 6 Jun 2006 23:17:32 -0400 From: Kris Kennaway To: Jiawei Ye Message-ID: <20060607031732.GB12014@xor.obsecurity.org> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dc+cDN39EJAMEtIO" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Sergey Matveychuk , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 03:18:05 -0000 --dc+cDN39EJAMEtIO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 10:39:50AM +0800, Jiawei Ye wrote: > On 6/7/06, Kris Kennaway wrote: > >> If all customizations are to be done in make.conf, what is the point > >> of MAKE_ARGS in pkgtools.conf? > > > >Flexibility, it's not supposed to be the primary means of customizing > >your ports, that's make.conf's job. > > > >Kris > Eh, not supposed to be? I have to admit that this idea of > "correctness" is new to me. It's "correct" in the sense of "this is the way it was designed to work". portupgrade relies on the INDEX for computing dependencies, and the INDEX is a ports collection construct that uses ports collection resources including make.conf. > I have been using portupgrade since it > came into the ports tree. One thing I like about the > portupgrade/portmanager style of managing ports make_args is that they > provide a very simple syntax for specifying per-port args. > ''=3D>'arg1 arg2.....' (portupgrade style) > |arg1 arg2 arg3| (portmanager style) >=20 > Does make.conf provide such syntax? Last time I read from the ML, one > needs the {curdir} magic boiler plate for that. It is hard on the eyes > and reduces useful information on a 80x25 console IMHO. The latter. Kris --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhkVMWry0BWjoQKURAqFlAKCUxSK0vUAs3GL71kJEU8oLLSQ5fwCg+l8L RhGCpuBdfLvnSpCcKpxCFio= =jLCD -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 06:18:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF7E16BDFB for ; Wed, 7 Jun 2006 06:12:33 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A44643D45 for ; Wed, 7 Jun 2006 06:12:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 74161 invoked from network); 7 Jun 2006 06:12:25 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 7 Jun 2006 06:12:25 -0000 Message-ID: <44866E48.4000601@FreeBSD.org> Date: Wed, 07 Jun 2006 08:12:24 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Doug Barton Subject: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 06:19:02 -0000 Jiawei Ye ha scritto: > One thing I like about the > portupgrade/portmanager style of managing ports make_args is that they > provide a very simple syntax for specifying per-port args. > ''=>'arg1 arg2.....' (portupgrade style) > |arg1 arg2 arg3| (portmanager style) Does portmaster implement a similar way to specify port knobs? From the features page I couldn't find anything related. If so, IMHO this is the only important missing feature of portmaster. Any plan to implement it (if I haven't missed something)? -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 07:08:44 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726B16C880 for ; Wed, 7 Jun 2006 07:05:06 +0000 (UTC) (envelope-from robbak@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6177643D46 for ; Wed, 7 Jun 2006 07:05:05 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by py-out-1112.google.com with SMTP id 57so116518pya for ; Wed, 07 Jun 2006 00:05:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:x-google-sender-auth; b=BSwFtg5aJI/JZ1Gc58ssNCxbOvpsEYLWnpEGkB8jCLbIUbxmUIiYzsH5OAYV4QsM/dfUHXpjD//obvstQwehzZapOen8xVi8esTqUJPBEqmaaFTdMG6mXaHwx5H6bwi1X4RBBzlxCOU9f/XRJ4XGG9zClQXEozZz8uNd9MCpFzk= Received: by 10.35.43.10 with SMTP id v10mr300657pyj; Wed, 07 Jun 2006 00:05:04 -0700 (PDT) Received: by 10.35.78.10 with HTTP; Wed, 7 Jun 2006 00:05:04 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 17:05:04 +1000 From: "Robert Backhaus" Sender: robbak@gmail.com To: "Paul Pathiakis" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_12743_32996964.1149663904532" X-Google-Sender-Auth: 6603f6d25f935805 Cc: ports@freebsd.org Subject: Re: slib-guile and GnuCash (PATCH) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 07:08:53 -0000 ------=_Part_12743_32996964.1149663904532 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 4/29/06, Paul Pathiakis wrote: > Hi, > > I can't install gnucash as slib-guile is broken. I'm running 6.0 (eagerly > awaiting 6.1) and really need this. Will this be corrected any time soon? > > Thank you, > > Paul Pathiakis > _______________________________________________ The following patch (to guile) fixes this problem for me. I am going to do further testing in gnucash to determine that everything works. If other people can check that it works for other uses of guile, it can be comitted. ------=_Part_12743_32996964.1149663904532 Content-Type: application/octet-stream; name="guile.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="guile.patch" X-Attachment-Id: f_eo5c7896 ZGlmZiAtTnVyIC91c3IvcG9ydHMvbGFuZy9ndWlsZS5vcmlnL01ha2VmaWxlIC91c3IvcG9ydHMv bGFuZy9ndWlsZS9NYWtlZmlsZQotLS0gL3Vzci9wb3J0cy9sYW5nL2d1aWxlLm9yaWcvTWFrZWZp bGUJV2VkIEp1biAgNyAxNjo1MToyMSAyMDA2CisrKyAvdXNyL3BvcnRzL2xhbmcvZ3VpbGUvTWFr ZWZpbGUJV2VkIEp1biAgNyAxNjo0ODo1NiAyMDA2CkBAIC03LDYgKzcsNyBAQAogCiBQT1JUTkFN RT0JZ3VpbGUKIFBPUlRWRVJTSU9OPQkxLjYuNworUE9SVFJFVklTSU9OPQkxCiBDQVRFR09SSUVT PQlsYW5nIHNjaGVtZQogTUFTVEVSX1NJVEVTPQkke01BU1RFUl9TSVRFX0dOVX0KIE1BU1RFUl9T SVRFX1NVQkRJUj0JZ3VpbGUKZGlmZiAtTnVyIC91c3IvcG9ydHMvbGFuZy9ndWlsZS5vcmlnL2Zp bGVzL3BhdGNoLXNsaWJfc2xpYi5zY20gL3Vzci9wb3J0cy9sYW5nL2d1aWxlL2ZpbGVzL3BhdGNo LXNsaWJfc2xpYi5zY20KLS0tIC91c3IvcG9ydHMvbGFuZy9ndWlsZS5vcmlnL2ZpbGVzL3BhdGNo LXNsaWJfc2xpYi5zY20JVGh1IEphbiAgMSAxMDowMDowMCAxOTcwCisrKyAvdXNyL3BvcnRzL2xh bmcvZ3VpbGUvZmlsZXMvcGF0Y2gtc2xpYl9zbGliLnNjbQlXZWQgSnVuICA3IDE2OjM2OjM2IDIw MDYKQEAgLTAsMCArMSw4OSBAQAorU3VibWl0dGVkIEJ5OiAgICAgICAgICAgIFJhbmR5IE1jTXVy Y2h5IDxyYW5keV9hdF9saW51eGZyb21zY3JhdGNoX2RvdF9vcmc+CitEYXRlOiAgICAgICAgICAg ICAgICAgICAgMjAwNS0xMC0wNAorSW5pdGlhbCBQYWNrYWdlIFZlcnNpb246IDEuNi43CitVcHN0 cmVhbSBTdGF0dXM6ICAgICAgICAgVW5rbm93bgorT3JpZ2luOiAgICAgICAgICAgICAgICAgIGh0 dHA6Ly9hcnRpY2xlLmdtYW5lLm9yZy9nbWFuZS5jb21wLmdub21lLmFwcHMuZ251Y2FzaC5kZXZl bC8xMzk1NgorRGVzY3JpcHRpb246ICAgICAgICAgICAgIEZpeGVzIEd1aWxlIHdpdGggU0xJQiA+ PSAzYTIKKworJExhc3RDaGFuZ2VkQnkkCiskRGF0ZSQKKworCitkaWZmIC1OYXVyIGd1aWxlLTEu Ni43LW9yaWcvaWNlLTkvc2xpYi5zY20gZ3VpbGUtMS42LjcvaWNlLTkvc2xpYi5zY20KKy0tLSBp Y2UtOS9zbGliLnNjbQkyMDA0LTA4LTExIDIwOjA0OjIxLjAwMDAwMDAwMCAtMDUwMAorKysrIGlj ZS05L3NsaWIuc2NtCTIwMDUtMTAtMDQgMTk6NDg6MDQuMDAwMDAwMDAwIC0wNTAwCitAQCAtMzg4 LDMgKzM4OCw3NCBAQAorIAorIChkZWZpbmUgKG1ha2UtZXhjaGFuZ2VyIG9iaikKKyAgIChsYW1i ZGEgKHJlcCkgKGxldCAoKG9sZCBvYmopKSAoc2V0ISBvYmogcmVwKSBvbGQpKSkKKysKKysoZGVm aW5lIHNvZnR3YXJlLXR5cGUKKysgIChpZiAoc3RyaW5nPD8gKHZlcnNpb24pICIxLjYiKQorKyAg ICAgIChsYW1iZGEgKCkgJ1VOSVgpCisrICAgICAgKGxhbWJkYSAoKSAndW5peCkpKQorKworKyhk ZWZpbmUgKHVzZXItdmljaW5pdHkpCisrICAoY2FzZSAoc29mdHdhcmUtdHlwZSkKKysgICAgKChW TVMpCSJbLl0iKQorKyAgICAoZWxzZQkiIikpKQorKworKyhkZWZpbmUgdmljaW5pdHk6c3VmZml4 PworKyAgKGxldCAoKHN1ZmZpCisrCSAoY2FzZSAoc29mdHdhcmUtdHlwZSkKKysJICAgKChhbWln YSkJCQkJJygjXDogI1wvKSkKKysJICAgKChtYWNvcyB0aGlua2MpCQkJJygjXDopKQorKwkgICAo KG1zLWRvcyB3aW5kb3dzIGF0YXJpc3Qgb3MvMikJJygjXFwgI1wvKSkKKysJICAgKChub3N2ZSkJ CQkJJygjXDogI1wuKSkKKysJICAgKCh1bml4IGNvaGVyZW50IHBsYW45KQkJJygjXC8pKQorKwkg ICAoKHZtcykJCQkJJygjXDogI1xdKSkKKysJICAgKGVsc2UKKysJICAgICh3YXJuICJyZXF1aXJl LnNjbSIgJ3Vua25vd24gJ3NvZnR3YXJlLXR5cGUgKHNvZnR3YXJlLXR5cGUpKQorKwkgICAgIi8i KSkpKQorKyAgICAobGFtYmRhIChjaHIpIChhbmQgKG1lbXYgY2hyIHN1ZmZpKSAjdCkpKSkKKysK KysoZGVmaW5lIChwYXRobmFtZS0+dmljaW5pdHkgcGF0aG5hbWUpCisrICAobGV0IGxvb3AgKChp ICgtIChzdHJpbmctbGVuZ3RoIHBhdGhuYW1lKSAxKSkpCisrICAgIChjb25kICgobmVnYXRpdmU/ IGkpICIiKQorKwkgICgodmljaW5pdHk6c3VmZml4PyAoc3RyaW5nLXJlZiBwYXRobmFtZSBpKSkK KysJICAgKHN1YnN0cmluZyBwYXRobmFtZSAwICgrIGkgMSkpKQorKwkgIChlbHNlIChsb29wICgt IGkgMSkpKSkpKQorKworKyhkZWZpbmUgKHByb2dyYW0tdmljaW5pdHkpCisrICAoZGVmaW5lIGNs cCAoY3VycmVudC1sb2FkLXBvcnQpKQorKyAgKGlmIGNscAorKyAgICAgIChwYXRobmFtZS0+dmlj aW5pdHkgKHBvcnQtZmlsZW5hbWUgY2xwKSkKKysgICAgICAoc2xpYjplcnJvciAncHJvZ3JhbS12 aWNpbml0eSAiIGNhbGxlZDsgdXNlIHNsaWI6bG9hZCB0byBsb2FkIikpKQorKworKyhkZWZpbmUg c3ViLXZpY2luaXR5CisrICAoY2FzZSAoc29mdHdhcmUtdHlwZSkKKysgICAgKChWTVMpIChsYW1i ZGEKKysJICAgICAgICh2aWMgbmFtZSkKKysJICAgICAobGV0ICgobCAoc3RyaW5nLWxlbmd0aCB2 aWMpKSkKKysJICAgICAgIChpZiAob3IgKHplcm8/IChzdHJpbmctbGVuZ3RoIHZpYykpCisrCQkg ICAgICAgKG5vdCAoY2hhcj0/ICNcXSAoc3RyaW5nLXJlZiB2aWMgKC0gbCAxKSkpKSkKKysJCSAg IChzdHJpbmctYXBwZW5kIHZpYyAiWyIgbmFtZSAiXSIpCisrCQkgICAoc3RyaW5nLWFwcGVuZCAo c3Vic3RyaW5nIHZpYyAwICgtIGwgMSkpCisrCQkJCSAgIi4iIG5hbWUgIl0iKSkpKSkKKysgICAg KGVsc2UgKGxldCAoKCp2aWNpbml0eS1zdWZmaXgqCisrCQkgKGNhc2UgKHNvZnR3YXJlLXR5cGUp CisrCQkgICAoKE5PU1ZFKSAiLiIpCisrCQkgICAoKE1BQ09TIFRISU5LQykgIjoiKQorKwkJICAg KChNUy1ET1MgV0lORE9XUyBBVEFSSVNUIE9TLzIpICJcXCIpCisrCQkgICAoKHVuaXggQ09IRVJF TlQgUExBTjkgQU1JR0EpICIvIikpKSkKKysJICAgIChsYW1iZGEgKHZpYyBuYW1lKQorKwkgICAg ICAoc3RyaW5nLWFwcGVuZCB2aWMgbmFtZSAqdmljaW5pdHktc3VmZml4KikpKSkpKQorKworKyhk ZWZpbmUgd2l0aC1sb2FkLXBhdGhuYW1lCisrICAobGV0ICgoZXhjaGFuZ2UKKysJIChsYW1iZGEg KG5ldykKKysJICAgKGxldCAoKG9sZCBwcm9ncmFtLXZpY2luaXR5KSkKKysJICAgICAoc2V0ISBw cm9ncmFtLXZpY2luaXR5IG5ldykKKysJICAgICBvbGQpKSkpCisrICAgIChsYW1iZGEgKHBhdGgg dGh1bmspCisrICAgICAgKGRlZmluZSBvbGQgI2YpCisrICAgICAgKGRlZmluZSB2aWMgKHBhdGhu YW1lLT52aWNpbml0eSBwYXRoKSkKKysgICAgICAoZHluYW1pYy13aW5kCisrCSAgKGxhbWJkYSAo KSAoc2V0ISBvbGQgKGV4Y2hhbmdlIChsYW1iZGEgKCkgdmljKSkpKQorKwkgIHRodW5rCisrCSAg KGxhbWJkYSAoKSAoZXhjaGFuZ2Ugb2xkKSkpKSkpCisrCg== ------=_Part_12743_32996964.1149663904532-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 08:32:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE1116C412 for ; Wed, 7 Jun 2006 08:19:23 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6B943D4C for ; Wed, 7 Jun 2006 08:19:19 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 10931 invoked by uid 1010); 7 Jun 2006 11:19:16 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 7 Jun 2006 11:19:16 +0300 Date: Wed, 7 Jun 2006 11:19:16 +0300 From: Adi Pircalabu To: freebsd-ports@freebsd.org Message-ID: <20060607111916.3550ef41@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111 X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Subject: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 08:32:27 -0000 Hi, a couple of days ago I upgraded awstats to 6.6 from ports on several 4.11 machines. But after last night's cvsup I got this: Edit ports/www/awstats/Makefile Add delta 1.31 2006.06.06.14.00.08 mich Edit ports/www/awstats/distinfo Add delta 1.19 2006.06.06.14.00.08 mich Edit ports/www/awstats/pkg-plist Makefile extras: --- cut here --- PORTVERSION= 6.5 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= webmaster@shopcusa.com COMMENT= Free real-time logfile analyzer to get advanced web statistics FORBIDDEN= Command Injection Vulnerability --- cut here --- I hope I did not miss the reason for this :) Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 08:34:01 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 097A216C4A2; Wed, 7 Jun 2006 08:23:48 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E4743D49; Wed, 7 Jun 2006 08:23:46 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from [192.18.98.64] (brmea-proxy-3.Sun.COM [192.18.98.64]) (authenticated bits=0) by ftp.translate.ru (8.13.6/8.13.6) with ESMTP id k578NPYF000689; Wed, 7 Jun 2006 12:23:27 +0400 (MSD) (envelope-from lev@FreeBSD.org) Message-ID: <44868D3C.4040102@FreeBSD.org> Date: Wed, 07 Jun 2006 12:24:28 +0400 From: Lev Serebryakov Organization: FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Sergey Matveychuk References: <4485DBF5.3070705@FreeBSD.org> <1903867106.20060607001337@serebryakov.spb.ru> <4485E6AE.9070208@FreeBSD.org> In-Reply-To: <4485E6AE.9070208@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 08:34:02 -0000 Sergey Matveychuk wrote: >> SM> Portupgrade ideas page was created on our wiki server: >> SM> http://wiki.freebsd.org/portupgrade >> SM> I would like to hear your ideas, wishes and comments. >> Parallel download/build. I ahve bunch of not-so-fast computers (started with iP-II-266) on not-so-fast internet connections (from 256Kbit ADSL to 33.6 modem line). And when here are many ports to upgrade AND download (because it is not port revision change, but real upgrade of software) it will be much faster to download NEXT distfile for port to upgrade when build current one. > I think it's great, but I'm not sure I'll do it soon. > But I plan to implement some locking mechanism to allow to run a few > portupgrade processes safely. It should be sophisticated lock mechanism, to prevent build depended ports before dependee ones. -- // Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 08:40:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A874E16B411 for ; Wed, 7 Jun 2006 08:33:31 +0000 (UTC) (envelope-from markhobden@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19D743D49 for ; Wed, 7 Jun 2006 08:33:30 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so116654nzn for ; Wed, 07 Jun 2006 01:33:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tQt4imUB8ZiarKy314rUUTsd8pOUW1illP9nKBF+DVG6+rPMrEUjbeoqHnVRU+I+b2WTTH5WUqXFppukQags/LeGdZridA4MnsUj+bEmKdfLZ5WEyQhexs8o9K3QprxjQfJZ8/oMEk+11Aypfwi7bMz2lkSXisnyEm/G7nbOkos= Received: by 10.64.241.6 with SMTP id o6mr185811qbh; Wed, 07 Jun 2006 01:33:25 -0700 (PDT) Received: by 10.64.249.9 with HTTP; Wed, 7 Jun 2006 01:33:25 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 09:33:25 +0100 From: "Mark Hobden" To: "Sergey Matveychuk" In-Reply-To: <4485DBF5.3070705@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4485DBF5.3070705@FreeBSD.org> Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 08:40:57 -0000 On 06/06/06, Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > > I would like to hear your ideas, wishes and comments. My request would be for portupgrade to include an option that runs through every port it wants to upgrade first and runs 'make config', so it does not get stuck half way through an unattended upgrade waiting for options. Thanks, -- Mark From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 09:49:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8383E16C743 for ; Wed, 7 Jun 2006 08:59:50 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70EA343D6B for ; Wed, 7 Jun 2006 08:59:46 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id 2636225610; Wed, 7 Jun 2006 12:59:02 +0400 (MSD) Received: from [172.23.27.139] (clusterfw.beelinegprs.ru [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id D70EA25023; Wed, 7 Jun 2006 12:58:58 +0400 (MSD) Message-ID: <4486954B.2010200@FreeBSD.org> Date: Wed, 07 Jun 2006 12:58:51 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Kris Kennaway References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> In-Reply-To: <20060606211113.GA7845@xor.obsecurity.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 09:49:27 -0000 Kris Kennaway wrote: > The biggest request I have is that when searching for a missing > dependency, there should be an option to install a new port. Often Done in upstream. Missing of the feature really annoyed me too. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 09:49:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD0E16BB3A for ; Wed, 7 Jun 2006 08:57:16 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9CC43D48 for ; Wed, 7 Jun 2006 08:57:14 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub03.unibe.ch (Postfix) with ESMTP id 9A3D443001; Wed, 7 Jun 2006 10:57:13 +0200 (CEST) X-Virus-checked: by University of Berne Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id nKb74eA2MiGK; Wed, 7 Jun 2006 10:57:04 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 45DE542BC2; Wed, 7 Jun 2006 10:57:04 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k578v4Ju010453; Wed, 7 Jun 2006 10:57:04 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k578v4hd015297; Wed, 7 Jun 2006 10:57:04 +0200 (MEST) Date: Wed, 7 Jun 2006 10:57:04 +0200 From: Tobias Roth To: Adi Pircalabu Message-ID: <20060607085704.GA14973@droopy.unibe.ch> References: <20060607111916.3550ef41@apircalabu.dsd.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. Cc: freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 09:49:57 -0000 On Wed, Jun 07, 2006 at 11:19:16AM +0300, Adi Pircalabu wrote: > > I hope I did not miss the reason for this :) The commit message says: - revert earlier commit, as version 6.6 is not a stable version, and developer is continuesly re-rolling tarball. In addition, the application fails to run. The simplest way to get that information is to have a look at the last cvs commit messages, for example via http://www.freshports.org. cheers, Tobias From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 09:49:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CD816C2CD for ; Wed, 7 Jun 2006 08:57:36 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C552943D45 for ; Wed, 7 Jun 2006 08:57:35 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 10407 invoked by uid 1010); 7 Jun 2006 11:57:32 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 7 Jun 2006 11:57:32 +0300 Date: Wed, 7 Jun 2006 11:57:33 +0300 From: Adi Pircalabu To: freebsd-ports@freebsd.org Message-ID: <20060607115733.05e76297@apircalabu.dsd.ro> In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> References: <20060607111916.3550ef41@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 09:50:12 -0000 On Wed, 7 Jun 2006 11:19:16 +0300 Adi Pircalabu wrote: > PORTVERSION= 6.5 > PORTREVISION= 1 Visiting http://www.freshports.org/www/awstats/ was enough to find the reason. Sorry for the noise. -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:05:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE9616C403 for ; Wed, 7 Jun 2006 09:13:19 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0340343D45 for ; Wed, 7 Jun 2006 09:13:19 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id F37EF1C08ED; Wed, 7 Jun 2006 11:13:17 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 5CB1F22822; Wed, 7 Jun 2006 11:13:18 +0200 (CEST) Date: Wed, 7 Jun 2006 11:13:18 +0200 From: Michael Landin Hostbaek To: Adi Pircalabu Message-ID: <20060607091318.GM70572@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Adi Pircalabu , freebsd-ports@freebsd.org, webmaster@shopcusa.com References: <20060607111916.3550ef41@apircalabu.dsd.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: webmaster@shopcusa.com, freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:05:52 -0000 Adi Pircalabu (apircalabu) writes: > Hi, > > a couple of days ago I upgraded awstats to 6.6 from ports on several > 4.11 machines. But after last night's cvsup I got this: It was requested by the maintainer, as 6.6 is a development version and the author is doing continuously work on it, so the tarball is getting rerolled. Also, there were reports that it did not work due to some perl errors.. /mich From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:09:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4797316A702 for ; Wed, 7 Jun 2006 09:16:29 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay2.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD2F43D48 for ; Wed, 7 Jun 2006 09:16:28 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id 36E4625490; Wed, 7 Jun 2006 13:14:42 +0400 (MSD) Received: from [172.23.27.139] (clusterfw.gprsrus.net [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id DBD5825463; Wed, 7 Jun 2006 13:14:37 +0400 (MSD) Message-ID: <448698F6.2050507@FreeBSD.org> Date: Wed, 07 Jun 2006 13:14:30 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Jiawei Ye References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:09:31 -0000 Jiawei Ye wrote: > I *know* that there are limitations in the base tools or what to > expect. sysutil/portmanager can do this well enough (correct > dependancy), that's why I *wish* portupgrade could do this too. It's a > wishlist right? You're right, it's a wish list. But it does not touch portupgrade directly. portupgrade tools does not build own INDEX (does it portmanager?), It use a ready one. It's possible to implement, but it's not a purpose to grow the tools up. Moreover, building own INDEX is a long time process. I think nobody likes if it'll be rebuild every time you refresh the ports tree. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:12:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359F616B1FA for ; Wed, 7 Jun 2006 09:18:20 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E1943D45 for ; Wed, 7 Jun 2006 09:18:19 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id F1F1135D20; Wed, 7 Jun 2006 13:18:15 +0400 (MSD) Received: from [172.23.27.139] (clusterfw.beelinegprs.com [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id 931B035D0E; Wed, 7 Jun 2006 13:18:12 +0400 (MSD) Message-ID: <448699CC.1080108@FreeBSD.org> Date: Wed, 07 Jun 2006 13:18:04 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Kostik Belousov References: <4485DBF5.3070705@FreeBSD.org> <20060607030548.GD72368@deviant.kiev.zoral.com.ua> In-Reply-To: <20060607030548.GD72368@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:12:45 -0000 Kostik Belousov wrote: > This was relevant at least some time ago, and, I think, still holds. > In fact, this is my biggest issue with portupgrade. > > When installing new port, portupgrade shall install all dependencies > itself. This way customization of the ports knobs in pkgtools.conf > would be honored. I do not know whether this could be done by changes > to portupgrade only or the help from the ports infrastructure is > required. > Still holds. There should be some functionality that did not write yet. Will do. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:12:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4638E16BAD3 for ; Wed, 7 Jun 2006 09:18:24 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4937243D45 for ; Wed, 7 Jun 2006 09:18:21 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 11002 invoked by uid 1010); 7 Jun 2006 12:18:19 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 7 Jun 2006 12:18:19 +0300 Date: Wed, 7 Jun 2006 12:18:19 +0300 From: Adi Pircalabu To: Michael Landin Hostbaek Message-ID: <20060607121819.65063918@apircalabu.dsd.ro> In-Reply-To: <20060607091318.GM70572@mich2.itxmarket.com> References: <20060607111916.3550ef41@apircalabu.dsd.ro> <20060607091318.GM70572@mich2.itxmarket.com> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: webmaster@shopcusa.com, freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:12:52 -0000 On Wed, 7 Jun 2006 11:13:18 +0200 Michael Landin Hostbaek wrote: > > a couple of days ago I upgraded awstats to 6.6 from ports on several > > 4.11 machines. But after last night's cvsup I got this: > > It was requested by the maintainer, as 6.6 is a development version > and the author is doing continuously work on it, so the tarball is > getting rerolled. > > Also, there were reports that it did not work due to some perl > errors.. Thanks for info. FYI I'm running 6.6 succesfully on 4.11 with perl-5.6.2 Cheers -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:23:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB8916ADA2; Wed, 7 Jun 2006 09:29:13 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5D543D49; Wed, 7 Jun 2006 09:29:12 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 37DA311685; Wed, 7 Jun 2006 11:29:11 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78268-03; Wed, 7 Jun 2006 11:28:54 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id AB3EB11491; Wed, 7 Jun 2006 11:28:53 +0200 (CEST) From: Florent Thoumie To: Alex Dupre In-Reply-To: <44866E48.4000601@FreeBSD.org> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lJJV+v10b1yTHof4gsWy" Date: Wed, 07 Jun 2006 10:28:47 +0100 Message-Id: <1149672527.851.2.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:23:27 -0000 --=-lJJV+v10b1yTHof4gsWy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-06-07 at 08:12 +0200, Alex Dupre wrote: > Jiawei Ye ha scritto: > > One thing I like about the > > portupgrade/portmanager style of managing ports make_args is that they > > provide a very simple syntax for specifying per-port args. > > ''=3D>'arg1 arg2.....' (portupgrade style) > > |arg1 arg2 arg3| (portmanager style) >=20 > Does portmaster implement a similar way to specify port knobs? From the > features page I couldn't find anything related. If so, IMHO this is the > only important missing feature of portmaster. Any plan to implement it > (if I haven't missed something)? It should not be portmaster specific. The error has been made with portupgrade and portmanager. Please don't do it again. I've proposed a somewhat hackish solution for this some weeks ago: http://lists.freebsd.org/pipermail/freebsd-ports/2006-May/031908.html You might want to read next mails as well since I modified the script after I got some bug reports. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-lJJV+v10b1yTHof4gsWy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEhpxPMxEkbVFH3PQRAgzXAKCI/EUFcezr2qtBOhh1BpWdM1NHLgCfQBaW u8dH9keER1VSsFe4aAKpIM8= =e/mq -----END PGP SIGNATURE----- --=-lJJV+v10b1yTHof4gsWy-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:26:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4469B16C730; Wed, 7 Jun 2006 09:48:02 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C746043D4C; Wed, 7 Jun 2006 09:48:01 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id 5CF2135EFD; Wed, 7 Jun 2006 13:38:42 +0400 (MSD) Received: from [172.23.27.139] (clusterfw.gprsrus.net [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id 0A6C035ECB; Wed, 7 Jun 2006 13:38:39 +0400 (MSD) Message-ID: <44869E97.5090608@FreeBSD.org> Date: Wed, 07 Jun 2006 13:38:31 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Lev Serebryakov References: <4485DBF5.3070705@FreeBSD.org> <1903867106.20060607001337@serebryakov.spb.ru> <4485E6AE.9070208@FreeBSD.org> <44868D3C.4040102@FreeBSD.org> In-Reply-To: <44868D3C.4040102@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:26:27 -0000 Lev Serebryakov wrote: > Sergey Matveychuk wrote: >> I think it's great, but I'm not sure I'll do it soon. >> But I plan to implement some locking mechanism to allow to run a few >> portupgrade processes safely. > It should be sophisticated lock mechanism, to prevent build depended > ports before dependee ones. > Sure. So it spends a time for me to project. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:26:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5902416C6D3 for ; Wed, 7 Jun 2006 09:40:07 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220A343D46 for ; Wed, 7 Jun 2006 09:40:05 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so125775nzn for ; Wed, 07 Jun 2006 02:40:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dXwWeHArCFwm0dMUL20yYBQiA+yPIzFHNRNvH/uLi3SuLS0WZGxHwoQP+TfbaxmhVPR3PwyKzewPP0pZNrrqflvFlFhuBp/hM4vfJdZ1QwnO2DPKYZr1tZsMhKAZomud2l4ILT465eIbNXkbdiWDPYYzzDSIYYrdQNDWOeZmuIM= Received: by 10.64.178.2 with SMTP id a2mr218674qbf; Wed, 07 Jun 2006 02:40:05 -0700 (PDT) Received: by 10.65.112.17 with HTTP; Wed, 7 Jun 2006 02:40:05 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 17:40:05 +0800 From: "Jiawei Ye" To: "Sergey Matveychuk" In-Reply-To: <448698F6.2050507@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <448698F6.2050507@FreeBSD.org> Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:26:58 -0000 On 6/7/06, Sergey Matveychuk wrote: > Jiawei Ye wrote: > > I *know* that there are limitations in the base tools or what to > > expect. sysutil/portmanager can do this well enough (correct > > dependancy), that's why I *wish* portupgrade could do this too. It's a > > wishlist right? > > You're right, it's a wish list. But it does not touch portupgrade directly. > portupgrade tools does not build own INDEX (does it portmanager?), It > use a ready one. It's possible to implement, but it's not a purpose to > grow the tools up. Moreover, building own INDEX is a long time process. > I think nobody likes if it'll be rebuild every time you refresh the > ports tree. > > -- > Dixi. > Sem. Portmanager does not use its own db, all it uses is INDEX-? and +CONTENT in /var/db/pkg/. Neither would it need to rebuild INDEX-? everytime the ports tree was updated (I have portsnap deal with it for me). "Determine correct dependancy based on pkgtools.conf MAKE_ARGS for installed packages", that's all I am wishing for. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:28:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E05916C55E for ; Wed, 7 Jun 2006 09:56:49 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E83B43D58 for ; Wed, 7 Jun 2006 09:56:49 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id CF0665F0C; Wed, 7 Jun 2006 02:56:48 -0700 (PDT) Date: Wed, 7 Jun 2006 02:56:48 -0700 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060607095648.GA88171@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Apache 2.2.2 SIGBUS on FreeBSD 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:28:51 -0000 All the details I've submit in an official Apache bug -- but there are FreeBSD-specific things worth reading. http://issues.apache.org/bugzilla/show_bug.cgi?id=39744 If anyone has ideas, let me know. -- | 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 Wed Jun 7 10:28:56 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F47C16AAAC for ; Wed, 7 Jun 2006 09:59:47 +0000 (UTC) (envelope-from ronw@bals.org) Received: from bal.bals.org (bals.org [207.90.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 769CB43D45 for ; Wed, 7 Jun 2006 09:59:46 +0000 (GMT) (envelope-from ronw@bals.org) Received: from [192.168.2.10] (168-159.124-70.tampabay.res.rr.com [70.124.159.168]) (authenticated bits=0) by bal.bals.org (8.13.6/8.13.6) with ESMTP id k579xeqa048952 for ; Wed, 7 Jun 2006 05:59:43 -0400 (EDT) (envelope-from ronw@bals.org) Message-ID: <4486A384.6020807@bals.org> Date: Wed, 07 Jun 2006 05:59:32 -0400 From: Ron Wilhoite Organization: Bay Area Legal Services, Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20060607111916.3550ef41@apircalabu.dsd.ro> In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (bal.bals.org [192.168.0.2]); Wed, 07 Jun 2006 05:59:44 -0400 (EDT) X-Scanned-By: MIMEDefang 2.56 on 192.168.0.2 Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ronw@bals.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 10:29:31 -0000 Adi Pircalabu wrote: > Hi, > > a couple of days ago I upgraded awstats to 6.6 from ports on several > 4.11 machines. But after last night's cvsup I got this: > > Edit ports/www/awstats/Makefile > Add delta 1.31 2006.06.06.14.00.08 mich > Edit ports/www/awstats/distinfo > Add delta 1.19 2006.06.06.14.00.08 mich > Edit ports/www/awstats/pkg-plist > From the most recent commit: - revert earlier commit, as version 6.6 is not a stable version, and developer is continuesly re-rolling tarball. In addition, the application fails to run. Requested by: maintainer http://www.freshports.org/www/awstats/ Setting up an account at freshports.org to watch the ports you use is very helpful. Ron Wilhoite From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 10:29:07 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7758016D51D for ; Wed, 7 Jun 2006 10:02:13 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0262943D45 for ; Wed, 7 Jun 2006 10:02:13 +0000 (GMT) (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 k57A2CtS010407 for ; Wed, 7 Jun 2006 10:02:12 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k57A2CtK010394 for ports@freebsd.org; Wed, 7 Jun 2006 10:02:12 GMT (envelope-from fenner) Date: Wed, 7 Jun 2006 10:02:12 GMT From: Bill Fenner Message-Id: <200606071002.k57A2CtK010394@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: Wed, 07 Jun 2006 10:29:32 -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 149 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 Wed Jun 7 10:29:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45EA16B294 for ; Wed, 7 Jun 2006 10:02:45 +0000 (UTC) (envelope-from dryice@dryice.name) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A07143D45 for ; Wed, 7 Jun 2006 10:02:44 +0000 (GMT) (envelope-from dryice@dryice.name) Received: from [60.209.101.67] (helo=makesig.3322.org) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fnus4-000JF7-GN for freebsd-ports@freebsd.org; Wed, 07 Jun 2006 18:02:40 +0800 To: freebsd-ports@freebsd.org References: <20060607111916.3550ef41@apircalabu.dsd.ro> From: Dryice Liu Date: Wed, 07 Jun 2006 18:00:22 +0800 In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> (Adi Pircalabu's message of "Wed, 7 Jun 2006 11:19:16 +0300") Message-ID: <86zmgp5lqh.fsf@makesig.3322.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 10:29:58 -0000 Adi Pircalabu wrote: > I hope I did not miss the reason for this :) You can get the reason here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/awstats/Makefile quote: ====================================================================== - revert earlier commit, as version 6.6 is not a stable version, and developer is continuesly re-rolling tarball. In addition, the application fails to run. Requested by: maintaine ====================================================================== -- Dryice @ http://dryice.name Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 11:11:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E82716D770 for ; Wed, 7 Jun 2006 10:16:20 +0000 (UTC) (envelope-from dryice@dryice.name) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF1443D46 for ; Wed, 7 Jun 2006 10:16:18 +0000 (GMT) (envelope-from dryice@dryice.name) Received: from [60.209.101.67] (helo=makesig.3322.org) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fnv5E-000JGg-SO for freebsd-ports@freebsd.org; Wed, 07 Jun 2006 18:16:17 +0800 To: freebsd-ports@freebsd.org From: Dryice Liu Date: Wed, 07 Jun 2006 18:13:56 +0800 Message-ID: <86lks95l3v.fsf@makesig.3322.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: a script to find installed ports@ maintained ports infos X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 11:11:19 -0000 I really like the script posted here some time ago that shows all the un-maintained ports installed on one's system. However when I tried to take maintainership of some of them, I found lots of them are already in the latest version and builds perfectly on all platform. And I'm not comfitable with sending a PR that just put my name there :) So I scratch this script to check against http://beta.inerd.com/portscout/ports@freebsd.org.html and http://portsmon.firepipe.net/portsconcordanceformaintainer.py?maintainer=ports%40freebsd for possible new versions, build errors, and related PRs. Thus I can have a better idea which one I should look at first. The script is attached below. Wish someone find it useful. And welcome comments. ====================================================================== #!/usr/local/bin/python import urllib, commands from sgmllib import SGMLParser class portsoutParser(SGMLParser): def reset(self): self.needUpdate = [] self.inTable = False self.inTR = False self.tdCount = 0 SGMLParser.reset(self) def start_table(self, attrs): if ("class", "results") in attrs: self.inTable = True self.unknown_starttag("table", attrs) def end_table(self): self.unknown_endtag("table") self.inTable = False def start_tr(self, attrs): if self.inTable: self.inTR = True self.tdCount = 0 self.unknown_starttag("tr", attrs) def end_tr(self): self.unknown_endtag("tr") if self.inTable: self.inTR = False def start_td(self, attrs): self.tdCount += 1 self.unknown_starttag("td", attrs) def handle_data(self, data): if self.tdCount == 1: self.portName = data elif self.tdCount == 2: self.category = data elif self.tdCount == 4: self.needUpdate.append("%s/%s" % (self.category, self.portName)) def findPortsOut(): #get html source sock = urllib.urlopen("http://beta.inerd.com/portscout/ports@freebsd.org.html") htmlSource = sock.read() sock.close() parser = portsoutParser() parser.feed(htmlSource) parser.close() return parser.needUpdate class portsmonParser(SGMLParser): def reset(self): self.buildError = [] self.withPR = [] self.inTable = False self.tableCount = 0 self.inTR = False self.tdCount = 0 self.inPortName = False self.inBuildError = False self.inPR = False SGMLParser.reset(self) def start_table(self, attrs): self.tableCount += 1 if self.tableCount == 2: self.inTable = True self.unknown_starttag("table", attrs) def start_tr(self, attrs): if self.inTable: self.inTR = True self.tdCount = 0 self.unknown_starttag("tr", attrs) def end_tr(self): self.unknown_endtag("tr") if self.inTable: self.inTR = False def start_td(self, attrs): self.tdCount += 1 self.inPortName = False self.inBuildError = False self.inPR = False self.unknown_starttag("td", attrs) def start_a(self, attrs): if self.tdCount == 1: self.inPortName = True elif self.tdCount == 3: self.inBuildError = True elif self.tdCount == 4: self.inPR = True def end_a(self): if self.inTR: if self.inPortName: self.inPortName = False if self.inBuildError: self.inBuildError = False if self.inPR: self.inPR = False def handle_data(self, data): if self.inPortName: self.portName = data elif self.inBuildError: self.buildError.append(self.portName) elif self.inPR: self.withPR.append(self.portName) def findPortsmon(): #get html source sock = urllib.urlopen("http://portsmon.firepipe.net/portsconcordanceformaintainer.py?maintainer=ports%40freebsd") htmlSource = sock.read() sock.close() parser = portsmonParser() parser.feed(htmlSource) parser.close() return parser.buildError, parser.withPR def findInstalled(): thecmd = """cd /usr/ports; grep -F "`for o in \`pkg_info -qao\` ; \ do echo "|/usr/ports/${o}|" ; done`" `make -V INDEXFILE` | \ grep -i \|ports@freebsd.org\| | cut -f 2 -d \| | cut -f 4,5 -d /""" return commands.getstatusoutput(thecmd)[1].split() # when run as a script if __name__ == "__main__": installed = findInstalled() portsout = findPortsOut() buildError, withPR = findPortsmon() for i in installed: print "\n%-40s" % (i,), if i in portsout: print "new version,", if i in buildError: print "build error,", if i in withPR: print "with PR", ====================================================================== -- Dryice @ http://dryice.name Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 11:24:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B3FE16B6EC for ; Wed, 7 Jun 2006 10:29:56 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E7A43D48 for ; Wed, 7 Jun 2006 10:29:54 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 23956 invoked by uid 507); 7 Jun 2006 20:29:53 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 7 Jun 2006 20:29:53 +1000 Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <20060530020354.GA96718@xor.obsecurity.org> References: <447B76FA.1030304@wm-access.no> <20060530020354.GA96718@xor.obsecurity.org> X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Wed, 7 Jun 2006 20:29:51 +1000 To: Sten Daniel S?rsdal , freebsd ports X-Mailer: Apple Mail (2.750) Cc: Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 11:24:38 -0000 On 30/05/2006, at 12:03 PM, Kris Kennaway wrote: > On Tue, May 30, 2006 at 12:34:34AM +0200, Sten Daniel S?rsdal wrote: >> Does this one go to database@ or ports@ >> >> FreeBSD 6.1 RELEASE (i386) considered threadsafe with Postgresql >> 8.1.3. >> I ran 8.1.2 without any noticable effects but after upgrading from >> 5.4 >> to 6.1 by means of making world (make buildworld; make kernel; >> reboot; >> rm -rf /usr/obj/*; make buildworld; shutdown now; mergemaster -p; >> make >> installworld; mergemaster -i; sync; reboot; make kernel; reboot) >> >> I have had segmentation faults (signal 11) of conftest whenever i >> try to >> build it from ports. My local ports and src tree is the same as >> the one >> distributed with 6.1 RELEASE (from 6.1 RELEASE CD) >> >> I built world with -O2 -pipe and kernel with -O2 -pipe. kernel is not >> generic but instead i run my own configuration (included). In >> /etc/make.conf i chose not to build games and shared docs. >> >> I'm fairly certain the memory chips are ok after a few rounds of >> memtest86. > >> options CLK_USE_I8254_CALIBRATION >> options PQ_CACHESIZE=512 >> options DIRECTIO >> options SW_WATCHDOG >> options MP_WATCHDOG >> options ZERO_COPY_SOCKETS >> options AUTO_EOI_1 >> options AUTO_EOI_2 > > That's a lot of weird options, are you sure you need them? > > Look at what the relevant conftest.c is running, verify it segfaults > when you run it by hand, then post the code. Not to mention compiling the kernel with -O2 is unsupported, and generally considered a bad idea. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 12:12:31 2006 Return-Path: X-Original-To: FreeBSD-Ports@freebsd.org Delivered-To: FreeBSD-Ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ACEC16E0E6 for ; Wed, 7 Jun 2006 12:02:48 +0000 (UTC) (envelope-from hannes.hauswedell@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87D043D53 for ; Wed, 7 Jun 2006 12:02:47 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so276684uge for ; Wed, 07 Jun 2006 05:02:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:disposition-notification-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=HPc5XGKl79GhrPLr0uR/cgLKLip/zcPDDGDRYokxrjVmywnyqRFguj/r5E5ITTV4/K92m5Lcx9U/EbXfBCB5JxmTuwmej5xELCMdxSWkLuZ+eo+j54tlk4yQ2PEFR/ZA/ogCDPIbETIGmjM/qxwh4M6XXerO3FGAvkK84qZeJnc= Received: by 10.66.250.17 with SMTP id x17mr419096ugh; Wed, 07 Jun 2006 04:56:20 -0700 (PDT) Received: from ?192.168.2.80? ( [85.220.132.38]) by mx.gmail.com with ESMTP id j1sm864187ugf.2006.06.07.04.56.15; Wed, 07 Jun 2006 04:56:19 -0700 (PDT) From: Hannes Hauswedell To: FreeBSD-Ports@freebsd.org Date: Wed, 7 Jun 2006 12:17:03 +0000 User-Agent: KMail/1.9.1 References: <4485DBF5.3070705@FreeBSD.org> In-Reply-To: <4485DBF5.3070705@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071217.04041.hannes.hauswedell@gmail.com> Cc: Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 12:12:58 -0000 > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > > I would like to hear your ideas, wishes and comments. 1) i would wish for portupgrade to automatically meet new requirements upon upgrading. both pkg_add and make install do this, portupgrade should too. upgrading a port and not installing a new requirement is almost never desired and shouldnt be default. (i.e. -R should not be required for this, instead if at all it should be achieved by -N ) 2) when using portupgrade in -P mode it should check dependencies before(!) doing a make install, otherwise requirements will always be installed via source, even though a current package might exist. an example: port A has no package and requires B that does have package. if i portupgrade -P "A" both are installed from source although B could have - and following the manual for -P, should have - been installed via package. anyway thank you very much for your work! greetings hannes hauswedell From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 12:19:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD0516BE66 for ; Wed, 7 Jun 2006 11:14:04 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8193243D4C for ; Wed, 7 Jun 2006 11:14:02 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 07 Jun 2006 11:14:01 -0000 Received: from p5091239F.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.35.159] by mail.gmx.net (mp039) with SMTP; 07 Jun 2006 13:14:01 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 8472F200B98; Wed, 7 Jun 2006 13:14:00 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25428-03; Wed, 7 Jun 2006 13:13:57 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id C3694200B9A; Wed, 7 Jun 2006 13:13:56 +0200 (CEST) From: Matthias Andree To: Adi Pircalabu In-Reply-To: <20060607111916.3550ef41@apircalabu.dsd.ro> (Adi Pircalabu's message of "Wed, 7 Jun 2006 11:19:16 +0300") References: <20060607111916.3550ef41@apircalabu.dsd.ro> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Wed, 07 Jun 2006 13:13:56 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: shopcusa.com@merlin.emma.line.org, freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 12:19:40 -0000 Adi Pircalabu writes: > Hi, > > a couple of days ago I upgraded awstats to 6.6 from ports on several > 4.11 machines. But after last night's cvsup I got this: > > Edit ports/www/awstats/Makefile > Add delta 1.31 2006.06.06.14.00.08 mich > Edit ports/www/awstats/distinfo > Add delta 1.19 2006.06.06.14.00.08 mich > Edit ports/www/awstats/pkg-plist > > Makefile extras: > > --- cut here --- > PORTVERSION= 6.5 Committers and maintainers, PLEASE DO REMEMBER to bump PORTEPOCH when PORTVERSION is going backwards, thus, this port needs PORTEPOCH= 1 added. -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 14:03:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E18316C35E for ; Wed, 7 Jun 2006 12:19:29 +0000 (UTC) (envelope-from hans@lambermont.dyndns.org) Received: from lambermont.dyndns.org (lambermont.dyndns.org [82.93.47.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A0D43D48 for ; Wed, 7 Jun 2006 12:19:28 +0000 (GMT) (envelope-from hans@lambermont.dyndns.org) Received: by lambermont.dyndns.org (Postfix, from userid 1001) id 184EE22E678; Wed, 7 Jun 2006 14:19:27 +0200 (CEST) Date: Wed, 7 Jun 2006 14:19:27 +0200 To: freebsd-ports@freebsd.org Message-ID: <20060607121927.GA19923@leia.lambermont.dyndns.org> References: <4485DBF5.3070705@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4485DBF5.3070705@FreeBSD.org> User-Agent: Mutt/1.4.2.1i From: hans@lambermont.dyndns.org (Hans Lambermont) Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 14:03:46 -0000 Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > I would like to hear your ideas, wishes and comments. - improved robustness : - understand ruby/portupgrade upgrade order. Maybe restart after one of these was upgraded too ? - warn about UPDATING entries for ports that upgrade 'over' (time-wise) such an entry before upgrading starts, maybe even default to requiring a 'do continue' user action. - be able to handle gnome and glib upgrades, basically obsoleting gnome_upgrade.sh - similar for perl, maybe mention perl-after-upgrade ? - save backout modules somewhere and add interface backout to a set of these saved modules. - speed : - 'make config' default on all target ports before starting the first build. - 'make fetch' option on all target ports before starting the first build. - clarity : - show a dependency graph of the entire upgrade order beforehand, also listing the KNOBS (make.conf and pkgtools) and OPTIONS per port. - list the ports afterwards that were newly installed during an upgrade. - option to show all relevant pkg-message files at the end of the upgrade again. regards, Hans Lambermont From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 14:31:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE86916CA4A for ; Wed, 7 Jun 2006 12:41:25 +0000 (UTC) (envelope-from Lee@dilkie.com) Received: from spock.dilkie.com (spock.dilkie.com [206.51.1.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E0543D4C for ; Wed, 7 Jun 2006 12:41:24 +0000 (GMT) (envelope-from Lee@dilkie.com) Received: from [206.51.1.193] (borg.dilkie.com [206.51.1.193]) (authenticated bits=0) by spock.dilkie.com (8.13.3/8.13.3) with ESMTP id k57Celps014869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jun 2006 08:40:49 -0400 (EDT) (envelope-from Lee@dilkie.com) Message-ID: <4486C95F.9020901@dilkie.com> Date: Wed, 07 Jun 2006 08:41:03 -0400 From: Lee Dilkie User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Xin LI References: <44863391.9000805@dilkie.com> <1149647154.965.4.camel@spirit> In-Reply-To: <1149647154.965.4.camel@spirit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.56 on 206.51.1.40 Cc: Freebsd-Ports Subject: Re: mailman upgrade broke "group mismatch" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 14:31:10 -0000 Xin LI wrote: > Hi, Lee, > > 在 2006-06-06二的 22:01 -0400,Lee Dilkie写é“: > >> I've tried changing the group on the /usr/local/mailman tree to >> "mailnull" >> >> ... >> Just what do I have to do to get my lists back up and working again? >> > > Have you tried to have a "make config" in ports/mail/mailman and choose > postfix, then deinstall and reinstall the port? > Yes, But I choose "sendmail" as that is my MTA. > BTW. Having the configuration in /etc/make.conf is not generally > encouraged. If you use portupgrade(1) then it would be better to > use /usr/local/etc/pkgtools.conf instead. > Understood, but I use a .if ${.CURDIR} == "/usr/ports/mail/mailman" to limit the variables' scope. I find the syntax in pkgtools.conf confusing. I did get it to work but I'll confess that I'm not sure exactly what magic did the trick. One of the issues that I discovered was that /usr/local/etc/rc.d/mailman.sh start doesn't appear to actually start the qrunners and that mailmanctl start does. Oh... I see, they've added a "mailman_enable" to rc.conf.. Boy, do I feel stupid. Don't know if the directory permissions problem was related or not. I guess I'll find out on the next portupgrade ;) -lee From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 15:09:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA7416DAD2 for ; Wed, 7 Jun 2006 13:05:55 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6020C43D45 for ; Wed, 7 Jun 2006 13:05:55 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id 259695EAB; Wed, 7 Jun 2006 06:05:55 -0700 (PDT) Date: Wed, 7 Jun 2006 06:05:55 -0700 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060607130555.GA94901@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <447B76FA.1030304@wm-access.no> <20060530020354.GA96718@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 15:09:36 -0000 On Wed, Jun 07, 2006 at 08:29:51PM +1000, Sam Lawrance wrote: > Not to mention compiling the kernel with -O2 is unsupported, and > generally considered a bad idea. Not so sure about that -- buildworld on my 6.1 box most definitely builds with -O2 -pipe, and I *do not* set CPUTYPE or any make, CFLAGS, or CC variables. Proof: cd /usr/obj/usr/src/sys/ICARUS; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -DNO_CPU_CFLAGS -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/ICARUS yacc -b aicasm_gram -d -o aicasm_gram.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_gram.c cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -c aicasm_macro_gram.c lex -t /usr/src/sys/dev/aic7xxx/aicasm/aicasm_scan.l > aicasm_scan.c -- | 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 Wed Jun 7 15:15:45 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C88B16DBDB for ; Wed, 7 Jun 2006 13:13:30 +0000 (UTC) (envelope-from alexander.lukjanenko@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E2743D5C for ; Wed, 7 Jun 2006 13:13:29 +0000 (GMT) (envelope-from alexander.lukjanenko@gmail.com) Received: by nf-out-0910.google.com with SMTP id l37so144095nfc for ; Wed, 07 Jun 2006 06:13:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:x-mailer:reply-to:x-priority:message-id:to:cc:subject:mime-version:content-type:content-transfer-encoding; b=ulPvYmN5XaB35i0r+wEj+x0+kd+qK2JPbVBQ0KTu8onn17ReHKMCJNb81VLfWy1T0sYRf/ecK6TcJ+ZlrwT9/PYa98mse/7vHgWHDF/rKyC40f0sn0JpfZe4mwBDof77jis9ZWC1QQSYcosTfKPgj9B84be+dj0tnNAdrozIdmw= Received: by 10.49.65.12 with SMTP id s12mr438925nfk; Wed, 07 Jun 2006 06:06:33 -0700 (PDT) Received: from luka.vts.com.ua ( [82.207.121.82]) by mx.gmail.com with ESMTP id n22sm878131nfc.2006.06.07.06.06.31; Wed, 07 Jun 2006 06:06:32 -0700 (PDT) Date: Wed, 7 Jun 2006 16:06:30 +0300 From: alexander.lukjanenko@gmail.com X-Mailer: The Bat! (v3.71.04) Professional X-Priority: 3 (Normal) Message-ID: <1544514979.20060607160630@gmail.com> To: jura@netams.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: netams-3.3.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander.lukjanenko@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 15:15:48 -0000 Hello, jura. The NeTAMS stable release is 3.3.5, but in FreeBSD ports only 3.3.2. Will you update port? -- Best regards, alexander mailto:alexander.lukjanenko@gmail.com From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 15:16:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24AE116E148 for ; Wed, 7 Jun 2006 13:14:12 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05A743D46 for ; Wed, 7 Jun 2006 13:14:11 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id E36E625B69; Wed, 7 Jun 2006 17:07:31 +0400 (MSD) Received: from [172.19.248.43] (clusterfw.beelinegprs.com [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id 8DEA425B5F; Wed, 7 Jun 2006 17:07:27 +0400 (MSD) Message-ID: <4486CF88.1070505@FreeBSD.org> Date: Wed, 07 Jun 2006 17:07:20 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Jiawei Ye References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <448698F6.2050507@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 15:16:50 -0000 Jiawei Ye wrote: > Portmanager does not use its own db, all it uses is INDEX-? and > +CONTENT in /var/db/pkg/. Neither would it need to > rebuild INDEX-? everytime the ports tree was updated (I have portsnap > deal with it for me). > > "Determine correct dependancy based on pkgtools.conf MAKE_ARGS for > installed packages", that's all I am wishing for. Well, we just misunderstood then. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 16:10:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF6E16CB8F; Wed, 7 Jun 2006 13:53:27 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DCD43D48; Wed, 7 Jun 2006 13:53:26 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.sprint-hsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FnyTN-0006KG-00; Wed, 07 Jun 2006 09:53:26 -0400 Date: Wed, 7 Jun 2006 09:54:33 -0400 From: Randy Pratt To: Sergey Matveychuk Message-Id: <20060607095433.a3c76a68.bsd-unix@earthlink.net> In-Reply-To: <4485DBF5.3070705@FreeBSD.org> References: <4485DBF5.3070705@FreeBSD.org> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 16:10:43 -0000 On Tue, 06 Jun 2006 23:48:05 +0400 Sergey Matveychuk wrote: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > > I would like to hear your ideas, wishes and comments. The INDEX fetched by "make fetchindex" almost never exactly matches the ports tree that was cvsupped. Usually it works fine but I have seen on more than one occasion where portversion reports ports having a version higher than the one in the INDEX. Consequently, I went back to building my own INDEX locally. It would be nice if there were a way to synchronize your ports tree to the snapshot used to create the INDEX used by "make fetchindex". If I could figure out the date/time for that snapshot, then I could cvsup using a "default date=YYYY.MM.DD.HH.MM.SS" in my supfile. All things considered, I find the tools used to build ports work quite nicely. I've been updating ports several times a week for about 6 or 7 years now with very few problems related to the tools themselves. Thanks, Randy -- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 16:47:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2ED116D7C2 for ; Wed, 7 Jun 2006 14:05:37 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D4243D55 for ; Wed, 7 Jun 2006 14:05:36 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id BDEE7B827; Wed, 7 Jun 2006 10:05:35 -0400 (EDT) In-Reply-To: <20060425000446.GA97984@svm.csie.ntu.edu.tw> References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Wed, 7 Jun 2006 10:05:35 -0400 To: Rong-En Fan X-Mailer: Apple Mail (2.750) Cc: freebsd ports Subject: Re: category for local 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: Wed, 07 Jun 2006 16:47:35 -0000 On Apr 24, 2006, at 8:04 PM, Rong-En Fan wrote: >> .if ${.CURDIR:M*/ports} >> SUBDIR += local >> .endif > > That works. But I prefer to use ports/Makefile.local :) > Right now, the only down side for a local category in ports tree > with portupgrade tools is that I have to build INDEX myself. :-p Hi.. I'm setting this up as well, and finally got around to making portupgrade work with my local ports. The only thing I can't make global is to add the category "local" to the VALID_CATEGORIES list. I seem to have to do this in every port. What do you for this? Do you just use existing category names? Also, is there no way to just add the dependencies from the local ports into the INDEX file? It takes about 25 minutes on my NFS server to update that file from scratch. I'd love to be able to just append my local ports' entries onto it. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 16:53:35 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E3E16BF50 for ; Wed, 7 Jun 2006 14:15:13 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id D916C43D45 for ; Wed, 7 Jun 2006 14:15:12 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 60EDA37BEC; Wed, 7 Jun 2006 16:15:11 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id BBB8C2281D; Wed, 7 Jun 2006 16:15:11 +0200 (CEST) Date: Wed, 7 Jun 2006 16:15:11 +0200 From: Michael Landin Hostbaek To: Matthias Andree Message-ID: <20060607141511.GO17817@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Matthias Andree , Adi Pircalabu , shopcusa.com@merlin.emma.line.org, freebsd-ports@freebsd.org References: <20060607111916.3550ef41@apircalabu.dsd.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: shopcusa.com@merlin.emma.line.org, Adi Pircalabu , freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 16:53:43 -0000 Matthias Andree (matthias.andree) writes: > Committers and maintainers, > > PLEASE DO REMEMBER to bump PORTEPOCH when PORTVERSION is going > backwards, thus, this port needs > > PORTEPOCH= 1 > > added. I did that this morning.. /mich From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 17:12:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D029116D12A; Wed, 7 Jun 2006 14:38:00 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8E543D5D; Wed, 7 Jun 2006 14:37:58 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA15470; Wed, 07 Jun 2006 17:37:56 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4486E4C3.9030303@icyb.net.ua> Date: Wed, 07 Jun 2006 17:37:55 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: Sergey Matveychuk References: <1149636212.00541644.1149624601@10.7.7.3> In-Reply-To: <1149636212.00541644.1149624601@10.7.7.3> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 17:12:10 -0000 on 06/06/2006 22:48 Sergey Matveychuk said the following: > Portupgrade ideas page was created on our wiki server: > http://wiki.freebsd.org/portupgrade > > I would like to hear your ideas, wishes and comments. Make -D option actually work. Maybe I am doing something wrong, but I do not see files with bad size/checksum being actually deleted, instead I see two identical attempts to fetch them: . . . ===> Extracting for gtk-theme-switch-1.0.1_3 => MD5 Checksum mismatch for gtk-theme-switch-1.0.1.tar.gz. => SHA256 Checksum mismatch for gtk-theme-switch-1.0.1.tar.gz. ===> Refetch for 1 more times files: gtk-theme-switch-1.0.1.tar.gz gtk-theme-switch-1.0.1.tar.gz => gtk-theme-switch-1.0.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: gtk-theme-switch-1.0.1.tar.gz: local modification time does not match remote => Attempting to fetch from http://www.muhri.net/. fetch: gtk-theme-switch-1.0.1.tar.gz: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: gtk-theme-switch-1.0.1.tar.gz: local modification time does not match remote => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/x11/gtk-theme-switch. *** Error code 1 Stop in /usr/ports/x11/gtk-theme-switch. ---> Retrying x11/gtk-theme-switch ---> Deleting mismatched files ---> Building '/usr/ports/x11/gtk-theme-switch' with make flags: BATCH=yes DISABLE_VULNERABILITIES=1 ===> Cleaning for gmake-3.80_2 ===> Cleaning for pkgconfig-0.20_2 ===> Cleaning for glib-1.2.10_12 ===> Cleaning for gtk-1.2.10_15 ===> Cleaning for XFree86-libraries-4.5.0 ===> Cleaning for gettext-0.14.5_2 ===> Cleaning for perl-5.8.8 ===> Cleaning for libtool-1.5.22_2 ===> Cleaning for imake-4.5.0 ===> Cleaning for freetype2-2.1.10_3 ===> Cleaning for fontconfig-2.3.2_4,1 ===> Cleaning for libiconv-1.9.2_2 ===> Cleaning for expat-2.0.0_1 ===> Cleaning for gtk-theme-switch-1.0.1_3 ===> Extracting for gtk-theme-switch-1.0.1_3 => MD5 Checksum mismatch for gtk-theme-switch-1.0.1.tar.gz. => SHA256 Checksum mismatch for gtk-theme-switch-1.0.1.tar.gz. . . . Note that despite saying: ---> Deleting mismatched files nothing was actually deleted. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 18:06:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BD916DB53 for ; Wed, 7 Jun 2006 16:00:23 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id A183443D4C for ; Wed, 7 Jun 2006 16:00:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 81985 invoked from network); 7 Jun 2006 16:00:19 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 7 Jun 2006 16:00:19 -0000 Message-ID: <4486F811.3080207@FreeBSD.org> Date: Wed, 07 Jun 2006 18:00:17 +0200 From: Alex Dupre User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: Florent Thoumie References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> In-Reply-To: <1149672527.851.2.camel@mayday.esat.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 18:06:48 -0000 Florent Thoumie wrote: > It should not be portmaster specific. The error has been made with > portupgrade and portmanager. Please don't do it again. You are absolutely right. > I've proposed a somewhat hackish solution for this some weeks ago: And I've extended it to create a primitive but usable port: http://www.alexdupre.com/portconf.tar.gz Please test and comment. I've happily replaced portupgrade with portmaster + portconf. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 18:30:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD7B16F98A for ; Wed, 7 Jun 2006 16:36:46 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B97743D53 for ; Wed, 7 Jun 2006 16:36:45 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA18171 for ; Wed, 07 Jun 2006 19:36:43 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4487009A.3010505@icyb.net.ua> Date: Wed, 07 Jun 2006 19:36:42 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Subject: port candidate: xrefactory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 18:30:28 -0000 I'd like to nominate a piece of software to be a FreeBSD port: http://www.xref-tech.com/xrefactory/main.html This is a tool for source code browsing and refactoring, it can do useful things like renaming a symbol (respecting its scope and type), making a function out of a selected block of code, etc. It is designed to work with (x)emacs. There are two versions - one that can work with C++, it costs money and only a trial version is available for download. The other version works with C and Java, and it is free: http://www.xref-tech.com/xrefactory-java/main.html It has the following license: # 1.) SOFTWARE: Xrefactory for Java and associated documentation is referred as "the Software" in the rest of this document. # 2.) USAGE: You are free to download, install and store the software without a charge. You are free to use this software without charges in any project whether commercial or not. # 3.) RESELLING: You are NOT allowed to resell the software to third parties in any form. # 4.) WARRANTY: THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. So the only prohibitive statement is about "reselling". I think that it does not preclude redistribution with packages, but that better be checked with the authors. Anyway, it can perfectly be used as a port. Unfortunately, this is a not ready-made candidate for ports like things based on configure and make. But I think that its build script can be easily hacked to properly build the software and installation should copy the built stuff to proper location. At the end I'd like to repeat my praises for this thing - I used it to improve and extend some C code and it helped me a lot. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 18:34:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B1616BDC5 for ; Wed, 7 Jun 2006 16:48:44 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8941F43D48 for ; Wed, 7 Jun 2006 16:48:43 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id F2768D6A99A for ; Wed, 7 Jun 2006 12:48:41 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Wed, 07 Jun 2006 12:48:44 -0400 X-Sasl-enc: tcP/rQVuflOn4D9RWDKchxrfiVYIlGLgF4TV8MKUUZwi 1149698924 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 5C4462F07 for ; Wed, 7 Jun 2006 12:48:44 -0400 (EDT) From: RW To: freebsd-ports@freebsd.org Date: Wed, 7 Jun 2006 17:48:37 +0100 User-Agent: KMail/1.9.1 References: <4485DBF5.3070705@FreeBSD.org> <200606071217.04041.hannes.hauswedell@gmail.com> In-Reply-To: <200606071217.04041.hannes.hauswedell@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071748.39135.list-freebsd-2004@morbius.sent.com> Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 18:34:35 -0000 On Wednesday 07 June 2006 13:17, Hannes Hauswedell wrote: > 1) i would wish for portupgrade to automatically meet new requirements upon > upgrading. both pkg_add and make install do this, portupgrade should too. AFAIK portupgrade runs "make install" From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 18:40:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC10516E41D; Wed, 7 Jun 2006 17:05:46 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13AC43D72; Wed, 7 Jun 2006 17:05:39 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao01.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060607170537.THAQ23821.centrmmtao01.cox.net@mezz.mezzweb.com>; Wed, 7 Jun 2006 13:05:37 -0400 Date: Wed, 07 Jun 2006 12:06:02 -0500 To: "Mark Hobden" References: <4485DBF5.3070705@FreeBSD.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: User-Agent: Opera M2/8.54 (Linux, build 1745) Cc: freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 18:40:59 -0000 On Wed, 07 Jun 2006 03:33:25 -0500, Mark Hobden wrote: > On 06/06/06, Sergey Matveychuk wrote: >> Portupgrade ideas page was created on our wiki server: >> http://wiki.freebsd.org/portupgrade >> >> I would like to hear your ideas, wishes and comments. > > My request would be for portupgrade to include an option that runs > through every port it wants to upgrade first and runs 'make config', > so it does not get stuck half way through an unattended upgrade > waiting for options. This "portupgrade -m 'config-recursive'" doesn't work? I never use this -m option, so I have no idea if it will working with config(-recursive). Cheers, Mezz > Thanks, -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 18:52:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E364016D6A5 for ; Wed, 7 Jun 2006 17:26:34 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6C043D4C for ; Wed, 7 Jun 2006 17:26:33 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060607172629.IYWT12772.centrmmtao02.cox.net@mezz.mezzweb.com>; Wed, 7 Jun 2006 13:26:29 -0400 Date: Wed, 07 Jun 2006 12:26:57 -0500 To: "Hans Lambermont" References: <4485DBF5.3070705@FreeBSD.org> <20060607121927.GA19923@leia.lambermont.dyndns.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20060607121927.GA19923@leia.lambermont.dyndns.org> User-Agent: Opera M2/8.54 (Linux, build 1745) Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 18:52:55 -0000 On Wed, 07 Jun 2006 07:19:27 -0500, Hans Lambermont wrote: > Sergey Matveychuk wrote: > >> Portupgrade ideas page was created on our wiki server: >> http://wiki.freebsd.org/portupgrade >> I would like to hear your ideas, wishes and comments. > > - improved robustness : > - understand ruby/portupgrade upgrade order. Maybe restart after one > of these was upgraded too ? > - warn about UPDATING entries for ports that upgrade 'over' > (time-wise) such an entry before upgrading starts, maybe even > default to requiring a 'do continue' user action. > - be able to handle gnome and glib upgrades, basically obsoleting > gnome_upgrade.sh We already have obsolted gnome_upgrade.sh for GNOME 2.12 -> 2.14 when we have found a bug in libtool. But I understand your point of portupgrade is supposed to be able to handle that kind of issue before we obsolted gnome_upgrade.sh. > - similar for perl, maybe mention perl-after-upgrade ? > - save backout modules somewhere and add interface backout to a set of > these saved modules. > - speed : > - 'make config' default on all target ports before starting the first > build. I never have use portupgrade -m, so have no idea if it will working... Have you tried "portupgrade -m 'config-recursive'"? or "portupgrade -m 'config'"? > - 'make fetch' option on all target ports before starting the first > build. The portupgrade -F will downloading the distfile first, no build/install. But you can do 'portupgrade -F[...] ; portupgrade -a[...]' if you want to fetch first then build/install. Cheers, Mezz > - clarity : > - show a dependency graph of the entire upgrade order beforehand, also > listing the KNOBS (make.conf and pkgtools) and OPTIONS per port. > - list the ports afterwards that were newly installed during an > upgrade. > - option to show all relevant pkg-message files at the end of the > upgrade again. > > regards, > Hans Lambermont -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 19:14:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8086A16CA77; Wed, 7 Jun 2006 16:55:08 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtai05.cox.net (centrmmtai05.cox.net [70.168.83.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995A543D45; Wed, 7 Jun 2006 16:55:07 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060607165501.PCEX14774.centrmmtao04.cox.net@mezz.mezzweb.com>; Wed, 7 Jun 2006 12:55:01 -0400 To: "Kris Kennaway" References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <20060607031732.GB12014@xor.obsecurity.org> Message-ID: Date: Wed, 07 Jun 2006 11:55:31 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20060607031732.GB12014@xor.obsecurity.org> User-Agent: Opera M2/8.54 (Linux, build 1745) Cc: Jiawei Ye , freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 19:14:44 -0000 On Tue, 06 Jun 2006 22:17:32 -0500, Kris Kennaway wrote: > On Wed, Jun 07, 2006 at 10:39:50AM +0800, Jiawei Ye wrote: >> On 6/7/06, Kris Kennaway wrote: >> >> If all customizations are to be done in make.conf, what is the point >> >> of MAKE_ARGS in pkgtools.conf? >> > >> >Flexibility, it's not supposed to be the primary means of customizing >> >your ports, that's make.conf's job. >> > >> >Kris >> Eh, not supposed to be? I have to admit that this idea of >> "correctness" is new to me. > > It's "correct" in the sense of "this is the way it was designed to > work". portupgrade relies on the INDEX for computing dependencies, > and the INDEX is a ports collection construct that uses ports > collection resources including make.conf. The portupgrade always work without INDEX. My INDEX is empty and I never need it. # ls -l /usr/ports/INDEX.dummy -rw-r--r-- 1 root wheel 0 May 20 2003 /usr/ports/INDEX.dummy # make -V PORTS_INDEX /usr/ports/INDEX.dummy The portupgrade's pkgversion will not work without INDEX, but I prefer to use pkg_version instead. Cheers, Mezz >> I have been using portupgrade since it >> came into the ports tree. One thing I like about the >> portupgrade/portmanager style of managing ports make_args is that they >> provide a very simple syntax for specifying per-port args. >> ''=>'arg1 arg2.....' (portupgrade style) >> |arg1 arg2 arg3| (portmanager style) >> >> Does make.conf provide such syntax? Last time I read from the ML, one >> needs the {curdir} magic boiler plate for that. It is hard on the eyes >> and reduces useful information on a 80x25 console IMHO. > > The latter. > > Kris -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 19:14:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B7716FFA4 for ; Wed, 7 Jun 2006 16:55:41 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao04.cox.net (centrmmtao04.cox.net [70.168.83.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADF443D45 for ; Wed, 7 Jun 2006 16:55:40 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060607165532.PCSJ14774.centrmmtao04.cox.net@mezz.mezzweb.com>; Wed, 7 Jun 2006 12:55:32 -0400 Date: Wed, 07 Jun 2006 11:56:03 -0500 To: "Xin LI" References: <44863391.9000805@dilkie.com> <1149647154.965.4.camel@spirit> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1149647154.965.4.camel@spirit> User-Agent: Opera M2/8.54 (Linux, build 1745) Cc: Lee Dilkie , Freebsd-Ports Subject: Re: mailman upgrade broke "group mismatch" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 19:14:46 -0000 On Tue, 06 Jun 2006 21:25:54 -0500, Xin LI wrote: > Hi, Lee, > > 在 2006-06-06二的 22:01 -0400,Lee Dilkie写é“: >> I've tried changing the group on the /usr/local/mailman tree to >> "mailnull" >> >> I've tried setting MM_GROUPNAME=mailnull and MM_GROUPID=26 (mailnull's >> group ID) in /etc/make.conf and running portupgrade -f mailman. In >> order for "configure" to work I have to "chgrp -R >> mailnull /usr/local/mailman" first. But that doesn't work in the end >> either. Actually, the web interface works but posts to lists don't do >> anything, no bounce either. >> >> I've tried mv-ing /usr/local/mailman to another directory and >> re-installing mailman into a clean directory, copying over those files >> I think are important from the old dir (all my lists and stuff), and >> still it doesn't work. BTW, the default mailman from ports does *not* >> use group "mailnull", it uses "mailman". >> >> Just what do I have to do to get my lists back up and working again? > > Have you tried to have a "make config" in ports/mail/mailman and choose > postfix, then deinstall and reinstall the port? > > BTW. Having the configuration in /etc/make.conf is not generally > encouraged. If you use portupgrade(1) then it would be better to > use /usr/local/etc/pkgtools.conf instead. I disagree, the make.conf is global and will work by any tools. Therefore, pkgtools.conf is not generally encouraged. Cheers, Mezz > Cheers, -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 19:16:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CCBC16BED9 for ; Wed, 7 Jun 2006 17:01:31 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA1743D45 for ; Wed, 7 Jun 2006 17:01:30 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 2118D22C8D; Wed, 7 Jun 2006 19:01:28 +0200 (CEST) Date: Wed, 7 Jun 2006 19:01:28 +0200 From: Erwin Lansing To: freebsd-ports@freebsd.org Message-ID: <20060607170127.GW74938@droso.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <86lks95l3v.fsf@makesig.3322.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZF1t0IC2USSPoN83" Content-Disposition: inline In-Reply-To: <86lks95l3v.fsf@makesig.3322.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.11 Subject: Re: a script to find installed ports@ maintained ports infos X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 19:16:11 -0000 --ZF1t0IC2USSPoN83 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 06:13:56PM +0800, Dryice Liu wrote: >=20 > I really like the script posted here some time ago that shows all the > un-maintained ports installed on one's system. >=20 > However when I tried to take maintainership of some of them, I found > lots of them are already in the latest version and builds perfectly on > all platform. And I'm not comfitable with sending a PR that just put > my name there :) There is some controversy about if this is a good idea or not. After a short discussion on portmgr we decided that we really need more maintainers, so we welcome all people to take up a port. People should realize that being a maintainer has some responsibilities and sending an update along with the maintainer patch is a good way of showing that they know what they are getting into. >=20 > So I scratch this script to check against > http://beta.inerd.com/portscout/ports@freebsd.org.html and > http://portsmon.firepipe.net/portsconcordanceformaintainer.py?maintainer= =3Dports%40freebsd > for possible new versions, build errors, and related PRs. Thus I can > have a better idea which one I should look at first. >=20 Aaah! So that's where all the load on my box is coming from :-) You should change the url to portsmon.freebsd.org. Portsmon was moved =66rom firepipe some time ago and the url only works for people that haven't updated their bookmarks yet and I can't say how long it's going to stay. Whenever we move portsmon around again, the freebsd.org alias will stay. Cheers, -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --ZF1t0IC2USSPoN83 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEhwZnqy9aWxUlaZARApxhAKDVKKLBBKCbYNtXDT3VW/swPokV3gCeLThK E+fE88jdA33Zg/rH95/5e0w= =n+wI -----END PGP SIGNATURE----- --ZF1t0IC2USSPoN83-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 19:38:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B8516A5D0; Wed, 7 Jun 2006 17:47:07 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F91343D53; Wed, 7 Jun 2006 17:47:00 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (omega.iib.unsam.edu.ar [192.168.10.14]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k57Hjtoh093111; Wed, 7 Jun 2006 14:45:56 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (localhost [127.0.0.1]) by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id k57HkfnP058828; Wed, 7 Jun 2006 14:46:56 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by omega.iib.unsam.edu.ar (8.13.6/8.13.3/Submit) id k57Hkex0058825; Wed, 7 Jun 2006 14:46:40 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: omega.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 7 Jun 2006 14:46:40 -0300 From: Fernan Aguero To: Hans Lambermont Message-ID: <20060607174640.GE81931@iib.unsam.edu.ar> Mail-Followup-To: Hans Lambermont , freebsd-ports@freebsd.org, sem@freebsd.org References: <4485DBF5.3070705@FreeBSD.org> <20060607121927.GA19923@leia.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060607121927.GA19923@leia.lambermont.dyndns.org> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org, sem@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 19:38:36 -0000 +----[ Hans Lambermont (07.Jun.2006 13:44): | | Sergey Matveychuk wrote: | | > Portupgrade ideas page was created on our wiki server: | > http://wiki.freebsd.org/portupgrade | > I would like to hear your ideas, wishes and comments. | | - improved robustness : [snipped] | - warn about UPDATING entries for ports that upgrade 'over' | (time-wise) such an entry before upgrading starts, maybe even | default to requiring a 'do continue' user action. | +----] Some time ago, I suggested on the list the idea of having a periodic script that would check entries in UPDATING against the list of installed ports and warn the user ("a notice in UPDATING has been made for port X that you have installed"). Much like portaudit does when checking against VUXML, and much like what you're suggesting, but this time incorporated into portupgrade. I even proposed to code it and abandoned the idea right away. The problem is that UPDATING lacks important information about the affected ports. Suppose you parse the file and notice that mail/fetchmail is an affected port and the user has fetchmail-6.3.4_1 installed ... how can you tell if fetchmail-6.3.4_1 is affected (and the user has to be warned) or if the notice only applies to fetchmail versions prior to 6.3.4? The only thing in UPDATING that might be used to tell this is the date string (20060512), but then you have to make a call to the cvs repo to link the date with a specific PORTVERSION or PORTREVISION. So, to get this functionality, we have to change UPDATING first to add more information (at least PORTVERSION and PORTREVISION) to each entry. Time for a RFC about UPDATING? Fernan From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 19:49:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5BB16B256 for ; Wed, 7 Jun 2006 18:12:38 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAEB43D64 for ; Wed, 7 Jun 2006 18:12:35 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.4/8.13.6) with ESMTP id k57IFKl1099027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jun 2006 14:15:26 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-ports@freebsd.org Date: Wed, 7 Jun 2006 14:12:36 -0400 User-Agent: KMail/1.9.1 References: <447B76FA.1030304@wm-access.no> <20060530020354.GA96718@xor.obsecurity.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1304368.mUWftK0JTU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200606071412.45003.amistry@am-productions.biz> X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_80, J_CHICKENPOX_15,MYFREEBSD2 autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1517/Tue Jun 6 20:05:07 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: Sam Lawrance , Sten Daniel S?rsdal Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 19:49:26 -0000 --nextPart1304368.mUWftK0JTU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 June 2006 06:29, Sam Lawrance wrote: > On 30/05/2006, at 12:03 PM, Kris Kennaway wrote: > > On Tue, May 30, 2006 at 12:34:34AM +0200, Sten Daniel S?rsdal=20 wrote: > >> Does this one go to database@ or ports@ > >> > >> FreeBSD 6.1 RELEASE (i386) considered threadsafe with Postgresql > >> 8.1.3. > >> I ran 8.1.2 without any noticable effects but after upgrading > >> from 5.4 > >> to 6.1 by means of making world (make buildworld; make kernel; > >> reboot; > >> rm -rf /usr/obj/*; make buildworld; shutdown now; mergemaster > >> -p; make > >> installworld; mergemaster -i; sync; reboot; make kernel; reboot) > >> > >> I have had segmentation faults (signal 11) of conftest whenever > >> i try to > >> build it from ports. My local ports and src tree is the same as > >> the one > >> distributed with 6.1 RELEASE (from 6.1 RELEASE CD) > >> > >> I built world with -O2 -pipe and kernel with -O2 -pipe. kernel > >> is not generic but instead i run my own configuration > >> (included). In /etc/make.conf i chose not to build games and > >> shared docs. > >> > >> I'm fairly certain the memory chips are ok after a few rounds of > >> memtest86. > >> > >> options CLK_USE_I8254_CALIBRATION > >> options PQ_CACHESIZE=3D512 > >> options DIRECTIO > >> options SW_WATCHDOG > >> options MP_WATCHDOG > >> options ZERO_COPY_SOCKETS > >> options AUTO_EOI_1 > >> options AUTO_EOI_2 > > > > That's a lot of weird options, are you sure you need them? > > > > Look at what the relevant conftest.c is running, verify it > > segfaults when you run it by hand, then post the code. > > Not to mention compiling the kernel with -O2 is unsupported, and > generally considered a bad idea. Not true. For kernel compiling -O2 has been supported since 6.0. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1304368.mUWftK0JTU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEhxccxqA5ziudZT0RAim/AKC6Bi1MFnhmG9WgZtGALQljuc06UwCdFnWW zaK4SAh+AHuvMu9e2/+R9fA= =h5ir -----END PGP SIGNATURE----- --nextPart1304368.mUWftK0JTU-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 20:48:05 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E77C17036D; Wed, 7 Jun 2006 19:02:55 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B7D43D5E; Wed, 7 Jun 2006 19:02:42 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id D64311172F; Wed, 7 Jun 2006 21:02:38 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83909-10; Wed, 7 Jun 2006 21:02:29 +0200 (CEST) Received: from cream.stl.xbsd.org (unknown [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 2828B11491; Wed, 7 Jun 2006 21:02:29 +0200 (CEST) From: Florent Thoumie To: Alex Dupre In-Reply-To: <4486F811.3080207@FreeBSD.org> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> <4486F811.3080207@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nK93hGYi9Uu3w3+bF+q8" Date: Wed, 07 Jun 2006 20:02:23 +0100 Message-Id: <1149706943.12813.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 20:48:07 -0000 --=-nK93hGYi9Uu3w3+bF+q8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-06-07 at 18:00 +0200, Alex Dupre wrote: > Florent Thoumie wrote: > > It should not be portmaster specific. The error has been made with > > portupgrade and portmanager. Please don't do it again. >=20 > You are absolutely right. >=20 > > I've proposed a somewhat hackish solution for this some weeks ago: >=20 > And I've extended it to create a primitive but usable port: >=20 > http://www.alexdupre.com/portconf.tar.gz >=20 > Please test and comment. >=20 > I've happily replaced portupgrade with portmaster + portconf. Looks fine! I was about to propose to make a port of it. You saved me some minutes :-) --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-nK93hGYi9Uu3w3+bF+q8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEhyK/MxEkbVFH3PQRAoClAJ44fQYBIjVY3YZtifinCgKBDd066QCfaHYn ktU4rKQZdXAT5Hk/HlLYGV0= =+B5m -----END PGP SIGNATURE----- --=-nK93hGYi9Uu3w3+bF+q8-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 21:18:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F3716FEF9; Wed, 7 Jun 2006 19:13:41 +0000 (UTC) (envelope-from drosih@rpi.edu) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723BE43D76; Wed, 7 Jun 2006 19:13:37 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.1/8.13.1) with ESMTP id k57JDYaK017334; Wed, 7 Jun 2006 15:13:35 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <4485DBF5.3070705@FreeBSD.org> Date: Wed, 7 Jun 2006 15:13:33 -0400 To: "Sergey Matveychuk" From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3 Cc: freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 21:18:00 -0000 At 9:33 AM +0100 6/7/06, Mark Hobden wrote: >On 06/06/06, Sergey Matveychuk wrote: >>Portupgrade ideas page was created on our wiki server: >>http://wiki.freebsd.org/portupgrade >> >>I would like to hear your ideas, wishes and comments. > >My request would be for portupgrade to include an option >that runs through every port it wants to upgrade first and >runs 'make config', so it does not get stuck half way >through an unattended upgrade waiting for options. Yes, I would be very happy if portupgrade could do something like this. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 22:13:51 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B111A16AD8B for ; Wed, 7 Jun 2006 19:51:32 +0000 (UTC) (envelope-from webmaster@dis.gov.lc) Received: from disadmin.securesites.net (disadmin.securesites.net [204.202.252.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD67E43D80 for ; Wed, 7 Jun 2006 19:51:18 +0000 (GMT) (envelope-from webmaster@dis.gov.lc) Received: from dis.gov.lc (unknown [208.0.225.27]) by disadmin.securesites.net (Postfix) with ESMTP id 0E309208D562; Wed, 7 Jun 2006 19:51:17 +0000 (GMT) Received: from localhost (localhost.dis.gov.lc [127.0.0.1]) by dis.gov.lc (Postfix) with ESMTP id 61E931CC52; Wed, 7 Jun 2006 15:51:12 -0400 (AST) X-Virus-Scanned: amavisd-new at dis.gov.lc Received: from dis.gov.lc ([127.0.0.1]) by localhost (virgo.dis.gov.lc [127.0.0.1]) (amavisd-new, port 10024) with LMTP id G9YlbNXTBM0s; Wed, 7 Jun 2006 15:51:10 -0400 (AST) Received: from [10.200.21.12] (webmaster-roam.dis.gov.lc [10.200.21.12]) by dis.gov.lc (Postfix) with ESMTP id 113951CC0E; Wed, 7 Jun 2006 15:51:10 -0400 (AST) Message-ID: <44872E2A.7000105@dis.gov.lc> Date: Wed, 07 Jun 2006 15:51:06 -0400 From: "Richard D.M. Alfred" Organization: Department of Information Services User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd@unixfreunde.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: smbldap-tools-0.9.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: Wed, 07 Jun 2006 22:13:52 -0000 I am getting this error when I attempt to add a user: Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/lib/perl5/site_perl/5.8.8/smbldap_tools.pm line 6, line 225. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/smbldap_tools.pm line 6, line 225. Compilation failed in require at /usr/local/sbin/smbldap-useradd line 32, line 225. BEGIN failed--compilation aborted at /usr/local/sbin/smbldap-useradd line 32, line 225. My application worked just fine before this last upgrade. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 23:13:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B95316A790 for ; Wed, 7 Jun 2006 20:44:50 +0000 (UTC) (envelope-from markhobden@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFCE43D48 for ; Wed, 7 Jun 2006 20:44:49 +0000 (GMT) (envelope-from markhobden@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so255277nzn for ; Wed, 07 Jun 2006 13:44:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CLufY5BilWB5x6z35U99pHIlwklMmZNM+mBiy05sbrnCxARDDMT67ohZGGm8x6mqnb3UVrVzXKowlcGn6uPO+AR7emkIxW7F3N7Nc6iZ0luYwg53reB6AZSv1iE2y3EQ8cPnDIB29ZNnbRE9to8BMl/42kCqOLfWC5jlBSVL2Mw= Received: by 10.64.24.20 with SMTP id 20mr1095385qbx; Wed, 07 Jun 2006 13:44:48 -0700 (PDT) Received: by 10.64.249.9 with HTTP; Wed, 7 Jun 2006 13:44:48 -0700 (PDT) Message-ID: Date: Wed, 7 Jun 2006 21:44:48 +0100 From: "Mark Hobden" To: "Jeremy Messenger" 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: <4485DBF5.3070705@FreeBSD.org> Cc: freebsd-ports@freebsd.org, Sergey Matveychuk Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 23:13:00 -0000 > On Wed, 07 Jun 2006 03:33:25 -0500, Mark Hobden > wrote: > > My request would be for portupgrade to include an option that runs > > through every port it wants to upgrade first and runs 'make config', > > so it does not get stuck half way through an unattended upgrade > > waiting for options. > > This "portupgrade -m 'config-recursive'" doesn't work? I never use this -m > option, so I have no idea if it will working with config(-recursive). I believe the command just appends config-recursive to the make command: make config-recursive PORT_UPGRADE=yes -DFORCE_PKG_REGISTER reinstall So if I run: portupgrade -m 'config-recursive' -a I believe I could still get stuck on a config screen after it has spent some time upgrading the first few ports. -- Mark From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 23:13:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E5A16C4EB for ; Wed, 7 Jun 2006 21:03:24 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E2E43D53 for ; Wed, 7 Jun 2006 21:03:16 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 30464 invoked by uid 507); 8 Jun 2006 07:03:15 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 8 Jun 2006 07:03:15 +1000 In-Reply-To: <200606071412.45003.amistry@am-productions.biz> References: <447B76FA.1030304@wm-access.no> <20060530020354.GA96718@xor.obsecurity.org> <200606071412.45003.amistry@am-productions.biz> Mime-Version: 1.0 (Apple Message framework v750) X-Gpgmail-State: !signed Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 8 Jun 2006 07:03:14 +1000 To: Anish Mistry X-Mailer: Apple Mail (2.750) Cc: Sten Daniel S?rsdal , freebsd-ports@freebsd.org Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 23:13:46 -0000 On 08/06/2006, at 4:12 AM, Anish Mistry wrote: > On Wednesday 07 June 2006 06:29, Sam Lawrance wrote: >> On 30/05/2006, at 12:03 PM, Kris Kennaway wrote: >>> On Tue, May 30, 2006 at 12:34:34AM +0200, Sten Daniel S?rsdal > wrote: >>>> Does this one go to database@ or ports@ >>>> >>>> FreeBSD 6.1 RELEASE (i386) considered threadsafe with Postgresql >>>> 8.1.3. >>>> I ran 8.1.2 without any noticable effects but after upgrading >>>> from 5.4 >>>> to 6.1 by means of making world (make buildworld; make kernel; >>>> reboot; >>>> rm -rf /usr/obj/*; make buildworld; shutdown now; mergemaster >>>> -p; make >>>> installworld; mergemaster -i; sync; reboot; make kernel; reboot) >>>> >>>> I have had segmentation faults (signal 11) of conftest whenever >>>> i try to >>>> build it from ports. My local ports and src tree is the same as >>>> the one >>>> distributed with 6.1 RELEASE (from 6.1 RELEASE CD) >>>> >>>> I built world with -O2 -pipe and kernel with -O2 -pipe. kernel >>>> is not generic but instead i run my own configuration >>>> (included). In /etc/make.conf i chose not to build games and >>>> shared docs. >>>> >>>> I'm fairly certain the memory chips are ok after a few rounds of >>>> memtest86. >>>> >>>> options CLK_USE_I8254_CALIBRATION >>>> options PQ_CACHESIZE=512 >>>> options DIRECTIO >>>> options SW_WATCHDOG >>>> options MP_WATCHDOG >>>> options ZERO_COPY_SOCKETS >>>> options AUTO_EOI_1 >>>> options AUTO_EOI_2 >>> >>> That's a lot of weird options, are you sure you need them? >>> >>> Look at what the relevant conftest.c is running, verify it >>> segfaults when you run it by hand, then post the code. >> >> Not to mention compiling the kernel with -O2 is unsupported, and >> generally considered a bad idea. > Not true. For kernel compiling -O2 has been supported since 6.0. I'm not aware of it. Got a pointer to some documentation or list archives so I can read up? From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 23:16:31 2006 Return-Path: X-Original-To: FreeBSD-Ports@freebsd.org Delivered-To: FreeBSD-Ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A4416D0E3 for ; Wed, 7 Jun 2006 20:46:50 +0000 (UTC) (envelope-from hannes.hauswedell@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05CA43D48 for ; Wed, 7 Jun 2006 20:46:49 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: by ug-out-1314.google.com with SMTP id j3so491984ugf for ; Wed, 07 Jun 2006 13:46:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:disposition-notification-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=MvlBE0h1W3xmcKsurHV2ehG2OdcLSTFM0ZsK4ciH+60T1rFPsyyxbCgE3nOo9BMIDqBePsCrZKbJXveVZSfpPyMcs5RZ3fpcVBKzmrngaJKWvwatWGG5a+dYDKEoZkgGziQaCJVJ5zP8pCGCr6P3s0JyMOrNfrrP0vvMA5cu3Rs= Received: by 10.67.15.3 with SMTP id s3mr873308ugi; Wed, 07 Jun 2006 13:46:48 -0700 (PDT) Received: from ?192.168.2.80? ( [85.220.132.38]) by mx.gmail.com with ESMTP id q1sm1403961uge.2006.06.07.13.46.47; Wed, 07 Jun 2006 13:46:48 -0700 (PDT) From: Hannes Hauswedell To: FreeBSD-Ports@freebsd.org Date: Wed, 7 Jun 2006 21:07:37 +0000 User-Agent: KMail/1.9.1 References: <4485DBF5.3070705@FreeBSD.org> <200606071217.04041.hannes.hauswedell@gmail.com> <200606071748.39135.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200606071748.39135.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606072107.37528.hannes.hauswedell@gmail.com> Cc: Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 23:16:32 -0000 >> 1) i would wish for portupgrade to automatically meet new requirements upon >> upgrading. both pkg_add and make install do this, portupgrade should too. > AFAIK portupgrade runs "make install" when installing from sources, yes. (as i also stated in point 2). but when installing from packages it does not. that why it says in the man page: Do a massive network binary upgrade: portupgrade -aPPR else the -R wouldnt make any sense. i remember it explaining the situtation in more dertail, but i cant find it in the man right now. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 23:17:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B2316EE38; Wed, 7 Jun 2006 20:48:09 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CDB43D45; Wed, 7 Jun 2006 20:48:05 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (omega.iib.unsam.edu.ar [192.168.10.14]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k57Kkwoh001604; Wed, 7 Jun 2006 17:46:58 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (localhost [127.0.0.1]) by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id k57Km0w2012979; Wed, 7 Jun 2006 17:48:00 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by omega.iib.unsam.edu.ar (8.13.6/8.13.3/Submit) id k57KlxXD012976; Wed, 7 Jun 2006 17:47:59 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: omega.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 7 Jun 2006 17:47:59 -0300 From: Fernan Aguero To: Alex Dupre Message-ID: <20060607204759.GI81931@iib.unsam.edu.ar> Mail-Followup-To: Alex Dupre , Florent Thoumie , Doug Barton , freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: Doug Barton , freebsd-ports@freebsd.org, Florent Thoumie Subject: portsconf (Was Re: portmaster) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 23:17:29 -0000 +----[ Alex Dupre (07.Jun.2006 16:08): | | Florent Thoumie wrote: | >It should not be portmaster specific. The error has been made with | >portupgrade and portmanager. Please don't do it again. | | You are absolutely right. | | >I've proposed a somewhat hackish solution for this some weeks ago: | | And I've extended it to create a primitive but usable port: | | http://www.alexdupre.com/portconf.tar.gz | | Please test and comment. | | I've happily replaced portupgrade with portmaster + portconf. | +----] Alex, everything is working for me. However, the issues about truncated values described in http://lists.freebsd.org/pipermail/freebsd-ports/2006-May/032068.html still exist. So, to your pkg-message I would add that care should be taken to avoid quoting the values of variables or else strange things would happen. Using the cases described in the above reference (in ports.conf): this works: CONFIGURE_ARGS=--enable-xxx --disable-yyy --with-zzz but these doesn't CONFIGURE_ARGS='--enable-xxx --disable-yyy --with-zzz' CONFIGURE_ARGS="--enable-xxx --disable-yyy --with-zzz" even if the latter two would work on the command line. I still don't understand how truncation happens :( Finally, for consistency (and this is just a cosmetic issue), I'd either rename the port to 'portsconf' or rename the configuration file to 'port.conf' i.e. the script => portsconf the config file => ports.conf the port => portsconf (PORTNAME= portsconf) or the script => portconf the config file => port.conf the portname => portconf Fernan From owner-freebsd-ports@FreeBSD.ORG Wed Jun 7 23:18:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028B216B54C; Wed, 7 Jun 2006 21:40:32 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7879943D58; Wed, 7 Jun 2006 21:40:31 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fo5lL-000Fbc-LG; Wed, 07 Jun 2006 23:40:27 +0200 Date: Wed, 7 Jun 2006 23:40:27 +0200 From: Kirill Ponomarew To: Jeremy Messenger Message-ID: <20060607214027.GD39509@voodoo.bawue.com> References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <20060607031732.GB12014@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-NIC-HDL: KP869-RIPE Keywords: 477273987 Cc: Sergey Matveychuk , Jiawei Ye , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Jun 2006 23:18:11 -0000 On Wed, Jun 07, 2006 at 11:55:31AM -0500, Jeremy Messenger wrote: > The portupgrade always work without INDEX. My INDEX is empty and I never > need it. > > # ls -l /usr/ports/INDEX.dummy > -rw-r--r-- 1 root wheel 0 May 20 2003 /usr/ports/INDEX.dummy > > # make -V PORTS_INDEX > /usr/ports/INDEX.dummy > > The portupgrade's pkgversion will not work without INDEX, but I prefer to > use pkg_version instead. Seconded. During all these years I needed INDEX only for a couple of times. -Kirill From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 00:01:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4145716E3A5 for ; Wed, 7 Jun 2006 21:27:17 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA6443D4C for ; Wed, 7 Jun 2006 21:27:16 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.4/8.13.6) with ESMTP id k57LU7GG001186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jun 2006 17:30:14 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: Sam Lawrance Date: Wed, 7 Jun 2006 17:27:16 -0400 User-Agent: KMail/1.9.1 References: <447B76FA.1030304@wm-access.no> <200606071412.45003.amistry@am-productions.biz> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5684840.UzRJJZms1n"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200606071727.31039.amistry@am-productions.biz> X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_60, J_CHICKENPOX_15,MYFREEBSD3 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1517/Tue Jun 6 20:05:07 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: Sten Daniel S?rsdal , freebsd-ports@freebsd.org Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 00:01:58 -0000 --nextPart5684840.UzRJJZms1n Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 June 2006 17:03, Sam Lawrance wrote: > On 08/06/2006, at 4:12 AM, Anish Mistry wrote: > > On Wednesday 07 June 2006 06:29, Sam Lawrance wrote: > >> On 30/05/2006, at 12:03 PM, Kris Kennaway wrote: > >>> On Tue, May 30, 2006 at 12:34:34AM +0200, Sten Daniel S?rsdal > > > > wrote: > >>>> Does this one go to database@ or ports@ > >>>> > >>>> FreeBSD 6.1 RELEASE (i386) considered threadsafe with > >>>> Postgresql 8.1.3. > >>>> I ran 8.1.2 without any noticable effects but after upgrading > >>>> from 5.4 > >>>> to 6.1 by means of making world (make buildworld; make kernel; > >>>> reboot; > >>>> rm -rf /usr/obj/*; make buildworld; shutdown now; mergemaster > >>>> -p; make > >>>> installworld; mergemaster -i; sync; reboot; make kernel; > >>>> reboot) > >>>> > >>>> I have had segmentation faults (signal 11) of conftest > >>>> whenever i try to > >>>> build it from ports. My local ports and src tree is the same > >>>> as the one > >>>> distributed with 6.1 RELEASE (from 6.1 RELEASE CD) > >>>> > >>>> I built world with -O2 -pipe and kernel with -O2 -pipe. kernel > >>>> is not generic but instead i run my own configuration > >>>> (included). In /etc/make.conf i chose not to build games and > >>>> shared docs. > >>>> > >>>> I'm fairly certain the memory chips are ok after a few rounds > >>>> of memtest86. > >>>> > >>>> options CLK_USE_I8254_CALIBRATION > >>>> options PQ_CACHESIZE=3D512 > >>>> options DIRECTIO > >>>> options SW_WATCHDOG > >>>> options MP_WATCHDOG > >>>> options ZERO_COPY_SOCKETS > >>>> options AUTO_EOI_1 > >>>> options AUTO_EOI_2 > >>> > >>> That's a lot of weird options, are you sure you need them? > >>> > >>> Look at what the relevant conftest.c is running, verify it > >>> segfaults when you run it by hand, then post the code. > >> > >> Not to mention compiling the kernel with -O2 is unsupported, and > >> generally considered a bad idea. > > > > Not true. For kernel compiling -O2 has been supported since 6.0. > > I'm not aware of it. Got a pointer to some documentation or list > archives so I can read up? =46rom /usr/share/examples/etc/make.conf # Note that optimization settings other than -O and -O2 are not=20 recommended # or supported for compiling the world or the kernel - please revert=20 any # nonstandard optimization settings to "-O" or -O2 before submitting=20 bug # reports without patches to the developers. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart5684840.UzRJJZms1n Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEh0TDxqA5ziudZT0RAtfOAKCSVuVfs1L/qfLIwv6JXcTVg9QL9ACgwNmH qXgBEAASVMpITR5I7QZCLtg= =tw3E -----END PGP SIGNATURE----- --nextPart5684840.UzRJJZms1n-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 00:13:13 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC48816B448 for ; Wed, 7 Jun 2006 21:40:29 +0000 (UTC) (envelope-from freebsd@unixfreunde.de) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5DE43D49 for ; Wed, 7 Jun 2006 21:40:28 +0000 (GMT) (envelope-from freebsd@unixfreunde.de) Received: by unixfreunde.net (Postfix, from userid 65534) id 6B8E450708; Wed, 7 Jun 2006 23:40:25 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0-gr0 (2005-09-13) on unixfreunde.de X-Spam-Level: X-Spam-Status: No, score=-100.6 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,USER_IN_WHITELIST autolearn=ham version=3.1.0-gr0 Received: from mwilke.ath.cx (p548D3833.dip0.t-ipconnect.de [84.141.56.51]) by unixfreunde.net (Postfix) with ESMTP id BB882506BC; Wed, 7 Jun 2006 23:40:09 +0200 (CEST) Date: Wed, 7 Jun 2006 23:40:02 +0200 From: Martin Wilke To: "Richard D.M. Alfred" Message-ID: <20060607234002.0b62c7d4@mwilke.ath.cx> In-Reply-To: <44872E2A.7000105@dis.gov.lc> References: <44872E2A.7000105@dis.gov.lc> X-Mailer: Sylpheed-Claws 2.2.2 (GTK+ 2.9.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: smbldap-tools-0.9.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, 08 Jun 2006 00:13:13 -0000 On Wed, 07 Jun 2006 15:51:06 -0400 "Richard D.M. Alfred" wrote: > I am getting this error when I attempt to add a user: > > Can't locate Unicode/MapUTF8.pm in @INC (@INC > contains: /usr/local/sbin/ /usr/local/lib/perl5/5.8.8/BSDPAN > /usr/local/lib/perl5/site_perl/5.8.8/mach > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at > /usr/local/lib/perl5/site_perl/5.8.8/smbldap_tools.pm line 6, > line 225. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/site_perl/5.8.8/smbldap_tools.pm line 6, > line 225. > Compilation failed in require at /usr/local/sbin/smbldap-useradd line > 32, line 225. > BEGIN failed--compilation aborted at /usr/local/sbin/smbldap-useradd > line 32, line 225. > > My application worked just fine before this last upgrade. > Hi Richard, I cannot reproduce the error, you can say to me which system you use? Regards Martin From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 00:15:46 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7673C16AB51; Wed, 7 Jun 2006 21:45: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 3734543D45; Wed, 7 Jun 2006 21:45:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 08EAE1A4D90; Wed, 7 Jun 2006 14:45:39 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 39B6851F45; Wed, 7 Jun 2006 17:45:38 -0400 (EDT) Date: Wed, 7 Jun 2006 17:45:38 -0400 From: Kris Kennaway To: Sergey Matveychuk Message-ID: <20060607214537.GA40788@xor.obsecurity.org> References: <4485DBF5.3070705@FreeBSD.org> <1903867106.20060607001337@serebryakov.spb.ru> <4485E6AE.9070208@FreeBSD.org> <44868D3C.4040102@FreeBSD.org> <44869E97.5090608@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <44869E97.5090608@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Lev Serebryakov , freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 00:15:47 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 01:38:31PM +0400, Sergey Matveychuk wrote: > Lev Serebryakov wrote: > > Sergey Matveychuk wrote: > >> I think it's great, but I'm not sure I'll do it soon. > >> But I plan to implement some locking mechanism to allow to run a few > >> portupgrade processes safely. > > It should be sophisticated lock mechanism, to prevent build depended > > ports before dependee ones. > >=20 >=20 > Sure. So it spends a time for me to project. FYI, you might like to check out the 'makeparallel' pointyhat script (in /usr/ports/Tools). This takes an INDEX as input and spits out an enormous makefile with all dependencies enumerated, so you can just use make -j for parallel builds in correct dependency order. You wouldn't have to construct the full makefile, only the subset corresponding to the ports that are going to be updated. You'd still need mutual exclusion around e.g. the pkgdb, but you wouldn't have to add mutual exclusion throughout bsd.port.mk since make guarantees there will be none (if the index is accurate). Kris --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEh0kBWry0BWjoQKURAkSHAKDKg+8WVNYXdRmzavCGU4QwCx7+BgCcDLzr c0JFBcCEV9ykIoDwl+I0GiM= =MQD2 -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 01:03:26 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E5816B621 for ; Wed, 7 Jun 2006 22:48:33 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C4843D4C for ; Wed, 7 Jun 2006 22:48:32 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.148]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k57MmBQ3077958 for ; Thu, 8 Jun 2006 02:48:21 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Fo6o8-0001LB-DF for freebsd-ports@FreeBSD.org; Thu, 08 Jun 2006 02:47:24 +0400 To: freebsd-ports@FreeBSD.org From: Boris Samorodov Date: Thu, 08 Jun 2006 02:47:23 +0400 Message-ID: <70960100@ho.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: "Boris B. Samorodov" Cc: Subject: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 01:03:26 -0000 --=-=-= Hello dear port users and portmgr members, let me introduce a tiny patch to bsd.ports.mk. As you know, there are two X_WINDOW_SYSTEMs used with FreeBSD. They may be choosed (auto or by hand). So far our ports have had only one to use with linux (linux-XFree86-libs). Five weeks ago netchild@ committed a new one (linux-xorg-libs). Now the question is how to configure the needed linux X libraries. My suggestion is to use a new variable LINUX_X_WINDOW_SYSTEM which by default equals to X_WINDOW_SYSTEM. That will give us flexibility and may prevent (by defining at make.conf) unnecessary immediate rebuilding of all linux ports using X-libs when this patch is committed. The proposed patch compares the variable with the string "xorg". In that case linux-xorg-libs will be used as linux X libraries. Otherwise (eg.): LINUX_X_WINDOW_SYSTEM= LINUX_X_WINDOW_SYSTEM=1 LINUX_X_WINDOW_SYSTEM=XFree86 LINUX_X_WINDOW_SYSTEM=xfree86-4 ...linux-XFree86-libs will be used. Since modern systems use XOrg as default X library *and* linux-XFree86-libs it may be a good idea not only to mention this fact at UPDATING but also mail a heads-up message to ports@, emulation@ and x11@. I know that I should file a PR, but I'd like to listen to your comments and suggestions first. See the attached patch. Thanks. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=bsd.port.mk.patch Content-Description: introduce LINUX_X_WINDOW_SYSTEM to bsd.ports.mk --- bsd.port.mk.orig Thu Jun 8 01:35:34 2006 +++ bsd.port.mk Thu Jun 8 01:59:27 2006 @@ -1414,6 +1414,8 @@ X_WINDOW_SYSTEM ?= xfree86-3 .endif +LINUX_X_WINDOW_SYSTEM ?= ${X_WINDOW_SYSTEM} + # Location of mounted CDROM(s) to search for files CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} @@ -1848,7 +1850,11 @@ .if defined(USE_XLIB) . if defined(USE_LINUX) +. if ${LINUX_X_WINDOW_SYSTEM:L} == xorg +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs +. else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +. endif . else LIB_DEPENDS+= X11.6:${X_LIBRARIES_PORT} . endif --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 02:30:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362B016AE16 for ; Thu, 8 Jun 2006 00:19:04 +0000 (UTC) (envelope-from robbak@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E1643D5F for ; Thu, 8 Jun 2006 00:18:56 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by py-out-1112.google.com with SMTP id m51so378787pye for ; Wed, 07 Jun 2006 17:18:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=ouedCIeZzyr7WRNnH6295CI2YjvUFE/hwoIBAfNjui0uns7uiuEsXuf4NGvJrU7O73lb2bJ9JbK0ngo5mII0ffiPTXrIgQi1id6ff4p+3QL6QVNjArHGCHQp7n5EErguGijn1qJWATnL3xGM87VarxdfQSWX945N95Pu/HxygdQ= Received: by 10.35.98.6 with SMTP id a6mr104002pym; Wed, 07 Jun 2006 17:18:55 -0700 (PDT) Received: by 10.35.78.10 with HTTP; Wed, 7 Jun 2006 17:18:55 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 10:18:55 +1000 From: "Robert Backhaus" Sender: robbak@gmail.com To: "Paul Pathiakis" 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: X-Google-Sender-Auth: fc7ada2281428745 Cc: ports@freebsd.org Subject: Re: slib-guile and GnuCash (PATCH) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 02:30:01 -0000 > > The following patch (to guile) fixes this problem for me. I am going > to do further testing in gnucash to determine that everything works. > If other people can check that it works for other uses of guile, it > can be comitted. > > I have tried most features of gnucash and am satisfied that the patch is all good. Ready to commit. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 02:43:11 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E72B816EBFE for ; Thu, 8 Jun 2006 00:38:51 +0000 (UTC) (envelope-from robbak@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7297B43D45 for ; Thu, 8 Jun 2006 00:38:51 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by py-out-1112.google.com with SMTP id m51so382665pye for ; Wed, 07 Jun 2006 17:38:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=mcDOG8s0gLlM0+u/Y33kxf1L0Qk+v+9OoVglH/In33TK6TmDr75Z1UMgBjs72JJUhOixlJb7aR303ZDx11NBrcAIIuJ4qQ5+1XE6gMnJtEaj2/2s+/SUMYKPrAxbx0fj/qEXpppPVuI2XTv5VWWSBI3FmE5JjQWShWmSI7vS5Yo= Received: by 10.35.66.13 with SMTP id t13mr121663pyk; Wed, 07 Jun 2006 17:38:50 -0700 (PDT) Received: by 10.35.78.10 with HTTP; Wed, 7 Jun 2006 17:38:50 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 10:38:50 +1000 From: "Robert Backhaus" Sender: robbak@gmail.com To: "Paul Pathiakis" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_12392_669693.1149727130812" References: X-Google-Sender-Auth: 97874ff193b3ba24 Cc: ports@freebsd.org Subject: Re: slib-guile and GnuCash (PATCH) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 02:43:11 -0000 ------=_Part_12392_669693.1149727130812 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/8/06, Robert Backhaus wrote: > > > > The following patch (to guile) fixes this problem for me. I am going > > to do further testing in gnucash to determine that everything works. > > If other people can check that it works for other uses of guile, it > > can be comitted. > > > > > > I have tried most features of gnucash and am satisfied that the patch > is all good. Ready to commit. > Aditional patch: simply to unbreak slib-guile and update it's portversion. Sorry about the noise - I'm a little new to this. ------=_Part_12392_669693.1149727130812 Content-Type: application/octet-stream; name=slib-guile.patch Content-Transfer-Encoding: base64 X-Attachment-Id: f_eo6dsogq Content-Disposition: attachment; filename="slib-guile.patch" ZGlmZiAtTnVyIGxhbmcvc2xpYi1ndWlsZS5vcmlnL01ha2VmaWxlIGxhbmcvc2xpYi1ndWlsZS9N YWtlZmlsZQotLS0gbGFuZy9zbGliLWd1aWxlLm9yaWcvTWFrZWZpbGUJVGh1IEp1biAgOCAxMDoz Mzo0MSAyMDA2CisrKyBsYW5nL3NsaWItZ3VpbGUvTWFrZWZpbGUJVGh1IEp1biAgOCAxMDozODow NSAyMDA2CkBAIC02LDcgKzYsNyBAQAogIwogCiBQT1JUTkFNRT0Jc2xpYgotUE9SVFZFUlNJT049 CTNhMSAjIEtlZXAgdGhpcyBpbiBzeW5jIHdpdGggbGFuZy9zbGliCitQT1JUVkVSU0lPTj0JM2Ez ICMgS2VlcCB0aGlzIGluIHN5bmMgd2l0aCBsYW5nL3NsaWIKIENBVEVHT1JJRVM9CWxhbmcgc2No ZW1lCiBNQVNURVJfU0lURVM9CSMgZW1wdHkKIFBLR05BTUVTVUZGSVg9CS1ndWlsZQpAQCAtMTgs OCArMTgsNiBAQAogQlVJTERfREVQRU5EUz0JJHtMT0NBTEJBU0V9L3NoYXJlL3NsaWIvcmVxdWly ZS5zY206JHtQT1JUU0RJUn0vbGFuZy9zbGliIFwKIAkJZ3VpbGU6JHtQT1JUU0RJUn0vbGFuZy9n dWlsZQogUlVOX0RFUEVORFM9CSR7QlVJTERfREVQRU5EU30KLQotQlJPS0VOPQkJRG9lcyBub3Qg aW5zdGFsbAogCiBOT19CVUlMRD0JeWVzCiAK ------=_Part_12392_669693.1149727130812-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 04:55:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 911CC1704E2 for ; Thu, 8 Jun 2006 02:14:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B3843D58 for ; Thu, 8 Jun 2006 02:14:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id k582EYln014099; Wed, 7 Jun 2006 19:14:34 -0700 (PDT) Received: from [192.168.1.251] (pool-68-160-201-170.ny325.east.verizon.net [68.160.201.170]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k582EVG8020691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Jun 2006 19:14:33 -0700 (PDT) Message-ID: <448787FF.7000400@mac.com> Date: Wed, 07 Jun 2006 22:14:23 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Sam Lawrance References: <447B76FA.1030304@wm-access.no> <20060530020354.GA96718@xor.obsecurity.org> <200606071412.45003.amistry@am-productions.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anish Mistry , freebsd-ports@freebsd.org, Sten Daniel S?rsdal Subject: Re: 6.1R: Postgresql 8.1.3 and threadsafe. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 04:55:13 -0000 Sam Lawrance wrote: > On 08/06/2006, at 4:12 AM, Anish Mistry wrote: [ ... ] >>> Not to mention compiling the kernel with -O2 is unsupported, and >>> generally considered a bad idea. >> Not true. For kernel compiling -O2 has been supported since 6.0. > > I'm not aware of it. Got a pointer to some documentation or list > archives so I can read up? Please see cvsweb: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/kern.pre.mk ...and search for "-O2". Seems to have been first enabled on the AMD64 platform in v1.45, and on i386 since v1.6: Revision 1.61 / (download) - annotate - [select for diffs], Tue Jan 18 03:32:53 2005 UTC (16 months, 2 weeks ago) by obrien Branch: MAIN Changes since 1.60: +1 -1 lines Diff to previous 1.60 (colored) While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as it provides truer debugger stack traces. For those that want to stick with -O2 kernel builds, one should probably add -fno-optimize-sibling-calls so that each stack frame as a frame pointer. It is semi-promissed by the Release Engineers that when RELENG_6 is created we go back to -O2. Desired by: scottl, jhb Revision 1.60 / (download) - annotate - [select for diffs], Mon Oct 25 18:24:39 2004 UTC (19 months, 1 week ago) by obrien Branch: MAIN Changes since 1.59: +1 -7 lines Diff to previous 1.59 (colored) Don the teflon coated jacket and use the same -O2 optimization options on the 'i386' kernel that we do all our 64-bit kernels. -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 05:51:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9281016E22E for ; Thu, 8 Jun 2006 03:11:23 +0000 (UTC) (envelope-from jmelo@freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id A229743D5D for ; Thu, 8 Jun 2006 03:11:20 +0000 (GMT) (envelope-from jmelo@freebsdbrasil.com.br) Received: (qmail 47118 invoked by uid 0); 8 Jun 2006 00:12:32 -0300 Received: from jmelo@freebsdbrasil.com.br by capeta.freebsdbrasil.com.br by uid 82 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(201.17.172.244):. Processed in 0.538011 secs); 08 Jun 2006 03:12:32 -0000 Received: from unknown (HELO ?192.168.0.2?) (201.17.172.244) by capeta.freebsdbrasil.com.br with SMTP; 8 Jun 2006 00:12:31 -0300 Message-ID: <44876B3E.1060309@freebsdbrasil.com.br> Date: Wed, 07 Jun 2006 21:11:42 -0300 From: Jean Milanez Melo User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Jeremy Messenger References: <44863391.9000805@dilkie.com> <1149647154.965.4.camel@spirit> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: delphij@delphij.net, Lee@dilkie.com, freebsd-ports@freebsd.org Subject: Re: mailman upgrade broke "group mismatch" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 05:51:12 -0000 Jeremy Messenger wrote: > On Tue, 06 Jun 2006 21:25:54 -0500, Xin LI wrote: > >> Hi, Lee, >> >> 在 2006-06-06二的 22:01 -0400,Lee Dilkie写é“: >>> I've tried changing the group on the /usr/local/mailman tree to >>> "mailnull" >>> >>> I've tried setting MM_GROUPNAME=mailnull and MM_GROUPID=26 (mailnull's >>> group ID) in /etc/make.conf and running portupgrade -f mailman. In >>> order for "configure" to work I have to "chgrp -R >>> mailnull /usr/local/mailman" first. But that doesn't work in the end >>> either. Actually, the web interface works but posts to lists don't do >>> anything, no bounce either. >>> >>> I've tried mv-ing /usr/local/mailman to another directory and >>> re-installing mailman into a clean directory, copying over those files >>> I think are important from the old dir (all my lists and stuff), and >>> still it doesn't work. BTW, the default mailman from ports does *not* >>> use group "mailnull", it uses "mailman". >>> >>> Just what do I have to do to get my lists back up and working again? >> >> Have you tried to have a "make config" in ports/mail/mailman and choose >> postfix, then deinstall and reinstall the port? >> >> BTW. Having the configuration in /etc/make.conf is not generally >> encouraged. If you use portupgrade(1) then it would be better to >> use /usr/local/etc/pkgtools.conf instead. > > I disagree, the make.conf is global and will work by any tools. > Therefore, pkgtools.conf is not generally encouraged. > Hello, I'm mailman maintainer. In the Makefile, the variable MAIL_GID is defined using +=, so when you set this variable in make.conf the resulting MAIL_GID variable would be "mailman mailnull". Tomorrow i'll fix it to ?=, so MAIL_GID in make.conf will work again. Other option is use "make config" in ports directory to choose the MAIL_GID and do all the rest for you. - Jean From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 07:50:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC01916F66C for ; Thu, 8 Jun 2006 06:01:55 +0000 (UTC) (envelope-from dryice@dryice.name) Received: from readonline.info (readonline.info [221.0.230.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC9043D69 for ; Thu, 8 Jun 2006 06:01:53 +0000 (GMT) (envelope-from dryice@dryice.name) Received: from [221.0.142.211] (helo=makesig.3322.org) by readonline.info with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FoDaX-00077p-Ak for freebsd-ports@freebsd.org; Thu, 08 Jun 2006 14:01:49 +0800 To: freebsd-ports@freebsd.org References: <86lks95l3v.fsf@makesig.3322.org> <20060607170127.GW74938@droso.net> From: Dryice Liu Date: Thu, 08 Jun 2006 13:59:27 +0800 In-Reply-To: <20060607170127.GW74938@droso.net> (Erwin Lansing's message of "Wed, 7 Jun 2006 19:01:28 +0200") Message-ID: <86pshkjigw.fsf@makesig.3322.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: a script to find installed ports@ maintained ports infos X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 07:50:45 -0000 Erwin Lansing wrote: > > Aaah! So that's where all the load on my box is coming from :-) > You should change the url to portsmon.freebsd.org. Portsmon was moved > from firepipe some time ago and the url only works for people that > haven't updated their bookmarks yet and I can't say how long it's going > to stay. Thanks! Obviously I'm one of those :) -- Dryice @ http://dryice.name Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 07:56:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1980916AE04 for ; Thu, 8 Jun 2006 06:06:17 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id A0A4443D53 for ; Thu, 8 Jun 2006 06:06:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 89627 invoked from network); 8 Jun 2006 06:06:09 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 8 Jun 2006 06:06:09 -0000 Message-ID: <4487BE50.9070207@FreeBSD.org> Date: Thu, 08 Jun 2006 08:06:08 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20060607204759.GI81931@iib.unsam.edu.ar> In-Reply-To: <20060607204759.GI81931@iib.unsam.edu.ar> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: portsconf (Was Re: portmaster) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 07:56:57 -0000 Fernan Aguero ha scritto: > everything is working for me. However, the issues about > truncated values described in > http://lists.freebsd.org/pipermail/freebsd-ports/2006-May/032068.html > still exist. It's not truncated, it's extended indeed. But that way is incorrect, it's not a valid semantic for make.conf, and trying to fix user's error in the regular expression is too complicated. > So, to your pkg-message I would add that care should be > taken to avoid quoting the values of variables or else > strange things would happen. I'll add a comment, yes, this could be a good idea. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 09:04:56 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C8016B074 for ; Thu, 8 Jun 2006 06:39:29 +0000 (UTC) (envelope-from zaa@ulstu.ru) Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C7B43D48 for ; Thu, 8 Jun 2006 06:39:26 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 273714AC90; Thu, 8 Jun 2006 10:39:16 +0400 (MSD) X-Virus-Scanned: by amavisd-new at ulstu.ru Received: from kernel.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lMzI9kYoNhEa; Thu, 8 Jun 2006 10:39:10 +0400 (MSD) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 2A4D54AC1C for ; Thu, 8 Jun 2006 10:39:10 +0400 (MSD) Received: by orion.ulstu.ru (Postfix, from userid 3909) id 285A51A17; Thu, 8 Jun 2006 10:39:10 +0400 (MSD) Date: Thu, 8 Jun 2006 10:39:10 +0400 From: Alexander Zhuravlev To: ports@freebsd.org Message-ID: <20060608063909.GA9230@orion.ulstu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Cc: Subject: PR ports/97734 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 09:04:59 -0000 Hello, Could someone please take care of the PR? [PATCH] update of sysutils/pecl-fileinfo to 1.0.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/97734 Attached patch file upgrades pecl-fileinfo port to version 1.0.3 and at the same time fixes magic file path determination on FreeBSD 5.x, 6.x systems (/usr/share/misc/file path was not detected correctly). Maintainer timeout: 2 weeks. Thank you. ps. By the way, I can take maintainership of the port if current maintainer do not have any objections. -- Alexander Zhuravlev From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 10:16:34 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35F016C86F for ; Thu, 8 Jun 2006 08:19:47 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C95A43D45 for ; Thu, 8 Jun 2006 08:19:46 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 19778 invoked by uid 507); 8 Jun 2006 18:19:42 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 8 Jun 2006 18:19:42 +1000 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 8 Jun 2006 18:19:43 +1000 To: Robert Backhaus X-Mailer: Apple Mail (2.750) Cc: ports@freebsd.org, Paul Pathiakis Subject: Re: slib-guile and GnuCash (PATCH) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 10:16:34 -0000 On 08/06/2006, at 10:38 AM, Robert Backhaus wrote: > On 6/8/06, Robert Backhaus wrote: >> > >> > The following patch (to guile) fixes this problem for me. I am >> going >> > to do further testing in gnucash to determine that everything >> works. >> > If other people can check that it works for other uses of guile, it >> > can be comitted. >> > >> > >> >> I have tried most features of gnucash and am satisfied that the patch >> is all good. Ready to commit. >> > Aditional patch: simply to unbreak slib-guile and update it's > portversion. > Sorry about the noise - I'm a little new to this. Excellent, thanks for this! I think it will make a lot of people happy :-) I will test and commit straight away. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 10:43:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E78416B483 for ; Thu, 8 Jun 2006 09:13:26 +0000 (UTC) (envelope-from zaa@ulstu.ru) Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6257043D5E for ; Thu, 8 Jun 2006 09:13:18 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 028BC4ACF0; Thu, 8 Jun 2006 13:13:09 +0400 (MSD) X-Virus-Scanned: by amavisd-new at ulstu.ru Received: from kernel.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bMLg2USD0mpc; Thu, 8 Jun 2006 13:13:03 +0400 (MSD) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 869B44ACE2 for ; Thu, 8 Jun 2006 13:13:03 +0400 (MSD) Received: by orion.ulstu.ru (Postfix, from userid 3909) id 7EBF01A27; Thu, 8 Jun 2006 13:13:03 +0400 (MSD) Date: Thu, 8 Jun 2006 13:13:03 +0400 From: Alexander Zhuravlev To: freebsd-ports@freebsd.org Message-ID: <20060608091303.GA22952@orion.ulstu.ru> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Subject: PR ports/97734 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 10:43:11 -0000 Hello, Could someone take care of the PR, please? [PATCH] update of sysutils/pecl-fileinfo to 1.0.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/97734 Attached patch file upgrades pecl-fileinfo port to version 1.0.3 and at the same time fixes magic file path determination on FreeBSD 5.x, 6.x systems (/usr/share/misc/file path was not detected correctly). Maintainer timeout: 2 weeks. ps. By the way, I can take maintainership of the port if current maintainer does not have any objections. -- Alexander Zhuravlev From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 11:39:10 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4045716EB0C for ; Thu, 8 Jun 2006 10:00:19 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 660B343D58 for ; Thu, 8 Jun 2006 10:00:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so287059wxd for ; Thu, 08 Jun 2006 03:00:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=EE0B6QcDHisDarcdz1wSBj/0oVAvc4x3uN+Pg30TlhKiPYKldzg1TgCAnOBHD7o0tgn43k1PsSYPQRyzJV3Sv8ApNFztgbro9cEkMvBDmuehHsT6acXbxHm1HvOQixHxdfHxM2kt+4dciX9iKiImcya+zy+JYqus8+jyQWOV5+g= Received: by 10.70.33.8 with SMTP id g8mr1874682wxg; Thu, 08 Jun 2006 03:00:07 -0700 (PDT) Received: by 10.70.50.15 with HTTP; Thu, 8 Jun 2006 03:00:07 -0700 (PDT) Message-ID: Date: Thu, 8 Jun 2006 14:00:07 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "hermann samso" In-Reply-To: <20060608031704.87E73E5BC7@ws7-2.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060608031704.87E73E5BC7@ws7-2.us4.outblaze.com> X-Google-Sender-Auth: 77a962d2e0b66b6b Cc: FreeBSD Ports , Nicola Vitale Subject: Re: ja6, xmus, xcoor compiled for FreeBSD 6.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: Thu, 08 Jun 2006 11:39:17 -0000 On 6/8/06, hermann samso wrote: > > Hello! > > Fri, 12 May 2006 you asked > from me some collaborative > work of my program ja6 and > FreeBSD. > > I installed FreeBSD in a > DELL 450Mhz Optiplex > without problems, and today > I managed to compile these > little apps and toys at the > first try! :) > > Well done, FreeBSD Crew! > > Sources won't be available, > but the binaries work very > well. > > You can download Ja6, xmus > and xcoor at: > > http://so_o2.tripod.com/ > > But I include them also as > attachment in this e-mail. That's great news, thanks! The problem is that our ABI changes with each major release. While there are compatibility layers which enable us to run 4.x and 5.x binaries on FreeBSD 6.x, there's no way to run 6.x binaries on older systems. Yes, most of our desktop users have already upgraded to 6.x, but we still support 4.x and 5.x and I just can't mark the port unavailable for that platforms. A solution would be to compile the program on each FreeBSD version, but that's a chore. You could also compile it on 4.x, but then users of 5.x and 6.x would not be able to run it without compatibility layers (which are present by default right now, but are hard to detect automatically). Anyway we'll think about how to use the new binary. Thanks! From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:08:25 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB57116B7C1 for ; Thu, 8 Jun 2006 11:58:17 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C558043D48 for ; Thu, 8 Jun 2006 11:58:16 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 08 Jun 2006 11:58:15 -0000 Received: from p5091236F.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.35.111] by mail.gmx.net (mp042) with SMTP; 08 Jun 2006 13:58:15 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 48A992009CB for ; Thu, 8 Jun 2006 13:58:14 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26791-12 for ; Thu, 8 Jun 2006 13:58:13 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id CD274200A33; Thu, 8 Jun 2006 13:58:12 +0200 (CEST) From: Matthias Andree To: freebsd-ports@freebsd.org X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Thu, 08 Jun 2006 13:58:12 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Subject: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 14:08:30 -0000 Greetings, I've been wondering about the following issue that has annoyed me since I first installed portupgrade: If I am updating (or installing) a port with portupgrade, the OPTIONS ("make config") are prompted twice, once before configuring the port, and once when about to install it. Anyone else observed or cured this? (No, I don't mean "env BATCH=yes ...") -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:16:25 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0D516D69B for ; Thu, 8 Jun 2006 12:14:02 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0A843D4C for ; Thu, 8 Jun 2006 12:14:01 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id 5845F37C51; Thu, 8 Jun 2006 16:08:02 +0400 (MSD) Received: from [172.19.118.183] (clusterfw.beeline3G.net [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id A750837961; Thu, 8 Jun 2006 16:07:57 +0400 (MSD) Message-ID: <44881315.3030705@FreeBSD.org> Date: Thu, 08 Jun 2006 16:07:49 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Vivek Khera References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: Rong-En Fan , freebsd ports Subject: Re: category for local 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: Thu, 08 Jun 2006 14:16:27 -0000 Vivek Khera wrote: > > On Apr 24, 2006, at 8:04 PM, Rong-En Fan wrote: > >>> .if ${.CURDIR:M*/ports} >>> SUBDIR += local >>> .endif >> >> That works. But I prefer to use ports/Makefile.local :) >> Right now, the only down side for a local category in ports tree >> with portupgrade tools is that I have to build INDEX myself. :-p > > Hi.. I'm setting this up as well, and finally got around to making > portupgrade work with my local ports. The only thing I can't make > global is to add the category "local" to the VALID_CATEGORIES list. I > seem to have to do this in every port. What do you for this? Do you > just use existing category names? > > Also, is there no way to just add the dependencies from the local ports > into the INDEX file? It takes about 25 minutes on my NFS server to > update that file from scratch. I'd love to be able to just append my > local ports' entries onto it. Setting of EXTRA_CATEGORIES in pkgtools.conf does not help? -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:34:10 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B7216F3A9 for ; Thu, 8 Jun 2006 12:28:41 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay2.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E72143D49 for ; Thu, 8 Jun 2006 12:28:40 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id 4E3F1374EC; Thu, 8 Jun 2006 16:28:02 +0400 (MSD) Received: from [172.19.118.183] (clusterfw.beelinegprs.ru [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id 8980E36F31; Thu, 8 Jun 2006 16:27:56 +0400 (MSD) Message-ID: <448817C3.6040805@FreeBSD.org> Date: Thu, 08 Jun 2006 16:27:47 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Kirill Ponomarew References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <20060607031732.GB12014@xor.obsecurity.org> <20060607214027.GD39509@voodoo.bawue.com> In-Reply-To: <20060607214027.GD39509@voodoo.bawue.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: Jeremy Messenger , Jiawei Ye , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 14:34:11 -0000 Kirill Ponomarew wrote: > On Wed, Jun 07, 2006 at 11:55:31AM -0500, Jeremy Messenger wrote: >> The portupgrade always work without INDEX. My INDEX is empty and I never >> need it. >> >> # ls -l /usr/ports/INDEX.dummy >> -rw-r--r-- 1 root wheel 0 May 20 2003 /usr/ports/INDEX.dummy >> >> # make -V PORTS_INDEX >> /usr/ports/INDEX.dummy >> >> The portupgrade's pkgversion will not work without INDEX, but I prefer to >> use pkg_version instead. > > Seconded. During all these years I needed INDEX only for a couple > of times. Looks like you don't use 'make search'? :-) -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:35:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C49816BA1B; Thu, 8 Jun 2006 12:30:44 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay1.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B39F43D48; Thu, 8 Jun 2006 12:30:43 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay1 (localhost [127.0.0.1]) by relay1 (Postfix) with SMTP id D758036DB2; Thu, 8 Jun 2006 16:30:42 +0400 (MSD) Received: from [172.19.118.183] (clusterfw.beelinegprs.ru [217.118.66.232]) by relay1.beelinegprs.ru (Postfix) with ESMTP id E652C36FEF; Thu, 8 Jun 2006 16:30:35 +0400 (MSD) Message-ID: <44881863.2040008@FreeBSD.org> Date: Thu, 08 Jun 2006 16:30:27 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Kris Kennaway References: <4485DBF5.3070705@FreeBSD.org> <1903867106.20060607001337@serebryakov.spb.ru> <4485E6AE.9070208@FreeBSD.org> <44868D3C.4040102@FreeBSD.org> <44869E97.5090608@FreeBSD.org> <20060607214537.GA40788@xor.obsecurity.org> In-Reply-To: <20060607214537.GA40788@xor.obsecurity.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: Lev Serebryakov , freebsd-ports@FreeBSD.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 14:35:40 -0000 Kris Kennaway wrote: > FYI, you might like to check out the 'makeparallel' pointyhat script > (in /usr/ports/Tools). This takes an INDEX as input and spits out an > enormous makefile with all dependencies enumerated, so you can just > use make -j for parallel builds in correct dependency order. You > wouldn't have to construct the full makefile, only the subset > corresponding to the ports that are going to be updated. > > You'd still need mutual exclusion around e.g. the pkgdb, but you > wouldn't have to add mutual exclusion throughout bsd.port.mk since > make guarantees there will be none (if the index is accurate). I going to add locking for in next version. So 'makeparallel' script could be useful. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:37:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1001F16A635 for ; Thu, 8 Jun 2006 12:35:10 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC8843D49 for ; Thu, 8 Jun 2006 12:35:10 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id BB1EC26A28; Thu, 8 Jun 2006 16:26:42 +0400 (MSD) Received: from [172.19.118.183] (clusterfw.beeline3G.ru [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id 31F9626A77; Thu, 8 Jun 2006 16:26:38 +0400 (MSD) Message-ID: <44881776.6060008@FreeBSD.org> Date: Thu, 08 Jun 2006 16:26:30 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Mark Hobden References: <4485DBF5.3070705@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: Jeremy Messenger , freebsd-ports@freebsd.org Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 14:38:01 -0000 Mark Hobden wrote: >> On Wed, 07 Jun 2006 03:33:25 -0500, Mark Hobden >> wrote: >> > My request would be for portupgrade to include an option that runs >> > through every port it wants to upgrade first and runs 'make config', >> > so it does not get stuck half way through an unattended upgrade >> > waiting for options. >> >> This "portupgrade -m 'config-recursive'" doesn't work? I never use >> this -m >> option, so I have no idea if it will working with config(-recursive). > > I believe the command just appends config-recursive to the make command: > make config-recursive PORT_UPGRADE=yes -DFORCE_PKG_REGISTER reinstall > > So if I run: > portupgrade -m 'config-recursive' -a > > I believe I could still get stuck on a config screen after it has > spent some time upgrading the first few ports. > Yes, you're right. -m will not work here. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 14:49:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CAC916D4AC; Thu, 8 Jun 2006 12:45:30 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id A41C843D68; Thu, 8 Jun 2006 12:45:27 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k58CjQfZ086824; Thu, 8 Jun 2006 20:45:26 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k58CjQKT086823; Thu, 8 Jun 2006 20:45:26 +0800 (CST) (envelope-from rafan) Date: Thu, 8 Jun 2006 20:45:26 +0800 From: Rong-En Fan To: Sergey Matveychuk Message-ID: <20060608124526.GA86759@svm.csie.ntu.edu.tw> References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> <44881315.3030705@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44881315.3030705@FreeBSD.org> User-Agent: Mutt/1.5.11 Cc: Vivek Khera , freebsd ports Subject: Re: category for local 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: Thu, 08 Jun 2006 14:50:03 -0000 On Thu, Jun 08, 2006 at 04:07:49PM +0400, Sergey Matveychuk wrote: > Vivek Khera wrote: > > > > On Apr 24, 2006, at 8:04 PM, Rong-En Fan wrote: > > > >>> .if ${.CURDIR:M*/ports} > >>> SUBDIR += local > >>> .endif > >> > >> That works. But I prefer to use ports/Makefile.local :) > >> Right now, the only down side for a local category in ports tree > >> with portupgrade tools is that I have to build INDEX myself. :-p > > > > Hi.. I'm setting this up as well, and finally got around to making > > portupgrade work with my local ports. The only thing I can't make > > global is to add the category "local" to the VALID_CATEGORIES list. I > > seem to have to do this in every port. What do you for this? Do you > > just use existing category names? > > > > Also, is there no way to just add the dependencies from the local ports > > into the INDEX file? It takes about 25 minutes on my NFS server to > > update that file from scratch. I'd love to be able to just append my > > local ports' entries onto it. > > Setting of EXTRA_CATEGORIES in pkgtools.conf does not help? IIRC, portupgrade or portsdb ignores it. I can try it with the latest portupgrade later. Rong-En Fan From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 15:10:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D1416B255 for ; Thu, 8 Jun 2006 13:13:55 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463E643D46 for ; Thu, 8 Jun 2006 13:13:51 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DC25.dip.t-dialin.net [84.165.220.37]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k58DBHEW038719; Thu, 8 Jun 2006 15:11:17 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k58DDnHe023238; Thu, 8 Jun 2006 15:13:50 +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; Thu, 08 Jun 2006 15:13:49 +0200 Message-ID: <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 08 Jun 2006 15:13:49 +0200 From: Alexander Leidinger To: Boris Samorodov References: <70960100@ho.ipt.ru> In-Reply-To: <70960100@ho.ipt.ru> 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) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-ports@freebsd.org Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 15:10:35 -0000 Quoting Boris Samorodov (from Thu, 08 Jun 2006 02:47:23 +0400)= : > As you know, there are two X_WINDOW_SYSTEMs used with FreeBSD. They > may be choosed (auto or by hand). So far our ports have had only one My impression is, that after some amount of time only Xorg will "survive". > to use with linux (linux-XFree86-libs). Five weeks ago netchild@ > committed a new one (linux-xorg-libs). > > Now the question is how to configure the needed linux X libraries. My Don't. Yes, we have OVERRIDE_LINUX_BASE_PORT. I see it as some kind of =20 help when testing updates for the linux base port. Some people may use =20 it to use a non-default linux base. Since we (emulation@) only support =20 the default linux base port, they are doing it on their own. So =20 providing such an option to let the user select what he wants is the =20 wrong goal IMO. Each linux distribution comes with his own default X11 implementation. =20 They make sure everything works with it. We should stay with the X11 =20 system the default linux distribution uses. We're happy to have some =20 resources ATM to get the default linux base into shape (thanks for all =20 you work here Boris!), but we should not put ourself into a place =20 where we seem to promise more than what we are able to handle. When we switch the default linux base port and the default linux x11 =20 port, I intend to mark the XFree86 one as deprecated (together with =20 all the unmaintained or old linux base ports). Bye, Alexander. --=20 Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen 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 Thu Jun 8 15:59:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EEB216B598; Thu, 8 Jun 2006 14:14:17 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61E343D5C; Thu, 8 Jun 2006 14:14:14 +0000 (GMT) (envelope-from antik@bsd.ee) Received: from pc36.host1.ida.starman.ee ([62.65.240.36]) by a5.virtuaal.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.52) id 1FoLH0-0005Dq-TF; Thu, 08 Jun 2006 17:14:11 +0300 From: Andrei Kolu To: hrs@freebsd.org Date: Thu, 8 Jun 2006 17:14:19 +0300 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606081714.20195.antik@bsd.ee> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Cc: ports@freebsd.org Subject: FreeBSD Port: teTeX-texmf-3.0_3 size mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 15:59:11 -0000 => tetex-texmf-3.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/teTeX. => Attempting to fetch from ftp://ftp.funet.fi/pub/TeX/CTAN/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ftp.funet.fi/pub/TeX/CTAN/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ctan.unsw.edu.au/tex-archive/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ctan.unsw.edu.au/tex-archive/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ftp.tex.ac.uk/tex-archive/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ftp.tex.ac.uk/tex-archive/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ftp.kddlabs.co.jp/CTAN/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ftp.kddlabs.co.jp/CTAN/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ctan.tug.org/tex-archive/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ctan.tug.org/tex-archive/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ftp.dante.de/tex-archive/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ftp.dante.de/tex-archive/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from http://ring.sakura.ad.jp/archives/text/CTAN/systems/unix/teTeX/3.0/distrib/. fetch: http://ring.sakura.ad.jp/archives/text/CTAN/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from http://ring.riken.jp/archives/text/CTAN/systems/unix/teTeX/3.0/distrib/. fetch: http://ring.riken.jp/archives/text/CTAN/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 => Attempting to fetch from ftp://ftp.chg.ru/pub/TeX/CTAN/systems/unix/teTeX/3.0/distrib/. fetch: ftp://ftp.chg.ru/pub/TeX/CTAN/systems/unix/teTeX/3.0/distrib/tetex-texmf-3.0.tar.gz: size mismatch: expected 91762123, actual 91402377 From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 16:10:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8D716B51E; Thu, 8 Jun 2006 14:23:49 +0000 (UTC) (envelope-from sem@freebsd.org) Received: from relay2.beelinegprs.ru (relay1.beelinegprs.ru [217.118.71.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079F443D4C; Thu, 8 Jun 2006 14:23:47 +0000 (GMT) (envelope-from sem@freebsd.org) Received: from relay2 (localhost [127.0.0.1]) by relay2 (Postfix) with SMTP id ABE8C27278; Thu, 8 Jun 2006 18:09:41 +0400 (MSD) Received: from [172.20.11.174] (clusterfw.beelinegprs.ru [217.118.66.232]) by relay2.beelinegprs.ru (Postfix) with ESMTP id E640B2710A; Thu, 8 Jun 2006 18:09:37 +0400 (MSD) Message-ID: <44882F99.1040100@FreeBSD.org> Date: Thu, 08 Jun 2006 18:09:29 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 1.5.0.2 (X11/20060429) MIME-Version: 1.0 To: Hans Lambermont , freebsd-ports@freebsd.org, sem@freebsd.org References: <4485DBF5.3070705@FreeBSD.org> <20060607121927.GA19923@leia.lambermont.dyndns.org> <20060607174640.GE81931@iib.unsam.edu.ar> In-Reply-To: <20060607174640.GE81931@iib.unsam.edu.ar> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spamtest-Info: License expired Cc: Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 16:10:35 -0000 Fernan Aguero wrote: > So, to get this functionality, we have to change > UPDATING first to add more information (at least PORTVERSION > and PORTREVISION) to each entry. > > Time for a RFC about UPDATING? UPDATING is quite informal to parse in a current state. Well, for many entries it's possible to find suitable ports, but for few of them it's hard or impossible. E.g.: AFFECTS: users of PHP AFFECTS: All GNOME users -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 16:38:19 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A213916DA9A for ; Thu, 8 Jun 2006 15:11:17 +0000 (UTC) (envelope-from andrew@clarecreek.ca) Received: from guelphcomputershop.com (cmr-208-97-84-218.cr.net.cable.rogers.com [208.97.84.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAB443D55 for ; Thu, 8 Jun 2006 15:11:09 +0000 (GMT) (envelope-from andrew@clarecreek.ca) Received: from [10.0.0.120] (cmr-208-97-84-220.cr.net.cable.rogers.com [208.97.84.220]) by guelphcomputershop.com (8.13.6/8.13.6) with ESMTP id k58FAx7c082136 for ; Thu, 8 Jun 2006 11:11:04 -0400 (EDT) (envelope-from andrew@clarecreek.ca) Message-ID: <44883E8D.5060406@clarecreek.ca> Date: Thu, 08 Jun 2006 11:13:17 -0400 From: "W. Andrew Murphy" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) 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: lang/slib-guile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 16:38:22 -0000 greetings. is there any way of installing this? i'm running a computer shop and use gnucash that requires this port, but i cannot use it due to this port bing a dependency. any pointers or options would be greatly appreciated. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 16:39:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16C316BD60; Thu, 8 Jun 2006 15:11:49 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao04.cox.net (centrmmtao04.cox.net [70.168.83.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE8D43D53; Thu, 8 Jun 2006 15:11:48 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060608151145.NUXU14774.centrmmtao04.cox.net@mezz.mezzweb.com>; Thu, 8 Jun 2006 11:11:45 -0400 To: "Sergey Matveychuk" References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <20060607031732.GB12014@xor.obsecurity.org> <20060607214027.GD39509@voodoo.bawue.com> <448817C3.6040805@FreeBSD.org> Message-ID: Date: Thu, 08 Jun 2006 10:12:20 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <448817C3.6040805@FreeBSD.org> User-Agent: Opera M2/8.54 (Linux, build 1745) Cc: Kirill Ponomarew , Jiawei Ye , freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 16:39:09 -0000 On Thu, 08 Jun 2006 07:27:47 -0500, Sergey Matveychuk wrote: > Kirill Ponomarew wrote: >> On Wed, Jun 07, 2006 at 11:55:31AM -0500, Jeremy Messenger wrote: >>> The portupgrade always work without INDEX. My INDEX is empty and I >>> never >>> need it. >>> >>> # ls -l /usr/ports/INDEX.dummy >>> -rw-r--r-- 1 root wheel 0 May 20 2003 /usr/ports/INDEX.dummy >>> >>> # make -V PORTS_INDEX >>> /usr/ports/INDEX.dummy >>> >>> The portupgrade's pkgversion will not work without INDEX, but I prefer >>> to >>> use pkg_version instead. >> >> Seconded. During all these years I needed INDEX only for a couple >> of times. > > Looks like you don't use 'make search'? :-) Correct. :-) I always like to use freshports.org to search ports. In www/(linux-)opera already has PR and freshports.org in the search toolbar by default. I am planning to add mailing list archive in toolbar in the next release. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 17:13:24 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BE616D699 for ; Thu, 8 Jun 2006 15:31:30 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF9043D69 for ; Thu, 8 Jun 2006 15:31:23 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 26070 invoked from network); 8 Jun 2006 15:31:21 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.131.128]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 8 Jun 2006 15:31:21 -0000 Date: Thu, 8 Jun 2006 17:31:10 +0200 From: Fabian Keil To: ports@FreeBSD.org Message-ID: <20060608173110.74dd3c56@localhost> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc User-Agent: 321 test Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_E9K3BA.q6Q2WR0W4Tp/cqwy"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Subject: Questions regarding ports for trans-proxy-tor and dns-proxy-tor X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 17:13:25 -0000 --Sig_E9K3BA.q6Q2WR0W4Tp/cqwy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I'm in the process of "porting" trans-proxy-tor and dns-proxy-tor. dns-proxy-tor already works out of the box and I have a patch to get trans-proxy-tor working as well, however I'd like to get your opinion on some port system specific problems. 1) trans-proxy-tor requires some perl header files. Does the port system have a special way to provide them or do I have to write a script? I couldn't find any information in the Porter's Handbook's Perl chapter, therefore I fear the latter. Those perl header files are created by running some of FreeBSD's header files through h2ph(1) which means FreeBSD's sources are required or /usr/include must be complete. Is there an easy way to specify which header files have to be available? 2) The master site is http://p56soo2ibjkx23xo.onion/ and it's only accessible through Tor. If Privoxy and Tor are running and configured, one could set HTTP_PROXY and fetching should work. However I guess this would create problems on the build servers, as they probably don't run Tor and Privoxy. Additionally FETCH_DEPENDS would only make sure that Privoxy and Tor are installed, not that they are configured to work together. I could mirror the tarball on the web and use it as a second master site. Would this be an acceptable solution, or would it still lead to problems on the build servers when the first master site appears to be constantly unreachable? A third solution would be to make the port interactive and have the user fetch the sources herself or confirm that Tor and Privoxy are configured as needed. Which way should I go here? 3) trans-proxy-tor and dns-proxy-tor come in one package, but dns-proxy-tor can be used without trans-proxy-tor. Do you agree that it makes sense to create two separate port and use dns-proxy-tor a dependency for trans-proxy-tor? Fabian --=20 http://www.fabiankeil.de/ --Sig_E9K3BA.q6Q2WR0W4Tp/cqwy Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEiELGjV8GA4rMKUQRArzyAJ9dnK5XjEfdeGlx/yT168Gbyr6w/gCfceau UppFgtUzqBFYMo7HHXuw4HQ= =ic8M -----END PGP SIGNATURE----- --Sig_E9K3BA.q6Q2WR0W4Tp/cqwy-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 17:59:22 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A75216B728 for ; Thu, 8 Jun 2006 16:17:02 +0000 (UTC) (envelope-from matt@genesi-usa.com) Received: from mail.genesippc.com (mithrandir.softwarenexus.net [66.98.186.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B1443D49 for ; Thu, 8 Jun 2006 16:17:01 +0000 (GMT) (envelope-from matt@genesi-usa.com) Received: from p54b0dd9d.dip.t-dialin.net ([84.176.221.157] helo=yukito) by mail.genesippc.com with esmtpa (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FoN8e-0004Cw-BW for freebsd-ports@freebsd.org; Thu, 08 Jun 2006 16:13:41 +0000 From: "Matt Sealey" To: Date: Thu, 8 Jun 2006 11:17:06 -0500 Organization: Genesi Message-ID: <005801c68b16$fe7a09f0$99dfdfdf@bakuhatsu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcaLFvvkc7EUWFWXTji4Ty9ZyeKH3g== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: mod_python3 not compiling X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@genesi-usa.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 17:59:23 -0000 Any ideas what is wrong here? Libtool is NOT happy about something. It's not ccache or any of the other usual things, I have rebuild and = made sure libtool is at the latest version.. Apache 2.2, mod_python3 should build = fine (and we have been working as a testbed on SuSE Linux 10.1 which works = fine too). It's not source though it seems just a missing tag? Thanks =3D=3D=3D> Building for mod_python-3.2.8 Compiling for DSO. /usr/local/sbin/apxs = -I/usr/ports/www/mod_python3/work/mod_python-3.2.8/src/include = -I/usr/local/include/apache22 -I/usr/local/include/python 2.4 -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c = serverobject.c connobject.c filterobject.c hlist.c hlistobject.c -L /usr/local/lib/python2.4/config -Wl,--export-dynamic -pthread -lm = -lpython2.4 -lutil -lm -lc_r /usr/local/build-1/libtool --silent --mode=3Dcompile cc -prefer-pic -O = -pipe -I/usr/local/include/mysql -D_THREAD_SAFE -D_THREAD_SAFE -D_REENT RANT -O -pipe -I/usr/local/include/mysql -D_THREAD_SAFE -g -O2 -pthread = -I/usr/local/include/apache22 -I/usr/local/include/apr-1 -I/usr/lo cal/include/apr-1 -I/usr/local/include/db42 -I/usr/local/include = -I/usr/ports/www/mod_python3/work/mod_python-3.2.8/src/include = -I/usr/local/ include/apache22 -I/usr/local/include/python2.4 -c -o mod_python.lo = mod_python.c && touch mod_python.slo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' apxs:Error: Command failed with rc=3D65536 . *** Error code 1 Stop in /usr/ports/www/mod_python3/work/mod_python-3.2.8/src. *** Error code 1 Stop in /usr/ports/www/mod_python3/work/mod_python-3.2.8. *** Error code 1 Stop in /usr/ports/www/mod_python3. --=20 Matt Sealey Manager, Genesi, Developer Relations From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 18:36:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F13B16D652 for ; Thu, 8 Jun 2006 16:35:45 +0000 (UTC) (envelope-from drosih@rpi.edu) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077A343D67 for ; Thu, 8 Jun 2006 16:35:44 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.13.1/8.13.1) with ESMTP id k58GZhDv016950; Thu, 8 Jun 2006 12:35:43 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Thu, 8 Jun 2006 12:35:42 -0400 To: Matthias Andree , freebsd-ports@freebsd.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.4 Cc: Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 18:36:23 -0000 At 1:58 PM +0200 6/8/06, Matthias Andree wrote: > >If I am updating (or installing) a port with portupgrade, the OPTIONS >("make config") are prompted twice, once before configuring the port, >and once when about to install it. > >Anyone else observed ... this? fwiw, I have never been prompted twice for a given set of options. I do, at times, get prompted for the options of one port, answer that screen and walk away, only to later see that I was also prompted for the options of some other port. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 18:36:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5966416D68B; Thu, 8 Jun 2006 16:35:46 +0000 (UTC) (envelope-from james@netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC1F43D58; Thu, 8 Jun 2006 16:35:45 +0000 (GMT) (envelope-from james@netinertia.co.uk) Received: from croydon.netinertia.co.uk ([82.69.247.45] helo=[10.1.0.83]) by starbug.netinertia.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FoNW0-000JcM-5v; Thu, 08 Jun 2006 17:37:49 +0100 Message-ID: <448851C0.10902@netinertia.co.uk> Date: Thu, 08 Jun 2006 17:35:12 +0100 From: James O'Gorman User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alex Dupre References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> <4486F811.3080207@FreeBSD.org> In-Reply-To: <4486F811.3080207@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-NetI-Spam-Score: -1.4 (-) Cc: freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 18:36:30 -0000 Hi Alex, Alex Dupre wrote: > Florent Thoumie wrote: >> I've proposed a somewhat hackish solution for this some weeks ago: > > And I've extended it to create a primitive but usable port: > > http://www.alexdupre.com/portconf.tar.gz > > Please test and comment. Would it perhaps be possible for this to spam /etc/make.conf to add the relevant entries, like the perl port does? James From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 21:29:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5017B16A738 for ; Thu, 8 Jun 2006 17:40:21 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE7D143D46 for ; Thu, 8 Jun 2006 17:40:20 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 5ED9FB816 for ; Thu, 8 Jun 2006 13:40:17 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <20060608124526.GA86759@svm.csie.ntu.edu.tw> References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> <44881315.3030705@FreeBSD.org> <20060608124526.GA86759@svm.csie.ntu.edu.tw> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Thu, 8 Jun 2006 13:40:16 -0400 To: freebsd ports X-Mailer: Apple Mail (2.750) Subject: Re: category for local 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: Thu, 08 Jun 2006 21:29:27 -0000 On Jun 8, 2006, at 8:45 AM, Rong-En Fan wrote: >>> Also, is there no way to just add the dependencies from the local >>> ports >>> into the INDEX file? It takes about 25 minutes on my NFS server to >>> update that file from scratch. I'd love to be able to just >>> append my >>> local ports' entries onto it. >> >> Setting of EXTRA_CATEGORIES in pkgtools.conf does not help? > > IIRC, portupgrade or portsdb ignores it. I can try it with the latest > portupgrade later. Basically I've settled on this approach, which has worked out extremely well for the last couple of days at least :-) All local ports are in /usr/ports/local/kci-FOO for port named kci- FOO. I prefix all my local ports with 'kci-' to make things easy to identify. In /usr/ports/local is a Makefile with SUBDIR+=kci-FOO for each port just like any other category Makefile. In pkgtools.conf I add 'local' to EXTRA_CATEGORIES. This seems to be not used, but doesn't hurt. Then, to build the INDEX file I came up with a really great hack.... it goes like this: portsnap fetch portsnap update portsnap -I update localportindex portsdb --update where localportsindex is the following script. it takes advantage of the fact that Tools/make_index reads the basically same format as the INDEX file itself but will complain about not finding the port pathnames for the ports it has already processed. We just ignore the warnings it emits (bad style, yes... but it works for me) and only pull the lines we just created, ie, our local ports. This takes just a few seconds rather than 25 to 40 minutes, and is robust in that the data is correct 100% relative to the other entries in the index file. --cut here-- #!/bin/sh # hack to append our local ports to the /usr/ports/INDEX-6 file to let the # portupgrade and portinstall utilities see them. # Run this after normal update of INDEX file, such as portsnap or fetchindex # $Id: localportindex 463 2006-06-07 16:27:35Z khera $ # for FreeBSD 6.x PORTSBASE=/usr/ports INDEX=${PORTSBASE}/INDEX-6 LOCAL=${PORTSBASE}/local tmpfile=`/usr/bin/mktemp -t index` || exit 1 # make_index script complains a ton about using the INDEX file rather than the # raw "describe" output so we just toss the errors. this is probably a bad # thing to do, but nobody will die because of it... (cd $LOCAL; make describe; cat ${INDEX}) | perl ${PORTSBASE}/Tools/ make_index 2> /dev/null | grep ^kci > $tmpfile echo "Local ports appended to $INDEX file:" cat $tmpfile cat $tmpfile >> ${INDEX} rm -f $tmpfile --cut here-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 21:30:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62C016C9F3 for ; Thu, 8 Jun 2006 17:27:34 +0000 (UTC) (envelope-from jona.joachim@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2489543D46 for ; Thu, 8 Jun 2006 17:27:33 +0000 (GMT) (envelope-from jona.joachim@gmail.com) Received: by nf-out-0910.google.com with SMTP id y38so386268nfb for ; Thu, 08 Jun 2006 10:27:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=hUZ5b5kHaC4SyjqvXqFdOGn/AkVLZAEmOlIo0GHaH0nDBCTAOis7ctq/OC6tvPsxtRYbq7ko7ShPFISUHX5DTdtSHPxatNVUH0qzl5ykS+dS/5QXPU47TBf+VCUPSN53x7Cf2NpIBTcuwlkKJxfi6R5XUqBKUzAJKX7r3lD3rS0= Received: by 10.49.36.15 with SMTP id o15mr1675409nfj; Thu, 08 Jun 2006 10:27:32 -0700 (PDT) Received: from ?10.0.0.11? ( [83.99.30.37]) by mx.gmail.com with ESMTP id x1sm2314421nfb.2006.06.08.10.27.31; Thu, 08 Jun 2006 10:27:32 -0700 (PDT) Message-ID: <44885E00.2000606@gmail.com> Date: Thu, 08 Jun 2006 19:27:28 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.4 (X11/20060607) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: make "make" ignore build errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 21:30:55 -0000 Hi! I wanted to know if it is possible to tell "make" that it should ignore when an error occurs in the building process. I'm the maintainer of the devel/tigcc port which is a collection of tools to build binaries for the Texas Instruments graphing calculators which run on Motorola 68k processors. The main part of this collection is actually a patched gcc built for m68k-coff. Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k will always fail because it will try to build stuff for m68k using the GNU AS which it finds in the path, which will not support the 68k platform in most cases: "as: unrecognized option `-mc68020'" This isn't fatal however because when this point is reached in the Makefile everything that is needed is already built and everything that follows is not needed. I know that this is a dirty hack but there is no other trivial way. Is there a way to ignore this error and resume the build process for the other tools? Jona From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 21:52:50 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD1A16A57E for ; Thu, 8 Jun 2006 21:52:50 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B6E545204 for ; Thu, 8 Jun 2006 20:00:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 1449 invoked from network); 8 Jun 2006 20:00:19 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 8 Jun 2006 20:00:19 -0000 Message-ID: <448881D2.1030001@FreeBSD.org> Date: Thu, 08 Jun 2006 22:00:18 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: James O'Gorman References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> <4486F811.3080207@FreeBSD.org> <448851C0.10902@netinertia.co.uk> In-Reply-To: <448851C0.10902@netinertia.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 21:52:50 -0000 James O'Gorman ha scritto: > Would it perhaps be possible for this to spam /etc/make.conf to add the > relevant entries, like the perl port does? Possible yes, easy no. Adding rows on install is simple, removing them on deinstall less (perl set only a couple of variables). If you have a working patch I'll be glad ti commit it. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 21:53:20 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BEB116A77A for ; Thu, 8 Jun 2006 21:53:20 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id D328B43E51 for ; Thu, 8 Jun 2006 18:49:39 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail09.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k58InYKq006192 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 9 Jun 2006 04:49:34 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k58InYIP003134; Fri, 9 Jun 2006 04:49:34 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k58InXVX003133; Fri, 9 Jun 2006 04:49:34 +1000 (EST) (envelope-from peter) Date: Fri, 9 Jun 2006 04:49:33 +1000 From: Peter Jeremy To: "W. Andrew Murphy" Message-ID: <20060608184933.GD739@turion.vk2pj.dyndns.org> References: <44883E8D.5060406@clarecreek.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44883E8D.5060406@clarecreek.ca> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: lang/slib-guile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 21:53:20 -0000 On Thu, 2006-Jun-08 11:13:17 -0400, W. Andrew Murphy wrote: >is there any way of installing this? i'm running a computer shop and >use gnucash that requires this port, but i cannot use it due to this >port bing a dependency. any pointers or options would be greatly >appreciated. If you look back a day or so, you will find some patches to fix the problem. These may get committed soon. -- Peter Jeremy From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 21:57:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2281716A4CA; Thu, 8 Jun 2006 21:57:03 +0000 (UTC) (envelope-from james@netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696A243D45; Thu, 8 Jun 2006 21:57:02 +0000 (GMT) (envelope-from james@netinertia.co.uk) Received: from croydon.netinertia.co.uk ([82.69.247.45] helo=[10.1.0.83]) by starbug.netinertia.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FoR2B-000HMa-Pu; Thu, 08 Jun 2006 21:23:17 +0100 Message-ID: <44888697.3000701@netinertia.co.uk> Date: Thu, 08 Jun 2006 21:20:39 +0100 From: James O'Gorman User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alex Dupre References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> <4486F811.3080207@FreeBSD.org> <448851C0.10902@netinertia.co.uk> <448881D2.1030001@FreeBSD.org> In-Reply-To: <448881D2.1030001@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------010005080501000904050707" X-NetI-Spam-Score: -1.4 (-) Cc: freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 21:57:03 -0000 This is a multi-part message in MIME format. --------------010005080501000904050707 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Alex Dupre wrote: > James O'Gorman ha scritto: >> Would it perhaps be possible for this to spam /etc/make.conf to add the >> relevant entries, like the perl port does? > > Possible yes, easy no. Adding rows on install is simple, removing them > on deinstall less (perl set only a couple of variables). If you have a > working patch I'll be glad ti commit it. How's this? It's a technique I use in my Apache vhosts.conf maintainance script. James --------------010005080501000904050707 Content-Type: text/plain; name="portsconf.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="portsconf.diff" diff -urN portsconf.orig/pkg-deinstall portsconf/pkg-deinstall --- portsconf.orig/pkg-deinstall Thu Jan 1 01:00:00 1970 +++ portsconf/pkg-deinstall Thu Jun 8 20:22:13 2006 @@ -0,0 +1,6 @@ +#!/bin/sh + +echo -n "Cleaning up /etc/make.conf..." +sed -e "/# Begin portsconf configuration/,/# End portsconf configuration/ d" \ + -i.bak /etc/make.conf +echo " Done." diff -urN portsconf.orig/pkg-install portsconf/pkg-install --- portsconf.orig/pkg-install Thu Jan 1 01:00:00 1970 +++ portsconf/pkg-install Thu Jun 8 20:21:35 2006 @@ -0,0 +1,14 @@ +#!/bin/sh + +echo -n "Spamming /etc/make.conf..." +echo >> /etc/make.conf < X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31F116A4D5; Thu, 8 Jun 2006 21:57:03 +0000 (UTC) (envelope-from james@netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF9143D45; Thu, 8 Jun 2006 21:57:03 +0000 (GMT) (envelope-from james@netinertia.co.uk) Received: from croydon.netinertia.co.uk ([82.69.247.45] helo=[10.1.0.83]) by starbug.netinertia.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FoR7C-000Keg-Ax; Thu, 08 Jun 2006 21:28:28 +0100 Message-ID: <448887CE.1080307@netinertia.co.uk> Date: Thu, 08 Jun 2006 21:25:50 +0100 From: James O'Gorman User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alex Dupre References: <4485DBF5.3070705@FreeBSD.org> <20060606211113.GA7845@xor.obsecurity.org> <20060607021330.GA11189@xor.obsecurity.org> <20060607022741.GA11522@xor.obsecurity.org> <44866E48.4000601@FreeBSD.org> <1149672527.851.2.camel@mayday.esat.net> <4486F811.3080207@FreeBSD.org> <448851C0.10902@netinertia.co.uk> <448881D2.1030001@FreeBSD.org> <44888697.3000701@netinertia.co.uk> In-Reply-To: <44888697.3000701@netinertia.co.uk> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------040106010102090801060408" X-NetI-Spam-Score: -1.4 (-) Cc: freebsd-ports@freebsd.org Subject: Re: portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 21:57:03 -0000 This is a multi-part message in MIME format. --------------040106010102090801060408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit James O'Gorman wrote: > Alex Dupre wrote: >> James O'Gorman ha scritto: >>> Would it perhaps be possible for this to spam /etc/make.conf to add the >>> relevant entries, like the perl port does? >> Possible yes, easy no. Adding rows on install is simple, removing them >> on deinstall less (perl set only a couple of variables). If you have a >> working patch I'll be glad ti commit it. > > How's this? It's a technique I use in my Apache vhosts.conf maintainance > script. Sorry, there was a typo in that. I did echo instead of cat. James --------------040106010102090801060408 Content-Type: text/plain; name="portsconf.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="portsconf.diff" diff -urN portsconf.orig/pkg-deinstall portsconf/pkg-deinstall --- portsconf.orig/pkg-deinstall Thu Jan 1 01:00:00 1970 +++ portsconf/pkg-deinstall Thu Jun 8 20:22:13 2006 @@ -0,0 +1,6 @@ +#!/bin/sh + +echo -n "Cleaning up /etc/make.conf..." +sed -e "/# Begin portsconf configuration/,/# End portsconf configuration/ d" \ + -i.bak /etc/make.conf +echo " Done." diff -urN portsconf.orig/pkg-install portsconf/pkg-install --- portsconf.orig/pkg-install Thu Jan 1 01:00:00 1970 +++ portsconf/pkg-install Thu Jun 8 20:30:33 2006 @@ -0,0 +1,14 @@ +#!/bin/sh -x + +echo -n "Spamming /etc/make.conf..." +cat >> /etc/make.conf << EOF +# Begin portsconf configuration +.if !empty(.CURDIR:M/usr/ports*) +_PORTCONF!=%%PREFIX%%/sbin/portconf +.for i in \${_PORTCONF:S/|/ /g} +\${i:S/%/ /g} +.endfor +.endif +# End portsconf configuration +EOF +echo " Done." --------------040106010102090801060408-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:07:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6406516A503 for ; Thu, 8 Jun 2006 22:07:29 +0000 (UTC) (envelope-from allbery@ece.cmu.edu) Received: from bache.ece.cmu.edu (BACHE.ECE.CMU.EDU [128.2.129.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 142B243D46 for ; Thu, 8 Jun 2006 22:07:28 +0000 (GMT) (envelope-from allbery@ece.cmu.edu) Received: from [10.9.204.128] (dsl093-061-215.pit1.dsl.speakeasy.net [66.93.61.215]) by bache.ece.cmu.edu (Postfix) with ESMTP id 5F29533; Thu, 8 Jun 2006 17:36:49 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Brandon S. Allbery KF8NH" Date: Thu, 8 Jun 2006 17:36:44 -0400 To: Garance A Drosihn X-Mailer: Apple Mail (2.750) Cc: Matthias Andree , freebsd ports Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:07:29 -0000 On Jun 8, 2006, at 12:35 , Garance A Drosihn wrote: > At 1:58 PM +0200 6/8/06, Matthias Andree wrote: >> >> If I am updating (or installing) a port with portupgrade, the OPTIONS >> ("make config") are prompted twice, once before configuring the port, >> and once when about to install it. >> >> Anyone else observed ... this? > > I have never been prompted twice for a given set of > options. I do, at times, get prompted for the options > of one port, answer that screen and walk away, only to > later see that I was also prompted for the options of > some other port. I have seen something like this but it's not what you think it is. What happens is that portupgrade recognizes some port needs to be installed, and schedules it --- then some other port which needs it installs/upgrades it as a dependency. this also leads to portupgrade failing in the case of a new port because it tries to install it when it's already been installed (I work around with FORCE_PKG_REGISTER=1) -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:13:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0291316A4A5 for ; Thu, 8 Jun 2006 22:13:21 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD9843D45 for ; Thu, 8 Jun 2006 22:13:18 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.189]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k58KWbI5065566; Fri, 9 Jun 2006 00:32:47 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FoRAS-0000Gv-Rv; Fri, 09 Jun 2006 00:31:48 +0400 To: Alexander Leidinger References: <70960100@ho.ipt.ru> <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> From: Boris Samorodov Date: Fri, 09 Jun 2006 00:31:48 +0400 In-Reply-To: <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> (Alexander Leidinger's message of "Thu, 08 Jun 2006 15:13:49 +0200") Message-ID: <95913083@ho.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-ports@freebsd.org Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:13:21 -0000 On Thu, 08 Jun 2006 15:13:49 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (from Thu, 08 Jun 2006 02:47:23 +0400): > > As you know, there are two X_WINDOW_SYSTEMs used with FreeBSD. They > > may be choosed (auto or by hand). So far our ports have had only one > My impression is, that after some amount of time only Xorg will "survive". I tend to agree. But... > > to use with linux (linux-XFree86-libs). Five weeks ago netchild@ > > committed a new one (linux-xorg-libs). > > > > Now the question is how to configure the needed linux X libraries. My > Don't. Yes, we have OVERRIDE_LINUX_BASE_PORT. I see it as some kind of > help when testing updates for the linux base port. Some people may use > it to use a non-default linux base. Since we (emulation@) only support > the default linux base port, they are doing it on their own. So > providing such an option to let the user select what he wants is the > wrong goal IMO. ...my intention to introduce LINUX_X_WINDOW_SYSTEM was to help admins/users to switch to new linux_base and linux-x11 ports with less pain. You see, there is a difference between have choice and don't have one. Why we should give one a choice to use linux_base port and not to give a choice to use linux x11 port? Yes, we should announce that a new linux-xorg-libs is a new and supported port. But why we (say so, freebsd-emulation team) insist on using xorg libs? I know many admins/users using xfree86 libs on FreeBSD so far. Shouldn't we give them a chance to use those libraries with linuxolator? > Each linux distribution comes with his own default X11 implementation. > They make sure everything works with it. We should stay with the X11 > system the default linux distribution uses. We're happy to have some > resources ATM to get the default linux base into shape (thanks for all > you work here Boris!), but we should not put ourself into a place > where we seem to promise more than what we are able to handle. Agreed. But the default and supported port is a one thing. And insisting (while not giving any alternate) is another thing. We may (or should!) declare the default and supported one at our docs. But should be restrict X-libs to the default one? BTW, why should we tolerate non-default linux_base ports? ;-) > When we switch the default linux base port and the default linux x11 > port, I intend to mark the XFree86 one as deprecated (together with Hm... Please, don't. Let the port have a ports@ maintainer, not freebsd-emulation@. But give one a chance to have a choice. Whether to use a default and supported one or not. > all the unmaintained or old linux base ports). Said that, I'm not insisting on my bsd.ports.mk patches. I'm trying to find out the truth... ;-) WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:13:54 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A1216A479 for ; Thu, 8 Jun 2006 22:13:54 +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 AA35D43D46 for ; Thu, 8 Jun 2006 22:13:53 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 7EBCF2D13; Thu, 8 Jun 2006 16:42:22 -0500 (CDT) Date: Thu, 8 Jun 2006 16:42:22 -0500 To: Boris Samorodov Message-ID: <20060608214222.GC14384@soaustin.net> References: <70960100@ho.ipt.ru> <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> <20060608172202.GB4312@soaustin.net> <13837360@ho.ipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13837360@ho.ipt.ru> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , freebsd-ports@freebsd.org, Alexander Leidinger Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:13:54 -0000 > Well, there is a chance to have ports@ to maintain it, isn't it? Setting DEPRECATED and EXPIRATION_DATE is generally an invitation for someone(TM) who has time and interest to work on it. mcl From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:14:38 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8538616A492 for ; Thu, 8 Jun 2006 22:14:38 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D4643D58 for ; Thu, 8 Jun 2006 22:14:36 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.189]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k58KZiZM066031; Fri, 9 Jun 2006 00:35:54 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FoRDU-0000Hr-EJ; Fri, 09 Jun 2006 00:34:56 +0400 To: linimon@lonesome.com (Mark Linimon) References: <70960100@ho.ipt.ru> <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> <20060608172202.GB4312@soaustin.net> From: Boris Samorodov Date: Fri, 09 Jun 2006 00:34:55 +0400 In-Reply-To: <20060608172202.GB4312@soaustin.net> (Mark Linimon's message of "Thu, 8 Jun 2006 12:22:02 -0500") Message-ID: <13837360@ho.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: Alexander Leidinger , freebsd-ports@freebsd.org Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:14:38 -0000 On Thu, 8 Jun 2006 12:22:02 -0500 Mark Linimon wrote: > On Thu, Jun 08, 2006 at 03:13:49PM +0200, Alexander Leidinger wrote: > > My impression is, that after some amount of time only Xorg will "survive". > To head off the inevitable meta-discussion, from portmgr's standpoint the > baseline XFree86 will be maintained as long as there is maintainer interest; > right now, we have a very dedicated maintainer looking after it. > As for the linux-XFree86 port, I think you can take the above as accurate. Well, there is a chance to have ports@ to maintain it, isn't it? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:23:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 912C916A5FF for ; Thu, 8 Jun 2006 22:23:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 3870A43D49 for ; Thu, 8 Jun 2006 22:23:02 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 18061 invoked by uid 399); 8 Jun 2006 20:36:22 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 8 Jun 2006 20:36:22 -0000 Message-ID: <44888A43.5000405@FreeBSD.org> Date: Thu, 08 Jun 2006 13:36:19 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Andriy Gapon References: <4487009A.3010505@icyb.net.ua> In-Reply-To: <4487009A.3010505@icyb.net.ua> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: port candidate: xrefactory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:23:02 -0000 Andriy Gapon wrote: > I'd like to nominate a piece of software to be a FreeBSD port: That's not how it works. :) See the Porter's Handbook on the FreeBSD web site for how to build and submit a port. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:30:37 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C536616A516 for ; Thu, 8 Jun 2006 22:30:37 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A9A43D55 for ; Thu, 8 Jun 2006 22:30:36 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1057479uge for ; Thu, 08 Jun 2006 15:30:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IUo1Kp0bTM++sr1wgQVPFnTCkw/kj5JcWee3SnqZPukeS5riJZHxCfjgmnn5+O7wL0FaHiGYx8zc1XJ4QBK9/ebEKOZFOxS7HovutZRRXGko9stA9UCrmvp+PSonH61boVFIWN0X0FE5cEYDMiuWCdSbj1A5+zfEGu64VF2fGV8= Received: by 10.78.21.7 with SMTP id 7mr706049huu; Thu, 08 Jun 2006 15:23:43 -0700 (PDT) Received: by 10.78.51.13 with HTTP; Thu, 8 Jun 2006 15:23:43 -0700 (PDT) Message-ID: <7c58fcfc0606081523w78f8d992t349b0ca15ddcad21@mail.gmail.com> Date: Thu, 8 Jun 2006 17:23:43 -0500 From: "Jose Alonso Cardenas Marquez" To: "Kaspars Bankovskis" In-Reply-To: <20060523213354.05e3e9d0@localhost.kei.lv> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060523213354.05e3e9d0@localhost.kei.lv> Cc: coop9211@uidaho.edu, freebsd-ports@freebsd.org Subject: Re: wrong pkg-descr for fpc-ide X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:30:37 -0000 2006/5/23, Kaspars Bankovskis : > Hi, > There is uncorrect pkg-descr for the editors/fpc-ide: > > kei@laptop:/usr/ports> cat /usr/ports/editors/fpc-ide/pkg-descr > Regexpr is part of the base packages of Free Pascal, > a 32-bit Turbo Pascal/Delphi compatible compiler. Regexpr > provides regular expression routines. > > WWW: http://www.freepascal.org/ > > -- > John Merryweather Cooper > > > it's the description of devel/fpc-regexpr not fpc-ide > > -- > Kaspars Bankovskis > +371 26365619 > _______________________________________________ > 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" > Hi :) I updated fpc-ide port and I fixed pkg-descr :) You can see it at http://www.freebsd.org/cgi/query-pr.cgi?pr=98720 Greetings ACM From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:31:18 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2441C16A492 for ; Thu, 8 Jun 2006 22:31:18 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6890A43D45 for ; Thu, 8 Jun 2006 22:31:17 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DC25.dip.t-dialin.net [84.165.220.37]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k58MSbdC040596; Fri, 9 Jun 2006 00:28:38 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k58MVEjt003517; Fri, 9 Jun 2006 00:31:14 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Fri, 9 Jun 2006 00:31:33 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20060609003133.09a2d84d@Magellan.Leidinger.net> In-Reply-To: <95913083@ho.ipt.ru> References: <70960100@ho.ipt.ru> <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> <95913083@ho.ipt.ru> X-Mailer: Sylpheed-Claws 2.2.3 (GTK+ 2.8.18; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-ports@freebsd.org Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:31:18 -0000 Quoting Boris Samorodov (Fri, 09 Jun 2006 00:31:48 +0400): > On Thu, 08 Jun 2006 15:13:49 +0200 Alexander Leidinger wrote: > > Quoting Boris Samorodov (from Thu, 08 Jun 2006 02:47:23 +0400): > > > to use with linux (linux-XFree86-libs). Five weeks ago netchild@ > > > committed a new one (linux-xorg-libs). > > > > > > Now the question is how to configure the needed linux X libraries. My > > > Don't. Yes, we have OVERRIDE_LINUX_BASE_PORT. I see it as some kind of > > help when testing updates for the linux base port. Some people may use > > it to use a non-default linux base. Since we (emulation@) only support > > the default linux base port, they are doing it on their own. So > > providing such an option to let the user select what he wants is the > > wrong goal IMO. > > ...my intention to introduce LINUX_X_WINDOW_SYSTEM was to help > admins/users to switch to new linux_base and linux-x11 ports with less > pain. You see, there is a difference between have choice and don't > have one. Why we should give one a choice to use linux_base port and > not to give a choice to use linux x11 port? There are several major linux distributions, but only one major X11 "distribution" left in linux distributions. But there's not really a a choice of linux_base ports... we have outdated ones, the upcomming default, and the gentoo ones. The gentoo ones aren't really linux_base ports (providing what is necessary to integrate linux apps into the FreeBSD environment), they are entire distributions (use them in a jail and you have a virtual linux system... ok, not really, the linux kernel is missing, so it's a virtual GNU/glibc server). So I think they are different from the linux_base ports. The OVERRIDE switch was to let people help in the major transition from 8 to "something". At least it was my idea behind this knob. > Yes, we should announce that a new linux-xorg-libs is a new and > supported port. But why we (say so, freebsd-emulation team) insist on No, it will be the default X11 port for the new default linux base port. But I would not suggest to use it instead of the XFree86 one with the current default linux base port. > using xorg libs? I know many admins/users using xfree86 libs on > FreeBSD so far. Shouldn't we give them a chance to use those libraries > with linuxolator? FC4 is using xorg, and everything is linked against xorg. The X11 libs should be ABI compatible, but I don't want to bet on it. Since the new default will be FC4, you get what FC4 uses: xorg. > > Each linux distribution comes with his own default X11 implementation. > > They make sure everything works with it. We should stay with the X11 > > system the default linux distribution uses. We're happy to have some > > resources ATM to get the default linux base into shape (thanks for all > > you work here Boris!), but we should not put ourself into a place > > where we seem to promise more than what we are able to handle. > > Agreed. But the default and supported port is a one thing. And > insisting (while not giving any alternate) is another thing. > We may (or should!) declare the default and supported one at our > docs. But should be restrict X-libs to the default one? BTW, why IMO yes. You get what the linux base provides. FC4 will be the new default soon, and FC4 decided to support xorg instead of XFree86. They are obliged to provide security updates for their xorg package as long as FC4 is supported. From a security point of view I'm not willing to accept a binary package with an unknown track record for security fixes. We had a bad state with the default linux_base port long enough, we don't need to invite such a state again. > should we tolerate non-default linux_base ports? ;-) When FC4 will be the default, *all* remaining linux_base ports without a maintainer will get an expiration date (ATM I prefer 3 months grace time, different opinions welcome). This resolves to: only the gentoo ones and the default one will stay. Regarding my opinion of the gentoo ones see above (I would like to see them renamed and installed into a different location; and I already told the maintainer that I see them not as a linux_base but as something different instead). > > When we switch the default linux base port and the default linux x11 > > port, I intend to mark the XFree86 one as deprecated (together with > > Hm... Please, don't. Let the port have a ports@ maintainer, not > freebsd-emulation@. But give one a chance to have a choice. Whether to > use a default and supported one or not. Everyone is free to adopt the port after I released it and marked it as deprecated. > > all the unmaintained or old linux base ports). > > > Said that, I'm not insisting on my bsd.ports.mk patches. I'm trying to > find out the truth... ;-) Here you see my point of view. If you can nullify some of my important comments, I don't object to such a switch. But until then you have to find another committer (it would be more easy for you in case portmgr hands out a commit bit for you, as requested by me) who supports this and is willing to beg portmgr to test it. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 22:36:39 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECC416A41B; Thu, 8 Jun 2006 22:36:39 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A672443D58; Thu, 8 Jun 2006 22:36:38 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from UTDEVS08.campus.ad.utdallas.edu (utdex08.utdallas.edu [129.110.70.103]) by smtp1.utdallas.edu (Postfix) with ESMTP id 3E25E392E34; Thu, 8 Jun 2006 17:36:38 -0500 (CDT) Received: from [129.110.3.28] ([129.110.3.28]) by UTDEVS08.campus.ad.utdallas.edu with Microsoft SMTPSVC(6.0.3790.1830); Thu, 8 Jun 2006 17:36:38 -0500 Message-ID: <4488A63E.50206@utdallas.edu> Date: Thu, 08 Jun 2006 17:35:42 -0500 From: Paul Schmehl User-Agent: Thunderbird 1.5.0.2 (X11/20060504) MIME-Version: 1.0 References: <4487DAAE.3040703@netfence.it> <44884F4B.3040800@utdallas.edu> In-Reply-To: <44884F4B.3040800@utdallas.edu> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010109000107070006050303" X-OriginalArrivalTime: 08 Jun 2006 22:36:38.0041 (UTC) FILETIME=[01312090:01C68B4C] Cc: Andrea Venturoli , freebsd-questions@freebsd.org, FreeBSD Ports Subject: Re: Strange swap behaviour X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 22:36:39 -0000 This is a cryptographically signed message in MIME format. --------------ms010109000107070006050303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Schmehl wrote: >> > I'm having the exact same problem on 6.0/amd64. I commented out the > stream4 preprocessor lines in the snort.conf file and the problem went > away. I just uncommented them this morning, to confirm that that is > what is causing the problem. > > It appears that there is a memory leak in the stream4 preprocessor, but > before I report it, I want to confirm that the symptoms are repeatable. > I've been told that a memory leak in the stream4 preprocessor was fixed in the 2.6.0 release. So you may want to update to that now, or comment it out until the maintainer updates the port. (That port is usually pretty well maintained, so I suspect it won't be long before it's updated.) -- Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --------------ms010109000107070006050303 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 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIOyjCC A9gwggNBoAMCAQICEEHsHz2nFAeWxPbVDN3RD2UwDQYJKoZIhvcNAQEFBQAwgcExCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMiBQdWJs aWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEoYykg MTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MR8wHQYDVQQL ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4XDTk5MDMzMTAwMDAwMFoXDTA5MDMzMDIzNTk1 OVowgeoxJzAlBgNVBAoTHlRoZSBVbml2ZXJzaXR5IG9mIFRleGFzIFN5c3RlbTEfMB0GA1UE CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVybXMgb2YgdXNlIGF0IGh0 dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpOTkxMjAwBgNVBAsTKUNsYXNzIDIgQ0Eg LSBPblNpdGUgSW5kaXZpZHVhbCBTdWJzY3JpYmVyMS0wKwYDVQQDEyRUaGUgVW5pdmVyc2l0 eSBvZiBUZXhhcyBhdCBEYWxsYXMgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAL/q 74frHgrBAPkiEcHRwczbetq+NtJwYDBg5RngUy819MmoKQXW3j2d8waaZH2+0YdUeJv/onjx +4erw/yHTMJJQQ3hwNKl1/x+/0JRTnTzAdVoc6VdBDH45iklY6gjmkRqgYsPsDnx79tGWMO6 uM9L83rBokmVgyNDupsajzKFAgMBAAGjgaUwgaIwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMT EVByaXZhdGVMYWJlbDEtMTQwMBEGCWCGSAGG+EIBAQQEAwIBBjBEBgNVHSAEPTA7MDkGC2CG SAGG+EUBBwEBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9SUEEw DwYDVR0TBAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQEFBQADgYEAUwm13LK2 idEgUIPJOHncyAiySb+4U4Nvisyy5Hp8/KPoD19hXl+XBJUSWtKVASLxvO3xVLZUplQYoZ1U vAZpBMcCITeigjmIp6ygn+iDGV2SSDkaWYIkIEO8hpUS3IN04ebjE75qpIcAMTEjByWbr7os UZEOWaajF4jStM5UFxwwggVzMIIE3KADAgECAhAhQ2wPNrJWs2gXrRmRcAj6MA0GCSqGSIb3 DQEBBAUAMIHqMScwJQYDVQQKEx5UaGUgVW5pdmVyc2l0eSBvZiBUZXhhcyBTeXN0ZW0xHzAd BgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBh dCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTk5MTIwMAYDVQQLEylDbGFzcyAy IENBIC0gT25TaXRlIEluZGl2aWR1YWwgU3Vic2NyaWJlcjEtMCsGA1UEAxMkVGhlIFVuaXZl cnNpdHkgb2YgVGV4YXMgYXQgRGFsbGFzIENBMB4XDTA1MDgxMDAwMDAwMFoXDTA2MDgxMDIz NTk1OVowgfQxJzAlBgNVBAoUHlRoZSBVbml2ZXJzaXR5IG9mIFRleGFzIFN5c3RlbTEtMCsG A1UECxQkVGhlIFVuaXZlcnNpdHkgb2YgVGV4YXMgYXQgRGFsbGFzIENBMUYwRAYDVQQLEz13 d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BTIEluY29ycC4gYnkgUmVmLixMSUFCLkxU RChjKTk5MRgwFgYDVQQLFA9NYWlsIFN0b3AgLSBVVEQxFTATBgNVBAMTDFBhdWwgU2NobWVo bDEhMB8GCSqGSIb3DQEJARYScGF1bHNAdXRkYWxsYXMuZWR1MIGfMA0GCSqGSIb3DQEBAQUA A4GNADCBiQKBgQDEoeaWOSJTLA4v6OJEuCfJukxz2ljvM2G7CovCFsCYK7FnYSzTjFAk8Vhe +STjF4ehWIMnyGzWHYP6Vude2sWSxsXvUANOsjNKeWZ5rSjFS52u+1JU2IiIiwISnlAmOKC9 eqXGq7iIPz35w3VbpxPeGe6GWK4ZfexTKSQtfPYfSQIDAQABo4ICDDCCAggwCQYDVR0TBAIw ADAdBgNVHREEFjAUgRJwYXVsc0B1dGRhbGxhcy5lZHUwggEkBgNVHSAEggEbMIIBFzCCARMG C2CGSAGG+EUBBwEGMIIBAjArBggrBgEFBQcCARYfaHR0cHM6Ly93d3cudmVyaXNpZ24uY29t L3JwYS1rcjCB0gYIKwYBBQUHAgIwgcUagcJOT1RJQ0U6IFByaXZhdGUga2V5IG1heSBiZSBy ZWNvdmVyZWQgYnkgVmVyaVNpZ24ncyBjdXN0b21lciB3aG8gbWF5IGJlIGFibGUgdG8gZGVj cnlwdCBtZXNzYWdlcyB5b3Ugc2VuZCB0byBjZXJ0aWZpY2F0ZSBob2xkZXIuICBVc2UgaXMg c3ViamVjdCB0byB0ZXJtcyBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhLWtyIChj KTk5LjARBglghkgBhvhCAQEEBAMCB4AwdQYDVR0fBG4wbDBqoGigZoZkaHR0cDovL29uc2l0 ZWNybC52ZXJpc2lnbi5jb20vVGhlVW5pdmVyc2l0eW9mVGV4YXNTeXN0ZW1UaGVVbml2ZXJz aXR5b2ZUZXhhc2F0RGFsbGFzQ0EvTGF0ZXN0Q1JMLmNybDALBgNVHQ8EBAMCB4AwHQYDVR0l BBYwFAYIKwYBBQUHAwQGCCsGAQUFBwMCMA0GCSqGSIb3DQEBBAUAA4GBAEHYOgkUsyvG/DYG FAKSJ+IqUY4NVstEHCKHim3Cckq0Chxf+yRQB4tvOrwPTFAHlMgqJKr4yVXEvwJmhAvJtO/V nYex/brnBVky3UI288HXzk7439zbvmmczLZmOhsR3A3TnKHX9vdTmJ7sxWExDszRQntTfoUY cQihaFVOqZ9sMIIFczCCBNygAwIBAgIQPzPhdzYQCWxtZCkhSwOckTANBgkqhkiG9w0BAQQF ADCB6jEnMCUGA1UEChMeVGhlIFVuaXZlcnNpdHkgb2YgVGV4YXMgU3lzdGVtMR8wHQYDVQQL ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYyk5OTEyMDAGA1UECxMpQ2xhc3MgMiBDQSAt IE9uU2l0ZSBJbmRpdmlkdWFsIFN1YnNjcmliZXIxLTArBgNVBAMTJFRoZSBVbml2ZXJzaXR5 IG9mIFRleGFzIGF0IERhbGxhcyBDQTAeFw0wNTA4MTAwMDAwMDBaFw0wNjA4MTAyMzU5NTla MIH0MScwJQYDVQQKFB5UaGUgVW5pdmVyc2l0eSBvZiBUZXhhcyBTeXN0ZW0xLTArBgNVBAsU JFRoZSBVbml2ZXJzaXR5IG9mIFRleGFzIGF0IERhbGxhcyBDQTFGMEQGA1UECxM9d3d3LnZl cmlzaWduLmNvbS9yZXBvc2l0b3J5L0NQUyBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5 OTEYMBYGA1UECxQPTWFpbCBTdG9wIC0gVVREMRUwEwYDVQQDEwxQYXVsIFNjaG1laGwxITAf BgkqhkiG9w0BCQEWEnBhdWxzQHV0ZGFsbGFzLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEA3kw5bRGnSgWiYrAFsDKH4M+0r3YOazqaJ+NCzHzSYci2dgE2thVNAGe9i4xLBL8I ZX7i5HkR6mTit9/ovF/SUCft+2UapqYEu1sLPKuqEHfA2p8c5mjkJHnUYz2KR+4Z1UtvmTmN NwdaWfWfCzL/stJfR/qpNNqZLaDpBiytj4ECAwEAAaOCAgwwggIIMAkGA1UdEwQCMAAwHQYD VR0RBBYwFIEScGF1bHNAdXRkYWxsYXMuZWR1MIIBJAYDVR0gBIIBGzCCARcwggETBgtghkgB hvhFAQcBBjCCAQIwKwYIKwYBBQUHAgEWH2h0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEt a3IwgdIGCCsGAQUFBwICMIHFGoHCTk9USUNFOiBQcml2YXRlIGtleSBtYXkgYmUgcmVjb3Zl cmVkIGJ5IFZlcmlTaWduJ3MgY3VzdG9tZXIgd2hvIG1heSBiZSBhYmxlIHRvIGRlY3J5cHQg bWVzc2FnZXMgeW91IHNlbmQgdG8gY2VydGlmaWNhdGUgaG9sZGVyLiAgVXNlIGlzIHN1Ympl Y3QgdG8gdGVybXMgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYS1rciAoYyk5OS4w EQYJYIZIAYb4QgEBBAQDAgeAMHUGA1UdHwRuMGwwaqBooGaGZGh0dHA6Ly9vbnNpdGVjcmwu dmVyaXNpZ24uY29tL1RoZVVuaXZlcnNpdHlvZlRleGFzU3lzdGVtVGhlVW5pdmVyc2l0eW9m VGV4YXNhdERhbGxhc0NBL0xhdGVzdENSTC5jcmwwCwYDVR0PBAQDAgUgMB0GA1UdJQQWMBQG CCsGAQUFBwMEBggrBgEFBQcDAjANBgkqhkiG9w0BAQQFAAOBgQArtwI07378ACzBYQlXjg4u 4Ex2FlHoY3C5cWuTkXyzqJyU2ttpgxzzMTjYgqNeHdA3I360rCDSp/LCuNKhLQ9PdU/9LcU3 duD6KJU3cG4UrmfUXecXFdWj2wnp0Pkiq6YoSPQQ946dpq1BvWxE2W8J9f09tuR3Jjfgf1ST +qMgwTGCBIcwggSDAgEBMIH/MIHqMScwJQYDVQQKEx5UaGUgVW5pdmVyc2l0eSBvZiBUZXhh cyBTeXN0ZW0xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRl cm1zIG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTk5MTIwMAYD VQQLEylDbGFzcyAyIENBIC0gT25TaXRlIEluZGl2aWR1YWwgU3Vic2NyaWJlcjEtMCsGA1UE AxMkVGhlIFVuaXZlcnNpdHkgb2YgVGV4YXMgYXQgRGFsbGFzIENBAhAhQ2wPNrJWs2gXrRmR cAj6MAkGBSsOAwIaBQCgggLdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA2MDYwODIyMzU0MlowIwYJKoZIhvcNAQkEMRYEFH2zcpyTxqxGCdZYklwKuTjl u2/hMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqG SIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIIBEQYJKwYBBAGCNxAEMYIBAjCB /zCB6jEnMCUGA1UEChMeVGhlIFVuaXZlcnNpdHkgb2YgVGV4YXMgU3lzdGVtMR8wHQYDVQQL ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0 cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYyk5OTEyMDAGA1UECxMpQ2xhc3MgMiBDQSAt IE9uU2l0ZSBJbmRpdmlkdWFsIFN1YnNjcmliZXIxLTArBgNVBAMTJFRoZSBVbml2ZXJzaXR5 IG9mIFRleGFzIGF0IERhbGxhcyBDQQIQPzPhdzYQCWxtZCkhSwOckTCCARMGCyqGSIb3DQEJ EAILMYIBAqCB/zCB6jEnMCUGA1UEChMeVGhlIFVuaXZlcnNpdHkgb2YgVGV4YXMgU3lzdGVt MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYyk5OTEyMDAGA1UECxMpQ2xh c3MgMiBDQSAtIE9uU2l0ZSBJbmRpdmlkdWFsIFN1YnNjcmliZXIxLTArBgNVBAMTJFRoZSBV bml2ZXJzaXR5IG9mIFRleGFzIGF0IERhbGxhcyBDQQIQPzPhdzYQCWxtZCkhSwOckTANBgkq hkiG9w0BAQEFAASBgKepLSX9GsWVeF+s+H5lPgIAbPvB3gY92TFsXqVeBHNIkAwM72MkvjdX o6+kik5QWcHxRefWcREBlfKqmGlgfFwWdDZkJJcjYh3gkTtLq6gaP9RaPgP9j/f7VVua0t7s hinMiKR6B4tIPz+5tQlfm35FsN4TplN4DNFQ58UHvPVNAAAAAAAA --------------ms010109000107070006050303-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 8 23:22:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD9816A515 for ; Thu, 8 Jun 2006 23:22:21 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id E618943D48 for ; Thu, 8 Jun 2006 23:22:20 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.sprint-hsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FoTpS-0002Ih-00; Thu, 08 Jun 2006 19:22:18 -0400 Date: Thu, 8 Jun 2006 19:23:33 -0400 From: Randy Pratt To: Garance A Drosihn Message-Id: <20060608192333.e23505d6.bsd-unix@earthlink.net> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: matthias.andree@gmx.de, freebsd-ports@freebsd.org Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Jun 2006 23:22:21 -0000 On Thu, 8 Jun 2006 12:35:42 -0400 Garance A Drosihn wrote: > I have never been prompted twice for a given set of > options. I do, at times, get prompted for the options > of one port, answer that screen and walk away, only to > later see that I was also prompted for the options of > some other port. I got tired of these silent screens and added an audible sound warning to /usr/ports/Mk/bsd.port.mk : --- Mk/bsd.port.mk.original Mon May 29 22:04:13 2006 +++ Mk/bsd.port.mk Mon May 29 22:06:06 2006 @@ -5281,6 +5281,7 @@ shift 3; \ done; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ + /usr/local/bin/play /home/rpratt/sounds/montymes.wav; \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-]+)$/ \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ status=$$?; \ It has to be patched each time the ports tree is cvsupped and it may not be the best place to do it but it seems to work (for me). It could be much better written with a call to an external script with more options and eliminate hard-coded values. It probably causes ozone depletion and other scary things. YMMV. I'm almost sure something like this will never get officially added since its probably considered bloat. At least I'm not wasting hours of build time not knowing I need to push a button. Randy -- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 01:21:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B8116A41F for ; Fri, 9 Jun 2006 01:21:01 +0000 (UTC) (envelope-from allbery@ece.cmu.edu) Received: from bache.ece.cmu.edu (BACHE.ECE.CMU.EDU [128.2.129.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D00E43DA6 for ; Fri, 9 Jun 2006 01:20:34 +0000 (GMT) (envelope-from allbery@ece.cmu.edu) Received: from [10.9.204.128] (dsl093-061-215.pit1.dsl.speakeasy.net [66.93.61.215]) by bache.ece.cmu.edu (Postfix) with ESMTP id CEB9233; Thu, 8 Jun 2006 21:20:32 -0400 (EDT) In-Reply-To: <20060608192333.e23505d6.bsd-unix@earthlink.net> References: <20060608192333.e23505d6.bsd-unix@earthlink.net> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Brandon S. Allbery KF8NH" Date: Thu, 8 Jun 2006 21:20:30 -0400 To: Randy Pratt X-Mailer: Apple Mail (2.750) Cc: matthias.andree@gmx.de, Garance A Drosihn , freebsd-ports@freebsd.org Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 01:21:01 -0000 On Jun 8, 2006, at 7:23 , Randy Pratt wrote: > I got tired of these silent screens and added an audible sound > warning to /usr/ports/Mk/bsd.port.mk : > > + /usr/local/bin/play /home/rpratt/sounds/montymes.wav; \ > trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ > ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-] > +)$/ > \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ Seems to me you could just specify your own value for $DIALOG which invokes a wrapper to do some kind of notification. That might be doable in /etc/make.conf, thus you wouldn't need to patch. -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 01:45:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E12A16A41A for ; Fri, 9 Jun 2006 01:45:51 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530DF43D73 for ; Fri, 9 Jun 2006 01:45:49 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 1601 invoked by uid 507); 9 Jun 2006 11:39:08 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 9 Jun 2006 11:39:08 +1000 In-Reply-To: <20060608192333.e23505d6.bsd-unix@earthlink.net> References: <20060608192333.e23505d6.bsd-unix@earthlink.net> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <96DAFC82-F1E7-4B22-9495-D844F4E4D3CD@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Fri, 9 Jun 2006 11:39:02 +1000 To: Randy Pratt X-Mailer: Apple Mail (2.750) Cc: matthias.andree@gmx.de, Garance A Drosihn , freebsd-ports@freebsd.org Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 01:45:51 -0000 On 09/06/2006, at 9:23 AM, Randy Pratt wrote: > On Thu, 8 Jun 2006 12:35:42 -0400 > Garance A Drosihn wrote: > >> I have never been prompted twice for a given set of >> options. I do, at times, get prompted for the options >> of one port, answer that screen and walk away, only to >> later see that I was also prompted for the options of >> some other port. > > I got tired of these silent screens and added an audible sound > warning to /usr/ports/Mk/bsd.port.mk : > > --- Mk/bsd.port.mk.original Mon May 29 22:04:13 2006 > +++ Mk/bsd.port.mk Mon May 29 22:06:06 2006 > @@ -5281,6 +5281,7 @@ > shift 3; \ > done; \ > TMPOPTIONSFILE=$$(mktemp -t portoptions); \ > + /usr/local/bin/play /home/rpratt/sounds/montymes.wav; \ > trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ > ${SH} -c "${DIALOG} --checklist \"Options for ${PKGNAME:C/-([^-] > +)$/ > \1/}\" 21 70 15 $${DEFOPTIONS} 2> $${TMPOPTIONSFILE}"; \ > status=$$?; \ > > It has to be patched each time the ports tree is cvsupped and it > may not be the best place to do it but it seems to work (for me). > > It could be much better written with a call to an external script > with more options and eliminate hard-coded values. It probably > causes ozone depletion and other scary things. YMMV. > > I'm almost sure something like this will never get officially added > since its probably considered bloat. At least I'm not wasting > hours of build time not knowing I need to push a button. Some terminal programs have a "monitor for silence" function which can produce an audible alert. KDE's terminal could do it last time I looked. I can't recall any others. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 02:01:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C84416A41B for ; Fri, 9 Jun 2006 02:01:44 +0000 (UTC) (envelope-from allbery@ece.cmu.edu) Received: from bache.ece.cmu.edu (BACHE.ECE.CMU.EDU [128.2.129.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A641443D7C for ; Fri, 9 Jun 2006 02:01:25 +0000 (GMT) (envelope-from allbery@ece.cmu.edu) Received: from [10.9.204.128] (dsl093-061-215.pit1.dsl.speakeasy.net [66.93.61.215]) by bache.ece.cmu.edu (Postfix) with ESMTP id 7F2DA33; Thu, 8 Jun 2006 22:01:23 -0400 (EDT) In-Reply-To: <96DAFC82-F1E7-4B22-9495-D844F4E4D3CD@brooknet.com.au> References: <20060608192333.e23505d6.bsd-unix@earthlink.net> <96DAFC82-F1E7-4B22-9495-D844F4E4D3CD@brooknet.com.au> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Brandon S. Allbery KF8NH" Date: Thu, 8 Jun 2006 22:01:20 -0400 To: Sam Lawrance X-Mailer: Apple Mail (2.750) Cc: freebsd ports , Randy Pratt Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 02:01:44 -0000 On Jun 8, 2006, at 9:39 , Sam Lawrance wrote: > On 09/06/2006, at 9:23 AM, Randy Pratt wrote: >> I got tired of these silent screens and added an audible sound >> warning to /usr/ports/Mk/bsd.port.mk : > > Some terminal programs have a "monitor for silence" function which > can produce an audible alert. KDE's terminal could do it last time > I looked. I can't recall any others. screen has such a capability, too. -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 06:33:28 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C7F16A418 for ; Fri, 9 Jun 2006 06:33:28 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C09E43D72 for ; Fri, 9 Jun 2006 06:33:27 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p6168-ipbf302funabasi.chiba.ocn.ne.jp [124.87.184.168]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k596X7ee086908; Fri, 9 Jun 2006 15:33:19 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k596Wuht064349; Fri, 9 Jun 2006 15:32:59 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 09 Jun 2006 15:32:09 +0900 (JST) Message-Id: <20060609.153209.55858710.hrs@allbsd.org> To: antik@bsd.ee From: Hiroki Sato In-Reply-To: <200606081714.20195.antik@bsd.ee> References: <200606081714.20195.antik@bsd.ee> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Jun__9_15_32_09_2006_901)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: teTeX-texmf-3.0_3 size mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 06:33:28 -0000 ----Security_Multipart(Fri_Jun__9_15_32_09_2006_901)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Andrei Kolu wrote in <200606081714.20195.antik@bsd.ee>: an> => tetex-texmf-3.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/teTeX. an> => Attempting to fetch from an> ftp://ftp.funet.fi/pub/TeX/CTAN/systems/unix/teTeX/3.0/distrib/. an> fetch: Fixed, thanks! -- | Hiroki SATO ----Security_Multipart(Fri_Jun__9_15_32_09_2006_901)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEiRXsTyzT2CeTzy0RAm6AAJ4jt07kkc28+RJQ4Hk3aNhN5tXs8wCeJdvs tLfS4IoJliQ+b3tfrP2i678= =jNS1 -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Jun__9_15_32_09_2006_901)---- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 07:50:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EECBA16A41A; Fri, 9 Jun 2006 07:50:34 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E1743D82; Fri, 9 Jun 2006 07:50:31 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k597oSGP084483; Fri, 9 Jun 2006 10:50:28 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.185] (pc185.ebs.gr [10.1.1.185]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k597oPow044539; Fri, 9 Jun 2006 10:50:28 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.394 [268.8.3/358]); Fri, 09 Jun 2006 10:50:24 +0300 Message-ID: <44892840.6020800@ebs.gr> Date: Fri, 09 Jun 2006 10:50:24 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Sergey Matveychuk References: <4485DBF5.3070705@FreeBSD.org> <20060607121927.GA19923@leia.lambermont.dyndns.org> <20060607174640.GE81931@iib.unsam.edu.ar> <44882F99.1040100@FreeBSD.org> In-Reply-To: <44882F99.1040100@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Hans Lambermont Subject: Re: portupgrade ideas page X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 07:50:35 -0000 Sergey Matveychuk wrote: > Fernan Aguero wrote: >> So, to get this functionality, we have to change >> UPDATING first to add more information (at least PORTVERSION >> and PORTREVISION) to each entry. >> >> Time for a RFC about UPDATING? > > UPDATING is quite informal to parse in a current state. > Well, for many entries it's possible to find suitable ports, but for few > of them it's hard or impossible. > E.g.: > AFFECTS: users of PHP > AFFECTS: All GNOME users Right. Perhaps vuxml & portaudit can be used as a basis for a proper solution. Cheers, Panagiotis From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 08:08:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1682B16A474 for ; Fri, 9 Jun 2006 08:08:42 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915BF43D73 for ; Fri, 9 Jun 2006 08:08:35 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1Foc2e-000EEA-Ig; Fri, 09 Jun 2006 12:08:28 +0400 To: Alexander Leidinger References: <70960100@ho.ipt.ru> <20060608151349.tsgxoswvpcs0c408@netchild.homeip.net> <95913083@ho.ipt.ru> <20060609003133.09a2d84d@Magellan.Leidinger.net> From: Boris Samorodov Date: Fri, 09 Jun 2006 12:08:28 +0400 In-Reply-To: <20060609003133.09a2d84d@Magellan.Leidinger.net> (Alexander Leidinger's message of "Fri, 9 Jun 2006 00:31:33 +0200") Message-ID: <47741107@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-ports@freebsd.org Subject: Re: [patch] bsd.ports.mk: X_WINDOW_SYSTEM and linux X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 08:08:42 -0000 Hi! Alexander, thank you for time and convincing arguments. Now I fully agree with you. On Fri, 9 Jun 2006 00:31:33 +0200 Alexander Leidinger wrote: > Quoting Boris Samorodov (Fri, 09 Jun 2006 00:31:48 +0400): > > On Thu, 08 Jun 2006 15:13:49 +0200 Alexander Leidinger wrote: > > > Quoting Boris Samorodov (from Thu, 08 Jun 2006 02:47:23 +0400): > > > > to use with linux (linux-XFree86-libs). Five weeks ago netchild@ > > > > committed a new one (linux-xorg-libs). > > > > > > > > Now the question is how to configure the needed linux X libraries. My > > > > > Don't. Yes, we have OVERRIDE_LINUX_BASE_PORT. I see it as some kind of > > > help when testing updates for the linux base port. Some people may use > > > it to use a non-default linux base. Since we (emulation@) only support > > > the default linux base port, they are doing it on their own. So > > > providing such an option to let the user select what he wants is the > > > wrong goal IMO. > > > > ...my intention to introduce LINUX_X_WINDOW_SYSTEM was to help > > admins/users to switch to new linux_base and linux-x11 ports with less > > pain. You see, there is a difference between have choice and don't > > have one. Why we should give one a choice to use linux_base port and > > not to give a choice to use linux x11 port? > There are several major linux distributions, but only one major X11 > "distribution" left in linux distributions. > But there's not really a a choice of linux_base ports... we have > outdated ones, the upcomming default, and the gentoo ones. The gentoo > ones aren't really linux_base ports (providing what is necessary to > integrate linux apps into the FreeBSD environment), they are entire > distributions (use them in a jail and you have a virtual linux > system... ok, not really, the linux kernel is missing, so it's a > virtual GNU/glibc server). So I think they are different from the > linux_base ports. > The OVERRIDE switch was to let people help in the major transition from > 8 to "something". At least it was my idea behind this knob. > > Yes, we should announce that a new linux-xorg-libs is a new and > > supported port. But why we (say so, freebsd-emulation team) insist on > No, it will be the default X11 port for the new default linux base > port. But I would not suggest to use it instead of the XFree86 one with > the current default linux base port. > > using xorg libs? I know many admins/users using xfree86 libs on > > FreeBSD so far. Shouldn't we give them a chance to use those libraries > > with linuxolator? > FC4 is using xorg, and everything is linked against xorg. The X11 libs > should be ABI compatible, but I don't want to bet on it. Since the new > default will be FC4, you get what FC4 uses: xorg. > > > Each linux distribution comes with his own default X11 implementation. > > > They make sure everything works with it. We should stay with the X11 > > > system the default linux distribution uses. We're happy to have some > > > resources ATM to get the default linux base into shape (thanks for all > > > you work here Boris!), but we should not put ourself into a place > > > where we seem to promise more than what we are able to handle. > > > > Agreed. But the default and supported port is a one thing. And > > insisting (while not giving any alternate) is another thing. > > We may (or should!) declare the default and supported one at our > > docs. But should be restrict X-libs to the default one? BTW, why > IMO yes. You get what the linux base provides. FC4 will be the new > default soon, and FC4 decided to support xorg instead of XFree86. They > are obliged to provide security updates for their xorg package as long > as FC4 is supported. From a security point of view I'm not willing to > accept a binary package with an unknown track record for security > fixes. We had a bad state with the default linux_base port long enough, > we don't need to invite such a state again. > > should we tolerate non-default linux_base ports? ;-) > When FC4 will be the default, *all* remaining linux_base ports without > a maintainer will get an expiration date (ATM I prefer 3 months grace > time, different opinions welcome). This resolves to: only the gentoo > ones and the default one will stay. Regarding my opinion of the gentoo > ones see above (I would like to see them renamed and installed into a > different location; and I already told the maintainer that I see them > not as a linux_base but as something different instead). > > > When we switch the default linux base port and the default linux x11 > > > port, I intend to mark the XFree86 one as deprecated (together with > > > > Hm... Please, don't. Let the port have a ports@ maintainer, not > > freebsd-emulation@. But give one a chance to have a choice. Whether to > > use a default and supported one or not. > Everyone is free to adopt the port after I released it and marked it as > deprecated. > > > all the unmaintained or old linux base ports). > > > > > > Said that, I'm not insisting on my bsd.ports.mk patches. I'm trying to > > find out the truth... ;-) > Here you see my point of view. If you can nullify some of my important > comments, I don't object to such a switch. But until then you have to > find another committer (it would be more easy for you in case portmgr > hands out a commit bit for you, as requested by me) who supports this > and is willing to beg portmgr to test it. > Bye, > Alexander. WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 08:35:16 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C14F016A41B; Fri, 9 Jun 2006 08:35:16 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from kenny.mintel.co.uk (kenny2.mintel.com [217.206.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675FD43D9D; Fri, 9 Jun 2006 08:35:12 +0000 (GMT) (envelope-from tom@tomjudge.com) Received: from [0.0.0.0] (buffy.mintel.co.uk [10.0.0.37]) by kenny.mintel.co.uk (8.12.8p1/8.12.8) with ESMTP id k598ZBcO097312; Fri, 9 Jun 2006 09:35:11 +0100 (BST) (envelope-from tom@tomjudge.com) Message-ID: <448932BF.10601@tomjudge.com> Date: Fri, 09 Jun 2006 09:35:11 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: mharo@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Cc: ports@FreeBSD.org Subject: FreeBSD Port: sudo-1.6.8.12_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, 09 Jun 2006 08:35:16 -0000 Hi, I have created a small patch for sudo that allows it to do an LDAP sub tree search for the sudoers entries, which in turn allows you to categorize sudo rights within the LDAP tree. Would it be possible to get this added to the sudo port? Regards Tom J From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 08:36:45 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E2716A418; Fri, 9 Jun 2006 08:36:45 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from kenny.mintel.co.uk (kenny2.mintel.com [217.206.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7973243D79; Fri, 9 Jun 2006 08:36:44 +0000 (GMT) (envelope-from tom@tomjudge.com) Received: from [0.0.0.0] (buffy.mintel.co.uk [10.0.0.37]) by kenny.mintel.co.uk (8.12.8p1/8.12.8) with ESMTP id k598ahcO097344; Fri, 9 Jun 2006 09:36:43 +0100 (BST) (envelope-from tom@tomjudge.com) Message-ID: <4489331B.8060907@tomjudge.com> Date: Fri, 09 Jun 2006 09:36:43 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.2 (X11/20060522) MIME-Version: 1.0 To: mharo@FreeBSD.org Content-Type: multipart/mixed; boundary="------------060604090607040300040706" X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Cc: ports@FreeBSD.org Subject: FreeBSD Port: sudo-1.6.8.12_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, 09 Jun 2006 08:36:45 -0000 This is a multi-part message in MIME format. --------------060604090607040300040706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Sorry I forgot to attach the patch to the last email. I have created a small patch for sudo that allows it to do an LDAP sub tree search for the sudoers entries, which in turn allows you to categorize sudo rights within the LDAP tree. Would it be possible to get this added to the sudo port? Regards Tom J --------------060604090607040300040706 Content-Type: text/plain; name="sudo.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sudo.patch" --- ldap.c.orig Fri Jun 9 09:14:24 2006 +++ ldap.c Fri Jun 9 09:17:55 2006 @@ -833,7 +833,7 @@ /* Parse Default Options */ - rc=ldap_search_s(ld,ldap_conf.base,LDAP_SCOPE_ONELEVEL, + rc=ldap_search_s(ld,ldap_conf.base,LDAP_SCOPE_SUBTREE, "cn=defaults",NULL,0,&result); if (!rc && (entry=ldap_first_entry(ld,result))){ if (ldap_conf.debug) printf("found:%s\n",ldap_get_dn(ld,entry)); @@ -871,7 +871,7 @@ filt=strdup("sudoUser=+*"); } if (ldap_conf.debug) printf("ldap search '%s'\n",filt); - rc=ldap_search_s(ld,ldap_conf.base,LDAP_SCOPE_ONELEVEL, + rc=ldap_search_s(ld,ldap_conf.base,LDAP_SCOPE_SUBTREE, filt,NULL,0,&result); if (rc) { if (ldap_conf.debug) printf("nothing found for '%s'\n",filt); --------------060604090607040300040706-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 08:57:56 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C0216A41F; Fri, 9 Jun 2006 08:57:56 +0000 (UTC) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750C343D70; Fri, 9 Jun 2006 08:57:54 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id CB7B6999A11; Fri, 9 Jun 2006 10:57:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ide6YMVWOkpZ; Fri, 9 Jun 2006 10:57:37 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 49097999839; Fri, 9 Jun 2006 10:57:37 +0200 (CEST) Message-ID: <448937F5.4070607@t-hosting.hu> Date: Fri, 09 Jun 2006 10:57:25 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alexander Leidinger Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, emulators@FreeBSD.org Subject: The future of Gentoo 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: Fri, 09 Jun 2006 08:57:56 -0000 Hello Alexander, I've been thinking of your recommendation about renaming these ports and installing them under another prefix. I agree that these are rather complete distributions than just linux_base ports. It would be nice to indicate that somehow, but I'd prefer keeping the opportunity to install them into ${LINUXBASE} as I find them very useful as a linux_base as well. For an example, we can get everything from gentoo portage. I know we have a lot of ports, but portage may contain something that ports doesn't and vica versa. So, we are able to use portages, but chrooting to the environment is not necessary, we can jsut start something from the host system that are installed in the gentoo environment, as if it were a linux-* port from our ports collection. My idea is to repocopy and rename these ports like: emulators/linux_base-gentoo-stage1 -> emulators/linux_dist-gentoo-stage1 This introduces a new group of ports (linux_dist*) that are complete linux environment for cross-development, etc. At the same time a WITH_LINUXBASE macro should be added for installing them into ${LINUXBASE} and this requires a conditional CONFLICTS with another linux_base ports. If this has been accomplished, I also want to add then three metaports as emulators/linux_base-gentoo-stage[123] for the old functionality, this would install the ports with WITH_LINUXBASE set, but these metaports can be set DEPRECATED without an EXPIRATION_DATE to just note that the use of these are discouraged. Ideas and opinions from the lists are welcome! Cheers, Gabor Kovesdan From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 09:17:52 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6548216A418 for ; Fri, 9 Jun 2006 09:17:52 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA0543D73; Fri, 9 Jun 2006 09:17:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5D888.dip.t-dialin.net [84.165.216.136]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k599F6vr047198; Fri, 9 Jun 2006 11:15:07 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k599Hno7096236; Fri, 9 Jun 2006 11:17:49 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 09 Jun 2006 11:17:49 +0200 Message-ID: <20060609111749.xl8dr4sq7ko8w80c@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 09 Jun 2006 11:17:49 +0200 From: Alexander Leidinger To: =?utf-8?b?S8O2dmVzZMOhbiA=?= =?utf-8?b?R8OhYm9y?= References: <448937F5.4070607@t-hosting.hu> In-Reply-To: <448937F5.4070607@t-hosting.hu> 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) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@FreeBSD.org, emulators@FreeBSD.org Subject: Re: The future of Gentoo 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: Fri, 09 Jun 2006 09:17:52 -0000 Quoting K=C3=B6vesd=C3=A1n G=C3=A1bor (from Fr= i, 09 Jun =20 2006 10:57:25 +0200): > My idea is to repocopy and rename these ports like: > emulators/linux_base-gentoo-stage1 -> emulators/linux_dist-gentoo-stage1 Since you are introducing a new class of linux ports, I like to take =20 the opportunity to ask for a bikeshed color... We have a mix of naming styles. linux-foo, linux_foo and =20 linux_foo-bar. Does it make sense to use an underscore here instead of =20 a minus sign? Should we read it as 'this is a "linux dist" port of =20 "gento" "stage1"', or should we read it as 'this is a "linux" port, it =20 is a "dist"ribution of "gentoo" "stage1"? The former is some kind of semantic-view, that later is more like a =20 consistent naming scheme. > This introduces a new group of ports (linux_dist*) that are complete > linux environment for cross-development, etc. At the same time a Sounds good. > WITH_LINUXBASE macro should be added for installing them into > ${LINUXBASE} and this requires a conditional CONFLICTS with another > linux_base ports. One of the first thoughts I had here is: via OPTIONS or not, what =20 would be better? And if using OPTIONS, is it possible to still use =20 CONFLICTS (evaluation order may be important here)? But I think you will solve this problem. :-) > If this has been accomplished, I also want to add then three metaports > as emulators/linux_base-gentoo-stage[123] for the old functionality, > this would install the ports with WITH_LINUXBASE set, but these > metaports can be set DEPRECATED without an EXPIRATION_DATE to just note > that the use of these are discouraged. There should be a comment explaining it near DEPRECATED then, so that =20 a committer doesn't decides to axe those ports. > Ideas and opinions from the lists are welcome! Sounds good. The pkg-descr should be changed to a sensible explanation =20 then. I try to come up with a good one for the default linux base port =20 which mentions the differences compared to the linux_dist port then. Bye, Alexander. --=20 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 The kind of danger people most enjoy is the kind they can watch from a safe place. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 09:28:22 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D9416A41A for ; Fri, 9 Jun 2006 09:28:22 +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 1838D43D72 for ; Fri, 9 Jun 2006 09:28:20 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k599S9I1012092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jun 2006 10:28:15 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <44893F21.9090209@infracaninophile.co.uk> Date: Fri, 09 Jun 2006 10:28:01 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Vivek Khera References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> <44881315.3030705@FreeBSD.org> <20060608124526.GA86759@svm.csie.ntu.edu.tw> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig36B618C3DB96B7BC687800F9" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Fri, 09 Jun 2006 10:28:15 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.2/1522/Thu Jun 8 16:54:38 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd ports Subject: Re: category for local 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: Fri, 09 Jun 2006 09:28:22 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig36B618C3DB96B7BC687800F9 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Vivek Khera wrote: > Basically I've settled on this approach, which has worked out extremely= > well for the last couple of days at least :-) >=20 > All local ports are in /usr/ports/local/kci-FOO for port named kci-FOO.= =20 > I prefix all my local ports with 'kci-' to make things easy to > identify. In /usr/ports/local is a Makefile with SUBDIR+=3Dkci-FOO for= > each port just like any other category Makefile. >=20 > In pkgtools.conf I add 'local' to EXTRA_CATEGORIES. This seems to be > not used, but doesn't hurt. >=20 > Then, to build the INDEX file I came up with a really great hack.... it= > goes like this: You could create /usr/ports/Makefile.local containing: SUBDIR +=3D local which would then be incorporated in the usual 'make index' processing without any further ado. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enig36B618C3DB96B7BC687800F9 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.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEiT8o8Mjk52CukIwRA1COAJ0SnHzNJY1dF7VY16gtAIKeGb9jAwCdH+mi xoKEqd3+lBgAQpRPp2O28y8= =eVKb -----END PGP SIGNATURE----- --------------enig36B618C3DB96B7BC687800F9-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 09:33:46 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B44B16A41A; Fri, 9 Jun 2006 09:33:46 +0000 (UTC) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609F643D78; Fri, 9 Jun 2006 09:33:43 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 54A08999574; Fri, 9 Jun 2006 11:33:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id d-0rz9JFrAQT; Fri, 9 Jun 2006 11:33:31 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id C59F8999A30; Fri, 9 Jun 2006 11:33:30 +0200 (CEST) Message-ID: <44894067.2040105@t-hosting.hu> Date: Fri, 09 Jun 2006 11:33:27 +0200 From: =?UTF-8?B?S8O2dmVzZMOhbiBHw6Fib3I=?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alexander Leidinger References: <448937F5.4070607@t-hosting.hu> <20060609111749.xl8dr4sq7ko8w80c@netchild.homeip.net> In-Reply-To: <20060609111749.xl8dr4sq7ko8w80c@netchild.homeip.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, emulatorion@FreeBSD.org Subject: Re: The future of Gentoo 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: Fri, 09 Jun 2006 09:33:46 -0000 Alexander Leidinger wrote: > Quoting Kövesdán Gábor (from Fri, 09 Jun > 2006 10:57:25 +0200): > >> My idea is to repocopy and rename these ports like: >> emulators/linux_base-gentoo-stage1 -> emulators/linux_dist-gentoo-stage1 > > Since you are introducing a new class of linux ports, I like to take > the opportunity to ask for a bikeshed color... > > We have a mix of naming styles. linux-foo, linux_foo and > linux_foo-bar. Does it make sense to use an underscore here instead of > a minus sign? Should we read it as 'this is a "linux dist" port of > "gento" "stage1"', or should we read it as 'this is a "linux" port, it > is a "dist"ribution of "gentoo" "stage1"? > > The former is some kind of semantic-view, that later is more like a > consistent naming scheme. I'd prefer linux_dist since these are somewhat more related to linux_base than linux- ports in general. > >> This introduces a new group of ports (linux_dist*) that are complete >> linux environment for cross-development, etc. At the same time a > > Sounds good. > >> WITH_LINUXBASE macro should be added for installing them into >> ${LINUXBASE} and this requires a conditional CONFLICTS with another >> linux_base ports. > > One of the first thoughts I had here is: via OPTIONS or not, what > would be better? And if using OPTIONS, is it possible to still use > CONFLICTS (evaluation order may be important here)? > > But I think you will solve this problem. :-) I think placing a short note in pre-fetch is enough, the OPTIONS dialog just makes the port more complicated and looks ugly with only one option. > >> If this has been accomplished, I also want to add then three metaports >> as emulators/linux_base-gentoo-stage[123] for the old functionality, >> this would install the ports with WITH_LINUXBASE set, but these >> metaports can be set DEPRECATED without an EXPIRATION_DATE to just note >> that the use of these are discouraged. > > There should be a comment explaining it near DEPRECATED then, so that > a committer doesn't decides to axe those ports. > Sounds good. The pkg-descr should be changed to a sensible explanation > then. I try to come up with a good one for the default linux base port > which mentions the differences compared to the linux_dist port then. > > Bye, > Alexander. > OK, I'll work on a patch for these changes and send a follow-up for review. Gabor Kovesdan From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 10:01:22 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3394816A419; Fri, 9 Jun 2006 10:01:22 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574F243D70; Fri, 9 Jun 2006 10:01:10 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA23704; Fri, 09 Jun 2006 13:01:09 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <448946E4.5090004@icyb.net.ua> Date: Fri, 09 Jun 2006 13:01:08 +0300 From: Andriy Gapon User-Agent: Thunderbird 1.5.0.2 (X11/20060512) MIME-Version: 1.0 To: Doug Barton References: <4487009A.3010505@icyb.net.ua> <44888A43.5000405@FreeBSD.org> In-Reply-To: <44888A43.5000405@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: port candidate: xrefactory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 10:01:22 -0000 on 08/06/2006 23:36 Doug Barton said the following: > Andriy Gapon wrote: >> I'd like to nominate a piece of software to be a FreeBSD port: > > That's not how it works. :) See the Porter's Handbook on the FreeBSD web > site for how to build and submit a port. Doug, thanks :-) I am already a maintainer of a few ports, but I am short on time now and also feel that this one is a little bit tougher than the ones I ported before. So I kind of hope that this software will attract enough attention and someone will do the porting sooner rather than later. If not, well, someday I'll probably have enough time and won't be able to resist the porting urge :-) -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 12:00:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CF016A46F for ; Fri, 9 Jun 2006 12:00:23 +0000 (UTC) (envelope-from spam@intelsys.ru) Received: from intelsys.ru (212.44.92.82.satgate.net [212.44.92.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9671543D77 for ; Fri, 9 Jun 2006 12:00:21 +0000 (GMT) (envelope-from spam@intelsys.ru) Received: by intelsys.ru (Postfix, from userid 1050) id 471216B620; Fri, 9 Jun 2006 15:57:03 +0400 (MSD) Received: from [192.168.2.69] (StepanR [192.168.2.69]) by intelsys.ru (Postfix) with ESMTP id 113AF6A78D for ; Fri, 9 Jun 2006 15:57:03 +0400 (MSD) Message-ID: <448962D0.1030104@rspu.edu.ru> Date: Fri, 09 Jun 2006 16:00:16 +0400 From: StRakh User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on gate.intelsys.ru X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.0 Subject: akode distinfo 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, 09 Jun 2006 12:00:23 -0000 cat /usr/ports/audio/akode/distinfo MD5 (download.php?content=30375) = 04f79cda65c8e9966fa462eaaaa282dc SHA256 (download.php?content=30375) = bc9985329ec2a47d5f85c9a30288ddf2f69d4ca5dc7897b4536bd994a6a0b19f SIZE (download.php?content=30375) = 650094 It looks like a wrong filename. that's why i cannot update kde. please, point me to a correct akode tar.bz2 StRakh From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 12:35:16 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE86716A46F for ; Fri, 9 Jun 2006 12:35:16 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BEC43D94 for ; Fri, 9 Jun 2006 12:35:05 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 24321 invoked from network); 9 Jun 2006 12:34:57 -0000 Received: from unknown (HELO localhost) (775067@[85.31.187.84]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 9 Jun 2006 12:34:57 -0000 Date: Fri, 9 Jun 2006 14:32:33 +0200 From: Fabian Keil To: freebsd-ports@freebsd.org Message-ID: <20060609143233.325eb3ea@localhost> In-Reply-To: <448962D0.1030104@rspu.edu.ru> References: <448962D0.1030104@rspu.edu.ru> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc User-Agent: 321 test Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_MbG.NUiR5iIAFCJP2pObuhY; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: akode distinfo 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, 09 Jun 2006 12:35:16 -0000 --Sig_MbG.NUiR5iIAFCJP2pObuhY Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable StRakh wrote: > cat /usr/ports/audio/akode/distinfo > MD5 (download.php?content=3D30375) =3D 04f79cda65c8e9966fa462eaaaa282dc > SHA256 (download.php?content=3D30375) =3D=20 > bc9985329ec2a47d5f85c9a30288ddf2f69d4ca5dc7897b4536bd994a6a0b19f > SIZE (download.php?content=3D30375) =3D 650094 >=20 > It looks like a wrong filename. > that's why i cannot update kde. > please, point me to a correct akode tar.bz2 It certainly is an ugly file name, but it appears to be the DISTNAME, so I don't think it's there by accident. fk@TP51 /usr/ports/audio/akode $grep DIST Makefile=20 DISTNAME=3D 'download.php?content=3D30375' I also could fetch the file and view the contents with tar, but as I don't use KDE, I didn't try to install it. Why do you think it's the reason for your "cannot update kde" problem? Fabian --=20 http://www.fabiankeil.de/ --Sig_MbG.NUiR5iIAFCJP2pObuhY Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEiWphjV8GA4rMKUQRAqSWAKCoNlyIw7h6rVDzbbPa6NihtUVOjQCffHC9 E+9v7QilozqGR40yFYkKEHA= =Si/Q -----END PGP SIGNATURE----- --Sig_MbG.NUiR5iIAFCJP2pObuhY-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 12:40:21 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22AF016A419 for ; Fri, 9 Jun 2006 12:40:21 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [216.136.204.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A589E43D78 for ; Fri, 9 Jun 2006 12:40:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.13.4/8.13.4) with ESMTP id k59CeK6V044390 for ; Fri, 9 Jun 2006 12:40:20 GMT (envelope-from kris@builder.freebsd.org) Received: (from kris@localhost) by builder.freebsd.org (8.13.4/8.13.4/Submit) id k59CeKf7044389 for ports@FreeBSD.org; Fri, 9 Jun 2006 12:40:20 GMT (envelope-from kris) Date: Fri, 9 Jun 2006 12:40:20 GMT From: Kris Kennaway Message-Id: <200606091240.k59CeKf7044389@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 12:40:21 -0000 INDEX build failed with errors: Generating INDEX - please wait..fpc-ide-1.0.10: "/local0/tmp/kris/tindex/ports/devel/fpc-fvision" non-existent -- dependency list incomplete ===> editors/fpc-ide failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/kris/tindex/ports. *** Error code 1 Stop in /local0/tmp/kris/tindex/ports. 1 error Committers on the hook: ade ale anray clsung edwin garga hrs ijliao itetcu krion maho marcus pav sat skv tobez vd Most recent CVS update was: U MOVED U archivers/lzma/Makefile U archivers/lzma/pkg-descr U archivers/rar/Makefile U audio/espeak/pkg-descr U audio/waveplay/Makefile U audio/waveplay/files/patch-waveplay.c U devel/Makefile U devel/fpc-fv/Makefile U devel/fpc-fv/distinfo U devel/fpc-fv/pkg-descr U devel/fpc-fv/pkg-plist U devel/glibmm-reference/Makefile U graphics/Makefile U graphics/swfmill/Makefile U graphics/swfmill/distinfo U graphics/swfmill/pkg-descr U graphics/swfmill/pkg-plist U graphics/xaralx/Makefile U graphics/xaralx-devel/Makefile U irc/ircd-ratbox/Makefile U lang/gcc41-withgcjawt/Makefile U mail/dspam/pkg-plist U math/p5-Graph/Makefile U math/p5-Graph/distinfo U math/plplot/Makefile U math/ump/pkg-descr U net/py-mantissa/pkg-plist U print/cups-pdf/Makefile U print/cups-pdf/pkg-plist U print/foo2zjs/Makefile U print/foo2zjs/distinfo U print/gutenprint/Makefile U print/gutenprint/distinfo U print/gutenprint/pkg-descr U print/gutenprint/pkg-plist U print/gutenprint/files/patch-rastertoprinter.c U print/gutenprint/files/patch-src_cups_Makefile.in U print/gutenprint/files/patch-src_main_Makefile.in U print/teTeX-texmf/Makefile U print/teTeX-texmf/distinfo U security/base/Makefile U security/base/distinfo U security/base/pkg-plist U sysutils/portconf/Makefile U sysutils/portconf/pkg-deinstall U sysutils/portconf/pkg-descr U sysutils/portconf/pkg-install U sysutils/portconf/files/pkg-message.in U textproc/latte/Makefile U textproc/py-reverend/pkg-descr U www/instiki/Makefile U www/instiki/files/bluecloth-patch-lib-chunks-engines-rb U www/instiki/files/instiki.in U www/p5-FEAR-API/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 13:27:36 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5F916A419 for ; Fri, 9 Jun 2006 13:27:36 +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 CE31B43D70 for ; Fri, 9 Jun 2006 13:27:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id AC9161A4DBB; Fri, 9 Jun 2006 06:27:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE895516AC; Fri, 9 Jun 2006 09:27:34 -0400 (EDT) Date: Fri, 9 Jun 2006 09:27:34 -0400 From: Kris Kennaway To: Jona Joachim Message-ID: <20060609132734.GA6953@xor.obsecurity.org> References: <44885E00.2000606@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <44885E00.2000606@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@FreeBSD.org Subject: Re: make "make" ignore build errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 13:27:36 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 08, 2006 at 07:27:28PM +0200, Jona Joachim wrote: > Hi! >=20 > I wanted to know if it is possible to tell "make" that it should ignore > when an error occurs in the building process. > I'm the maintainer of the devel/tigcc port which is a collection of > tools to build binaries for the Texas Instruments graphing calculators > which run on Motorola 68k processors. The main part of this collection > is actually a patched gcc built for m68k-coff. > Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k > will always fail because it will try to build stuff for m68k using the > GNU AS which it finds in the path, which will not support the 68k > platform in most cases: "as: unrecognized option `-mc68020'" > This isn't fatal however because when this point is reached in the > Makefile everything that is needed is already built and everything that > follows is not needed. I know that this is a dirty hack but there is no > other trivial way. > Is there a way to ignore this error and resume the build process for the > other tools? make -k is for this purpose, but this is obviously unacceptable to use in an official port. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEiXdFWry0BWjoQKURAo39AKD5U4t9YTNg7fPZc+8acGmjRMh6wACgqR3u fEe8S6hc3R74XnR6Rha7HyI= =y8/P -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 16:11:32 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6687E16A41B for ; Fri, 9 Jun 2006 16:11:32 +0000 (UTC) (envelope-from bill@rakupottery.org.uk) Received: from jet.blackcatnetworks.co.uk (jet.blackcatnetworks.co.uk [193.201.200.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0A643D73 for ; Fri, 9 Jun 2006 16:11:30 +0000 (GMT) (envelope-from bill@rakupottery.org.uk) Received: from raku.bcnadsl.com ([217.147.80.10] helo=saturn.rakupottery.org.uk) by jet.blackcatnetworks.co.uk with esmtp (Exim 4.50) id 1Foja5-0001Xf-GJ for ports@FreeBSD.org; Fri, 09 Jun 2006 17:11:29 +0100 Received: from localhost (localhost.rakupottery.org.uk [127.0.0.1]) by saturn.rakupottery.org.uk (Postfix) with ESMTP id 3FCBE78D19 for ; Fri, 9 Jun 2006 17:11:29 +0100 (BST) X-Virus-Scanned: amavisd-new at rakupottery.org.uk Received: from saturn.rakupottery.org.uk ([127.0.0.1]) by localhost (saturn.rakupottery.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IU3wpRb3OTDO for ; Fri, 9 Jun 2006 17:11:25 +0100 (BST) Received: from [127.0.0.1] (localhost.rakupottery.org.uk [127.0.0.1]) by saturn.rakupottery.org.uk (Postfix) with ESMTP id 2D68078C1E for ; Fri, 9 Jun 2006 17:11:25 +0100 (BST) Message-ID: <44899DAD.2050409@rakupottery.org.uk> Date: Fri, 09 Jun 2006 17:11:25 +0100 From: Bill Smith User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BlackCat-Spam-Score: -2.1 Cc: Subject: apache-1.270-3.wbm.gz size mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 16:11:32 -0000 While attempting to build webmin on a 6.1-STABLE system cvsupped yesterday I get fetch: apache-1.270-3.wbm.gz appears to be truncated expected 394187 actual 28672 the file on ftp.freebsd.org is dated 04.23.06 Is this correct? -- Bill From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 16:17:33 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0815616A476 for ; Fri, 9 Jun 2006 16:17:33 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B613543D77 for ; Fri, 9 Jun 2006 16:17:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 1F9985D8F; Fri, 9 Jun 2006 12:17:28 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X3VHgbBHNj2p; Fri, 9 Jun 2006 12:17:27 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 68B875C35; Fri, 9 Jun 2006 12:17:27 -0400 (EDT) In-Reply-To: <44899DAD.2050409@rakupottery.org.uk> References: <44899DAD.2050409@rakupottery.org.uk> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 9 Jun 2006 12:17:15 -0400 To: Bill Smith X-Mailer: Apple Mail (2.750) Cc: ports@FreeBSD.org Subject: Re: apache-1.270-3.wbm.gz size mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 16:17:33 -0000 On Jun 9, 2006, at 12:11 PM, Bill Smith wrote: > While attempting to build webmin on a 6.1-STABLE system cvsupped > yesterday I get > fetch: apache-1.270-3.wbm.gz appears to be truncated > expected 394187 actual 28672 > the file on ftp.freebsd.org is dated 04.23.06 > Is this correct? Good question, I've been unable to fetch the distfiles for the webmin update at a client site or two myself. If anyone has a known-good mirror or copy, I'd love to use it... -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 16:39:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649FF16A46F for ; Fri, 9 Jun 2006 16:39:32 +0000 (UTC) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: from rescomp.berkeley.edu (keyserver.Rescomp.Berkeley.EDU [169.229.70.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FEB43D72 for ; Fri, 9 Jun 2006 16:39:32 +0000 (GMT) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: by rescomp.berkeley.edu (Postfix, from userid 1032) id 0398D5B775; Fri, 9 Jun 2006 09:39:31 -0700 (PDT) Date: Fri, 9 Jun 2006 09:39:31 -0700 From: "Ian A. Tegebo" To: Garance A Drosihn Message-ID: <20060609163931.GH21463@rescomp.berkeley.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Cc: Matthias Andree , freebsd-ports@freebsd.org Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 16:39:32 -0000 On Thu, Jun 08, 2006 at 12:35:42PM -0400, Garance A Drosihn wrote: > options. I do, at times, get prompted for the options > of one port, answer that screen and walk away, only to > later see that I was also prompted for the options of > some other port. You might want to check out a thread in freebsd-questions: ====================================================================== From: RW To: freebsd-questions@freebsd.org Date: Mon, 27 Mar 2006 14:45:14 +0100 Subject: Re: ports and interactivity ... > I want to do all the human work of evaluating options and > making decisions up front Try this: -------------------------------------------------------------------------------------------- #!/bin/sh # Get list of out-of-date ports # This may take some time plist=`pkg_version -ovl'<' |awk '{ print $1 }'` # allow each out-of-date port to update it's config, and that of any new # dependencies (dialog only runs when something has changed) for port in $plist ; do cd /usr/ports/${porg} && make config-recursive done ====================================================================== I've modified this slightly to be: ---------------------------------------------------------------------- #!/bin/sh origin=$1 PREFIX="/usr/ports" echo Determing dependencies for $origin... # You can change the target from 'all-depends-list' to: # {buildckage,run}-depends-list path_list=$(cd ${PREFIX}/$origin; make all-depends-list) for path in $path_list ; do echo Configuring $(echo $path|sed "s#${PREFIX}/##")... ( cd $path ; sudo make config-recursive ) done ---------------------------------------------------------------------- -- Ian Tegebo Residential Computing University of California Berkeley From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 16:40:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393BC16A418 for ; Fri, 9 Jun 2006 16:40:36 +0000 (UTC) (envelope-from marko@freebsd.org) Received: from pih-relay06.plus.net (pih-relay06.plus.net [212.159.14.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DE443D7D for ; Fri, 9 Jun 2006 16:40:35 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.1.4]) by pih-relay06.plus.net with esmtp (Exim) id 1Fok2B-0006An-4d for freebsd-ports@freebsd.org; Fri, 09 Jun 2006 17:40:31 +0100 Message-ID: <4489A4F0.4030301@freebsd.org> Date: Fri, 09 Jun 2006 17:42:24 +0100 From: Mark Ovens User-Agent: Thunderbird 1.5.0.4 (X11/20060609) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't resolve dependency conflict X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 16:40:36 -0000 I'm trying to update all my ports using ``portmanager -u -l'' but there's a conflict that I can't resolve. /multimedia/mplex and /multimedia/mjpegtools are the culprits. I have installed ports that depend on one or the other therefore I can't install all the ports I want/need (portmanager has uninstalled some of them that were previously installed). Also, I had news/pan installed; portmanager has uninstalled that due to a conflict between devel/pcre and devel/pcre-utf8 - pan requires pcre-utf but pcre is already installed as a dependency of another port. I know I could install the ports manually but the object of the exercise is to get everything up to date and let portmanager do what it's designed for and manage my ports - this is the first time I've used portmanager and have nearly 400 ports installed. Any advice on how to resolve this? TIA Regards, Mark From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 17:16:22 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2479216A419 for ; Fri, 9 Jun 2006 17:16:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [216.136.204.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF3A43D72 for ; Fri, 9 Jun 2006 17:16:21 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.13.4/8.13.4) with ESMTP id k59HGLpv036472 for ; Fri, 9 Jun 2006 17:16:21 GMT (envelope-from kris@builder.freebsd.org) Received: (from kris@localhost) by builder.freebsd.org (8.13.4/8.13.4/Submit) id k59HGL9S036470 for ports@FreeBSD.org; Fri, 9 Jun 2006 17:16:21 GMT (envelope-from kris) Date: Fri, 9 Jun 2006 17:16:21 GMT From: Kris Kennaway Message-Id: <200606091716.k59HGL9S036470@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 4.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 17:16:22 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 18:40:43 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FDB16A41B; Fri, 9 Jun 2006 18:40:43 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78A943D70; Fri, 9 Jun 2006 18:40:42 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id A0083B833; Fri, 9 Jun 2006 21:40:41 +0300 (EEST) Received: (nullmailer pid 1660 invoked by uid 1002); Fri, 09 Jun 2006 18:40:41 -0000 Date: Fri, 9 Jun 2006 21:40:41 +0300 From: Vasil Dimov To: =?cp-1251?Q?K=F6vesd=E1n_G=E1bor?= Message-ID: <20060609184041.GA1615@qlovarnika.bg.datamax> References: <448937F5.4070607@t-hosting.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <448937F5.4070607@t-hosting.hu> X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org, emulators@FreeBSD.org, Alexander Leidinger Subject: Re: The future of Gentoo ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 18:40:43 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 09, 2006 at 10:57:25AM +0200, Kvesdn Gbor wrote: [...] > This introduces a new group of ports (linux_dist*) that are complete=20 > linux environment for cross-development, etc. At the same time a=20 > WITH_LINUXBASE macro should be added for installing them into=20 > ${LINUXBASE} and this requires a conditional CONFLICTS with another=20 > linux_base ports. I think it would be great if one can have more than one linux_base port installed at the same time. Something like /usr/compat/linux_debian /usr/compat/linux_suse /usr/compat/linux_fc /usr/compat/linux_gentoo /usr/compat/linux_rh and /usr/compat/linux being a symlink to the "default" one. Does anyone think that this would be useful? --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEicCpFw6SP/bBpCARAkTaAKCqhxy+OEC3bTO1jGmLwYETS2u8eQCfX3jY V1fl85Au6YsexMFya7Si0Ik= =Xtdk -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 18:45:31 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50AD16A41F; Fri, 9 Jun 2006 18:45:31 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6818243D70; Fri, 9 Jun 2006 18:45:31 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id A044FB833; Fri, 9 Jun 2006 21:45:30 +0300 (EEST) Received: (nullmailer pid 1693 invoked by uid 1002); Fri, 09 Jun 2006 18:45:30 -0000 Date: Fri, 9 Jun 2006 21:45:30 +0300 From: Vasil Dimov To: Jona Joachim Message-ID: <20060609184530.GB1615@qlovarnika.bg.datamax> References: <44885E00.2000606@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aM3YZ0Iwxop3KEKx" Content-Disposition: inline In-Reply-To: <44885E00.2000606@gmail.com> X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: freebsd-ports@FreeBSD.org Subject: Re: make "make" ignore build errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 18:45:31 -0000 --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 08, 2006 at 07:27:28PM +0200, Jona Joachim wrote: > Hi! >=20 > I wanted to know if it is possible to tell "make" that it should ignore > when an error occurs in the building process. > I'm the maintainer of the devel/tigcc port which is a collection of > tools to build binaries for the Texas Instruments graphing calculators > which run on Motorola 68k processors. The main part of this collection > is actually a patched gcc built for m68k-coff. > Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k > will always fail because it will try to build stuff for m68k using the > GNU AS which it finds in the path, which will not support the 68k > platform in most cases: "as: unrecognized option `-mc68020'" > This isn't fatal however because when this point is reached in the > Makefile everything that is needed is already built and everything that > follows is not needed. I know that this is a dirty hack but there is no > other trivial way. > Is there a way to ignore this error and resume the build process for the > other tools? >=20 You certainly do not want this! It will ignore not just this error but also any other errors that may occur. I would suggest that you patch the software's Makefile to skip the unnecessary part of the build. --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --aM3YZ0Iwxop3KEKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEicHKFw6SP/bBpCARAmuUAJwJVYGwYz+Lj087XUi6k3sIOayc7QCdHZvZ 1MlllT08KJibXtb7VoB47wU= =QnXn -----END PGP SIGNATURE----- --aM3YZ0Iwxop3KEKx-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 18:48:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F11B16A41A; Fri, 9 Jun 2006 18:48:03 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1438743D72; Fri, 9 Jun 2006 18:48:03 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 4E104B833; Fri, 9 Jun 2006 21:48:02 +0300 (EEST) Received: (nullmailer pid 1708 invoked by uid 1002); Fri, 09 Jun 2006 18:48:02 -0000 Date: Fri, 9 Jun 2006 21:48:02 +0300 From: Vasil Dimov To: Matthias Andree Message-ID: <20060609184802.GC1615@qlovarnika.bg.datamax> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.1-STABLE User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 18:48:03 -0000 --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 08, 2006 at 01:58:12PM +0200, Matthias Andree wrote: > Greetings, >=20 > I've been wondering about the following issue that has annoyed me since > I first installed portupgrade: >=20 > If I am updating (or installing) a port with portupgrade, the OPTIONS > ("make config") are prompted twice, once before configuring the port, > and once when about to install it. >=20 Hmmz, this never happened to me. --=20 Vasil Dimov gro.DSBeerF@dv Testing can show the presence of bugs, but not their absence. -- Edsger W. Dijkstra --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEicJiFw6SP/bBpCARAht5AKCx3AYAExMFnoHedjzXNQ89Ldw14QCdHZTz dJzfoq3Dd6IFm2M+xyNS8qo= =5rdn -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 19:40:56 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E6516A46F for ; Fri, 9 Jun 2006 19:40:56 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A408243D81 for ; Fri, 9 Jun 2006 19:40:52 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: by ug-out-1314.google.com with SMTP id j3so1540272ugf for ; Fri, 09 Jun 2006 12:40:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IKF8cGBO2mzD08w/TtEaNafJOQJu3K8G1YtoxGxK5UUJNPT4FGOfttvabHF4YoRBf6GvHNAmWWBKpk5/H3Ma/rid9SXyOcvQ9P9icd+B/ePdFra9ziAKzliW0L26alp9GCrXfOEyRoavJEbsyXFyKWh6z7sygId4O5FWV0pFbOc= Received: by 10.67.105.19 with SMTP id h19mr2810008ugm; Fri, 09 Jun 2006 12:40:51 -0700 (PDT) Received: by 10.66.222.20 with HTTP; Fri, 9 Jun 2006 12:40:51 -0700 (PDT) Message-ID: <1f27304c0606091240x475ae793o5348e76430857680@mail.gmail.com> Date: Sat, 10 Jun 2006 03:40:51 +0800 From: chinsan To: "Aaron Dalton" , "Kris Kennaway" In-Reply-To: <4489C88A.9030006@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060609172020.4A2432E978@smtp2.bc.hgc.com.tw> <4489C88A.9030006@freebsd.org> Cc: FreeBSD Ports , FreeBSD-gnats-submit@freebsd.org, clsung@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/98760: [MAINTAINER] www/dokuwiki: update to 2006-06-09 snapshot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 19:40:56 -0000 2006/6/10, Aaron Dalton : > Chinsan, I submitted a security patch for dokuwiki a number of days ago > as ports/98599 (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98599) > and haven't heard from you yet. As for upgrading to a snapshot version, > that is generally not desireable. The main port really should be the > latest stable. If you think there is a long-term benefit to having the > bleeding-edge release available to the public, then perhaps you can > request a repocopy and create a new port www/dokuwiki-devel or something > like that. What are your thoughts? > Dear Aaron Dalton & Kris: I saw your ports/98599 and agreed with ports/98599...but I have not too much time last week to reply your PR for approve...Sorry :) (Because my company had decided to move our main IDC to another place last week.. so I am narcose or sleeping at daytime ...and move our machine at night.. It's very crazy and Orz..) Thanks foy your quickly summit for that PR. But, there's something problem due to the 2006-03-09 tarball has been rerolled again. Therefore, The file size of on ftp-master.freebsd.org and ports/98599 are both mismatch. Now dokuwiki-2006-03-09.tgz on http://www.splitbrain.org/_media/projects/dokuwiki/ is MD5 (dokuwiki-2006-03-09.tgz) = 73db29a2e92f5708d91cf1a535290000 SIZE (dokuwiki-2006-03-09.tgz) = 835163 May Kris refetch this file again and fix the distonfo? thanks! Therefore, in my opinion, I prefer to put it to somewhere to avoid "rerolled tarball" confused. Okay, I want to change this PR(ports/98760) as a request for repo copy and create a new port www/dokuwiki-devel. Thanks again, chinsan From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 19:50:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F2316A418; Fri, 9 Jun 2006 19:50:05 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9DA43D93; Fri, 9 Jun 2006 19:50:02 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5D888.dip.t-dialin.net [84.165.216.136]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k59JlBKN049787; Fri, 9 Jun 2006 21:47:12 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k59JnxZh086857; Fri, 9 Jun 2006 21:49:59 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (Andro-Beta.Leidinger.net [192.168.1.42]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 09 Jun 2006 21:49:59 +0200 Message-ID: <20060609214959.bfq28gibok88s0c0@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 09 Jun 2006 21:49:59 +0200 From: Alexander Leidinger To: vd@FreeBSD.org References: <448937F5.4070607@t-hosting.hu> <20060609184041.GA1615@qlovarnika.bg.datamax> In-Reply-To: <20060609184041.GA1615@qlovarnika.bg.datamax> 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) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@FreeBSD.org, emulators@FreeBSD.org, =?utf-8?b?S8O2dmVzZMOhbiA=?= =?utf-8?b?R8OhYm9y?= Subject: Re: The future of Gentoo 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: Fri, 09 Jun 2006 19:50:14 -0000 Quoting Vasil Dimov (from Fri, 9 Jun 2006 21:40:41 +0300): > On Fri, Jun 09, 2006 at 10:57:25AM +0200, Kvesdn Gbor wrote: > [...] >> This introduces a new group of ports (linux_dist*) that are complete >> linux environment for cross-development, etc. At the same time a >> WITH_LINUXBASE macro should be added for installing them into >> ${LINUXBASE} and this requires a conditional CONFLICTS with another >> linux_base ports. > > I think it would be great if one can have more than one linux_base port > installed at the same time. Something like > /usr/compat/linux_debian > /usr/compat/linux_suse > /usr/compat/linux_fc > /usr/compat/linux_gentoo > /usr/compat/linux_rh > and /usr/compat/linux being a symlink to the "default" one. > > Does anyone think that this would be useful? Are you willing to do the interoperability testing on every change of =20 everything? I suggest to think about what "everything" means. Take =20 also into accound support requests from users (and don't forget what =20 they expect from something like this). Bye, Alexander. --=20 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 Every love's the love before In a duller dress. =09=09-- Dorothy Parker, "Summary" From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 19:53:08 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9127816A46F; Fri, 9 Jun 2006 19:53:08 +0000 (UTC) (envelope-from aaron@freebsd.org) Received: from priv-edtnes44.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E769543D70; Fri, 9 Jun 2006 19:53:07 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from priv-edtnaa06.telusplanet.net ([137.186.246.196]) by priv-edtnes44.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060609195305.DSEF2881.priv-edtnes44.telusplanet.net@priv-edtnaa06.telusplanet.net>; Fri, 9 Jun 2006 13:53:05 -0600 Received: from [192.168.15.100] (d137-186-246-196.abhsia.telus.net [137.186.246.196]) by priv-edtnaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 672CHXXJBM; Fri, 9 Jun 2006 13:53:04 -0600 (MDT) Message-ID: <4489D238.5040707@freebsd.org> Date: Fri, 09 Jun 2006 13:55:36 -0600 From: Aaron Dalton Organization: FreeBSD.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: chinsan References: <20060609172020.4A2432E978@smtp2.bc.hgc.com.tw> <4489C88A.9030006@freebsd.org> <1f27304c0606091240x475ae793o5348e76430857680@mail.gmail.com> In-Reply-To: <1f27304c0606091240x475ae793o5348e76430857680@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , FreeBSD-gnats-submit@freebsd.org, clsung@freebsd.org, bug-followup@freebsd.org, Kris Kennaway Subject: Re: ports/98760: [MAINTAINER] www/dokuwiki: update to 2006-06-09 snapshot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Jun 2006 19:53:08 -0000 chinsan wrote: > Dear Aaron Dalton & Kris: > > I saw your ports/98599 and agreed with ports/98599...but I have not > too much time last week to reply your PR for approve...Sorry :) It's not a problem, Chinsan. I will commit the update. > > But, there's something problem due to the 2006-03-09 tarball has been > rerolled again. > Therefore, The file size of on ftp-master.freebsd.org and ports/98599 > are both mismatch. > I will verify the new tarball and reroll it. > > Therefore, in my opinion, I prefer to put it to somewhere to avoid > "rerolled tarball" confused. > Well this happens when security fixes occur and bumping PORTREVISION still informs users of the need to upgrade. It's not a big deal. > Okay, I want to change this PR(ports/98760) as a request for repo copy > and create a new port www/dokuwiki-devel. > I'm unsure if you will need a new PR or not. Clsung, I see you're Cc'd. Does he need to submit a new PR? Cheers! -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer From owner-freebsd-ports@FreeBSD.ORG Fri Jun 9 21:49:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDA116A41B for ; Fri, 9 Jun 2006 21:49:01 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEDC43D73 for ; Fri, 9 Jun 2006 21:49:00 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [10.0.1.6] (unknown [10.0.1.6]) by yertle.kcilink.com (Postfix) with ESMTP id 5350DB828 for ; Fri, 9 Jun 2006 17:48:59 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <44893F21.9090209@infracaninophile.co.uk> References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> <44881315.3030705@FreeBSD.org> <20060608124526.GA86759@svm.csie.ntu.edu.tw> <44893F21.9090209@infracaninophile.co.uk> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-7--216154767; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Fri, 9 Jun 2006 17:48:56 -0400 To: freebsd ports X-Mailer: Apple Mail (2.750) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: category for local 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: Fri, 09 Jun 2006 21:49:02 -0000 --Apple-Mail-7--216154767 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jun 9, 2006, at 5:28 AM, Matthew Seaman wrote: >> Then, to build the INDEX file I came up with a really great >> hack.... it >> goes like this: > > You could create /usr/ports/Makefile.local containing: > > SUBDIR += local > > which would then be incorporated in the usual 'make index' processing > without any further ado. Yeah, but that takes 25-35 minutes or more depending on the box. My hack takes the existing INDEX and trickes make_index into adding the dependencies for the new local ports in just a few seconds. --Apple-Mail-7--216154767-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 01:43:06 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D16F16A41A; Sat, 10 Jun 2006 01:43:06 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0E143D7C; Sat, 10 Jun 2006 01:43:05 +0000 (GMT) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 80E7C7E9C6; Sat, 10 Jun 2006 09:43:43 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6UL1zUsHiDyQ; Sat, 10 Jun 2006 09:43:42 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id E27D67E9BE; Sat, 10 Jun 2006 09:43:42 +0800 (CST) Date: Sat, 10 Jun 2006 09:43:42 +0800 From: Cheng-Lung Sung To: Aaron Dalton Message-ID: <20060610014342.GA32260@FreeBSD.csie.nctu.edu.tw> References: <20060609172020.4A2432E978@smtp2.bc.hgc.com.tw> <4489C88A.9030006@freebsd.org> <1f27304c0606091240x475ae793o5348e76430857680@mail.gmail.com> <4489D238.5040707@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <4489D238.5040707@freebsd.org> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://sungsung.dragon2.net/pubring.asc User-Agent: Mutt/1.5.11 Cc: FreeBSD Ports , clsung@freebsd.org, chinsan , bug-followup@freebsd.org Subject: Re: ports/98760: [MAINTAINER] www/dokuwiki: update to 2006-06-09 snapshot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 01:43:06 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 09, 2006 at 01:55:36PM -0600, Aaron Dalton wrote: > chinsan wrote: > >Okay, I want to change this PR(ports/98760) as a request for repo copy > >and create a new port www/dokuwiki-devel. > > >=20 > I'm unsure if you will need a new PR or not. Clsung, I see you're Cc'd.= =20 > Does he need to submit a new PR? Hi, IMHO, close this PR and file a new one. That may make portmgr fasten on repocopy :-) Thanks, --=20 Cheng-Lung Sung - clsung@ --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEiiPO+AeJ85Vui8ERAvMLAJ95nx7hvMEzRim4jELuPHky3+VvJgCcCRdU Yj0sbivCOLmmPQhLBlmhBy8= =hvjv -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 05:59:29 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCB9816A594 for ; Sat, 10 Jun 2006 05:59:28 +0000 (UTC) (envelope-from gerald@pfeifer.at) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 37C8343D73 for ; Sat, 10 Jun 2006 05:59:27 +0000 (GMT) (envelope-from gerald@pfeifer.at) Received: (qmail 46607 invoked by uid 3155); 10 Jun 2006 05:59:27 -0000 Message-ID: <20060610055927.46606.qmail@ainaz.pair.com> From: Autoresponder To: freebsd-ports@FreeBSD.org Date: 10 Jun 2006 01:59:27 -0400 Precedence: junk X-Loop: gerald@pfeifer.at Auto-Submitted: auto-replied Cc: Subject: Re: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: Autoresponder List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 05:59:29 -0000 Sorry, mail sent to this address does not reach me any longer; please use instead. Mail an diese Adresse erreicht mich leider nicht mehr; bitte verwenden Sie stattdessen . Gerald Pfeifer From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 16:34:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62A116A477 for ; Sat, 10 Jun 2006 16:34:03 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id BCB4D45682 for ; Sat, 10 Jun 2006 09:56:26 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 10 Jun 2006 09:56:25 -0000 Received: from p509104BF.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.4.191] by mail.gmx.net (mp036) with SMTP; 10 Jun 2006 11:56:25 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 5BD1D200C5A; Sat, 10 Jun 2006 11:56:23 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28074-14; Sat, 10 Jun 2006 11:56:21 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id CDC61200C5C; Sat, 10 Jun 2006 11:56:21 +0200 (CEST) From: Matthias Andree To: Michael Landin Hostbaek In-Reply-To: <20060607141511.GO17817@mich2.itxmarket.com> (Michael Landin Hostbaek's message of "Wed, 7 Jun 2006 16:15:11 +0200") References: <20060607111916.3550ef41@apircalabu.dsd.ro> <20060607141511.GO17817@mich2.itxmarket.com> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Sat, 10 Jun 2006 11:56:21 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: Adi Pircalabu , Matthias Andree , freebsd-ports@freebsd.org, shopcusa.com@merlin.emma.line.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 16:34:03 -0000 Michael Landin Hostbaek writes: G> Matthias Andree (matthias.andree) writes: >> Committers and maintainers, >> >> PLEASE DO REMEMBER to bump PORTEPOCH when PORTVERSION is going >> backwards, thus, this port needs >> >> PORTEPOCH= 1 >> >> added. > > I did that this morning.. The PORTEPOCH hadn't propagated when I'd run "portsnap fetch update" and checked a minute before I posted my reminder. -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 16:34:22 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FAF16A4A5 for ; Sat, 10 Jun 2006 16:34:22 +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 447CC4555B for ; Sat, 10 Jun 2006 09:50:39 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 10 Jun 2006 09:50:37 -0000 Received: from p509104BF.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.4.191] by mail.gmx.net (mp041) with SMTP; 10 Jun 2006 11:50:37 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 79017200C5C for ; Sat, 10 Jun 2006 11:50:36 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29577-12 for ; Sat, 10 Jun 2006 11:50:34 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 8BDC0200C63; Sat, 10 Jun 2006 11:50:34 +0200 (CEST) From: Matthias Andree To: freebsd-ports@freebsd.org In-Reply-To: (Matthias Andree's message of "Thu, 08 Jun 2006 13:58:12 +0200") References: X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Sat, 10 Jun 2006 11:50:34 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Subject: Re: Long-standing portupgrade vs. make config issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 16:34:22 -0000 Matthias Andree writes: > Greetings, > > I've been wondering about the following issue that has annoyed me since > I first installed portupgrade: > > If I am updating (or installing) a port with portupgrade, the OPTIONS > ("make config") are prompted twice, once before configuring the port, > and once when about to install it. > > Anyone else observed or cured this? (No, I don't mean "env BATCH=yes ...") Hmmm... it seems it makes a difference whether I press Alt+O to get the "OK" or switch with TAB to the OK field and press Enter. I need to fiddle a bit more with this to reproduce this. -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 16:36:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DF2816AFF2 for ; Sat, 10 Jun 2006 16:36:00 +0000 (UTC) (envelope-from stant@bestyle.ru) Received: from mail.bestyle.ru (ws158.net60.ipct.ru [83.234.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321ED469B8 for ; Sat, 10 Jun 2006 11:48:28 +0000 (GMT) (envelope-from stant@bestyle.ru) Received: from mail.bestyle.ru (localhost [127.0.0.1]) by mail.bestyle.ru (Postfix) with ESMTP id C75861149F for ; Sat, 10 Jun 2006 15:56:19 +0400 (MSD) Received: from [192.168.0.5] (unknown [192.168.50.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bestyle.ru (Postfix) with ESMTP id 6572111483 for ; Sat, 10 Jun 2006 15:56:16 +0400 (MSD) Message-ID: <448AB15D.3070501@bestyle.ru> Date: Sat, 10 Jun 2006 15:47:41 +0400 From: Anton Statutov User-Agent: Thunderbird 1.5 (X11/20060314) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV on mail.bestyle.ru Subject: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 16:36:00 -0000 I found the problem trying to upgrade php5-gd library having already installed php-5.0.2. I've tried to manually reinstall /usr/ports/graphics/jpeg without any success. I have fresh ports (cvs upped today) and the problem exists more then one week. # make WITH_XPM=yes WITHOUT_X11=yes ===> php5-extensions-1.0 depends on file: /usr/local/include/php/main/php.h - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/bz2.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/calendar.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/ctype.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/curl.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/dom.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/ftp.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/gd.so - not found ===> Verifying install for /usr/local/lib/php/20041030/gd.so in /usr/ports/graphics/php5-gd ===> php5-gd-5.1.4 depends on executable: phpize - found ===> php5-gd-5.1.4 depends on file: /usr/local/bin/autoconf259 - found ===> php5-gd-5.1.4 depends on shared library: freetype.9 - found ===> php5-gd-5.1.4 depends on shared library: png.5 - found ===> php5-gd-5.1.4 depends on shared library: jpeg.9 - found ===> php5-gd-5.1.4 depends on shared library: t1.5 - found ===> PHPizing for php5-gd-5.1.4 Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 ===> Configuring for php5-gd-5.1.4 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.3 checking host system type... i386-portbld-freebsd5.3 checking for i386-portbld-freebsd5.3-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether cc understands -c and -o together... yes checking if compiler supports -R... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/20041030 checking for re2c... exit 0; checking for gawk... no checking for mawk... no checking for nawk... nawk checking for GD support... yes, shared checking for the location of libjpeg... /usr/local checking for the location of libpng... /usr/local checking for the location of libz... /usr checking for the location of libXpm... no checking for FreeType 1.x support... no checking for FreeType 2... /usr/local checking for T1lib support... /usr/local checking whether to enable truetype string function in GD... yes checking whether to enable JIS-mapped Japanese font support in GD... no checking for fabsf... no checking for floorf... no configure: error: libjpeg.(a|so) not found. ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/work/usr/ports/graphics/php5-gd/work/php-5.1.4/ext/gd/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/graphics/php5-gd. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. ################################################################################################################################################ #cat /usr/work/usr/ports/graphics/php5-gd/work/php-5.1.4/ext/gd/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-gd --with-freetype-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-zlib-dir=/usr --with-php-config=/usr/local/bin/php-config --with-t1lib=/usr/local --enable-gd-native-ttf --prefix=/usr/local i386-portbld-freebsd5.3 ## --------- ## ## Platform. ## ## --------- ## hostname = pilat.bs uname -m = i386 uname -r = 5.3-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.3-RELEASE #0: Mon Nov 21 19:55:13 MSK 2005 root@pilat.bs:/usr/src/sys/i386/compile/PILAT /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/autoconf259 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1509: checking build system type configure:1527: result: i386-portbld-freebsd5.3 configure:1535: checking host system type configure:1549: result: i386-portbld-freebsd5.3 configure:1611: checking for i386-portbld-freebsd5.3-gcc configure:1637: result: cc configure:1919: checking for C compiler version configure:1922: cc --version &5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1925: $? = 0 configure:1927: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:1930: $? = 0 configure:1932: cc -V &5 cc: `-V' option must have argument configure:1935: $? = 1 configure:1958: checking for C compiler default output file name configure:1961: cc -O -pipe conftest.c >&5 configure:1964: $? = 0 configure:2010: result: a.out configure:2015: checking whether the C compiler works configure:2021: ./a.out configure:2024: $? = 0 configure:2041: result: yes configure:2048: checking whether we are cross compiling configure:2050: result: no configure:2053: checking for suffix of executables configure:2055: cc -o conftest -O -pipe conftest.c >&5 configure:2058: $? = 0 configure:2083: result: configure:2089: checking for suffix of object files configure:2110: cc -c -O -pipe conftest.c >&5 configure:2113: $? = 0 configure:2135: result: o configure:2139: checking whether we are using the GNU C compiler configure:2163: cc -c -O -pipe conftest.c >&5 configure:2169: $? = 0 configure:2173: test -z || test ! -s conftest.err configure:2176: $? = 0 configure:2179: test -s conftest.o configure:2182: $? = 0 configure:2195: result: yes configure:2201: checking whether cc accepts -g configure:2222: cc -c -g conftest.c >&5 configure:2228: $? = 0 configure:2232: test -z || test ! -s conftest.err configure:2235: $? = 0 configure:2238: test -s conftest.o configure:2241: $? = 0 configure:2252: result: yes configure:2269: checking for cc option to accept ANSI C configure:2339: cc -c -O -pipe conftest.c >&5 configure:2345: $? = 0 configure:2349: test -z || test ! -s conftest.err configure:2352: $? = 0 configure:2355: test -s conftest.o configure:2358: $? = 0 configure:2376: result: none needed configure:2394: cc -c -O -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2400: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2537: checking whether cc understands -c and -o together configure:2564: cc -c conftest.c -o conftest.o >&5 configure:2567: $? = 0 configure:2569: cc -c conftest.c -o conftest.o >&5 configure:2572: $? = 0 configure:2611: result: yes configure:2626: checking if compiler supports -R configure:2650: cc -o conftest -O -pipe conftest.c -R /usr/lib >&5 configure:2656: $? = 0 configure:2660: test -z || test ! -s conftest.err configure:2663: $? = 0 configure:2666: test -s conftest configure:2669: $? = 0 configure:2683: result: yes configure:2791: checking for PHP prefix configure:2793: result: /usr/local configure:2795: checking for PHP includes configure:2797: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend configure:2799: checking for PHP extension directory configure:2801: result: /usr/local/lib/php/20041030 configure:2848: checking for re2c configure:2875: result: exit 0; configure:2887: checking for gawk configure:2916: result: no configure:2887: checking for mawk configure:2916: result: no configure:2887: checking for nawk configure:2903: found /usr/bin/nawk configure:2913: result: nawk configure:2928: checking for GD support configure:2971: result: yes, shared configure:2980: checking for the location of libjpeg configure:2998: result: /usr/local configure:3008: checking for the location of libpng configure:3026: result: /usr/local configure:3036: checking for the location of libz configure:3054: result: /usr configure:3063: checking for the location of libXpm configure:3081: result: no configure:3089: checking for FreeType 1.x support configure:3107: result: no configure:3115: checking for FreeType 2 configure:3133: result: /usr/local configure:3141: checking for T1lib support configure:3159: result: /usr/local configure:3167: checking whether to enable truetype string function in GD configure:3184: result: yes configure:3192: checking whether to enable JIS-mapped Japanese font support in GD configure:3209: result: no configure:3249: checking for fabsf configure:3306: cc -o conftest -O -pipe conftest.c >&5 conftest.c:33: warning: conflicting types for built-in function 'fabsf' /var/tmp//cc0UgoGN.o(.text+0x12): In function `main': : undefined reference to `fabsf' /var/tmp//cc0UgoGN.o(.data+0x0): undefined reference to `fabsf' configure:3312: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define fabsf to an innocuous variant, in case declares fabsf. | For example, HP-UX 11i declares gettimeofday. */ | #define fabsf innocuous_fabsf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fabsf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fabsf | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fabsf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_fabsf) || defined (__stub___fabsf) | choke me | #else | char (*f) () = fabsf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fabsf; | ; | return 0; | } configure:3337: result: no configure:3249: checking for floorf configure:3306: cc -o conftest -O -pipe conftest.c >&5 conftest.c:33: warning: conflicting types for built-in function 'floorf' /var/tmp//ccynuae4.o(.text+0x12): In function `main': : undefined reference to `floorf' /var/tmp//ccynuae4.o(.data+0x0): undefined reference to `floorf' configure:3312: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define floorf to an innocuous variant, in case declares floorf. | For example, HP-UX 11i declares gettimeofday. */ | #define floorf innocuous_floorf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char floorf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef floorf | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char floorf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_floorf) || defined (__stub___floorf) | choke me | #else | char (*f) () = floorf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != floorf; | ; | return 0; | } configure:3337: result: no configure:3372: error: libjpeg.(a|so) not found. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set= ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_max_cmd_len=65536 ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= ac_cv_func_floorf=no ac_cv_env_host_alias_set=set ac_cv_prog_CC=cc ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.3 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_build_alias=i386-portbld-freebsd5.3 ac_cv_env_CPPFLAGS_value= ac_cv_host=i386-portbld-freebsd5.3 ac_cv_env_host_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_AWK=nawk ac_cv_build=i386-portbld-freebsd5.3 ac_cv_env_build_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_cc_cc_c_o=yes ac_cv_func_fabsf=no ac_cv_prog_RE2C='exit 0;' ac_cv_env_target_alias_value=i386-portbld-freebsd5.3 ac_cv_env_CC_value=cc php_cv_cc_dashr=yes ac_cv_env_CPP_set= ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='nawk' CC='cc' CFLAGS='-O -pipe ' CPP='' CPPFLAGS='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='' RE2C='exit 0;' SHELL='/bin/sh' STRIP='' ac_ct_CC='' ac_ct_RANLIB='' ac_ct_STRIP='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.3' build_alias='i386-portbld-freebsd5.3' build_cpu='i386' build_os='freebsd5.3' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.3' host_alias='i386-portbld-freebsd5.3' host_cpu='i386' host_os='freebsd5.3' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-portbld-freebsd5.3' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define USE_GD_IMGSTRTTF 1 configure: exit 1 From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 16:36:08 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3961216A521 for ; Sat, 10 Jun 2006 16:36:08 +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 C3FC445308 for ; Sat, 10 Jun 2006 09:36:04 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k5A9ZwXH070721; Sat, 10 Jun 2006 10:35:58 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <448A9279.30801@infracaninophile.co.uk> Date: Sat, 10 Jun 2006 10:35:53 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Vivek Khera References: <20060424042318.GA59923@svm.csie.ntu.edu.tw> <20060424223523.GD749@picobyte.net> <444D6095.6030209@gmx.de> <20060425000446.GA97984@svm.csie.ntu.edu.tw> <44881315.3030705@FreeBSD.org> <20060608124526.GA86759@svm.csie.ntu.edu.tw> <44893F21.9090209@infracaninophile.co.uk> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig750A7B98F1D657442D62F3B0" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 10 Jun 2006 10:35:59 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.2/1524/Fri Jun 9 22:28:03 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd ports Subject: Re: category for local 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, 10 Jun 2006 16:36:08 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig750A7B98F1D657442D62F3B0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Vivek Khera wrote: >=20 > On Jun 9, 2006, at 5:28 AM, Matthew Seaman wrote: >=20 >>> Then, to build the INDEX file I came up with a really great hack.... = it >>> goes like this: >> >> You could create /usr/ports/Makefile.local containing: >> >> SUBDIR +=3D local >> >> which would then be incorporated in the usual 'make index' processing >> without any further ado. >=20 > Yeah, but that takes 25-35 minutes or more depending on the box. My > hack takes the existing INDEX and trickes make_index into adding the > dependencies for the new local ports in just a few seconds. So I see it does, now I have re-read your earlier post with due care and attention. Silly -- I should have twigged to that seeing as incremental updating of the INDEX is something I seem to spend quite a lot of time working on. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig750A7B98F1D657442D62F3B0 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.3 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEipJ+8Mjk52CukIwRA9clAJ9Xb1e1Mcnhx4WOufcjQb4+LPLugwCZAZzN bK3Y+dxSA+QDPmTR9EZv0Qw= =GlHy -----END PGP SIGNATURE----- --------------enig750A7B98F1D657442D62F3B0-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 16:36:25 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A9816B3B2 for ; Sat, 10 Jun 2006 16:36:25 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A74C3460AE for ; Sat, 10 Jun 2006 11:00:46 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id B833D1D622A for ; Sat, 10 Jun 2006 13:00:44 +0200 (CEST) Received: from [83.99.30.37] (helo=[10.0.0.11]) by smtp06.web.de with esmtp (WEB.DE 4.107 #114) id 1Fp1Cu-0000Y0-00 for ports@freebsd.org; Sat, 10 Jun 2006 13:00:44 +0200 Message-ID: <448AA65C.2020707@web.de> Date: Sat, 10 Jun 2006 13:00:44 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.4 (X11/20060607) MIME-Version: 1.0 To: ports@freebsd.org References: <44885E00.2000606@gmail.com> <20060609184530.GB1615@qlovarnika.bg.datamax> In-Reply-To: <20060609184530.GB1615@qlovarnika.bg.datamax> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: Subject: Re: make "make" ignore build errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 16:36:25 -0000 Vasil Dimov wrote: > On Thu, Jun 08, 2006 at 07:27:28PM +0200, Jona Joachim wrote: >> Hi! >> >> I wanted to know if it is possible to tell "make" that it should ignore >> when an error occurs in the building process. >> I'm the maintainer of the devel/tigcc port which is a collection of >> tools to build binaries for the Texas Instruments graphing calculators >> which run on Motorola 68k processors. The main part of this collection >> is actually a patched gcc built for m68k-coff. >> Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k >> will always fail because it will try to build stuff for m68k using the >> GNU AS which it finds in the path, which will not support the 68k >> platform in most cases: "as: unrecognized option `-mc68020'" >> This isn't fatal however because when this point is reached in the >> Makefile everything that is needed is already built and everything that >> follows is not needed. I know that this is a dirty hack but there is no >> other trivial way. >> Is there a way to ignore this error and resume the build process for the >> other tools? >> > You certainly do not want this! It will ignore not just this error but > also any other errors that may occur. I would suggest that you patch the > software's Makefile to skip the unnecessary part of the build. Hi! The problem is that the Makefile that causes the problem is only generated during the make process. I would have to patch the files that generate this Makefile. The generated Makefile itself is over 4000 lines long. I will take a look at it. The original tigcc distribution does ignore the compilation errors. I can read "echo You should have seen an error. This is normal. TIGCC installation continues." 3 times in the scripts that compile gcc and 4 times in the scripts that compile GNU AS. I applied patches so that gas builds just fine and gcc only hangs on one error. If you download the official gcc-core-4.0.2 from GNU and build it with configure --target=m68k-coff it hangs in exactly the same place. I was quite sure you wouldn't accept to just ignore build errors. I guess I'll just have to try to fix it. Thanks, Jona From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 17:04:05 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C9916A47B for ; Sat, 10 Jun 2006 17:04: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 9E0414671D for ; Sat, 10 Jun 2006 17:03:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6FD4E1A3C22; Sat, 10 Jun 2006 10:03:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B546C5155B; Sat, 10 Jun 2006 13:03:58 -0400 (EDT) Date: Sat, 10 Jun 2006 13:03:58 -0400 From: Kris Kennaway To: Jona Joachim Message-ID: <20060610170358.GA39497@xor.obsecurity.org> References: <44885E00.2000606@gmail.com> <20060609184530.GB1615@qlovarnika.bg.datamax> <448AA65C.2020707@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <448AA65C.2020707@web.de> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org Subject: Re: make "make" ignore build errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 17:04:05 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 10, 2006 at 01:00:44PM +0200, Jona Joachim wrote: > Vasil Dimov wrote: > > On Thu, Jun 08, 2006 at 07:27:28PM +0200, Jona Joachim wrote: > >> Hi! > >> > >> I wanted to know if it is possible to tell "make" that it should ignore > >> when an error occurs in the building process. > >> I'm the maintainer of the devel/tigcc port which is a collection of > >> tools to build binaries for the Texas Instruments graphing calculators > >> which run on Motorola 68k processors. The main part of this collection > >> is actually a patched gcc built for m68k-coff. > >> Building gcc 4.0.2 (the version supported by the latest tigcc) for 68k > >> will always fail because it will try to build stuff for m68k using the > >> GNU AS which it finds in the path, which will not support the 68k > >> platform in most cases: "as: unrecognized option `-mc68020'" > >> This isn't fatal however because when this point is reached in the > >> Makefile everything that is needed is already built and everything that > >> follows is not needed. I know that this is a dirty hack but there is no > >> other trivial way. > >> Is there a way to ignore this error and resume the build process for t= he > >> other tools? > >> > > You certainly do not want this! It will ignore not just this error but > > also any other errors that may occur. I would suggest that you patch the > > software's Makefile to skip the unnecessary part of the build. >=20 > Hi! > The problem is that the Makefile that causes the problem is only > generated during the make process. I would have to patch the files that > generate this Makefile. Yes. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEivt+Wry0BWjoQKURAqEYAJ9ugeitAA9vfnbzFenpRmtc9otMYQCeP6kp zNUp/8DBWsAeh4CZJclQDlU= =Fuz/ -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 19:47:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19F216A418 for ; Sat, 10 Jun 2006 19:47:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 368AA43D72 for ; Sat, 10 Jun 2006 19:47:44 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 25215 invoked by uid 399); 10 Jun 2006 19:47:41 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 10 Jun 2006 19:47:41 -0000 Message-ID: <448B21DA.8000602@FreeBSD.org> Date: Sat, 10 Jun 2006 12:47:38 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Matthias Andree References: <20060607111916.3550ef41@apircalabu.dsd.ro> <20060607141511.GO17817@mich2.itxmarket.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: www/awstats - roll back to 6.5. Why? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 19:47:45 -0000 Matthias Andree wrote: > The PORTEPOCH hadn't propagated when I'd run "portsnap fetch update" and > checked a minute before I posted my reminder. If you're going to be issuing reminders about things, you should check cvsweb first. Other sources could be an hour or more out of date. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 20:03:55 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9261C16A473 for ; Sat, 10 Jun 2006 20:03:55 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4153460BC for ; Sat, 10 Jun 2006 17:28:03 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from [10.0.0.2] (c-67-161-72-44.hsd1.ca.comcast.net [67.161.72.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 5D2C5E6031; Sat, 10 Jun 2006 17:28:03 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Message-ID: <448B0127.1040107@isc.org> Date: Sat, 10 Jun 2006 10:28:07 -0700 From: Peter Losher User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: boris@tagnet.ru X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig23348D6A126417F0CDDD6E8C" Cc: ports@freebsd.org Subject: FreeBSD Port: net/quagga X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 20:03:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig23348D6A126417F0CDDD6E8C Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello Boris, First off, thanks for maintaining the FreeBSD port of quagga; I noticed the change recently to move the quagga.sh script from /etc/rc.d to /usr/local/etc/rc.d. However, I have seen the side effect (on 5.x, I haven't tested this on 6.1 yet) where now quagga starts at the end of the boot sequence instead of during network setup (which then breaks all the network daemons that also setup during the boot sequence) -=3D- Starting apache2. httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Starting openssh. Starting postgrey. Starting quagga. Starting quagga. Starting quagga. =2E Additional TCP options:. Starting inetd. Sat Jun 10 00:50:04 UTC 2006 -=3D- If I move that same script back into /etc/rc.d, quagga startup is back to normal: -=3D- Firewall rules loaded, starting divert daemons:. net.inet.ip.fw.enable: 1 -> 1 Additional routing options:. Starting quagga. Starting quagga. Starting quagga. add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 net.inet6.ip6.forwarding: 0 -> 0 -=3D- Is there any way to tell the quagga.sh script when it's in local/etc/rc.d to run at network setup instead of at the end? Best Wishes - Peter --=20 Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --------------enig23348D6A126417F0CDDD6E8C 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.2 (Darwin) iD8DBQFEiwEnPtVx9OgEjQgRAqsDAJ4+0dZrjvnhRVh/stLR10iwi0HTgwCbBBLz 4FhyYzWGKsyjt7vNolwkC3k= =09t+ -----END PGP SIGNATURE----- --------------enig23348D6A126417F0CDDD6E8C-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 20:36:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0953A16B2D9 for ; Sat, 10 Jun 2006 20:36:27 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from Mail.elbekies.net (mail.elbekies.net [217.6.211.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F2649DFD for ; Sat, 10 Jun 2006 15:59:56 +0000 (GMT) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (gprs-pool-1-023.eplus-online.de [212.23.126.23]) by Mail.elbekies.net (Postfix) with ESMTP id 6615E67870 for ; Sat, 10 Jun 2006 17:59:50 +0200 (CEST) Received: from [192.168.201.3] (unknown [192.168.201.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 259672E51C for ; Sat, 10 Jun 2006 17:59:44 +0200 (CEST) Message-ID: <448AEC87.3090205@vwsoft.com> Date: Sat, 10 Jun 2006 18:00:07 +0200 From: Volker User-Agent: Thunderbird 1.5.0.2 (X11/20060506) MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-Elbekies-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com Cc: Subject: website net/cnd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 20:36:27 -0000 Hi! The website of the port net/cnd does not exist as named in the ports description (http://members.iinet.net.au/~lynx/cnd/). The webserver gives a 404. As this website is also the main download site, the port sources (cnd-0.7.tar.gz) aren't available. Greetings, Volker From owner-freebsd-ports@FreeBSD.ORG Sat Jun 10 21:04:56 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E7516A41A for ; Sat, 10 Jun 2006 21:04:56 +0000 (UTC) (envelope-from vladgalu@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6A1447D1 for ; Sat, 10 Jun 2006 21:04:55 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so220291wra for ; Sat, 10 Jun 2006 14:04:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pRChfNGdbpOnZlkbbBlzKvuoNKWLsTRrwhB9rBi7gT7oDV3nv2Z5pBwVB+ADeyM8DUUSsNO5uLLKgLtD2ZQMEq1fx0Lu2Yi9hKIX8CNqRsSXwUhNbEPsvMnfJ6z10CkxnmcOWw+1k54OhVXqVmV/WQ9DnAhO7OyXZAnFQVCB4lI= Received: by 10.54.71.14 with SMTP id t14mr2452295wra; Sat, 10 Jun 2006 14:04:54 -0700 (PDT) Received: by 10.54.128.7 with HTTP; Sat, 10 Jun 2006 14:04:54 -0700 (PDT) Message-ID: <79722fad0606101404h5e9a14f3o404019d09d90df3@mail.gmail.com> Date: Sun, 11 Jun 2006 00:04:54 +0300 From: "Vlad GALU" To: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <200606101642.06268.andrey.melentyev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606101642.06268.andrey.melentyev@gmail.com> Cc: Subject: Re: openoffice.org-2.0, portinstall and MAKE_ARGS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Jun 2006 21:04:56 -0000 On 6/10/06, Andrey Melentyev wrote: > Hi all! > I've got a problem with building editors/openoffice-2.0 on my FreeBSD-6.1. > I want to control the configure process via knobs, such as WITH_CUPS, WITH_KDE > and some others. When I try to install OOo this way: > > portupgrade -Nvm "-DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA" > editors/openoffice.org-2.0 > > I see right messages about make flags: > > ---> Session started at: Sat, 10 Jun 2006 16:34:58 +0400 > ---> Fresh installation of editors/openoffice.org-2.0 started at: Sat, 10 Jun > 2006 16:34:58 +0400 > ---> Installing 'openoffice.org-2.0.3rc5' from a port > (editors/openoffice.org-2.0) > ---> Build of editors/openoffice.org-2.0 started at: Sat, 10 Jun 2006 > 16:35:03 +0400 > ---> Building '/usr/ports/editors/openoffice.org-2.0' with make > flags: -DWITH_KDE -DWITH_CUPS -DWITH_CCACHE -DWITH_GPC -DWITHOUT_MOZILLA > > But if I put those make flags into /usr/local/etc/pkgtools.conf, then I get no > message about custom make flags, and if I look > at /usr/ports/editors/openoffice.org-2.0/work/config_office/config.log, I see > that my make flags are not working properly. > My pkgtools.conf part: > > MAKE_ARGS = { > ... > 'editors/openoffice.org-2.0' => [ > '-DWITH_CUPS', > '-DWITH_KDE', > 'LOCALIZED_LANG=ru', > '-DWITH_GPC', > '-DWITH_CCACHE' > ], > ... > } FWIW, I spotted the same problem today. portupgrade -N doesn't pick up the MAKE_ARGS from pkgtools.conf. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.