From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 11:35: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 B74EA16A420 for ; Sun, 5 Feb 2006 11:35:51 +0000 (GMT) (envelope-from robertjenssen@ozemail.com.au) Received: from mail-ihug.icp-qv1-irony3.iinet.net.au (ihug-mail.icp-qv1-irony3.iinet.net.au [203.59.1.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C807343D5D for ; Sun, 5 Feb 2006 11:35:48 +0000 (GMT) (envelope-from robertjenssen@ozemail.com.au) Received: from 203-158-50-144.dyn.iinet.net.au ([203.158.50.144]) by mail-ihug.icp-qv1-irony3.iinet.net.au with ESMTP; 05 Feb 2006 19:35:47 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== From: Robert Jenssen To: ports@FreeBSD.org Content-Type: text/plain Date: Sun, 05 Feb 2006 19:00:05 +1100 Message-Id: <1139126405.44622.5.camel@kraken> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: solfege port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robertjenssen@ozemail.com.au List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 11:35:51 -0000 Hi, Thanks for porting the solfege ear trainer. I am using uname -a FreeBSD kraken 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #1: Thu Feb 2 15:11:34 EST 2006 robj@kraken:/usr/obj/usr/src/sys/KRAKEN i386 solfege -v GNU Solfege 2.4.0 This is free software. It is covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `solfege --warranty` for more information. Copyright \uffff\uffff 1999-2005 Tom Cato Amundsen python usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. robj@kraken$ python Python 2.4 (#2, Apr 3 2005, 22:24:02) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type "help", "copyright", "credits" or "license" for more information. >>> I've made the following patch to avoid an OSError message from os.wait() Best wishes, Rob Jenssen *** soundcard/midifilesynth.py Mon Apr 25 21:26:49 2005 --- /usr/X11R6/share/gnome/solfege/soundcard/midifilesynth.py Sun Feb 5 18:58:49 2006 *************** *** 77,81 **** except OSError: pass ! os.wait() self.__child_pid = None pid = os.fork() --- 77,84 ---- except OSError: pass ! try: ! os.wait() ! except OSError: ! pass self.__child_pid = None pid = os.fork() From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 13:42:04 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 8B5FA16A420 for ; Sun, 5 Feb 2006 13:42:04 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3B243D53 for ; Sun, 5 Feb 2006 13:42:03 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by pproxy.gmail.com with SMTP id z74so289946pyg for ; Sun, 05 Feb 2006 05:42:03 -0800 (PST) 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=g7Tc2HnliCuFrypJCzdOnY18RorhM15sEOCDo5VJDqLzSxIRi02IF5t8Z6Xc30q4sVl/36i9KxFGaszedtfe0fpJpjqDyB2I4cC3erDGgkqXEzMrnmBM7liPYzisCTtNTaVzgMHf9MVcLISQiFp/N8isBLUp8G6aDTyx9cyqYvI= Received: by 10.35.49.4 with SMTP id b4mr866135pyk; Sun, 05 Feb 2006 05:42:03 -0800 (PST) Received: from ?192.168.0.2? ( [67.191.187.35]) by mx.gmail.com with ESMTP id b52sm640374pyb.2006.02.05.05.42.02; Sun, 05 Feb 2006 05:42:02 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <23D8A239-E8A7-4B3F-BA07-808C1C7B8938@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: ports@freebsd.org, glewis@freebsd.org From: "Anthony M. Agelastos" Date: Sun, 5 Feb 2006 08:41:57 -0500 X-Mailer: Apple Mail (2.746.2) Cc: Subject: hdf-4.2r1 and netcdf-3.6.0p1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Feb 2006 13:42:04 -0000 Hello all, I recently tried to install a bunch of scientific software. Two such packages are opendx and grace (you can tell that I like data visualization). In any event, opendx has hdf as a dependency and grace has netcdf as one. After installing opendx, I tried installing grace and I get the message that netcdf-3.6.0p1 conflicts with installed package(s): hdf-4.2r1 They install files into the same place. Please remove them first with pkg_delete(1). Why do they install files into the same place and what can be done so that they can coexist on the same machine (without any problems)? Thank you for your assistance. -Anthony From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 16:22: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 29F9816A420; Sun, 5 Feb 2006 16:22:05 +0000 (GMT) (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 76A4943D45; Sun, 5 Feb 2006 16:22:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5D81B.dip.t-dialin.net [84.165.216.27]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k15GBC92045390; Sun, 5 Feb 2006 17:11:18 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k15GLUSB010573; Sun, 5 Feb 2006 17:21:31 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Sun, 5 Feb 2006 17:21:30 +0100 From: Alexander Leidinger To: jacke@bofh.pl, sobomax@FreeBSD.org, luigi@FreeBSD.org, bamby@portaone.com, Joerg.Pulz@frm2.tum.de, kwm@FreeBSD.org, ports@FreeBSD.org Message-ID: <20060205172130.39c1adff@Magellan.Leidinger.net> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; 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: Steve Ames Subject: Some VoIP base ports updated, updates to more recent leaf-ports possible X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Feb 2006 16:22:05 -0000 Hi maintainers (and interested readers in ports@), I've committed updates to the pwlib (-> 1.9.2) and openh323 (-> 1.17.3) ports (with the fine help of Steve Ames). Your ports (see below) now depend upon devel/pwlib152 and net/openh323-112 to not break anything. The two updated ports now install a shared lib, so no "bad hacks" have to be done anymore to use them. The ports provide only provide "basic" services, no special care was taken to enable new shiny features. In case you need/want some changes to the updated ports, feel free to do/submit them, since there's no intend behind a not-enabled part of the ports. The goal was to get something in which can be used to work on updates for leaf-ports. Feel free to update your (or some maintainer-less) ports to more recent versions. Affected ports (possible targets for updates) by this change: - comms/pstngw - net/asterisk - net/asterisk-current - net/asterisk-oh323 - net/callgen - net/cphone - net/gatekeeper - net/gnomemeeting - net/ohphone - net/openam - net/opengk - net/openmcu Bye, Alexander. -- Actually, Microsoft is sort of a mixture between the Borg and the Ferengi. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 16:51:53 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 A897116A428; Sun, 5 Feb 2006 16:51:53 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2B143D5A; Sun, 5 Feb 2006 16:51:47 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k15GlbUr009411; Sun, 5 Feb 2006 13:47:37 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k15GpUHx046193; Sun, 5 Feb 2006 13:51:30 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k15GpTc8046192; Sun, 5 Feb 2006 13:51:29 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Sun, 5 Feb 2006 13:51:29 -0300 From: Fernan Aguero To: "Anthony M. Agelastos" Message-ID: <20060205165129.GC39264@iib.unsam.edu.ar> Mail-Followup-To: "Anthony M. Agelastos" , ports@freebsd.org, glewis@freebsd.org References: <23D8A239-E8A7-4B3F-BA07-808C1C7B8938@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23D8A239-E8A7-4B3F-BA07-808C1C7B8938@gmail.com> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org, glewis@freebsd.org Subject: Re: hdf-4.2r1 and netcdf-3.6.0p1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Feb 2006 16:51:53 -0000 +----[ Anthony M. Agelastos (05.Feb.2006 10:47): | | Hello all, Hi, | I recently tried to install a bunch of scientific software. Two such | packages are opendx and grace (you can tell that I like data | visualization). In any event, opendx has hdf as a dependency and | grace has netcdf as one. After installing opendx, I tried installing | grace and I get the message that | | netcdf-3.6.0p1 conflicts with installed package(s): | hdf-4.2r1 | | They install files into the same place. | Please remove them first with pkg_delete(1). | | Why do they install files into the same place this can be broken down to: i) they provide files with the same name ii) they install to the same place, because the default place for installing stuff is the same (/usr/local) for all ports. but actually the problem is the clash in file names. | and what can be done so | that they can coexist on the same machine (without any problems)? the long term solution is to talk to the upstream authors and show them the clash in file names, to see if they can fix it. the short term solution is to install one of the conflicting port into another place, i.e. cd math/grace make install PREFIX=/usr/local/grace you will have to add /usr/local/grace/bin to your path, but it will work. Preferably, you'd like to install into another PREFIX ports that provide just executables. If they also provide include files and/or shared libraries that other ports depend upon, then I suppose it's not as easy. | Thank you for your assistance. You're welcome. Good luck, Fernan | -Anthony | +----] From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 17:36:53 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 A450816A420 for ; Sun, 5 Feb 2006 17:36:53 +0000 (GMT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lns-bzn-47f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F14843D45 for ; Sun, 5 Feb 2006 17:36:52 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 4B62180BB; Sun, 5 Feb 2006 18:36:46 +0100 (CET) Date: Sun, 5 Feb 2006 18:36:46 +0100 From: Thierry Thomas To: ports@freebsd.org Message-ID: <20060205173646.GG85909@graf.pompo.net> Mail-Followup-To: ports@freebsd.org References: <23D8A239-E8A7-4B3F-BA07-808C1C7B8938@gmail.com> <20060205165129.GC39264@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060205165129.GC39264@iib.unsam.edu.ar> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: Subject: Re: hdf-4.2r1 and netcdf-3.6.0p1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Feb 2006 17:36:53 -0000 Le Dim 5 fév 06 à 17:51:29 +0100, Fernan Aguero écrivait : > the short term solution is to install one of the conflicting > port into another place, i.e. There is a workaround: opendx can be installed WITH_NETCDF=yes. (HDF4 must be deinstalled) -- Th. Thomas. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 17:39: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 894C116A420 for ; Sun, 5 Feb 2006 17:39:52 +0000 (GMT) (envelope-from steve@outre.tv) Received: from okean.idns1.com (okean.idns1.com [85.92.70.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491B643D4C for ; Sun, 5 Feb 2006 17:39:44 +0000 (GMT) (envelope-from steve@outre.tv) Received: from 81-179-41-69.dsl.pipex.com ([81.179.41.69] helo=shutwin) by okean.idns1.com with esmtpa (Exim 4.52) id 1F5nrV-0007Ad-0L; Sun, 05 Feb 2006 17:39:45 +0000 From: "steve stock" To: Date: Sun, 5 Feb 2006 17:39:41 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - okean.idns1.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - outre.tv X-Source: X-Source-Args: X-Source-Dir: X-Mailman-Approved-At: Sun, 05 Feb 2006 17:45:53 +0000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: pgp-6.5.8_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: Sun, 05 Feb 2006 17:39:52 -0000 Hi, Do you know of a fix to get this to work ? As it is marked as "does not compile on i386". thanks steve stock From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 17:47: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 DEFE816A420 for ; Sun, 5 Feb 2006 17:47:55 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from mail.makeworld.com (makeworld.com [216.201.122.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662C343D45 for ; Sun, 5 Feb 2006 17:47:55 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from mail.makeworld.com ([127.0.0.1]) by localhost (mail.makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58440-10; Sun, 5 Feb 2006 11:47:53 -0600 (CST) Received: by mail.makeworld.com (Postfix, from userid 1008) id 4F08162F5; Sun, 5 Feb 2006 11:47:53 -0600 (CST) Received: from [127.0.0.1] (racerx.makeworld.com [216.201.122.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.makeworld.com (Postfix) with ESMTP id 90C3960EF; Sun, 5 Feb 2006 11:47:51 -0600 (CST) Message-ID: <43E63A47.409@makeworld.com> Date: Sun, 05 Feb 2006 11:47:51 -0600 From: Chris User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: steve stock References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on makeworld.com Cc: ports@FreeBSD.org, rabbi@abditum.com Subject: Re: FreeBSD Port: pgp-6.5.8_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: Sun, 05 Feb 2006 17:47:56 -0000 steve stock wrote: > Hi, > > Do you know of a fix to get this to work ? As it is marked as "does not > compile on i386". > > thanks > > steve stock Get the complete source, compile and debug it yourself. That's the only way unless someone else does it for you. Pretty simple really. -- Best regards, Chris Never create a problem for which you do not have the answer. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 18:19: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 5A4D316A420 for ; Sun, 5 Feb 2006 18:19:10 +0000 (GMT) (envelope-from rabbi@abditum.com) Received: from thetis.deor.org (thetis.deor.org [207.106.86.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E51643D46 for ; Sun, 5 Feb 2006 18:19:09 +0000 (GMT) (envelope-from rabbi@abditum.com) Received: by thetis.deor.org (Postfix, from userid 500) id 5129B451A6; Sun, 5 Feb 2006 10:19:08 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by thetis.deor.org (Postfix) with ESMTP id 3E11048035; Sun, 5 Feb 2006 10:19:08 -0800 (PST) Date: Sun, 5 Feb 2006 10:19:08 -0800 (PST) From: Len Sassaman X-X-Sender: rabbi@thetis.deor.org To: steve stock In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: pgp-6.5.8_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: Sun, 05 Feb 2006 18:19:10 -0000 On Sun, 5 Feb 2006, steve stock wrote: > Hi, > > Do you know of a fix to get this to work ? As it is marked as "does not > compile on i386". If you have a i386 you can throw me an account on, I might get a chance to work on it in a month or so, but as it stands right now, I lack both the hardware and the time. If you want to give it a shot yourself, I'm happy to take a look at questions you might have. --Len. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 18:55:36 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 EB94416A420 for ; Sun, 5 Feb 2006 18:55:36 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7B743D48 for ; Sun, 5 Feb 2006 18:55:36 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.101] (adsl-65-71-93-228.dsl.rcsntx.swbell.net [65.71.93.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 4115A114308 for ; Sun, 5 Feb 2006 12:58:36 -0600 (CST) Date: Sun, 05 Feb 2006 12:54:37 -0600 From: Paul Schmehl To: ports@FreeBSD.org Message-ID: <2F9262821ABC0B131F6F2151@Paul-Schmehls-Computer.local> In-Reply-To: References: X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: FreeBSD Port: pgp-6.5.8_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 18:55:37 -0000 --On February 5, 2006 10:19:08 AM -0800 Len Sassaman wrote: > On Sun, 5 Feb 2006, steve stock wrote: > >> Hi, >> >> Do you know of a fix to get this to work ? As it is marked as "does not >> compile on i386". > > If you have a i386 you can throw me an account on, I might get a chance to > work on it in a month or so, but as it stands right now, I lack both the > hardware and the time. > > If you want to give it a shot yourself, I'm happy to take a look at > questions you might have. > Don't bother: make extract ===> pgp-6.5.8_1 has known vulnerabilities: => gnupg -- OpenPGP symmetric encryption vulnerability. Reference: => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/security/pgp6. mike@fate.com is the maintainer. Have you contacted him? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 18:56: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 8508F16A422 for ; Sun, 5 Feb 2006 18:56:23 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [200.181.68.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6AB43D48 for ; Sun, 5 Feb 2006 18:56:23 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: from [127.0.0.1] (centaurus.ibest.com.br [200.181.68.107]) by valfenda.ibest.com.br (Postfix) with ESMTP id 4F36856A9; Sun, 5 Feb 2006 16:56:20 -0200 (BRDT) Message-ID: <43E64A06.7040005@gmail.com> Date: Sun, 05 Feb 2006 16:55:02 -0200 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8) Gecko/20060112 Thunderbird/1.5 Mnenhy/0.7.3.0 MIME-Version: 1.0 To: steve stock References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-iBEST-MailScanner-Information: iBEST E-Mail Scanner X-MailScanner-From: rainer.alves@gmail.com Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: pgp-6.5.8_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: Sun, 05 Feb 2006 18:56:23 -0000 steve stock wrote: > Hi, > > Do you know of a fix to get this to work ? As it is marked as "does not > compile on i386". That's not what is says. The Makefile clearly states "does not compile on !i386", which means it's broken on anything *besides* i386. .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif -- Rainer Alves From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 21:18: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 0EB8B16A420; Sun, 5 Feb 2006 21:18:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CCF43D5F; Sun, 5 Feb 2006 21:18:30 +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 9FB291A3C22; Sun, 5 Feb 2006 13:18:30 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F08C25161D; Sun, 5 Feb 2006 16:18:28 -0500 (EST) Date: Sun, 5 Feb 2006 16:18:28 -0500 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20060205211828.GA36043@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: HEADS UP: Ports freeze on Feb 20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 05 Feb 2006 21:18:31 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The ports freeze for the 6.1/5.5 release cycles is scheduled to begin at 23:59 UTC (18:59 EST) on Feb 20. This is the day after 6.1-BETA2 is due; if for some reason that slips, we might also slip the freeze dates -- but Feb 20 is the date you should prepare for. The freeze will last until March 6. Note that this time the release cycles for 6.1 and 5.5 are happening concurrently. This was decided to try and reduce the amount of time that the ports tree needs to be frozen. The same ports tree will be tagged for both *both* the 6.1 and 5.5 releases at the end of the freeze. Therefore, you should try to test things on both releases during the freeze. The package builds will be focusing on 6.1, so 5.5 will receive less testing on our end. Therefore, it's up to you guys to help out with QA of the ports tree on 5.5. Because of the compressed schedule, there will not be as much scope as in the past for correcting things after the freeze ends. Please try to fix as many problems as you can during the 2 weeks of freeze, or it's likely that both releases will have to ship with the problems still there. Finally, in the 2 weeks before the freeze begins, please continue to exercise discretion in your commits to the ports tree. We have crammed a lot of changes into the tree over the past few weeks, and we are still fixing some of the resulting bugs that eluded all of the pre-commit testing. If you are planning a commit that has the potential to destabilize things further (e.g. major upgrade, or upgrade of a core port), please consult with portmgr@ first so we don't have to fight fires (or set you on fire) afterwards. Thanks, Kris --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD5mukWry0BWjoQKURAnvEAKDLI5AcAE7m2HP1zH88SHe22cJNYQCfYZ+e huU29DGDVe52+4Lnv8s3ryw= =88wZ -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-ports@FreeBSD.ORG Sun Feb 5 22:47: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 AC4C916A420 for ; Sun, 5 Feb 2006 22:47:22 +0000 (GMT) (envelope-from jeffrey@schilperoord.org) Received: from freedom.littlejack.nl (aschilperoord.demon.nl [212.238.153.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DC2443D46 for ; Sun, 5 Feb 2006 22:47:20 +0000 (GMT) (envelope-from jeffrey@schilperoord.org) Received: (qmail 35059 invoked by uid 1014); 5 Feb 2006 22:50:29 -0000 Received: from 10.0.0.8 by freedom.littlejack.nl (envelope-from , uid 1010) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/840. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:1(10.0.0.8):. Processed in 0.068953 secs); 05 Feb 2006 22:50:29 -0000 X-Antivirus-freedom.littlejack.nl-Mail-From: jeffrey@schilperoord.org via freedom.littlejack.nl X-Antivirus-freedom.littlejack.nl: 1.25-st-qms (Clear:RC:1(10.0.0.8):. Processed in 0.068953 secs Process 35053) Received: from unknown (HELO jeffpc) (10.0.0.8) by freedom.littlejack.nl with SMTP; 5 Feb 2006 22:50:29 -0000 Message-ID: <000501c62aa6$1706fef0$0800000a@SCHILDOM.local> From: "Jeffrey Schilperoord" To: Date: Sun, 5 Feb 2006 23:47:06 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Mail-SpamAssassin-3.1.0_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 22:47:22 -0000 Hi, When i install Spamassasin from the ports it works perfectly.. however = in the maillog this message pops up "Can't locate Mail/SPF/Query.pm in = @INC (@INC contains: ../lib /usr/local/lib/perl5/site_per" . When i = install p5-Mail-SPF-Query the Query.pm file is found on my system and = the problem is solved. So maybe p5-Mail-SPF-Query needs to be added as = dependency for p5-Mail-SpamAssassin? Greetings, Jeffrey From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 03:17: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 DF4A716A420 for ; Mon, 6 Feb 2006 03:17:24 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40D743D45 for ; Mon, 6 Feb 2006 03:17:23 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 115C77073B2; Mon, 6 Feb 2006 14:17:22 +1100 (EST) X-Viruscan-Id: <43E6BFC20000E6B03663B5@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id AFF747073AD for ; Mon, 6 Feb 2006 14:17:21 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 8DFEC7073B3 for ; Mon, 6 Feb 2006 14:17:20 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 92D6B1E3; Mon, 6 Feb 2006 14:17:14 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on k7.mavetju X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham version=3.1.0 X-Original-To: edwin@localhost Delivered-To: edwin@localhost.k7.mavetju Received: from k7.mavetju (localhost.mavetju [127.0.0.1]) by k7.mavetju (Postfix) with ESMTP id 6D68A84 for ; Mon, 6 Feb 2006 14:16:01 +1100 (EST) Received: from kermit.barnet.com.au [202.83.176.41] by k7.mavetju with POP3 (fetchmail-6.3.2) for (single-drop); Mon, 06 Feb 2006 14:16:01 +1100 (EST) Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail3dbmail.barnet.com.au (Postfix) with ESMTP id 94EC4877C55 for ; Mon, 6 Feb 2006 14:15:10 +1100 (EST) Received: by mail3out.barnet.com.au (Postfix, from userid 27) id 69C74877CB3; Mon, 6 Feb 2006 14:15:10 +1100 (EST) X-Viruscan-Id: <43E6BF3E00003952E4302F@BarNet> Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mail3.barnet.com.au (Postfix) with ESMTP id 8E2C9877C44 for ; Mon, 6 Feb 2006 14:15:08 +1100 (EST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9095F55966; Mon, 6 Feb 2006 03:15:03 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 40B9B16A420; Mon, 6 Feb 2006 03:15:03 +0000 (GMT) (envelope-from owner-freebsd-ports-bugs@freebsd.org) X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE8716A420 for ; Mon, 6 Feb 2006 03:14:51 +0000 (GMT) (envelope-from robclark@tds.net) Received: from outbound4.mail.tds.net (outbound4.mail.tds.net [216.170.230.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id C133843D46 for ; Mon, 6 Feb 2006 03:14:50 +0000 (GMT) (envelope-from robclark@tds.net) Received: from outaamta02.mail.tds.net (outaamta02.mail.tds.net [216.170.230.32]) by outbound4.mail.tds.net (8.13.4/8.12.2) with ESMTP id k163Enb2022489 for ; Sun, 5 Feb 2006 21:14:49 -0600 (CST) Received: from x7.frogdoor.org ([69.11.161.206]) by outaamta02.mail.tds.net with SMTP id <20060206031449.LYKQ18752.outaamta02.mail.tds.net@x7.frogdoor.org> for ; Sun, 5 Feb 2006 21:14:49 -0600 Date: Sun, 5 Feb 2006 22:16:36 -0500 From: Rob Clark To: freebsd-ports-bugs@hub.freebsd.org Message-Id: <20060205221636.0612fef4.robclark@tds.net> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-ports-bugs@freebsd.org Errors-To: owner-freebsd-ports-bugs@freebsd.org Resent-From: edwin@mavetju.org Resent-Date: Mon, 6 Feb 2006 14:17:14 +1100 Resent-To: ports@freebsd.org Resent-Message-Id: <20060206031714.92D6B1E3@k7.mavetju> Cc: Subject: Xorg Crashing - Since Update X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 03:17:25 -0000 Hello, I've searched google and site:freebsd.org for this issue, and I see nothing like it, nor on the mailing lists. I hope this is the correct place to post, if not please let me know where it would be more welcome. FreeBSD Version: FreeBSD 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Jan 28 18:35:36 EST 2006 Problems with: xorg-6.9.0 & Opera 8.51 for FreeBSD Problem I'm having is Xorg crashes when using Opera - this seems to have only started since I updated ports on 2006.01.23.0611. (I can provide the full port update log if needed). Clicking on a single Opera button, or a hyperlink in the browser crashes Xorg (without warning) and takes the system straight to user console mode. This is a random occurence, and seems to follow no pattern. I can use Opera for many hours or just a few minutes, this behavior is unexpected. It's happened 5 times thus far. I can find no way to intentionally reproduce the crash. The only pertinent info I see relating to this problem is on the console when X crashes (as follows): *** be the reason for the server aborting. Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional informati on. X connection to :0.0 broken (explicit kill or server shutdown). /usr/X11R6/bin/xinit: connection to X server lost. opera: Fatal IO error: client killed Failed to load groupfile: XIO: fatal IO error 2 (No such file or directory) on X server ":0.0" after 602187 requests (602154 known processed) with 0 events remaining. xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0" Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server shutdown). $ I do not see anything unusual in the /var/log/Xorg.0.log - then again, I'm not sure what I should be looking for. I've tried monitoring top while Xorg and Opera are running, It doesn't seem like a memory leak with opera. The only thing suspicious is when scrolling in Opera the Xorg entry in top goes from RUN to *giant then back to system - mozilla doesn't seem to follow this behavior (I've only tested mozilla for a short period). Scrolling does not, however, crash X - only clicking within the Opera browser makes this happen (again, there is no pattern to follow and repeating the same click on the same link will not reproduce it). Any help would be appreciated since I use this server in a production related evironment. Thanks, Rob -- _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 09:07:58 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 437C016A420 for ; Mon, 6 Feb 2006 09:07:58 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E46A43D4C for ; Mon, 6 Feb 2006 09:07:57 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Feb 2006 09:07:55 -0000 Received: from p54A7D87B.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.216.123] by mail.gmx.net (mp028) with SMTP; 06 Feb 2006 10:07:55 +0100 X-Authenticated: #5465401 Message-ID: <43E711DB.40608@gmx.de> Date: Mon, 06 Feb 2006 10:07:39 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig95247D1857CFBEBA0DDAEFAF" X-Y-GMX-Trusted: 0 Cc: Subject: portupgrade slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Feb 2006 09:07:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig95247D1857CFBEBA0DDAEFAF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On my notebook "portupgrade -a" does nothing for 30 minutes before it starts updating ports. The cpu load is maxed the whole time. On another machine it only takes 15 minutes before starting updates. Anyway, I remember it starting after a couple of seconds, so I guess something goes wrong with parsing the dependencies. Either the latest portupgrade is buggy or there is an inconsistency in the ports. --------------enig95247D1857CFBEBA0DDAEFAF 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 (FreeBSD) iD8DBQFD5xHjfMDIb41/+S0RAhclAJ98rDkoLM1hQYZOyvRTzTb3aFKHWACdHN8y Cr+CR4CpW/SmDm69y7/CcDk= =ABPw -----END PGP SIGNATURE----- --------------enig95247D1857CFBEBA0DDAEFAF-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 10:44: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 8AE6416A420 for ; Mon, 6 Feb 2006 10:44:08 +0000 (GMT) (envelope-from Ischka@quicknet.nl) Received: from vmx10.multikabel.net (vmx10.multikabel.net [212.127.254.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCC443D49 for ; Mon, 6 Feb 2006 10:44:07 +0000 (GMT) (envelope-from Ischka@quicknet.nl) Received: from vmx80.multikabel.net ([212.127.254.143]) by vmx10.multikabel.net with esmtp (Exim 4.44) id 1F63qc-0004jO-WD for ports@FreeBSD.org; Mon, 06 Feb 2006 11:43:55 +0100 Received: from [127.0.0.1] (84-104-95-25.cable.quicknet.nl [84.104.95.25]) by vmx80.multikabel.net (8.13.3/8.13.3) with ESMTP id k16AhKuR007312; Mon, 6 Feb 2006 11:43:51 +0100 Message-ID: <43E7280A.6080106@quicknet.nl> Date: Mon, 06 Feb 2006 11:42:18 +0100 From: "IJzer, Hr. I.G. (Ischka)" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: matusita@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MultiKabel-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MailScanner: Found to be clean X-MultiKabel-MailScanner-SpamCheck: not spam X-MultiKabel-MX-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MX-MailScanner: Found to be clean X-MultiKabel-MX-MailScanner-SpamCheck: X-MailScanner-From: ischka@quicknet.nl Cc: ports@FreeBSD.org Subject: FreeBSD Port: vmware-tools-5.5.1.19175 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ischka@quicknet.nl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 10:44:08 -0000 Sorry for my english I`m from the netherlands ;). When I press the button for a 'long description', on top of the page it says: "Port description for emulators/vmware-guest5" I think that must be: "Port description for emulators/vmware-tools5" With kind regards, Ischka From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 11:00: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 5C4B016A423 for ; Mon, 6 Feb 2006 11:00:45 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6D843D73 for ; Mon, 6 Feb 2006 11:00:33 +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 k16B0X2w080630 for ; Mon, 6 Feb 2006 11:00:33 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k16B0WWA080624 for freebsd-ports@freebsd.org; Mon, 6 Feb 2006 11:00:32 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Feb 2006 11:00:32 GMT Message-Id: <200602061100.k16B0WWA080624@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, 06 Feb 2006 11:00:45 -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 ------------------------------------------------------------------------------- f [2006/02/01] ports/92702 ports-bugs palm/jpilot pilot-link library update 1 problem 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 s [2005/11/03] ports/88462 ports-bugs math/GiNaC: ginsh crashes during startup f [2005/11/18] ports/89228 ports-bugs security/clamav: clamd with libunrar dies f [2005/11/18] ports/89252 ports-bugs smartmontools getting gibberish o [2005/12/08] ports/90107 ports-bugs cvsd imprisoned doesn't work with devfs f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 o [2005/12/21] ports/90729 ports-bugs databases/db[0-9]*: check USE_BDB knob f [2006/01/02] ports/91210 ports-bugs devel/pwlib does not compile f [2006/01/08] ports/91533 ports-bugs ports www/linux-firefox open file problem f [2006/01/09] ports/91557 ports-bugs graphics/ImageMagick port fails to compil f [2006/01/14] ports/91800 ports-bugs misc/linux-opengroupware fail to resolv a f [2006/01/20] ports/92037 ports-bugs wrong report of package origin change. f [2006/01/20] ports/92050 ports-bugs Please update net/openradius to 0.9.11a o [2006/01/21] ports/92088 ports-bugs lang/ruby18 hangs during build o [2006/01/23] ports/92184 ports-bugs kterm, stty -a shows min = 0. this should f [2006/01/29] ports/92511 ports-bugs [patch] www/instiki port broken with ruby o [2006/02/01] ports/92679 ports-bugs ghostscript-afpl port not able to fetch e f [2006/02/01] ports/92706 ports-bugs vmware3 panic on 6.0-RELEASE o [2006/02/05] ports/92830 ports-bugs Request PATCHFILES addition to sysutils/c f [2006/02/05] ports/92860 ports-bugs /usr/ports/graphics/libfpx - broken, vers o [2006/02/05] ports/92861 ports-bugs New port: net-p2p/rblibtorrent o [2006/02/06] ports/92871 ports-bugs [UPDATE]: emulators/vmware3 - Various fix 22 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 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) f [2005/02/14] ports/77495 ports-bugs new port: security/sav f [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/07/20] ports/83812 ports-bugs new port, security/sguil-sensor, update t f [2005/07/23] ports/83964 ports-bugs new port: security/sguil-server, resubmis f [2005/07/24] ports/83986 ports-bugs New port www/p5-Apache2-DebugFilter f [2005/07/24] ports/83987 ports-bugs New port www/p5-Apache2-Filter-HTTPHeader s [2005/08/11] ports/84819 ports-bugs [MAINTAINER] math/coq: enable on ia64 f [2005/09/14] ports/86098 ports-bugs [PATCH] devel/pear-PEAR/Makefile.common: 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 f [2005/12/04] ports/89940 ports-bugs [PATCH] Client-only support for sysutils/ f [2005/12/23] ports/90866 ports-bugs [patch] graphics/diacanvas2: update to ne f [2005/12/23] ports/90867 ports-bugs [patch] devel/gaphor: update to new relea f [2005/12/26] ports/90934 ports-bugs ports:pari-devel update (2.2.10.alpha -> f [2005/12/27] ports/90988 ports-bugs sane-backends overwrites and installed sn f [2005/12/28] ports/91001 ports-bugs Portupgrade fails to detect failure of pr f [2006/01/01] ports/91190 ports-bugs Update www/mod_fastcgi to work with Apach f [2006/01/03] ports/91284 ports-bugs patch to improve port misc/callid - impro f [2006/01/05] ports/91330 ports-bugs [NEW PORT] devel/p5-Class-Std: Support fo a [2006/01/05] ports/91345 ports-bugs Port graphics/ImageMagick does not link w f [2006/01/07] ports/91442 ports-bugs tclhttpd does not respect rcvars f [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl f [2006/01/08] ports/91491 ports-bugs Update to net-im/ymessenger port f [2006/01/09] ports/91543 ports-bugs [PATCH] misc/libpri: update to 1.2.0 f [2006/01/09] ports/91570 ports-bugs devel/apr port does not enable threads as o [2006/01/10] ports/91614 ports-bugs new port www/p5-RTx-Statistics f [2006/01/11] ports/91616 ports-bugs Update freevo port to version 1.5.4 f [2006/01/11] ports/91661 ports-bugs new port net/sofia-sip f [2006/01/12] ports/91704 ports-bugs [update] mail/dcc-dccd to 1.3.24, provide o [2006/01/13] ports/91736 ports-bugs [NEW PORT] sysutils/bacula-server-devel - o [2006/01/13] ports/91737 ports-bugs [NEW PORT] sysutils/bacula-client-devel : f [2006/01/13] ports/91741 ports-bugs [port update] courier 0.52.2 f [2006/01/13] ports/91753 ports-bugs Update port: sysutils/xacpim Update to 0. o [2006/01/13] ports/91754 ports-bugs Problem with textproc/p5-Spork port o [2006/01/13] ports/91756 ports-bugs [PATCH] www/cadaver: Support NLS, Correct o [2006/01/13] ports/91757 ports-bugs /usr/ports/sysutils/fastest_cvsup Sugge f [2006/01/13] ports/91773 ports-bugs New port: games/GNUDoku A free program fo o [2006/01/14] ports/91802 ports-bugs [NEW PORT] games/alienarena-data: Alien A o [2006/01/14] ports/91803 ports-bugs [NEW PORT] games/alienarena: Alien Arena f [2006/01/15] ports/91815 ports-bugs [patch] APM support broken for sysutils/x o [2006/01/15] ports/91817 ports-bugs New Port: devel/geany Fast & lightweight o [2006/01/15] ports/91822 ports-bugs [New Port] polish/ekg2 console based IM c o [2006/01/15] ports/91837 ports-bugs [UPDATE] games/linux-alienarena: integrat f [2006/01/15] ports/91842 ports-bugs [UPDATE] games/tenebrae: fix plist proble f [2006/01/16] ports/91854 ports-bugs [PATCH] japanese/ja-scim-skk: update to 0 o [2006/01/16] ports/91877 ports-bugs [NEW PORT] games/linux-doom3: Doom III fo o [2006/01/17] ports/91890 ports-bugs [NEW PORT] games/joequake: Improved NQ en f [2006/01/17] ports/91900 ports-bugs ports/www/opera should advise on libmap.c o [2006/01/17] ports/91918 ports-bugs New port for MINC (Medical Imaging NetCDF o [2006/01/17] ports/91926 ports-bugs New port: audio/bmp-mac f [2006/01/17] ports/91928 ports-bugs [patch] games/wormux update to 0.7 beta 2 o [2006/01/18] ports/91932 ports-bugs [NEW PORT] games/quake-extras: Addons for f [2006/01/18] ports/91953 ports-bugs I can't compile the port graphics/gnash 0 f [2006/01/18] ports/91962 ports-bugs [patch] Fix missing dependancy in www/ca f [2006/01/18] ports/91963 ports-bugs [patch] moviedb compiling (BROKEN variabl o [2006/01/18] ports/91968 ports-bugs Maintainer update: Make frontpage ports w f [2006/01/19] ports/91979 ports-bugs [UPDATE] graphics/spcaview to 20060101 (0 o [2006/01/19] ports/91984 ports-bugs [NEW PORT] games/linux-ut: Unreal Tournam f [2006/01/19] ports/92014 ports-bugs security/p5-Digest-SHA256: Broken on Free o [2006/01/19] ports/92019 ports-bugs [UPDATE] games/wolf3d: allow playing Wolf f [2006/01/20] ports/92060 ports-bugs Update port: net-im/jit (rcNG'fy) f [2006/01/20] ports/92064 ports-bugs Port net-im/jit un-BROKEN on amd64 s [2006/01/22] ports/92133 ports-bugs [PATCH] comms/spandsp: 0.0.2p22 fixes var o [2006/01/22] ports/92138 ports-bugs [NEW PORT] sysutils/cmstape: Read and wri o [2006/01/22] ports/92141 ports-bugs [NEW PORT] sysutils/ansitape: Read or wri o [2006/01/22] ports/92144 ports-bugs [NEW PORT] sysutils/magtape: Generalized o [2006/01/22] ports/92145 ports-bugs [NEW PORT] sysutils/read20: A program to f [2006/01/22] ports/92150 ports-bugs update graphics/p5-Image-ExifTool to 5.97 f [2006/01/23] ports/92182 ports-bugs update biology/phylip to 3.65 f [2006/01/23] ports/92186 ports-bugs Change maintainer for multimedia/freevo p o [2006/01/23] ports/92197 ports-bugs New port: www/ojs2 Open Journal Systems f [2006/01/23] ports/92199 ports-bugs Bad permissions in /usr/local/squid/logs/ o [2006/01/23] ports/92202 ports-bugs New port: www/dokeos Dokeos f [2006/01/23] ports/92225 ports-bugs mail/silkymail outdated, missing distfile o [2006/01/24] ports/92234 ports-bugs Update graphics/digikamimageplugins-doc t o [2006/01/24] ports/92248 ports-bugs [NEW PORT] chinese/ve: NTHU-CS Maple BBS f [2006/01/24] ports/92257 ports-bugs Conflicts between graphics/p5-Image-ExifT f [2006/01/24] ports/92267 ports-bugs Fix port: irc/psybnc fix mastersite and W f [2006/01/24] ports/92284 ports-bugs audio/aureal-kmod - au88x0-1.3_4 is unfet f [2006/01/25] ports/92297 ports-bugs sysutils/portupgrade: Minor (1 word) gra f [2006/01/25] ports/92307 ports-bugs Deprecated port: irc/scrollz-doc f [2006/01/25] ports/92314 ports-bugs Broken port: java/eclipse-log4e o [2006/01/25] ports/92315 ports-bugs [patch:fix] sysutils/dvd+rw-tools : threa o [2006/01/25] ports/92332 ports-bugs New port: sysutils/lcdproc-devel - CVS ve o [2006/01/25] ports/92334 ports-bugs Review of FreeBSD Port of Tcl o [2006/01/26] ports/92344 ports-bugs [NEW PORT] deskutils/superkaramba-lwp: Li f [2006/01/26] ports/92367 ports-bugs Broken port: lang/clips o [2006/01/26] ports/92374 ports-bugs [PATCH] IIIMF-related ports (textporc/iii o [2006/01/26] ports/92379 ports-bugs [PATCH] dns/dnsmasq: Also install scripts f [2006/01/26] ports/92380 ports-bugs update ftp/pftpx f [2006/01/26] ports/92383 ports-bugs [PATCH] games/linux-quake4: update to 1.0 f [2006/01/27] ports/92406 ports-bugs Update www/joomla to 1.0.7 f [2006/01/27] ports/92414 ports-bugs [patch] net/vnc Xvnc server doesn't run w f [2006/01/27] ports/92416 ports-bugs [PATCH] devel/kscope: update to 1.3.3 o [2006/01/27] ports/92429 ports-bugs new port: science/caret (advice needed) f [2006/01/28] ports/92438 ports-bugs mail/pop-before-smtp 1.37 -> 1.39 -- incl o [2006/01/28] ports/92454 ports-bugs New port: security/ipfwcount Summarise ip f [2006/01/28] ports/92466 ports-bugs Port sysutils/apcupsd - upgrade and many f [2006/01/28] ports/92477 ports-bugs Unable to start www/pyblosxom o [2006/01/29] ports/92494 ports-bugs update port net-mgmt/ipplan to 4.51 f [2006/01/29] ports/92495 ports-bugs update graphics/dcraw to 8.03 o [2006/01/29] ports/92498 ports-bugs japanese/hns update to version 2.19.6 o [2006/01/29] ports/92500 ports-bugs [PATCH] mail/bsfilter: New version 1.0.12 o [2006/01/29] ports/92508 ports-bugs Opera startup fails with Undefined symbol f [2006/01/30] ports/92519 ports-bugs update www/webredirect o [2006/01/30] ports/92520 ports-bugs [NEW PORT] ratbox-services - IRC services f [2006/01/30] ports/92521 ports-bugs www/awstats 6.5 with broken tools/logreso o [2006/01/30] ports/92525 ports-bugs [MAINTAINER] graphics/crystalspace: updat o [2006/01/30] ports/92531 ports-bugs graphics/linux-bmrt - master site gone o [2006/01/30] ports/92536 ports-bugs [UPDATE PORT] multimedia/k9copy o [2006/01/30] ports/92538 ports-bugs New port: x11/gcb o [2006/01/30] ports/92547 ports-bugs Deprecated port: lang/ruby-usersguide o [2006/01/30] ports/92549 ports-bugs Update port: lang/slib update to 3a2 o [2006/01/30] ports/92555 ports-bugs update port: graphics/phpsview: update pa o [2006/01/30] ports/92556 ports-bugs [maintainer update] deskutils/gdesklets-0 o [2006/01/30] ports/92566 ports-bugs [new port] devel/p5-Java: Perl extension f [2006/01/30] ports/92572 ports-bugs [PATCH] comms/hylafax update to 4.2.5 and o [2006/01/31] ports/92580 ports-bugs [NEW PORT] games/galaxymage: Open source o [2006/01/31] ports/92590 ports-bugs [MAINTAINER] www/mod_perl2: fix plist for o [2006/01/31] ports/92591 ports-bugs Update port: math/gri to 2.12.10 f [2006/01/31] ports/92619 ports-bugs ADS, Kerberos are disabled in net/samba-l o [2006/01/31] ports/92630 ports-bugs [NEW PORT] audio/slimserver-lazysearch: S o [2006/01/31] ports/92634 ports-bugs Update port: games/gillo fix build on amd f [2006/01/31] ports/92635 ports-bugs Update port: mail/clamfilter add mastersi f [2006/01/31] ports/92642 ports-bugs sysutils/nut: sample nut.sh has misleadin o [2006/01/31] ports/92644 ports-bugs [NEW PORT] www/fluxcms: An extensible and f [2006/02/01] ports/92651 ports-bugs graphics/gmt - WITH_EVERYTHING doesn't fe o [2006/02/01] ports/92656 ports-bugs [Maintainer] databases/py-sqlobject: use f [2006/02/01] ports/92661 ports-bugs games/nethack34 - nh343-menucolor.diff no f [2006/02/01] ports/92691 ports-bugs [UPDATE] net/vnc: clean-up o [2006/02/01] ports/92693 ports-bugs New Port: graphics/Geo-Proj4, a Perl wrap o [2006/02/02] ports/92712 ports-bugs [NEW PORT] games/sauerbraten: First perso o [2006/02/02] ports/92746 ports-bugs [NEW PORT] chinese/pcmanfm: PCMan File Ma o [2006/02/02] ports/92747 ports-bugs [MAINTAINER] graphics/py-visual: update t f [2006/02/02] ports/92748 ports-bugs [MAINTAINER] games/crossfire-client: upda o [2006/02/02] ports/92749 ports-bugs [maintainer-update] security/samba-vscan f [2006/02/03] ports/92755 ports-bugs databases/slony1: Add ability to run slon o [2006/02/03] ports/92756 ports-bugs [PATCH] devel/readline: update to 5.1 f [2006/02/03] ports/92757 ports-bugs Currently lang/squeak web browser plugin o [2006/02/03] ports/92763 ports-bugs [patch] make data directory location of p f [2006/02/03] ports/92768 ports-bugs Update port: mail/gnarwl fix mastersite a o [2006/02/03] ports/92772 ports-bugs Broken port: mail/mew f [2006/02/03] ports/92779 ports-bugs nxsetup fails if sshd(8) is not already r f [2006/02/03] ports/92781 ports-bugs www/axis installs files in wrong director o [2006/02/03] ports/92782 ports-bugs Build cleanups for cad/tochnog o [2006/02/03] ports/92783 ports-bugs [NEW PORT] www/mimetex: A CGI script that o [2006/02/04] ports/92787 ports-bugs [PATCH] Fix ftp/IglooFTP o [2006/02/04] ports/92800 ports-bugs [NEW PORT] textproc/textogif: A Perl scri o [2006/02/04] ports/92804 ports-bugs mozplugger doesn't find /usr/local/etc/mo o [2006/02/04] ports/92807 ports-bugs New port: security/paramiko A python libr o [2006/02/04] ports/92809 ports-bugs New Port: multimedia/xmms-msa f [2006/02/04] ports/92810 ports-bugs [PATCH] net-p2p/jigdo: convert to OPTIONS f [2006/02/04] ports/92812 ports-bugs [update] mail/crm114 to BlameTheReavers ( f [2006/02/04] ports/92817 ports-bugs ksh93: history does not work o [2006/02/04] ports/92820 ports-bugs [NEW PORT] textproc/gladtex: A program to o [2006/02/04] ports/92822 ports-bugs MAINTAINER-UPDATE: www/bricolage to 1.10. o [2006/02/04] ports/92825 ports-bugs [MAINTAINER] www/gallery2: [SUMMARIZE CHA o [2006/02/04] ports/92827 ports-bugs [new port] www/pecl-pecl_http A PHP exten o [2006/02/04] ports/92828 ports-bugs port mbone/rat30 update o [2006/02/05] ports/92834 ports-bugs new port: misc/otter f [2006/02/05] ports/92841 ports-bugs [PATCH] net/spread: fix plist o [2006/02/05] ports/92843 ports-bugs New port: sysutils/tw_cli 3ware storage c r [2006/02/05] ports/92845 ports-bugs Repocopy request: java/netbeans -> java/n o [2006/02/05] ports/92848 ports-bugs [New Port] devel/p5-Date-Range: work with o [2006/02/05] ports/92849 ports-bugs Maintainer update port:net-im/eva o [2006/02/05] ports/92850 ports-bugs [New Port] devel/p5-Time-Piece-Range: wor o [2006/02/05] ports/92853 ports-bugs [MAINTAINER] games/biloba: Update to 0.4 o [2006/02/05] ports/92855 ports-bugs [New Port] security/p5-Authen-Libwrap - A o [2006/02/05] ports/92859 ports-bugs [MAINTAINER] games/glpuzzle: Update to 0. o [2006/02/05] ports/92863 ports-bugs [update] icon-naming-utils 0.6.0 -> 0.6.7 o [2006/02/05] ports/92864 ports-bugs [update] icons-tango from 0.6.1 -> 0.6.7 f [2006/02/06] ports/92874 ports-bugs dns/rbldnsd: upgrade to 0.995 (no reply f o [2006/02/06] ports/92875 ports-bugs [New Port] net/p5-POE-Component-ControlPo 179 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 11:03:18 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 0D5F916A420; Mon, 6 Feb 2006 11:03:18 +0000 (GMT) (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 9C67C43D55; Mon, 6 Feb 2006 11:03:17 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id DECE14C99A; Mon, 6 Feb 2006 12:12:36 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 4BFC85285D; Mon, 6 Feb 2006 12:01:56 +0100 (CET) Message-ID: <43E72CF5.4010508@cs.tu-berlin.de> Date: Mon, 06 Feb 2006 12:03:17 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Ischka@quicknet.nl References: <43E7280A.6080106@quicknet.nl> In-Reply-To: <43E7280A.6080106@quicknet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, matusita@freebsd.org Subject: Re: FreeBSD Port: vmware-tools-5.5.1.19175 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Feb 2006 11:03:18 -0000 IJzer, Hr. I.G. (Ischka) schrieb: > Sorry for my english I`m from the netherlands ;). When I press the > button for a 'long description', on top of the page it says: > > "Port description for emulators/vmware-guest5" > > I think that must be: > > "Port description for emulators/vmware-tools5" > > With kind regards, > Ischka The reason for this is that vmware-tools5 is a slave port whereas vmware-guestd5 is the master port. vmware-tools5 hasn't a long description; instead the description of the master port will be used automatically. Björn From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 12:26:29 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 741A216A420 for ; Mon, 6 Feb 2006 12:26:29 +0000 (GMT) (envelope-from c.kworr@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B07D43D46 for ; Mon, 6 Feb 2006 12:26:28 +0000 (GMT) (envelope-from c.kworr@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1064003nzo for ; Mon, 06 Feb 2006 04:26:28 -0800 (PST) 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; b=eK9cILObYRaufZRzGdpTzb3UCO0nDg9EQ2qslew1W/C40nqozs7xxyEKFCZoHOoQl/4TWeSIPZssrX53zN1DtegtHCg5Iava9ZErtx0ubahajRzXwKMMQQK4lsf1lLHavty5KVA9nxYod0VA21M/J4gQgm0LDIyDUvolFRAcKGI= Received: by 10.65.22.16 with SMTP id z16mr69050qbi; Mon, 06 Feb 2006 04:26:28 -0800 (PST) Received: by 10.64.253.15 with HTTP; Mon, 6 Feb 2006 04:26:27 -0800 (PST) Message-ID: <25ae98a90602060426n46474e2cr@mail.gmail.com> Date: Mon, 6 Feb 2006 14:26:27 +0200 From: Volodymyr Kostyrko To: ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_17303_24085031.1139228787983" Cc: Subject: ports/net/freeradius X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 12:26:29 -0000 ------=_Part_17303_24085031.1139228787983 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline IFdlbGwsIGl0IHN0YXRlcyBvbiBmcmVlcmFkaXVzIHdpa2kgdGhhdCBpdCBjYW4gdGFsayB3aXRo IGhlaW1kYWwgaWYKY29tcGlsZWQgd2l0aCAtLWVuYWJsZS1oZWltZGFsLWtyYjUgZmxhZy4gQ2Fu IHlvdSBpbnNlcnQgdGhlIGZvbGxvd2luZwpPUFRJT04gdG8gdGhhdCBwb3J0PwoKIEkndmUgYXR0 YWNoZWQgdGhlIHBhdGNoLiBJIGR1bm5vIGlmIHRoaXMgaXMgdGhlIHJpZ2h0IHdheSBidXQgaXQg d29ya3MgZm9yIG1lLgoKLS0KW1dCUl0sIEFyY2FkZS4K ------=_Part_17303_24085031.1139228787983 Content-Type: application/octet-stream; name="heimdal.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="heimdal.diff" X-Attachment-Id: f_ejcre1d7 LS0tIE1ha2VmaWxlCVRodSBGZWIgIDIgMTI6MDQ6NDUgMjAwNgorKysgTWFrZWZpbGUubmV3CVRo dSBGZWIgIDIgMTI6MTU6NDIgMjAwNgpAQCAtMzcsNiArMzcsNyBAQAogUExJU1RfU1VCPQlQT1JU VkVSU0lPTj0ke1BPUlRWRVJTSU9OfQogCiBPUFRJT05TPQlLRVJCRVJPUwkiV2l0aCBLZXJiZXJv cyBzdXBwb3J0IiBvZmYgXAorCQlIRUlNREFMCQkiV2l0aCBIZWltZGFsIEtlcmJlcm9zIHN1cHBv cnQiIG9mZiBcCiAJCUxEQVAJCSJXaXRoIExEQVAgdXNlciBkYXRhYmFzZSIgb2ZmIFwKIAkJTVlT UUwJCSJXaXRoIE15U1FMIHVzZXIgZGF0YWJhc2UiIG9mZiBcCiAJCVBHU1FMCQkiV2l0aCBQb3N0 Z3JlU1FMIHVzZSBkYXRhYmFzZSIgb2ZmIFwKQEAgLTQ1LDggKzQ2LDE3IEBACiAKIC5pbmNsdWRl IDxic2QucG9ydC5wcmUubWs+CiAKKy5pZiBkZWZpbmVkKFdJVEhfSEVJTURBTCkgJiYgIWRlZmlu ZWQoV0lUSF9LRVJCRVJPUykKK1dJVEhfS0VSQkVST1M9CXllcworLmVuZGlmCisKIC5pZmRlZihX SVRIX0tFUkJFUk9TKQorLmlmZGVmKFdJVEhfSEVJTURBTCkKK0xJQl9ERVBFTkRTKz0Ja3JiNS4y MDoke1BPUlRTRElSfS9zZWN1cml0eS9oZWltZGFsCitDT05GSUdVUkVfQVJHUys9LS1lbmFibGUt aGVpbWRhbC1rcmI1CisuZWxzZQogTElCX0RFUEVORFMrPQlrcmI1LjM6JHtQT1JUU0RJUn0vc2Vj dXJpdHkva3JiNQorLmVuZGlmCiBDT05GSUdVUkVfQVJHUys9LS13aXRoLXJsbS1rcmI1LWxpYi1k aXI9JHtMT0NBTEJBU0V9L2xpYgogQ09ORklHVVJFX0FSR1MrPS0td2l0aC1ybG0ta3JiNS1pbmNs dWRlLWRpcj0ke0xPQ0FMQkFTRX0vaW5jbHVkZQogUExJU1RfU1VCKz0JS1JCNT0iIgoNCg== ------=_Part_17303_24085031.1139228787983-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 14:25: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 6A6B016A422 for ; Mon, 6 Feb 2006 14:25:24 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from relay-a12.mbrd.ru (relay-a12.mbrd.ru [194.117.71.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CF543D53 for ; Mon, 6 Feb 2006 14:25:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-a12.mbrd.ru with esmtpa (Exim 4.x) id 1F67It-000Arr-Gg; Mon, 06 Feb 2006 17:25:19 +0300 Message-ID: <43E75C50.5060902@FreeBSD.org> Date: Mon, 06 Feb 2006 17:25:20 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Volodymyr Kostyrko References: <25ae98a90602060426n46474e2cr@mail.gmail.com> In-Reply-To: <25ae98a90602060426n46474e2cr@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: ports/net/freeradius X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 14:25:24 -0000 Volodymyr Kostyrko wrote: > Well, it states on freeradius wiki that it can talk with heimdal if > compiled with --enable-heimdal-krb5 flag. Can you insert the following > OPTION to that port? > > I've attached the patch. I dunno if this is the right way but it works for me. Looks good. Committed. Thanks! -- Sem. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 14:39:03 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 155BC16A420; Mon, 6 Feb 2006 14:39:03 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from relay-a12.mbrd.ru (relay-a12.mbrd.ru [194.117.71.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4906943D46; Mon, 6 Feb 2006 14:39:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-a12.mbrd.ru with esmtpa (Exim 4.x) id 1F67W6-000BXC-AR; Mon, 06 Feb 2006 17:38:58 +0300 Message-ID: <43E75F83.80703@FreeBSD.org> Date: Mon, 06 Feb 2006 17:38:59 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jeffrey Schilperoord References: <000501c62aa6$1706fef0$0800000a@SCHILDOM.local> In-Reply-To: <000501c62aa6$1706fef0$0800000a@SCHILDOM.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, perl@FreeBSD.org Subject: Re: FreeBSD Port: p5-Mail-SpamAssassin-3.1.0_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 14:39:03 -0000 Jeffrey Schilperoord wrote: > Hi, > > When i install Spamassasin from the ports it works perfectly.. however in the maillog this message pops up "Can't locate Mail/SPF/Query.pm in @INC (@INC contains: ../lib /usr/local/lib/perl5/site_per" . When i install p5-Mail-SPF-Query the Query.pm file is found on my system and the problem is solved. So maybe p5-Mail-SPF-Query needs to be added as dependency for p5-Mail-SpamAssassin? This message is harmless and the situation described in pkg-message. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 18:54: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 8C02716A420 for ; Mon, 6 Feb 2006 18:54:11 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDE043D53 for ; Mon, 6 Feb 2006 18:54:10 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so803680wxc for ; Mon, 06 Feb 2006 10:54:10 -0800 (PST) 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=Fxj9Jjv/Ld/6vXn6+aBcdxj3xeVtr9NMNoh6Xu8gfQBtQpG8pMSQLOxG83Z+l3iVuQ3v5/bUdSvHVJPWgW0ah9vLk0Z5Hv1Bg+zYu7B/f0O0ltrI8mv7+i0VQx+ycBHuWDPTRdrUFrb/0gHfOoORM/XsyhZsn6pxeVI9q/e12FM= Received: by 10.70.96.18 with SMTP id t18mr4197532wxb; Mon, 06 Feb 2006 10:54:09 -0800 (PST) Received: by 10.70.53.18 with HTTP; Mon, 6 Feb 2006 10:54:09 -0800 (PST) Message-ID: <790a9fff0602061054l2ed1eef6hf78d83283bc2d830@mail.gmail.com> Date: Mon, 6 Feb 2006 12:54:09 -0600 From: Scot Hetzel To: ports@freebsd.org In-Reply-To: <43E64A06.7040005@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E64A06.7040005@gmail.com> Cc: steve stock Subject: Re: FreeBSD Port: pgp-6.5.8_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: Mon, 06 Feb 2006 18:54:11 -0000 On 2/5/06, Rainer Alves wrote: > steve stock wrote: > > Hi, > > > > Do you know of a fix to get this to work ? As it is marked as "does not > > compile on i386". > > That's not what is says. The Makefile clearly states "does not compile > on !i386", which means it's broken on anything *besides* i386. > > .if ${ARCH} !=3D "i386" > BROKEN=3D "Does not compile on !i386" > .endif > Maybe all these !i386 messages should be changed to: .if ${ARCH} !=3D "i386" BROKEN=3D Does not compile on ${ARCH} .endif This would make it clearer to those who don't understand the "!" means "not= ". The real solution is that these ports should be setting either ONLY_FOR_ARCHS or NOT_FOR_ARCHS variables, in order to prevent the port from compiling on ARCH's it doesn't support. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 19:18: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 DE54016A420 for ; Mon, 6 Feb 2006 19:18:47 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5085143D4C for ; Mon, 6 Feb 2006 19:18:36 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so807293wxc for ; Mon, 06 Feb 2006 11:18:36 -0800 (PST) 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=GmcYKwDkVXtva+wDm0drMkfW9xV1SjlYPgpueRxFWLHers/Yo8V5k8PlP4uoVcLaZnk3cik4gumd7eILLTkcpbuYs0vd2NDXiIS8+/gbJa7dAbU60JYmeT5g4IOvbI2CDywYpb+iIIWpkbKtsd1o70RWIUjkIFZ8DXwblAgBYPI= Received: by 10.70.108.19 with SMTP id g19mr6523181wxc; Mon, 06 Feb 2006 11:18:36 -0800 (PST) Received: by 10.70.53.18 with HTTP; Mon, 6 Feb 2006 11:18:36 -0800 (PST) Message-ID: <790a9fff0602061118g139624d5reb099061d72668cd@mail.gmail.com> Date: Mon, 6 Feb 2006 13:18:36 -0600 From: Scot Hetzel To: Jeffrey Schilperoord In-Reply-To: <000501c62aa6$1706fef0$0800000a@SCHILDOM.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000501c62aa6$1706fef0$0800000a@SCHILDOM.local> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: p5-Mail-SpamAssassin-3.1.0_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 19:18:48 -0000 On 2/5/06, Jeffrey Schilperoord wrote: > Hi, > > When i install Spamassasin from the ports it works perfectly.. however in= the maillog this message pops up "Can't locate Mail/SPF/Query.pm in @INC (= @INC contains: ../lib /usr/local/lib/perl5/site_per" . When i install p5-Ma= il-SPF-Query the Query.pm file is found on my system and the problem is sol= ved. So maybe p5-Mail-SPF-Query needs to be added as dependency for p5-Mail= -SpamAssassin? > p5-Mail-SPF-Query is an optional dependancy. If you need it, then check the SPF_QUERY option from 'make config' and build the port. Otherwise just do what Sergey hinted at in the pkg-message file and edit your PREFIX/etc/mail/spamassassin/init.pre file to disable SPF_QUERY. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 19:28: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 35F6116A422 for ; Mon, 6 Feb 2006 19:28:56 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F9143D48 for ; Mon, 6 Feb 2006 19:28:55 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so808768wxc for ; Mon, 06 Feb 2006 11:28:54 -0800 (PST) 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=Ls9lIDN/PphsKCExJ+DuLx5A/KZ78FkDWeS7mdhVDuPOF+kM2vhzaqrgcHAc6e1rdUWhN0+1V66/JafAqWIjlhJOQ8bSbB/aUdJhFPUtKBOmKBzOrG0vPuDogr/0cHgatmNU25km6riQWdnm5gNvratyN7RBYRosVMT4yI9CqTU= Received: by 10.70.128.18 with SMTP id a18mr6546231wxd; Mon, 06 Feb 2006 11:28:54 -0800 (PST) Received: by 10.70.53.18 with HTTP; Mon, 6 Feb 2006 11:28:54 -0800 (PST) Message-ID: <790a9fff0602061128r8d4788kf4fd2e539c4cc578@mail.gmail.com> Date: Mon, 6 Feb 2006 13:28:54 -0600 From: Scot Hetzel To: FreeBSD Ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: PR91968 Commit request: Frontpage update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Feb 2006 19:28:56 -0000 Could a commiter commit PR 91968, as it updates www/mod_frontpage2-rtr to build on a system with Apache 2.2 installed. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D91968 Thanks, Scot PS the PR also patches the www/frontpage and www/mod_frontpage-rtr ports -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 19:38:18 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 48EAC16A420; Mon, 6 Feb 2006 19:38:18 +0000 (GMT) (envelope-from trix@basement.net) Received: from fran.basement.net (fran.basement.net [66.139.76.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD17043D46; Mon, 6 Feb 2006 19:38:17 +0000 (GMT) (envelope-from trix@basement.net) Received: from [192.168.15.239] (67-108-187-151.rpt.bna.sparkplugbb.com [67.108.187.151]) (authenticated bits=0) by fran.basement.net (8.12.8/8.12.8) with ESMTP id k16JcAb3013330; Mon, 6 Feb 2006 13:38:17 -0600 Message-ID: <43E7A5A2.2010602@basement.net> Date: Mon, 06 Feb 2006 13:38:10 -0600 From: Trix Farrar Organization: Basement.NET User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Doug Barton References: <43DD0997.3422.3D6D968C@dan.langille.org> <43DDE3CB.23838.6E6C5F@dan.langille.org> <43DF7CAF.2000501@basement.net> <43DF9F75.8020801@FreeBSD.org> <43DFAEBF.8010807@basement.net> <43E006A7.2050705@FreeBSD.org> In-Reply-To: <43E006A7.2050705@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: bacula-server-1.38.5_1 rc scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: trix@basement.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 19:38:18 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Jan 31, 2006 at 04:53:59PM -0800, Doug Barton wrote: > Trix Farrar wrote: > > Doug Barton wrote: > I presume that this file is in PREFIX/etc, not etc/rc.d, is that > right? Only the scripts themselves should be in the rc.d directory. > Yes, for production, that would be the case. The scripts I have submitted are, admittedly, at the "proof of concept" stage. Ad the scripts don't know where they might be running from at this point, they look for their subroutines in the directory the script was executed from. If they were to be included in the port, yes, they would be patched to look for their subroutines in $PREFIX/etc, as you suggest. > > In the same vein, the configuration options can all be read from a > > single /etc/rc.conf.d/bacula file. > > That leads to an interesting question. Should we add support for a > local rc.conf.d directory? Very few services use this directory now, > so I've hesitated to tweak it, but theoretically support would be > easy to add, and would provide an easier way to set defaults for > more complex scripts (as you already know). > You mean it's not there already? Honestly, I haven't looked. I just kind of assumed it would be there. Then again, I haven't used /etc/rc.conf.d, either. I coded it into the script in an effort to be functionally complete; in line with how everything else works. Thank you for your input. Sorry that I've been so slow to reply. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD56WcUn6S0hqD4tsRAlw2AJ4o0k0RzcEy7g1c8ahsRcgqdZqH3gCeOb1t 9wVW6d2yHrDsu6ATPRccZUI= =Tgtm -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 21:04: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 213ED16A420 for ; Mon, 6 Feb 2006 21:04:25 +0000 (GMT) (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 9A52143D72 for ; Mon, 6 Feb 2006 21:04:24 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 68241 invoked by uid 399); 6 Feb 2006 21:04:21 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 6 Feb 2006 21:04:21 -0000 Message-ID: <43E7B9D3.4000204@FreeBSD.org> Date: Mon, 06 Feb 2006 13:04:19 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: trix@basement.net References: <43DD0997.3422.3D6D968C@dan.langille.org> <43DDE3CB.23838.6E6C5F@dan.langille.org> <43DF7CAF.2000501@basement.net> <43DF9F75.8020801@FreeBSD.org> <43DFAEBF.8010807@basement.net> <43E006A7.2050705@FreeBSD.org> <43E7A5A2.2010602@basement.net> In-Reply-To: <43E7A5A2.2010602@basement.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: bacula-server-1.38.5_1 rc scripts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Feb 2006 21:04:25 -0000 Trix Farrar wrote: > On Tue, Jan 31, 2006 at 04:53:59PM -0800, Doug Barton wrote: >>> Trix Farrar wrote: >>>> Doug Barton wrote: >>> I presume that this file is in PREFIX/etc, not etc/rc.d, is that >>> right? Only the scripts themselves should be in the rc.d directory. >>> > > Yes, for production, that would be the case. The scripts I have > submitted are, admittedly, at the "proof of concept" stage. Ad the > scripts don't know where they might be running from at this point, > they look for their subroutines in the directory the script was > executed from. > > If they were to be included in the port, yes, they would be patched to > look for their subroutines in $PREFIX/etc, as you suggest. Great, thanks. >>>> In the same vein, the configuration options can all be read from a >>>> single /etc/rc.conf.d/bacula file. >>> That leads to an interesting question. Should we add support for a >>> local rc.conf.d directory? Very few services use this directory now, >>> so I've hesitated to tweak it, but theoretically support would be >>> easy to add, and would provide an easier way to set defaults for >>> more complex scripts (as you already know). >>> > > You mean it's not there already? Honestly, I haven't looked. I just > kind of assumed it would be there. Then again, I haven't used > /etc/rc.conf.d, either. I coded it into the script in an effort to be > functionally complete; in line with how everything else works. Well, I think I'm confused about something then. If you are saying that you wrote something special in your script to make sure that it supports /etc/rc.conf.d/bacula, you don't need to do that, /etc/rc.subr takes care of that for you if the user makes that choice. As for lack of support for /etc/rc.conf.d, it's not there now, but I don't know of any ports that use /etc/rc.conf.d now (nothing in the base uses it). Your message got me to thinking that adding support for this might be a cleaner way to allow ports to set defaults, clean up after themselves, etc. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 23:33: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 B073E16A420 for ; Mon, 6 Feb 2006 23:33:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F6143D48 for ; Mon, 6 Feb 2006 23:33:13 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 1E3E522B4D for ; Tue, 7 Feb 2006 00:33:13 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 7E87622B50 for ; Tue, 7 Feb 2006 00:33:08 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20060206233308.7E87622B50@mail.droso.net> Date: Tue, 7 Feb 2006 00:33:08 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 23:33:14 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/musicbrainz broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/musicbrainz-1.1.0_1.log (Jan 11 13:31:37 GMT 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2005112509/musicbrainz-1.1.0_1.log (Jan 18 01:41:39 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=musicbrainz portname: chinese/gbfs broken because: fails to patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=gbfs portname: chinese/xemacs broken because: Configure fails on i386 and ia64 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=xemacs portname: databases/clip broken because: Incomplete pkg-plist build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2006012121/clip-1.1.14.1_3.log (Feb 5 09:50:46 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=clip portname: databases/p5-GDBM broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-GDBM portname: deskutils/xrolo broken because: Does not build on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=xrolo portname: devel/clint broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=clint portname: devel/ixlib broken because: Does not compile on !i386 or on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ixlib portname: devel/libsigcx broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libsigcx portname: devel/ocaml-camomile broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ocaml-camomile portname: devel/ruby-textbuf broken because: Inconsistent dependencies build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/ruby16-textbuf-0.3.8_1.log (Jan 29 02:11:40 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-textbuf portname: devel/xparam broken because: Does not compile with gcc 3.4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xparam portname: games/freedoko broken because: Requires update for gtkmm 2.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=freedoko portname: games/hlserver-glbwar broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-glbwar portname: games/hlserver-ns broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ns portname: games/hlserver-si broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-si portname: games/hlserver-ts broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ts portname: games/hlserver-tsc broken because: mastersite disappeared, no longer maintained by author build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-tsc portname: games/hlserver-wasteland broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wasteland portname: games/hlserver-wizwars broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wizwars portname: games/nil broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=nil portname: games/xracer broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xracer portname: graphics/mesa-demos broken because: Does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2006012121/mesa-demos-6.4.1.log (Jan 26 21:00:28 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=mesa-demos portname: graphics/nurbs++ broken because: Does not compile with gcc 3.4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=nurbs%2B%2B portname: graphics/teddy broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=teddy portname: japanese/edict-utf-8 broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=edict-utf-8 portname: japanese/gn-gnspool broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gn-gnspool portname: japanese/gnomelibs broken because: Does not compile on FreeBSD 700002 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gnomelibs portname: java/janosvm broken because: Fails to link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=janosvm portname: lang/Sather broken because: Does not compile on FreeBSD 700002 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/egcs broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=egcs portname: lang/gcc30 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcc30 portname: lang/glibstdc++28 broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=glibstdc%2B%2B28 portname: lang/osb-jscore broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/osb-jscore-0.5.0_2.log (Jan 5 11:13:06 GMT 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2005112509/osb-jscore-0.5.0_2.log (Jan 18 03:47:11 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=osb-jscore portname: lang/rscheme broken because: Coredump during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=rscheme portname: lang/tensile broken because: Coredump during build on FreeBSD >= 6.x build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2006012121/tensile-0.9_1,1.log (Feb 4 05:21:06 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tensile portname: mail/sympa-elixus broken because: Incomplete pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/sympa-elixus-20041024_3.log (Feb 1 18:27:14 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=sympa-elixus portname: misc/globus2 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=globus2 portname: misc/goblin broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=goblin portname: misc/gpt broken because: Broken distinfo build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gpt portname: multimedia/xmms-avi broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xmms-avi portname: net-mgmt/sting broken because: Does not work with ipfw2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=sting portname: net/arla broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=arla portname: net/cphone broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/nocatsplash broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nocatsplash portname: news/PicMonger broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=PicMonger portname: palm/prc-tools broken because: Does not build on FreeBSD >= 7.0 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/prc-tools-2.3_3.log (Jan 5 09:20:28 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: polish/gnugadu broken because: Needs to be converted to OPTIONS build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/pl-gnugadu-1.0.0_1.log (Feb 2 03:28:40 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=gnugadu portname: sysutils/ffsrecov broken because: Incompatible with UFS2 header files build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ffsrecov portname: sysutils/xperfmon3 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xperfmon3 portname: www/adzap2squirm broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=adzap2squirm portname: www/mozex-firefox broken because: Does not work with Firefox 1.5 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mozex-firefox portname: www/mozilla-bonobo broken because: Does not build with new Mozilla build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mozilla-bonobo portname: www/p5-Apache-PageKit broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-PageKit portname: www/preferential-firefox broken because: Does not work with Firefox 1.5 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=preferential-firefox portname: www/rt3-elixus broken because: Install fails build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3-elixus portname: x11-toolkits/v broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=v portname: x11/props broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=props If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 23:34:48 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 B6FC116A420 for ; Mon, 6 Feb 2006 23:34:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F7543D48 for ; Mon, 6 Feb 2006 23:34:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 5B82F22B4D for ; Tue, 7 Feb 2006 00:34:47 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 3E9AE22B49 for ; Tue, 7 Feb 2006 00:34:45 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20060206233445.3E9AE22B49@mail.droso.net> Date: Tue, 7 Feb 2006 00:34:45 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 23:34:48 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems, the ports will be deleted. The goal of this posting is to make this process much more visible to the wider FreeBSD community. portname: audio/musicbrainz description: 2nd generation incarnation of the CD Index - audio metadata maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Surpassed by audio/libmusicbrainz expiration date: 2006-03-14 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/musicbrainz-1.1.0_1.log (Jan 11 13:31:37 GMT 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2005112509/musicbrainz-1.1.0_1.log (Jan 18 01:41:39 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=musicbrainz portname: audio/mutemix description: Adjusts a mixer maintainer: trevor@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2005-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mutemix portname: audio/sbagen description: A sequenced binaural wave generator maintainer: ports@FreeBSD.org status: IGNORE deprecated because: 1.0.8 is the 2000 version, 1.4.3 is current. Please send patches or take maintainership! expiration date: 2006-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=sbagen portname: comms/qtpcr description: Software that controls the ICOM PCR-1000 Receiver maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2005-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=qtpcr portname: editors/custom-emacs description: The Custom Library for emacs maintainer: ports@FreeBSD.org deprecated because: mastersite dissapeared; abandoned software for obsolete emacs version expiration date: 2006-01-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=custom-emacs portname: editors/custom-mule description: The Custom Library for mule maintainer: ports@FreeBSD.org deprecated because: mastersite dissapeared; abandoned software for obsolete emacs version expiration date: 2006-01-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=custom-mule portname: emulators/linux_base-src-rh-7.3 description: GNU GPL sources to linux_base-rh-7.3, to satisfy licence maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: original port should use ALWAYS_KEEP_DISTFILES expiration date: 2006-02-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/linux_base-src-rh-7.3.log (Nov 29 04:24:11 GMT 2005) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-src-rh-7.3 portname: emulators/linux_base-src-rh-8 description: (L)GPL sources for linux_base-8, to comply with licences maintainer: trevor@FreeBSD.org status: BROKEN deprecated because: original port should use ALWAYS_KEEP_DISTFILES expiration date: 2006-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-src-rh-8 portname: finance/emma description: A personal finance manager for Gnome maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-01-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=emma portname: ftp/IglooFTP description: Easy to use FTP client for X Window System maintainer: ports@FreeBSD.org status: IGNORE deprecated because: crashes at startup expiration date: 2006-02-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=IglooFTP portname: ftp/ftp4all description: Advanced ftp-daemon maintainer: alexs@snark.rinet.ru deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-01-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftp4all portname: ftp/ftpsearch description: A system for indexing contents on ftp servers maintainer: Tor.Egge@idi.ntnu.no deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-01-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpsearch portname: games/civ2demo description: The free demo of Civilization: Call to Power maintainer: jameso@elwood.net deprecated because: Tarball is unfetchable since 2001 expiration date: 2006-02-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=civ2demo portname: games/duke3d description: Icculus Duke Nukem 3D port for various Operating Systems maintainer: arundel@h3c.de deprecated because: Master site disappeared, no longer maintained by author expiration date: 2006-03-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=duke3d portname: games/hlserver-tsc description: Half-Life mod Counter-Strike with TSC modifications maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-tsc portname: games/virt description: Game and keyboard teacher in one. Enjoy it! maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=virt portname: games/xgolgo description: Watches what you are doing and whether you're hostile or not maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xgolgo portname: games/xshipwars-client description: Hardcore Internet space combat/economy game resembling EV on crack! maintainer: troll@digitalspark.net deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xshipwars-client portname: graphics/animabob description: Interactive 3D volume renderer maintainer: ip@doom.homeunix.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=animabob portname: graphics/deep_zoom description: Generate very highly zoomed fractals maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=deep_zoom portname: graphics/libgrass5 description: Library of functions from the GRASS GIS application for use by non-GRASS programs maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libgrass5 portname: graphics/quickpics description: A really handy tool for large image collections and digital cameras maintainer: bifrost@kizmiaz.dis.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=quickpics portname: graphics/smoke description: Vector graphics OpenGL renderer maintainer: ip@doom.homeunix.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=smoke portname: graphics/threeDS description: A Python module and viewer for loading and displaying models in 3DS format maintainer: ports@FreeBSD.org status: IGNORE deprecated because: dead project expiration date: 2005-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=threeDS portname: graphics/vid description: Grab images from USB Cameras using the OV511 and OV511+ chipset maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vid portname: irc/dancer-ircd description: An irc daemon based on hybrid ircd maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=dancer-ircd portname: irc/dancer-services description: The IRC services (nickserv, chanserv, etc.) for dancer-ircd maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=dancer-services portname: japanese/cal.rb description: Displays a Japanese calendar maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=cal.rb portname: japanese/gn-gnspool description: Simple Japanese Newsreader with Local Spool Support maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2006-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gn-gnspool portname: mail/glacier description: Another GNOME mail user agent maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=glacier portname: math/xwpl description: The X Wavelet Packet Laboratory maintainer: ports@FreeBSD.org status: IGNORE deprecated because: source not available and no recent binary expiration date: 2006-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xwpl portname: print/acroread description: View, distribute and print PDF documents maintainer: trevor@FreeBSD.org status: FORBIDDEN deprecated because: outdated and has multiple security bugs; use version 7 instead expiration date: 2006-01-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=acroread portname: science/glens description: OpenGL gravitational lens simulator maintainer: ports@FreeBSD.org deprecated because: no longer available from mastersite expiration date: 2006-01-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=glens portname: sysutils/pyfind description: A file-find utility for Gnome loosely modeled after the Windoze utility maintainer: ports@FreeBSD.org deprecated because: unfetchable -- needs version update expiration date: 2006-01-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pyfind portname: sysutils/stat description: Print inode contents maintainer: wosch@FreeBSD.org deprecated because: Buggy, use stat(1) from base expiration date: 2006-03-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=stat portname: www/adzap2squirm description: Use and update adzap patterns with squirm maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2006-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=adzap2squirm portname: www/amyc description: Display the contents of your Netscape cache maintainer: petef@FreeBSD.org deprecated because: no longer being actively developed expiration date: 2006-01-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=amyc portname: www/evg description: Create index pages in HTML for photo galleries maintainer: ports@FreeBSD.org deprecated because: Disappeared from the internet expiration date: 2006-03-14 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/evg-1.3.1_1.log (Jan 5 09:32:55 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=evg portname: www/gnuinfo description: CGI program to convert GNU .info files into html maintainer: nox@jelal.kn-bremen.de deprecated because: mastersite disappeared expiration date: 2006-01-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=gnuinfo portname: www/mdw description: A utility to check the MD5 sum of a webpage maintainer: petef@FreeBSD.org deprecated because: no longer maintained by author expiration date: 2006-01-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mdw portname: www/p5-Bundle-Catalyst description: A Bundle to install most of the Catalyst modules maintainer: lars@balker.dk deprecated because: Replaced by www/p5-Task-Catalyst expiration date: 2006-02-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Bundle-Catalyst portname: x11-clocks/gdesklets-praytime description: Display muslim prayer times on your desktop maintainer: ports@FreeBSD.org deprecated because: no longer available from mastersite expiration date: 2006-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=gdesklets-praytime portname: x11/fspanel description: Tiny panel listing opened windows for gnome-compliant WM maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared -- consider using fbpanel instead expiration date: 2006-01-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=fspanel portname: x11/gyroscope description: HTML color picker written using GTK maintainer: ports@FreeBSD.org deprecated because: no longer available on mastersite expiration date: 2006-01-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gyroscope portname: x11/login.app description: Graphical login interface for X that is themable maintainer: ports@fsck.ch deprecated because: mastersite disappeared, no longer maintained by author (x11/slim is the successor) expiration date: 2006-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=login.app From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 23:35: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 6864016A420 for ; Mon, 6 Feb 2006 23:35:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0906543D45 for ; Mon, 6 Feb 2006 23:35:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 4D6D822B4E for ; Tue, 7 Feb 2006 00:35:00 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id CE04922B52 for ; Tue, 7 Feb 2006 00:34:57 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20060206233457.CE04922B52@mail.droso.net> Date: Tue, 7 Feb 2006 00:34:57 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 23:35:01 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of the port, including errors seen on the build farm, is included below. portname: graphics/ivtools forbidden because: http://vuxml.FreeBSD.org/pkg-ivtools.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ivtools portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: sysutils/nwclient forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient portname: sysutils/nwclient602 forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient602 portname: www/p5-ldap-abook forbidden because: Arbitrary command execution vulnerability in CGI script build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-ldap-abook If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 6 23:37: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 3F26C16A422 for ; Mon, 6 Feb 2006 23:37:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA4243D5F for ; Mon, 6 Feb 2006 23:37:38 +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 743811A3C1C; Mon, 6 Feb 2006 15:37:38 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 745D25161D; Mon, 6 Feb 2006 18:37:37 -0500 (EST) Date: Mon, 6 Feb 2006 18:37:37 -0500 From: Kris Kennaway To: Hannes Hauswedell Message-ID: <20060206233737.GA5846@xor.obsecurity.org> References: <200602041022.12727.hannes.hauswedell@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <200602041022.12727.hannes.hauswedell@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD-Ports@freebsd.org Subject: Re: kde packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 06 Feb 2006 23:37:42 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 04, 2006 at 10:22:12AM +0000, Hannes Hauswedell wrote: > why are there still no kde 3.5.x packages for 6-stable on the ftp? and why are they there for 5-stable? Mostly because the i386 package build cluster has been running test builds for bsd.port.mk changes and bug fixes for most of the last month. Also, as Mark said, there were a number of other problems that caused KDE builds to fail in the regular package builds when they did run. Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD593AWry0BWjoQKURAoV7AKCsAKUJlXeM6cytqxFm54ReBKzjXgCeOA9X 4a/GA2cp03TTgU23RHJnb34= =wI+W -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 00:35: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 51E0E16A420 for ; Tue, 7 Feb 2006 00:35:26 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD24243D45 for ; Tue, 7 Feb 2006 00:35:25 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=38915 helo=nexii.panopticon) by mx6.mail.ru with esmtp id 1F6GpI-000AAA-00 for freebsd-ports@freebsd.org; Tue, 07 Feb 2006 03:35:24 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 829E71142B for ; Tue, 7 Feb 2006 03:39:01 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id E5E443C8; Tue, 7 Feb 2006 03:35:29 +0300 (MSK) Date: Tue, 7 Feb 2006 03:35:29 +0300 From: Dmitry Marakasov To: freebsd-ports@freebsd.org Message-ID: <20060207003529.GA32317@hades.panopticon> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 00:35:26 -0000 Hi! I've just updated games/xmoto port I maintain, and I used newly introduced USE_DOS2UNIX variable instead of construction like that: @${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | \ ${XARGS} ${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g" I like the idea, but I think USE_DOS2UNIX should be a bit more powerful. Let us have a port having many subdirectories with *.cpp and *.h files, which all need to be dos2unix'ed. Also, there are binary files. Thus, we can't use USE_DOS2UNIX=yes as it will corrupt binaries, and we should specify many paths to files we want to process. For xmoto, to process all source and header files, I'll need to do this: USE_DOS2UNIX= src/*.cpp src/*.h src/image/*.cpp src/image/*.h \ src/tinyxml/*.cpp src/tinyxml/*.h these are only 3 dirs, I've seen much more. So what do you think of idea of making USE_DOS2UNIX more like interface to find utility? For example, to write this: USE_DOS2UNIX= src/ libsrc/ *.cpp *.h docs/ *.html *.txt README to do that: find ${WRKSRC}/src/ ${WRKSRC}/libsrc/ -name *.cpp -or -name *.h -type f -print0 | xargs ... find ${WRKSRC}/docs/ -name *.html -or -name *.txt -or -name README -type f -print0 | xargs ... Syntax may be other (maybe multiline more like OPTIONS), that's point to discuss. But that surely will be a feature. If the idea gets accepted, I'll make patches. -- Best regards, Dmitry mailto:amdmi3@mail.ru From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 02:33: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 B827116A420 for ; Tue, 7 Feb 2006 02:33:13 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152F843D45 for ; Tue, 7 Feb 2006 02:33:12 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id k172WmN77786; Tue, 7 Feb 2006 11:32:48 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <43E806D0.5060709@jp.FreeBSD.org> Date: Tue, 07 Feb 2006 11:32:48 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <43E7280A.6080106@quicknet.nl> <43E72CF5.4010508@cs.tu-berlin.de> In-Reply-To: <43E72CF5.4010508@cs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Ischka@quicknet.nl Subject: Re: FreeBSD Port: vmware-tools-5.5.1.19175 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 02:33:13 -0000 Ischka, just a confirmation -- is the page you mentioned following one? http://www.freebsd.org/cgi/url.cgi?ports/emulators/vmware-tools5/../vmware-guestd5/pkg-descr.tools > The reason for this is that vmware-tools5 is a slave port whereas > vmware-guestd5 is the master port. Maybe that's right, but > vmware-tools5 hasn't a long > description; instead the description of the master port will be used > automatically. No, both emulators/vmware-guestd5 and emulators/vmware-tools5 have its own long description file. See the differences of both ports descriptions: http://www.freebsd.org/cgi/url.cgi?ports/emulators/vmware-guestd5/pkg-descr http://www.freebsd.org/cgi/url.cgi?ports/emulators/vmware-tools5/../vmware-guestd5/pkg-descr.tools Maybe this problem(?) comes from the implementation of url.cgi; maybe unwanted or unintended path normalization was applied :-) -- Makoto `MAR' Matsushita From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 07:19:49 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 F3B6A16A420 for ; Tue, 7 Feb 2006 07:19:48 +0000 (GMT) (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 687AC43D4C for ; Tue, 7 Feb 2006 07:19:47 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 8563 invoked by uid 399); 7 Feb 2006 07:19:46 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 7 Feb 2006 07:19:46 -0000 Message-ID: <43E84A10.2050201@FreeBSD.org> Date: Mon, 06 Feb 2006 23:19:44 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Panagiotis.Astithas@ebs.gr References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> In-Reply-To: <20060203111911.GA22446@hal.ebs.gr> 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: New /bin/sh based script to manage 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: Tue, 07 Feb 2006 07:19:49 -0000 Panagiotis Astithas wrote: > On Fri, Feb 03, 2006 at 12:44:56AM -0800, Doug Barton wrote: >> This depends on which direction you're approaching the problem from. When >> building a port, the check for whether the dependencies of the port are up >> to date uses the list from 'make all-depends-list', which will include build >> dependencies. However, once a port has been built and installed >> successfully, the list of ports which have a dependency on the updated port >> is cross checked between the +REQUIRED_BY in the package directory and the >> +CONTENTS files of the other installed ports. In this way we can be sure >> that all appropriate dependencies are recorded, and updated. Since >> BUILD_DEPENDS are not registered in the +CONTENTS or +REQUIRED_BY files, >> they don't show up at that stage, and portmaster doesn't update information >> about them (because that information doesn't exist). > > And I've noticed that portmaster warns when there is a mismatch between > the dependencies in +CONTENTS and +REQUIRED_BY, where the latter are usually > more than the former. However the default suggestion from portmaster is > to use the +CONTENTS dependencies. Why is there a difference in the first > place (port bugs I presume) and would the other approach be more correct > (in that it would fix the unrecorded dependencies)? Well, not having dependencies recorded in the +CONTENTS files, but having them in +REQUIRED_BY would be fairly pathological. When the port or package is built, it records its own dependencies in +CONTENTS, so that should always be accurate, for sufficiently careful definitions of "always" and "accurate." I'm not sure how you'd get a line for a port in +REQUIRED_BY in a way that didn't let you get it back out again. That's why the default when there is a mismatch is actually to use the +REQUIRED_BY set. One common case where there will be a mismatch is a case like gtk-1 and gtk-2. grep'ing for "gtk-" pkgdeps will get you both, so there is a mismatch. However in a case like that the differences should be obvious. > On another note, I tried yesterday a 'portmaster -rdf expat', which is a > mega task on my system, so I would expect to get preferably zero questions > asked (since we are talking about 200 ports here). This is what the relevant > portupgrade invocation did (modulo the various OPTIONS screens), although > 20 hours later it is still not finished. Could portmaster be persuaded to > 'do whatever needs to be done, but you are on your own until you do it'? Boy, you're just full of fun. :) First a meta-comment, I didn't rush to add the -r option because in my experience, it's hardly ever necessary to rebuild ports that depend on a port that you're going to be updating. One of the few where I've found this necessary is gnutls, and then only for some of the ports that depend on it. At least 95% of the time, I just update a port, and the ports that depend on it still work. This is one of the joys of shared libraries. :) If you need to use the -r option, I would not recommend adding the -f flag, as that would rebuild all of the dependencies of the ports that depend on the -r port, which probably isn't necessary at all. I wrote the -r option code to always rebuild the ports that depend on the port you specify with -r, so the -f flag isn't needed to accomplish that. Now to the substance of your question. I added the -[dD] options to help with exactly the problem you describe. BTW, another way to speed the build in this type of situation is to add the -C option. All that said, I'm not exactly sure what you're asking for. If you're saying that you want an option to suppress questions about updating dependency listings, I suppose that could be added easily enough, but I would be very hesitant about that. OTOH, I suppose we've not hesitated to put bullets in the foot-shooting gun before, why stop now. :) If you can clarify what you're looking for here, I'll look at adding it. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 09:32: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 9F26916A420; Tue, 7 Feb 2006 09:32:50 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C7E43D45; Tue, 7 Feb 2006 09:32:49 +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 k179WmSg045087; Tue, 7 Feb 2006 11:32:48 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (ajax.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k179Wlcw093003; Tue, 7 Feb 2006 11:32:48 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43E86940.7070302@ebs.gr> Date: Tue, 07 Feb 2006 11:32:48 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: Doug Barton References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> In-Reply-To: <43E84A10.2050201@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: New /bin/sh based script to manage 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: Tue, 07 Feb 2006 09:32:50 -0000 Doug Barton wrote: > Panagiotis Astithas wrote: >> On Fri, Feb 03, 2006 at 12:44:56AM -0800, Doug Barton wrote: > >>> This depends on which direction you're approaching the problem from. When >>> building a port, the check for whether the dependencies of the port are up >>> to date uses the list from 'make all-depends-list', which will include build >>> dependencies. However, once a port has been built and installed >>> successfully, the list of ports which have a dependency on the updated port >>> is cross checked between the +REQUIRED_BY in the package directory and the >>> +CONTENTS files of the other installed ports. In this way we can be sure >>> that all appropriate dependencies are recorded, and updated. Since >>> BUILD_DEPENDS are not registered in the +CONTENTS or +REQUIRED_BY files, >>> they don't show up at that stage, and portmaster doesn't update information >>> about them (because that information doesn't exist). >> And I've noticed that portmaster warns when there is a mismatch between >> the dependencies in +CONTENTS and +REQUIRED_BY, where the latter are usually >> more than the former. However the default suggestion from portmaster is >> to use the +CONTENTS dependencies. Why is there a difference in the first >> place (port bugs I presume) and would the other approach be more correct >> (in that it would fix the unrecorded dependencies)? > > Well, not having dependencies recorded in the +CONTENTS files, but having > them in +REQUIRED_BY would be fairly pathological. When the port or package > is built, it records its own dependencies in +CONTENTS, so that should > always be accurate, for sufficiently careful definitions of "always" and > "accurate." I'm not sure how you'd get a line for a port in +REQUIRED_BY in > a way that didn't let you get it back out again. That's why the default when > there is a mismatch is actually to use the +REQUIRED_BY set. > > One common case where there will be a mismatch is a case like gtk-1 and > gtk-2. grep'ing for "gtk-" pkgdeps will get you both, so there is a > mismatch. However in a case like that the differences should be obvious. Mmm, I see. The last time I saw this it could have been gtk. >> On another note, I tried yesterday a 'portmaster -rdf expat', which is a >> mega task on my system, so I would expect to get preferably zero questions >> asked (since we are talking about 200 ports here). This is what the relevant >> portupgrade invocation did (modulo the various OPTIONS screens), although >> 20 hours later it is still not finished. Could portmaster be persuaded to >> 'do whatever needs to be done, but you are on your own until you do it'? > > Boy, you're just full of fun. :) First a meta-comment, I didn't rush to add > the -r option because in my experience, it's hardly ever necessary to > rebuild ports that depend on a port that you're going to be updating. One of > the few where I've found this necessary is gnutls, and then only for some of > the ports that depend on it. At least 95% of the time, I just update a port, > and the ports that depend on it still work. This is one of the joys of > shared libraries. :) If you need to use the -r option, I would not This makes sense. So I guess the instructions in UPDATING are mainly for curing ports that use static linking. > recommend adding the -f flag, as that would rebuild all of the dependencies > of the ports that depend on the -r port, which probably isn't necessary at > all. I wrote the -r option code to always rebuild the ports that depend on > the port you specify with -r, so the -f flag isn't needed to accomplish that. Thanks for the tip. > Now to the substance of your question. I added the -[dD] options to help > with exactly the problem you describe. BTW, another way to speed the build > in this type of situation is to add the -C option. All that said, I'm not > exactly sure what you're asking for. If you're saying that you want an > option to suppress questions about updating dependency listings, I suppose > that could be added easily enough, but I would be very hesitant about that. > OTOH, I suppose we've not hesitated to put bullets in the foot-shooting gun > before, why stop now. :) If you can clarify what you're looking for here, > I'll look at adding it. I was referring to questions like, 'update port X? [n]' and 'delete foo.tgz? [n]'. I figured, since I asked for a '-rd' update, this was redundant. It is not very annoying, unless you have a few hundred ports to update. Although, given your advice above, I will be doing it less often. I should also confess that I'm contemplating a completely non-interactive invocation of portmaster from sysutils/bpm or similar, where such prompts would be prohibitive. Thanks, Panagiotis From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 10:04: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 B364916A420 for ; Tue, 7 Feb 2006 10:04:31 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4479243D46 for ; Tue, 7 Feb 2006 10:04:31 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k17A4VfK076873 for ; Tue, 7 Feb 2006 10:04:31 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k17A4Vtd076872 for ports@freebsd.org; Tue, 7 Feb 2006 10:04:31 GMT (envelope-from fenner) Date: Tue, 7 Feb 2006 10:04:31 GMT From: Bill Fenner Message-Id: <200602071004.k17A4Vtd076872@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: Tue, 07 Feb 2006 10:04:31 -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 193 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 Tue Feb 7 11:11: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 E52A116A420 for ; Tue, 7 Feb 2006 11:11:55 +0000 (GMT) (envelope-from pawel.zakiewicz@thebunker.net) Received: from male.aldigital.co.uk (male.thebunker.net [213.129.64.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA3A43D45 for ; Tue, 7 Feb 2006 11:11:55 +0000 (GMT) (envelope-from pawel.zakiewicz@thebunker.net) Received: from [172.16.3.53] (gateway.ash.thebunker.net [213.129.64.4]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by male.aldigital.co.uk (Postfix) with ESMTP id C2FD097789; Tue, 7 Feb 2006 11:11:53 +0000 (GMT) Message-ID: <43E88083.9080004@thebunker.net> Date: Tue, 07 Feb 2006 11:12:03 +0000 From: Pawel Zakiewicz User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lars.Koeller@Uni-Bielefeld.DE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: bacula-server-1.38.5_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: Tue, 07 Feb 2006 11:11:56 -0000 Hi, There is possible security issue in default Bacula configuration, as one of their initialization scripts creates MySQL database user with no password, enabled to connect from everywhere, with all permissions to bacula database. There is some info in Bacula docs, that "If you need more security, please assign a password to the root user and to bacula." but, I my opinion, real problem is allowing by default connections from everywhere... Bacula can operate with localhost connection only, as long as it is installed on same box with MySQL, for other cases, specific hostname should be provided. it maybe fixed in following way: --- src/cats/grant_mysql_privileges.in Sat May 1 22:10:17 2004 +++ src/cats/grant_mysql_privileges.in.patched Tue Feb 7 11:04:57 2006 @@ -4,11 +4,14 @@ # USER=bacula bindir=@SQL_BINDIR@ +HOST=`hostname` + +echo ${HOST} if $bindir/mysql $* -u root -f < 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 D255D16A420 for ; Tue, 7 Feb 2006 11:13:42 +0000 (GMT) (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 2329F43D48 for ; Tue, 7 Feb 2006 11:13:41 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id 890FF4CBC2; Tue, 7 Feb 2006 12:23:02 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id DDD665285F; Tue, 7 Feb 2006 12:12:18 +0100 (CET) Message-ID: <43E880E8.6040205@cs.tu-berlin.de> Date: Tue, 07 Feb 2006 12:13:44 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Makoto Matsushita References: <43E7280A.6080106@quicknet.nl> <43E72CF5.4010508@cs.tu-berlin.de> <43E806D0.5060709@jp.FreeBSD.org> In-Reply-To: <43E806D0.5060709@jp.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, Ischka@quicknet.nl Subject: Re: FreeBSD Port: vmware-tools-5.5.1.19175 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 11:13:43 -0000 Makoto Matsushita schrieb: > No, both emulators/vmware-guestd5 and emulators/vmware-tools5 have its own > long description file. See the differences of both ports descriptions: > http://www.freebsd.org/cgi/url.cgi?ports/emulators/vmware-guestd5/pkg-descr > http://www.freebsd.org/cgi/url.cgi?ports/emulators/vmware-tools5/../vmware-guestd5/pkg-descr.tools Oh, indeed. I looked too hasty at this. Björn From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 13:51: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 C4FD516A423 for ; Tue, 7 Feb 2006 13:51:29 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BB943D4C for ; Tue, 7 Feb 2006 13:51:28 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F6TG0-000BSI-LS for freebsd-ports@freebsd.org; Tue, 07 Feb 2006 08:51:48 -0500 Message-ID: <43E8A5DD.5000509@vonostingroup.com> Date: Tue, 07 Feb 2006 08:51:25 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20060207003529.GA32317@hades.panopticon> In-Reply-To: <20060207003529.GA32317@hades.panopticon> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 13:51:29 -0000 Dmitry Marakasov wrote: > Hi! > > I've just updated games/xmoto port I maintain, and I used newly introduced > USE_DOS2UNIX variable instead of construction like that: > > @${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | \ > ${XARGS} ${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g" > > I like the idea, but I think USE_DOS2UNIX should be a bit more powerful. > > Let us have a port having many subdirectories with *.cpp and *.h files, > which all need to be dos2unix'ed. Also, there are binary files. Thus, we > can't use USE_DOS2UNIX=yes as it will corrupt binaries, and we should > specify many paths to files we want to process. For xmoto, to process all > source and header files, I'll need to do this: > > USE_DOS2UNIX= src/*.cpp src/*.h src/image/*.cpp src/image/*.h \ > src/tinyxml/*.cpp src/tinyxml/*.h > > these are only 3 dirs, I've seen much more. > > So what do you think of idea of making USE_DOS2UNIX more like interface to > find utility? > > For example, to write this: > > USE_DOS2UNIX= src/ libsrc/ *.cpp *.h docs/ *.html *.txt README > > to do that: > > find ${WRKSRC}/src/ ${WRKSRC}/libsrc/ -name *.cpp -or -name *.h -type f -print0 | xargs ... > find ${WRKSRC}/docs/ -name *.html -or -name *.txt -or -name README -type f -print0 | xargs ... > > Syntax may be other (maybe multiline more like OPTIONS), that's point to > discuss. But that surely will be a feature. > > If the idea gets accepted, I'll make patches. > > Sounds like a pretty reasonable idea. But I think USE_* is generally just on/off switches, so maybe it needs to be a different name? __________________________________________________ Frank Laszlo System Administrator The VonOstin Group Email: laszlof@tvog.net WWW: http://www.vonostingroup.com Mobile: 248-863-7584 From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 14:06:47 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 24AB416A420 for ; Tue, 7 Feb 2006 14:06:47 +0000 (GMT) (envelope-from sem.bsd@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C98B43D45 for ; Tue, 7 Feb 2006 14:06:46 +0000 (GMT) (envelope-from sem.bsd@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so1468903wra for ; Tue, 07 Feb 2006 06:06:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ln/bfZV4UeEqb78BRc0Jou0gPviHWy5X15c1VJDuVIKTCjWshtw3Kx1jStepkjKM9qDWzOLBUERcDMl5Yao2sSFu0f6nJnqb0HJMDd4OirJLF2dOaaDklGC6tzTqe42t6au/jLQ9JGYbzBQ9EY2wqDXv9kExvWbJZAu7ViXeliQ= Received: by 10.54.132.19 with SMTP id f19mr8782570wrd; Tue, 07 Feb 2006 06:06:44 -0800 (PST) Received: by 10.54.80.18 with HTTP; Tue, 7 Feb 2006 06:06:44 -0800 (PST) Message-ID: Date: Tue, 7 Feb 2006 17:06:44 +0300 From: Sergey Matveychuk Sender: sem.bsd@gmail.com To: Frank Laszlo In-Reply-To: <43E8A5DD.5000509@vonostingroup.com> MIME-Version: 1.0 References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Matveychuk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 14:06:47 -0000 2006/2/7, Frank Laszlo : > > Dmitry Marakasov wrote: > > > > If the idea gets accepted, I'll make patches. > > > > > > Sounds like a pretty reasonable idea. But I think USE_* is generally > just on/off switches, so maybe it needs to be a different name? > > We already have USE_*=3Dlist. E.g. USE_GNOME, USE_RCORDER etc. But I think using of something like DOS2UNIX_FILES name will be better in the case. 2Dmitry: patches are always welcome. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 14:12: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 9585616A431; Tue, 7 Feb 2006 14:12:32 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40DF43D49; Tue, 7 Feb 2006 14:12:31 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F6TaQ-000CPd-2a; Tue, 07 Feb 2006 09:12:54 -0500 Message-ID: <43E8AACB.4010406@vonostingroup.com> Date: Tue, 07 Feb 2006 09:12:27 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Sergey Matveychuk References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> In-Reply-To: X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 14:12:32 -0000 Sergey Matveychuk wrote: > 2006/2/7, Frank Laszlo >: > > Dmitry Marakasov wrote: > > > > If the idea gets accepted, I'll make patches. > > > > > > Sounds like a pretty reasonable idea. But I think USE_* is generally > just on/off switches, so maybe it needs to be a different name? > > > We already have USE_*=list. E.g. USE_GNOME, USE_RCORDER etc. > > But I think using of something like DOS2UNIX_FILES name will be better > in the case. > Thats what i was getting at. :) __________________________________________________ Frank Laszlo System Administrator The VonOstin Group Email: laszlof@tvog.net WWW: http://www.vonostingroup.com Mobile: 248-863-7584 From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 14:16:20 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 C530016A440; Tue, 7 Feb 2006 14:16:20 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E8543D4C; Tue, 7 Feb 2006 14:16:20 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F6Te6-000CUG-Sg; Tue, 07 Feb 2006 09:16:43 -0500 Message-ID: <43E8ABB1.5020606@vonostingroup.com> Date: Tue, 07 Feb 2006 09:16:17 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Sergey Matveychuk References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> In-Reply-To: X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: amdmi3@mail.ru, freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 14:16:20 -0000 Sergey Matveychuk wrote: > 2006/2/7, Frank Laszlo >: > > Dmitry Marakasov wrote: > > > > If the idea gets accepted, I'll make patches. > > > > > > Sounds like a pretty reasonable idea. But I think USE_* is generally > just on/off switches, so maybe it needs to be a different name? > > > We already have USE_*=list. E.g. USE_GNOME, USE_RCORDER etc. > > But I think using of something like DOS2UNIX_FILES name will be better > in the case. > > 2Dmitry: patches are always welcome. > Ha, I just noticed it already does this. Look at the code: .if defined(USE_DOS2UNIX) .if ${USE_DOS2UNIX:U}=="YES" @${ECHO_MSG} "===> Converting DOS text files to UNIX text files" @${FIND} -E ${WRKSRC} -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' .else .for f in ${USE_DOS2UNIX} @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" @${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/${f} .endfor .endif So you can define it either way.. USE_DOS2UNIX=YES <-- this will parse ALL files within WRKSRC USE_DOS2UNIX=foo/*.c bar/biz/*.h <-- this will parse only certain files. Hope this helps. -Frank From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 14:55:40 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 3362616A420 for ; Tue, 7 Feb 2006 14:55:40 +0000 (GMT) (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 745CE43D49; Tue, 7 Feb 2006 14:55:37 +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 DBE689983E5; Tue, 7 Feb 2006 15:55:35 +0100 (CET) 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 70218-05; Tue, 7 Feb 2006 15:55:32 +0100 (CET) Received: from [80.98.231.227] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id D4CC09983D8; Tue, 7 Feb 2006 15:55:31 +0100 (CET) Message-ID: <43E8B4E4.5080904@t-hosting.hu> Date: Tue, 07 Feb 2006 15:55:32 +0100 From: =?UTF-8?B?S8O2dmVzZMOhbiBHw6Fib3I=?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: clemet@FreeBSD.org Content-Type: multipart/mixed; boundary="------------020104050501040606040800" X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: ports@FreeBSD.org Subject: [Fwd: Re: [users@httpd] SSL in Apache 2.2.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 14:55:40 -0000 This is a multi-part message in MIME format. --------------020104050501040606040800 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, this is the copy of the mail I wrote to the Apache users mailig list. One of the developers say that he can't reproduce my issue. Maybe the error is in my environment or in the apache22 port, I don't know, but I'd like to ask you to help me investigate this. My config files are available online: http://tux.t-hosting.hu/config.bz2 Even the certs and the private key are included. I have FreeBSD 5.3 on an amd64 production machine. As you can see the problem is that apache 2.2 doesn't start if I enbale SSLEngine on globally, and there's no error message. If enabled only in a VirtualHost block, it starts but I get that error message I wrote in the mail. Could somebody try to reproduce this, please? Thanks in advance, Gabor Kovesdan --------------020104050501040606040800 Content-Type: message/rfc822; name="Re: [users@httpd] SSL in Apache 2.2.0" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="Re: [users@httpd] SSL in Apache 2.2.0" Message-ID: <43E8A98B.8090209@t-hosting.hu> Date: Tue, 07 Feb 2006 15:07:07 +0100 From: =?UTF-8?B?S8O2dmVzZMOhbiBHw6Fib3I=?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: [users@httpd] SSL in Apache 2.2.0 References: <43E2393A.3000006@t-hosting.hu> <20060207134604.GA17960@redhat.com> In-Reply-To: <20060207134604.GA17960@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Joe Orton wrote: >On Thu, Feb 02, 2006 at 05:54:18PM +0100, Kövesdán Gábor wrote: > > >>CustomLog /var/log/apache/httpd-ssl_request.log \ >> "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" >> >>If I set here (globally) SSLEngine optional or on, Apache didn't even >>start, and I get this in the error log: >> >> > >You need "SSLEngine on" somewhere. What error was produced from >apachectl? How did it fail to start? There aren't any errors in the >error_log you posted. > > > Exactly what I wrote. I know SSLEngine On is needed somewhere. Here is the result once more. Take the config I made online (there's the link in the bugreport), modify httpd-ssl.conf to contain SSLEngine On (that file is included in httpd.conf), and start the server with debug loging: root@server# apachectl start root@server# tail -n 30 /var/log/apache/httpd-error.log [Thu Feb 02 18:10:28 2006] [debug] ssl_engine_init.c(768): Configuring RSA server private key [Thu Feb 02 18:11:21 2006] [notice] Apache/2.2.0 (FreeBSD) configured -- resuming normal operations [Thu Feb 02 20:53:46 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03\x01 [Thu Feb 02 20:53:46 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03 [Thu Feb 02 20:53:46 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03 [Fri Feb 03 18:34:51 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03\x01 [Fri Feb 03 18:34:51 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03 [Fri Feb 03 18:34:51 2006] [error] [client 81.183.61.98] Invalid method in request \x80g\x01\x03 [Mon Feb 06 13:37:46 2006] [error] [client 83.216.45.137] Invalid method in request \x80g\x01\x03\x01 [Mon Feb 06 13:37:46 2006] [error] [client 83.216.45.137] Invalid method in request \x80g\x01\x03 [Mon Feb 06 15:43:39 2006] [error] [client 80.98.231.227] Invalid method in request \x80U\x01\x03\x01 [Mon Feb 06 15:43:39 2006] [error] [client 80.98.231.227] Invalid method in request \x80U\x01\x03 [Mon Feb 06 15:43:39 2006] [error] [client 80.98.231.227] Invalid method in request \x80U\x01\x03 [Mon Feb 06 15:43:45 2006] [error] [client 80.98.231.227] Invalid method in request \x80U\x01\x03 [Tue Feb 07 14:56:18 2006] [notice] caught SIGTERM, shutting down [Tue Feb 07 14:56:25 2006] [info] mod_unique_id: using ip addr 217.20.133.7 [Tue Feb 07 14:56:26 2006] [info] Init: Seeding PRNG with 0 bytes of entropy [Tue Feb 07 14:56:26 2006] [info] Loading certificate & private key of SSL-aware server [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required [Tue Feb 07 14:56:26 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Tue Feb 07 14:56:26 2006] [info] Init: Generating temporary DH parameters (512/1024 bits) [Tue Feb 07 14:56:26 2006] [debug] ssl_scache_dbm.c(409): Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0 [Tue Feb 07 14:56:26 2006] [info] Init: Initializing (virtual) servers for SSL [Tue Feb 07 14:56:26 2006] [info] Configuring server for SSL protocol [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(405): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1) [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(538): Configuring client authentication [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(1113): CA certificate: /O=T-Hosting.Hu/OU=Certificate Authority/emailAddress=postmaster@t-hosting.hu/L=Budapest/ST=Budapest/C=HU/CN=server.t-hosting.hu [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(685): Configuring server certificate chain (1 CA certificate) [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(729): Configuring RSA server certificate [Tue Feb 07 14:56:26 2006] [debug] ssl_engine_init.c(768): Configuring RSA server private key You can see, I stopped the server at 14:56:18 and restarted it to load the modified config with SSLEngine On. Here's no errer even if the debug loglevel is selected, but when I type ps aux: root@server# ps aux | grep httpd root 69658 0.0 0.1 5808 1032 p0 S+ 2:59PM 0:00.00 grep httpd It doesn't seem to be a configuration error. If SSLEngine On is just enabled in a VirtualHost it starts normally: root@server# apachectl start root@server# ps aux | grep httpd root 69789 5.5 2.2 163948 22808 ?? Ss 3:04PM 0:00.33 /usr/local/sbin/httpd -k start www 69790 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69791 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69792 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69793 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69794 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69795 0.0 2.2 163972 22836 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69796 0.0 2.2 164012 22872 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69797 0.0 2.2 163972 22836 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69798 0.0 2.2 163972 22836 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start www 69799 0.0 2.2 163972 22836 ?? S 3:04PM 0:00.00 /usr/local/sbin/httpd -k start root 69801 0.0 0.1 5808 1032 p0 S+ 3:04PM 0:00.00 grep httpd root@server# tail -n 18 /var/log/apache/httpd-error.log [Tue Feb 07 15:04:17 2006] [notice] caught SIGTERM, shutting down [Tue Feb 07 15:04:21 2006] [info] mod_unique_id: using ip addr 217.20.133.7 [Tue Feb 07 15:04:22 2006] [info] Init: Seeding PRNG with 0 bytes of entropy [Tue Feb 07 15:04:22 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Tue Feb 07 15:04:22 2006] [info] Init: Generating temporary DH parameters (512/1024 bits) [Tue Feb 07 15:04:22 2006] [debug] ssl_scache_dbm.c(409): Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0 [Tue Feb 07 15:04:22 2006] [info] Init: Initializing (virtual) servers for SSL [Tue Feb 07 15:04:22 2006] [info] Server: Apache/2.2.0, Interface: mod_ssl/2.2.0, Library: OpenSSL/0.9.8a [Tue Feb 07 15:04:22 2006] [info] mod_unique_id: using ip addr 217.20.133.7 [Tue Feb 07 15:04:23 2006] [info] Init: Seeding PRNG with 0 bytes of entropy [Tue Feb 07 15:04:23 2006] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Tue Feb 07 15:04:23 2006] [info] Init: Generating temporary DH parameters (512/1024 bits) [Tue Feb 07 15:04:23 2006] [debug] ssl_scache_dbm.c(409): Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0 [Tue Feb 07 15:04:23 2006] [info] Init: Initializing (virtual) servers for SSL [Tue Feb 07 15:04:23 2006] [info] Server: Apache/2.2.0, Interface: mod_ssl/2.2.0, Library: OpenSSL/0.9.8a [Tue Feb 07 15:04:23 2006] [notice] Apache/2.2.0 (FreeBSD) configured -- resuming normal operations [Tue Feb 07 15:04:23 2006] [info] Server built: Jan 31 2006 11:43:51 [Tue Feb 07 15:04:23 2006] [debug] prefork.c(991): AcceptMutex: flock (default: flock) But when I try to see that virtualhost via SSL I get: [Tue Feb 07 15:06:18 2006] [error] [client 80.98.231.227] Invalid method in request \x80U\x01\x03 Thanks, Gabor Kovesdan --------------020104050501040606040800-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:10: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 1CFF316A420; Tue, 7 Feb 2006 15:10:27 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF0943D4C; Tue, 7 Feb 2006 15:10:25 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id k17FANex030869; Tue, 7 Feb 2006 09:10:23 -0600 (CST) (envelope-from sean-freebsd@farley.org) Date: Tue, 7 Feb 2006 09:10:23 -0600 (CST) From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: Bill Fenner In-Reply-To: <200602071004.k17A4Vtd076872@freefall.freebsd.org> Message-ID: <20060207090207.U68510@thor.farley.org> References: <200602071004.k17A4Vtd076872@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1083155038-1139325023=:68510" Cc: ports@freebsd.org Subject: Re: 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: Tue, 07 Feb 2006 15:10:27 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1083155038-1139325023=:68510 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 7 Feb 2006, Bill Fenner wrote: > In addition, the list of all ports with any unfetchable distfile is > > http://people.freebsd.org/~fenner/portsurvey/bad.html For open-motif, it says: ftp://ftp.ics.com/pub/Products/Motif/om2.2.3/src/openMotif-2.2.3.tar.gz: looking for file 550 openMotif-2.2.3.tar.gz: No such file or directory. (Last OK result NEVER [checked 17 times since Sun Sep 11 16:02:14 2005 UTC, last time was Mon Feb 6 13:18:45 2006 UTC]) It works from the port to fetch it. fetch uses PASV to download it. With a tool I wrote and curl, which both use EPSV by default, it fails. I bet the port survey tool is using EPSV. Maybe, ICS has a firewall that does not understand EPSV so does not open the port for the incoming connection. Se=E1n --=20 sean-freebsd@farley.org --0-1083155038-1139325023=:68510-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:14: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 E3BE516A420; Tue, 7 Feb 2006 15:14:57 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834DA43D4C; Tue, 7 Feb 2006 15:14:57 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.1/8.13.1) with ESMTP id k17FEtBB030959; Tue, 7 Feb 2006 09:14:55 -0600 (CST) (envelope-from sean-freebsd@farley.org) Date: Tue, 7 Feb 2006 09:14:55 -0600 (CST) From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: Bill Fenner In-Reply-To: <20060207090207.U68510@thor.farley.org> Message-ID: <20060207091236.H69148@thor.farley.org> References: <200602071004.k17A4Vtd076872@freefall.freebsd.org> <20060207090207.U68510@thor.farley.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-881143833-1139325295=:69148" Cc: ports@freebsd.org Subject: Re: 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: Tue, 07 Feb 2006 15:14:58 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-881143833-1139325295=:69148 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 7 Feb 2006, Se=E1n C. Farley wrote: > On Tue, 7 Feb 2006, Bill Fenner wrote: > >> In addition, the list of all ports with any unfetchable distfile is >>=20 >> http://people.freebsd.org/~fenner/portsurvey/bad.html > > For open-motif, it says: > ftp://ftp.ics.com/pub/Products/Motif/om2.2.3/src/openMotif-2.2.3.tar.gz: > looking for file 550 openMotif-2.2.3.tar.gz: No such file or directory. > (Last OK result NEVER [checked 17 times since Sun Sep 11 16:02:14 2005 > UTC, last time was Mon Feb 6 13:18:45 2006 UTC]) > > It works from the port to fetch it. fetch uses PASV to download it. > With a tool I wrote and curl, which both use EPSV by default, it fails. > I bet the port survey tool is using EPSV. Maybe, ICS has a firewall > that does not understand EPSV so does not open the port for the incoming > connection. I should read more carefully. What I said above is true, but ICS's FTP server does not list the distfile although it exists. That may be the actual problem. I would still watch out for those bad EPSV-ignorant firewalls. :) Se=E1n --=20 sean-freebsd@farley.org --0-881143833-1139325295=:69148-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:31: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 DB3E316A420 for ; Tue, 7 Feb 2006 15:31:02 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DE343D48 for ; Tue, 7 Feb 2006 15:31:02 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id CF37AA6CE4 for ; Tue, 7 Feb 2006 16:30:55 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id 2CC26D4C19 for ; Tue, 7 Feb 2006 16:40:39 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id EFE84D4C12 for ; Tue, 7 Feb 2006 16:40:38 +0100 (CET) Message-ID: <43E8BD2F.4080406@vizija.si> Date: Tue, 07 Feb 2006 16:30:55 +0100 From: =?UTF-8?B?VXJvxaEgR3J1YmVy?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Cc: Subject: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 15:31:03 -0000 Hi! Long time I've been waiting for some better option to install php port. IIRC there is conflict when installing both cli and cgi version of php. But from php.net there is no documentation about this. Why the ports have this limitation? I need some example how to cleanly install both of them from ports. It would be great if you have option to set php.ini location and extension locator. regards Uros From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:38: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 91D0F16A420; Tue, 7 Feb 2006 15:38:13 +0000 (GMT) (envelope-from johnston@vectaport.com) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F4743D58; Tue, 7 Feb 2006 15:38:10 +0000 (GMT) (envelope-from johnston@vectaport.com) Received: from pimout1-ext.prodigy.net (pimout1-int.prodigy.net [207.115.5.65]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k17FcCRP009750; Tue, 7 Feb 2006 10:38:13 -0500 X-ORBL: [69.110.162.77] Received: from [192.168.1.201] (adsl-69-110-162-77.dsl.pltn13.pacbell.net [69.110.162.77]) by pimout1-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k17Fc4sa216754; Tue, 7 Feb 2006 10:38:09 -0500 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Scott Johnston Date: Tue, 7 Feb 2006 07:38:02 -0800 To: security-team@FreeBSD.org X-Mailer: Apple Mail (2.746.2) Cc: ports@FreeBSD.org, "Simon L. Nielsen" Subject: FreeBSD Port: graphics/ivtools 1.2.1 marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 15:38:13 -0000 In July 2005 the ivtools 1.2.1 port was marked forbidden due to an internal copy of libtiff with security problems. On October 7th, 2005 I released ivtools-1.2.3 with support for an external libtiff (using a --with-tiff and --with-tiff-lib configure arguments). I notified Simon L. Nielsen who had expressed an interest in updating the port. I'm just sending this reminder because I saw a posting about this topic on a freebsd.ports news group today. I hope ivtools can remain available to the FreeBSD community. Scott Johnston http://www.ivtools.org From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:40: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 EEF9B16A422 for ; Tue, 7 Feb 2006 15:40:31 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id A757343D45 for ; Tue, 7 Feb 2006 15:40:31 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 379D4DE; Tue, 7 Feb 2006 09:40:30 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 6711361C39; Tue, 7 Feb 2006 09:40:29 -0600 (CST) Date: Tue, 7 Feb 2006 09:40:29 -0600 From: "Matthew D. Fuller" To: Uro?? Gruber Message-ID: <20060207154029.GL1388@over-yonder.net> References: <43E8BD2F.4080406@vizija.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E8BD2F.4080406@vizija.si> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@FreeBSD.org Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 15:40:32 -0000 On Tue, Feb 07, 2006 at 04:30:55PM +0100 I heard the voice of Uro?? Gruber, and lo! it spake thus: > > I need some example how to cleanly install both of them from ports. I don't know that there _is_ a "cleanly" option. I built lang/php because I want the Apache module and the command-line version, then manually build (but not install) the php-cgi port, and copy the resulting PHP binary to /usr/local/bin/php-cgi (and it goes ahead and uses the rest of the stuff from the main PHP install). Icky, but the best way I found. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:42:36 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 9BE2716A420; Tue, 7 Feb 2006 15:42:36 +0000 (GMT) (envelope-from adam@baylessfamily.org) Received: from bayless.fiber.net (bayless.fiber.net [216.83.146.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F7343D45; Tue, 7 Feb 2006 15:42:36 +0000 (GMT) (envelope-from adam@baylessfamily.org) Received: from [10.1.102.220] (host-220.fbp.ore.fiber.net [216.83.157.220]) (authenticated bits=0) by bayless.fiber.net (8.13.3/8.13.3) with ESMTP id k17FgZej091323; Tue, 7 Feb 2006 08:42:35 -0700 (MST) (envelope-from adam@baylessfamily.org) Message-ID: <43E8C01D.6060002@baylessfamily.org> Date: Tue, 07 Feb 2006 08:43:25 -0700 From: Adam Bayless User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: obrien@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: asr-utils-3.04_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: Tue, 07 Feb 2006 15:42:36 -0000 I'm sorry to bug you directly, but I've posted a question on the freebsd-questions list and not had any replies. I have a new install of 6.0 with asr-utils from ports and after a few days of checking raid status once an hour I start getting this result when running /usr/local/dpt/raidutil -a d0b0t0d0 Shared Memory Allocation Failed, To Size = 400, From Size = fc00, Errno = 1c Shared Memory Allocation Failed, To Size = 400, From Size = fc00, Errno = 1cEngine connect failed: COMPATILITY number If I reboot the machine I'm good again for about 6-7 days. Is there some memory leak that I can correct for without having to reboot? Thanks, Adam From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 15:49:26 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 1752D16A424 for ; Tue, 7 Feb 2006 15:49:26 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA9143D6E for ; Tue, 7 Feb 2006 15:49:16 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id 979CDA6D0F; Tue, 7 Feb 2006 16:49:14 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id 11580D4C18; Tue, 7 Feb 2006 16:58:58 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id E2F5DD4C12; Tue, 7 Feb 2006 16:58:57 +0100 (CET) Message-ID: <43E8C17A.3000507@vizija.si> Date: Tue, 07 Feb 2006 16:49:14 +0100 From: =?windows-1252?Q?Uro=9A_Gruber?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Matthew D. Fuller" References: <43E8BD2F.4080406@vizija.si> <20060207154029.GL1388@over-yonder.net> In-Reply-To: <20060207154029.GL1388@over-yonder.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Cc: ports@FreeBSD.org Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 15:49:26 -0000 Matthew D. Fuller wrote: > On Tue, Feb 07, 2006 at 04:30:55PM +0100 I heard the voice of > Uro?? Gruber, and lo! it spake thus: > >> I need some example how to cleanly install both of them from ports. >> > > I don't know that there _is_ a "cleanly" option. I built lang/php > because I want the Apache module and the command-line version, then > manually build (but not install) the php-cgi port, and copy the > resulting PHP binary to /usr/local/bin/php-cgi (and it goes ahead and > uses the rest of the stuff from the main PHP install). Icky, but the > best way I found. > I found that to :) But hey isn't this kinda stupid. I would like something like this: 1. set up all necessary WITH_xxx in pkgtoools.conf 2. portinstall lang/php5-cli 3. portinstall lang/php5-cgi etc. If this was possible it can be easy setup both php4 and php5 on different locations. You give great example. mod_php and cli is possible but cgi and cli is not. Why? Mainly because of file name. I'm not good at making ports, but i this this could be done to install cli with /usr/local/bin/php and cgi as /usr/local/bin/php-cgi or maybe even php5-cgi etc. For now I need manually copy binaries to right location and make right ini files. regards Uros From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 18:12: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 4061916A420 for ; Tue, 7 Feb 2006 18:12:11 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D0843D6E for ; Tue, 7 Feb 2006 18:12:02 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis1.rz.uni-wuerzburg.de [132.187.3.48]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 3607313F0B9; Tue, 7 Feb 2006 19:11:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 276B6A62; Tue, 7 Feb 2006 19:11:52 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 03ECE13F0B9; Tue, 7 Feb 2006 19:11:52 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k17IBpOg062635; Tue, 7 Feb 2006 19:11:51 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k17IBpNn028204; Tue, 7 Feb 2006 19:11:51 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k17IBpfC007168; Tue, 7 Feb 2006 19:11:51 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k17IBoM6007167; Tue, 7 Feb 2006 19:11:50 +0100 (CET) (envelope-from q@galgenberg.net) Date: Tue, 7 Feb 2006 19:11:50 +0100 From: Ulrich Spoerlein To: "[LoN]Kamikaze" Message-ID: <20060207181150.GH1060@galgenberg.net> Mail-Followup-To: "[LoN]Kamikaze" , ports@freebsd.org References: <43E711DB.40608@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrvsYIebpInmECXG" Content-Disposition: inline In-Reply-To: <43E711DB.40608@gmx.de> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: ports@freebsd.org Subject: Re: portupgrade slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 18:12:11 -0000 --lrvsYIebpInmECXG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [LoN]Kamikaze wrote: > On my notebook "portupgrade -a" does nothing for 30 minutes before it > starts updating ports. The cpu load is maxed the whole time. >=20 > On another machine it only takes 15 minutes before starting updates. >=20 > Anyway, I remember it starting after a couple of seconds, so I guess > something goes wrong with parsing the dependencies. Either the latest > portupgrade is buggy or there is an inconsistency in the ports. portupgrade might go and rebuild the INDEX using 'make index', try running verbose or keep an eye on top(1) or pstree(1) to see what's happening. Also, how many ports do you have installed? What hardware? Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --lrvsYIebpInmECXG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6OLm524iJyD+6d0RAqlsAJ417Fmtk5gTbIoj5e91oYe9aD/nlQCfRsr+ 9+Ts6WWnh8hi1xBgjHBu2gM= =QHyX -----END PGP SIGNATURE----- --lrvsYIebpInmECXG-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 19:37: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 0C05016A420 for ; Tue, 7 Feb 2006 19:37:34 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8AC43D5A for ; Tue, 7 Feb 2006 19:37:32 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DBC3.dip.t-dialin.net [84.165.219.195]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k17JQcJ0065162; Tue, 7 Feb 2006 20:26:44 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k17JbL3m073673; Tue, 7 Feb 2006 20:37:21 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Tue, 7 Feb 2006 20:37:25 +0100 From: Alexander Leidinger To: Ulrich Spoerlein Message-ID: <20060207203725.61f12be9@Magellan.Leidinger.net> In-Reply-To: <20060207181150.GH1060@galgenberg.net> References: <43E711DB.40608@gmx.de> <20060207181150.GH1060@galgenberg.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; 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, "\[LoN\]Kamikaze" Subject: Re: portupgrade slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 19:37:34 -0000 Am Tue, 7 Feb 2006 19:11:50 +0100 schrieb Ulrich Spoerlein : > [LoN]Kamikaze wrote: > > On my notebook "portupgrade -a" does nothing for 30 minutes before it > > starts updating ports. The cpu load is maxed the whole time. > > > > On another machine it only takes 15 minutes before starting updates. > > > > Anyway, I remember it starting after a couple of seconds, so I guess > > something goes wrong with parsing the dependencies. Either the latest > > portupgrade is buggy or there is an inconsistency in the ports. > > portupgrade might go and rebuild the INDEX using 'make index', try > running verbose or keep an eye on top(1) or pstree(1) to see what's > happening. > > Also, how many ports do you have installed? What hardware? While 15 to 30 minutes is really long, and I think Ulrich found your problem, portupgrade is a memory hog nowadays... but we have 14k ports which the pgktools keep in a DB in some way (as a graph), so is anyone out there who speaks ruby and is willing to have a look if this can be optimized? Bye, Alexander. -- 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 19:38:15 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 4138E16A420 for ; Tue, 7 Feb 2006 19:38:15 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.FreeBSD.org (Postfix) with SMTP id A7E0243D48 for ; Tue, 7 Feb 2006 19:38:14 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 43515 invoked from network); 7 Feb 2006 19:38:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=NzzsJT+98QQ2VK0tQhNLqEL+VlLdc6nAKKSl+TjfE1QyxEdD+ET6M4osOAPka8ZC1xa9R2tGt4VgsacJm/b8p9dtNr5SLTjCyT2xPAFJgU3qGD7cFRIqJpINzxpEo7l906IYyFD1OP1wQyNQ6fPtdxkw89taWw+1uKg0hETiPaI= ; Received: from unknown (HELO ?70.30.133.184?) (mikej@rogers.com@70.30.133.184 with plain) by smtp106.rog.mail.re2.yahoo.com with SMTP; 7 Feb 2006 19:38:14 -0000 Message-ID: <43E8F730.3030207@rogers.com> Date: Tue, 07 Feb 2006 14:38:24 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: =?UTF-8?B?VXJvxaEgR3J1YmVy?= References: <43E8BD2F.4080406@vizija.si> In-Reply-To: <43E8BD2F.4080406@vizija.si> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 19:38:15 -0000 UroÅ¡ Gruber wrote: > Hi! > > Long time I've been waiting for some better option to install php > port. IIRC there is conflict when installing both cli and cgi version > of php. But from > php.net there is no documentation about this. Why the ports have this > limitation? What conflict? If you want the apache module and cli use /usr/ports/lang/php5 . From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 19:47:48 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 63D7916A420 for ; Tue, 7 Feb 2006 19:47:48 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB8E43D66 for ; Tue, 7 Feb 2006 19:47:40 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k17JlcAB076884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2006 19:47:38 GMT (envelope-from joe@joeholden.co.uk) Message-ID: <43E8F979.40004@joeholden.co.uk> Date: Tue, 07 Feb 2006 19:48:09 +0000 From: Joe Holden User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.0 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: Subject: Maintaining Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 19:47:48 -0000 Hello, how would I go about maintaining a port, I'm not currently a committer, however am interested in becoming one. What is the process required? Thanks, Joe From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 19:58:17 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 5193316A420 for ; Tue, 7 Feb 2006 19:58:17 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA5D43D53 for ; Tue, 7 Feb 2006 19:58:16 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.4/8.13.4) with ESMTP id k17K2uMK055729; Tue, 7 Feb 2006 15:02:56 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.4/8.13.4/Submit) id k17K2q7r055728; Tue, 7 Feb 2006 15:02:52 -0500 (EST) (envelope-from wxs) Date: Tue, 7 Feb 2006 15:02:52 -0500 From: Wesley Shields To: Joe Holden Message-ID: <20060207200252.GA55612@csh.rit.edu> References: <43E8F979.40004@joeholden.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E8F979.40004@joeholden.co.uk> User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: Maintaining 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: Tue, 07 Feb 2006 19:58:17 -0000 On Tue, Feb 07, 2006 at 07:48:09PM +0000, Joe Holden wrote: > Hello, how would I go about maintaining a port, I'm not currently a > committer, however am interested in becoming one. What is the process > required? The Porter's Handbook[1] covers all you need to get yourself up to speed on the process. As for becoming an actual committer it tends to happen after the current committers notice your consistent and good work. -- WXS [1]: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 19:59:29 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 856BF16A420 for ; Tue, 7 Feb 2006 19:59:29 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (garek.tecnik93.com [82.76.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0EB543D45 for ; Tue, 7 Feb 2006 19:59:28 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (localhost [127.0.0.1]) by garek.tecnik93.com (Postfix) with ESMTP id EED8E6144; Tue, 7 Feb 2006 21:59:25 +0200 (EET) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by garek.tecnik93.com (Postfix) with ESMTP; Tue, 7 Feb 2006 21:59:25 +0200 (EET) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 6750D8A; Tue, 7 Feb 2006 21:59:25 +0200 (EET) Date: Tue, 7 Feb 2006 21:59:24 +0200 From: Ion-Mihai Tetcu To: joe@joeholden.co.uk Message-ID: <20060207215924.560c8bef@it.buh.cameradicommercio.ro> In-Reply-To: <43E8F979.40004@joeholden.co.uk> References: <43E8F979.40004@joeholden.co.uk> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: ports@freebsd.org Subject: Re: Maintaining 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: Tue, 07 Feb 2006 19:59:29 -0000 On Tue, 07 Feb 2006 19:48:09 +0000 Joe Holden wrote: > Hello, how would I go about maintaining a port, I'm not currently a > committer, however am interested in becoming one. What is the > process required? You do not need to be a commiter to maintain a port. There are around 4000 unmaintained ports so you can choose one or more of them or you can make a port for something that we don't have in the Ports Collection. The Porters Handbook (/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html) and /usr/ports/Mk/* are your references. As for becoming a commiter, I'll let one of them explain the deep magic involved :) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:01: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 C21A216A420 for ; Tue, 7 Feb 2006 20:01:44 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B0F43D46 for ; Tue, 7 Feb 2006 20:01:42 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k17K1j9F076976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Feb 2006 20:01:45 GMT (envelope-from joe@joeholden.co.uk) Message-ID: <43E8FCCF.5010202@joeholden.co.uk> Date: Tue, 07 Feb 2006 20:02:23 +0000 From: Joe Holden User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <43E8F979.40004@joeholden.co.uk> <20060207215924.560c8bef@it.buh.cameradicommercio.ro> In-Reply-To: <20060207215924.560c8bef@it.buh.cameradicommercio.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.2 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.0 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: ports@freebsd.org Subject: Re: Maintaining Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 20:01:44 -0000 Ion-Mihai Tetcu wrote: > On Tue, 07 Feb 2006 19:48:09 +0000 > Joe Holden wrote: > > >> Hello, how would I go about maintaining a port, I'm not currently a >> committer, however am interested in becoming one. What is the >> process required? >> > > You do not need to be a commiter to maintain a port. > > There are around 4000 unmaintained ports so you can choose one or more > of them or you can make a port for something that we don't have in the > Ports Collection. > > The Porters Handbook > (/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html) > and /usr/ports/Mk/* are your references. > > As for becoming a commiter, I'll let one of them explain the deep magic > involved :) > > > Yes, there are quite a few unmaintained ports I'd like to update/patch as relevant, Thanks to everyone who replied, I shall get right onto reading through the handbook. Thanks, Joe From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:06: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 6D4EC16A420 for ; Tue, 7 Feb 2006 20:06:32 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F7A43D45 for ; Tue, 7 Feb 2006 20:06:31 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1008655wxc for ; Tue, 07 Feb 2006 12:06:31 -0800 (PST) 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=fJf0WaqClHyaTjigVYCgFPbs7hqmzsPH+bQRdHpVyeC8JOYLXxfKMOOeDtL9dZbSK+RBbAiWr/1Bazmg6CJJkfP4Z/LJw6I8M0zt1OTxOj/3YnFm8JsZ9eo64tms5rLCCc2Gh3QlBooS6PwrxZmgxyHqdFg6FjeNQKG6n6jGZ+8= Received: by 10.70.102.6 with SMTP id z6mr8370153wxb; Tue, 07 Feb 2006 12:06:31 -0800 (PST) Received: by 10.70.53.18 with HTTP; Tue, 7 Feb 2006 12:06:31 -0800 (PST) Message-ID: <790a9fff0602071206n6b756ea0w209f942be8f0c135@mail.gmail.com> Date: Tue, 7 Feb 2006 14:06:31 -0600 From: Scot Hetzel To: joe@joeholden.co.uk In-Reply-To: <43E8F979.40004@joeholden.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E8F979.40004@joeholden.co.uk> Cc: ports@freebsd.org Subject: Re: Maintaining 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: Tue, 07 Feb 2006 20:06:32 -0000 On 2/7/06, Joe Holden wrote: > Hello, how would I go about maintaining a port, I'm not currently a > committer, however am interested in becoming one. What is the process > required? > You don't need to be a commiter to maintain a port. When you maintain a port you become a maintainer. To maintain a port, you need to keep a copy of the previous version of the port by: - Using a local copy of the cvs repository - coping the port to a new directory (cp -rp current current-orig) Next you modify the ports files, and create a diff: - cvs -q diff -uN > patch.diff - cd .. ; diff -ruN current-orig current > patch.diff Finaly you use send-pr to fill out the required fields (set Category to ports, ...), and submit the changes to the freebsd Bug tracker. send-pr -a patch.diff Also, if your the maintainer of the port set the Class field to 'maintainer-update'. Now if you really want to become a ports commiter, you will need to ask portmgr for the task. You will then be responsible for commiting changes to your own ports. You will also have the ability to commit port changes from other maintainers. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:11:03 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 AE5F716A420 for ; Tue, 7 Feb 2006 20:11:03 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DAD43D8F for ; Tue, 7 Feb 2006 20:10:48 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k17K6FUr078373; Tue, 7 Feb 2006 17:06:15 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k17KAI6D079579; Tue, 7 Feb 2006 17:10:18 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k17KAFXE079578; Tue, 7 Feb 2006 17:10:15 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Tue, 7 Feb 2006 17:10:15 -0300 From: Fernan Aguero To: Joe Holden Message-ID: <20060207201015.GA79335@iib.unsam.edu.ar> Mail-Followup-To: Joe Holden , ports@freebsd.org References: <43E8F979.40004@joeholden.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E8F979.40004@joeholden.co.uk> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org Subject: Re: Maintaining 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: Tue, 07 Feb 2006 20:11:03 -0000 +----[ Joe Holden (07.Feb.2006 16:55): | | Hello, how would I go about maintaining a port pick a port (your_port) with MAINTAINER= ports@freebsd.org (which means it is unmaintained) and then cp -R /usr/ports/category/your_port /some/place/ cd /some/place/your_port and start editing, updating, fixing, et cetera (set MAINTAINER to your email) For ports with an active MAINTAINER, you can do the same, but do not change the MAINTAINER, and send copies of your work (patches) to him/her. Once you're done, and you've cleaned all your work (make sure you end with a clean port skeleton (Makefile, distinfo, pkg-descr) diff -ruN /usr/ports/category/your_port /some/place/your_port > your_port.diff and then send-pr -a your_port.diff (be sure to CC interested parties) Also, you might want to read the obligate stuff :) the send-pr man page and the porter's handbook and ask questions in this list :) | I'm not currently a | committer, however am interested in becoming one. What is the process | required? You don't need to be a committer to maintain a port. You just send patches via send-pr and a committer will get them into the repository. I'm also intrigued as to what is the process to become a comitter ... Cheers, Fernan | | Thanks, | Joe | _______________________________________________ | freebsd-ports@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-ports | To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" | | +----] From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:18:35 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 819B316A423 for ; Tue, 7 Feb 2006 20:18:35 +0000 (GMT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lns-bzn-47f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA2343D46 for ; Tue, 7 Feb 2006 20:18:34 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 082E28144; Tue, 7 Feb 2006 21:18:27 +0100 (CET) Date: Tue, 7 Feb 2006 21:18:26 +0100 From: Thierry Thomas To: ports@freebsd.org Message-ID: <20060207201826.GF5060@graf.pompo.net> Mail-Followup-To: ports@freebsd.org References: <43E8F979.40004@joeholden.co.uk> <20060207215924.560c8bef@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060207215924.560c8bef@it.buh.cameradicommercio.ro> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: Subject: Re: Maintaining 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: Tue, 07 Feb 2006 20:18:35 -0000 Le Mar 7 fév 06 à 20:59:24 +0100, Ion-Mihai Tetcu écrivait : > The Porters Handbook > (/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html) > and /usr/ports/Mk/* are your references. And another interesting article: Contributing to the FreeBSD Ports Collection -- Th. Thomas. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:26: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 7A77A16A420 for ; Tue, 7 Feb 2006 20:26:00 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCF943D49 for ; Tue, 7 Feb 2006 20:25:59 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from [192.168.0.3] (c-24-130-213-251.hsd1.ca.comcast.net[24.130.213.251]) by comcast.net (rwcrmhc13) with ESMTP id <20060207202555m1300sv42te>; Tue, 7 Feb 2006 20:25:56 +0000 Message-ID: <43E9024F.3040703@FreeBSD.org> Date: Tue, 07 Feb 2006 12:25:51 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Panagiotis Astithas References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> In-Reply-To: <43E86940.7070302@ebs.gr> 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: New /bin/sh based script to manage 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: Tue, 07 Feb 2006 20:26:00 -0000 Panagiotis Astithas wrote: > I was referring to questions like, 'update port X? [n]' You should only get that message once, if you use a glob pattern with -r, such as 'portmaster -r gnutls'. > and 'delete foo.tgz? [n]'. That shouldn't happen if you use the -d or -D flags. If it is happening, it's a bug, and I'd appreciate you letting me know how you got there. > I figured, since I asked for a '-rd' update, this was > redundant. It is not very annoying, unless you have a few hundred ports > to update. Although, given your advice above, I will be doing it less > often. I should also confess that I'm contemplating a completely > non-interactive invocation of portmaster from sysutils/bpm or similar, > where such prompts would be prohibitive. Well, that'd be fine, let me know when you've thought that out more, and I'll be glad to work with you on it. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:33: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 4AB0A16A422 for ; Tue, 7 Feb 2006 20:33:55 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFB643D46 for ; Tue, 7 Feb 2006 20:33:54 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id AA9D05E59; Tue, 7 Feb 2006 11:33:53 -0900 (AKST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from [192.168.2.131] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id 37ED65E08 for ; Tue, 7 Feb 2006 11:33:53 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-ports@freebsd.org Date: Tue, 7 Feb 2006 11:33:31 -0900 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3832599.NtlMzfHYTj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602071133.50182.akbeech@alaskaparadise.com> Subject: Patch fails to apply - Firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 20:33:55 -0000 --nextPart3832599.NtlMzfHYTj Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm getting the following on the latest firefox port: =3D=3D=3D> Extracting for firefox-1.5.0.1,1 =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 - = found =3D=3D=3D> Patching for firefox-1.5.0.1,1 =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 - = found =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 =46ile to patch:=20 Just hangs there... Beech =20 =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - akbeech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart3832599.NtlMzfHYTj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6QQt1HPO4IQJSE0RAhGtAJ9F4CIucDFV+O0P7doDM13+9idi6wCg6diD rF1o32vcEkLRyRr5NK4UYAo= =0/DD -----END PGP SIGNATURE----- --nextPart3832599.NtlMzfHYTj-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:43: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 412C116A420 for ; Tue, 7 Feb 2006 20:43:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F271E43D45 for ; Tue, 7 Feb 2006 20:43:42 +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 D853C1A3C2F; Tue, 7 Feb 2006 12:43:42 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1D32E51FF9; Tue, 7 Feb 2006 15:43:42 -0500 (EST) Date: Tue, 7 Feb 2006 15:43:41 -0500 From: Kris Kennaway To: Beech Rintoul Message-ID: <20060207204341.GA87436@xor.obsecurity.org> References: <200602071133.50182.akbeech@alaskaparadise.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <200602071133.50182.akbeech@alaskaparadise.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: Patch fails to apply - Firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 20:43:43 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 07, 2006 at 11:33:31AM -0900, Beech Rintoul wrote: > I'm getting the following on the latest firefox port: >=20 > =3D=3D=3D> Extracting for firefox-1.5.0.1,1 > =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Patching for firefox-1.5.0.1,1 > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 > File to patch:=20 >=20 > Just hangs there... Make sure you don't have random stale patch files in your tree. Kris --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6QZ8Wry0BWjoQKURAvmLAKD2us/k62u2Q2QfYTEWf3OWKyWgcQCdE9yy MlsvCGfoJMxo5IUQapgkRB4= =Bh2E -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 20:46: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 66ABF16A420 for ; Tue, 7 Feb 2006 20:46:53 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A5243D45 for ; Tue, 7 Feb 2006 20:46:52 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1014948wxc for ; Tue, 07 Feb 2006 12:46:52 -0800 (PST) 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=YZzfvQL7RtoNIkuC5dlDjQroL3UQ4Qap3DLxmHc3YRkhhEJ1CMc4LVMkQKuHAxAHL89B/TJPIi9pD1QjBtycLkSsZTZ9vrG0veZ5rbf+pfHIAc9mmQ1dmwBOdRhx/D0zi+G6njT/l3lnN5fZu73qIXUDHDK+uQUtkULMGbJ218s= Received: by 10.70.112.16 with SMTP id k16mr4657512wxc; Tue, 07 Feb 2006 12:46:51 -0800 (PST) Received: by 10.70.53.18 with HTTP; Tue, 7 Feb 2006 12:46:51 -0800 (PST) Message-ID: <790a9fff0602071246q79dfc2e3tb8e8f4a0c8f5c4b5@mail.gmail.com> Date: Tue, 7 Feb 2006 14:46:51 -0600 From: Scot Hetzel To: Beech Rintoul In-Reply-To: <200602071133.50182.akbeech@alaskaparadise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602071133.50182.akbeech@alaskaparadise.com> Cc: freebsd-ports@freebsd.org Subject: Re: Patch fails to apply - Firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 20:46:53 -0000 On 2/7/06, Beech Rintoul wrote: > I'm getting the following on the latest firefox port: > > =3D=3D=3D> Extracting for firefox-1.5.0.1,1 > =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Patching for firefox-1.5.0.1,1 > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 > File to patch: > > Just hangs there... > It's not hanging, the patch program is waiting for you to tell it which file you want to apply the patch to. Just hit ctrl-C, and it should tell you which patch files were applied sucessfully, and which patch file failed to apply. Then send a follow email, and let us know which patch file failed. You can also try to update your ports collections again, to see if that problem was fixed. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 21:07: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 65AD716A420; Tue, 7 Feb 2006 21:07:55 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FF543D45; Tue, 7 Feb 2006 21:07:53 +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 k17L7qSg047088; Tue, 7 Feb 2006 23:07:52 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k17L7oPq002154; Tue, 7 Feb 2006 23:07:50 +0200 (EET) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.375 [267.15.2/253]); Tue, 07 Feb 2006 23:07:49 +0200 Message-ID: <43E90C24.2000908@ebs.gr> Date: Tue, 07 Feb 2006 23:07:48 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Doug Barton References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> In-Reply-To: <43E9024F.3040703@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: New /bin/sh based script to manage 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: Tue, 07 Feb 2006 21:07:55 -0000 Doug Barton wrote: > Panagiotis Astithas wrote: > >> I was referring to questions like, 'update port X? [n]' > > You should only get that message once, if you use a glob pattern with -r, > such as 'portmaster -r gnutls'. Perhaps you're right, I'm not sure I witnessed it more than once. However, is it supposed to be displayed when -f is requested? >> and 'delete foo.tgz? [n]'. > > That shouldn't happen if you use the -d or -D flags. If it is happening, > it's a bug, and I'd appreciate you letting me know how you got there. That's what happenned in my attempt to 'portmaster -rdf expat'. >> I figured, since I asked for a '-rd' update, this was >> redundant. It is not very annoying, unless you have a few hundred ports >> to update. Although, given your advice above, I will be doing it less >> often. I should also confess that I'm contemplating a completely >> non-interactive invocation of portmaster from sysutils/bpm or similar, >> where such prompts would be prohibitive. > > Well, that'd be fine, let me know when you've thought that out more, and > I'll be glad to work with you on it. Sure. Thanks, Panagiotis From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 21:08: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 19CC216A43E; Tue, 7 Feb 2006 21:08:11 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E07C43D49; Tue, 7 Feb 2006 21:08:09 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k17L89j6080311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Feb 2006 21:08:10 GMT (envelope-from joe@joeholden.co.uk) Message-ID: <43E90C79.1060503@joeholden.co.uk> Date: Tue, 07 Feb 2006 21:09:13 +0000 From: Joe Holden User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Thierry Thomas References: <43E8F979.40004@joeholden.co.uk> <20060207215924.560c8bef@it.buh.cameradicommercio.ro> <20060207201826.GF5060@graf.pompo.net> In-Reply-To: <20060207201826.GF5060@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=1.0 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.0 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: ports@freebsd.org Subject: Re: Maintaining Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 21:08:11 -0000 Thierry Thomas wrote: > Le Mar 7 f=E9v 06 =E0 20:59:24 +0100, Ion-Mihai Tetcu > =E9crivait : > > =20 >> The Porters Handbook >> (/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html) >> and /usr/ports/Mk/* are your references. >> =20 > > And another interesting article: > > Contributing to the FreeBSD Ports Collection > > =20 Thanks, also, whats the procedure for submitting follow-ups, in response = to pr's? (other than replying via email) Thanks, Joe From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 21:53:29 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 7006516A422 for ; Tue, 7 Feb 2006 21:53:29 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F6543D60 for ; Tue, 7 Feb 2006 21:53:27 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id AE995A6D12; Tue, 7 Feb 2006 22:53:23 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id CC743D4C12; Tue, 7 Feb 2006 23:03:08 +0100 (CET) Received: from mail.vizija.si (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id 8D4B5D4C10; Tue, 7 Feb 2006 23:03:08 +0100 (CET) Received: from 193.77.156.117 (SquirrelMail authenticated user uros.gruber) by mail.vizija.si with HTTP; Tue, 7 Feb 2006 23:03:08 +0100 (CET) Message-ID: <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> In-Reply-To: <43E8F730.3030207@rogers.com> References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> Date: Tue, 7 Feb 2006 23:03:08 +0100 (CET) From: =?utf-8?B?VXJvxaEgR3J1YmVy?= To: "Mike Jakubik" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Cc: ports@freebsd.org, uros.gruber@vizija.si Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 21:53:29 -0000 On Tue, February 7, 2006 20:38, Mike Jakubik wrote: >> Hi! >> >> Long time I've been waiting for some better option to install php >> port. IIRC there is conflict when installing both cli and cgi version >> of php. But from >> php.net there is no documentation about this. Why the ports have this >> limitation? > What conflict? If you want the apache module and cli use > /usr/ports/lang/php5 . Can you please read the subject. regards Uros From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 21:58: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 40B5E16A420 for ; Tue, 7 Feb 2006 21:58:32 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13FC43D46 for ; Tue, 7 Feb 2006 21:58:31 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.101] (adsl-66-141-179-181.dsl.rcsntx.swbell.net [66.141.179.181]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id E3512114307 for ; Tue, 7 Feb 2006 16:01:14 -0600 (CST) Date: Tue, 07 Feb 2006 15:57:33 -0600 From: Paul Schmehl To: ports@FreeBSD.org Message-ID: In-Reply-To: <43E8B4E4.5080904@t-hosting.hu> References: <43E8B4E4.5080904@t-hosting.hu> X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: [Fwd: Re: [users@httpd] SSL in Apache 2.2.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 21:58:32 -0000 --On February 7, 2006 3:55:32 PM +0100 K=C3=B6vesd=C3=A1n G=C3=A1bor=20 wrote: > > this is the copy of the mail I wrote to the Apache users mailig list. One > of the developers say that he can't reproduce my issue. Maybe the error > is in my environment or in the apache22 port, I don't know, but I'd like > to ask you to help me investigate this. My config files are available > online: http://tux.t-hosting.hu/config.bz2 > Even the certs and the private key are included. I have FreeBSD 5.3 on an > amd64 production machine. As you can see the problem is that apache 2.2 > doesn't start if I enbale SSLEngine on globally, and there's no error > message. If enabled only in a VirtualHost block, it starts but I get that > error message I wrote in the mail. > Could somebody try to reproduce this, please? > I reproduced it a while ago, but I was working on a production server and=20 needed to get it back up and running, so I just reverted to 1.3. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 22:22: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 752AC16A422; Tue, 7 Feb 2006 22:22:41 +0000 (GMT) (envelope-from joe@elise.rewt.org.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D5E43D53; Tue, 7 Feb 2006 22:22:40 +0000 (GMT) (envelope-from joe@elise.rewt.org.uk) Received: from elise.rewt.org.uk (smmsp@localhost [127.0.0.1]) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k17MMgVe001322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Feb 2006 22:22:42 GMT (envelope-from joe@elise.rewt.org.uk) Received: (from root@localhost) by elise.rewt.org.uk (8.13.5/8.13.5/Submit) id k17MMgoE001321; Tue, 7 Feb 2006 22:22:42 GMT (envelope-from joe) Date: Tue, 7 Feb 2006 22:22:42 GMT Message-Id: <200602072222.k17MMgoE001321@elise.rewt.org.uk> To: FreeBSD-gnats-submit@freebsd.org From: Joe Holden X-send-pr-version: 3.113 X-GNATS-Notify: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, UPPERCASE_25_50 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: ports@freebsd.org Subject: Port abandoned, brought port up to latest version. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Holden List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 22:22:41 -0000 >Submitter-Id: current-users >Originator: Joe Holden >Organization: Powercore Networks >Confidential: no >Synopsis: Port abandoned, brought port up to latest version. >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-STABLE i386 >Environment: System: FreeBSD elise.rewt.org.uk 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan 31 23:37:37 UTC 2006 root@elise.rewt.org.uk:/usr/obj/usr/src/sys/Elise i386 n/a >Description: Port update, from version 0.5.6 to current version 0.5.12 >How-To-Repeat: n/a >Fix: No Fix. Please can someone review and submit, or advise. Thanks, Joe --- ruby-zip.diff begins here --- diff -ruN /usr/ports/archivers/ruby-zip/Makefile ruby-zip/Makefile --- /usr/ports/archivers/ruby-zip/Makefile Fri Nov 11 01:17:17 2005 +++ ruby-zip/Makefile Tue Feb 7 22:11:26 2006 @@ -6,21 +6,22 @@ # PORTNAME= zip -PORTVERSION= 0.5.6 +PORTVERSION= 0.5.12 CATEGORIES= archivers ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ruby${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby +DISTNAME= ruby${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz +DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joe@joeholden.co.uk COMMENT= A Ruby module for reading and writing zip files USE_RUBY= yes USE_RUBY_FEATURES= zlib -WRKSRC= ${WRKDIR}/ruby${PORTNAME} +WRKSRC= ${WRKDIR}/rubyzip-${PORTVERSION} NO_BUILD= yes DOCS= ChangeLog NEWS README TODO @@ -28,7 +29,7 @@ do-install: ${MKDIR} ${RUBY_SITELIBDIR}/zip - ${INSTALL_DATA} ${WRKSRC}/zip/*.rb ${RUBY_SITELIBDIR}/zip/ + ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${RUBY_SITELIBDIR}/zip .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} diff -ruN /usr/ports/archivers/ruby-zip/distinfo ruby-zip/distinfo --- /usr/ports/archivers/ruby-zip/distinfo Wed Nov 23 23:37:43 2005 +++ ruby-zip/distinfo Tue Feb 7 21:47:09 2006 @@ -1,3 +1,3 @@ -MD5 (ruby/rubyzip-0.5.6.tar.gz) = d602c0b6b3bf46b77aede2e6e5cda09d -SHA256 (ruby/rubyzip-0.5.6.tar.gz) = 0d105539519afe94b478398a249d1957bff7f3ef7569b1d484dd8acfb17818bd -SIZE (ruby/rubyzip-0.5.6.tar.gz) = 52236 +MD5 (ruby/rubyzip-0.5.12.tgz) = caa64d423ce7ba81ae9b43d9591f1ea9 +SHA256 (ruby/rubyzip-0.5.12.tgz) = 07e5d9edc4fb4df2db0585c6acb820ea6357b5f9ba02e14134e73248993b5ad8 +SIZE (ruby/rubyzip-0.5.12.tgz) = 61651 diff -ruN /usr/ports/archivers/ruby-zip/pkg-plist ruby-zip/pkg-plist --- /usr/ports/archivers/ruby-zip/pkg-plist Sat Dec 25 17:41:50 2004 +++ ruby-zip/pkg-plist Tue Feb 7 22:01:32 2006 @@ -10,6 +10,8 @@ %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/zipdialogui.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb %%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog %%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS --- ruby-zip.diff ends here --- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 22:31: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 6EE6316A420; Tue, 7 Feb 2006 22:31:13 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (garek.tecnik93.com [82.76.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4AF43D45; Tue, 7 Feb 2006 22:31:12 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from garek.tecnik93.com (localhost [127.0.0.1]) by garek.tecnik93.com (Postfix) with ESMTP id B5732609C; Wed, 8 Feb 2006 00:31:10 +0200 (EET) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by garek.tecnik93.com (Postfix) with ESMTP; Wed, 8 Feb 2006 00:31:10 +0200 (EET) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 36BB61BF; Wed, 8 Feb 2006 00:31:10 +0200 (EET) Date: Wed, 8 Feb 2006 00:31:09 +0200 From: Ion-Mihai Tetcu To: Joe Holden Message-ID: <20060208003109.72108e89@it.buh.cameradicommercio.ro> In-Reply-To: <200602072222.k17MMgoE001321@elise.rewt.org.uk> References: <200602072222.k17MMgoE001321@elise.rewt.org.uk> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: ports@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: Port abandoned, brought port up to latest version. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 22:31:13 -0000 On Tue, 7 Feb 2006 22:22:42 GMT Joe Holden wrote: > > >Submitter-Id: current-users > >Originator: Joe Holden > >Organization: Powercore Networks > >Confidential: no > >Synopsis: Port abandoned, brought port up to latest version. Please use for Synopsis something like: [PATCH] archivers/ruby-zip: update to 0.5.12; take maintainership This makes easier to search PRs, etc. > >Severity: non-critical > >Priority: low > >Category: ports > >Class: update > >Release: FreeBSD 6.0-STABLE i386 > >Environment: > System: FreeBSD elise.rewt.org.uk 6.0-STABLE FreeBSD 6.0-STABLE #1: > Tue Jan 31 23:37:37 UTC 2006 > root@elise.rewt.org.uk:/usr/obj/usr/src/sys/Elise i386 > > > n/a > >Description: > Port update, from version 0.5.6 to current version 0.5.12 > >How-To-Repeat: > n/a > >Fix: > No Fix. Please can someone review and submit, or advise. The diff is the "fix" :) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 22:40: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 4247016A420 for ; Tue, 7 Feb 2006 22:40:40 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF77D43D45 for ; Tue, 7 Feb 2006 22:40:39 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 51B285E59; Tue, 7 Feb 2006 13:40:39 -0900 (AKST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from [192.168.2.131] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id 69B4B5D5F; Tue, 7 Feb 2006 13:40:37 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-ports@freebsd.org User-Agent: KMail/1.9.1 MIME-Version: 1.0 Date: Tue, 7 Feb 2006 13:40:18 -0900 Content-Type: multipart/signed; boundary="nextPart4305361.oReis5NiOT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602071340.34563.akbeech@alaskaparadise.com> Cc: Kris Kennaway Subject: Patch fails to apply - Firefox (fixed) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 22:40:40 -0000 --nextPart4305361.oReis5NiOT Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm getting the following on the latest firefox port: =3D=3D=3D> Extracting for firefox-1.5.0.1,1 =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 - = found =3D=3D=3D> Patching for firefox-1.5.0.1,1 =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 - = found =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 =46ile to patch:=20 Just hangs there... =20 =2D-=20 Thanks for the info. I deleted all the patches and updated. It's building n= ow. Beech =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - akbeech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart4305361.oReis5NiOT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6SHi1HPO4IQJSE0RAqxYAJ47o+eBcnPcOViTlBvHkD/TTbX3PACbBvry RXnNV9dWx58lemqDEaJXJjU= =X001 -----END PGP SIGNATURE----- --nextPart4305361.oReis5NiOT-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 22:53: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 9349316A420 for ; Tue, 7 Feb 2006 22:53:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B39743D45 for ; Tue, 7 Feb 2006 22:53:34 +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 201B11A3C19; Tue, 7 Feb 2006 14:53:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DEFDF512D9; Tue, 7 Feb 2006 17:53:31 -0500 (EST) Date: Tue, 7 Feb 2006 17:53:31 -0500 From: Kris Kennaway To: Beech Rintoul Message-ID: <20060207225331.GA63175@xor.obsecurity.org> References: <200602071340.34563.akbeech@alaskaparadise.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <200602071340.34563.akbeech@alaskaparadise.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Patch fails to apply - Firefox (fixed) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 22:53:34 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 07, 2006 at 01:40:18PM -0900, Beech Rintoul wrote: > I'm getting the following on the latest firefox port: >=20 > =3D=3D=3D> Extracting for firefox-1.5.0.1,1 > =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Patching for firefox-1.5.0.1,1 > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.7 = - found > =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 > File to patch:=20 >=20 > Just hangs there... >=20 > =20 > --=20 >=20 > Thanks for the info. I deleted all the patches and updated. It's building= now. FYI, this was probably caused by installing the ports collection from sysinstall and then not updating it correctly with cvsup the first time (see the faq on www.polstra.com). Kris --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6STrWry0BWjoQKURAoXtAJ9NIJoRBjTlnk+3cXIfZwUdQTLSPACfXUAS YQTYEwoNBMP3znNBlqfncoc= =6hRv -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:05: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 187BE16A420 for ; Tue, 7 Feb 2006 23:05:07 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261C43D45 for ; Tue, 7 Feb 2006 23:05:06 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=2516 helo=nexii.panopticon) by mx1.mail.ru with esmtp id 1F6btR-000C9C-00; Wed, 08 Feb 2006 02:05:05 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 2E2D91142B; Wed, 8 Feb 2006 02:08:40 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 8286921F; Wed, 8 Feb 2006 02:05:10 +0300 (MSK) Date: Wed, 8 Feb 2006 02:05:10 +0300 From: Dmitry Marakasov To: Frank Laszlo Message-ID: <20060207230510.GA73898@hades.panopticon> Mail-Followup-To: Frank Laszlo , freebsd-ports@freebsd.org References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> <43E8ABB1.5020606@vonostingroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <43E8ABB1.5020606@vonostingroup.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 23:05:07 -0000 * Frank Laszlo (laszlof@vonostingroup.com) wrote: > Ha, I just noticed it already does this. Look at the code: I did. > So you can define it either way.. > > USE_DOS2UNIX=YES <-- this will parse ALL files within WRKSRC > USE_DOS2UNIX=foo/*.c bar/biz/*.h <-- this will parse only certain files. > > Hope this helps. That's what I was talking about - if you have many, many directories with source/header files, and want to convert them all, you'll need to specify each directory for every file mask. Length of USE_DOS2UNIX will be number_of_dirs*number_of_filemasks. If find is used, it may be shortened a lot. Now when I've given it some thought, I have very simple solution how power of find can be used without compicated syntax and with very small changes to bsd.port.mk. The code explains itself: .if ${USE_DOS2UNIX:U}=="YES" @${ECHO_MSG} "===> Converting DOS text files to UNIX text files" @${FIND} -E ${WRKSRC} -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' .else .for f in ${USE_DOS2UNIX} @${ECHO_MSG} "===> Converting DOS text file to UNIX text file: ${f}" @if ${ECHO_CMD} '${f}' | ${GREP} / > /dev/null 2>&1; then \ ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/${f}; \ else \ ${FIND} -E ${WRKSRC} -type f -name '${f}' -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i"" -e 's/[[:cntrl:]]*$$//'; \ fi .endfor Now, old syntax works as it did: USE_DOS2UNIX= foo/*.c bar/biz/*.h will convert all *.c files in ${WRKSRC}/foo/ and all *.h files in ${WRKSRC}/bar/baz/ But, also now we can use USE_DOS2UNIX= *.c *.h To convert all *.c and *.h files in all subdirectories under ${WRKSRC}. For the case when we have many directories and cannot use USE_DOS2UNIX=YES as it'll corrupt sometring, I think it's the best solution. -- Best regards, Dmitry mailto:amdmi3@mail.ru From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:08: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 0B96B16A420; Tue, 7 Feb 2006 23:08:02 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1E843D45; Tue, 7 Feb 2006 23:07:56 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k17N3LUr083554; Tue, 7 Feb 2006 20:03:23 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k17N7OmB079945; Tue, 7 Feb 2006 20:07:24 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k17N7JFM079944; Tue, 7 Feb 2006 20:07:19 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Tue, 7 Feb 2006 20:07:18 -0300 From: Fernan Aguero To: Joe Holden Message-ID: <20060207230718.GC71141@iib.unsam.edu.ar> Mail-Followup-To: Joe Holden , Thierry Thomas , ports@freebsd.org References: <43E8F979.40004@joeholden.co.uk> <20060207215924.560c8bef@it.buh.cameradicommercio.ro> <20060207201826.GF5060@graf.pompo.net> <43E90C79.1060503@joeholden.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <43E90C79.1060503@joeholden.co.uk> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org, Thierry Thomas Subject: Re: Maintaining 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: Tue, 07 Feb 2006 23:08:02 -0000 +----[ Joe Holden (07.Feb.2006 18:13): | | Thierry Thomas wrote: | >Le Mar 7 fév 06 à 20:59:24 +0100, Ion-Mihai Tetcu | > | > écrivait : | > | > | >>The Porters Handbook | >>(/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html) | >>and /usr/ports/Mk/* are your references. | >> | > | >And another interesting article: | > | >Contributing to the FreeBSD Ports Collection | > | > | Thanks, also, whats the procedure for submitting follow-ups, in response | to pr's? (other than replying via email) | +----] Joe, when you submit a PR, you will receive a message from GNATS containing the number assigned to your PR. A reply to this message would get added to the 'audit trail' or followup for this PR, provided you take care of replying to GNATS (freebsd-gnats-submit@freebsd.org). This is the Reply-To from a message I got from GNATS: Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org A group-reply or list-reply would send the message to both GNATS (the audit trail) and the freebsd-ports-bugs@ mailing list (all PRs that are related to ports, i.e. that have 'ports' set as category in the PR, get CCed to this list). When a subscriber from freebsd-ports-bugs@ replies to you, the Reply-To would not include the GNATS address. If you want your reply to this message to go to the freebsd-ports-bugs@ list AND be included in the PR audit trail, you can add freebsd-gnats-submit@ to the list of CCed parties. Do note, however, that the message must be related to a PR (the subject must include the category/number identifier of the PR). Regards, Fernan From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:23: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 1F95516A420 for ; Tue, 7 Feb 2006 23:23:13 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9697143D45 for ; Tue, 7 Feb 2006 23:23:12 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (sccrmhc14) with ESMTP id <20060207232311014002fkske>; Tue, 7 Feb 2006 23:23:11 +0000 Received: from [192.168.1.109] (unknown [10.10.1.1]) by mail.uniquestrength.net (Postfix) with ESMTP id 93102114C4; Mon, 6 Feb 2006 08:15:39 -0500 (EST) From: Derrick To: h.eichmann@gmx.de Date: Tue, 7 Feb 2006 18:23:09 -0500 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: <200602071823.10680.derrick@uniquestrength.net> Cc: freebsd-ports@freebsd.org Subject: FreeBSD Port: sysutils/k3b problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 23:23:13 -0000 Hi, I am having problems burning dvd with K3b. Below is the error message that I am getting. Any assistance would be great. v/r Derrick System ----------------------- K3b Version: 0.12.10 KDE Version: 3.5.1 QT Version: 3.3.5 Kernel: 6.0-STABLE Devices ----------------------- DVDRW IDE 16X A089 (/dev/cd0, ) at /usr/home/derrick/dvd [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [TAO; Restricted Overwrite] NEC CD-ROM DRIVE:282 4.94 (/dev/cd1, ) at /usr/home/derrick/dvd [CD-ROM] [Error] [None] Used versions ----------------------- growisofs: 6.0 growisofs ----------------------- Executing 'builtin_dd if=/usr/home/derrick/bt/Dreamweaver 8 + Flash Pro 8 - programs and tutorial videos.iso of=/dev/pass0 obs=32k seek=0' /dev/pass0: "Current Write Speed" is 2.0x1385KBps. :-[ WRITE@LBA=0h failed with SK=5h/ASC=64h/ACQ=00h]: Input/output error :-( attempt to re-run with -dvd-compat -dvd-compat to engage DAO or apply full blanking procedure :-( write failed: Input/output error growisofs command: ----------------------- /usr/local/bin/growisofs -Z /dev/cd0=/usr/home/derrick/bt/Dreamweaver 8 + Flash Pro 8 - programs and tutorial videos.iso -use-the-force-luke=notray -use-the-force-luke=tty -dvd-compat -speed=2 From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:34: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 AEDCA16A420 for ; Tue, 7 Feb 2006 23:34:33 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36D443D48 for ; Tue, 7 Feb 2006 23:34:32 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 73FFF5E7C; Tue, 7 Feb 2006 14:34:32 -0900 (AKST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from [192.168.2.131] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id B46E45C3A; Tue, 7 Feb 2006 14:34:30 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-ports@freebsd.org Date: Tue, 7 Feb 2006 14:34:10 -0900 User-Agent: KMail/1.9.1 References: <200602071340.34563.akbeech@alaskaparadise.com> <20060207225331.GA63175@xor.obsecurity.org> In-Reply-To: <20060207225331.GA63175@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5224618.N8VYtEN1hp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602071434.27712.akbeech@alaskaparadise.com> Cc: Kris Kennaway Subject: Re: Patch fails to apply - Firefox (fixed) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 07 Feb 2006 23:34:33 -0000 --nextPart5224618.N8VYtEN1hp Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 07 February 2006 13:53, Kris Kennaway wrote: > On Tue, Feb 07, 2006 at 01:40:18PM -0900, Beech Rintoul wrote: > > I'm getting the following on the latest firefox port: > > > > =3D=3D=3D> Extracting for firefox-1.5.0.1,1 > > =3D> MD5 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > > =3D> SHA256 Checksum OK for firefox-1.5.0.1-source.tar.bz2. > > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.= 7 - > > found =3D=3D=3D> Patching for firefox-1.5.0.1,1 > > =3D=3D=3D> firefox-1.5.0.1,1 depends on file: /usr/local/bin/perl5.8.= 7 - > > found =3D=3D=3D> Applying FreeBSD patches for firefox-1.5.0.1,1 > > File to patch: > > > > Just hangs there... > > > > > > -- > > > > Thanks for the info. I deleted all the patches and updated. It's buildi= ng > > now. > > FYI, this was probably caused by installing the ports collection from > sysinstall and then not updating it correctly with cvsup the first > time (see the faq on www.polstra.com). Actually, the ports tree was built by cvsup some time ago after a clean=20 install of 7-CURRENT. I haven't manually added any patches to firefox. I=20 always update the ports tree before building anything, so I have no clue ho= w=20 I ended up with a stale patch. That one caught me off guard, I've never see= n=20 a port patch ask for a path before and I didn't want to throw a bad patch=20 into the mix by pointing it at a file. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - akbeech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart5224618.N8VYtEN1hp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6S6D1HPO4IQJSE0RAsDSAJ9K4HluZ0/Z3wYpK9RVetQ3khetugCgqe88 Eote5oBV2H+2+4fBEqdJfuE= =ah8A -----END PGP SIGNATURE----- --nextPart5224618.N8VYtEN1hp-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:47:59 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 C9DB816A420; Tue, 7 Feb 2006 23:47:59 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from eddie.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35643D48; Tue, 7 Feb 2006 23:47:58 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (localhost [127.0.0.1]) by eddie.nitro.dk (Postfix) with ESMTP id C8C07119C4C; Wed, 8 Feb 2006 00:47:57 +0100 (CET) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 69BC211B72; Wed, 8 Feb 2006 00:47:57 +0100 (CET) Date: Wed, 8 Feb 2006 00:47:57 +0100 From: "Simon L. Nielsen" To: Scott Johnston Message-ID: <20060207234756.GA866@zaphod.nitro.dk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: security-team@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: graphics/ivtools 1.2.1 marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 23:47:59 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.02.07 07:38:02 -0800, Scott Johnston wrote: > In July 2005 the ivtools 1.2.1 port was marked forbidden due to an =20 > internal copy of libtiff with security problems. >=20 > On October 7th, 2005 I released ivtools-1.2.3 with support for an =20 > external libtiff (using a --with-tiff and --with-tiff-lib configure =20 > arguments). I notified Simon L. Nielsen who had expressed an =20 > interest in updating the port. >=20 > I'm just sending this reminder because I saw a posting about this =20 > topic on a freebsd.ports news group today. I hope ivtools can remain =20 > available to the FreeBSD community. I had forgotten about ivtools again - sorry about that. Bill Fenner worked on updating the port some months ago. He didn't finish it but he just send me his work-in-progress which I have been working in today, but unfortunately quite a lot of things seems to blow up when building ivtools 1.2.3 on FreeBSD, so it probably be at least a few days before I get it working (currently some parts doesn't seem to link against libtiff for some reason). --=20 Simon L. Nielsen --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6TGsh9pcDSc1mlERAhXbAJ4m2u9YWsROqBZ2kj2joeePNhhfXwCgtb0n u9bH4CJzr3JKoWFBOz4NB+Q= =mHCs -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 7 23:50:54 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 D8F1016A420 for ; Tue, 7 Feb 2006 23:50:54 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F50843D45 for ; Tue, 7 Feb 2006 23:50:54 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 08A1041AC; Tue, 7 Feb 2006 17:50:54 -0600 (CST) Date: Tue, 7 Feb 2006 17:50:53 -0600 To: Scot Hetzel Message-ID: <20060207235053.GD27877@soaustin.net> References: <43E8F979.40004@joeholden.co.uk> <790a9fff0602071206n6b756ea0w209f942be8f0c135@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <790a9fff0602071206n6b756ea0w209f942be8f0c135@mail.gmail.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org, joe@joeholden.co.uk Subject: Re: Maintaining 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: Tue, 07 Feb 2006 23:50:55 -0000 On Tue, Feb 07, 2006 at 02:06:31PM -0600, Scot Hetzel wrote: > Now if you really want to become a ports commiter, you will need to > ask portmgr for the task. Well, technically, the process in all of FreeBSD is that an existing committer must nominate someone to be a new committer and offer to mentor them initially. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 00:12:35 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 A39DD16A420 for ; Wed, 8 Feb 2006 00:12:35 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F4343D46 for ; Wed, 8 Feb 2006 00:12:34 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k180CTgK006063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Feb 2006 00:12:30 GMT (envelope-from joe@joeholden.co.uk) Message-ID: <43E937AE.6020201@joeholden.co.uk> Date: Wed, 08 Feb 2006 00:13:34 +0000 From: Joe Holden User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Mark Linimon References: <43E8F979.40004@joeholden.co.uk> <790a9fff0602071206n6b756ea0w209f942be8f0c135@mail.gmail.com> <20060207235053.GD27877@soaustin.net> In-Reply-To: <20060207235053.GD27877@soaustin.net> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=9169030D; url=most public keyservers Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.6 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: ports@freebsd.org Subject: Re: Maintaining Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 00:12:35 -0000 Mark Linimon wrote: > On Tue, Feb 07, 2006 at 02:06:31PM -0600, Scot Hetzel wrote: > >> Now if you really want to become a ports commiter, you will need to >> ask portmgr for the task. >> > > Well, technically, the process in all of FreeBSD is that an existing > committer must nominate someone to be a new committer and offer to mentor > them initially. > > mcl > > Ah, I see, need to catch someones eye then. Thanks, Joe From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 08:58: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 9C81516A420 for ; Wed, 8 Feb 2006 08:58:41 +0000 (GMT) (envelope-from nino80@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005DA43D4C for ; Wed, 8 Feb 2006 08:58:40 +0000 (GMT) (envelope-from nino80@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so1615023nzn for ; Wed, 08 Feb 2006 00:58:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=mVWvLF/i4jaG7RD5epEdvYuC5oAJCLBwdK9KQ2NByt+w7qTAFbinDw3Z/9QkCTLCWM/lnNE17ipbIvkBK0xwVLOsL8+wXX75UR/V7WKJ7EuhluuJhawebXfbIoisiwBIDWqAuwKw/XOph4uWRtK4bLtwO/jmOD6ZiUY/IncehU0= Received: by 10.65.84.16 with SMTP id m16mr90267qbl; Wed, 08 Feb 2006 00:58:39 -0800 (PST) Received: by 10.65.95.18 with HTTP; Wed, 8 Feb 2006 00:58:39 -0800 (PST) Message-ID: <92bcbda50602080058s2dc1d954y49b2a0dd37b91f55@mail.gmail.com> Date: Wed, 8 Feb 2006 09:58:39 +0100 From: n j To: wes@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: ports@FreeBSD.org Subject: FreeBSD Port: mimedefang-2.54 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 08:58:41 -0000 Hello, Don't know if this has been reported and/or fixed... After installing mimedefang, the attempt to start it using rc.d startup script, mimedefang.sh, succeeds, but reports the following: "Starting mimedefang: [: missing ] [ OK ]" A few hours later (well, I'm no expert) :), I figured what's wrong with the installation. It appears that startup script has a bug. On lines 180 and 218, a space is missing before the closing square bracket, after the SPOOLDIR variable: the line should read [ -n "$SPOOLDIR" ] && echo "-z $SPOOLDIR" instead of [ -n "$SPOOLDIR"] && echo "-z $SPOOLDIR" (note the space). While I'm at it, it would be nice if mimedefang installation somehow modified sendmail startup script to automatically start mimedefang, as sendmail with mimedefang configured but not started doesn't work anyway. But this is more of an idea to think about than an RFE :). -- Nino From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 10:36:39 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 7139D16A422 for ; Wed, 8 Feb 2006 10:36:39 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1131D43D48 for ; Wed, 8 Feb 2006 10:36:38 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1553101nzo for ; Wed, 08 Feb 2006 02:36:38 -0800 (PST) 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=TIfbLIqOsrBXzwmdsAJKJ6nHv/1LKqM2gj1mSuo3XeQYQxRMd4aBJnoZPRUehXVGk/yzlfl4Uz5cnA4ZtD34iEJWrOTR1ElZu0CQA6+kq8dKiIFEaApt9LtK73016H3QchBgGZZGOmiacnQpLxpwj2cDSezgQz9CFHo81SoligM= Received: by 10.36.227.37 with SMTP id z37mr5926783nzg; Wed, 08 Feb 2006 02:36:38 -0800 (PST) Received: by 10.37.20.11 with HTTP; Wed, 8 Feb 2006 02:36:38 -0800 (PST) Message-ID: Date: Wed, 8 Feb 2006 13:36:38 +0300 From: Andrew Pantyukhin To: mpd , FreeBSD Ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Mpd per-user logs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 10:36:39 -0000 I wonder if anyone has written a script that extracts per-user logs from mpd.log. Could you let us use it? Thanks, Andrew P. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 13:42:15 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 E946116A420 for ; Wed, 8 Feb 2006 13:42:15 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 5456243D4C for ; Wed, 8 Feb 2006 13:42:15 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Wed, 8 Feb 2006 13:42:11 +0000 (GMT) Date: Wed, 8 Feb 2006 13:42:11 +0000 From: Shaun Amott To: Dmitry Marakasov Message-ID: <20060208134210.GA688@picobyte.net> Mail-Followup-To: Dmitry Marakasov , freebsd-ports@freebsd.org References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> <43E8ABB1.5020606@vonostingroup.com> <20060207230510.GA73898@hades.panopticon> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20060207230510.GA73898@hades.panopticon> User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 13:42:16 -0000 On Wed, Feb 08, 2006 at 02:05:10AM +0300, Dmitry Marakasov wrote: > > Now, old syntax works as it did: > > USE_DOS2UNIX= foo/*.c bar/biz/*.h > > will convert all *.c files in ${WRKSRC}/foo/ and all *.h files in > ${WRKSRC}/bar/baz/ > > But, also now we can use > > USE_DOS2UNIX= *.c *.h > > To convert all *.c and *.h files in all subdirectories under ${WRKSRC}. > For the case when we have many directories and cannot use > USE_DOS2UNIX=YES as it'll corrupt sometring, I think it's the best > solution. > But what if you need to convert just the files in the root directory of $WRKSRC, without descending into subdirectories? Perhaps something like this would be better: USE_DOS2UNIX=yes DOS2UNIX_GLOBS=*.c *.h That would then maintain existing behaviour, and still provide the extended functionality. -Shaun From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 14:27: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 0B6F116A420 for ; Wed, 8 Feb 2006 14:27:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id DFAC543D48 for ; Wed, 8 Feb 2006 14:26:58 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 68539 invoked from network); 8 Feb 2006 14:26:56 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 8 Feb 2006 14:26:56 -0000 Message-ID: <43E9FFAE.5020500@FreeBSD.org> Date: Wed, 08 Feb 2006 15:26:54 +0100 From: Alex Dupre User-Agent: Thunderbird 1.5 (X11/20060115) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jean-Yves Lefort , Joe Marcus Clarke Subject: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 14:27:02 -0000 In the last days I worked on porting the latest release of gamin (0.1.7) to FreeBSD (and cygwin, too, but this is for another mailing list ;-)). If you don't want to read more, the result was successfully and the new port may be downloaded for testing from http://www.alexdupre.com/gamin.tar.gz. If you are interested in porting work and changed internals go ahead. The 0.1.7 release works (with about the same bugs of 0.1.5) out-of-the-box only on Linux with kernel backends (dnotify/inotify). Polling is broken, kqueue doesn't compile. I fixed all the bugs I found and tried to make polling and kqueue work flawless. Internally I replaced the read of the linux /etc/mtab file with a call to getmntinfo() to know which file system could be monitored by the kernel and which should be polled. In the latter case the monitoring job is carried out by the polling backend, in the former the job is completed by the kqueue backend in the same way is done actually in the 0.1.5 release. I did many tests on a 6-STABLE with thousands of monitored dirs/files on ufs and smbfs file systems to catch any possible bug, but it seems it's working great. Unless you will find anything wrong with the port, I'm going to commit it in the end of the week. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 14:43:49 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 F04B416A420 for ; Wed, 8 Feb 2006 14:43:49 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx22.mail.ru (mx22.mail.ru [194.67.23.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031FF43D5C for ; Wed, 8 Feb 2006 14:43:48 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=22138 helo=nexii.panopticon) by mx22.mail.ru with esmtp id 1F6qXn-000DhY-00; Wed, 08 Feb 2006 17:43:43 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id A8F581143D; Wed, 8 Feb 2006 17:47:18 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 4B1E147B; Wed, 8 Feb 2006 17:43:50 +0300 (MSK) Date: Wed, 8 Feb 2006 17:43:50 +0300 From: Dmitry Marakasov To: Shaun Amott Message-ID: <20060208144350.GA16517@hades.panopticon> Mail-Followup-To: Shaun Amott , freebsd-ports@freebsd.org References: <20060207003529.GA32317@hades.panopticon> <43E8A5DD.5000509@vonostingroup.com> <43E8ABB1.5020606@vonostingroup.com> <20060207230510.GA73898@hades.panopticon> <20060208134210.GA688@picobyte.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060208134210.GA688@picobyte.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: USE_DOS2UNIX may be more powerful? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 14:43:50 -0000 * Shaun Amott (shaun@inerd.com) wrote: > > But, also now we can use > > > > USE_DOS2UNIX= *.c *.h > > > > To convert all *.c and *.h files in all subdirectories under ${WRKSRC}. > > For the case when we have many directories and cannot use > > USE_DOS2UNIX=YES as it'll corrupt sometring, I think it's the best > > solution. > > But what if you need to convert just the files in the root directory of > $WRKSRC, without descending into subdirectories? USE_DOS2UNIX= /*.c /*.h > Perhaps something like this would be better: > > USE_DOS2UNIX=yes > DOS2UNIX_GLOBS=*.c *.h > > That would then maintain existing behaviour, and still provide the > extended functionality. That makes it imposible to use globs along with find patterns. -- Best regards, Dmitry mailto:amdmi3@mail.ru From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 17:22: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 E6DB616A420 for ; Wed, 8 Feb 2006 17:22:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836F543D46 for ; Wed, 8 Feb 2006 17:22:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1643592nzo for ; Wed, 08 Feb 2006 09:21:59 -0800 (PST) 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=h4R/fnfIDkFBkkCAcmFP+YMg+SSVTW8nS2ReT73s2MU2JtPyzwDWF9MMn5P7zkaKc0y5Iag15XYr4nPhfQ64W4CHnNEUKOGudgFsGUExa4RRARMMEZdaVfuGDp2zxd3gBI8SBrfrSmA+KUaEkGtTR9t6eIbmDVTQHBjN3AfrYJs= Received: by 10.36.148.2 with SMTP id v2mr865952nzd; Wed, 08 Feb 2006 09:21:58 -0800 (PST) Received: by 10.37.20.11 with HTTP; Wed, 8 Feb 2006 09:21:58 -0800 (PST) Message-ID: Date: Wed, 8 Feb 2006 20:21:58 +0300 From: Andrew Pantyukhin To: FreeBSD Ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: www/linux-firefox user-agent string X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 17:22:01 -0000 I maintain linux-firefox and linux-seamonkey ports. Naturally linux browsers have "Linux" by default in their user-agent strings. We can alter the default behaviour and put FreeBSD instead of Linux there, or even something more elaborate like "FreeBSD Linux-compat". We can make it optional via WITHOUT_. I'd like to know what you guys think about it. HTTP 1.0/1.1 RFCs state: [User-Agent request-header field] is for statistical purposes, the tracing of protocol violations, and automated recognition of user agents for the sake of tailoring responses to avoid particular user agent limitations. I think that displaying FreeBSD is more to the spirit of this, concerning that Linux-compat isn't a full blown emulation, but just a compatibility layer. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 18:27: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 0F0C016A420 for ; Wed, 8 Feb 2006 18:27:44 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEEE743D55 for ; Wed, 8 Feb 2006 18:27:36 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k18IMdUr009320; Wed, 8 Feb 2006 15:22:39 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k18IQlka087504; Wed, 8 Feb 2006 15:26:47 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k18IQkur087503; Wed, 8 Feb 2006 15:26:46 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 8 Feb 2006 15:26:46 -0300 From: Fernan Aguero To: FreeBSD-bio Message-ID: <20060208182646.GB86953@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD-bio , FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: FreeBSD Ports Subject: HEADS UP: upcoming change of default PREFIX for emboss/embassy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 18:27:44 -0000 To all interested parties, I've been delaying the upgrade of the emboss and embassy ports, because they are currently conflicting with other ports if installed into the default ($LOCALBASE) prefix. I've now got patches ready for submission that change the default PREFIX for both ports. From EMBOSS-3.0.0, they will install by default in $LOCALBASE/emboss As usual, EMBASSY should be installed into the same prefix as EMBOSS. The default PREFIX is thus the same for both ports. However users installing these ports into other places, should set PREFIX to the same path for both EMBOSS and EMBASSY. Finally, installing into $LOCALBASE (/usr/local) is also possible if you set PREFIX to this value manually. But, you will have to take care of conflicting ports yourself. Patches are in http://genoma.unsam.edu.ar/~fernan/freebsd/emboss/ The updated emboss-3.0.0 port will include all bugfixes posted after the release: ftp://emboss.open-bio.org/pub/EMBOSS/fixes/README I'll submit a PR with the updates soon. Fernan From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 19:02: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 E495416A423 for ; Wed, 8 Feb 2006 19:02:16 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (dsl093-072-123.pdx1.dsl.speakeasy.net [66.93.72.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6E143D79 for ; Wed, 8 Feb 2006 19:02:09 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from [192.168.150.40] (doorwarden.sailorfej.net [65.102.14.161] (may be forged)) (authenticated bits=0) by mail.sailorfej.net (8.13.4/8.13.4) with ESMTP id k18J1U8a024916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Feb 2006 11:01:35 -0800 (PST) (envelope-from jeff@sailorfej.net) Message-ID: <43EA4026.2010903@sailorfej.net> Date: Wed, 08 Feb 2006 11:01:58 -0800 From: Jeffrey Williams User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=8.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.sailorfej.net X-Virus-Scanned: ClamAV 0.88/1280/Tue Feb 7 02:11:53 2006 on mail.sailorfej.net X-Virus-Status: Clean Cc: Subject: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 19:02:17 -0000 I have FreeBSD 6 with mysql41-server that was installed via ports with-out SSL. I want to enable SSL connections on this server, and want advice on the best way to handle it. And yes there are several active databases in use on this server. Should I run "make deinstall" first and then rebuild and install with with the "WITH_OPENSSL" or is it ok to just rebuild with "WITH_OPENSSL" and use "make reinstall". I want to minimize the time the database server is offline, and while I will be backing up the databases regardless, if I can get away with a just a restart and not having to restore the databases, some of which are quite large, it would be nice. Thanks Jeffrey Williams From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 19:28: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 4878716A420 for ; Wed, 8 Feb 2006 19:28:46 +0000 (GMT) (envelope-from trix@basement.net) Received: from fran.basement.net (fran.basement.net [66.139.76.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC0A43D48; Wed, 8 Feb 2006 19:28:45 +0000 (GMT) (envelope-from trix@basement.net) Received: from [192.168.15.239] (67-108-187-151.rpt.bna.sparkplugbb.com [67.108.187.151]) (authenticated bits=0) by fran.basement.net (8.12.8/8.12.8) with ESMTP id k18JSib3021749; Wed, 8 Feb 2006 13:28:45 -0600 Message-ID: <43EA466B.7070000@basement.net> Date: Wed, 08 Feb 2006 13:28:43 -0600 From: Trix Farrar Organization: Basement.NET User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: gnats-submit@freebsd.org, freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: [PATCH] htmlize.el update port to 1.30 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: trix@basement.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 19:28:46 -0000 >Submitter-Id: current-users >Originator: Trix Farrar >Organization: >Confidential: no >Synopsis: [PATCH] htmlize.el update port to 1.30 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.0-RELEASE-p4 i386 >Environment: System: FreeBSD willow.basement.net 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Mon Jan 30 22:59:12 CST 2006 root@willow.basement.net:/usr/obj/usr/src/sys/BASEMENT i386 >Description: Port is marked BROKEN because of checksum mismatch. The distfile has been replace by a new version. This patch has the correct checksum based on the current version of the distfile. >How-To-Repeat: >Fix: --- htmlize-1.30.patch begins here --- diff -ruN htmlize.el-orig/Makefile htmlize.el/Makefile --- htmlize.el-orig/Makefile Sat Dec 10 11:29:36 2005 +++ htmlize.el/Makefile Wed Feb 8 13:06:39 2006 @@ -6,7 +6,7 @@ # PORTNAME= htmlize.el -PORTVERSION= 1.16 +PORTVERSION= 1.30 CATEGORIES= textproc elisp MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/ DISTNAME= ${PORTNAME} @@ -17,8 +17,6 @@ COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!) RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs - -BROKEN= Checksum mismatch NO_BUILD= yes diff -ruN htmlize.el-orig/distinfo htmlize.el/distinfo --- htmlize.el-orig/distinfo Fri Feb 18 04:29:30 2005 +++ htmlize.el/distinfo Wed Feb 8 13:11:46 2006 @@ -1 +1,3 @@ -MD5 (htmlize.el) = 58ef49144157a446a131132c35dbf6fd +MD5 (htmlize.el) = 4fbfbc1d4aafecbb95af3837ab801724 +SHA256 (htmlize.el) = e11c8aa9e64965928195d12f08a7ae9667de15fac10da884f2abc009112e6c73 +SIZE (htmlize.el) = 64494 --- htmlize-1.30.patch ends here --- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 19:39: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 3AB3C16A420 for ; Wed, 8 Feb 2006 19:39:21 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED0243D48 for ; Wed, 8 Feb 2006 19:39:20 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from morando.org ([201.144.83.54]) by bafirst.com with esmtp; Wed, 08 Feb 2006 13:39:18 -0600 id 000958AA.43EA48E6.0001679A Received: from localhost (localhost [127.0.0.1]) (uid 80) by morando.org with local; Wed, 08 Feb 2006 13:39:16 -0600 id 000CF019.43EA48E4.000104F2 Received: from local4 (local4 [192.168.1.4]) by mail.encontacto.net (Horde MIME library) with HTTP; Wed, 08 Feb 2006 13:39:16 -0600 Message-ID: <20060208133916.dzyx74skookookk4@mail.encontacto.net> X-Priority: 3 (Normal) Date: Wed, 08 Feb 2006 13:39:16 -0600 From: eculp@encontacto.net To: freebsd-ports@freebsd.org References: <43E9FFAE.5020500@FreeBSD.org> In-Reply-To: <43E9FFAE.5020500@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1-cvs) Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 19:39:21 -0000 Quoting Alex Dupre : > In the last days I worked on porting the latest release of gamin > (0.1.7) to FreeBSD (and cygwin, too, but this is for another mailing > list ;-)). > If you don't want to read more, the result was successfully and the > new port may be downloaded for testing from > http://www.alexdupre.com/gamin.tar.gz. > If you are interested in porting work and changed internals go ahead. > The 0.1.7 release works (with about the same bugs of 0.1.5) > out-of-the-box only on Linux with kernel backends (dnotify/inotify). > Polling is broken, kqueue doesn't compile. I fixed all the bugs I > found and tried to make polling and kqueue work flawless. > Internally I replaced the read of the linux /etc/mtab file with a > call to getmntinfo() to know which file system could be monitored by > the kernel and which should be polled. In the latter case the > monitoring job is carried out by the polling backend, in the former > the job is completed by the kqueue backend in the same way is done > actually in the 0.1.5 release. > I did many tests on a 6-STABLE with thousands of monitored dirs/files > on ufs and smbfs file systems to catch any possible bug, but it seems > it's working great. > Unless you will find anything wrong with the port, I'm going to > commit it in the end of the week. Alex, I'm a bit confused. With this port will the fam/gamin conflict with courier still exist or will gamin be used in place of fam? Thanks, ed From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 19:47: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 8978416A420 for ; Wed, 8 Feb 2006 19:47:50 +0000 (GMT) (envelope-from fetrovsky@yahoo.com) Received: from web53903.mail.yahoo.com (web53903.mail.yahoo.com [206.190.36.126]) by mx1.FreeBSD.org (Postfix) with SMTP id B20D943D53 for ; Wed, 8 Feb 2006 19:47:47 +0000 (GMT) (envelope-from fetrovsky@yahoo.com) Received: (qmail 5454 invoked by uid 60001); 8 Feb 2006 19:47:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GfZNcX/IsmysVb0IdXE7MDNaQPdyBS1WZEsWAvN29RhvapA38OzKyTmJU1Jb0AAdO6g5HDqEfMUf+AZEsGcuHNKQPEm4kxZ66nVv6Ccwieb4QBL3Xt7QKK/wj1HZIwU3+Df0L9wlPggdjG8f6wALwL250NnSzXCSjzAfbIeFxLc= ; Message-ID: <20060208194746.5452.qmail@web53903.mail.yahoo.com> Received: from [128.200.38.147] by web53903.mail.yahoo.com via HTTP; Wed, 08 Feb 2006 11:47:46 PST Date: Wed, 8 Feb 2006 11:47:46 -0800 (PST) From: Daniel Valencia To: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 19:47:50 -0000 hello print/acroread7 fails to build in my amd64 system... the problem is that it can't seem to find the following file: gtk2-2.4.14-4.fc3.3.amd64.rpm It seems to have tried dozens of different places, and it finally gave up. Afterwards, I updated the ports tree, tried again, and I get the same output. Is there anything I can do to get it running without resorting to the linux binaries? Thanks, - Daniel __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 20:05: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 9755216A420 for ; Wed, 8 Feb 2006 20:05:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 5ACC443D49 for ; Wed, 8 Feb 2006 20:05:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 73270 invoked from network); 8 Feb 2006 20:05:52 -0000 Received: from unknown (HELO ?192.168.178.23?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 8 Feb 2006 20:05:52 -0000 Message-ID: <43EA4F1F.8060206@FreeBSD.org> Date: Wed, 08 Feb 2006 21:05:51 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eculp@encontacto.net References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> In-Reply-To: <20060208133916.dzyx74skookookk4@mail.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 20:05:56 -0000 eculp@encontacto.net wrote: > I'm a bit confused. With this port will the fam/gamin conflict with > courier still exist or will gamin be used in place of fam? gamin is a replacement for fam. Unfortunately it's not 100% compatible with fam. suspend/resume monitor is not implemented for security reasons, but the main *undocumented* difference is the use of the select(2) system call to check if there are new events to be read. For different reasons it may be that select() doesn't find any new events, while FAMPending find them, and viceversa. The only safe and correct way to check for pending events before calling a non-blocking FAMNextEvent is to call FAMPending before and after the select() system call (and return true as soon as any call to FAMPending return true). I don't know why courier-imap doesn't work with gamin. If the problem was a bug in gamin, maybe I've fixed it, but if it was due to one of the differences exposed above then the problem remains unless we fix the courier code to work with gamin. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 20:15:49 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 24A6416A420 for ; Wed, 8 Feb 2006 20:15:49 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 7AFEB43D48 for ; Wed, 8 Feb 2006 20:15:48 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 73388 invoked from network); 8 Feb 2006 20:15:47 -0000 Received: from unknown (HELO ?192.168.178.23?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 8 Feb 2006 20:15:47 -0000 Message-ID: <43EA5172.8050709@FreeBSD.org> Date: Wed, 08 Feb 2006 21:15:46 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeffrey Williams References: <43EA4026.2010903@sailorfej.net> In-Reply-To: <43EA4026.2010903@sailorfej.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 20:15:49 -0000 Jeffrey Williams wrote: > Should I run "make deinstall" first and then rebuild and install with > with the "WITH_OPENSSL" or is it ok to just rebuild with "WITH_OPENSSL" > and use "make reinstall". You can do: build deinstall (this will stop the server) install start -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 20:29: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 347E116A420; Wed, 8 Feb 2006 20:29:01 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603C643D45; Wed, 8 Feb 2006 20:29:00 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from morando.org ([201.144.83.54]) by bafirst.com with esmtp; Wed, 08 Feb 2006 14:28:58 -0600 id 00095815.43EA548A.00016BF7 Received: from localhost (localhost [127.0.0.1]) (uid 80) by morando.org with local; Wed, 08 Feb 2006 14:28:56 -0600 id 000CF025.43EA5488.000108DF Received: from local4 (local4 [192.168.1.4]) by mail.encontacto.net (Horde MIME library) with HTTP; Wed, 08 Feb 2006 14:28:56 -0600 Message-ID: <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> X-Priority: 3 (Normal) Date: Wed, 08 Feb 2006 14:28:56 -0600 From: eculp@encontacto.net To: Alex Dupre References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> In-Reply-To: <43EA4F1F.8060206@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1-cvs) Cc: freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 20:29:01 -0000 Quoting Alex Dupre : > eculp@encontacto.net wrote: >> I'm a bit confused. With this port will the fam/gamin conflict with >> courier still exist or will gamin be used in place of fam? > > gamin is a replacement for fam. Unfortunately it's not 100% > compatible with fam. suspend/resume monitor is not implemented for > security reasons, but the main *undocumented* difference is the use > of the select(2) system call to check if there are new events to be > read. For different reasons it may be that select() doesn't find any > new events, while FAMPending find them, and viceversa. The only safe > and correct way to check for pending events before calling a > non-blocking FAMNextEvent is to call FAMPending before and after the > select() system call (and return true as soon as any call to > FAMPending return true). > I don't know why courier-imap doesn't work with gamin. If the problem > was a bug in gamin, maybe I've fixed it, but if it was due to one of > the differences exposed above then the problem remains unless we fix > the courier code to work with gamin. Alex, IIRC, gamin was dumping core, but since it was a production server I didn't look further but went back to courier. I hope someone else had time to look at it a bit closer. If you think the new version has a chance of working with courier, I could give it a try. Early tomorrow morning or maybe this evening if I can get caught up. (CST). ed From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 20:44:04 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 2E82D16A420; Wed, 8 Feb 2006 20:44:04 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from thin.berklix.org (thin.berklix.org [194.246.123.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E5743D46; Wed, 8 Feb 2006 20:44:03 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (p549A5176.dip.t-dialin.net [84.154.81.118]) (authenticated bits=128) by thin.berklix.org (8.12.11/8.12.11) with ESMTP id k18Khuc2036397; Wed, 8 Feb 2006 21:43:57 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (fire.jhs.private [192.168.91.41]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id k18Khq9A025758; Wed, 8 Feb 2006 21:43:52 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (localhost.jhs.private [127.0.0.1]) by fire.jhs.private (8.13.1/8.13.1) with ESMTP id k18Kitjr089481; Wed, 8 Feb 2006 21:44:55 +0100 (CET) (envelope-from jhs@fire.jhs.private) Message-Id: <200602082044.k18Kitjr089481@fire.jhs.private> To: Daniel Valencia In-Reply-To: Message from Daniel Valencia of "Wed, 08 Feb 2006 11:47:46 PST." <20060208194746.5452.qmail@web53903.mail.yahoo.com> Date: Wed, 08 Feb 2006 21:44:55 +0100 From: "Julian H. Stacey" Cc: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 20:44:04 -0000 Daniel Valencia wrote: > hello > > print/acroread7 fails to build in my amd64 system... the problem is that it can't seem to find the following file: > > gtk2-2.4.14-4.fc3.3.amd64.rpm > > > It seems to have tried dozens of different places, and it finally gave up. Afterwards, I updated the ports tree, tried again, and I get the same output. Is there anything I can do to get it running without resorting to the linux binaries? Several Things: (& as this is a general answer ti's applicable to other new folk who may care to read on) 1) Don't cross post ie cc: freebsd-ports@freebsd.org , freebsd-amd64@freebsd.org (as list charter states it's deprecated) so I dropped freebsd-amd64@freebsd.org from CC for you. 2) mail `grep MAINTAINER /pub/FreeBSD/branches/-current/ports/print/acroread7` rather than mailing the list that's trevor@FreeBSD.org who I added to the CC 3) Use any web search engine eg google (but I see that doesn't work in this rare case) Works a treat though if one is looking for obscure old distfiles (eg I have a laptop here that won't upgrade beyond 5.1, & I found a load of distfiles that fetch failed on with google) 4) Cruise the source of a previous distribvution, eg gtk2 looking for URLs for wherever they store their current stuff. -- Julian Stacey. Consultant Unix Net & Sys. Eng., Munich. http://berklix.com Mail in Ascii, HTML=spam. Ihr Rauch = meine allergischen Kopfschmerzen. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 20:50: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 4B03416A420 for ; Wed, 8 Feb 2006 20:50:48 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00EDC43D45 for ; Wed, 8 Feb 2006 20:50:47 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 12652 invoked from network); 8 Feb 2006 20:50:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Feb 2006 20:50:47 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id F114A28439; Wed, 8 Feb 2006 15:50:46 -0500 (EST) Sender: lowell@be-well.ilk.org To: Daniel Valencia References: <20060208194746.5452.qmail@web53903.mail.yahoo.com> From: Lowell Gilbert Date: 08 Feb 2006 15:50:46 -0500 In-Reply-To: <20060208194746.5452.qmail@web53903.mail.yahoo.com> Message-ID: <44slqtshg9.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 20:50:48 -0000 Daniel Valencia writes: > print/acroread7 fails to build in my amd64 system... the problem is that it can't seem to find the following file: > > gtk2-2.4.14-4.fc3.3.amd64.rpm > > > It seems to have tried dozens of different places, and it finally > gave up. Afterwards, I updated the ports tree, tried again, and I > get the same output. Is there anything I can do to get it running > without resorting to the linux binaries? Since acroread *is* a Linux binary, I don't see how there could be. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 21:02: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 DA2B216A420 for ; Wed, 8 Feb 2006 21:02:10 +0000 (GMT) (envelope-from anthony.elizondo@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D40D43D49 for ; Wed, 8 Feb 2006 21:02:10 +0000 (GMT) (envelope-from anthony.elizondo@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so1597244wra for ; Wed, 08 Feb 2006 13:02:09 -0800 (PST) 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=oBj0MnJAy0GffUTE7wdxvwErr4oV9L3tf4zlyu5xrLCeEYDgnsAtEDWD+hraGMnNs/7AzHSCU64oOnaoZWF/XCY91cuHNlCgpw656aMElSzVUNZ4YbTJAq5omta7mSv0eBL0T+emFG3/OKXpKGSes57jzdsqw6xMufE0o7XAK+w= Received: by 10.64.193.3 with SMTP id q3mr1825629qbf; Wed, 08 Feb 2006 13:02:09 -0800 (PST) Received: by 10.64.209.8 with HTTP; Wed, 8 Feb 2006 13:02:09 -0800 (PST) Message-ID: Date: Wed, 8 Feb 2006 16:02:09 -0500 From: Anthony Elizondo To: freebsd-ports@freebsd.org In-Reply-To: <44slqtshg9.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060208194746.5452.qmail@web53903.mail.yahoo.com> <44slqtshg9.fsf@be-well.ilk.org> Cc: Lowell Gilbert , Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 21:02:11 -0000 See: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/87985 If I am reading it correctly, it seems like it could use gtk2-2.4.14-4.fc3.3.i386.rpm From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 21:02: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 804C316A420 for ; Wed, 8 Feb 2006 21:02:25 +0000 (GMT) (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 020CC43D46 for ; Wed, 8 Feb 2006 21:02:24 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 568E98A0045 for ; Wed, 8 Feb 2006 13:04:28 -0800 (PST) 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 73148-01-43 for ; Wed, 8 Feb 2006 13:04:22 -0800 (PST) Received: from s157.sbo (s157.sbo [192.168.0.157]) by smtp.sd73.bc.ca (Postfix) with ESMTP id 4581D8A0050 for ; Wed, 8 Feb 2006 13:04:22 -0800 (PST) From: Freddie Cash To: freebsd-ports@freebsd.org Date: Wed, 8 Feb 2006 13:02:15 -0800 User-Agent: KMail/1.9.1 References: <43EA4026.2010903@sailorfej.net> <43EA5172.8050709@FreeBSD.org> In-Reply-To: <43EA5172.8050709@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602081302.15781.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 21:02:25 -0000 On Wednesday 08 February 2006 12:15 pm, Alex Dupre wrote: > Jeffrey Williams wrote: > > Should I run "make deinstall" first and then rebuild and install with > > with the "WITH_OPENSSL" or is it ok to just rebuild with > > "WITH_OPENSSL" and use "make reinstall". > You can do: > build > deinstall (this will stop the server) > install > start Or "portupgrade -m WITH_OPENSSL=yes databases/mysql41-server" to automate it a little. -- Freddie Cash fcash@ocis.net From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 21:08: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 7105316A420 for ; Wed, 8 Feb 2006 21:08:06 +0000 (GMT) (envelope-from mark@foster.cc) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B6D43D45 for ; Wed, 8 Feb 2006 21:08:05 +0000 (GMT) (envelope-from mark@foster.cc) Received: from fosgate.dyndns.org ([24.18.155.183]) by comcast.net (sccrmhc12) with ESMTP id <2006020821075901200sl8ole>; Wed, 8 Feb 2006 21:07:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by fosgate.dyndns.org (Postfix) with ESMTP id C715D37606 for ; Wed, 8 Feb 2006 13:07:58 -0800 (PST) Received: from fosgate.dyndns.org ([127.0.0.1]) by localhost (horton [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27750-08 for ; Wed, 8 Feb 2006 13:07:56 -0800 (PST) Received: from [10.1.253.124] (fis-gw2.portseattle.org [198.134.96.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by fosgate.dyndns.org (Postfix) with ESMTP id 8734A375E5 for ; Wed, 8 Feb 2006 13:07:56 -0800 (PST) Message-ID: <43EA5DA4.2070602@foster.cc> Date: Wed, 08 Feb 2006 13:07:48 -0800 From: Mark Foster User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org References: <43EA4026.2010903@sailorfej.net> In-Reply-To: <43EA4026.2010903@sailorfej.net> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at foster.cc X-Spam-Status: No, hits=-1.7 tagged_above=-999.0 required=4.0 tests=AWL, BAYES_00 X-Spam-Level: Cc: Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 21:08:06 -0000 Jeffrey Williams wrote: > I have FreeBSD 6 with mysql41-server that was installed via ports > with-out SSL. > > I want to enable SSL connections on this server, and want advice on the > best way to handle it. And yes there are several active databases in > use on this server. Have you considered stunnel? It might be a less risky alternative. -- Some days it's just not worth chewing through the restraints... Mark D. Foster, CISSP http://mark.foster.cc/ From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 21:30: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 AEAB516A420 for ; Wed, 8 Feb 2006 21:30:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id AA7A743D55 for ; Wed, 8 Feb 2006 21:30:37 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 74328 invoked from network); 8 Feb 2006 21:30:34 -0000 Received: from unknown (HELO ?192.168.178.23?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 8 Feb 2006 21:30:34 -0000 Message-ID: <43EA62F9.60604@FreeBSD.org> Date: Wed, 08 Feb 2006 22:30:33 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eculp@encontacto.net References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> In-Reply-To: <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 21:30:39 -0000 eculp@encontacto.net wrote: > IIRC, gamin was dumping core, but since it was a production server I > didn't look further but went back to courier. Was the gam_server to dump core or the courier-imap using libgamin? If it was the former it never happened to me, the latter could be a courier bug exploited by an unexpected different behaviour of gamin. > If you think the new version has a > chance of working with courier, I could give it a try. Early tomorrow > morning or maybe this evening if I can get caught up. (CST). Giving a real quick look at courier source code I can see a few potential bugs regarding missing or uncorrect checks of FAMPending return values. I don't know if they can cause logical errors and dump core, but surely the fam integration is not perfect. The quick answer is "try the new version", even if the probabilities are not many. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 21:32: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 5320116A420 for ; Wed, 8 Feb 2006 21:32:23 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (dsl093-072-123.pdx1.dsl.speakeasy.net [66.93.72.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F39A43D45 for ; Wed, 8 Feb 2006 21:32:21 +0000 (GMT) (envelope-from jeff@sailorfej.net) Received: from [192.168.150.40] (doorwarden.sailorfej.net [65.102.14.161] (may be forged)) (authenticated bits=0) by mail.sailorfej.net (8.13.4/8.13.4) with ESMTP id k18LVlNq026372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Feb 2006 13:31:48 -0800 (PST) (envelope-from jeff@sailorfej.net) Message-ID: <43EA6361.10901@sailorfej.net> Date: Wed, 08 Feb 2006 13:32:17 -0800 From: Jeffrey Williams User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43EA4026.2010903@sailorfej.net> <43EA5172.8050709@FreeBSD.org> <200602081302.15781.fcash@ocis.net> In-Reply-To: <200602081302.15781.fcash@ocis.net> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=8.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.sailorfej.net X-Virus-Scanned: ClamAV 0.88/1280/Tue Feb 7 02:11:53 2006 on mail.sailorfej.net X-Virus-Status: Clean Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 21:32:23 -0000 Thanks guys much appreciated Freddie Cash wrote: > On Wednesday 08 February 2006 12:15 pm, Alex Dupre wrote: > >>Jeffrey Williams wrote: >> >>>Should I run "make deinstall" first and then rebuild and install with >>>with the "WITH_OPENSSL" or is it ok to just rebuild with >>>"WITH_OPENSSL" and use "make reinstall". > > >>You can do: >>build >>deinstall (this will stop the server) >>install >>start > > > Or "portupgrade -m WITH_OPENSSL=yes databases/mysql41-server" to automate > it a little. > From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 22:57: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 5CDA616A446 for ; Wed, 8 Feb 2006 22:57:28 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id C8C3043D46 for ; Wed, 8 Feb 2006 22:57:26 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 08 Feb 2006 22:57:24 -0000 Received: from unknown (EHLO localhost.glh.mhn.de) [129.187.43.241] by mail.gmx.net (mp019) with SMTP; 08 Feb 2006 23:57:24 +0100 X-Authenticated: #147403 Received: by localhost.glh.mhn.de (Postfix, from userid 1000) id 02400C1F6; Sun, 5 Feb 2006 09:48:44 +0100 (CET) Date: Sun, 5 Feb 2006 09:48:44 +0100 From: Simon Barner To: Sulev-Madis Silber Message-ID: <20060205084844.GA1313@zi025.> References: <43E48E3F.1010202@hot.ee> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <43E48E3F.1010202@hot.ee> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: Re: [BROKEN PORT] dns/noip X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 22:57:29 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sulev-Madis Silber wrote: > =3D> noip-2.1.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch from http://www.no-ip.com/client/linux/. > Receiving noip-2.1.1.tar.gz (71210 bytes): 100% > 71210 bytes transferred in 1.3 seconds (54.55 kBps) > =3D=3D=3D> Extracting for noip-2.1.1_1 > =3D> MD5 Checksum mismatch for noip-2.1.1.tar.gz. > =3D=3D=3D> Refetch for 1 more times files: noip-2.1.1.tar.gz > =3D> noip-2.1.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch from http://www.no-ip.com/client/linux/. > fetch: noip-2.1.1.tar.gz: Requested Range Not Satisfiable > =3D> Attempting to fetch from=20 > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > =3D> MD5 Checksum mismatch for noip-2.1.1.tar.gz. > =3D=3D=3D> Giving up on fetching files: noip-2.1.1.tar.gz > Make sure the Makefile and distinfo file=20 > (/space/usr/ports/dns/noip/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=3Dyes [other args]". > *** Error code 1 >=20 > Stop in /space/usr/ports/dns/noip. > *** Error code 1 >=20 > Stop in /space/usr/ports/dns/noip. Fixed, thanks for the report! --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD5bvsCkn+/eutqCoRAsS3AKCqSRygwa6Jqd4WyfGqfQ+irQkCTgCaA4SF vz+Hdv3ZeMxIPO+6vvnasyg= =laGv -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 22:57:29 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 17C0216A479 for ; Wed, 8 Feb 2006 22:57:29 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id C8AD343D45 for ; Wed, 8 Feb 2006 22:57:26 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 08 Feb 2006 22:57:24 -0000 Received: from unknown (EHLO localhost.glh.mhn.de) [129.187.43.241] by mail.gmx.net (mp017) with SMTP; 08 Feb 2006 23:57:24 +0100 X-Authenticated: #147403 Received: by localhost.glh.mhn.de (Postfix, from userid 1000) id 0A4B3C551; Sun, 5 Feb 2006 16:38:59 +0100 (CET) Date: Sun, 5 Feb 2006 16:38:59 +0100 From: Simon Barner To: Robert Jenssen Message-ID: <20060205153859.GD1313@zi025.> References: <1139126405.44622.5.camel@kraken> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LTeJQqWS0MN7I/qa" Content-Disposition: inline In-Reply-To: <1139126405.44622.5.camel@kraken> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: ports@FreeBSD.org Subject: Re: solfege port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 22:57:29 -0000 --LTeJQqWS0MN7I/qa Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Robert Jenssen wrote: [...] > I've made the following patch to avoid an OSError message from os.wait() [...] Hi, please submit a PR so your patch does not get lost. (To do this, use send-p= r(1) or its web front-end). Thanks, --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --LTeJQqWS0MN7I/qa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD5hwTCkn+/eutqCoRAjzZAJ9vg8IG9wDI88TNb3FRobVxDBclEgCffTDN FG8/0ObWxXGN57AuMVpa5ew= =q2hi -----END PGP SIGNATURE----- --LTeJQqWS0MN7I/qa-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 22:57:30 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 3A89016A440 for ; Wed, 8 Feb 2006 22:57:30 +0000 (GMT) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F7E743D46 for ; Wed, 8 Feb 2006 22:57:28 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 08 Feb 2006 22:57:26 -0000 Received: from unknown (EHLO localhost.glh.mhn.de) [129.187.43.241] by mail.gmx.net (mp023) with SMTP; 08 Feb 2006 23:57:26 +0100 X-Authenticated: #147403 Received: by localhost.glh.mhn.de (Postfix, from userid 1000) id 259B9C666; Tue, 7 Feb 2006 23:32:26 +0100 (CET) Date: Tue, 7 Feb 2006 23:32:25 +0100 From: Simon Barner To: Joe Holden Message-ID: <20060207223225.GA92390@zi025.> References: <43E8F979.40004@joeholden.co.uk> <20060207215924.560c8bef@it.buh.cameradicommercio.ro> <43E8FCCF.5010202@joeholden.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <43E8FCCF.5010202@joeholden.co.uk> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org Subject: Re: Maintaining 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, 08 Feb 2006 22:57:30 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Joe Holden wrote: > Yes, there are quite a few unmaintained ports I'd like to update/patch=20 > as relevant, Thanks to everyone who replied, I shall get right onto=20 > reading through the handbook. That sounds good :-) We're waiting for your PRs ;-) --=20 Best regards / Viele Gr=FC=DFe, barner@FreeBSD.= org Simon Barner barner@gmx.de --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6R/5Ckn+/eutqCoRAmnkAKDKYHHaoGj6G9CB9FLcoX9gy6Z4FQCfZI6I FmR2Sh5q8m2PuK+3rvqvMcg= =Tr8N -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 23:02: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 28CAD16A420; Wed, 8 Feb 2006 23:02:56 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D3043D45; Wed, 8 Feb 2006 23:02:55 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from morando.org ([201.144.83.54]) by bafirst.com with esmtp; Wed, 08 Feb 2006 17:02:53 -0600 id 00095800.43EA789E.00017528 Received: from localhost (localhost [127.0.0.1]) (uid 80) by morando.org with local; Wed, 08 Feb 2006 17:02:51 -0600 id 000CF017.43EA789B.000114D5 Received: from local4 (local4 [192.168.1.4]) by mail.encontacto.net (Horde MIME library) with HTTP; Wed, 08 Feb 2006 17:02:51 -0600 Message-ID: <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> X-Priority: 3 (Normal) Date: Wed, 08 Feb 2006 17:02:51 -0600 From: eculp@encontacto.net To: Alex Dupre References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> In-Reply-To: <43EA62F9.60604@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1-cvs) Cc: freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 23:02:56 -0000 Quoting Alex Dupre : > eculp@encontacto.net wrote: >> IIRC, gamin was dumping core, but since it was a production server I >> didn't look further but went back to courier. > > Was the gam_server to dump core or the courier-imap using libgamin? > If it was the former it never happened to me, the latter could be a > courier bug exploited by an unexpected different behaviour of gamin. > >> If you think the new version has a chance of working with courier, I >> could give it a try. Early tomorrow morning or maybe this evening >> if I can get caught up. (CST). > > Giving a real quick look at courier source code I can see a few > potential bugs regarding missing or uncorrect checks of FAMPending > return values. I don't know if they can cause logical errors and dump > core, but surely the fam integration is not perfect. The quick answer > is "try the new version", even if the probabilities are not many. Alex, I was mistaken. I just deinstalled fam and installed the new gamin port and found that the real problem is that imapd is dumping core not gamin. Feb 8 16:47:58 home kernel: pid 58199 (imapd), uid 80: exited on signal 11 (core dumped) Feb 8 16:48:01 home kernel: pid 58201 (imapd), uid 80: exited on signal 11 (core dumped) Feb 8 16:48:03 home kernel: pid 58198 (imapd), uid 80: exited on signal 11 (core dumped) and dumping with an Sig 11 that I hate. I always think memory but switching back to fam it again works perfectly. Not much help I'm afraid. If there is anything special that I can test for you, let me know. I've got both compiled now so it isn't difficult to switch back and forth. ed From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 23:42: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 2456716A420 for ; Wed, 8 Feb 2006 23:42:01 +0000 (GMT) (envelope-from mail@jhaemmerle.org) Received: from mx0.bitshelter.net (svr.bitshelter.net [85.10.193.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A616943D46 for ; Wed, 8 Feb 2006 23:41:57 +0000 (GMT) (envelope-from mail@jhaemmerle.org) Received: from localhost (localhost [127.0.0.1]) by mx0.bitshelter.net (Postfix) with ESMTP id 70B186D01F for ; Thu, 9 Feb 2006 00:41:55 +0100 (CET) Received: from mx0.bitshelter.net ([127.0.0.1]) by localhost (svr.bitshelter.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01993-03-2 for ; Thu, 9 Feb 2006 00:41:52 +0100 (CET) Received: from [192.168.1.70] (p549BD7F7.dip.t-dialin.net [84.155.215.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx0.bitshelter.net (Postfix) with ESMTP id 43B026CA82 for ; Thu, 9 Feb 2006 00:41:52 +0100 (CET) From: Jochen Haemmerle To: freebsd-ports@freebsd.org Date: Thu, 9 Feb 2006 00:41:35 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3488518.clh6QAinQp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602090041.41479.mail@jhaemmerle.org> Subject: Firefox upload mimetypes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 23:42:01 -0000 --nextPart3488518.clh6QAinQp Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everyone, I discovered a problem with my firefox 1.5.0.1 yesterday. I try to upload a zip-file to a webapplication and firefox sets the mimetype of the submitted content to "application/octetstream" instead of using "application/zip" or "application/x-zip". The webapp doesn't accept the "octetstream" mimetype. It expects "zip" or "x-zip" Using Konqueror(kde 3.5.1) it works just fine. Is there any way how I can configure my firefox to use these mimetypes? I'm running FreeBSD 6-Stable (if this has anything to do with it). Cheers Jochen --nextPart3488518.clh6QAinQp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6oG1Dk6Osfj8n0ARAnOGAKCjC80D/9KHi8Wi7YlcVL/XvVHF8wCfb+/y Ci2a80WI7yaoXEznVR8tjb0= =Qb76 -----END PGP SIGNATURE----- --nextPart3488518.clh6QAinQp-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 23:53: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 D0ECB16A420 for ; Wed, 8 Feb 2006 23:53:14 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F76843D46 for ; Wed, 8 Feb 2006 23:53:13 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm61aec.bellsouth.net ([68.209.163.3]) by imf18aec.mail.bellsouth.net with ESMTP id <20060208235311.RPCQ4052.imf18aec.mail.bellsouth.net@ibm61aec.bellsouth.net> for ; Wed, 8 Feb 2006 18:53:11 -0500 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm61aec.bellsouth.net with ESMTP id <20060208235310.MHDT1887.ibm61aec.bellsouth.net@[192.168.1.5]>; Wed, 8 Feb 2006 18:53:10 -0500 In-Reply-To: <200602090041.41479.mail@jhaemmerle.org> References: <200602090041.41479.mail@jhaemmerle.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <62AB70FF-BF16-4D04-87F7-E5E994907317@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Wed, 8 Feb 2006 18:52:57 -0500 To: Jochen Haemmerle X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Gpgmail-State: signed X-Mailer: Apple Mail (2.746.2) Cc: freebsd-ports@freebsd.org Subject: Re: Firefox upload mimetypes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 Feb 2006 23:53:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 8, 2006, at 6:41 PM, Jochen Haemmerle wrote: > Hi everyone, > > I discovered a problem with my firefox 1.5.0.1 yesterday. > > I try to upload a zip-file to a webapplication and firefox sets the > mimetype of the submitted content to "application/octetstream" > instead of > using "application/zip" or "application/x-zip". The webapp doesn't > accept > the "octetstream" mimetype. It expects "zip" or "x-zip" > Using Konqueror(kde 3.5.1) it works just fine. > Is there any way how I can configure my firefox to use these > mimetypes? you sure it wasn't the web server that set it ? > > I'm running FreeBSD 6-Stable (if this has anything to do with it). > > Cheers > Jochen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFD6oRcn4uqfTwEb9YRAm6GAJ4rnuwTmc3ZyeaFkpK8Sydk5rZ3gQCgjgZt yXCRu0Qv0CKAA1UkmbTieBM= =USWD -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 00:28: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 058FA16A420 for ; Thu, 9 Feb 2006 00:28:44 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id DA08043D45 for ; Thu, 9 Feb 2006 00:28:42 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 09 Feb 2006 00:28:40 -0000 Received: from p54A7FC1B.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.252.27] by mail.gmx.net (mp037) with SMTP; 09 Feb 2006 01:28:40 +0100 X-Authenticated: #5465401 Message-ID: <43EA8CB5.4030806@gmx.de> Date: Thu, 09 Feb 2006 01:28:37 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBCF80D924D4061D314C8ED9F" X-Y-GMX-Trusted: 0 Subject: gamin vs. fam X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 00:28:44 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBCF80D924D4061D314C8ED9F Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Well, the whole gamin thing seems a bit confusing to me. Why is this attempt to replace an (apparently flawlessly) working software with another one that only supports a subset of the first ones features? Has the development of fam been stopped? Does it have other major disadvantages? Or is this just some gnome people having a power-trip? --------------enigBCF80D924D4061D314C8ED9F 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 (FreeBSD) iD8DBQFD6oy1fMDIb41/+S0RAvhXAJwI/2z2EKwkw2B9os7DApfAFZJqigCeORvP VCzb6CXTGYurRwZKRyN2eT8= =XaGe -----END PGP SIGNATURE----- --------------enigBCF80D924D4061D314C8ED9F-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 00:46: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 CEB4916A420; Thu, 9 Feb 2006 00:46:00 +0000 (GMT) (envelope-from conrads@cox.net) Received: from eastrmmtao01.cox.net (eastrmmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCEA343D46; Thu, 9 Feb 2006 00:45:59 +0000 (GMT) (envelope-from conrads@cox.net) Received: from serene.no-ip.org ([68.14.59.177]) by eastrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060209004559.MSET4894.eastrmmtao01.cox.net@serene.no-ip.org>; Wed, 8 Feb 2006 19:45:59 -0500 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.13.4/8.13.4) with ESMTP id k190jiqr081088; Wed, 8 Feb 2006 18:45:46 -0600 (CST) (envelope-from conrads@serene.no-ip.org) Received: (from conrads@localhost) by serene.no-ip.org (8.13.4/8.13.4/Submit) id k190jb9b081087; Wed, 8 Feb 2006 18:45:38 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20060208194746.5452.qmail@web53903.mail.yahoo.com> Date: Wed, 08 Feb 2006 18:45:37 -0600 (CST) From: Conrad Sabatier To: Daniel Valencia Cc: freebsd-ports@freebsd.org, freebsd-amd64@freebsd.org Subject: RE: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 00:46:00 -0000 On 08-Feb-2006 Daniel Valencia wrote: > hello > > print/acroread7 fails to build in my amd64 system... the problem is that > it can't seem to find the following file: > > gtk2-2.4.14-4.fc3.3.amd64.rpm > > > It seems to have tried dozens of different places, and it finally gave > up. Afterwards, I updated the ports tree, tried again, and I get the > same output. Is there anything I can do to get it running without > resorting to the linux binaries? Try installing x11-toolkits/linux-gtk2 first. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 03:13: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 0EA5216A422 for ; Thu, 9 Feb 2006 03:13:02 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4336643D45 for ; Thu, 9 Feb 2006 03:12:58 +0000 (GMT) (envelope-from sangwoos@gmail.com) Received: by uproxy.gmail.com with SMTP id m2so26661ugc for ; Wed, 08 Feb 2006 19:12:57 -0800 (PST) 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=a9y6xO+woiLERKjaeGK6pHvfCbEolFE/BYbCA/4n0ZsopwAI3NR6jezFoh5ykhQKkiQvBq7DORC9W0FT7qPnyHaeztTs+Wep6OPQwEydh8/2nbrGs2MN6ZXzLm07RBn3s4lpCk6CwpgL46GVOWvqznaPZspy53B9h8cQ33Lb3uo= Received: by 10.48.47.14 with SMTP id u14mr2155999nfu; Wed, 08 Feb 2006 17:19:27 -0800 (PST) Received: by 10.49.40.4 with HTTP; Wed, 8 Feb 2006 17:19:27 -0800 (PST) Message-ID: <4cbd01f40602081719o7a7d876dq@mail.gmail.com> Date: Thu, 9 Feb 2006 10:19:27 +0900 From: Sangwoo Shim To: Conrad Sabatier In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060208194746.5452.qmail@web53903.mail.yahoo.com> Cc: freebsd-amd64@freebsd.org, freebsd-ports@freebsd.org, Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 03:13:02 -0000 2006/2/9, Conrad Sabatier : > > On 08-Feb-2006 Daniel Valencia wrote: > > hello > > > > print/acroread7 fails to build in my amd64 system... the problem is th= at > > it can't seem to find the following file: > > > > gtk2-2.4.14-4.fc3.3.amd64.rpm > > > > > > It seems to have tried dozens of different places, and it finally gave > > up. Afterwards, I updated the ports tree, tried again, and I get the > > same output. Is there anything I can do to get it running without > > resorting to the linux binaries? > > Try installing x11-toolkits/linux-gtk2 first. > > -- > Conrad J. Sabatier -- "In Unix veritas" Or refer ports/87985, to benefit from automatic dependency-based installati= on which is one of the greatness of our ports system. http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/87985 PS. I've seen the thread exactly cover this topic on -amd64 list. Next time, please search for a same topic before posting. -- Regards, Sangwoo Shim From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 04:31: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 25FBB16A420; Thu, 9 Feb 2006 04:31:07 +0000 (GMT) (envelope-from joe@elise.rewt.org.uk) Received: from elise.rewt.org.uk (elise.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBB843D48; Thu, 9 Feb 2006 04:31:06 +0000 (GMT) (envelope-from joe@elise.rewt.org.uk) Received: from elise.rewt.org.uk (smmsp@localhost [127.0.0.1]) by elise.rewt.org.uk (8.13.5/8.13.4) with ESMTP id k194V1Av080127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Feb 2006 04:31:02 GMT (envelope-from joe@elise.rewt.org.uk) Received: (from root@localhost) by elise.rewt.org.uk (8.13.5/8.13.5/Submit) id k194V1sO080126; Thu, 9 Feb 2006 04:31:01 GMT (envelope-from joe) Date: Thu, 9 Feb 2006 04:31:01 GMT Message-Id: <200602090431.k194V1sO080126@elise.rewt.org.uk> To: FreeBSD-gnats-submit@freebsd.org From: Joe Holden X-send-pr-version: 3.113 X-GNATS-Notify: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,AWL, UPPERCASE_25_50 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on elise.rewt.org.uk Cc: ports@freebsd.org Subject: [PATCH] devel/cvs2html: MAINTAINER update. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 04:31:07 -0000 >Submitter-Id: current-users >Originator: Joe Holden >Organization: >Confidential: no >Synopsis: [PATCH] devel/cvs2html: MAINTAINER update. >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 6.0-STABLE i386 >Environment: System: FreeBSD elise.rewt.org.uk 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan 31 23:37:37 UTC 2006 >Description: Changed MAINTAINER >How-To-Repeat: >Fix: --- cvs2html-1.96.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/cvs2html/Makefile /root/cvs2html/Makefile --- /usr/ports/devel/cvs2html/Makefile Sun Apr 3 21:30:33 2005 +++ /root/cvs2html/Makefile Thu Feb 9 04:29:20 2006 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= sada EXTRACT_SUFX= .gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joe@joeholden.co.uk COMMENT= Perl script to turn ``cvs log'' output into HTML PLIST_FILES= bin/cvs2html --- cvs2html-1.96.patch ends here --- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 06:16:24 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 1FE9D16A420; Thu, 9 Feb 2006 06:16:24 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798FE43D46; Thu, 9 Feb 2006 06:16:22 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k196GP88032225; Thu, 9 Feb 2006 01:16:25 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: eculp@encontacto.net In-Reply-To: <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1s7FfBvkXvmAXhHSPNvt" Organization: MarcusCom, Inc. Date: Thu, 09 Feb 2006 01:16:16 -0500 Message-Id: <1139465776.54060.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd-ports@freebsd.org, Alex Dupre Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 06:16:24 -0000 --=-1s7FfBvkXvmAXhHSPNvt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-02-08 at 17:02 -0600, eculp@encontacto.net wrote: > Quoting Alex Dupre : >=20 > > eculp@encontacto.net wrote: > >> IIRC, gamin was dumping core, but since it was a production server I=20 > >> didn't look further but went back to courier. > > > > Was the gam_server to dump core or the courier-imap using libgamin?=20 > > If it was the former it never happened to me, the latter could be a=20 > > courier bug exploited by an unexpected different behaviour of gamin. > > > >> If you think the new version has a chance of working with courier, I=20 > >> could give it a try. Early tomorrow morning or maybe this evening=20 > >> if I can get caught up. (CST). > > > > Giving a real quick look at courier source code I can see a few=20 > > potential bugs regarding missing or uncorrect checks of FAMPending=20 > > return values. I don't know if they can cause logical errors and dump=20 > > core, but surely the fam integration is not perfect. The quick answer=20 > > is "try the new version", even if the probabilities are not many. >=20 > Alex, I was mistaken. I just deinstalled fam and installed the new=20 > gamin port and found that the real problem is that imapd is dumping=20 > core not gamin. >=20 > Feb 8 16:47:58 home kernel: pid 58199 (imapd), uid 80: exited on=20 > signal 11 (core dumped) > Feb 8 16:48:01 home kernel: pid 58201 (imapd), uid 80: exited on=20 > signal 11 (core dumped) > Feb 8 16:48:03 home kernel: pid 58198 (imapd), uid 80: exited on=20 > signal 11 (core dumped) >=20 > and dumping with an Sig 11 that I hate. I always think memory but=20 > switching back to fam it again works perfectly. Not much help I'm=20 > afraid. If there is anything special that I can test for you, let me=20 > know. I've got both compiled now so it isn't difficult to switch back=20 > and forth. Signal 11 is a segmentation fault indicating a NULL pointer dereference. Compile courier with debugging symbols, then get a full backtrace when imapd dumps core: gdb imapd imapd.core (gdb) bt full Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-1s7FfBvkXvmAXhHSPNvt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6t4wb2iPiv4Uz4cRAlLzAJ4nDsnFXAAGZOb2pZ2+nTR0M0RRBACcDpu5 EK129YEmYho6mJ/Tokra+0I= =bY8D -----END PGP SIGNATURE----- --=-1s7FfBvkXvmAXhHSPNvt-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 06:53: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 66A9716A420; Thu, 9 Feb 2006 06:53:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC68443D45; Thu, 9 Feb 2006 06:53:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k196ralO032489; Thu, 9 Feb 2006 01:53:36 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Alex Dupre In-Reply-To: <43E9FFAE.5020500@FreeBSD.org> References: <43E9FFAE.5020500@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2RD4kLQqlqslCgE6Ts1h" Organization: FreeBSD, Inc. Date: Thu, 09 Feb 2006 01:53:28 -0500 Message-Id: <1139468008.54060.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: ports@FreeBSD.org, Jean-Yves Lefort Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 06:53:31 -0000 --=-2RD4kLQqlqslCgE6Ts1h Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-02-08 at 15:26 +0100, Alex Dupre wrote: > In the last days I worked on porting the latest release of gamin (0.1.7)=20 > to FreeBSD (and cygwin, too, but this is for another mailing list ;-)). > If you don't want to read more, the result was successfully and the new=20 > port may be downloaded for testing from=20 > http://www.alexdupre.com/gamin.tar.gz. > If you are interested in porting work and changed internals go ahead. > The 0.1.7 release works (with about the same bugs of 0.1.5)=20 > out-of-the-box only on Linux with kernel backends (dnotify/inotify).=20 > Polling is broken, kqueue doesn't compile. I fixed all the bugs I found=20 > and tried to make polling and kqueue work flawless. > Internally I replaced the read of the linux /etc/mtab file with a call=20 > to getmntinfo() to know which file system could be monitored by the=20 > kernel and which should be polled. In the latter case the monitoring job=20 > is carried out by the polling backend, in the former the job is=20 > completed by the kqueue backend in the same way is done actually in the=20 > 0.1.5 release. > I did many tests on a 6-STABLE with thousands of monitored dirs/files on=20 > ufs and smbfs file systems to catch any possible bug, but it seems it's=20 > working great. > Unless you will find anything wrong with the port, I'm going to commit=20 > it in the end of the week. I committed this with a few changes. Someone using NFS along with gamin might want to validate whether kqueue on NFS is working well. The same goes for smbfs, msdosfs, and ext2fs. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-2RD4kLQqlqslCgE6Ts1h Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6ubob2iPiv4Uz4cRAscbAJ9tl6hkyNbGYjXbSrd7dN+2EnGR8QCeJ6Fd 1ngZw2jwwHuVjXYp78kayu4= =C/fy -----END PGP SIGNATURE----- --=-2RD4kLQqlqslCgE6Ts1h-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 06:57: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 4BAAE16A420 for ; Thu, 9 Feb 2006 06:57:00 +0000 (GMT) (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 9490B43D46 for ; Thu, 9 Feb 2006 06:56:59 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 29993 invoked by uid 399); 9 Feb 2006 06:56:58 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 9 Feb 2006 06:56:58 -0000 Message-ID: <43EAE7BA.7010403@FreeBSD.org> Date: Wed, 08 Feb 2006 22:56:58 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Panagiotis Astithas References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> <43E90C24.2000908@ebs.gr> In-Reply-To: <43E90C24.2000908@ebs.gr> 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: New /bin/sh based script to manage 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, 09 Feb 2006 06:57:00 -0000 Panagiotis Astithas wrote: > That's what happenned in my attempt to 'portmaster -rdf expat'. Ok, I figured out what happened here. Turns out that our getopts routine is picky about option ordering when one of the options is supposed to take an argument. 'portmaster -df -r expat' works as expected (although as I pointed out previously, -f and -r are probably not needed together). hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 06:58: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 9B08716A422 for ; Thu, 9 Feb 2006 06:58:46 +0000 (GMT) (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 B1D3C43D48 for ; Thu, 9 Feb 2006 06:58:45 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 30934 invoked by uid 399); 9 Feb 2006 06:58:45 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 9 Feb 2006 06:58:45 -0000 Message-ID: <43EAE825.6010207@FreeBSD.org> Date: Wed, 08 Feb 2006 22:58:45 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Doug Barton References: <43D610B6.5080008@FreeBSD.org> <43DE40FE.6000507@ebs.gr> <43DE6C65.9040306@FreeBSD.org> <43DE7652.9050807@ebs.gr> <43DF346B.407@FreeBSD.org> <43DF40BC.4060600@ebs.gr> <43E2B3A6.9060508@FreeBSD.org> <43E2B530.4050500@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> <43E90C24.2000908@ebs.gr> <43EAE7BA.7010403@FreeBSD.org> In-Reply-To: <43EAE7BA.7010403@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Panagiotis Astithas Subject: Re: New /bin/sh based script to manage 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, 09 Feb 2006 06:58:46 -0000 Doug Barton wrote: > Panagiotis Astithas wrote: > >> That's what happenned in my attempt to 'portmaster -rdf expat'. > > Ok, I figured out what happened here. Turns out that our getopts routine is > picky about option ordering when one of the options is supposed to take an > argument. 'portmaster -df -r expat' works as expected (although as I pointed > out previously, -f and -r are probably not needed together). Sorry, I should have mentioned that I uploaded a new version with the Usage() fixed to reflect this issue. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:07: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 4727216A422 for ; Thu, 9 Feb 2006 07:07:07 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A43543D4C for ; Thu, 9 Feb 2006 07:07:06 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so93905nzf for ; Wed, 08 Feb 2006 23:07:05 -0800 (PST) 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=liIqrgEYipNx2QyxkD6ruxaqe8jCYIPv3O3L18UDfdDUAlZudvK4PJVyZDv1MjFX0il9PQ3HBwZwg+5BpaqX66a346LQvyFG1GjFbrEl3ZvgC/683+nNfESc4ho6yaLQs/Lybw27j3WfcYXlUjdtUb/A1Mo59tyezMewkjdgzDQ= Received: by 10.65.121.15 with SMTP id y15mr2120849qbm; Wed, 08 Feb 2006 23:07:05 -0800 (PST) Received: by 10.65.107.16 with HTTP; Wed, 8 Feb 2006 23:07:05 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2006 15:07:05 +0800 From: Jiawei Ye To: Doug Barton In-Reply-To: <43EAE825.6010207@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43D610B6.5080008@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> <43E90C24.2000908@ebs.gr> <43EAE7BA.7010403@FreeBSD.org> <43EAE825.6010207@FreeBSD.org> Cc: Panagiotis Astithas , freebsd-ports@freebsd.org Subject: Re: New /bin/sh based script to manage 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, 09 Feb 2006 07:07:07 -0000 On 2/9/06, Doug Barton wrote: > Sorry, I should have mentioned that I uploaded a new version with the > Usage() fixed to reflect this issue. > > Doug Hi, What is the syntax for the portup.rc file? I have lots of options set for my various installed ports, how do I convert them to portmaster style? Also, one thing I miss from portupgrade is the ability to deinstall some port alone with ports that depend on it. Can that be added as well? something like pkg_deinstall -r/R stuff? Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:12: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 4739816A420; Thu, 9 Feb 2006 07:12:56 +0000 (GMT) (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 9567843D45; Thu, 9 Feb 2006 07:12:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5D6F1.dip.t-dialin.net [84.165.214.241]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1971nL2082960; Thu, 9 Feb 2006 08:01:50 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k197Cp62085521; Thu, 9 Feb 2006 08:12:51 +0100 (CET) (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; Thu, 09 Feb 2006 08:12:50 +0100 Message-ID: <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 09 Feb 2006 08:12:50 +0100 From: Alexander Leidinger To: "Julian H. Stacey" References: <200602082044.k18Kitjr089481@fire.jhs.private> In-Reply-To: <200602082044.k18Kitjr089481@fire.jhs.private> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 07:12:56 -0000 "Julian H. Stacey" wrote: > Several Things: (& as this is a general answer ti's applicable to other > new folk who may care to read on) In the general case I agree, but in this specific case I have to add some comments... > 2) mail `grep MAINTAINER > /pub/FreeBSD/branches/-current/ports/print/acroread7` > rather than mailing the list > that's trevor@FreeBSD.org who I added to the CC Trevor is not very responsive. Have a look at the PR's which are assigned to Trevor and how long there's absolutely no trace of action from his side. Not mailing the maintainer (by intend or not) *in this case* was right. I even think I will play devil's advocate and give back some of Trevor's ports (at least those with an open PR without feedback from Trevor) back to ports@. A maintainer timeout of ~5 months justifies this. Hey Trevor, this is a "please speak up" for you! > 4) Cruise the source of a previous distribvution, eg gtk2 > looking for URLs for wherever they store their current stuff. Doesn't help in this case, it's a bug in acroread7 and/or bsd.port.mk (depending on your POV). The suggestion in another mail to just install linux-gtk2 by hand is the work-around which has to be used here. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Daemon escaped from pentagram From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:18: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 0791A16A420 for ; Thu, 9 Feb 2006 07:18:37 +0000 (GMT) (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 7350A43D45 for ; Thu, 9 Feb 2006 07:18:36 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 41457 invoked by uid 399); 9 Feb 2006 07:18:35 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 9 Feb 2006 07:18:35 -0000 Message-ID: <43EAECCB.3030407@FreeBSD.org> Date: Wed, 08 Feb 2006 23:18:35 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jiawei Ye References: <43D610B6.5080008@FreeBSD.org> <20060203065504.GA3857@weller-fahy.com> <43E31808.6070205@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> <43E90C24.2000908@ebs.gr> <43EAE7BA.7010403@FreeBSD.org> <43EAE825.6010207@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Panagiotis Astithas , freebsd-ports@freebsd.org Subject: Re: New /bin/sh based script to manage 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, 09 Feb 2006 07:18:37 -0000 Jiawei Ye wrote: > Hi, > > What is the syntax for the portup.rc file? I have lots of options set > for my various installed ports, how do I convert them to portmaster > style? That's a reasonable question, but I should point out at the outset that I have not tried to match portupgrade feature for feature with portmaster. This script has grown organically as I needed new features; or as users have requested features after I introduced the script to "the public." :) Thus, I have not attempted to reproduce portupgrade's feature of per-port build options. I think that this is an interesting idea, and I'm certainly not opposed to adding it if enough people who would want to use portmaster otherwise tell me that this is a critical feature for them. However, I personally put options that I care about in /etc/make.conf. I also keep hoping that our OPTIONS framework will continue to be refined, and that more ports will use it. Do you see this issue (per-port options) as a critical one? On the other hand, if the question that you're asking is actually "How do I write a portmaster.rc file to always include certain options for portmaster?" then the syntax would be the same as the similar support in mergemaster. Take a look at the getopts statement in portmaster, and add something like: ALWAYS_SCRUB_DISTFILES=yes to either /etc/portmaster.rc, or $HOME/.portmasterrc. > Also, one thing I miss from portupgrade is the ability to deinstall > some port alone with ports that depend on it. Can that be added as > well? something like pkg_deinstall -r/R stuff? Interesting idea. To make sure that I understand your request, let's say I have a port foo, and in /var/db/pkg/foo-0.0.0.1 there is a +REQUIRED_BY file that lists several other ports. You want to be able to say 'portmaster -R foo' and have it deinstall all the ports listed in that +REQUIRED_BY file, then deinstall foo? If so, I think that should be relatively easy to do, I'll take a look at it. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:22:53 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 C947C16A420 for ; Thu, 9 Feb 2006 07:22:53 +0000 (GMT) (envelope-from zmik@atlasnet.ru) Received: from mx1.atlasnet.ru (mx1.atlasnet.ru [194.67.53.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479ED43D48 for ; Thu, 9 Feb 2006 07:22:52 +0000 (GMT) (envelope-from zmik@atlasnet.ru) Received: from darkstar ([192.168.1.2]) by mx1.atlasnet.ru with esmtp (Exim 4.54) id 1F76BZ-000Hqj-1Q; Thu, 09 Feb 2006 10:25:49 +0300 Date: Thu, 9 Feb 2006 10:22:51 +0300 From: "Michael S. Sadkov" X-Mailer: The Bat! (v2.12.00) Organization: Atlas X-Priority: 3 (Normal) Message-ID: <148308879.20060209102251@atlasnet.ru> To: avleeuwen@piwebs.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ImageMagick-6.2.5.5_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Michael S. Sadkov" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 07:22:53 -0000 Please update this port to version 6.2.6 available at http://www.imagemagick.org/ thanx.. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:31: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 41C5D16A420 for ; Thu, 9 Feb 2006 07:31:41 +0000 (GMT) (envelope-from mail@jhaemmerle.org) Received: from mx0.bitshelter.net (svr.bitshelter.net [85.10.193.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B348743D46 for ; Thu, 9 Feb 2006 07:31:38 +0000 (GMT) (envelope-from mail@jhaemmerle.org) Received: from localhost (localhost [127.0.0.1]) by mx0.bitshelter.net (Postfix) with ESMTP id E626B64540 for ; Thu, 9 Feb 2006 08:31:33 +0100 (CET) Received: from mx0.bitshelter.net ([127.0.0.1]) by localhost (svr.bitshelter.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21735-02-2 for ; Thu, 9 Feb 2006 08:31:30 +0100 (CET) Received: from [192.168.1.70] (p549BD7F7.dip.t-dialin.net [84.155.215.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx0.bitshelter.net (Postfix) with ESMTP id 644DA3D844 for ; Thu, 9 Feb 2006 08:31:30 +0100 (CET) From: Jochen Haemmerle To: freebsd-ports@freebsd.org Date: Thu, 9 Feb 2006 08:31:13 +0100 User-Agent: KMail/1.9.1 References: <200602090041.41479.mail@jhaemmerle.org> <62AB70FF-BF16-4D04-87F7-E5E994907317@ahze.net> In-Reply-To: <62AB70FF-BF16-4D04-87F7-E5E994907317@ahze.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1412853.72ZAkBvvGQ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602090831.21549.mail@jhaemmerle.org> Subject: Re: Firefox upload mimetypes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 07:31:41 -0000 --nextPart1412853.72ZAkBvvGQ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, thanks for you quick reply > > I try to upload a zip-file to a webapplication and firefox sets the > > mimetype of the submitted content to "application/octetstream" > > instead of > > using "application/zip" or "application/x-zip". The webapp doesn't > > accept > > the "octetstream" mimetype. It expects "zip" or "x-zip" > > Using Konqueror(kde 3.5.1) it works just fine. > > Is there any way how I can configure my firefox to use these > > mimetypes? > > you sure it wasn't the web server that set it ? > Well, as said, it works with Konqueror. I also managed to get my hand on a= =20 Windows box with Firefox 1.0.7 works also fine. Even IE was doing the right= =20 things. Thats why I don't think it is the web server. Afaik, for the upload the client/browser has to set the mimetype. Wouldn't= =20 make much sense the other way round since every content is some sort of=20 octetstream. Cheers Jochen --nextPart1412853.72ZAkBvvGQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD6u/JDk6Osfj8n0ARAv2JAJkB0fZGIW0gf3ASC/cukZzwUFHPIgCggAy5 S57i/Nt4j8Z9fC3ZKhniTwk= =dHzW -----END PGP SIGNATURE----- --nextPart1412853.72ZAkBvvGQ-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:34:30 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 AEFFB16A420 for ; Thu, 9 Feb 2006 07:34:30 +0000 (GMT) (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 C65A343D46 for ; Thu, 9 Feb 2006 07:34:29 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 49599 invoked by uid 399); 9 Feb 2006 07:34:29 -0000 Received: from localhost (HELO ?192.168.1.102?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 9 Feb 2006 07:34:29 -0000 Message-ID: <43EAF082.50201@FreeBSD.org> Date: Wed, 08 Feb 2006 23:34:26 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: n j References: <92bcbda50602080058s2dc1d954y49b2a0dd37b91f55@mail.gmail.com> In-Reply-To: <92bcbda50602080058s2dc1d954y49b2a0dd37b91f55@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, wes@FreeBSD.org Subject: Re: FreeBSD Port: mimedefang-2.54 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 07:34:30 -0000 n j wrote: > Hello, > > Don't know if this has been reported and/or fixed... > > After installing mimedefang, the attempt to start it using rc.d > startup script, mimedefang.sh, succeeds, but reports the following: > > "Starting mimedefang: [: missing ] > [ OK ]" > > A few hours later (well, I'm no expert) :), I figured what's wrong > with the installation. It appears that startup script has a bug. On > lines 180 and 218, a space is missing before the closing square > bracket, after the SPOOLDIR variable: > the line should read [ -n "$SPOOLDIR" ] && echo "-z $SPOOLDIR" instead > of [ -n "$SPOOLDIR"] && echo "-z $SPOOLDIR" (note the space). Good catch. This is actually a bug in the script as provided by the vendor, so you might want to report this upstream as well. > While I'm at it, it would be nice if mimedefang installation somehow > modified sendmail startup script to automatically start mimedefang, as > sendmail with mimedefang configured but not started doesn't work > anyway. But this is more of an idea to think about than an RFE :). One way to handled this (and in fact it would be preferred at this point) would be to install this init-script in ${PREFIX}/libexec (perhaps as mimedefang-init), and write a simple rc.d script that called that script at boot. The example in the Porter's Handbook could be simplified and used in this situation. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 07:41: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 1F1BF16A420 for ; Thu, 9 Feb 2006 07:41:32 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9563143D46 for ; Thu, 9 Feb 2006 07:41:30 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so242998wra for ; Wed, 08 Feb 2006 23:41:30 -0800 (PST) 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=EDpAYGwMdZx9Eq3dnrHVIfnGYcbsSTDQK8WgwdqAXMI7dRpv0gZ50dtxdA5iaMkyuC7NtVoK7w2Kr15J9KgaBd1Nr0R7FfyutXN1IkeF2dmrypHoz2yAjwE1J6DiVVN5j65YtoBiGO5JIN90Q1jc93WfsD/3jatl+vXO4OYsO0w= Received: by 10.65.150.19 with SMTP id c19mr2157998qbo; Wed, 08 Feb 2006 23:41:29 -0800 (PST) Received: by 10.65.107.16 with HTTP; Wed, 8 Feb 2006 23:41:29 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2006 15:41:29 +0800 From: Jiawei Ye To: Doug Barton In-Reply-To: <43EAECCB.3030407@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43D610B6.5080008@FreeBSD.org> <20060203111911.GA22446@hal.ebs.gr> <43E84A10.2050201@FreeBSD.org> <43E86940.7070302@ebs.gr> <43E9024F.3040703@FreeBSD.org> <43E90C24.2000908@ebs.gr> <43EAE7BA.7010403@FreeBSD.org> <43EAE825.6010207@FreeBSD.org> <43EAECCB.3030407@FreeBSD.org> Cc: Panagiotis Astithas , freebsd-ports@freebsd.org Subject: Re: New /bin/sh based script to manage 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, 09 Feb 2006 07:41:32 -0000 On 2/9/06, Doug Barton wrote: > Jiawei Ye wrote: > > > Hi, > > > > What is the syntax for the portup.rc file? I have lots of options set > > for my various installed ports, how do I convert them to portmaster > > style? > > That's a reasonable question, but I should point out at the outset that I > have not tried to match portupgrade feature for feature with portmaster. > This script has grown organically as I needed new features; or as users h= ave > requested features after I introduced the script to "the public." :) Thus= , I > have not attempted to reproduce portupgrade's feature of per-port build > options. I think that this is an interesting idea, and I'm certainly not > opposed to adding it if enough people who would want to use portmaster > otherwise tell me that this is a critical feature for them. However, I > personally put options that I care about in /etc/make.conf. I also keep > hoping that our OPTIONS framework will continue to be refined, and that m= ore > ports will use it. Do you see this issue (per-port options) as a critical= one? The problem with options in make.conf is that there might be namespace problems. To deal with that, some .dir boiler plate is needed, and when you have 300+ ports installed, make.conf may be very messy. If portmaster can grow the ability to specify per-port options, that will be a great plus.(like pkgtools.conf or portmanager/pm-020.conf style config files). I started on portupgrade and now use portmanager to manage my ports. Having a centralized tool to manager/install/deinstall my ports/package is important to me. I am not against the idea of using OPTIONS for ports, but it will be fairly cumbersome when one just needs a quick glance at the whole picture of different per-port options of the installed ports. > > Also, one thing I miss from portupgrade is the ability to deinstall > > some port alone with ports that depend on it. Can that be added as > > well? something like pkg_deinstall -r/R stuff? > > Interesting idea. To make sure that I understand your request, let's say = I > have a port foo, and in /var/db/pkg/foo-0.0.0.1 there is a +REQUIRED_BY f= ile > that lists several other ports. You want to be able to say 'portmaster -R > foo' and have it deinstall all the ports listed in that +REQUIRED_BY file= , > then deinstall foo? If so, I think that should be relatively easy to do, > I'll take a look at it. > > Doug Exactly. I used to do "pkg_deinstall -rR qt" when either me or qt did not behave. One example what pkg_deinstall does extremely well is, say you have 4 ports foo1 foo2, foo3, foo4. foo1 is required by foo2, foo3. foo2 is required by foo4. "pkg_deinstall -rR foo2" will only remove foo4 and foo2, but not foo1 since foo3 requires foo1 too. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 08:15: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 6A84A16A420 for ; Thu, 9 Feb 2006 08:15:55 +0000 (GMT) (envelope-from jrhett@mail.meer.net) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2288A43D49 for ; Thu, 9 Feb 2006 08:15:55 +0000 (GMT) (envelope-from jrhett@mail.meer.net) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) by outbound0.sv.meer.net (8.12.10/8.12.6) with ESMTP id k198Fs5I099111; Thu, 9 Feb 2006 00:15:54 -0800 (PST) (envelope-from jrhett@mail.meer.net) Received: from mail.meer.net (localhost [127.0.0.1]) by mail.meer.net (8.13.3/8.13.3/meer) with ESMTP id k198F7Gx056180; Thu, 9 Feb 2006 00:15:07 -0800 (PST) (envelope-from jrhett@mail.meer.net) Received: (from jrhett@localhost) by mail.meer.net (8.13.3/8.13.3/Submit) id k198F7VH056178; Thu, 9 Feb 2006 00:15:07 -0800 (PST) (envelope-from jrhett) Date: Thu, 9 Feb 2006 00:15:07 -0800 From: Jo Rhett To: glennrp@users.sourceforge.net Message-ID: <20060209081507.GA53606@svcolo.com> Mail-Followup-To: glennrp@users.sourceforge.net, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: bug in libpng-config / makefile.freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 08:15:55 -0000 libpng compiles and works fine on FreeBSD but libpng-config returns the wrong information arran:[1141] libpng-config --cflags -I/usr/local/usr/local/include/libpng -DPNG_USE_PNGGCCRD -O2 -fno-strict-aliasing -pipe arran:[1142] libpng-config --ldflags -L/usr/local/usr/local/lib -lpng -lz -lm arran:[1145] libpng-config --I_opts -I/usr/local/usr/local/include/libpng This bug is due to adding PREFIX twice to these variables: arran:[1053] diff makefile.freebsd.orig makefile.freebsd 15,16c15 < DESTDIR= ${PREFIX} < LIBDIR= /lib --- > LIBDIR= ${PREFIX}/lib 18c17 < INCSDIR= /include/libpng --- > INCSDIR= ${PREFIX}/include/libpng 21c20 < MANDIR= /man/man --- > MANDIR= ${PREFIX}/man/man 46a47,64 > libpng-config: > ( cat scripts/libpng-config-head.in; \ > echo prefix=\"${PREFIX}\"; \ > echo libdir=\"${PREFIX}${LIBDIR}\"; \ > echo ccopts=\"${ccopts}\"; \ > echo cppflags=\"${cppflags}\"; \ > echo I_opts=\"-I${PREFIX}${INCSDIR}\"; \ > echo L_opts=\"-L${PREFIX}${LIBDIR}\"; \ You can either remove the PREFIX in the top lines or the bottom lines. Since it appears necessary for the top lines, I believe the proper patch is this: --- makefile.freebsd_orig Thu Feb 9 00:12:57 2006 +++ makefile.freebsd Thu Feb 9 00:13:20 2006 @@ -48,11 +48,11 @@ libpng-config: ( cat scripts/libpng-config-head.in; \ echo prefix=\"${PREFIX}\"; \ - echo libdir=\"${PREFIX}${LIBDIR}\"; \ + echo libdir=\"${LIBDIR}\"; \ echo ccopts=\"${ccopts}\"; \ echo cppflags=\"${cppflags}\"; \ - echo I_opts=\"-I${PREFIX}${INCSDIR}\"; \ - echo L_opts=\"-L${PREFIX}${LIBDIR}\"; \ + echo I_opts=\"-I${INCSDIR}\"; \ + echo L_opts=\"-L${LIBDIR}\"; \ echo libs=\"-lpng -lz -lm\"; \ echo ldopts=\"${ldopts}\"; \ cat scripts/libpng-config-body.in ) > libpng-config -- Jo Rhett senior geek SVcolo : Silicon Valley Colocation From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 08:48: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 1224216A422 for ; Thu, 9 Feb 2006 08:48:51 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0069C43D60 for ; Thu, 9 Feb 2006 08:48:45 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 09 Feb 2006 08:48:44 -0000 Received: from p5091215B.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.33.91] by mail.gmx.net (mp039) with SMTP; 09 Feb 2006 09:48:44 +0100 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 370942004FF; Thu, 9 Feb 2006 09:48:43 +0100 (CET) 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 12609-06; Thu, 9 Feb 2006 09:48:42 +0100 (CET) Received: by merlin.emma.line.org (Postfix, from userid 500) id 375CE20084E; Thu, 9 Feb 2006 09:48:42 +0100 (CET) From: Matthias Andree To: Joe Marcus Clarke In-Reply-To: <1139465776.54060.1.camel@shumai.marcuscom.com> (Joe Marcus Clarke's message of "Thu, 09 Feb 2006 01:16:16 -0500") References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> <1139465776.54060.1.camel@shumai.marcuscom.com> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Thu, 09 Feb 2006 09:48:42 +0100 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) 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: Alex Dupre , freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 08:48:51 -0000 Joe Marcus Clarke writes: > Signal 11 is a segmentation fault indicating a NULL pointer dereference. > Compile courier with debugging symbols, then get a full backtrace when > imapd dumps core: > > gdb imapd imapd.core > (gdb) bt full Well, I have seen gamin go crazy on SUSE Linux 10.0 (like getting into tight 100% CPU loops and other crap), I'd say it's much too early to even CONSIDER gamin, let alone rely on it as new default and replacing fam. And I'm annoyed if such virtually undocumented software where a mission statement that is evidently a long shot from reality is all there is to documentation. I'm really annoyed if I am to be the beta tester (no matter of which distribution, FreeBSD, random Linux, whatever) without my informed consent. I haven't yet checked if there are knobs in the FreeBSD ports to prevent this crap from hitting my system and continue using FAM instead, I'd say there should be. -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 09:16:49 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 BF6C116A420; Thu, 9 Feb 2006 09:16:49 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from thin.berklix.org (thin.berklix.org [194.246.123.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBD543D49; Thu, 9 Feb 2006 09:16:48 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (p549A5B77.dip.t-dialin.net [84.154.91.119]) (authenticated bits=128) by thin.berklix.org (8.12.11/8.12.11) with ESMTP id k199GiQJ037739; Thu, 9 Feb 2006 10:16:45 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (fire.jhs.private [192.168.91.41]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id k199Gfk6027568; Thu, 9 Feb 2006 10:16:41 +0100 (CET) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (localhost.jhs.private [127.0.0.1]) by fire.jhs.private (8.13.1/8.13.1) with ESMTP id k199Hlgr004266; Thu, 9 Feb 2006 10:17:47 +0100 (CET) (envelope-from jhs@fire.jhs.private) Message-Id: <200602090917.k199Hlgr004266@fire.jhs.private> To: Alexander Leidinger In-Reply-To: Message from Alexander Leidinger of "Thu, 09 Feb 2006 08:12:50 +0100." <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> Date: Thu, 09 Feb 2006 10:17:47 +0100 From: "Julian H. Stacey" Cc: trevor@freebsd.org, freebsd-ports@freebsd.org, Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 09:16:49 -0000 Alexander Leidinger wrote: > "Julian H. Stacey" wrote: > > > Several Things: (& as this is a general answer ti's applicable to other > > new folk who may care to read on) > > In the general case I agree, but in this specific case I have to add some > comments... Ah, OK, Thanks. -- Julian Stacey. Consultant Unix Net & Sys. Eng., Munich. http://berklix.com Mail in Ascii, HTML=spam. Ihr Rauch = meine allergischen Kopfschmerzen. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 09:30: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 70D3F16A422 for ; Thu, 9 Feb 2006 09:30:12 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 351F343D45 for ; Thu, 9 Feb 2006 09:30:10 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 09 Feb 2006 09:30:09 -0000 Received: from p54A7F46D.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.244.109] by mail.gmx.net (mp030) with SMTP; 09 Feb 2006 10:30:09 +0100 X-Authenticated: #5465401 Message-ID: <43EB0B9E.6080800@gmx.de> Date: Thu, 09 Feb 2006 10:30:06 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: Matthias Andree References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> <1139465776.54060.1.camel@shumai.marcuscom.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB0F8BA7AF76474659BEC9923" X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 09:30:12 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB0F8BA7AF76474659BEC9923 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Put: WITH_FAM_SYSTEM=3D fam into your /etc/make.conf . This little something was on the mailinglist about one week ago and it works fine for me. Matthias Andree wrote: >=20 > Well, I have seen gamin go crazy on SUSE Linux 10.0 (like getting into > tight 100% CPU loops and other crap), I'd say it's much too early to > even CONSIDER gamin, let alone rely on it as new default and replacing > fam. And I'm annoyed if such virtually undocumented software where a > mission statement that is evidently a long shot from reality is all > there is to documentation. I'm really annoyed if I am to be the beta > tester (no matter of which distribution, FreeBSD, random Linux, > whatever) without my informed consent. >=20 > I haven't yet checked if there are knobs in the FreeBSD ports to preven= t > this crap from hitting my system and continue using FAM instead, I'd sa= y > there should be. >=20 --------------enigB0F8BA7AF76474659BEC9923 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 (FreeBSD) iD8DBQFD6wuefMDIb41/+S0RAunAAJ9oGV9Rb++7tSlib8gm+XFqrXh8dwCfWC8A 9mJ3BnvW2nAGfw7H+WRmnNc= =InAL -----END PGP SIGNATURE----- --------------enigB0F8BA7AF76474659BEC9923-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 09:40: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 4143916A420 for ; Thu, 9 Feb 2006 09:40:29 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90343D49 for ; Thu, 9 Feb 2006 09:40:28 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so118700nzd for ; Thu, 09 Feb 2006 01:40:27 -0800 (PST) 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=nvYnbUOoR/7yLZbjoGYRPves9rAxAUkQF5fpHP15wozH76U491IsjZp8svofJZUJiOjEFAjszmjFtbxcgR1+yrTHf3zUw39L4Wyu3lhSZN5lnL0AfT9sc25QmYQWLn/7HHAI5TqJ897/H+e1TgZEIDYljMGIMs3AwwcZ/tXot5I= Received: by 10.65.75.18 with SMTP id c18mr2199577qbl; Thu, 09 Feb 2006 01:40:27 -0800 (PST) Received: by 10.65.107.16 with HTTP; Thu, 9 Feb 2006 01:40:27 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2006 17:40:27 +0800 From: Jiawei Ye To: "[LoN]Kamikaze" In-Reply-To: <43EB0B9E.6080800@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> <1139465776.54060.1.camel@shumai.marcuscom.com> <43EB0B9E.6080800@gmx.de> Cc: Matthias Andree , freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 09:40:29 -0000 On 2/9/06, [LoN]Kamikaze wrote: > Put: > > WITH_FAM_SYSTEM=3D fam > > into your /etc/make.conf . This little something was on the mailinglist > about one week ago and it works fine for me. > I think it should go into ports/UPDATING Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 11:08: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 2FEEE16A422; Thu, 9 Feb 2006 11:08:17 +0000 (GMT) (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 6A14B43D45; Thu, 9 Feb 2006 11:08:16 +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 26FC0B833; Thu, 9 Feb 2006 13:08:14 +0200 (EET) Received: (nullmailer pid 56963 invoked by uid 1002); Thu, 09 Feb 2006 11:08:14 -0000 Date: Thu, 9 Feb 2006 13:08:14 +0200 From: Vasil Dimov To: Jeffrey Williams Message-ID: <20060209110814.GA56937@qlovarnika.bg.datamax> References: <43EA4026.2010903@sailorfej.net> <43EA5172.8050709@FreeBSD.org> <200602081302.15781.fcash@ocis.net> <43EA6361.10901@sailorfej.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <43EA6361.10901@sailorfej.net> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org Subject: Re: MySQL with SSL 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: Thu, 09 Feb 2006 11:08:17 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 08, 2006 at 01:32:17PM -0800, Jeffrey Williams wrote: > Thanks guys much appreciated >=20 In any case I advise you to backup the existing (and working) version of the mysql server: cd /some/safeplace pkg_create -b /var/db/pkg/mysql-server so if something goes wrong you can quickly restore, using pkg_add /some/safeplace/mysql.tbz Good luck! --=20 Vasil Dimov --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFD6yKeFw6SP/bBpCARAtgDAJ9MYCvlwUIgXCIzvMd7uk7omjXU3QCeKTWb f3s0Zdqnkj0+In5NnC0Nrec= =7xZE -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 12:06: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 180A416A420; Thu, 9 Feb 2006 12:06:02 +0000 (GMT) (envelope-from michael@gargantuan.com) Received: from phoenix.gargantuan.com (srv01.lak.lwxdatacom.net [24.73.171.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3437B43D7D; Thu, 9 Feb 2006 12:05:47 +0000 (GMT) (envelope-from michael@gargantuan.com) Received: by phoenix.gargantuan.com (Postfix, from userid 1001) id C334C1F2; Thu, 9 Feb 2006 07:05:47 -0500 (EST) Date: Thu, 9 Feb 2006 07:05:47 -0500 From: "Michael W. Oliver" To: vsevolod@FreeBSD.org Message-ID: <20060209120547.GB71261@gargantuan.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WplhKdTI2c8ulnbP" Content-Disposition: inline X-WWW-URL: http://michael.gargantuan.com X-GPG-PGP-Public-Key: http://michael.gargantuan.com/gnupg/pubkey.asc X-GPG-PGP-Fingerprint: 2694 0179 AE3F BFAE 0916 0BF5 B16B FBAB C5FA A3C9 X-Home-Phone: +1-863-816-8091 X-Mobile-Phone: +1-863-738-2334 X-Mailing-Address0: 8008 Apache Lane X-Mailing-Address1: Lakeland, FL X-Mailing-Address2: 33810-2172 X-Mailing-Address3: United States of America X-Guide-Questions: http://www.catb.org/~esr/faqs/smart-questions.html X-Guide-Netiquette: http://www.ietf.org/rfc/rfc1855.txt User-Agent: mutt-ng/devel-r774 (FreeBSD) Cc: ports@freebsd.org Subject: update to mutt-ng port, patch attached X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 12:06:02 -0000 --WplhKdTI2c8ulnbP Content-Type: multipart/mixed; boundary="+pHx0qQiF2pBVqBT" Content-Disposition: inline --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable patch attached. works fine for me and fixes some horrible scrolling problems and message count problems in sidebar. thanks. --=20 Mike Oliver [see complete headers for contact information] --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename="muttng-20060207.patch" Content-Transfer-Encoding: quoted-printable diff -ruN mutt-ng.orig/Makefile mutt-ng/Makefile --- mutt-ng.orig/Makefile Sun Jan 15 21:55:02 2006 +++ mutt-ng/Makefile Thu Feb 9 06:57:57 2006 @@ -6,8 +6,7 @@ # =20 PORTNAME=3D mutt-ng -PORTVERSION=3D 20051110 -PORTREVISION=3D 1 +PORTVERSION=3D 20060207 CATEGORIES=3D mail MASTER_SITES=3D http://nion.modprobe.de/mutt-ng/snapshots/ DISTNAME=3D muttng-${PORTVERSION} diff -ruN mutt-ng.orig/distinfo mutt-ng/distinfo --- mutt-ng.orig/distinfo Sun Jan 22 07:50:29 2006 +++ mutt-ng/distinfo Thu Feb 9 06:59:53 2006 @@ -1,3 +1,3 @@ -MD5 (muttng-20051110.tar.gz) =3D 21594b8fe6f654fc38907a47ce22b779 -SHA256 (muttng-20051110.tar.gz) =3D 8a22f01bbfd68f781da9c3fabb6f9ca65a60c2= 9e6059490b9fc0efd969931657 -SIZE (muttng-20051110.tar.gz) =3D 2732141 +MD5 (muttng-20060207.tar.gz) =3D 774f4da9a823d95d17f112153b39f93e +SHA256 (muttng-20060207.tar.gz) =3D 95d13b4cce233d22a3991f328722dd99bab16b= 2a5cb13ef76ff33a5e7c2bbf82 +SIZE (muttng-20060207.tar.gz) =3D 2733023 --+pHx0qQiF2pBVqBT-- --WplhKdTI2c8ulnbP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6zAbsWv7q8X6o8kRAkEXAJ9I/g0OR+fOIywhp6FvTJUv0kAYpACgnTkB 0uy1jGsRe+l9zRO1cSIITCg= =p1Sl -----END PGP SIGNATURE----- --WplhKdTI2c8ulnbP-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 12:10:12 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 B6AED16A426; Thu, 9 Feb 2006 12:10:12 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-242-42.brutele.be (host-212-68-242-42.brutele.be [212.68.242.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F0D43D45; Thu, 9 Feb 2006 12:10:11 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id E86D65536; Thu, 9 Feb 2006 13:10:09 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id B9546C129; Thu, 9 Feb 2006 13:10:09 +0100 (CET) Date: Thu, 9 Feb 2006 13:10:09 +0100 From: Jean-Yves Lefort To: Joe Marcus Clarke Message-Id: <20060209131009.47dd1398.jylefort@FreeBSD.org> In-Reply-To: <1139468008.54060.5.camel@shumai.marcuscom.com> References: <43E9FFAE.5020500@FreeBSD.org> <1139468008.54060.5.camel@shumai.marcuscom.com> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__9_Feb_2006_13_10_09_+0100_6dqBq=LR8d3mMIS6" Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 12:10:13 -0000 --Signature=_Thu__9_Feb_2006_13_10_09_+0100_6dqBq=LR8d3mMIS6 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 09 Feb 2006 01:53:28 -0500 Joe Marcus Clarke wrote: > On Wed, 2006-02-08 at 15:26 +0100, Alex Dupre wrote: > > In the last days I worked on porting the latest release of gamin (0.1.7= )=20 > > to FreeBSD (and cygwin, too, but this is for another mailing list ;-)). > > If you don't want to read more, the result was successfully and the new= =20 > > port may be downloaded for testing from=20 > > http://www.alexdupre.com/gamin.tar.gz. > > If you are interested in porting work and changed internals go ahead. > > The 0.1.7 release works (with about the same bugs of 0.1.5)=20 > > out-of-the-box only on Linux with kernel backends (dnotify/inotify).=20 > > Polling is broken, kqueue doesn't compile. I fixed all the bugs I found= =20 > > and tried to make polling and kqueue work flawless. > > Internally I replaced the read of the linux /etc/mtab file with a call= =20 > > to getmntinfo() to know which file system could be monitored by the=20 > > kernel and which should be polled. In the latter case the monitoring jo= b=20 > > is carried out by the polling backend, in the former the job is=20 > > completed by the kqueue backend in the same way is done actually in the= =20 > > 0.1.5 release. > > I did many tests on a 6-STABLE with thousands of monitored dirs/files o= n=20 > > ufs and smbfs file systems to catch any possible bug, but it seems it's= =20 > > working great. > > Unless you will find anything wrong with the port, I'm going to commit= =20 > > it in the end of the week. >=20 > I committed this with a few changes. Someone using NFS along with gamin > might want to validate whether kqueue on NFS is working well. The same > goes for smbfs, msdosfs, and ext2fs. Please address the following issues, or revert: - we now have two different pollers; one is used when gam_kqueue_monitor_enable_kqueue() returns FALSE (for instance when the fd limit is exhausted, or when kevent() fails); one is used for "nfs" and "smbfs" filesystems - the two pollers behave differently, compare: stat() vs lstat(), gam_poll_generic_node_changed() vs gam_kqueue_differs(), scalability, ... - using filesystem names to choose between kqueue and polling is a bad idea, for obvious reasons; one should use fstatfs() and enable kqueue if the MNT_LOCAL flag is set - testing no longer works: make cd $WRKDIR/tests export GAMIN_DEBUG_SERVER=3D../server/gam_server ./testgam - connect test -> it connects to the already running gam_server (the installed one) - the patch which removed a stale socket has been dropped --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Thu__9_Feb_2006_13_10_09_+0100_6dqBq=LR8d3mMIS6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6zEhyzD7UaO4AGoRAib2AJ4sZ8NN0nSVQVtvDd/tHd1+C175ZgCfWpTW Sr/VMtudhYveOs8+ZJo5tes= =lked -----END PGP SIGNATURE----- --Signature=_Thu__9_Feb_2006_13_10_09_+0100_6dqBq=LR8d3mMIS6-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 12:41:42 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 7F67816A424 for ; Thu, 9 Feb 2006 12:41:42 +0000 (GMT) (envelope-from rwx@openbsd.lt) Received: from zeus.nnt.lt (zeus.nnt.lt [84.15.24.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2700B43D53 for ; Thu, 9 Feb 2006 12:41:31 +0000 (GMT) (envelope-from rwx@openbsd.lt) Received: from localhost (localhost [127.0.0.1]) by zeus.nnt.lt (Postfix) with ESMTP id 2066C98443 for ; Thu, 9 Feb 2006 14:41:30 +0200 (EET) Received: from zeus.nnt.lt ([127.0.0.1]) by localhost (zeus.nnt.lt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92948-10 for ; Thu, 9 Feb 2006 14:41:24 +0200 (EET) Received: from [192.168.30.15] (omega.vic.lt [193.219.135.124]) by zeus.nnt.lt (Postfix) with ESMTP for ; Thu, 9 Feb 2006 14:41:24 +0200 (EET) Message-ID: <43EB54A9.1040302@openbsd.lt> Date: Thu, 09 Feb 2006 14:41:45 +0000 From: Genadijus Paleckis User-Agent: Mail/News (X11/20060207) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="------------020906090001040304030807" X-Virus-Scanned: amavisd-new at nnt.lt Cc: Subject: broken link in freebsd ports mail/smtpproxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 12:41:42 -0000 This is a multi-part message in MIME format. --------------020906090001040304030807 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please find attached patch for updating broken link in pkg-descr. --------------020906090001040304030807 Content-Type: text/plain; name="smtpproxy.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="smtpproxy.patch" --- mail/smtpproxy/pkg-descr.orig Thu Feb 9 14:37:05 2006 +++ mail/smtpproxy/pkg-descr Thu Feb 9 14:37:19 2006 @@ -3,4 +3,4 @@ protocol is accomplished. If commands outside the specification are sent they are not forwarded to the server. -WWW: http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/smtp.proxy.yawk +WWW: http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/SmtpProxy --------------020906090001040304030807-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 13:07: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 5511F16A420 for ; Thu, 9 Feb 2006 13:07:33 +0000 (GMT) (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 331A843D46 for ; Thu, 9 Feb 2006 13:07:31 +0000 (GMT) (envelope-from jmelo@freebsdbrasil.com.br) Received: (qmail 35733 invoked by uid 0); 9 Feb 2006 11:07:31 -0200 Received: from jmelo@freebsdbrasil.com.br by capeta.freebsdbrasil.com.br by uid 82 with qmail-scanner-1.22 (uvscan: v4.3.20/v4692. Clear:RC:1(201.17.153.114):. Processed in 0.490808 secs); 09 Feb 2006 13:07:31 -0000 Received: from unknown (HELO ?10.69.69.2?) (201.17.153.114) by capeta.freebsdbrasil.com.br with SMTP; 9 Feb 2006 11:07:31 -0200 Message-ID: <43EB3F51.7090407@freebsdbrasil.com.br> Date: Thu, 09 Feb 2006 11:10:41 -0200 From: Jean Milanez Melo User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050614) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Genadijus Paleckis References: <43EB54A9.1040302@openbsd.lt> In-Reply-To: <43EB54A9.1040302@openbsd.lt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: broken link in freebsd ports mail/smtpproxy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 13:07:33 -0000 Genadijus Paleckis wrote: > Please find attached patch for updating broken link in pkg-descr. > > > ------------------------------------------------------------------------ > > --- mail/smtpproxy/pkg-descr.orig Thu Feb 9 14:37:05 2006 > +++ mail/smtpproxy/pkg-descr Thu Feb 9 14:37:19 2006 > @@ -3,4 +3,4 @@ > protocol is accomplished. If commands outside the specification are > sent they are not forwarded to the server. > > -WWW: http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/smtp.proxy.yawk > +WWW: http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/SmtpProxy > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" Take a look: http://www.freebsd.org/cgi/query-pr.cgi?pr=93041 I sent a patch yesterday fixing it. It was already committed by garga. -- Atenciosamente Jean Milanez Melo FreeBSD Brasil LTDA. Fone: (31) 3281-9633 http://www.freebsdbrasil.com.br From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 14:43:35 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 350A216A422 for ; Thu, 9 Feb 2006 14:43:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id AC4FE43D75 for ; Thu, 9 Feb 2006 14:43:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 87206 invoked from network); 9 Feb 2006 14:43:30 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 9 Feb 2006 14:43:30 -0000 Message-ID: <43EB5511.7070705@FreeBSD.org> Date: Thu, 09 Feb 2006 15:43:29 +0100 From: Alex Dupre User-Agent: Thunderbird 1.5 (X11/20060115) MIME-Version: 1.0 To: Jean-Yves Lefort Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Joe Marcus Clarke Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 14:43:35 -0000 > Please address the following issues, or revert: > > - we now have two different pollers; one is used when > gam_kqueue_monitor_enable_kqueue() returns FALSE (for instance when > the fd limit is exhausted, or when kevent() fails); one is used for > "nfs" and "smbfs" filesystems Yes, and where is the problem? Not only for nfs and smbfs, but also for all the filesystem the user want to monitor using polling, by inserting them into the configuration file. Before, this wasn't possible. The internal polling of kqueue backend will be used only for files that could be monitored by the kernel, but actually exceeds the fd limit (and so they could return to kernel later). > - the two pollers behave differently, compare: stat() vs lstat(), > gam_poll_generic_node_changed() vs gam_kqueue_differs(), Yes, this is true. For POLA may be better to adapt the polling behaviour to be like the kqueue backend, even if other gamin backend are different. > - using filesystem names to choose between kqueue and polling is a > bad idea, for obvious reasons; This is what is done partially in FAM and other gamin backends. > one should use fstatfs() and enable kqueue if the MNT_LOCAL flag is set Before, all the file systems where monitored by kqueue, so I don't see your point. > - testing no longer works: > make > cd $WRKDIR/tests > export GAMIN_DEBUG_SERVER=../server/gam_server > ./testgam - > connect test > -> it connects to the already running gam_server (the installed one) If you have an already running gam_server it's absolutely right that the libgamin will connect to it. Your env variable is used only when forking a new server. > - the patch which removed a stale socket has been dropped False, the patch has changed, not dropped. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 15:26:36 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 B290F16A420; Thu, 9 Feb 2006 15:26:36 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-242-42.brutele.be (host-212-68-242-42.brutele.be [212.68.242.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2B043D53; Thu, 9 Feb 2006 15:26:35 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 161BF5536; Thu, 9 Feb 2006 16:26:34 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id BAA41C115; Thu, 9 Feb 2006 16:26:33 +0100 (CET) Date: Thu, 9 Feb 2006 16:26:33 +0100 From: Jean-Yves Lefort To: Alex Dupre Message-Id: <20060209162633.0624d302.jylefort@FreeBSD.org> In-Reply-To: <43EB5511.7070705@FreeBSD.org> References: <43EB5511.7070705@FreeBSD.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__9_Feb_2006_16_26_33_+0100_0H3aIwomSDwknJc+" Cc: ports@FreeBSD.org, marcus@FreeBSD.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 15:26:36 -0000 --Signature=_Thu__9_Feb_2006_16_26_33_+0100_0H3aIwomSDwknJc+ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 09 Feb 2006 15:43:29 +0100 Alex Dupre wrote: > > Please address the following issues, or revert: > >=20 > > - we now have two different pollers; one is used when > > gam_kqueue_monitor_enable_kqueue() returns FALSE (for instance when > > the fd limit is exhausted, or when kevent() fails); one is used for > > "nfs" and "smbfs" filesystems >=20 > Yes, and where is the problem? Not only for nfs and smbfs, but also for=20 > all the filesystem the user want to monitor using polling, by inserting=20 > them into the configuration file. Before, this wasn't possible. The=20 > internal polling of kqueue backend will be used only for files that=20 > could be monitored by the kernel, but actually exceeds the fd limit (and= =20 > so they could return to kernel later). The problem is that the two pollers behave differently. > > - the two pollers behave differently, compare: stat() vs lstat(), > > gam_poll_generic_node_changed() vs gam_kqueue_differs(), >=20 > Yes, this is true. For POLA may be better to adapt the polling behaviour= =20 > to be like the kqueue backend, even if other gamin backend are different. I don't want to use their poller. If you want to force polling for remote filesystems, you must do it in gam_kqueue_monitor_enable_kqueue() (return FALSE and the kqueue poller will be used). > > - using filesystem names to choose between kqueue and polling is a > > bad idea, for obvious reasons; >=20 > This is what is done partially in FAM and other gamin backends. > > > one should use fstatfs() and enable kqueue if the MNT_LOCAL flag is set >=20 > Before, all the file systems where monitored by kqueue, so I don't see=20 > your point. My point is that it's better to ask the system if a filesystem is remote rather than hardwiring a few known remote filesystem names. > > - testing no longer works: > > make > > cd $WRKDIR/tests > > export GAMIN_DEBUG_SERVER=3D../server/gam_server > > ./testgam - > > connect test > > -> it connects to the already running gam_server (the installed one) >=20 > If you have an already running gam_server it's absolutely right that the= =20 > libgamin will connect to it. Your env variable is used only when forking= =20 > a new server. Before it forked the executable specified in GAMIN_DEBUG_SERVER rather than using the already running gam_server, so I could test the backend without disrupting my GNOME session. I want that behaviour to be restored. > > - the patch which removed a stale socket has been dropped >=20 > False, the patch has changed, not dropped. The bind() call in gam_listen_unix_socket() fails if the file already exists. My patch addressed that issued by unlinking the already existing file. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Thu__9_Feb_2006_16_26_33_+0100_0H3aIwomSDwknJc+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD618pyzD7UaO4AGoRAqdHAJ9MKXVpELtVtQIjsWfwvkPtk8M9LQCfYC/V 7Iqsmy8Va/O9/2ljfY5uwJk= =dqCf -----END PGP SIGNATURE----- --Signature=_Thu__9_Feb_2006_16_26_33_+0100_0H3aIwomSDwknJc+-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 15:37: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 C776116A420 for ; Thu, 9 Feb 2006 15:37:57 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B053243D4C for ; Thu, 9 Feb 2006 15:37:55 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 1B5A51A3A2B; Thu, 9 Feb 2006 16:37:54 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 0BA49BD874; Thu, 9 Feb 2006 16:37:54 +0100 (CET) Received: from lofi.dyndns.org (dslb-084-061-128-181.pools.arcor-ip.net [84.61.128.181]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 213ED120A2B; Thu, 9 Feb 2006 16:37:51 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.4/8.13.3) with ESMTP id k19Fbdsp017368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Feb 2006 16:37:40 +0100 (CET) (envelope-from lofi@freebsd.org) Message-ID: <43EB61BD.1000407@freebsd.org> Date: Thu, 09 Feb 2006 16:37:33 +0100 From: Michael Nottebrock User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jiawei Ye References: <43E9FFAE.5020500@FreeBSD.org> <20060208133916.dzyx74skookookk4@mail.encontacto.net> <43EA4F1F.8060206@FreeBSD.org> <20060208142856.0ojbnsgmmw0c80o0@mail.encontacto.net> <43EA62F9.60604@FreeBSD.org> <20060208170251.3muhgn2xickwcsgg@mail.encontacto.net> <1139465776.54060.1.camel@shumai.marcuscom.com> <43EB0B9E.6080800@gmx.de> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigEF9E159614898DC4077AA118" X-Virus-Scanned: by amavisd-new Cc: "\[LoN\]Kamikaze" , Matthias Andree , freebsd-ports@freebsd.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 15:37:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEF9E159614898DC4077AA118 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Jiawei Ye schrieb: > On 2/9/06, [LoN]Kamikaze wrote: >> Put: >> >> WITH_FAM_SYSTEM=3D fam >> >> into your /etc/make.conf . This little something was on the mailinglis= t >> about one week ago and it works fine for me. >> > I think it should go into ports/UPDATING See also http://www.freebsd.org/cgi/query-pr.cgi?pr=3D92592. WITH_FAM_SYSTEM is a useful new feature, but the default value of "gamin" is not. Cheers, --=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --------------enigEF9E159614898DC4077AA118 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.2.3-nr1 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD62G9Xhc68WspdLARAsCLAJ9bzNvdX1t+8H/FkenmcryveodOYgCfXnpN lap9c8MV1/MsD7wyjD+i/0k= =TD8B -----END PGP SIGNATURE----- --------------enigEF9E159614898DC4077AA118-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 16:22: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 4E14216A420 for ; Thu, 9 Feb 2006 16:22:56 +0000 (GMT) (envelope-from chuck@codefab.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E3643D62 for ; Thu, 9 Feb 2006 16:22:54 +0000 (GMT) (envelope-from chuck@codefab.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2A9D65CB6 for ; Thu, 9 Feb 2006 11:22:54 -0500 (EST) 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 86630-02 for ; Thu, 9 Feb 2006 11:22:53 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-226.ny325.east.verizon.net [68.161.67.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 22F485C78 for ; Thu, 9 Feb 2006 11:22:53 -0500 (EST) Message-ID: <43EB6C61.1090500@codefab.com> Date: Thu, 09 Feb 2006 11:22:57 -0500 From: Chuck Swiger Organization: CodeFab User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FreeBSD - Ports X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Subject: www/p5-HTML-Parser broken on 4.11...? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 16:22:56 -0000 Hi, all-- www/p5-HTML-Parser seems to be having problems with the STRLEN typedef: 13# cd /usr/ports/www/p5-HTML-Parser && make ===> Building for p5-HTML-Parser-3.49_1 cc -c -O -pipe -march=pentium -O -pipe -march=pentium -DVERSION=\"3.49\" -DXS_VERSION=\"3.49\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.7/mach/CORE" -DMA RKED_SECTION Parser.c In file included from Parser.xs:115: hparser.c: In function `report_event': hparser.c:145: syntax error before `offset' hparser.c:197: `line' undeclared (first use in this function) hparser.c:197: (Each undeclared identifier is reported only once hparser.c:197: for each function it appears in.) hparser.c:298: `offset' undeclared (first use in this function) hparser.c:300: `column' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/p5-HTML-Parser/work/HTML-Parser-3.49. *** Error code 1 Stop in /usr/ports/www/p5-HTML-Parser. 14# uname -a FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #0 [ ... ] The port builds fine under 5.x... -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 16:23: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 C9DD116A422; Thu, 9 Feb 2006 16:23:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA4743D68; Thu, 9 Feb 2006 16:23:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k19GN0l28674; Thu, 9 Feb 2006 11:23:00 -0500 (EST) Received: from [64.102.192.190] (dhcp-64-102-192-190.cisco.com [64.102.192.190]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k19GMxm10008; Thu, 9 Feb 2006 11:22:59 -0500 (EST) Message-ID: <43EB6C7D.3020601@FreeBSD.org> Date: Thu, 09 Feb 2006 11:23:25 -0500 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Jean-Yves Lefort References: <43E9FFAE.5020500@FreeBSD.org> <1139468008.54060.5.camel@shumai.marcuscom.com> <20060209131009.47dd1398.jylefort@FreeBSD.org> In-Reply-To: <20060209131009.47dd1398.jylefort@FreeBSD.org> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 16:23:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jean-Yves Lefort wrote: > On Thu, 09 Feb 2006 01:53:28 -0500 > Joe Marcus Clarke wrote: > >> On Wed, 2006-02-08 at 15:26 +0100, Alex Dupre wrote: >>> In the last days I worked on porting the latest release of gamin (0.1.7) >>> to FreeBSD (and cygwin, too, but this is for another mailing list ;-)). >>> If you don't want to read more, the result was successfully and the new >>> port may be downloaded for testing from >>> http://www.alexdupre.com/gamin.tar.gz. >>> If you are interested in porting work and changed internals go ahead. >>> The 0.1.7 release works (with about the same bugs of 0.1.5) >>> out-of-the-box only on Linux with kernel backends (dnotify/inotify). >>> Polling is broken, kqueue doesn't compile. I fixed all the bugs I found >>> and tried to make polling and kqueue work flawless. >>> Internally I replaced the read of the linux /etc/mtab file with a call >>> to getmntinfo() to know which file system could be monitored by the >>> kernel and which should be polled. In the latter case the monitoring job >>> is carried out by the polling backend, in the former the job is >>> completed by the kqueue backend in the same way is done actually in the >>> 0.1.5 release. >>> I did many tests on a 6-STABLE with thousands of monitored dirs/files on >>> ufs and smbfs file systems to catch any possible bug, but it seems it's >>> working great. >>> Unless you will find anything wrong with the port, I'm going to commit >>> it in the end of the week. >> I committed this with a few changes. Someone using NFS along with gamin >> might want to validate whether kqueue on NFS is working well. The same >> goes for smbfs, msdosfs, and ext2fs. > > Please address the following issues, or revert: > > - we now have two different pollers; one is used when > gam_kqueue_monitor_enable_kqueue() returns FALSE (for instance when > the fd limit is exhausted, or when kevent() fails); one is used for > "nfs" and "smbfs" filesystems > - the two pollers behave differently, compare: stat() vs lstat(), > gam_poll_generic_node_changed() vs gam_kqueue_differs(), > scalability, ... > - using filesystem names to choose between kqueue and polling is a > bad idea, for obvious reasons; one should use fstatfs() and enable > kqueue if the MNT_LOCAL flag is set > - testing no longer works: > make > cd $WRKDIR/tests > export GAMIN_DEBUG_SERVER=../server/gam_server > ./testgam - > connect test > -> it connects to the already running gam_server (the installed one) > - the patch which removed a stale socket has been dropped > I did a full make regression-test as well as some practical Nautilus tests before committing. I didn't notice the socket patch change. I'll try and address some of these other issues tonight. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD62x9b2iPiv4Uz4cRArsfAKCEHC2h8Cgr4PzHOc6GvtBDyNz4owCgpLh3 4F5Q6JGqUL88AZvN+KgaOGU= =okh+ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 16:25:58 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 E2E6D16A420 for ; Thu, 9 Feb 2006 16:25:58 +0000 (GMT) (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 66FE943D4C for ; Thu, 9 Feb 2006 16:25:58 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id EAB888A004B for ; Thu, 9 Feb 2006 08:28:06 -0800 (PST) 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 70589-06-85 for ; Thu, 9 Feb 2006 08:28:00 -0800 (PST) Received: from s157.sbo (s157.sbo [192.168.0.157]) by smtp.sd73.bc.ca (Postfix) with ESMTP id C391D8A0045 for ; Thu, 9 Feb 2006 08:28:00 -0800 (PST) From: Freddie Cash To: ports@freebsd.org Date: Thu, 9 Feb 2006 08:25:51 -0800 User-Agent: KMail/1.9.1 References: <43EA4026.2010903@sailorfej.net> <43EA6361.10901@sailorfej.net> <20060209110814.GA56937@qlovarnika.bg.datamax> In-Reply-To: <20060209110814.GA56937@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602090825.51634.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 16:25:59 -0000 On Thursday 09 February 2006 03:08 am, Vasil Dimov wrote: > On Wed, Feb 08, 2006 at 01:32:17PM -0800, Jeffrey Williams wrote: > > Thanks guys much appreciated > In any case I advise you to backup the existing (and working) version > of the mysql server: > cd /some/safeplace > pkg_create -b /var/db/pkg/mysql-server Or, automatically via portupgrade: portupgrade -b -m WITH_OPENSSL=yes databases/mysql41-server :) I used to use pkg_create every week or so to do manual package creation before upgrading. When I found the -b switch to portupgrade, and the corresponding settings in pkgtools.conf, it became a lot easier to manage and a lot faster to do. -- Freddie Cash fcash@ocis.net From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 16:33: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 41E2116A420 for ; Thu, 9 Feb 2006 16:33:43 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D74F43D45 for ; Thu, 9 Feb 2006 16:33:42 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.4/8.13.4) with ESMTP id k19GXeYl041712; Thu, 9 Feb 2006 19:33:40 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Thu, 9 Feb 2006 19:33:40 +0300 (MSK) From: Dmitry Morozovsky To: Sean McNeil In-Reply-To: <1138790992.41157.5.camel@triton.mcneil.com> Message-ID: <20060209193225.F87003@woozle.rinet.ru> References: <1138789398.33007.4.camel@triton.mcneil.com> <1138790992.41157.5.camel@triton.mcneil.com> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Thu, 09 Feb 2006 19:33:40 +0300 (MSK) Cc: ports@freebsd.org Subject: Re: samba.sh not starting smbd with -stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 16:33:43 -0000 On Wed, 1 Feb 2006, Sean McNeil wrote: SM> On Wed, 2006-02-01 at 02:23 -0800, Sean McNeil wrote: SM> > There must have been recent changes to RCng that prevent multiple SM> > daemons from being started from the same rc.d file. I no longer get SM> > smbd started by samba.sh. SM> > SM> > Any ideas how to fix this? I've tried adding smbd_enable SM> > to /etc/rc.conf, adding to /etc/rc.conf.d/samba, creating SM> > an /etc/rc.conf.d/smbd,... SM> > SM> > Nothing is getting the daemon to start. SM> SM> Additional info: SM> SM> This is only when doing SM> SM> /usr/local/etc/rc.d/samba.sh restart SM> SM> the following worked for me: SM> SM> /usr/local/etc/rc.d/samba.sh stop SM> /usr/local/etc/rc.d/samba.sh start This is because samba.sh deals with two daemons: smbd and nmbd, and fails to syncronyze them. I've notified maintainer and last committer a couple of days ago, but no reaction yet. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 18:05:49 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 C6D3616A420; Thu, 9 Feb 2006 18:05:49 +0000 (GMT) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2645043D5D; Thu, 9 Feb 2006 18:05:37 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 9 Feb 2006 13:04:58 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220731A445@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: devel/ZendOptimizer Thread-Index: AcYto1aa0rbc5M2wR9qOn2HL0OitHg== From: "Chris Haulmark" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: FreeBSD Port: devel/ZendOptimizer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 18:05:49 -0000 Could you please update ZendOptimizer-2.6.0 to ZendOptimizer-2.6.2. =20 Thanks. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 18:24: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 7BB4416A420 for ; Thu, 9 Feb 2006 18:24:23 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id CE6D143D48 for ; Thu, 9 Feb 2006 18:24:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 90324 invoked from network); 9 Feb 2006 18:24:16 -0000 Received: from unknown (HELO ?192.168.178.23?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 9 Feb 2006 18:24:16 -0000 Message-ID: <43EB88CF.7010308@FreeBSD.org> Date: Thu, 09 Feb 2006 19:24:15 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jean-Yves Lefort Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, marcus@FreeBSD.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 18:24:23 -0000 > The problem is that the two pollers behave differently. Let's unify them! > I don't want to use their poller. And then why you want to use gamin? Create a fork. They generalized the polling system so that every backend can use it in a consistent way. Inotify and dnotify already use it. And in any case you can override the default settings in your configuration file. > My point is that it's better to ask the system if a filesystem is > remote rather than hardwiring a few known remote filesystem names. I may agree, but the 0.1.5 version was doing it? No, so this is a desiderable enhancement, not a reason to rollback. > Before it forked the executable specified in GAMIN_DEBUG_SERVER rather > than using the already running gam_server, so I could test the backend > without disrupting my GNOME session. I want that behaviour to be > restored. I don't know what was doing before, but I didn't touch that part of code and it's exactly identical to 0.1.5. Tests work. Again, this is not a reason to rollback. > The bind() call in gam_listen_unix_socket() fails if the file already > exists. My patch addressed that issued by unlinking the already > existing file. And this is what is done even on 0.1.7. Look at the code, the cleanup step is always called. To summarize, I don't say my changes are the final solution, as you noted we can unify the behaviour of polling code and surely add many other interesting features, but keeping an old static and bugged release it's not better. If marcus, as he said, this night will make the basic polling code coeherent with kqueue (by replacing stat()->lstat() and by adding the few missing checks on stat fields) I think we'll have a good stable gamin base on which we could work for enhancements. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 18:32: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 CA7A216A420 for ; Thu, 9 Feb 2006 18:32:12 +0000 (GMT) (envelope-from fetrovsky@yahoo.com) Received: from web53909.mail.yahoo.com (web53909.mail.yahoo.com [206.190.36.219]) by mx1.FreeBSD.org (Postfix) with SMTP id D620C43D4C for ; Thu, 9 Feb 2006 18:32:11 +0000 (GMT) (envelope-from fetrovsky@yahoo.com) Received: (qmail 21754 invoked by uid 60001); 9 Feb 2006 18:32:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yffDUtTQ5+7wrxm1hujzSgrcRFRNN66XinaG0rwr9d+dCKDRCG8IK7q1lAnIXahQgmore1I2G5Ogo3IxLcgvZ7cRKHWHf9vlR3pSnrDIrlfj4DGaZuDcBg2Jcv8Z1W5xn6OrL1JNz1eMQDRJGkUVuuvdzbmgO+OAM52ap/sex6M= ; Message-ID: <20060209183211.21751.qmail@web53909.mail.yahoo.com> Received: from [128.200.38.147] by web53909.mail.yahoo.com via HTTP; Thu, 09 Feb 2006 10:32:11 PST Date: Thu, 9 Feb 2006 10:32:11 -0800 (PST) From: Daniel Valencia To: Alexander Leidinger In-Reply-To: <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 18:32:12 -0000 than you all very much for your comments and suggestions, installing linux-gtk2 and then acroread7 worked very well... odd, since I would've thought acroread7 would install linux-gtk2 properly if needed... Thanks! - Daniel Alexander Leidinger wrote: "Julian H. Stacey" wrote: > Several Things: (& as this is a general answer ti's applicable to other > new folk who may care to read on) In the general case I agree, but in this specific case I have to add some comments... > 2) mail `grep MAINTAINER > /pub/FreeBSD/branches/-current/ports/print/acroread7` > rather than mailing the list > that's trevor@FreeBSD.org who I added to the CC Trevor is not very responsive. Have a look at the PR's which are assigned to Trevor and how long there's absolutely no trace of action from his side. Not mailing the maintainer (by intend or not) *in this case* was right. I even think I will play devil's advocate and give back some of Trevor's ports (at least those with an open PR without feedback from Trevor) back to ports@. A maintainer timeout of ~5 months justifies this. Hey Trevor, this is a "please speak up" for you! > 4) Cruise the source of a previous distribvution, eg gtk2 > looking for URLs for wherever they store their current stuff. Doesn't help in this case, it's a bug in acroread7 and/or bsd.port.mk (depending on your POV). The suggestion in another mail to just install linux-gtk2 by hand is the work-around which has to be used here. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Daemon escaped from pentagram --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 19:12: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 983B616A420; Thu, 9 Feb 2006 19:12:44 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6788C43D49; Thu, 9 Feb 2006 19:12:44 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc14) with ESMTP id <20060209191243m1400dh78ge>; Thu, 9 Feb 2006 19:12:43 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id F0B54170A9; Thu, 9 Feb 2006 11:12:42 -0800 (PST) Date: Thu, 9 Feb 2006 11:12:42 -0800 From: Clint Olsen To: trevor@FreeBSD.org, ports@freebsd.org Message-ID: <20060209191242.GA42990@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: Updates for devel/sfio? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 19:12:44 -0000 I noticed the distribution tarball for this port dates back to 1999. I see the latest version on the website is dated 2005. Is it possible to have this updated? Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 19:21:12 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 58D6516A420; Thu, 9 Feb 2006 19:21:12 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-242-42.brutele.be (host-212-68-242-42.brutele.be [212.68.242.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECA543D45; Thu, 9 Feb 2006 19:21:11 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 115115538; Thu, 9 Feb 2006 20:21:10 +0100 (CET) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id D5A8FC115; Thu, 9 Feb 2006 20:21:09 +0100 (CET) Date: Thu, 9 Feb 2006 20:21:09 +0100 From: Jean-Yves Lefort To: Alex Dupre Message-Id: <20060209202109.41ff6737.jylefort@FreeBSD.org> In-Reply-To: <43EB88CF.7010308@FreeBSD.org> References: <43EB88CF.7010308@FreeBSD.org> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__9_Feb_2006_20_21_09_+0100_lcbCievop91IHrMG" Cc: ports@freebsd.org, marcus@FreeBSD.org Subject: Re: gamin 0.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 19:21:12 -0000 --Signature=_Thu__9_Feb_2006_20_21_09_+0100_lcbCievop91IHrMG Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 09 Feb 2006 19:24:15 +0100 Alex Dupre wrote: > > The problem is that the two pollers behave differently. >=20 > Let's unify them! No, let's continue using mine. > > I don't want to use their poller. >=20 > And then why you want to use gamin? Create a fork. They generalized the=20 > polling system so that every backend can use it in a consistent way.=20 > Inotify and dnotify already use it. And in any case you can override the= =20 > default settings in your configuration file. I don't particularly want to use gamin; I've worked on it because Joe had already started a kqueue backend, and because I'm more familiar with GLib than I am with C++ (which FAM is implemented in). > > My point is that it's better to ask the system if a filesystem is > > remote rather than hardwiring a few known remote filesystem names. >=20 > I may agree, but the 0.1.5 version was doing it? No, so this is a=20 > desiderable enhancement, not a reason to rollback. >=20 > > Before it forked the executable specified in GAMIN_DEBUG_SERVER rather > > than using the already running gam_server, so I could test the backend > > without disrupting my GNOME session. I want that behaviour to be > > restored. >=20 > I don't know what was doing before, but I didn't touch that part of code= =20 > and it's exactly identical to 0.1.5. Tests work. Again, this is not a=20 > reason to rollback. It was doing what I told you it was doing. And whether it's a reason to rollback or not we (the devel/gamin maintainers) should decide. > > The bind() call in gam_listen_unix_socket() fails if the file already > > exists. My patch addressed that issued by unlinking the already > > existing file. >=20 > And this is what is done even on 0.1.7. Look at the code, the cleanup=20 > step is always called. killall -9 gam_server > To summarize, I don't say my changes are the final solution, as you=20 > noted we can unify the behaviour of polling code and surely add many=20 > other interesting features, but keeping an old static and bugged release= =20 > it's not better. > If marcus, as he said, this night will make the basic polling code=20 > coeherent with kqueue (by replacing stat()->lstat() and by adding the=20 > few missing checks on stat fields) I think we'll have a good stable=20 > gamin base on which we could work for enhancements. I ask him to bypass the linux-centric, questionable vendor poller in favour of the gam_kqueue.c poller. I can spot several problems with their poller just by reading the code, and I have no intent to fix them since my own poller is adequate. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Thu__9_Feb_2006_20_21_09_+0100_lcbCievop91IHrMG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD65YlyzD7UaO4AGoRAt3OAJwOGp36DA0LT3iLVBP8S0vWtWI/mgCfWCCP lAmly4aqGvuOwG/CJexCQA4= =TDT2 -----END PGP SIGNATURE----- --Signature=_Thu__9_Feb_2006_20_21_09_+0100_lcbCievop91IHrMG-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 19:34: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 C95EF16A422 for ; Thu, 9 Feb 2006 19:34:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D64ED43D78 for ; Thu, 9 Feb 2006 19:34:26 +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 22BA61A3C1B; Thu, 9 Feb 2006 11:34:26 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4A21514A1; Thu, 9 Feb 2006 14:34:22 -0500 (EST) Date: Thu, 9 Feb 2006 14:34:22 -0500 From: Kris Kennaway To: Clint Olsen Message-ID: <20060209193422.GA9645@xor.obsecurity.org> References: <20060209191242.GA42990@0lsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <20060209191242.GA42990@0lsen.net> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org Subject: Re: Updates for devel/sfio? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 19:34:32 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 09, 2006 at 11:12:42AM -0800, Clint Olsen wrote: > I noticed the distribution tarball for this port dates back to 1999. I see > the latest version on the website is dated 2005. Is it possible to have > this updated? It is possible, but unlikely in practise unless someone else can do the upgrade. Kris --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD65k+Wry0BWjoQKURAm2PAKDb7OUYCiHa251mZUJblhC228dp/gCgpSsv eleU5/AibtvMRkU3AslNHuM= =SvBP -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 19:53: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 64E5F16A422 for ; Thu, 9 Feb 2006 19:53:33 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FC943D60 for ; Thu, 9 Feb 2006 19:53:28 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F7HrF-000KiQ-Bv; Thu, 09 Feb 2006 14:53:37 -0500 Message-ID: <43EB9DB2.4000109@vonostingroup.com> Date: Thu, 09 Feb 2006 14:53:22 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Daniel Valencia References: <20060209183211.21751.qmail@web53909.mail.yahoo.com> In-Reply-To: <20060209183211.21751.qmail@web53909.mail.yahoo.com> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 19:53:33 -0000 Daniel Valencia wrote: > than you all very much for your comments and suggestions, installing linux-gtk2 and then acroread7 worked very well... odd, since I would've thought acroread7 would install linux-gtk2 properly if needed... > > Thanks! > > - Daniel > > > Alexander Leidinger wrote: "Julian H. Stacey" wrote: > > >> Several Things: (& as this is a general answer ti's applicable to other >> new folk who may care to read on) >> > > In the general case I agree, but in this specific case I have to add some > comments... > > >> 2) mail `grep MAINTAINER >> /pub/FreeBSD/branches/-current/ports/print/acroread7` >> rather than mailing the list >> that's trevor@FreeBSD.org who I added to the CC >> > > Trevor is not very responsive. Have a look at the PR's which are assigned to > Trevor and how long there's absolutely no trace of action from his side. > > Not mailing the maintainer (by intend or not) *in this case* was right. I > even think I will play devil's advocate and give back some of Trevor's ports > (at least those with an open PR without feedback from Trevor) back to ports@. > A maintainer timeout of ~5 months justifies this. > > Hey Trevor, this is a "please speak up" for you! > > >> 4) Cruise the source of a previous distribvution, eg gtk2 >> looking for URLs for wherever they store their current stuff. >> > > Doesn't help in this case, it's a bug in acroread7 and/or bsd.port.mk > (depending on your POV). The suggestion in another mail to just install > linux-gtk2 by hand is the work-around which has to be used here. > > Bye, > Alexander. > > See ports/91911. This isnt a bug in acroread7, its a bug in the way linux-* ports are modifying ARCH. Regards, Frank Laszlo [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/91911 From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 21:14:38 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 11B4116A420 for ; Thu, 9 Feb 2006 21:14:38 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E6743D64 for ; Thu, 9 Feb 2006 21:14:26 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (rwcrmhc11) with ESMTP id <20060209211424m1100bua3ke>; Thu, 9 Feb 2006 21:14:25 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 21663170A9; Thu, 9 Feb 2006 13:14:24 -0800 (PST) Date: Thu, 9 Feb 2006 13:14:24 -0800 From: Clint Olsen To: Kris Kennaway Message-ID: <20060209211424.GH56517@0lsen.net> References: <20060209191242.GA42990@0lsen.net> <20060209193422.GA9645@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060209193422.GA9645@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: ports@freebsd.org Subject: Re: Updates for devel/sfio? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 21:14:38 -0000 On Feb 09, Kris Kennaway wrote: > It is possible, but unlikely in practise unless someone else can do the > upgrade. Is this a resource constraint? I have litte/no expertise in modifying/creating a port, but I'll read up on it if it will help. Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 21:39:49 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 BD8A116A420 for ; Thu, 9 Feb 2006 21:39:49 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695DA43D45 for ; Thu, 9 Feb 2006 21:39:49 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (unknown[208.206.151.59]) by comcast.net (sccrmhc13) with ESMTP id <2006020921394201300n56k9e>; Thu, 9 Feb 2006 21:39:43 +0000 Message-ID: <43EBB69D.5020100@computer.org> Date: Thu, 09 Feb 2006 15:39:41 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: slib 3a2 breaks 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, 09 Feb 2006 21:39:49 -0000 Hello, Well.. subject may be misleading. I'm told it breaks guile. What it breaks for me is gnucash. Since upgrading to slib-3a2... when I start gnucash I now get: ERROR: Unbound variable: with-load-pathname I'm told its a guile problem. All I know is I can't get to gnucash now, which is the only app I have which requires guile. All my googling has uncovered, is that I should downgrade. I was looking for opinions as to whether I should downgrade, or appeal to the person who (just a few days ago) updated the slib to the most recent version. -- Regards, Eric From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 21:52: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 9EE1A16A420 for ; Thu, 9 Feb 2006 21:52:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C68D43D46 for ; Thu, 9 Feb 2006 21:52:08 +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 A549F1A3C1B; Thu, 9 Feb 2006 13:52:07 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B609151211; Thu, 9 Feb 2006 16:52:02 -0500 (EST) Date: Thu, 9 Feb 2006 16:52:02 -0500 From: Kris Kennaway To: Clint Olsen Message-ID: <20060209215202.GA13779@xor.obsecurity.org> References: <20060209191242.GA42990@0lsen.net> <20060209193422.GA9645@xor.obsecurity.org> <20060209211424.GH56517@0lsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <20060209211424.GH56517@0lsen.net> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: Updates for devel/sfio? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 21:52:08 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 09, 2006 at 01:14:24PM -0800, Clint Olsen wrote: > On Feb 09, Kris Kennaway wrote: > > It is possible, but unlikely in practise unless someone else can do the > > upgrade. >=20 > Is this a resource constraint? I have litte/no expertise in > modifying/creating a port, but I'll read up on it if it will help. It's a maintainer constraint; he's not very active or responsive. Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD67mCWry0BWjoQKURAiV/AKDKrlXVLS25lT19OoMuTBaZsfJOCwCfaxaq YEDOcD9eRni56OY8ZsiHtqw= =WExM -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 22:48:59 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 35C1116A420 for ; Thu, 9 Feb 2006 22:48:59 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704B843D48 for ; Thu, 9 Feb 2006 22:48:58 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 058C9B8EA; Fri, 10 Feb 2006 00:48:56 +0200 (EET) Date: Fri, 10 Feb 2006 00:48:56 +0200 From: Ion-Mihai Tetcu To: Kris Kennaway Message-ID: <20060210004856.6d31ea23@it.buh.tecnik93.com> In-Reply-To: <20060209215202.GA13779@xor.obsecurity.org> References: <20060209191242.GA42990@0lsen.net> <20060209193422.GA9645@xor.obsecurity.org> <20060209211424.GH56517@0lsen.net> <20060209215202.GA13779@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Clint Olsen , Kris Kennaway Subject: Re: Updates for devel/sfio? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 Feb 2006 22:48:59 -0000 On Thu, 9 Feb 2006 16:52:02 -0500 Kris Kennaway wrote: > On Thu, Feb 09, 2006 at 01:14:24PM -0800, Clint Olsen wrote: > > On Feb 09, Kris Kennaway wrote: > > > It is possible, but unlikely in practise unless someone else can > > > do the upgrade. > > > > Is this a resource constraint? I have litte/no expertise in > > modifying/creating a port, but I'll read up on it if it will help. Read the Porters Handbook, try to make the update; I will gladly help you if you run into any problems. > It's a maintainer constraint; he's not very active or responsive. Fortunately we have maintainer time-out after two weeks for this. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" I object to intellect without discipline; I object to power without constructive purpose. -- Spock, "The Squire of Gothos", stardate 2124.5 From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 02:24: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 C6B4D16A420 for ; Fri, 10 Feb 2006 02:24:09 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6541143D45 for ; Fri, 10 Feb 2006 02:24:09 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k1A2O8wb022102 for ; Thu, 9 Feb 2006 18:24:08 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k1A2O8F7022101 for ports@freebsd.org; Thu, 9 Feb 2006 18:24:08 -0800 Date: Thu, 9 Feb 2006 18:24:08 -0800 From: Brooks Davis To: ports@freebsd.org Message-ID: <20060210022408.GA21255@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Subject: requirements for bsd.xxx.mk file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 02:24:09 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've been doing a deployment of drupal at work and I've ported a couple modules with plans to port more. I've built up a framework to make individual modules easy to port, but at the moment it's in the form of a Makefile and a pkg-install.in script that are mostly duplicated. I'm wondering what the bar is for creating a bsd.xxx.mk. How many ports are needed to justify the overhead? Should I use a ${PORTSDIR}/www/drupal/Makefile.common instead like PEAR does? -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFD6/lHXY6L6fI4GtQRAv0qAJ4oecBoQg/xeb9RC5y9KF4YT20wxgCgiLSX cElztDFwVTw7P8q0o73O8h8= =LVOk -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 03:09:26 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 6E97816A420 for ; Fri, 10 Feb 2006 03:09:26 +0000 (GMT) (envelope-from drakcap@pacbell.net) Received: from smtp112.sbc.mail.mud.yahoo.com (smtp112.sbc.mail.mud.yahoo.com [68.142.198.211]) by mx1.FreeBSD.org (Postfix) with SMTP id 019D443D46 for ; Fri, 10 Feb 2006 03:09:25 +0000 (GMT) (envelope-from drakcap@pacbell.net) Received: (qmail 56381 invoked from network); 10 Feb 2006 03:09:25 -0000 Received: from unknown (HELO DESK) (drakcap@pacbell.net@67.43.76.165 with login) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 10 Feb 2006 03:09:25 -0000 Message-ID: <000501c62def$212bf380$0701a8c0@local> From: "Robert" To: "freeBSD ports" Date: Thu, 9 Feb 2006 19:07:27 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Cc: Subject: kdebase 3.5.1_1 - compile problem in 4.11 (now fixed) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 03:09:26 -0000 Hello - after trying for a couple of days to upgrade my KDE installation from 3.5 to the newer 3.5.1, on FreeBSD 4.11 compiled Jan 11, the system kept bumping its head at "ksmserver/legacy.cpp" within kdebase-3.5.1_1 with something similar to the following message: "struct timeval tmwait has incomplete type." This was very similar to KDE bug 18080, going all the way back to the KDE 2.1 beta in 2001. That particular bug report, however, gave me the answer I needed to solve this problem: I got into the "legacy.cpp" file (full path: /usr/ports/x11/kdebase3/work/kdebase-3.5.1/ksmserver/legacy.cpp) and added the following to the top of the file: "#include ". Restarting the "make install clean" cycle went perfectly from that point forward, and is still in process as I write this. I was tempted to file a bug report, but I'm not sure whether this is a KDE issue or a FreeBSD port issue: filing the bug report with the proper entity would be the "good thing to do". In the meantime, I'm posting this here in case someone else might have problems with this. R From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 06:46:42 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 E53CE16A420; Fri, 10 Feb 2006 06:46:42 +0000 (GMT) (envelope-from root@solink.ru) Received: from ns.itam.nsc.ru (ns.itam.nsc.ru [194.226.179.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F5943D6D; Fri, 10 Feb 2006 06:46:33 +0000 (GMT) (envelope-from root@solink.ru) Received: from site.lan (itut.itam.nsc.ru [194.226.179.2]) by ns.itam.nsc.ru (8.13.1/8.13.1) with ESMTP id k1A6kUCW023571; Fri, 10 Feb 2006 12:46:30 +0600 Received: from bocha.solink.office ([192.168.66.166]) (authenticated bits=0) by site.lan (8.12.11/8.12.11) with ESMTP id k1A6kPQs017799; Fri, 10 Feb 2006 12:46:26 +0600 From: Bachilo Dmitry Organization: SoLink To: current@freebsd.org, ports@freebsd.org User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Disposition: inline Date: Fri, 10 Feb 2006 12:46:31 +0600 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Message-Id: <200602101246.31666.root@solink.ru> Cc: Subject: Bad system call (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 06:46:43 -0000 I've tried to compile Xchat 2.6.1 from sources, it compiled with no errors,= =20 but when I start xchat it gives me "Bad system call (core dumped)". So i've cvsuped ports and compiled this version of Xchat from them firs of = all=20 i've got Shared object "libexpat.so.5" not found, required by=20 "libfontconfig.so.1", and I've made a symbolic link=20 ln -s libexpat.so libexpat.so.5=20 and then again typed xchat, but, as ususal Bad system call (core dumped) Is that a problem with sources, or there's something wrong with my system? =2D-=20 =2D----------------------- =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E2=C1=DE=C9=CC=CF =E4=CD=C9=D4=D2=C9=CA =F2=D5=CB=CF=D7=CF=C4=C9=D4=C5=CC=D8 =CF=D4=C4=C5=CC=C1 =D3=C9=D3=D4=C5=CD= =CE=CF=CA =C9=CE=D4=C5=C7=D2=C1=C3=C9=C9 =EF=EF=EF "=EB=CF=CD=D0=C1=CE=C9=D1 =F3=CF=EC=C9=CE=CB" From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 07:57: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 1A6E616A422 for ; Fri, 10 Feb 2006 07:57:13 +0000 (GMT) (envelope-from ml@ps102.de) Received: from ramiel.secspace.de (ramiel.secspace.de [82.149.239.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E2243D53 for ; Fri, 10 Feb 2006 07:57:10 +0000 (GMT) (envelope-from ml@ps102.de) Received: from ariel.office.volker.de (unknown [212.211.141.66]) by ramiel.secspace.de (Postfix) with ESMTP id 21477112D0 for ; Fri, 10 Feb 2006 08:57:07 +0100 (CET) Date: Fri, 10 Feb 2006 09:01:18 +0100 From: Volker Kindermann To: freebsd-ports@freebsd.org Message-ID: <20060210090118.48c94266@ariel.office.volker.de> In-Reply-To: <43EBB69D.5020100@computer.org> References: <43EBB69D.5020100@computer.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: slib 3a2 breaks 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: Fri, 10 Feb 2006 07:57:13 -0000 Hi, > Well.. subject may be misleading. I'm told it breaks guile. What it > breaks for me is gnucash. > > Since upgrading to slib-3a2... when I start gnucash I now get: > ERROR: Unbound variable: with-load-pathname same problem here. -volker From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 08:29: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 3A91416A420 for ; Fri, 10 Feb 2006 08:29:33 +0000 (GMT) (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 8EA1D43D45 for ; Fri, 10 Feb 2006 08:29:32 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5DADF.dip.t-dialin.net [84.165.218.223]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1A8IEic093715; Fri, 10 Feb 2006 09:18:14 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1A8TT9c063680; Fri, 10 Feb 2006 09:29:30 +0100 (CET) (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, 10 Feb 2006 09:29:29 +0100 Message-ID: <20060210092929.ppxbv5d40gcg4wk0@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 10 Feb 2006 09:29:29 +0100 From: Alexander Leidinger To: Daniel Valencia References: <20060209183211.21751.qmail@web53909.mail.yahoo.com> In-Reply-To: <20060209183211.21751.qmail@web53909.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-ports@FreeBSD.org Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 08:29:33 -0000 Daniel Valencia wrote: > than you all very much for your comments and suggestions, installing > linux-gtk2 and then acroread7 worked very well... odd, since I > would've thought acroread7 would install linux-gtk2 properly if > needed... It will do that... when it's fixed. Bye, Alexander. -- http://www.Leidinger.net/ Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org/ netchild @ FreeBSD.org : PGP ID = 72077137 Sometimes the best medicine is to stop taking something. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 08:31: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 BF39016A420 for ; Fri, 10 Feb 2006 08:31:48 +0000 (GMT) (envelope-from distalzou@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441A443D45 for ; Fri, 10 Feb 2006 08:31:47 +0000 (GMT) (envelope-from distalzou@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so264532wxc for ; Fri, 10 Feb 2006 00:31:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dwEGH1wBL1vxgQUt7mQp85mekqVrOypjx9wMqCXgQ+2Zjj55zFCeFO6qP/RCQms59Ol1weO3D8MT2cUMZ5XxRTZud7fzTGW+3CRnft5utzjRsDykwzM7wjtqyUHO21zXunRR+CHp4ksfrfAmxajObh17b7YhgjsD5JhjHuO63XE= Received: by 10.70.70.18 with SMTP id s18mr2107957wxa; Fri, 10 Feb 2006 00:31:47 -0800 (PST) Received: by 10.70.117.18 with HTTP; Fri, 10 Feb 2006 00:31:47 -0800 (PST) Message-ID: <84b3b1200602100031r5b3401aag2e319e399f9ac186@mail.gmail.com> Date: Fri, 10 Feb 2006 17:31:47 +0900 From: Tod McQuillin To: Chuck Swiger In-Reply-To: <43EB6C61.1090500@codefab.com> MIME-Version: 1.0 References: <43EB6C61.1090500@codefab.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD - Ports Subject: Re: www/p5-HTML-Parser broken on 4.11...? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 08:31:48 -0000 On 2/10/06, Chuck Swiger wrote: > www/p5-HTML-Parser seems to be having problems with the STRLEN typedef: > 13# cd /usr/ports/www/p5-HTML-Parser && make > =3D=3D=3D> Building for p5-HTML-Parser-3.49_1 > cc -c -O -pipe -march=3Dpentium -O -pipe -march=3Dpentium -DVERSION= =3D\" > 3.49\" > -DXS_VERSION=3D\"3.49\" -DPIC -fPIC > "-I/usr/local/lib/perl5/5.8.7/mach/CORE" -DMA > RKED_SECTION Parser.c > In file included from Parser.xs:115: > hparser.c: In function `report_event': > hparser.c:145: syntax error before `offset' > hparser.c:197: `line' undeclared (first use in this function) > hparser.c:197: (Each undeclared identifier is reported only once > hparser.c:197: for each function it appears in.) > hparser.c:298: `offset' undeclared (first use in this function) > hparser.c:300: `column' undeclared (first use in this function) > *** Error code 1 > > Stop in /usr/ports/www/p5-HTML-Parser/work/HTML-Parser-3.49. > *** Error code 1 > I just submitted a fix for this, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93122 -- Tod From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 10:20: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 A4DD816A420 for ; Fri, 10 Feb 2006 10:20:06 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379AB43D45 for ; Fri, 10 Feb 2006 10:20:05 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (localhost.localdomain [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id k1AAK5Bd005538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Feb 2006 02:20:05 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id k1AAK5fU005536; Fri, 10 Feb 2006 02:20:05 -0800 Date: Fri, 10 Feb 2006 02:20:05 -0800 From: "Loren M. Lang" To: "[LoN]Kamikaze" Message-ID: <20060210102005.GA3489@alzatex.com> References: <43E711DB.40608@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <43E711DB.40608@gmx.de> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on hosea.tallye.com X-Virus-Status: Clean Cc: ports@freebsd.org Subject: Re: portupgrade slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 10:20:06 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 06, 2006 at 10:07:39AM +0100, [LoN]Kamikaze wrote: > On my notebook "portupgrade -a" does nothing for 30 minutes before it > starts updating ports. The cpu load is maxed the whole time. Try doing a make fetchindex in /usr/ports after you CVSupping the ports tree. This will fetch the latest index file matching the CVS head of the ports tree rather than having to build it by hand as portupgrade might be attempting. Also, occasionally newer versions of portupgrade store data in a newer db format and the old db needs to be removed, otherwise portupgrade will rebuild the package database everytime it's running. Try moving /var/db/pkg/pkgdb.db out of the way and see if tha fixes the problem. The first run of portupgrade or pkgdb -u will rebuild it, but after that it should be lightning fast. >=20 > On another machine it only takes 15 minutes before starting updates. >=20 > Anyway, I remember it starting after a couple of seconds, so I guess > something goes wrong with parsing the dependencies. Either the latest > portupgrade is buggy or there is an inconsistency in the ports. >=20 --=20 Loren M. Lang lorenl@north-winds.org http://www.north-winds.org/ Public Key: ftp://ftp.north-winds.org/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFD7GjVbTXoRwEYo9IRAmTMAJ9NNGmK8crwCQDVHaAE+nHSQbM0rQCfW+8o bQcSKwPxSgqbQRv7z5yY/hU= =65IW -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 10:27: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 AD59F16A420 for ; Fri, 10 Feb 2006 10:27:55 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F07E43D46 for ; Fri, 10 Feb 2006 10:27:55 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id 7F54F6396 for ; Fri, 10 Feb 2006 11:27:54 +0100 (CET) Received: by vision.anyware (Postfix, from userid 1021) id 7FCB862B4; Fri, 10 Feb 2006 11:27:55 +0100 (CET) Date: Fri, 10 Feb 2006 11:27:55 +0100 From: Jean-Baptiste Quenot To: freebsd-ports Message-ID: <20060210102754.GB69160@vision.anyware> Mail-Followup-To: freebsd-ports References: <20060210012611.GC18695@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060210012611.GC18695@xor.obsecurity.org> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: [ports-i386@FreeBSD.org: resin-2.1.17 failed on i386 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 10:27:55 -0000 * Kris Kennaway: > Dear Maintainer, > > When do you expect to be able to fix this? > > Kris > > ----- Forwarded message from User Ports-i386 ----- > > cc -rpath=/usr/lib:/usr/local/lib -L/usr/lib -lcrypto -lssl -o resin resin.o ../common/common.o std.o memory.o ssl.o -lc_r > /usr/bin/ld: cannot find -lc_r > *** Error code 1 Hello, In the porter's handbook I read about PTHREAD_LIBS http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-pthread.html I'm trying to use PTHREAD_LIBS, but I get the following error on 5.3-RELEASE: /usr/bin/ld -shared -o libresin.so jni_vfs.o std.o memory.o ssl_stub.o -pthread -lssl -lcrypto /usr/bin/ld: unrecognized option '-pthread' ld(1) manual page does not give any information about -pthread. Any idea? -- Jean-Baptiste Quenot http://caraldi.com/jbq/ From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 10:41: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 30A1716A420; Fri, 10 Feb 2006 10:41:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C01943D7B; Fri, 10 Feb 2006 10:40:50 +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 90BEA1A3C23; Fri, 10 Feb 2006 02:40:50 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4D46515A3; Fri, 10 Feb 2006 05:40:49 -0500 (EST) Date: Fri, 10 Feb 2006 05:40:49 -0500 From: Kris Kennaway To: Bachilo Dmitry Message-ID: <20060210104049.GA34533@xor.obsecurity.org> References: <200602101246.31666.root@solink.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <200602101246.31666.root@solink.ru> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org, current@freebsd.org Subject: Re: Bad system call (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 10:41:00 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 12:46:31PM +0600, Bachilo Dmitry wrote: > I've tried to compile Xchat 2.6.1 from sources, it compiled with no error= s,=20 > but when I start xchat it gives me "Bad system call (core dumped)". > So i've cvsuped ports and compiled this version of Xchat from them firs o= f all=20 > i've got Shared object "libexpat.so.5" not found, required by=20 > "libfontconfig.so.1", and I've made a symbolic link=20 > ln -s libexpat.so libexpat.so.5=20 > and then again typed xchat, but, as ususal > Bad system call (core dumped) >=20 > Is that a problem with sources, or there's something wrong with my system? The latter, looks like. The fact that you have the missing library suggests you're not upgrading your ports correctly (e.g. using portupgrade), which suggests you're probably not upgrading your OS correctly either. e.g. if you built and installed a new world without first building, installing and booting a new kernel (per the documentation in the handbook and UPDATING), you could run into this error from new system calls recently added. Kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7G2xWry0BWjoQKURAnUBAJ49MARIpUN4KDJCLSvpT4J6oA1+CQCgowzA OdUkGqRQMku1YSzsQMhmfeM= =Mp78 -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 11:45: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 3036E16A420 for ; Fri, 10 Feb 2006 11:45:13 +0000 (GMT) (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 911BD43D45 for ; Fri, 10 Feb 2006 11:45:11 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from server25.gelita.swe (server25.extraco.gelita-se.local [10.46.150.25]) by devil.troback.com (Postfix) with ESMTP id 99A1C11510 for ; Fri, 10 Feb 2006 12:44:33 +0100 (CET) Date: Fri, 10 Feb 2006 12:45:09 +0100 From: Anders Troback To: ports@freebsd.org Message-ID: <20060210124509.69332182@server25.gelita.swe> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_IUZiw1ausx6mH2F/W+atLTg" Cc: Subject: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 11:45:13 -0000 --MP_IUZiw1ausx6mH2F/W+atLTg Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I'm working on a update for the net-mgmt/bigsister. The former maintainer did some things that portlint don't like, the last line are not .include and when I move down the line the PREFIX are ignored! make install should put all files in $PREFIX/bigsister but when I put .include to the bottom of Makefile make install puts the files in /usr/local. Makefile attached. Any help are appreciated! Regards Anders Trob=E4ck -- http://www.troback.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" -------------------------------------------- --MP_IUZiw1ausx6mH2F/W+atLTg Content-Type: application/octet-stream; name=Makefile Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=Makefile IyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjoJYmlnc2lzdGVyCiMgRGF0ZSBjcmVhdGVk OgkJCQkyNSBNYXJjaCAyMDA0CiMgV2hvbToJCQkJCUJydWNlIE0gU2ltcHNvbiA8Ym1zQEZyZWVC U0Qub3JnPgojCiMgJEZyZWVCU0Q6IHBvcnRzL25ldC1tZ210L2JpZ3Npc3Rlci9NYWtlZmlsZSx2 IDEuNyAyMDA0LzA3LzIxIDIzOjQ2OjAzIGJtcyBFeHAgJAojCgpQT1JUTkFNRT0JYmlnc2lzdGVy ClBPUlRWRVJTSU9OPQkxLjAyCkNBVEVHT1JJRVM9CW5ldC1tZ210Ck1BU1RFUl9TSVRFUz0JCSR7 TUFTVEVSX1NJVEVfU09VUkNFRk9SR0V9Ck1BU1RFUl9TSVRFX1NVQkRJUj0JJHtQT1JUTkFNRX0K RElTVE5BTUU9CQliaWctc2lzdGVyLSR7UE9SVFZFUlNJT059CgpNQUlOVEFJTkVSPQlmcmVlYnNk QHRyb2JhY2suY29tCkNPTU1FTlQ9CVNOTVAtYmFzZWQgbmV0d29yayBhbmQgc3lzdGVtIG1vbml0 b3Igd2l0aCB3ZWIgaW50ZXJmYWNlCgpSVU5fREVQRU5EUz0JXAoJCXJyZHRvb2w6JHtQT1JUU0RJ Un0vbmV0L3JyZHRvb2wgXAoJCSR7U0lURV9QRVJMfS8ke1BFUkxfQVJDSH0vR0QucG06JHtQT1JU U0RJUn0vZ3JhcGhpY3MvcDUtR0QgXAoJCSR7U0lURV9QRVJMfS9MV1AvVXNlckFnZW50LnBtOiR7 UE9SVFNESVJ9L3d3dy9wNS1saWJ3d3cgXAoJCSR7U0lURV9QRVJMfS9OZXQvU01UUC5wbToke1BP UlRTRElSfS9uZXQvcDUtTmV0IFwKCQkke1NJVEVfUEVSTH0vU05NUF9TZXNzaW9uLnBtOiR7UE9S VFNESVJ9L25ldC1tZ210L3A1LVNOTVBfU2Vzc2lvbiBcCgkJJHtTSVRFX1BFUkx9L1VSSS5wbTok e1BPUlRTRElSfS9uZXQvcDUtVVJJCgojIG5ldC1zbm1wIHByb3ZpZGVzIFNOTVAucG0uIHVjZC1z bm1wIGRvZXMgbm90OyByZXF1aXJlcyBwNS1TTk1QLgojIERlcGVuZCBvbiBuZXQtc25tcCBieSBk ZWZhdWx0LgouaWYgZGVmaW5lZChXSVRIX1VDRFNOTVApClJVTl9ERVBFTkRTKz0JJHtTSVRFX1BF Ukx9LyR7UEVSTF9BUkNIfS9TTk1QLnBtOiR7UE9SVFNESVJ9L25ldC1tZ210L3A1LVNOTVAKLmVs c2UKUlVOX0RFUEVORFMrPQkke1NJVEVfUEVSTH0vJHtQRVJMX0FSQ0h9L1NOTVAucG06JHtQT1JU U0RJUn0vbmV0LW1nbXQvbmV0LXNubXAKLmVuZGlmCgpHTlVfQ09ORklHVVJFPQl5ZXMKVVNFX0dN QUtFPQl5ZXMKVVNFX1BFUkw1PQl5ZXMKVVNFX1JDX1NVQlI9CXllcwpOT19CVUlMRD0JeWVzCgpX UktTUkM9CQkke1dSS0RJUn0vYmlnLXNpc3Rlci0ke1BPUlRWRVJTSU9OfQoKCkJTX1VTRVI/PQkJ YnMKQlNfUEVSTF9FWFQ/PQkJcGwKQlNfVVJMPz0JCS9icwpCU19DR0lfUEFUSD89CQkvY2dpLWJp bgoKU0VEX1NDUklQVD0JLWUgJ3MsJSVQUkVGSVglJSwke1BSRUZJWH0sZycgXAoJCS1lICdzLCUl UkNfU1VCUiUlLCR7UkNfU1VCUn0sZycKCnBvc3QtY29uZmlndXJlOgoJQCR7U0VEfSAke1NFRF9T Q1JJUFR9IDwgJHtGSUxFU0RJUn0vJHtQT1JUTkFNRX0uc2ggPiAke1dSS0RJUn0vJHtQT1JUTkFN RX0uc2gKCnByZS1pbnN0YWxsOgoJQCR7U0VURU5WfSBQS0dfUFJFRklYPSR7UFJFRklYfSAke1NI fSAke1BLR0lOU1RBTEx9ICR7UEtHTkFNRX0gUFJFLUlOU1RBTEwKCnBvc3QtaW5zdGFsbDoKCSR7 SU5TVEFMTF9TQ1JJUFR9ICR7V1JLRElSfS8ke1BPUlROQU1FfS5zaCAke1BSRUZJWH0vZXRjL3Jj LmQKCSR7Uk19IC1mICR7UFJFRklYfS9iaWdzaXN0ZXIvYmluL1N0YXR1c21vbi9EaXNwbGF5Q0ZH LnBtLm9yaWcgXAoJCSAke1BSRUZJWH0vYmlnc2lzdGVyL2Jpbi9TdGF0dXNtb24vYnNfZXZnZW4u cG0ub3JpZwoKLmluY2x1ZGUgPGJzZC5wb3J0Lm1rPgoKIwojIFhYWDogT3ZlcnJpZGUgZGVmYXVs dCBwcmVmaXggYmVoYXZpb3VyIGZvciBHTlVfQ09ORklHVVJFLgojCkNPTkZJR1VSRV9BUkdTPQkJ LS1wcmVmaXg9JHtQUkVGSVh9L2JpZ3Npc3RlciAke0NPTkZJR1VSRV9UQVJHRVR9CkNPTkZJR1VS RV9BUkdTKz0JLS13aXRoLWNnaT0ke0JTX0NHSV9QQVRIfQpDT05GSUdVUkVfQVJHUys9CS0td2l0 aC1wZXJsZXh0PSR7QlNfUEVSTF9FWFR9CkNPTkZJR1VSRV9BUkdTKz0JLS13aXRoLXVybD0ke0JT X1VSTH0KQ09ORklHVVJFX0FSR1MrPQktLXdpdGgtdXNlcj0ke0JTX1VTRVJ9Cg== --MP_IUZiw1ausx6mH2F/W+atLTg-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 11:49: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 4285F16A420 for ; Fri, 10 Feb 2006 11:49:21 +0000 (GMT) (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 12D7143D46 for ; Fri, 10 Feb 2006 11:49:20 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id 77E275E02; Fri, 10 Feb 2006 03:49:20 -0800 (PST) Date: Fri, 10 Feb 2006 03:49:20 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060210114920.GA61285@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20060210124509.69332182@server25.gelita.swe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060210124509.69332182@server25.gelita.swe> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 11:49:21 -0000 > make install should put all files in $PREFIX/bigsister but when I > put .include to the bottom of Makefile make install puts > the files in /usr/local. Two things: 1) Your CONFIGURE_ARGS assignments should come *before* your ".include " -- or, better yet... 2) Consider using ".include " and ".include " -- | 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. | From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 12:26:04 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 B25B116A420; Fri, 10 Feb 2006 12:26:04 +0000 (GMT) (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 49AF743D45; Fri, 10 Feb 2006 12:26:04 +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 56431B833; Fri, 10 Feb 2006 14:26:02 +0200 (EET) Received: (nullmailer pid 64523 invoked by uid 1002); Fri, 10 Feb 2006 12:26:02 -0000 Date: Fri, 10 Feb 2006 14:26:01 +0200 From: Vasil Dimov To: Anders Troback Message-ID: <20060210122601.GA64449@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20060210124509.69332182@server25.gelita.swe> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: PREFIX problems... 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, 10 Feb 2006 12:26:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Feb 10, 2006 at 12:45:09PM +0100, Anders Troback wrote: ... > The former maintainer did some things that portlint don't like, the > last line are not .include and when I move down the line > the PREFIX are ignored! > > make install should put all files in $PREFIX/bigsister but when I > put .include to the bottom of Makefile make install puts > the files in /usr/local. ... Have you tried PREFIX?= ${LOCALBASE}/bigsister CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-cgi=${BS_CGI_PATH} \ --with-perlext=${BS_PERL_EXT} \ --with-url=${BS_URL} \ --with-user=${BS_USER} - -- Vasil Dimov -----BEGIN PGP SIGNATURE----- iD8DBQFD7IZZFw6SP/bBpCARAs8VAJoDk2EOFsP5Qe6RG0wQxbwdutEp4wCggo58 F2lN3SZ1Rr6c+bRTSPYsIAw= =q+IX -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 12:38: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 C9EFC16A420 for ; Fri, 10 Feb 2006 12:38:41 +0000 (GMT) (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 6584B43D45 for ; Fri, 10 Feb 2006 12:38:41 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from server25.gelita.swe (server25.extraco.gelita-se.local [10.46.150.25]) by devil.troback.com (Postfix) with ESMTP id A009611412; Fri, 10 Feb 2006 13:38:03 +0100 (CET) Date: Fri, 10 Feb 2006 13:38:39 +0100 From: Anders Troback To: Jeremy Chadwick Message-ID: <20060210133839.528fb319@server25.gelita.swe> In-Reply-To: <20060210114920.GA61285@pentarou.parodius.com> References: <20060210124509.69332182@server25.gelita.swe> <20060210114920.GA61285@pentarou.parodius.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 12:38:41 -0000 On Fri, 10 Feb 2006 03:49:20 -0800 Jeremy Chadwick wrote: > > make install should put all files in $PREFIX/bigsister but when I > > put .include to the bottom of Makefile make install > > puts the files in /usr/local. >=20 > Two things: >=20 > 1) Your CONFIGURE_ARGS assignments should come *before* your > ".include " -- or, better yet... >=20 > 2) Consider using ".include " and > ".include " >=20 I have read about this post and pre thins but I do not understand it. Do you have any idea how to use that in my port? Thanks!!! --=20 Anders Trob=E4ck http://www.troback.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" -------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 12:58: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 D61B516A420; Fri, 10 Feb 2006 12:58:21 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94DED43D6A; Fri, 10 Feb 2006 12:58:04 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k1ACrAUr064249; Fri, 10 Feb 2006 09:53:10 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k1ACvoIu000877; Fri, 10 Feb 2006 09:57:50 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k1ACvi6I000876; Fri, 10 Feb 2006 09:57:44 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 10 Feb 2006 09:57:43 -0300 From: Fernan Aguero To: Bachilo Dmitry Message-ID: <20060210125743.GA835@iib.unsam.edu.ar> Mail-Followup-To: Bachilo Dmitry , current@freebsd.org, ports@freebsd.org References: <200602101246.31666.root@solink.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602101246.31666.root@solink.ru> User-Agent: Mutt/1.5.9i Cc: ports@freebsd.org, current@freebsd.org Subject: Re: Bad system call (core dumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 12:58:22 -0000 +----[ Bachilo Dmitry (10.Feb.2006 03:48): | | I've tried to compile Xchat 2.6.1 from sources, it compiled with no errors, | but when I start xchat it gives me "Bad system call (core dumped)". I don't know about this one, but | So i've cvsuped ports and compiled this version of Xchat from them firs of all | i've got Shared object "libexpat.so.5" not found, required by | "libfontconfig.so.1", when you cvsuped, the ports tree got updated and this included a new version of expat. Read /usr/ports/UPDATING always after you cvsup your ports. | and I've made a symbolic link | ln -s libexpat.so libexpat.so.5 You should try to avoid doing this. When a you update a shared library to a new major version, it is recommended that you recompile all ports that were linked against this library. If you use portupgrade (sysutils/portupgrade), this can be easily done like this portupgrade -rf your_shared_library_port this will upgrade the shared library rebuild all ports that depend on it. In this case, it will be portupgrade -rf textproc/expat2 as explained in UPDATING. But beware, this can take a looong time, as many ports depend on expat. Regards, Fernan | and then again typed xchat, but, as ususal | Bad system call (core dumped) | | Is that a problem with sources, or there's something wrong with my system? | -- | ------------------------ | ? ?????????, ?????? ??????? | ???????????? ?????? ????????? ?????????? | ??? "???????? ??????" | _______________________________________________ | freebsd-ports@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-ports | To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" | | +----] From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:09: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 0790516A420; Fri, 10 Feb 2006 13:09:05 +0000 (GMT) (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 98A1243D46; Fri, 10 Feb 2006 13:09:04 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from server25.gelita.swe (server25.extraco.gelita-se.local [10.46.150.25]) by devil.troback.com (Postfix) with ESMTP id BEECD11459; Fri, 10 Feb 2006 14:08:26 +0100 (CET) Date: Fri, 10 Feb 2006 14:09:02 +0100 From: Anders Troback To: vd@FreeBSD.org, ports@freebsd.org Message-ID: <20060210140902.2d64db73@server25.gelita.swe> In-Reply-To: <20060210122601.GA64449@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:09:05 -0000 On Fri, 10 Feb 2006 14:26:01 +0200 Vasil Dimov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On Fri, Feb 10, 2006 at 12:45:09PM +0100, Anders Troback wrote: > ... > > The former maintainer did some things that portlint don't like, the > > last line are not .include and when I move down the > > line the PREFIX are ignored! > >=20 > > make install should put all files in $PREFIX/bigsister but when I > > put .include to the bottom of Makefile make install > > puts the files in /usr/local. > ... >=20 > Have you tried >=20 > PREFIX?=3D ${LOCALBASE}/bigsister > CONFIGURE_TARGET=3D --build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS=3D --with-cgi=3D${BS_CGI_PATH} \ > --with-perlext=3D${BS_PERL_EXT} \ > --with-url=3D${BS_URL} \ > --with-user=3D${BS_USER} >=20 > - --=20 > Vasil Dimov > -----BEGIN PGP SIGNATURE----- >=20 > iD8DBQFD7IZZFw6SP/bBpCARAs8VAJoDk2EOFsP5Qe6RG0wQxbwdutEp4wCggo58 > F2lN3SZ1Rr6c+bRTSPYsIAw=3D > =3Dq+IX > -----END PGP SIGNATURE----- I have now:-) That fixed it! Is this a "legal" way to go? Thanks!!! --=20 Anders Trob=E4ck http://www.troback.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" -------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:16:17 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 5187A16A420; Fri, 10 Feb 2006 13:16:17 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37CB43D46; Fri, 10 Feb 2006 13:16:16 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1ADGDu1003023; Sat, 11 Feb 2006 00:16:14 +1100 Received: from [61.8.34.153] (ppp2299.dyn.pacific.net.au [61.8.34.153]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1ADG9Yx018509; Sat, 11 Feb 2006 00:16:10 +1100 In-Reply-To: <20060210140902.2d64db73@server25.gelita.swe> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 11 Feb 2006 00:16:15 +1100 To: Anders Troback X-Mailer: Apple Mail (2.746.2) Cc: ports@FreeBSD.org, vd@FreeBSD.org Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:16:17 -0000 On 11/02/2006, at 12:09 AM, Anders Troback wrote: > On Fri, 10 Feb 2006 14:26:01 +0200 > Vasil Dimov wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On Fri, Feb 10, 2006 at 12:45:09PM +0100, Anders Troback wrote: >> ... >>> The former maintainer did some things that portlint don't like, the >>> last line are not .include and when I move down the >>> line the PREFIX are ignored! >>> >>> make install should put all files in $PREFIX/bigsister but when I >>> put .include to the bottom of Makefile make install >>> puts the files in /usr/local. >> ... >> >> Have you tried >> >> PREFIX?= ${LOCALBASE}/bigsister >> CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >> CONFIGURE_ARGS= --with-cgi=${BS_CGI_PATH} \ >> --with-perlext=${BS_PERL_EXT} \ >> --with-url=${BS_URL} \ >> --with-user=${BS_USER} >> >> - -- >> Vasil Dimov >> -----BEGIN PGP SIGNATURE----- >> >> iD8DBQFD7IZZFw6SP/bBpCARAs8VAJoDk2EOFsP5Qe6RG0wQxbwdutEp4wCggo58 >> F2lN3SZ1Rr6c+bRTSPYsIAw= >> =q+IX >> -----END PGP SIGNATURE----- > > I have now:-) > > That fixed it! > > Is this a "legal" way to go? No, it's best that you don't set PREFIX (especially like that - what happens if someone comes along and does "make install PREFIX=/usr/ opt"?). Just passing PREFIX in CONFIGURE_ARGS may not be enough. You should probably also do: MAKE_ENV+= PREFIX=${PREFIX}/${PORTNAME} Otherwise, the submake will get PREFIX=${PREFIX} (which is why your port installed into /usr/local). From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:17: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 593A616A420 for ; Fri, 10 Feb 2006 13:17:14 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD0243D68 for ; Fri, 10 Feb 2006 13:17:08 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DADF.dip.t-dialin.net [84.165.218.223]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1AD5ltD094950; Fri, 10 Feb 2006 14:05:48 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1ADH5Hn016637; Fri, 10 Feb 2006 14:17:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 10 Feb 2006 14:17:05 +0100 Message-ID: <20060210141705.3o2m6jsbk0s8cw04@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 10 Feb 2006 14:17:05 +0100 From: Alexander Leidinger To: Frank Laszlo References: <20060209183211.21751.qmail@web53909.mail.yahoo.com> <43EB9DB2.4000109@vonostingroup.com> In-Reply-To: <43EB9DB2.4000109@vonostingroup.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-ports@freebsd.org, Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:17:14 -0000 Frank Laszlo wrote: > See ports/91911. This isnt a bug in acroread7, its a bug in the way > linux-* ports are modifying ARCH. See my post to emulation@ from today for a more detailed explanation why both of us are right. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Where there are visible vapors, having their prevenance in ignited carbonaceous materials, there is conflagration. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:28:38 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 D19C116A420 for ; Fri, 10 Feb 2006 13:28:38 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id E22FE43D5D for ; Fri, 10 Feb 2006 13:28:35 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5DADF.dip.t-dialin.net [84.165.218.223]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1ADHBlW094998; Fri, 10 Feb 2006 14:17:12 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1ADST5r018758; Fri, 10 Feb 2006 14:28:29 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 10 Feb 2006 14:28:28 +0100 Message-ID: <20060210142828.ynjvl9uu4ggogkkk@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 10 Feb 2006 14:28:28 +0100 From: Alexander Leidinger To: Brooks Davis References: <20060210022408.GA21255@odin.ac.hmc.edu> In-Reply-To: <20060210022408.GA21255@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org Subject: Re: requirements for bsd.xxx.mk file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:28:38 -0000 Brooks Davis wrote: > I've been doing a deployment of drupal at work and I've ported a couple > modules with plans to port more. I've built up a framework to make > individual modules easy to port, but at the moment it's in the form of a > Makefile and a pkg-install.in script that are mostly duplicated. I'm > wondering what the bar is for creating a bsd.xxx.mk. How many ports are > needed to justify the overhead? Should I use a I think you need more than 2... :-) We have no rules here. So if you think for yourself the number of ports reached the critical mass, just go ahead. > ${PORTSDIR}/www/drupal/Makefile.common instead like PEAR does? IMHO the Makefile.common approach is a nice way to prototype/develop a first working initial version. While a bsd.xxx.mk file is the "ok, we have something to base our effort on, let's make it official" approach. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 I couldn't very well chop your hand off and bring it to the store, could I? -- Homer Simpson Life on the Fast Lane From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:38: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 D004D16A420; Fri, 10 Feb 2006 13:38:10 +0000 (GMT) (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 65C7943D45; Fri, 10 Feb 2006 13:38:10 +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 D616EB833; Fri, 10 Feb 2006 15:38:08 +0200 (EET) Received: (nullmailer pid 65333 invoked by uid 1002); Fri, 10 Feb 2006 13:38:08 -0000 Date: Fri, 10 Feb 2006 15:38:08 +0200 From: Vasil Dimov To: Anders Troback Message-ID: <20060210133808.GB65207@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20060210140902.2d64db73@server25.gelita.swe> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: PREFIX problems... 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, 10 Feb 2006 13:38:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Feb 10, 2006 at 02:09:02PM +0100, Anders Troback wrote: > On Fri, 10 Feb 2006 14:26:01 +0200 > Vasil Dimov wrote: ... > > PREFIX?= ${LOCALBASE}/bigsister > > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > CONFIGURE_ARGS= --with-cgi=${BS_CGI_PATH} \ > > --with-perlext=${BS_PERL_EXT} \ > > --with-url=${BS_URL} \ > > --with-user=${BS_USER} ... > > That fixed it! > > Is this a "legal" way to go? Well, it is good for a port to install in LOCALBASE in general. Why do you want to install in ${LOCALBASE}/bigsister? If it conflicts with files installed by other ports you may look for --program-prefix (or something) argument to the configure script or use CONFLICTS= If these are not applicable then install in ${LOCALBASE}/bigsister Otherwise this is a "legal" substitution of your variant: CONFIGURE_ARGS=--prefix=${PREFIX}/bigsister - -- Vasil Dimov -----BEGIN PGP SIGNATURE----- iD8DBQFD7JdAFw6SP/bBpCARArvuAJ0WkEa0KkzBab4SzfqG45uas31eBgCfXRgM 5wYZJX6jY/OQU7in7ZoYePI= =hKp7 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:40:50 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 84CFE16A420; Fri, 10 Feb 2006 13:40:50 +0000 (GMT) (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 E1AE043D48; Fri, 10 Feb 2006 13:40:49 +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 1AB54B835; Fri, 10 Feb 2006 15:40:49 +0200 (EET) Received: (nullmailer pid 65348 invoked by uid 1002); Fri, 10 Feb 2006 13:40:49 -0000 Date: Fri, 10 Feb 2006 15:40:49 +0200 From: Vasil Dimov To: Sam Lawrance Message-ID: <20060210134049.GC65207@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org, Anders Troback Subject: Re: PREFIX problems... 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, 10 Feb 2006 13:40:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Feb 11, 2006 at 12:16:15AM +1100, Sam Lawrance wrote: > >On Fri, 10 Feb 2006 14:26:01 +0200 > >Vasil Dimov wrote: ... > >>PREFIX?= ${LOCALBASE}/bigsister ... > No, it's best that you don't set PREFIX (especially like that - what > happens if someone comes along and does "make install PREFIX=/usr/ > opt"?). Then the port will install in /usr/opt as expected, notice the ?= - -- Vasil Dimov -----BEGIN PGP SIGNATURE----- iD8DBQFD7JfhFw6SP/bBpCARAgt9AKCFPghcV+52bW/ZtVkMrqHKYHeD1wCgldx+ RQddWcURZ+xQ4MVCszhKpnA= =GQIW -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:42:59 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 930BE16A420; Fri, 10 Feb 2006 13:42:59 +0000 (GMT) (envelope-from lawrance@freebsd.org) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90A643D45; Fri, 10 Feb 2006 13:42:58 +0000 (GMT) (envelope-from lawrance@freebsd.org) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1ADgsVX012750; Sat, 11 Feb 2006 00:42:54 +1100 Received: from [61.8.34.153] (ppp2299.dyn.pacific.net.au [61.8.34.153]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1ADgpN3006979; Sat, 11 Feb 2006 00:42:52 +1100 In-Reply-To: <20060210134049.GC65207@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> <20060210134049.GC65207@qlovarnika.bg.datamax> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3E58D58C-C9D5-4F8C-8F47-1716AF7F72FD@freebsd.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 11 Feb 2006 00:42:57 +1100 To: vd@freebsd.org X-Mailer: Apple Mail (2.746.2) Cc: ports@freebsd.org, Anders Troback Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:42:59 -0000 On 11/02/2006, at 12:40 AM, Vasil Dimov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, Feb 11, 2006 at 12:16:15AM +1100, Sam Lawrance wrote: >>> On Fri, 10 Feb 2006 14:26:01 +0200 >>> Vasil Dimov wrote: > ... >>>> PREFIX?= ${LOCALBASE}/bigsister > ... >> No, it's best that you don't set PREFIX (especially like that - what >> happens if someone comes along and does "make install PREFIX=/usr/ >> opt"?). > > Then the port will install in /usr/opt as expected, notice the ?= Yes, but ordinarily the expected behaviour would be that it installs into /usr/opt/bigsister. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:49: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 3DCEC16A420; Fri, 10 Feb 2006 13:49:05 +0000 (GMT) (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 CA06A43D48; Fri, 10 Feb 2006 13:49:04 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from server25.gelita.swe (server25.extraco.gelita-se.local [10.46.150.25]) by devil.troback.com (Postfix) with ESMTP id 8650A114A9; Fri, 10 Feb 2006 14:48:27 +0100 (CET) Date: Fri, 10 Feb 2006 14:49:03 +0100 From: Anders Troback To: vd@FreeBSD.org Message-ID: <20060210144903.4b48dbab@server25.gelita.swe> In-Reply-To: <20060210133808.GB65207@qlovarnika.bg.datamax> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> <20060210133808.GB65207@qlovarnika.bg.datamax> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@FreeBSD.org Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:49:05 -0000 On Fri, 10 Feb 2006 15:38:08 +0200 Vasil Dimov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On Fri, Feb 10, 2006 at 02:09:02PM +0100, Anders Troback wrote: > > On Fri, 10 Feb 2006 14:26:01 +0200 > > Vasil Dimov wrote: > ... > > > PREFIX?=3D ${LOCALBASE}/bigsister > > > CONFIGURE_TARGET=3D --build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} > > > CONFIGURE_ARGS=3D --with-cgi=3D${BS_CGI_PATH} \ > > > --with-perlext=3D${BS_PERL_EXT} \ > > > --with-url=3D${BS_URL} \ > > > --with-user=3D${BS_USER} > ... > >=20 > > That fixed it! > >=20 > > Is this a "legal" way to go? >=20 > Well, it is good for a port to install in LOCALBASE in general. Why do > you want to install in ${LOCALBASE}/bigsister? If it conflicts with > files installed by other ports you may look for --program-prefix (or > something) argument to the configure script or use CONFLICTS=3D > If these are not applicable then install in ${LOCALBASE}/bigsister >=20 > Otherwise this is a "legal" substitution of your variant: > CONFIGURE_ARGS=3D--prefix=3D${PREFIX}/bigsister >=20 I think (I'm just to adopt this port) it's because of the complexity of bigsisters config files... I have tried CONFIGURE_ARGS=3D--prefix=3D${PREFIX}/bigsister but no luck! --=20 Anders Trob=E4ck http://www.troback.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" -------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 13:53: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 D017D16A422; Fri, 10 Feb 2006 13:53:52 +0000 (GMT) (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 36B2443D45; Fri, 10 Feb 2006 13:53:52 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from server25.gelita.swe (server25.extraco.gelita-se.local [10.46.150.25]) by devil.troback.com (Postfix) with ESMTP id 60F29114A9; Fri, 10 Feb 2006 14:53:14 +0100 (CET) Date: Fri, 10 Feb 2006 14:53:49 +0100 From: Anders Troback To: Sam Lawrance Message-ID: <20060210145349.3f33e170@server25.gelita.swe> In-Reply-To: References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, vd@freebsd.org Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 13:53:53 -0000 On Sat, 11 Feb 2006 00:16:15 +1100 Sam Lawrance wrote: >=20 > On 11/02/2006, at 12:09 AM, Anders Troback wrote: >=20 > > On Fri, 10 Feb 2006 14:26:01 +0200 > > Vasil Dimov wrote: > > > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> On Fri, Feb 10, 2006 at 12:45:09PM +0100, Anders Troback wrote: > >> ... > >>> The former maintainer did some things that portlint don't like, > >>> the last line are not .include and when I move down > >>> the line the PREFIX are ignored! > >>> > >>> make install should put all files in $PREFIX/bigsister but when I > >>> put .include to the bottom of Makefile make install > >>> puts the files in /usr/local. > >> ... > >> > >> Have you tried > >> > >> PREFIX?=3D ${LOCALBASE}/bigsister > >> CONFIGURE_TARGET=3D --build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} > >> CONFIGURE_ARGS=3D --with-cgi=3D${BS_CGI_PATH} \ > >> --with-perlext=3D${BS_PERL_EXT} \ > >> --with-url=3D${BS_URL} \ > >> --with-user=3D${BS_USER} > >> > >> - -- > >> Vasil Dimov > >> -----BEGIN PGP SIGNATURE----- > >> > >> iD8DBQFD7IZZFw6SP/bBpCARAs8VAJoDk2EOFsP5Qe6RG0wQxbwdutEp4wCggo58 > >> F2lN3SZ1Rr6c+bRTSPYsIAw=3D > >> =3Dq+IX > >> -----END PGP SIGNATURE----- > > > > I have now:-) > > > > That fixed it! > > > > Is this a "legal" way to go? >=20 > No, it's best that you don't set PREFIX (especially like that - what =20 > happens if someone comes along and does "make install PREFIX=3D/usr/=20 > opt"?). >=20 > Just passing PREFIX in CONFIGURE_ARGS may not be enough. You should =20 > probably also do: >=20 > MAKE_ENV+=3D PREFIX=3D${PREFIX}/${PORTNAME} >=20 > Otherwise, the submake will get PREFIX=3D${PREFIX} (which is why your =20 > port installed into /usr/local). >=20 That don't work(?), can you please have a look on my Makefile (attached)?! So far only the $LOCALBASE variant that Vasil Dimov suggested are working!=20 --=20 Anders Trob=E4ck http://www.troback.com/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?" -------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 14:20: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 12D6A16A420; Fri, 10 Feb 2006 14:20:11 +0000 (GMT) (envelope-from lawrance@freebsd.org) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D64943D46; Fri, 10 Feb 2006 14:20:10 +0000 (GMT) (envelope-from lawrance@freebsd.org) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1AEK8Tq025265; Sat, 11 Feb 2006 01:20:08 +1100 Received: from [61.8.34.153] (ppp2299.dyn.pacific.net.au [61.8.34.153]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1AEK6lO024561; Sat, 11 Feb 2006 01:20:06 +1100 In-Reply-To: <20060210145349.3f33e170@server25.gelita.swe> References: <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe> <20060210145349.3f33e170@server25.gelita.swe> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9A2ABEBD-38A3-4727-9F4C-958513B4C62A@freebsd.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 11 Feb 2006 01:20:11 +1100 To: Anders Troback X-Mailer: Apple Mail (2.746.2) Cc: ports@freebsd.org, vd@freebsd.org Subject: Re: PREFIX problems... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 14:20:11 -0000 On 11/02/2006, at 12:53 AM, Anders Troback wrote: > On Sat, 11 Feb 2006 00:16:15 +1100 > Sam Lawrance wrote: > >> >> On 11/02/2006, at 12:09 AM, Anders Troback wrote: >> >>> On Fri, 10 Feb 2006 14:26:01 +0200 >>> Vasil Dimov wrote: >>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> On Fri, Feb 10, 2006 at 12:45:09PM +0100, Anders Troback wrote: >>>> ... >>>>> The former maintainer did some things that portlint don't like, >>>>> the last line are not .include and when I move down >>>>> the line the PREFIX are ignored! >>>>> >>>>> make install should put all files in $PREFIX/bigsister but when I >>>>> put .include to the bottom of Makefile make install >>>>> puts the files in /usr/local. >>>> ... >>>> >>>> Have you tried >>>> >>>> PREFIX?= ${LOCALBASE}/bigsister >>>> CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >>>> CONFIGURE_ARGS= --with-cgi=${BS_CGI_PATH} \ >>>> --with-perlext=${BS_PERL_EXT} \ >>>> --with-url=${BS_URL} \ >>>> --with-user=${BS_USER} >>>> >>>> - -- >>>> Vasil Dimov >>>> -----BEGIN PGP SIGNATURE----- >>>> >>>> iD8DBQFD7IZZFw6SP/bBpCARAs8VAJoDk2EOFsP5Qe6RG0wQxbwdutEp4wCggo58 >>>> F2lN3SZ1Rr6c+bRTSPYsIAw= >>>> =q+IX >>>> -----END PGP SIGNATURE----- >>> >>> I have now:-) >>> >>> That fixed it! >>> >>> Is this a "legal" way to go? >> >> No, it's best that you don't set PREFIX (especially like that - what >> happens if someone comes along and does "make install PREFIX=/usr/ >> opt"?). >> >> Just passing PREFIX in CONFIGURE_ARGS may not be enough. You should >> probably also do: >> >> MAKE_ENV+= PREFIX=${PREFIX}/${PORTNAME} >> >> Otherwise, the submake will get PREFIX=${PREFIX} (which is why your >> port installed into /usr/local). >> > > That don't work(?), can you please have a look on my Makefile > (attached)?! > > So far only the $LOCALBASE variant that Vasil Dimov suggested are > working! You didn't include the whole port, but I don't see a problem. BTW, you should use USE_RC_SUBR instead of doing your own substitutions and installation of rc scripts. gis2# make configure ... ===> Configuring for bigsister-1.02 configure: WARNING: you should use --build, --host, --target checking which Big Sister version we take care of... 1.02 (build 4) checking the system type we are running on... freebsd checking whether gmake sets $(MAKE)... yes ... checking where to store doc files... /usr/local/bigsister/doc checking where to store uxmon files... /usr/local/bigsister/uxmon checking where to store executable files... /usr/local/bigsister/bin ... etc etc gis2# make do-install ************************************ * * * BUILD with: * * * DEST=/usr/local/bigsister * EXEC=/usr/local/bigsister * INCLUDE=/usr/local/bigsister * CGIPATH=/cgi-bin * USER=bs * WEBROOT=/bs * PERL=/usr/bin/perl * PERLEXT=pl * * * ************************************ ... ./install.sh wheel bs 755 -d /usr/local/bigsister/var ./install.sh wheel bs 755 -d /usr/local/bigsister/etc ./install.sh wheel bs 755 -d /usr/local/bigsister/cgi ./install.sh wheel bs 755 -d /usr/local/bigsister/doc etc etc From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 15:49: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 8E11716A420 for ; Fri, 10 Feb 2006 15:49:11 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CF243D48 for ; Fri, 10 Feb 2006 15:49:11 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (unknown[208.206.151.59]) by comcast.net (rwcrmhc12) with ESMTP id <20060210154906m1200cif0ve>; Fri, 10 Feb 2006 15:49:10 +0000 Message-ID: <43ECB5F1.7050509@computer.org> Date: Fri, 10 Feb 2006 09:49:05 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Volker Kindermann References: <43EBB69D.5020100@computer.org> <20060210090118.48c94266@ariel.office.volker.de> In-Reply-To: <20060210090118.48c94266@ariel.office.volker.de> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: slib 3a2 breaks 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: Fri, 10 Feb 2006 15:49:11 -0000 Volker Kindermann wrote: > Hi, > > >> Well.. subject may be misleading. I'm told it breaks guile. What it >> breaks for me is gnucash. >> >> Since upgrading to slib-3a2... when I start gnucash I now get: >> ERROR: Unbound variable: with-load-pathname > > same problem here. > I downgraded mine... seems to be working fine now. I'll go ahead and contact the person who made the change just to get his opinion on other possibilities. > > -volker > _______________________________________________ > 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" > -- Regards, Eric From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 16:15: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 3766F16A420 for ; Fri, 10 Feb 2006 16:15:45 +0000 (GMT) (envelope-from maxpaz@tiscali.it) Received: from mrqout1.tiscali.it (mrqout1-sorbs.tiscali.it [195.130.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B516E43D49 for ; Fri, 10 Feb 2006 16:15:44 +0000 (GMT) (envelope-from maxpaz@tiscali.it) Received: from 10.39.115.136 by mrq-1 with esmtp (Exim) id 1F7avu-00040z-Ii; Fri, 10 Feb 2006 17:15:42 +0100 Received: from ps6 (10.39.75.76) by mail-temp.mail.tiscali.sys (7.2.066.4) id 43EB12820000CC73 for freebsd-ports@freebsd.org; Fri, 10 Feb 2006 17:15:42 +0100 Message-ID: <13490331.1139588142382.JavaMail.root@ps6> Date: Fri, 10 Feb 2006 17:15:42 +0100 (CET) From: "maxpaz@tiscali.it" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: force pkg register on mysql-client-4.1.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "maxpaz@tiscali.it" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 16:15:45 -0000 On FreeBSD 6.0 (fresh kernel update 6.1 prerelease) with mysql-client- 4.1.16 mysql-server-4.1.16 already compiled and installed, several=20 ports as gnome or p5-Class-DBI-mysql stops compilation requiring again=20 the installation of mysql-client-4.1.16 with force_pkg_register. Same behaviour if i reverse the order...mysql-server stop requiring=20 again to reinstall mysql-client with force_pkg_register. Thanks for all your help maxpaz =09=09 Tiscali ADSL 4 Mega Flat Naviga senza limiti con l'unica Adsl a 4 Mega di velocit=C3=A0 a soli 19,95= =E2=82=AC al mese! Attivala subito e hai GRATIS 2 MESI e l'ATTIVAZIONE.=20 http://abbonati.tiscali.it/adsl/sa/4flat_tc/ From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 16:21:12 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 8930616A422 for ; Fri, 10 Feb 2006 16:21:12 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0831743D46 for ; Fri, 10 Feb 2006 16:21:11 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k1AGLBfp013978; Fri, 10 Feb 2006 08:21:11 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k1AGLA4L013977; Fri, 10 Feb 2006 08:21:10 -0800 Date: Fri, 10 Feb 2006 08:21:10 -0800 From: Brooks Davis To: Alexander Leidinger Message-ID: <20060210162110.GA25430@odin.ac.hmc.edu> References: <20060210022408.GA21255@odin.ac.hmc.edu> <20060210142828.ynjvl9uu4ggogkkk@netchild.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20060210142828.ynjvl9uu4ggogkkk@netchild.homeip.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , ports@freebsd.org Subject: Re: requirements for bsd.xxx.mk file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 16:21:12 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 02:28:28PM +0100, Alexander Leidinger wrote: > Brooks Davis wrote: >=20 > >I've been doing a deployment of drupal at work and I've ported a couple > >modules with plans to port more. I've built up a framework to make > >individual modules easy to port, but at the moment it's in the form of a > >Makefile and a pkg-install.in script that are mostly duplicated. I'm > >wondering what the bar is for creating a bsd.xxx.mk. How many ports are > >needed to justify the overhead? Should I use a >=20 > I think you need more than 2... :-) I figured. :-) > We have no rules here. So if you think for yourself the number of ports > reached the critical mass, just go ahead. >=20 > >${PORTSDIR}/www/drupal/Makefile.common instead like PEAR does? >=20 > IMHO the Makefile.common approach is a nice way to prototype/develop a fi= rst > working initial version. While a bsd.xxx.mk file is the "ok, we have > something to base our effort on, let's make it official" approach. Sounds good, I'll start with that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFD7L11XY6L6fI4GtQRAlIWAKDZ4Ne8c06IHeE+bdAzojLstpJXFgCgxiyk rIzWzZFkTeriGA/cTgwMvqs= =be0j -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 16:24:42 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 9BF3916A422; Fri, 10 Feb 2006 16:24:42 +0000 (GMT) (envelope-from christos.stigas@cibc.com) Received: from cibc.ca (smtp3.cibc.ca [199.198.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58EC43D45; Fri, 10 Feb 2006 16:24:41 +0000 (GMT) (envelope-from christos.stigas@cibc.com) Received: from ([159.231.169.6]) by cbscc-si-im1.cibc.ca with ESMTP id KP-BRAAR.60301300; Fri, 10 Feb 2006 11:12:24 -0500 Received: from CBSCC-X3-MBVS05.ad.cibc.com ([159.231.1.27]) by CBSCC-X3-SMTP01.ad.cibc.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 10 Feb 2006 11:12:23 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Fri, 10 Feb 2006 11:12:22 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: roundcube-0.1.20060205 Thread-Index: AcYuXMZtHHZCOb/XQ4i9T7mWkt7SxQ== From: "Stigas, Christos" To: X-OriginalArrivalTime: 10 Feb 2006 16:12:23.0555 (UTC) FILETIME=[C6E73D30:01C62E5C] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: roundcube-0.1.20060205 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 16:24:42 -0000 Hello, I updated to the new port yesterday and it is not working. I have = checked the roundcube site and this is not the latest stable build = (20060205). There seem to be a number of database issues including not = shutting down connections properly. ( I am using postgresql btw) Here is what happens when I try to get to the login page: DB Error in /usr/local/www/roundcube/program/include/rcube_db.inc (427): = DB Error: unknown error Query: SELECT vars, ip, EXTRACT (EPOCH FROM = changed) AS changed FROM session WHERE = sess_id=3D'9afe03c9b6a3cac7143fc20a0d7e89ba' [nativecode=3DFATAL: = terminating connection due to administrator command server closed the = connection unexpectedly This probably means the server terminated = abnormally before or while processing the request.] Fatal error: Call to a member function fetchRow() on a non-object in = /usr/local/www/roundcube/program/include/rcube_db.inc on line 315=20 Another thing, I noticed that the database schema has changed. I think = there should be a second sql script which allows an existing install to = just alter the database. If you'd like I wouldn't mind writing this. Regards, Christos From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 17:46: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 7B28F16A420 for ; Fri, 10 Feb 2006 17:46:59 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A8F43D45 for ; Fri, 10 Feb 2006 17:46:58 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from cauchy.math.uvsq.fr (cauchy.math.uvsq.fr [193.51.32.2]) by soleil.uvsq.fr (8.13.4/jtpda-5.4) with ESMTP id k1AHkvNn001596 for ; Fri, 10 Feb 2006 18:46:57 +0100 (CET) Received: from fermat.math.uvsq.fr (fermat.math.uvsq.fr [193.51.32.1]) by cauchy.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1AHkvKe075341 for ; Fri, 10 Feb 2006 18:46:57 +0100 (CET) Received: from fermat.math.uvsq.fr (localhost [127.0.0.1]) by fermat.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1AHkvZN063233 for ; Fri, 10 Feb 2006 18:46:57 +0100 (CET) Received: (from moreno@localhost) by fermat.math.uvsq.fr (8.13.3/8.13.3/Submit) id k1AHkv33063232 for freebsd-ports@freebsd.org; Fri, 10 Feb 2006 18:46:57 +0100 (CET) (envelope-from moreno) Date: Fri, 10 Feb 2006 18:46:57 +0100 From: Guillermo MORENO-SOCIAS To: freebsd-ports@freebsd.org Message-ID: <20060210174657.GA63169@math.uvsq.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (soleil.uvsq.fr [193.51.24.1]); Fri, 10 Feb 2006 18:46:57 +0100 (CET) X-Miltered: at soleil.uvsq.fr with ID 43ECD191.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: ClamAV 0.88/1283/Thu Feb 9 21:55:06 2006 on soleil.uvsq.fr X-Virus-Status: Clean X-Antivirus: scanned by sophie at soleil.uvsq.fr Subject: cannot make gconf2-2.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, 10 Feb 2006 17:46:59 -0000 Hello. I cannot make gconf2-2.12.1. I got the following: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fermat /usr/ports/devel/gconf2# make You can enable ldap support by defining WITH_LDAP ===> Vulnerability check disabled, database not found ===> Extracting for gconf2-2.12.1 => MD5 Checksum OK for gnome2/GConf-2.12.1.tar.bz2. ===> Patching for gconf2-2.12.1 ===> gconf2-2.12.1 depends on file: /usr/local/bin/libtool15 - found -e: not found *** Error code 127 Stop in /usr/ports/devel/gconf2. fermat /usr/ports/devel/gconf2# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ uname -a gives: FreeBSD fermat.math.uvsq.fr 5.4-RELEASE FreeBSD 5.4-RELEASE #10: Tue Jan 31 15:35:47 CET 2006 root@fermat.math.uvsq.fr:/usr/obj/usr/src/sys/FERMAT2 i386 Thanks in advance. Guillermo Moreno-Socias From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 18:27: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 1EF6216A420 for ; Fri, 10 Feb 2006 18:27:07 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D552343D48 for ; Fri, 10 Feb 2006 18:27:05 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis2.rz.uni-wuerzburg.de [132.187.3.47]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id D122F14687F; Fri, 10 Feb 2006 19:27:03 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id C289D21D1; Fri, 10 Feb 2006 19:27:03 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 9E3D914687A; Fri, 10 Feb 2006 19:27:03 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k1AIR34G061660; Fri, 10 Feb 2006 19:27:03 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k1AIR2Ah030141; Fri, 10 Feb 2006 19:27:03 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k1AIR2t7011181; Fri, 10 Feb 2006 19:27:02 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k1AIR1rp011180; Fri, 10 Feb 2006 19:27:01 +0100 (CET) (envelope-from q@galgenberg.net) Date: Fri, 10 Feb 2006 19:27:01 +0100 From: Ulrich Spoerlein To: Alexander Leidinger Message-ID: <20060210182701.GA1109@galgenberg.net> Mail-Followup-To: Alexander Leidinger , ports@freebsd.org, "[LoN]Kamikaze" References: <43E711DB.40608@gmx.de> <20060207181150.GH1060@galgenberg.net> <20060207203725.61f12be9@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <20060207203725.61f12be9@Magellan.Leidinger.net> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: ports@freebsd.org, "\[LoN\]Kamikaze" Subject: Re: portupgrade slow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 18:27:07 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alexander Leidinger wrote: >While 15 to 30 minutes is really long, and I think Ulrich found your >problem, portupgrade is a memory hog nowadays... but we have 14k ports >which the pgktools keep in a DB in some way (as a graph), so is anyone >out there who speaks ruby and is willing to have a look if this can be >optimized? I think it's the dependancy checking. Compare the startup time of=20 portupgrade -na vs. portupgrade -Ona Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7Nr1524iJyD+6d0RAqzDAJ4oqcEMxVcKFKY46GF4IWxlHH/sWACfbspr fRM1W9tL3AlQQzjPtejFQ5g= =x5Er -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 18:33: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 3A8CB16A422 for ; Fri, 10 Feb 2006 18:33:20 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5900543D46 for ; Fri, 10 Feb 2006 18:33:19 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis1.rz.uni-wuerzburg.de [132.187.3.48]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 99E5614687F; Fri, 10 Feb 2006 19:33:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 8AFF910CB; Fri, 10 Feb 2006 19:33:18 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 656DA14687A; Fri, 10 Feb 2006 19:33:18 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k1AIXIiq064509; Fri, 10 Feb 2006 19:33:18 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k1AIXIAs030172; Fri, 10 Feb 2006 19:33:18 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k1AIXHZ6011323; Fri, 10 Feb 2006 19:33:17 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k1AIXHbl011322; Fri, 10 Feb 2006 19:33:17 +0100 (CET) (envelope-from q@galgenberg.net) Date: Fri, 10 Feb 2006 19:33:17 +0100 From: Ulrich Spoerlein To: Joe Holden , ports@freebsd.org Message-ID: <20060210183317.GB1109@galgenberg.net> Mail-Followup-To: Joe Holden , ports@freebsd.org References: <43E8F979.40004@joeholden.co.uk> <20060207201015.GA79335@iib.unsam.edu.ar> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline In-Reply-To: <20060207201015.GA79335@iib.unsam.edu.ar> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: Subject: Re: Maintaining 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, 10 Feb 2006 18:33:20 -0000 --JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fernan Aguero wrote: >cp -R /usr/ports/category/your_port /some/place/ >diff -ruN /usr/ports/category/your_port /some/place/your_port > your_port.= diff >send-pr -a your_port.diff This is all nice and well, but we have devel/porttools which make this=20 process (especially filling out the PR) easier. I directly check the=20 port out of cvs, so I'm sure I work with an uptodate version. % cvs -d :pserver:anoncvs@anoncvs.at.freebsd.org:/home/ncvs co % cd && hack it % port submit (from devel/porttools, will automatically generate the PR) hth Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7Nxs524iJyD+6d0RAk3AAJoDiHgQZGPqBe2SYS5my2tYAaK1XACfV5wn dvW2kNMvfVFMEFmilNoV+ZQ= =DHIm -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 18:43: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 43E3D16A423 for ; Fri, 10 Feb 2006 18:43:16 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7800143D58 for ; Fri, 10 Feb 2006 18:43:14 +0000 (GMT) (envelope-from q@galgenberg.net) Received: from virusscan.mail (amavis2.rz.uni-wuerzburg.de [132.187.3.47]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 61BF11467E3; Fri, 10 Feb 2006 19:43:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 53C83116C; Fri, 10 Feb 2006 19:43:13 +0100 (CET) Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 300541467E3; Fri, 10 Feb 2006 19:43:13 +0100 (CET) Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237]) by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id k1AIhC5f068034; Fri, 10 Feb 2006 19:43:13 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148]) by coyote.q.local (8.13.4/8.13.4) with ESMTP id k1AIhCLI030205; Fri, 10 Feb 2006 19:43:12 +0100 (CET) (envelope-from q@galgenberg.net) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.4/8.13.4) with ESMTP id k1AIhCq1011542; Fri, 10 Feb 2006 19:43:12 +0100 (CET) (envelope-from q@galgenberg.net) Received: (from q@localhost) by roadrunner.q.local (8.13.4/8.13.4/Submit) id k1AIhC0Q011541; Fri, 10 Feb 2006 19:43:12 +0100 (CET) (envelope-from q@galgenberg.net) Date: Fri, 10 Feb 2006 19:43:12 +0100 From: Ulrich Spoerlein To: "[LoN]Kamikaze" Message-ID: <20060210184312.GC1109@galgenberg.net> Mail-Followup-To: "[LoN]Kamikaze" , freebsd-ports@freebsd.org References: <43EA8CB5.4030806@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline In-Reply-To: <43EA8CB5.4030806@gmx.de> X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-ports@freebsd.org Subject: Re: gamin vs. fam X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 18:43:16 -0000 --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [LoN]Kamikaze wrote: >Well, the whole gamin thing seems a bit confusing to me. Why is this >attempt to replace an (apparently flawlessly) working software with ^^^^^^^^^^^^^^^^^^^^^ Haha! You're kidding, right? >another one that only supports a subset of the first ones features? > >Has the development of fam been stopped? Does it have other major >disadvantages? Or is this just some gnome people having a power-trip? The last fam release is more than two years old, and the port is still=20 at 2.6.9 (which is rapdily getting three years old!). Besides, fam is=20 buggy w.r.t to NFS mounts. I don't know about gamin, but it seems awfully linux-centric and=20 therefore rather unstable on FreeBSD. We would need to sneak in a *BSD=20 developer with kqueue-fu into the gamin team ... Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --Bu8it7iiRSEf40bY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7N7A524iJyD+6d0RAvhQAJ4qvfY7XRzcyAbd2L/NeLzxpfrp4gCaAiCw 74qRaCquPQo8YtucMIYPBwk= =dfiv -----END PGP SIGNATURE----- --Bu8it7iiRSEf40bY-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 20:40:39 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 AE2F316A420 for ; Fri, 10 Feb 2006 20:40:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B37843D46 for ; Fri, 10 Feb 2006 20:40: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 2E3FD1A3C23 for ; Fri, 10 Feb 2006 12:40:39 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8ABB95214D; Fri, 10 Feb 2006 15:40:38 -0500 (EST) Date: Fri, 10 Feb 2006 15:40:38 -0500 From: Kris Kennaway To: freebsd-ports Message-ID: <20060210204038.GA67948@xor.obsecurity.org> References: <20060210012611.GC18695@xor.obsecurity.org> <20060210102754.GB69160@vision.anyware> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20060210102754.GB69160@vision.anyware> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: [ports-i386@FreeBSD.org: resin-2.1.17 failed on i386 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 Feb 2006 20:40:39 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 11:27:55AM +0100, Jean-Baptiste Quenot wrote: > * Kris Kennaway: > > Dear Maintainer, > >=20 > > When do you expect to be able to fix this? > >=20 > > Kris > >=20 > > ----- Forwarded message from User Ports-i386 -= ---- > >=20 > > cc -rpath=3D/usr/lib:/usr/local/lib -L/usr/lib -lcrypto -lssl -o resin = resin.o ../common/common.o std.o memory.o ssl.o -lc_r > > /usr/bin/ld: cannot find -lc_r > > *** Error code 1 >=20 > Hello, >=20 > In the porter's handbook I read about PTHREAD_LIBS > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-pt= hread.html >=20 > I'm trying to use PTHREAD_LIBS, but I get the following error on > 5.3-RELEASE: >=20 > /usr/bin/ld -shared -o libresin.so jni_vfs.o std.o memory.o ssl_stub.o -p= thread -lssl -lcrypto > /usr/bin/ld: unrecognized option '-pthread' >=20 > ld(1) manual page does not give any information about -pthread. >=20 > Any idea? PTHREAD_LIBS is not a linker flag, it's a compiler flag passed at the link stage (i.e. cc -pthread). Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7PpGWry0BWjoQKURAqVqAKDDdIvdptOlnHT+eAXmRxL0/zP1EQCgjHZa C/5Izd1iQpR11lomOgx/964= =d3+3 -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 00:31:12 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 185AB16A420 for ; Sat, 11 Feb 2006 00:31:12 +0000 (GMT) (envelope-from eighner@io.com) Received: from smtp.prismnet.com (smtp.prismnet.com [209.198.128.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723C543D72 for ; Sat, 11 Feb 2006 00:31:08 +0000 (GMT) (envelope-from eighner@io.com) Received: from io.com (206-224-83-13-dialup.io.com [206.224.83.13]) by smtp.prismnet.com (8.13.4/8.13.4) with SMTP id k1B0V4TA050831 for ; Fri, 10 Feb 2006 18:31:04 -0600 (CST) (envelope-from eighner@io.com) Received: by io.com (nbSMTP-0.98) for uid 1001 for ; Fri, 10 Feb 2006 18:29:36 -0600 (CST) Date: Fri, 10 Feb 2006 18:29:34 -0600 (CST) From: Lars Eighner To: freebsd-ports Message-ID: <20060210182047.P78074@goodwill.io.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on smtp.prismnet.com X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=10.0 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on smtp.prismnet.com Cc: Subject: Mystery memory leak message in PHP 5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 00:31:12 -0000 I get this and don't begin to understand it: /usr/ports/lang/php5-cli/work/php-5.0.5/main/streams/streams.c(1209) : Freeing 0x083AC564 (1 bytes), script=/home/webmaster/allphp/main.php /usr/ports/lang/php5-cli/work/php-5.0.5/ext/standard/file.c(472) : Actual locati on (location was relayed) Last leak repeated 5 times === Total 6 memory leaks detected === Although php5-cli was built from ports, the port was cleaned long ago, so the work directory no longer exists, and I have no idea where to start looking for the problem: My script? PHP source? The port? The system? Output of my scripts appears to be correct both to my eye and to a sgml parser. What will happen if I keep running these scripts? Will I eventually run out of memory? Or is the memory recovered when the script quits? This is run from the command line (well actually by gmake) and doesn't run from a daemon, and the process does die a natural death when it is done. -- Lars Eighner eighner@io.com http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 00:32:53 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 55D7B16A420 for ; Sat, 11 Feb 2006 00:32:53 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A702343D6D for ; Sat, 11 Feb 2006 00:32:49 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (danm@localhost.gushi.org [127.0.0.1]) by prime.gushi.org (8.13.5/8.13.5) with ESMTP id k1B0eDIW029201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 10 Feb 2006 19:40:13 -0500 (EST) Received: (from danm@localhost) by prime.gushi.org (8.13.5/8.13.5/Submit) id k1B0eDbC029195; Fri, 10 Feb 2006 19:40:13 -0500 (EST) Date: Fri, 10 Feb 2006 19:40:12 -0500 (EST) From: "Dan Mahoney, System Admin" To: ports@freebsd.org Message-ID: <20060210193822.M28404@prime.gushi.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Error in ports/mail/pyzor X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 00:32:53 -0000 Hello All, I am using Pyzor with SpamAssassin, and there's a well documented bug in pyzor that causes it to fail scanning under certain conditions. Documentation Here: http://bugzilla.spamassassin.org/show_bug.cgi?id=4580 I was wondering if perhaps the patch set for this program could be updated to include the patches which fix this problem -- They are available in the bug report listed above. I have verified that they apply cleanly to the pyzor sources included with the port. -Dan Mahoney -- "She's NOT my girlfriend!" -Dan Mahoney, Quite a bit recently. --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 01:09:40 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 3FBA416A420 for ; Sat, 11 Feb 2006 01:09:40 +0000 (GMT) (envelope-from mmumby@xtra.co.nz) Received: from avmta3-rme.xtra.co.nz (avmta3-rme.xtra.co.nz [210.86.15.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAD643D4C for ; Sat, 11 Feb 2006 01:09:38 +0000 (GMT) (envelope-from mmumby@xtra.co.nz) Received: from mta1-rme.xtra.co.nz ([210.86.15.192]) by avmta3-rme.xtra.co.nz with ESMTP id <20060211010937.HCDW6830.avmta3-rme.xtra.co.nz@mta1-rme.xtra.co.nz> for ; Sat, 11 Feb 2006 14:09:37 +1300 Received: from web1-rme.xtra.co.nz ([222.152.21.232]) by mta1-rme.xtra.co.nz with ESMTP id <20060211010937.HHIL16143.mta1-rme.xtra.co.nz@web1-rme.xtra.co.nz> for ; Sat, 11 Feb 2006 14:09:37 +1300 Received: from orac ([222.152.21.232]) by web1-rme.xtra.co.nz (InterMail vG.2.00.00.00 201-2161-108-101-20050407) with SMTP id <20060211010936.IBLS420.web1-rme.xtra.co.nz@orac> for ; Sat, 11 Feb 2006 14:09:36 +1300 From: "Mark Mumby" To: Date: Sat, 11 Feb 2006 14:09:44 +1300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016_01C62F14.CF0D6210" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Make of Flowscan Fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 01:09:40 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C62F14.CF0D6210 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit When making flowscan i get the following error - firewall# make ===> Vulnerability check disabled, database not found ===> Extracting for flowscan-1.006_7 => MD5 Checksum OK for FlowScan-1.006.tar.gz. ===> Patching for flowscan-1.006_7 ===> flowscan-1.006_7 depends on executable: ksh - found ===> flowscan-1.006_7 depends on executable: rrdtool - found ===> flowscan-1.006_7 depends on file: /usr/local/sbin/cflowd - found ===> flowscan-1.006_7 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/Boulder/Stream.pm - found ===> flowscan-1.006_7 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/ConfigReader/DirectiveStyle.pm - found ===> flowscan-1.006_7 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/HTML/Table.pm - found ===> flowscan-1.006_7 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/mach/Cflow.pm - found ===> flowscan-1.006_7 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/mach/Net/Patricia.pm - found ===> Configuring for flowscan-1.006_7 creating cache ./config.cache checking host system type... i386-unknown-freebsd5.4 checking for find... /usr/bin/find checking for gzip... /usr/bin/gzip checking for ksh... /usr/local/bin/ksh checking for ln... /bin/ln checking for ls... /bin/ls checking for mkdir... /bin/mkdir checking for perl... /usr/bin/perl checking perl version... ok checking for rm... /bin/rm checking for rcs... /usr/bin/rcs checking for rrdtool... /usr/local/bin/rrdtool checking for sed... /usr/bin/sed checking for tar... /usr/bin/tar checking for touch... /usr/bin/touch checking for xargs... /usr/bin/xargs checking for head... /usr/bin/head checking for grep... /usr/bin/grep checking for mv... /bin/mv checking for rm... (cached) /bin/rm checking for cp... /bin/cp checking for RRDs... no configure: error: Must be able to use RRDs! ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/net-mgmt/flowscan/work/FlowScan-1.006/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/net-mgmt/flowscan. I have attached the config.log and ls /var/db/pkg in the one file. Thanks Mark ------=_NextPart_000_0016_01C62F14.CF0D6210 Content-Type: text/plain; name="files.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="files.txt" firewall# ls /var/db/pkg arts++-1.1.a11,1 p5-Cflow-1.051_2 autoconf-2.13.000227_5 p5-Compress-Zlib-1.41 autoconf-2.53_3 p5-ConfigReader-0.5_1 automake-1.4.6_2 p5-Event-1.06 bison-1.75_2,1 p5-Filter-1.32 cflowd-2.1.b1_8,1 p5-HTML-Table-2.02 cvsup-without-gui-16.1h_2 p5-Net-Patricia-1.014 ddclient-3.6.6 p5-Net-SSLeay-1.30_1 expat-2.0.0 p5-POE-0.3301 flow-tools-0.68_1 p5-POE-Component-RRDTool-0.18 freetype2-2.1.10_2 p5-PathTools-3.15 gcc-2.95.3_2 p5-Scalar-List-Utils-1.18,1 gd-2.0.33_4,1 p5-Storable-2.15 gdbm-1.8.3_1 p5-Test-Harness-2.56 gettext-0.14.5_1 p5-Test-Simple-0.62 gmake-3.80_2 p5-Time-HiRes-1.86,1 hcidump-1.5.1 p5-XML-Parser-2.34_2 help2man-1.36.3 p5-gettext-1.05_1 isc-dhcp3-server-3.0.3_1 pdksh-5.2.14p2_1 jpeg-6b_3 perl-5.8.7_2 libart_lgpl2-2.3.17 pkgconfig-0.20 libiconv-1.9.2_1 pkgdb.db libtool-1.3.5_2 png-1.2.8_2 libtool-1.5.22_1 portupgrade-2.0.1_1,1 m4-1.4.4 python-2.4.2 mm-1.4.0 rrdtool-1.2.12 mpd-3.18_4 ruby-1.8.4_4,1 nfdump-1.4 ruby18-bdb1-0.2.2 obexapp-1.4.4 sms_client-3.0.2_2 openobex-1.0.1 smstools-1.14.11 p5-Authen-PAM-0.14 webmin-1.250_3 p5-Boulder-1.30 firewall# cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:548: checking host system type configure:578: checking for find configure:609: checking for gzip configure:640: checking for ksh configure:674: checking for ln configure:705: checking for ls configure:736: checking for mkdir configure:768: checking for perl configure:800: checking perl version configure:853: checking for rm configure:884: checking for rcs configure:916: checking for rrdtool configure:951: checking for sed configure:982: checking for tar configure:1013: checking for touch configure:1044: checking for xargs configure:1077: checking for head configure:1108: checking for grep configure:1139: checking for mv configure:1170: checking for rm configure:1201: checking for cp configure:1244: checking for RRDs firewall# ------=_NextPart_000_0016_01C62F14.CF0D6210-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 01:39: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 EC6BA16A420 for ; Sat, 11 Feb 2006 01:39:48 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 255FC43D49 for ; Sat, 11 Feb 2006 01:39:47 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 11 Feb 2006 01:39:46 -0000 Received: from p54A7D82B.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.216.43] by mail.gmx.net (mp001) with SMTP; 11 Feb 2006 02:39:46 +0100 X-Authenticated: #5465401 Message-ID: <43ED4058.7020003@gmx.de> Date: Sat, 11 Feb 2006 02:39:36 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43EA8CB5.4030806@gmx.de> <20060210184312.GC1109@galgenberg.net> In-Reply-To: <20060210184312.GC1109@galgenberg.net> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCB6006A407E1C13C345CA454" X-Y-GMX-Trusted: 0 Subject: Re: gamin vs. fam X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 01:39:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCB6006A407E1C13C345CA454 Content-Type: multipart/mixed; boundary="------------090100010701090305050402" This is a multi-part message in MIME format. --------------090100010701090305050402 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Finally this is an answer. Still seeing how many people have problems, I'll stay with fam for the time being. Also I just recognized that I never used fam in my life. Today I tested x11-fm/pcmanfm and it complained about gamin/fam not running. The author told me that other programs simply use kernel functions to monitor the system when fam is not present. The fam manpage states that it has to be run as root. So well, for all those who want to stay with fam for now and actually use it. I have an sh skript attached that can be put into /usr/local/etc/rc.d/ and activated by adding fam_enable=3D"YES" to your /etc/rc.conf . Ulrich Spoerlein wrote: > The last fam release is more than two years old, and the port is still > at 2.6.9 (which is rapdily getting three years old!). Besides, fam is > buggy w.r.t to NFS mounts. >=20 > I don't know about gamin, but it seems awfully linux-centric and > therefore rather unstable on FreeBSD. We would need to sneak in a *BSD > developer with kqueue-fu into the gamin team ... >=20 > Ulrich Spoerlein --------------090100010701090305050402 Content-Type: text/plain; name="fam.sh" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="fam.sh" IyEvYmluL3NoCiMKIyBBdXRob3I6CWthbWlrYXplCiMgQ29udGFjdDoJTG9OX0thbWlrYXpl QGdteC5kZQojCgojIFBST1ZJREU6IGZhbQojIEJFRk9SRTogc2VjdXJlbGV2ZWwKIyBLRVlX T1JEOiBGcmVlQlNEIHNodXRkb3duCgojCiMgUHJvdmlkZXMgdGhlIGZhbSBmaWxlIHN5c3Rl bSBtb25pdG9yaW5nIHNlcnZpY2UuCiMKCjogJHtmYW1fZW5hYmxlPSJOTyJ9CjogJHtmYW1f ZmxhZ3M9Ii1UIDAgLUwifQoKLiAvZXRjL3JjLnN1YnIKCm5hbWU9ImZhbSIKcmN2YXI9YHNl dF9yY3ZhcmAKCmNvbW1hbmQ9Ii91c3IvbG9jYWwvYmluLyRuYW1lIgpjb21tYW5kX2FyZ3M9 IiRmYW1fZmxhZ3MgJiIKCmxvYWRfcmNfY29uZmlnICRuYW1lCnJ1bl9yY19jb21tYW5kICIk MSIK --------------090100010701090305050402-- --------------enigCB6006A407E1C13C345CA454 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 (FreeBSD) iD8DBQFD7UBefMDIb41/+S0RAkIPAKCCvePzJ60QHd2S8hqgjNWBNa//TQCbBBsE Wi1BmcXjHxeIXRv+yHl16+g= =DTHr -----END PGP SIGNATURE----- --------------enigCB6006A407E1C13C345CA454-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 03:42: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 CA43C16A420 for ; Sat, 11 Feb 2006 03:42:36 +0000 (GMT) (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 63E9043D48 for ; Sat, 11 Feb 2006 03:42:36 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id 1EC925E01; Fri, 10 Feb 2006 19:42:36 -0800 (PST) Date: Fri, 10 Feb 2006 19:42:36 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060211034236.GA92772@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20060210182047.P78074@goodwill.io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060210182047.P78074@goodwill.io.com> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: Mystery memory leak message in PHP 5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 03:42:36 -0000 > Although php5-cli was built from ports, the port was cleaned > long ago, so the work directory no longer exists, and I have no > idea where to start looking for the problem: > > My script? > PHP source? > The port? > The system? Chances are the leak is in the PHP code. You should likely submit your findings to the PHP developers via their bug page, but first: Try using php 5.1.2 (which is what's currently in ports). The PHP developers are usually quite adamant about fixing memory leaks. If you want to know the differences between 5.0.5 and 5.1.2, the PHP developers keep a somewhat terse ChangeLog on their web site. > What will happen if I keep running these scripts? Will I > eventually run out of memory? Or is the memory recovered when > the script quits? {...} The memory is recovered when the script quits, but it depends on how you have PHP built + configured for Apache (or whatever webserver you're using). If you're using PHP as an Apache module, then there may be times when the Apache process gets bloated (it depends on how much memory is leaking, and at what rate), which may require you to restart Apache. If you're using PHP as a CGI (not CLI!) binary, the memory is guaranteed to be free'd every time the fork()'d instance of PHP dies off (in English: when the script ends). -- | 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. | From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 04:11: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 79AEA16A420 for ; Sat, 11 Feb 2006 04:11:52 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14C843D45 for ; Sat, 11 Feb 2006 04:11:51 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1B4Bm1G019627; Sat, 11 Feb 2006 15:11:49 +1100 Received: from [61.8.35.237] (ppp23ED.dyn.pacific.net.au [61.8.35.237]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1B4Bje2011266; Sat, 11 Feb 2006 15:11:46 +1100 In-Reply-To: <20060210193822.M28404@prime.gushi.org> References: <20060210193822.M28404@prime.gushi.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <90208384-BAD3-43DD-B96D-DFA3DC977BF3@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 11 Feb 2006 15:11:51 +1100 To: "Dan Mahoney, System Admin" X-Mailer: Apple Mail (2.746.2) Cc: ports@FreeBSD.org Subject: Re: Error in ports/mail/pyzor X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 04:11:52 -0000 On 11/02/2006, at 11:40 AM, Dan Mahoney, System Admin wrote: > Hello All, > > I am using Pyzor with SpamAssassin, and there's a well documented > bug in pyzor that causes it to fail scanning under certain conditions. > > Documentation Here: http://bugzilla.spamassassin.org/show_bug.cgi? > id=4580 > > I was wondering if perhaps the patch set for this program could be > updated to include the patches which fix this problem -- > > They are available in the bug report listed above. I have verified > that they apply cleanly to the pyzor sources included with the port. > Pyzor has no maintainer. Perhaps could update the port and send it. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/ http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/ From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 04:21:12 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 A7FEA16A422; Sat, 11 Feb 2006 04:21:12 +0000 (GMT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4838343D46; Sat, 11 Feb 2006 04:21:12 +0000 (GMT) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: from 8ball.rtp.FreeBSD.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) by triangle.rtp.FreeBSD.Org (8.13.1/8.13.1) with ESMTP id k1B4LB18073792; Fri, 10 Feb 2006 23:21:11 -0500 (EST) (envelope-from kris@8ball.rtp.FreeBSD.org) Received: (from kris@localhost) by 8ball.rtp.FreeBSD.org (8.13.3/8.13.3/Submit) id k1B35VV8083522; Fri, 10 Feb 2006 22:05:31 -0500 (EST) (envelope-from kris) Date: Fri, 10 Feb 2006 22:05:31 -0500 (EST) From: Kris Kennaway Message-Id: <200602110305.k1B35VV8083522@8ball.rtp.FreeBSD.org> To: anholt@FreeBSD.org, brooks@FreeBSD.org, cy@FreeBSD.org, ports@FreeBSD.org, x11@FreeBSD.org Cc: Subject: Ports with duplicate LATEST_LINKS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 04:21:12 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Kris "Annoying Reminder Guy II" Kennaway LATEST_LINK PORTNAME MAINTAINER ========================================================================== git devel/git anholt@FreeBSD.org git misc/git ports@FreeBSD.org globus net/globus4 brooks@FreeBSD.org globus misc/globus2 ports@FreeBSD.org imake devel/imake-4 x11@FreeBSD.org imake devel/imake-6 x11@FreeBSD.org ntp net/ntp cy@FreeBSD.org ntp net/ntp-devel cy@FreeBSD.org ntp net/ntp-stable cy@FreeBSD.org Total: 9 ports From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 04:57: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 05C8A16A423; Sat, 11 Feb 2006 04:57:21 +0000 (GMT) (envelope-from andrews@shaw.ca) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F155943D46; Sat, 11 Feb 2006 04:57:20 +0000 (GMT) (envelope-from andrews@shaw.ca) Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-qfe3.prod.shaw.ca [10.0.141.110]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUI0041BB3KXK10@l-daemon>; Fri, 10 Feb 2006 21:57:20 -0700 (MST) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd2mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUI00HLLB3KQUK0@pd2mr1so.prod.shaw.ca>; Fri, 10 Feb 2006 21:57:20 -0700 (MST) Received: from [192.168.250.101] ([68.148.128.160]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IUI004EMB3G1Q50@l-daemon>; Fri, 10 Feb 2006 21:57:20 -0700 (MST) Date: Fri, 10 Feb 2006 21:56:48 -0700 From: Paul Andrews To: ale@freebsd.org, freebsd-ports@freebsd.org Message-id: <43ED6E90.2090306@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (Windows/20051201) Cc: Subject: Change default MySQL version from 4.1 to 5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 04:57:22 -0000 Alex, I notice you submitted a problem report to update php5_mysql to version 5.0 from 4.1. Has there been any word on this change. I just did a rebuild of my system and am waiting to install the php5_mysql extension as I wanted to utilize MySQL 5.0. Would it be safe to make the changes myself so that MySQL 5.0 builds rather then 4.1. Any chance this PR will be completed and approved soon. Thanks, Paul. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 06:03:20 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 411F316A420; Sat, 11 Feb 2006 06:03:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EB643D49; Sat, 11 Feb 2006 06:03:20 +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 DFD7C1A3C22; Fri, 10 Feb 2006 22:03:19 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3C5CA5429E; Sat, 11 Feb 2006 01:03:19 -0500 (EST) Date: Sat, 11 Feb 2006 01:03:19 -0500 From: Kris Kennaway To: Paul Andrews Message-ID: <20060211060319.GA80056@xor.obsecurity.org> References: <43ED6E90.2090306@shaw.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <43ED6E90.2090306@shaw.ca> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org, ale@freebsd.org Subject: Re: Change default MySQL version from 4.1 to 5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 06:03:20 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 10, 2006 at 09:56:48PM -0700, Paul Andrews wrote: > Alex, >=20 > I notice you submitted a problem report to update php5_mysql to version= =20 > 5.0 from 4.1. Has there been any word on this change. I just did a=20 > rebuild of my system and am waiting to install the php5_mysql extension= =20 > as I wanted to utilize MySQL 5.0. >=20 > Would it be safe to make the changes myself so that MySQL 5.0 builds=20 > rather then 4.1. Any chance this PR will be completed and approved soon. I don't think we'll be able to get this in before the freeze, so it will have to wait until after the releases. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD7X4mWry0BWjoQKURAvy9AJsE7PJhE1g1/8dGKNtCJcl288126gCgr5EN g+7dWyBe8kzC5/ao13g8bBg= =DGij -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 07:47: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 5964716A420; Sat, 11 Feb 2006 07:47:28 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (cpe-66-75-57-175.san.res.rr.com [66.75.57.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E520743D45; Sat, 11 Feb 2006 07:47:27 +0000 (GMT) (envelope-from wes@softweyr.com) Received: from [204.68.178.34] (gulliver [204.68.178.34]) (authenticated bits=0) by softweyr.homeunix.net (8.12.10/8.12.10) with ESMTP id k1B7lQN6064663 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO); Fri, 10 Feb 2006 23:47:27 -0800 (PST) (envelope-from wes@opensail.org) In-Reply-To: <43EAF082.50201@FreeBSD.org> References: <92bcbda50602080058s2dc1d954y49b2a0dd37b91f55@mail.gmail.com> <43EAF082.50201@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <84744679-A063-4E88-8B5F-74DA156920CD@opensail.org> Content-Transfer-Encoding: 7bit From: Wes Peters Date: Fri, 10 Feb 2006 23:47:20 -0800 To: Doug Barton X-Mailer: Apple Mail (2.746.2) Cc: ports@FreeBSD.org, n j , wes@FreeBSD.org Subject: Re: FreeBSD Port: mimedefang-2.54 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 07:47:28 -0000 On Feb 8, 2006, at 11:34 PM, Doug Barton wrote: > n j wrote: >> Hello, >> >> Don't know if this has been reported and/or fixed... >> >> After installing mimedefang, the attempt to start it using rc.d >> startup script, mimedefang.sh, succeeds, but reports the following: >> >> "Starting mimedefang: [: >> missing ] >> [ OK ]" >> >> A few hours later (well, I'm no expert) :), I figured what's wrong >> with the installation. It appears that startup script has a bug. On >> lines 180 and 218, a space is missing before the closing square >> bracket, after the SPOOLDIR variable: >> the line should read [ -n "$SPOOLDIR" ] && echo "-z $SPOOLDIR" >> instead >> of [ -n "$SPOOLDIR"] && echo "-z $SPOOLDIR" (note the space). > > Good catch. This is actually a bug in the script as provided by the > vendor, > so you might want to report this upstream as well. This is caused by David (Skoll, creator of mimedefang) using bash as the system shell (like all good Linux kiddies). I'll fix the port and report it to David. Getting rid of the stupid "OK" garbage would be nice, too. Note: yes, I used mimedefang, but not this script. We have custom perl modules that start every piece of our system. >> While I'm at it, it would be nice if mimedefang installation somehow >> modified sendmail startup script to automatically start >> mimedefang, as >> sendmail with mimedefang configured but not started doesn't work >> anyway. But this is more of an idea to think about than an RFE :). > > One way to handled this (and in fact it would be preferred at this > point) > would be to install this init-script in ${PREFIX}/libexec (perhaps as > mimedefang-init), and write a simple rc.d script that called that > script at > boot. The example in the Porter's Handbook could be simplified and > used in > this situation. I'll take a look at it. Once the mimedefang startup script works, it's not clear that this is a problem. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 11:18: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 929A516A420 for ; Sat, 11 Feb 2006 11:18:51 +0000 (GMT) (envelope-from Olivier.taylor@gmail.com) Received: from outmx020.isp.belgacom.be (outmx020.isp.belgacom.be [195.238.4.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A2A43D46 for ; Sat, 11 Feb 2006 11:18:50 +0000 (GMT) (envelope-from Olivier.taylor@gmail.com) Received: from outmx020.isp.belgacom.be (localhost [127.0.0.1]) by outmx020.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id k1BBImbm025648 for ; Sat, 11 Feb 2006 12:18:48 +0100 (envelope-from ) Received: from OTP (134-207.241.81.adsl.skynet.be [81.241.207.134]) by outmx020.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id k1BBIiK3025620 for ; Sat, 11 Feb 2006 12:18:45 +0100 (envelope-from ) From: "Olivier.taylor" To: Date: Sat, 11 Feb 2006 12:18:42 +0100 Message-ID: <001001c62efc$ea94e2a0$6702a8c0@OTP> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <015b01c5ce3a$9b09c160$1a01a8c0@gotstein.org> Importance: Normal Cc: Subject: Asterisk and Newt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 11:18:51 -0000 Hello all, I can' compile asterisk getting the following error : Any idea is welcome, Olivier ===> Building for newt-0.51.0_2 cc -g -L/usr/local/lib -L/usr/local/lib -o test test.o libnewt.a -lslang -lm -lpopt -lncurses -static /usr/local/lib/libslang.a(sldisply.o)(.text+0x277c): In function `SLtt_tgetstr': : undefined reference to `tgetstr' /usr/local/lib/libslang.a(sldisply.o)(.text+0x27cf): In function `SLtt_tgetnum': : undefined reference to `tgetnum' /usr/local/lib/libslang.a(sldisply.o)(.text+0x27f3): In function `SLtt_tgetflag': : undefined reference to `tgetflag' /usr/local/lib/libslang.a(sldisply.o)(.text+0x29f5): In function `SLtt_initialize': : undefined reference to `tgetent' *** Error code 1 Stop in /usr/ports/devel/newt/work/newt-0.51.0. *** Error code 1 Stop in /usr/ports/devel/newt. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 11:45: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 2859D16A420 for ; Sat, 11 Feb 2006 11:45:43 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7692643D45 for ; Sat, 11 Feb 2006 11:45:42 +0000 (GMT) (envelope-from Guillermo.Moreno-Socias@math.uvsq.fr) Received: from cauchy.math.uvsq.fr (cauchy.math.uvsq.fr [193.51.32.2]) by soleil.uvsq.fr (8.13.4/jtpda-5.4) with ESMTP id k1BBjecw051035 for ; Sat, 11 Feb 2006 12:45:40 +0100 (CET) Received: from fermat.math.uvsq.fr (fermat.math.uvsq.fr [193.51.32.1]) by cauchy.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1BBjenR031313 for ; Sat, 11 Feb 2006 12:45:40 +0100 (CET) Received: from fermat.math.uvsq.fr (localhost [127.0.0.1]) by fermat.math.uvsq.fr (8.13.3/jtpda-5.4) with ESMTP id k1BBjdUs068566 for ; Sat, 11 Feb 2006 12:45:39 +0100 (CET) Received: (from moreno@localhost) by fermat.math.uvsq.fr (8.13.3/8.13.3/Submit) id k1BBjdf0068565 for ports@freebsd.org; Sat, 11 Feb 2006 12:45:39 +0100 (CET) (envelope-from moreno) Date: Sat, 11 Feb 2006 12:45:39 +0100 From: Guillermo MORENO-SOCIAS To: freebsd-ports Message-ID: <20060211114539.GA68519@math.uvsq.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (soleil.uvsq.fr [193.51.24.1]); Sat, 11 Feb 2006 12:45:40 +0100 (CET) X-Miltered: at soleil.uvsq.fr with ID 43EDCE64.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: ClamAV 0.88/1283/Thu Feb 9 21:55:06 2006 on soleil.uvsq.fr X-Virus-Status: Clean X-Antivirus: scanned by sophie at soleil.uvsq.fr Cc: Subject: cannot make gconf2-2.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: Sat, 11 Feb 2006 11:45:43 -0000 Hello. This is my first posting. Please be indulgent with me. I cannot make gconf2-2.12.1. After "make clean", I get the following: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fermat /usr/ports/devel/gconf2# make You can enable ldap support by defining WITH_LDAP ===> Vulnerability check disabled, database not found ===> Extracting for gconf2-2.12.1 => MD5 Checksum OK for gnome2/GConf-2.12.1.tar.bz2. ===> Patching for gconf2-2.12.1 ===> gconf2-2.12.1 depends on file: /usr/local/bin/libtool15 - found -e: not found *** Error code 127 Stop in /usr/ports/devel/gconf2. fermat /usr/ports/devel/gconf2# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ uname -a gives: FreeBSD fermat.math.uvsq.fr 5.4-RELEASE FreeBSD 5.4-RELEASE #10: Tue Jan 31 15:35:47 CET 2006 root@fermat.math.uvsq.fr:/usr/obj/usr/src/sys/FERMAT2 i386 Thanks in advance. Guillermo Moreno-Socias From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 12:24:38 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 0838B16A420 for ; Sat, 11 Feb 2006 12:24:38 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from karen.nerdshack.com (karen.nerdshack.com [209.189.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF8B43D45 for ; Sat, 11 Feb 2006 12:24:37 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from dispatchd.nerdshack.com (jean.nerdshack.com [209.189.235.38]) by karen.nerdshack.com (Postfix) with SMTP id 69ABDC83F9 for ; Sat, 11 Feb 2006 06:16:36 -0600 (CST) Received: from cartman.mailshack.com (dsl-235.47.221.203.lns02-kent-syd.dsl.comindico.com.au [203.221.47.235]) by mail.nerdshack.com with ESMTP Sat, 11 Feb 2006 06:19:55 -0600 Message-Id: <7.0.0.16.2.20060211212420.025f8990@postmark.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Sat, 11 Feb 2006 23:24:30 +1100 To: ports@freebsd.org From: Rob B Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 12:24:38 -0000 I'm having all sorts of bother trying to build anything related to xorg. Seems as though imake has it's knickers in a twist: ===> Applying FreeBSD patches for xorg-libraries-6.9.0 /bin/cp /usr/ports/x11/xorg-libraries/files/nls-Compose-microsoft-cp1251 /usr/work/usr/ports/x11/xorg-libraries/work/xc/nls/Compose/microsoft-cp1251 /bin/mkdir -p /usr/work/usr/ports/x11/xorg-libraries/work/xc/lib/XThrStub /bin/cp /usr/ports/x11/xorg-libraries/files/XThrStub-Imakefile /usr/work/usr/ports/x11/xorg-libraries/work/xc/lib/XThrStub/Imakefile ===> xorg-libraries-6.9.0 depends on executable: imake - found ===> xorg-libraries-6.9.0 depends on shared library: drm - found ===> xorg-libraries-6.9.0 depends on shared library: freetype.9 - found ===> xorg-libraries-6.9.0 depends on shared library: fontconfig.1 - found ===> Configuring for xorg-libraries-6.9.0 cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend ./config/imake/imake: not found *** Error code 127 Stop in /usr/work/usr/ports/x11/xorg-libraries/work/xc. *** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Anyone else seeing this? I've tried re-updating my ports tree, I've blown away the workdir ... still happens. cheers, Rob From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 12:49: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 5A5F216A420 for ; Sat, 11 Feb 2006 12:49:44 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBD043D45 for ; Sat, 11 Feb 2006 12:49:43 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.4/8.13.4) with ESMTP id k1BCngPw065094; Sat, 11 Feb 2006 15:49:42 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sat, 11 Feb 2006 15:49:42 +0300 (MSK) From: Dmitry Morozovsky To: Rob B In-Reply-To: <7.0.0.16.2.20060211212420.025f8990@postmark.net> Message-ID: <20060211154900.A27956@woozle.rinet.ru> References: <7.0.0.16.2.20060211212420.025f8990@postmark.net> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 11 Feb 2006 15:49:42 +0300 (MSK) Cc: ports@freebsd.org Subject: Re: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 12:49:44 -0000 On Sat, 11 Feb 2006, Rob B wrote: RB> I'm having all sorts of bother trying to build anything related to xorg. RB> RB> Seems as though imake has it's knickers in a twist: RB> RB> ===> Applying FreeBSD patches for xorg-libraries-6.9.0 RB> /bin/cp /usr/ports/x11/xorg-libraries/files/nls-Compose-microsoft-cp1251 RB> /usr/work/usr/ports/x11/xorg-libraries/work/xc/nls/Compose/microsoft-cp1251 RB> /bin/mkdir -p /usr/work/usr/ports/x11/xorg-libraries/work/xc/lib/XThrStub RB> /bin/cp /usr/ports/x11/xorg-libraries/files/XThrStub-Imakefile RB> /usr/work/usr/ports/x11/xorg-libraries/work/xc/lib/XThrStub/Imakefile RB> ===> xorg-libraries-6.9.0 depends on executable: imake - found RB> ===> xorg-libraries-6.9.0 depends on shared library: drm - found RB> ===> xorg-libraries-6.9.0 depends on shared library: freetype.9 - found RB> ===> xorg-libraries-6.9.0 depends on shared library: fontconfig.1 - found RB> ===> Configuring for xorg-libraries-6.9.0 RB> cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini RB> BOOTSTRAPCFLAGS="" CC="cc" RB> rm -f ./config/makedepend/Makefile.proto RB> ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f RB> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend RB> ./config/imake/imake: not found RB> *** Error code 127 RB> RB> Stop in /usr/work/usr/ports/x11/xorg-libraries/work/xc. RB> *** Error code 1 RB> RB> Stop in /usr/ports/x11/xorg-libraries. RB> *** Error code 1 RB> RB> Anyone else seeing this? I've tried re-updating my ports tree, I've blown RB> away the workdir ... still happens. It seems you have stale or wrong imake in your path. What is the output of which imake and pkg_info -W imake ? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 13:21: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 2632616A420 for ; Sat, 11 Feb 2006 13:21:48 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF86443D49 for ; Sat, 11 Feb 2006 13:21:47 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id CAFBEDE; Sat, 11 Feb 2006 07:21:46 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 12A6661C38; Sat, 11 Feb 2006 07:21:46 -0600 (CST) Date: Sat, 11 Feb 2006 07:21:45 -0600 From: "Matthew D. Fuller" To: Paul Andrews Message-ID: <20060211132145.GD21483@over-yonder.net> References: <43ED6E90.2090306@shaw.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43ED6E90.2090306@shaw.ca> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: freebsd-ports@freebsd.org Subject: Re: Change default MySQL version from 4.1 to 5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 13:21:48 -0000 On Fri, Feb 10, 2006 at 09:56:48PM -0700 I heard the voice of Paul Andrews, and lo! it spake thus: > > I just did a rebuild of my system and am waiting to install the > php5_mysql extension as I wanted to utilize MySQL 5.0. Why would you wait? Just install MySQL 5 before you build php_mysql, and it'll build against the system-installed version, or set WITH_MYSQL_VER manually. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 13:59: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 A7D6F16A420 for ; Sat, 11 Feb 2006 13:59:56 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from karen.nerdshack.com (karen.nerdshack.com [209.189.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52A4043D4C for ; Sat, 11 Feb 2006 13:59:56 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from dispatchd.nerdshack.com (julie.nerdshack.com [209.189.235.39]) by karen.nerdshack.com (Postfix) with SMTP id DD4FBC8383; Sat, 11 Feb 2006 07:51:54 -0600 (CST) Received: from unknown (dsl-235.47.221.203.lns02-kent-syd.dsl.comindico.com.au [203.221.47.235]) by mail.nerdshack.com with ESMTP Sat, 11 Feb 2006 07:51:27 -0600 Date: Sun, 12 Feb 2006 00:59:52 +1100 From: Rob B To: Dmitry Morozovsky Message-Id: <20060212005952.25214057.rbyrnes@mailshack.com> In-Reply-To: <20060211154900.A27956@woozle.rinet.ru> References: <7.0.0.16.2.20060211212420.025f8990@postmark.net> <20060211154900.A27956@woozle.rinet.ru> X-Mailer: Sylpheed version 2.2.0beta7 (GTK+ 2.6.10; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 13:59:56 -0000 On Sat, 11 Feb 2006 15:49:42 +0300 (MSK) Dmitry Morozovsky wrote: > On Sat, 11 Feb 2006, Rob B wrote: > > RB> I'm having all sorts of bother trying to build anything related to xorg. > RB> > RB> Seems as though imake has it's knickers in a twist: > RB> > RB> rm -f ./config/makedepend/Makefile.proto > RB> ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f > RB> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > RB> ./config/imake/imake: not found > RB> *** Error code 127 > RB> > RB> Stop in /usr/work/usr/ports/x11/xorg-libraries/work/xc. > RB> *** Error code 1 > RB> > RB> Stop in /usr/ports/x11/xorg-libraries. > RB> *** Error code 1 > RB> > RB> Anyone else seeing this? I've tried re-updating my ports tree, I've blown > RB> away the workdir ... still happens. > > It seems you have stale or wrong imake in your path. What is the output of > > which imake > > and > > pkg_info -W imake Hmm .. imake has disappeared: loop@riff ~ % which imake imake not found loop@riff ~ % pkg_info -W imake pkg_info: imake: file is not in PATH However - loop@riff /usr/ports/devel/imake-6 % sudo make Password: ===> Vulnerability check disabled, database not found ===> Extracting for imake-6.9.0 => MD5 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. => SHA256 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. => MD5 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. => SHA256 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found ^[[5~^[[6~===> Patching for imake-6.9.0 ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found ===> Applying FreeBSD patches for imake-6.9.0 ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found ===> Configuring for imake-6.9.0 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend ./config/imake/imake: not found *** Error code 127 Stop in /usr/work/usr/ports/devel/imake-6/work/xc. make: cannot open xmakefile. *** Error code 2 Stop in /usr/ports/devel/imake-6. So I can't even *build* imake. cheers, Rob From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 14:01:30 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 95A9316A420 for ; Sat, 11 Feb 2006 14:01:30 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F8643D48 for ; Sat, 11 Feb 2006 14:01:29 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 2118 invoked from network); 11 Feb 2006 14:01:29 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Feb 2006 14:01:29 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D916D28441; Sat, 11 Feb 2006 09:01:27 -0500 (EST) Sender: lowell@be-well.ilk.org To: Rob B References: <7.0.0.16.2.20060211212420.025f8990@postmark.net> <20060211154900.A27956@woozle.rinet.ru> <20060212005952.25214057.rbyrnes@mailshack.com> From: Lowell Gilbert Date: 11 Feb 2006 09:01:27 -0500 In-Reply-To: <20060212005952.25214057.rbyrnes@mailshack.com> Message-ID: <448xsic7uw.fsf@be-well.ilk.org> Lines: 76 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@freebsd.org, Dmitry Morozovsky Subject: Re: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 14:01:30 -0000 Rob B writes: > On Sat, 11 Feb 2006 15:49:42 +0300 (MSK) > Dmitry Morozovsky wrote: > > > On Sat, 11 Feb 2006, Rob B wrote: > > > > RB> I'm having all sorts of bother trying to build anything related to xorg. > > RB> > > RB> Seems as though imake has it's knickers in a twist: > > RB> > > > RB> rm -f ./config/makedepend/Makefile.proto > > RB> ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f > > RB> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > > RB> ./config/imake/imake: not found > > RB> *** Error code 127 > > RB> > > RB> Stop in /usr/work/usr/ports/x11/xorg-libraries/work/xc. > > RB> *** Error code 1 > > RB> > > RB> Stop in /usr/ports/x11/xorg-libraries. > > RB> *** Error code 1 > > RB> > > RB> Anyone else seeing this? I've tried re-updating my ports tree, I've blown > > RB> away the workdir ... still happens. > > > > It seems you have stale or wrong imake in your path. What is the output of > > > > which imake > > > > and > > > > pkg_info -W imake > > Hmm .. imake has disappeared: > > loop@riff ~ % which imake > imake not found > loop@riff ~ % pkg_info -W imake > pkg_info: imake: file is not in PATH > > However - > > loop@riff /usr/ports/devel/imake-6 > % sudo make > Password: > ===> Vulnerability check disabled, database not found > ===> Extracting for imake-6.9.0 > => MD5 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. > => SHA256 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. > => MD5 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. > => SHA256 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. > ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found > ^[[5~^[[6~===> Patching for imake-6.9.0 > ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found > ===> Applying FreeBSD patches for imake-6.9.0 > ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found > ===> Configuring for imake-6.9.0 > cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" > rm -f ./config/makedepend/Makefile.proto > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > ./config/imake/imake: not found > *** Error code 127 > > Stop in /usr/work/usr/ports/devel/imake-6/work/xc. > make: cannot open xmakefile. > *** Error code 2 > > Stop in /usr/ports/devel/imake-6. > > So I can't even *build* imake. Sounds like you need to clean out the imake port before you can build it. Probably some detritus left from a previous build. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 17:06: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 F031316A420 for ; Sat, 11 Feb 2006 17:06:32 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D61343D48 for ; Sat, 11 Feb 2006 17:06:32 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 91262 invoked from network); 11 Feb 2006 17:06:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QLOeukPEQgsmkXzkaSHWo4kN0g+5L2PcJowpK4wNPAh+GBf0JaMYvI2r4qc+p6aJ7q2eqgfzrDq7mX3U+NLFtOXXxJckpo9ouYoFi4piVGLvZnyhU+ce+vNWQ4QVWdANlvwQuPZ0SmkS1UjUEHXLlukbkVtz/3jYmGf+QXvSWRU= ; Received: from unknown (HELO ?70.30.133.184?) (mikej@rogers.com@70.30.133.184 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 11 Feb 2006 17:06:31 -0000 Message-ID: <43EE19C8.9010706@rogers.com> Date: Sat, 11 Feb 2006 12:07:20 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Paul Andrews References: <43ED6E90.2090306@shaw.ca> In-Reply-To: <43ED6E90.2090306@shaw.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, ale@freebsd.org Subject: Re: Change default MySQL version from 4.1 to 5.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 17:06:33 -0000 Paul Andrews wrote: > Alex, > > I notice you submitted a problem report to update php5_mysql to > version 5.0 from 4.1. Has there been any word on this change. I just > did a rebuild of my system and am waiting to install the php5_mysql > extension as I wanted to utilize MySQL 5.0. > > Would it be safe to make the changes myself so that MySQL 5.0 builds > rather then 4.1. Any chance this PR will be completed and approved soon. You don't need to wait for this. Just compile MySQL 5 first, then compile php. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 17:15:07 2006 Return-Path: X-Original-To: freebsd-ports@www.freebsd.org Delivered-To: freebsd-ports@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB5616A420 for ; Sat, 11 Feb 2006 17:15:07 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BD543D45 for ; Sat, 11 Feb 2006 17:15:06 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4) with ESMTP id k1BHEul7032269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Feb 2006 18:14:56 +0100 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4/Submit) with ESMTP id k1BHEtwa032264 for ; Sat, 11 Feb 2006 18:14:56 +0100 Date: Sat, 11 Feb 2006 18:14:55 +0100 (CET) From: Goran Gajic To: freebsd-ports@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu Cc: Subject: Microwindows (nano-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: Sat, 11 Feb 2006 17:15:07 -0000 Hi, Microwindows (www.microwindows.org) are nice mini X system. They are not part of /usr/ports system but they can be usefull for some small FreeBSD distributions like picoBSD or nanoBSD. In order to cleanly compile (using src/Config/config.freebsd) and run on FreeBSD (6.0 and 7.0-CURRENT) this is what has to be changed to original microwindows-src-0.91 (I have contacted author of microwindows too) - but if someone needs it here it is. Regards, gg. diff -ur microwindows-0.91/src/demos/nanox/Makefile microwindows-0.91/src/demos/nanox/Makefile --- microwindows-0.91/src/demos/nanox/Makefile Thu Sep 25 04:15:01 2003 +++ microwindows-0.91/src/demos/nanox/Makefile Fri Feb 10 21:19:14 2006 @@ -26,6 +26,10 @@ LDFLAGS += LIBM = -lm +ifeq ($(ARCH),FREEBSD-X86) +LIBUTIL = -lutil +endif + ############################# targets section ################################ ifeq ($(NANOX), Y) @@ -70,7 +74,6 @@ $(MW_DIR_BIN)/nsaver \ $(MW_DIR_BIN)/nxcal \ $(MW_DIR_BIN)/grabdemo - ifneq ($(ARCH),CYGWIN) TARGETS += \ $(MW_DIR_BIN)/nxterm @@ -139,6 +142,12 @@ $(MW_DIR_BIN)/grabdemo \ $(MW_DIR_BIN)/nsaver +ifeq ($(ARCH),FREEBSD-X86) +# These demos need -lutil +NANOX_DEMOS_WITH_LIBUTIL_LINK := \ + $(MW_DIR_BIN)/nxterm +endif + # These demos use a hardcoded link line. NANOX_DEMOS_WITH_NONSTANDARD_LINK := \ $(NANOX_DEMOS_WITH_LIBM_LINK) \ @@ -160,6 +169,13 @@ @echo "Linking $(patsubst $(MW_DIR_BIN)/%,%,$@) ..." $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LD_NANOXCLIENTLIBS) $(LIBM) +ifeq ($(ARCH), FREEBSD-X86) +# Link rule used for demos with libutil. +$(NANOX_DEMOS_WITH_LIBUTIL_LINK): $(MW_DIR_BIN)/%: $(MW_DIR_OBJ)/demos/nanox/%.o $(NANOXCLIENTLIBS) $(CONFIG) + @echo "Linking $(patsubst $(MW_DIR_BIN)/%,%,$@) ..." + $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LD_NANOXCLIENTLIBS) $(LIBUTIL) +endif + $(MW_DIR_BIN)/snap_jpg: $(MW_DIR_OBJ)/demos/nanox/snap_jpg.o $(NANOXCLIENTLIBS) $(CONFIG) @echo "Linking $(patsubst $(MW_DIR_BIN)/%,%,$@) ..." $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LD_NANOXCLIENTLIBS) $(LIBJPEG) diff -ur microwindows-0.91/src/demos/nxscribble/li_recognizer.c microwindows-0.91/src/demos/nxscribble/li_recognizer.c --- microwindows-0.91/src/demos/nxscribble/li_recognizer.c Sun Nov 16 23:34:12 2003 +++ microwindows-0.91/src/demos/nxscribble/li_recognizer.c Fri Feb 10 20:27:39 2006 @@ -938,7 +938,7 @@ ************************************************** */ /*#include */ -#if defined(__ECOS) || defined(__CYGWIN__) +#if defined(__ECOS) || defined(__CYGWIN__) || defined (__FreeBSD__) #define MAXINT 0x7FFFFFFF #else #include diff -ur microwindows-0.91/src/demos/tuxchess/Makefile microwindows-0.91/src/demos/tuxchess/Makefile --- microwindows-0.91/src/demos/tuxchess/Makefile Thu Sep 25 04:15:01 2003 +++ microwindows-0.91/src/demos/tuxchess/Makefile Fri Feb 10 20:44:09 2006 @@ -58,13 +58,19 @@ ######################## Tools targets section ############################### +ifeq ($(ARCH), FREEBSD-X86) +LCOMPAT= -lcompat +else +LCOMPAT = +endif + ifeq ($(SHAREDLIBS), Y) $(MW_DIR_BIN)/tuxchess: $(OBJS) $(NANOXCLIENTLIBS) $(CONFIG) @echo "Linking $(patsubst $(MW_DIR_BIN)/%,%,$@) ..." - $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(CCNANOXCLIENTLIBS) + $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(CCNANOXCLIENTLIBS) $(LCOMPAT) else $(MW_DIR_BIN)/tuxchess: $(OBJS) $(NANOXCLIENTLIBS) $(CONFIG) @echo "Linking $(patsubst $(MW_DIR_BIN)/%,%,$@) ..." - $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(NANOXCLIENTLIBS) + $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(NANOXCLIENTLIBS) $(LCOMPAT) endif diff -ur microwindows-0.91/src/demos/tuxchess/main.c microwindows-0.91/src/demos/tuxchess/main.c --- microwindows-0.91/src/demos/tuxchess/main.c Tue May 6 08:18:38 2003 +++ microwindows-0.91/src/demos/tuxchess/main.c Fri Feb 10 20:34:07 2006 @@ -7,6 +7,9 @@ #include #include #include +#if defined(__FreeBSD__) +#include +#endif #include #include "defs.h" #include "data.h" diff -ur microwindows-0.91/src/drivers/fb.c microwindows-0.91/src/drivers/fb.c --- microwindows-0.91/src/drivers/fb.c Fri Apr 11 08:32:06 2003 +++ microwindows-0.91/src/drivers/fb.c Fri Feb 10 19:59:11 2006 @@ -29,7 +29,9 @@ extern SUBDRIVER fblinear16; extern SUBDRIVER fblinear24; extern SUBDRIVER fblinear32; +#if !defined(__FreeBSD__) extern SUBDRIVER fblinear32alpha; +#endif #if FBVGA extern SUBDRIVER vgaplan4; extern SUBDRIVER memplan4; @@ -66,8 +68,10 @@ break; case 32: if (psd->pixtype == MWPF_TRUECOLOR8888) { +#if ! defined (__FreeBSD__) driver = &fblinear32alpha; } else { +#endif driver = &fblinear32; } break; diff -ur microwindows-0.91/src/drivers/mou_fbsd.c microwindows-0.91/src/drivers/mou_fbsd.c --- microwindows-0.91/src/drivers/mou_fbsd.c Thu Jun 21 08:32:41 2001 +++ microwindows-0.91/src/drivers/mou_fbsd.c Fri Feb 10 19:49:14 2006 @@ -5,8 +5,7 @@ #include #include -#include -#include +#include /* #include */ diff -ur microwindows-0.91/src/drivers/scr_fbsd.c microwindows-0.91/src/drivers/scr_fbsd.c --- microwindows-0.91/src/drivers/scr_fbsd.c Thu Jun 21 08:32:41 2001 +++ microwindows-0.91/src/drivers/scr_fbsd.c Fri Feb 10 19:48:40 2006 @@ -8,7 +8,9 @@ */ #include -#include +#include +#include +#include #include #include #include diff -ur microwindows-0.91/src/include/swap.h microwindows-0.91/src/include/swap.h --- microwindows-0.91/src/include/swap.h Sat Feb 28 18:07:36 2004 +++ microwindows-0.91/src/include/swap.h Fri Feb 10 19:46:46 2006 @@ -76,24 +76,6 @@ #elif defined(__FreeBSD__) # include -# if __BYTE_ORDER == __BIG_ENDIAN -# if !MW_CPU_BIG_ENDIAN -# error MW_CPU_BIG_ENDIAN and your OS disagree about your CPUs byte-order. Did you forget to set BIGENDIAN in the config file? -# endif -# ifndef __byte_swap_word -/* Either this isn't GCC or the implementation changed. */ -# warning __byte_swap_word not defined in endian.h on FreeBSD. -# else -# undef wswap -# undef dwswap -# define wswap(x) __byte_swap_word(x) -# define dwswap(x) __byte_swap_long(x) -# endif /* ifndef __byte_swap_word*/ -# else -# if MW_CPU_BIG_ENDIAN -# error MW_CPU_BIG_ENDIAN and your OS disagree about your CPUs byte-order. Did you accidentally set BIGENDIAN in the config file? -# endif -# endif /* !__BYTE_ORDER == __BIG_ENDIAN*/ /* ********************************************************************* */ /* ECOS */ Only in microwindows-0.91/src/lib: -lcompat diff -ur microwindows-0.91/src/mwin/winlib/caret.c microwindows-0.91/src/mwin/winlib/caret.c --- microwindows-0.91/src/mwin/winlib/caret.c Thu Nov 15 23:49:26 2001 +++ microwindows-0.91/src/mwin/winlib/caret.c Fri Feb 10 19:57:13 2006 @@ -8,7 +8,7 @@ #include #include #include -#ifndef __ECOS +#if ! (defined (__FreeBSD__) || defined (__ECOS)) #include #endif #include "windows.h" From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 18:24: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 76A2D16A423 for ; Sat, 11 Feb 2006 18:24:22 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4EA43D72 for ; Sat, 11 Feb 2006 18:24:15 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id C21C5DE; Sat, 11 Feb 2006 12:24:14 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 0635A61C39; Sat, 11 Feb 2006 12:24:14 -0600 (CST) Date: Sat, 11 Feb 2006 12:24:13 -0600 From: "Matthew D. Fuller" To: Dmitry Morozovsky Message-ID: <20060211182413.GG21483@over-yonder.net> References: <7.0.0.16.2.20060211212420.025f8990@postmark.net> <20060211154900.A27956@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060211154900.A27956@woozle.rinet.ru> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@freebsd.org, Rob B Subject: Re: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 18:24:22 -0000 On Sat, Feb 11, 2006 at 03:49:42PM +0300 I heard the voice of Dmitry Morozovsky, and lo! it spake thus: > On Sat, 11 Feb 2006, Rob B wrote: > > RB> ./config/imake/imake: not found > > It seems you have stale or wrong imake in your path. What is the > output of Note the error; it's not looking for an image in $PATH; it's looking for one by a path within the build tree. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 18:33:54 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 8803916A420 for ; Sat, 11 Feb 2006 18:33:54 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1CA43D45 for ; Sat, 11 Feb 2006 18:33:53 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.4/8.13.4) with ESMTP id k1BIXqws069508; Sat, 11 Feb 2006 21:33:52 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sat, 11 Feb 2006 21:33:52 +0300 (MSK) From: Dmitry Morozovsky To: "Matthew D. Fuller" In-Reply-To: <20060211182413.GG21483@over-yonder.net> Message-ID: <20060211213243.S27956@woozle.rinet.ru> References: <7.0.0.16.2.20060211212420.025f8990@postmark.net> <20060211154900.A27956@woozle.rinet.ru> <20060211182413.GG21483@over-yonder.net> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 11 Feb 2006 21:33:52 +0300 (MSK) Cc: ports@freebsd.org, Rob B Subject: Re: portupgrade of xorg - imake not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 18:33:54 -0000 On Sat, 11 Feb 2006, Matthew D. Fuller wrote: MDF> > RB> ./config/imake/imake: not found MDF> > MDF> > It seems you have stale or wrong imake in your path. What is the MDF> > output of MDF> MDF> Note the error; it's not looking for an image in $PATH; it's looking MDF> for one by a path within the build tree. Yes I see; but, earlier, when it checks for imake dependency, imake has been found in path, but for some reason rejected in port build phase. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 18: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 5F9D516A420 for ; Sat, 11 Feb 2006 18:58:17 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E826A43D48 for ; Sat, 11 Feb 2006 18:58:16 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F7zwh-0004Cl-13 for freebsd-ports@freebsd.org; Sat, 11 Feb 2006 19:58:11 +0100 Received: from r5k4.chello.upc.cz ([86.49.10.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Feb 2006 19:58:11 +0100 Received: from martinkov by r5k4.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Feb 2006 19:58:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: martinko Date: Sat, 11 Feb 2006 19:58:02 +0100 Lines: 6 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k4.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051205 X-Accept-Language: sk, cs, en-gb, en-us, en Sender: news Subject: duplicated text in bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 18:58:17 -0000 hi, it appears there's a mistakenly duplicated text in /usr/ports/Mk/bsd.port.mk on lines 471-474 (USE_RC_SUBR description). m. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 19:01: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 8FDDE16A420 for ; Sat, 11 Feb 2006 19:01:23 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD5743D45 for ; Sat, 11 Feb 2006 19:01:23 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (sccrmhc13) with ESMTP id <2006021119011201300nu0pje>; Sat, 11 Feb 2006 19:01:22 +0000 Received: from [192.168.1.109] (unknown [10.10.1.1]) by mail.uniquestrength.net (Postfix) with ESMTP id CC515114C4; Fri, 10 Feb 2006 21:24:06 -0500 (EST) From: Derrick To: simond@irrelevant.org Date: Sat, 11 Feb 2006 14:01:13 -0500 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: <200602111401.13755.derrick@uniquestrength.net> Cc: freebsd-ports@freebsd.org Subject: FreeBSD Port: mail/squirrelmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 19:01:23 -0000 Hi, I updated Squirrelmail so that it would work well with php5. Now it seems that I can not login nor see any of the html. Permissions are wide open (777) on all directories. The previous webmail version directory works great. Any ideas on this? v/r Derrick From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 20:02: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 C2B1216A420 for ; Sat, 11 Feb 2006 20:02:13 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [208.98.1.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 45C6443D45 for ; Sat, 11 Feb 2006 20:02:13 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 8409 invoked from network); 11 Feb 2006 20:10:58 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.98.15.133) by admin.i13i.com with SMTP; 11 Feb 2006 20:10:58 -0000 Received: from 201.144.118.19 (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Sat, 11 Feb 2006 14:10:58 -0600 (CST) Message-ID: <1721.201.144.118.19.1139688658.squirrel@webmail.i13i.com> In-Reply-To: <200602111401.13755.derrick@uniquestrength.net> References: <200602111401.13755.derrick@uniquestrength.net> Date: Sat, 11 Feb 2006 14:10:58 -0600 (CST) From: chris@i13i.com To: "Derrick" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: simond@irrelevant.org, freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: mail/squirrelmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 20:02:13 -0000 Chmoding the web sirectories world readable is insecure and no neccesary try tail -f /var/log/yourhttpderrorlogfile and see where it dies and fix it no reason to chmod 77 them look for any .htaccess files and see if they are blocking the current dir. Are you using ports or manual install ? if you arnt using ports may i recomend you do so? Regards, Chris > Hi, > I updated Squirrelmail so that it would work well with php5. Now it seems > that > I can not login nor see any of the html. Permissions are wide open (777) > on > all directories. The previous webmail version directory works great. Any > ideas on this? > v/r > Derrick > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 21:43: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 4E65D16A420; Sat, 11 Feb 2006 21:43:32 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (rrcs-24-105-167-14.nys.biz.rr.com [24.105.167.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8556A43D6E; Sat, 11 Feb 2006 21:43:25 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id k1BLiZAS060427; Sat, 11 Feb 2006 16:44:35 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.9p2/8.12.3/Submit) with ESMTP id k1BLiYtw060424; Sat, 11 Feb 2006 16:44:35 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Sat, 11 Feb 2006 16:44:34 -0500 (EST) From: Trevor Johnson To: Alexander Leidinger In-Reply-To: <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> Message-ID: <20060211163954.R59461@blues.jpj.net> References: <200602082044.k18Kitjr089481@fire.jhs.private> <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.51 on 24.105.167.14 Cc: freebsd-ports@FreeBSD.org, "Julian H. Stacey" , Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 21:43:32 -0000 Alexander Leidinger wrote: > Not mailing the maintainer (by intend or not) *in this case* was right. I > even think I will play devil's advocate and give back some of Trevor's ports > (at least those with an open PR without feedback from Trevor) back to ports@. You have such a PR yourself. > A maintainer timeout of ~5 months justifies this. Perhaps, but it is not for you to decide. -- Trevor Johnson From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 21:48: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 026E316A420 for ; Sat, 11 Feb 2006 21:48:28 +0000 (GMT) (envelope-from broohaha@arzaga.net) Received: from arzaga.net (adsl-69-219-192-97.dsl.chcgil.ameritech.net [69.219.192.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B3FC43D5D for ; Sat, 11 Feb 2006 21:48:27 +0000 (GMT) (envelope-from broohaha@arzaga.net) Received: (qmail 4061 invoked by uid 1001); 11 Feb 2006 21:48:50 -0000 Date: Sat, 11 Feb 2006 15:48:49 -0600 From: Al Arzaga To: freebsd-ports@freebsd.org Message-ID: <20060211214849.GA3630@arzaga.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: cannot make py-pysqlite20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 21:48:28 -0000 Having trouble making py-pysqlite20. I'm running FreeBSD 5.4-RELEASE-p11 I did a simple `make` with the following results: => MD5 Checksum OK for pysqlite-2.0.7.tar.gz. ===> Patching for py24-pysqlite-2.0.7 ===> Applying FreeBSD patches for py24-pysqlite-2.0.7 ===> py24-pysqlite-2.0.7 depends on file: /usr/local/bin/python - found ===> py24-pysqlite-2.0.7 depends on shared library: sqlite3.8 - found ===> Configuring for py24-pysqlite-2.0.7 Building documentation file install-source.html. Building documentation file usage-guide.html. TypeError: expected sequence of 2 WordLists (1 provided) Exiting due to error. Use "--traceback" to diagnose. Please report errors to . Include "--traceback" output, Docutils version (0.3.9), Python version (2.4.2), your OS type & version, and the command line used. *** Error code 1 Stop in /usr/ports/databases/py-pysqlite20. --------------------------------------------------------------- Any help is appreciated. Thanks. -Al From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 22:49: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 B725316A420 for ; Sat, 11 Feb 2006 22:49:18 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 838F043D49 for ; Sat, 11 Feb 2006 22:49:16 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: (qmail 44735 invoked by uid 0); 11 Feb 2006 22:49:15 -0000 Received: from r5k4.chello.upc.cz (HELO ?86.49.10.4?) (86.49.10.4) by smtp.dkm.cz with SMTP; 11 Feb 2006 22:49:15 -0000 Message-ID: <43EE69EB.8060809@pobox.sk> Date: Sat, 11 Feb 2006 23:49:15 +0100 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051205 X-Accept-Language: sk, cs, en-gb, en-us, en MIME-Version: 1.0 To: Sergey Matveychuk References: <43EE60BD.2070304@FreeBSD.org> In-Reply-To: <43EE60BD.2070304@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: duplicated text in bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 22:49:18 -0000 Sergey Matveychuk wrote: >martinko wrote: > > >>hi, >> >>it appears there's a mistakenly duplicated text in >>/usr/ports/Mk/bsd.port.mk on lines 471-474 (USE_RC_SUBR description). >> >> > >Can you send-pr a patch please? > >-- >Sem. > > > hi sem, not really. :) i'm not quite sure with the original intention and also with english wording and meaning and such. so i'll leave these sorts of things to someone else. :) regards, martin From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 22:53: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 0035016A420 for ; Sat, 11 Feb 2006 22:53:55 +0000 (GMT) (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 692B743D6E for ; Sat, 11 Feb 2006 22:53:53 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5FB22.dip.t-dialin.net [84.165.251.34]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k1BMgEYC007798; Sat, 11 Feb 2006 23:42:15 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k1BMrmsV086545; Sat, 11 Feb 2006 23:53:49 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Sat, 11 Feb 2006 23:53:58 +0100 From: Alexander Leidinger To: Trevor Johnson Message-ID: <20060211235358.5fb82f3c@Magellan.Leidinger.net> In-Reply-To: <20060211163954.R59461@blues.jpj.net> References: <200602082044.k18Kitjr089481@fire.jhs.private> <20060209081250.kr5mzudfc4okowsk@netchild.homeip.net> <20060211163954.R59461@blues.jpj.net> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.11; 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, "Julian H. Stacey" , Daniel Valencia Subject: Re: print/acroread7 on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Feb 2006 22:53:56 -0000 Am Sat, 11 Feb 2006 16:44:34 -0500 (EST) schrieb Trevor Johnson : > Alexander Leidinger wrote: > > > Not mailing the maintainer (by intend or not) *in this case* was right. I > > even think I will play devil's advocate and give back some of Trevor's ports > > (at least those with an open PR without feedback from Trevor) back to ports@. > > You have such a PR yourself. > > > A maintainer timeout of ~5 months justifies this. > > Perhaps, but it is not for you to decide. Moved to an internal discussion... Bye, Alexander. -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 23:07: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 261B016A429 for ; Sat, 11 Feb 2006 23:07:57 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0B543D48 for ; Sat, 11 Feb 2006 23:07:56 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from c-71-227-92-22.hsd1.mi.comcast.net ([71.227.92.22] helo=[192.168.0.6]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F83qo-0006h5-7J; Sat, 11 Feb 2006 18:08:22 -0500 Message-ID: <43EE6E5D.4090202@vonostingroup.com> Date: Sat, 11 Feb 2006 18:08:13 -0500 From: "Frank J. Laszlo" User-Agent: Thunderbird 1.5 (X11/20060123) MIME-Version: 1.0 To: Goran Gajic References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org Subject: Re: Microwindows (nano-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: Sat, 11 Feb 2006 23:07:57 -0000 Goran Gajic wrote: > > > Hi, > > Microwindows (www.microwindows.org) are nice mini X system. > They are not part of /usr/ports system but they can be usefull > for some small FreeBSD distributions like picoBSD or nanoBSD. > In order to cleanly compile (using src/Config/config.freebsd) > and run on FreeBSD (6.0 and 7.0-CURRENT) this is what has to be > changed to original microwindows-src-0.91 (I have contacted author of > microwindows too) - but if someone needs it here it is. > > Regards, > gg. > Any particular reason why there isn't a port for this? License issues? I'd be willing to write a port for it if you don't mind me using your patch. Regards, Frank From owner-freebsd-ports@FreeBSD.ORG Sat Feb 11 23: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 A44F416A420; Sat, 11 Feb 2006 23:46:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA72A43D46; Sat, 11 Feb 2006 23:46:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id k1BNkO1b071242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Feb 2006 00:46:24 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id k1BNkOPj071241; Sun, 12 Feb 2006 00:46:24 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: martinko In-Reply-To: <43EE69EB.8060809@pobox.sk> References: <43EE60BD.2070304@FreeBSD.org> <43EE69EB.8060809@pobox.sk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ibr4qYW4ztCne45EKX10" Date: Sun, 12 Feb 2006 00:46:24 +0100 Message-Id: <1139701584.70223.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org, Sergey Matveychuk Subject: Re: duplicated text in bsd.port.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 23:46:26 -0000 --=-ibr4qYW4ztCne45EKX10 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable martinko p=ED=B9e v so 11. 02. 2006 v 23:49 +0100: > Sergey Matveychuk wrote: >=20 > >martinko wrote: > > =20 > > > >>hi, > >> > >>it appears there's a mistakenly duplicated text in > >>/usr/ports/Mk/bsd.port.mk on lines 471-474 (USE_RC_SUBR description). > >> =20 > >> > > > >Can you send-pr a patch please? > > > >-- > >Sem. > > > > =20 > > >=20 > hi sem, >=20 > not really. :) i'm not quite sure with the original intention and also > with english wording and meaning and such. so i'll leave these sorts of > things to someone else. :) As I'm reading it, last two lines should be removed. Should I send-pr it for portmgrs? --=20 Pav Lucistnik What do you mean? An African or a European swallow? --=-ibr4qYW4ztCne45EKX10 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD7ndQntdYP8FOsoIRArKkAJ9eOxTemxQl92sZ8P1fk/20emaeUACfRHPf Ziw75uH6HY+pESJq/+ss4HE= =tVaf -----END PGP SIGNATURE----- --=-ibr4qYW4ztCne45EKX10--