From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 00:20:50 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B598616A418; Sun, 6 Jan 2008 00:20:50 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5928313C46A; Sun, 6 Jan 2008 00:20:50 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JBIPP-0007nX-Lt; Sun, 06 Jan 2008 00:26:31 +0100 Message-ID: <47801227.2030007@gwdg.de> Date: Sun, 06 Jan 2008 00:26:31 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Hiroki Sato References: <20080105.150027.24555394.hrs@allbsd.org> In-Reply-To: <20080105.150027.24555394.hrs@allbsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: ports@FreeBSD.org Subject: Re: Adobe Reader 8 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: Sun, 06 Jan 2008 00:20:50 -0000 Hiroki Sato, thank you for the port. On 05.01.2008 07:00 (UTC+1), Hiroki Sato wrote: > Hello all, > > As you already noticed, ports of Adobe Reader 8.1.1 have been > committed. I tested the functionality as much as I could, but the 15 > languages are beyond me anyway ;) So, please try them and let me know > if it works well on your environment or not. It works well on my FreeBSD 8.0-CURRENT (i386) [AMD Athlon(tm) 64 X2 Dual Core Processor 4200+] from today in german language. Only Reader version 8 is installed. Until now I found no errors or misbehaviour. Rainer Hurling > ${PREFIX}/bin/acroread invokes 8.x if both 7.x and 8.x are installed. > The logic of "acroread" is as follows: > > if ($ADOBE_VER == 7) > invoke 7.x > elif ($ADOBE_VER == 8) > invoke 8.x > elif (exists 8.x) > invoke 8.x > elif (exists 7.x) > invoke 7.x > fi > > You can also use "acroread7" or "acroread8" if you want to run the > specific version. > > If a localized version is installed and $ADOBE_LANG is set, the > localized version is invoked. The logic is the following: > > if (not defined $ADOBE_LANG) > if (defined $LANG) > set $ADOBE_LANG based on $LANG > else > ADOBE_LANG:=ENU (english version) > fi > fi > > if (exists Adobe Reader in $ADOBE_LANG) > invoke Adobe Reader in $ADOBE_LANG > else > invoke Adobe Reader in ENU (english version) > fi > > Known problems: > > - Adobe Reader 8 needs libgtkembedmoz.so to render HTML documents. > The current ports use it from www/linux-nvu which is the one that > works well in my investigation. The FreeBSD native libraries from > xulrunner or firefox do not work AFAICT. Please let me know if > you have another solution---such as another more stripped-down > distribution including libgtkembedmoz.so or so. > > - XIM does not work at least in japanese/acroread8 even if > GTK_IM_MODULE=xim is defined. Since several Linux users around me > pointed out this, this seems not FreeBSD-specific. I have heard > that SCIM works, but I do not check it yet. > > - Gothic font family is not supported in japanese/acroread8. I am > not sure why, but Adobe does not provide it. > > -- > | Hiroki SATO From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 01:18:54 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEBC616A41A; Sun, 6 Jan 2008 01:18:54 +0000 (UTC) (envelope-from dlt@mebtel.net) Received: from bilbo.mebtel.net (mail4.mebtel.net [64.40.67.43]) by mx1.freebsd.org (Postfix) with ESMTP id A7A0F13C448; Sun, 6 Jan 2008 01:18:54 +0000 (UTC) (envelope-from dlt@mebtel.net) Received: from localhost (localhost [127.0.0.1]) by bilbo.mebtel.net (Postfix) with ESMTP id 307D562C4; Sat, 5 Jan 2008 19:08:35 -0500 (EST) Received: from bilbo.mebtel.net ([127.0.0.1]) by localhost (mail4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14077-06; Sat, 5 Jan 2008 19:08:34 -0500 (EST) Received: from localhost (66-79-79-169.dsl.mebtel.net [66.79.79.169]) by bilbo.mebtel.net (Postfix) with ESMTP id BE81462BA; Sat, 5 Jan 2008 19:08:33 -0500 (EST) Date: Sat, 5 Jan 2008 19:08:57 -0500 From: Derek Tattersall To: freebsd-ports@freebsd.org Message-ID: <20080106000857.GA74760@oriental.arm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: by amavisd-new at mebtel.net Cc: obrien@FreeBSD.org Subject: Patch 7.1.126 and patch 7.1.186 fo VIM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dlt@mebtel.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 01:18:54 -0000 Patch 7.1.186 to vim-7.1 is dependent on changes made in patch 7.1.126. However, 7.1.126 will not apply cleanly to the tree in vim-7.1.tar.bz2, as the file gui_w48.c is not in that archive. Conversation on the vim-use list at Google shows Bram Moolenaar is willing to make special patch as 7.1.126ne. This will probably cause some changes to be made to the vim Makefile. Is this the right way to correct this problem? -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 01:37:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F9D16A41B; Sun, 6 Jan 2008 01:37:44 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn1.excitenetwork.com [207.159.120.55]) by mx1.freebsd.org (Postfix) with ESMTP id F206F13C455; Sun, 6 Jan 2008 01:37:43 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id 05B6A8B317; Sat, 5 Jan 2008 20:37:50 -0500 (EST) To: koitsu@FreeBSD.org Received: from [84.75.149.198] by xprdmailfe12.nwk.excite.com via HTTP; Sat, 05 Jan 2008 20:37:50 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = e84426cb3f7baf87ec2d3c2fd2e63628 From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080106013750.05B6A8B317@xprdmxin.myway.com> Date: Sat, 5 Jan 2008 20:37:50 -0500 (EST) Cc: freebsd-ports@freebsd.org Subject: Re: cannot install p5-Net-Pcap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 01:37:44 -0000 now I'm getting this error: # cd /usr/ports/net/p5-Net-Pcap # make reinstall clean ===> Building for p5-Net-Pcap-0.15_1 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm / usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 /usr/local/bin/perl5.8.8 Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-O2 -fn o-strict-aliasing -pipe " "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "I NSTALLARCHLIB=/usr/local/lib" looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... no - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You appear to have an old version of the pcap library. This module need a recent version of the pcap library in order to provide access to all its features. You can still compile it with your old pcap library but some functions won't be available, and trying to use them in Perl programs will generate errors. Programs only using the old functions should perform as previously. If not, don't hesitate to fill a bug. You can get the latest sources of the pcap library at http://www.tcpdump.org/ If you install the pcap library using a system package, make sure to also install the corresponding -devel package, which contains the C headers needed to compile this module. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - detecting available functions... ok WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Note (probably harmless): No library found for -lpcap Writing Makefile for Net::Pcap ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap. *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap. howto reinstall pcap, lpcap and all depending packages ? --- On Sat 01/05, Jeremy Chadwick < koitsu@FreeBSD.org > wrote: From: Jeremy Chadwick [mailto: koitsu@FreeBSD.org] To: piotrekk@excite.com Cc: freebsd-ports@freebsd.org Date: Sat, 5 Jan 2008 11:40:25 -0800 Subject: Re: cannot install p5-Net-Pcap On Sat, Jan 05, 2008 at 10:57:06AM -0500, Piotr wrote:> perhaps is something missing on my system, but what exactly ?Sadly, I don't have an answer for you. I'm not sure what would inducethat sort of behaviour...-- | Jeremy Chadwick jdc at parodius.com || Parodius Networking http://www.parodius.com/ || UNIX Systems Administrator Mountain View, CA, USA || Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 01:44:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1122A16A417 for ; Sun, 6 Jan 2008 01:44:59 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn1.excitenetwork.com [207.159.120.55]) by mx1.freebsd.org (Postfix) with ESMTP id EACAE13C45D for ; Sun, 6 Jan 2008 01:44:58 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id 1F6788B317; Sat, 5 Jan 2008 20:45:06 -0500 (EST) To: freebsd-ports@freebsd.org Received: from [84.75.149.198] by xprdmailfe12.nwk.excite.com via HTTP; Sat, 05 Jan 2008 20:45:06 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = e84426cb3f7baf87ec2d3c2fd2e63628 From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080106014506.1F6788B317@xprdmxin.myway.com> Date: Sat, 5 Jan 2008 20:45:06 -0500 (EST) Subject: pcap and lpcap dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 01:44:59 -0000 hi howto find out ALL installed packages depending on pcap and lpcap ? I have 6.2-RELEASE-p9. _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 02:19:06 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6606016A417; Sun, 6 Jan 2008 02:19:06 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn1.excitenetwork.com [207.159.120.55]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF9013C43E; Sun, 6 Jan 2008 02:19:06 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id 668C58B317; Sat, 5 Jan 2008 21:19:13 -0500 (EST) To: max@love2party.net, freebsd-ports@freebsd.org Received: from [84.75.149.198] by xprdmailfe12.nwk.excite.com via HTTP; Sat, 05 Jan 2008 21:19:13 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = e84426cb3f7baf87ec2d3c2fd2e63628 From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080106021913.668C58B317@xprdmxin.myway.com> Date: Sat, 5 Jan 2008 21:19:13 -0500 (EST) Cc: koitsu@freebsd.org Subject: Re: cannot install p5-Net-Pcap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 02:19:06 -0000 I've installed the newest libpcap-0.9.7_1, but I'm still getting errors: # pkg_info | grep libpcap libpcap-0.9.7_1 Ubiquitous network traffic capture library # cd /usr/ports/net/p5-Net-Pcap # make deinstall clean ===> Deinstalling for net/p5-Net-Pcap ===> p5-Net-Pcap not installed, skipping ===> Cleaning for p5-Net-Pcap-0.15_1 bsd# make install clean$ ===> Vulnerability check disabled, database not found ===> Extracting for p5-Net-Pcap-0.15_1 => MD5 Checksum OK for Net-Pcap-0.15.tar.gz. => SHA256 Checksum OK for Net-Pcap-0.15.tar.gz. ===> p5-Net-Pcap-0.15_1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for p5-Net-Pcap-0.15_1 ===> p5-Net-Pcap-0.15_1 depends on file: /usr/local/bin/perl5.8.8 - found /usr/bin/find /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15 -name "._Pcap.pm" -delete ===> Applying FreeBSD patches for p5-Net-Pcap-0.15_1 ===> p5-Net-Pcap-0.15_1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for p5-Net-Pcap-0.15_1 looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting available functions... ok WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Net::Pcap ===> Building for p5-Net-Pcap-0.15_1 cp Pcap.pm blib/lib/Net/Pcap.pm /usr/local/bin/perl5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Pcap.xs > Pcap.xsc && mv Pcap.xsc Pcap.c cc -c -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" -DHAVE_PCAP_LIST_DATALINKS -DHAVE_BLANK -DHAVE_PCAP_LIB_VERSION Pcap.c In file included from Pcap.xs:43: stubs.inc:85:2: warning: #warning "the function pcap_findalldevs() is not available, but will be emulated" In file included from Pcap.xs:43: stubs.inc:91: error: redefinition of `struct pcap_if' stubs.inc:113:2: warning: #warning "the function pcap_breakloop() is not available" stubs.inc:127:2: warning: #warning "the function pcap_setnonblock() is not available" stubs.inc:142:2: warning: #warning "the function pcap_getnonblock() is not available" stubs.inc:157:2: warning: #warning "the function pcap_dump_file() is not available" stubs.inc:172:2: warning: #warning "the function pcap_dump_flush() is not available" stubs.inc:202:2: warning: #warning "the function pcap_set_datalink() is not available" stubs.inc:217:2: warning: #warning "the function pcap_datalink_name_to_val() is not available" stubs.inc:232:2: warning: #warning "the function pcap_datalink_val_to_name() is not available" stubs.inc:247:2: warning: #warning "the function pcap_datalink_val_to_description() is not available" stubs.inc:262:2: warning: #warning "the function pcap_compile_nopcap() is not available" stubs.inc:277:2: warning: #warning "the function pcap_get_selectable_fd() is not available" stubs.inc:292:2: warning: #warning "the function pcap_next_ex() is not available" stubs.inc:307:2: warning: #warning "the function pcap_sendpacket() is not available" stubs.inc:322:2: warning: #warning "the function pcap_createsrcstr() is not available" stubs.inc:337:2: warning: #warning "the function pcap_parsesrcstr() is not available" stubs.inc:352:2: warning: #warning "the function pcap_open() is not available" stubs.inc:373:2: warning: #warning "the function pcap_setbuff() is not available" stubs.inc:388:2: warning: #warning "the function pcap_setuserbuffer() is not available" stubs.inc:403:2: warning: #warning "the function pcap_setmode() is not available" stubs.inc:418:2: warning: #warning "the function pcap_setmintocopy() is not available" stubs.inc:433:2: warning: #warning "the function pcap_sendqueue_alloc() is not available" stubs.inc:455:2: warning: #warning "the function pcap_sendqueue_destroy() is not available" stubs.inc:469:2: warning: #warning "the function pcap_sendqueue_queue() is not available" stubs.inc:484:2: warning: #warning "the function pcap_sendqueue_transmit() is not available" stubs.inc:499:2: warning: #warning "the function pcap_event() is not available" stubs.inc:514:2: warning: #warning "the function pcap_setsampling() is not available" Pcap.c: In function `XS_Net__Pcap_dump_open': Pcap.c:541: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setnonblock': Pcap.c:574: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_getnonblock': Pcap.c:624: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dispatch': Pcap.c:676: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_loop': Pcap.c:724: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_next': Pcap.c:767: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_next_ex': Pcap.c:831: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump': Pcap.c:898: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_compile': Pcap.c:970: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setfilter': Pcap.c:1050: warning: cast to pointer from integer of different size Pcap.c:1057: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_freecode': Pcap.c:1085: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_breakloop': Pcap.c:1112: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_close': Pcap.c:1139: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_close': Pcap.c:1166: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_file': Pcap.c:1194: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_dump_flush': Pcap.c:1232: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_datalink': Pcap.c:1262: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_set_datalink': Pcap.c:1293: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_snapshot': Pcap.c:1392: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_is_swapped': Pcap.c:1422: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_major_version': Pcap.c:1452: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_minor_version': Pcap.c:1482: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_perror': Pcap.c:1511: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_geterr': Pcap.c:1540: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_file': Pcap.c:1614: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_fileno': Pcap.c:1652: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_get_selectable_fd': Pcap.c:1682: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_stats': Pcap.c:1713: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setuserbuffer': Pcap.c:1981: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setbuff': Pcap.c:2012: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setmode': Pcap.c:2043: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_setmintocopy': Pcap.c:2074: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_getevent': Pcap.c:2108: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendpacket': Pcap.c:2143: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_queue': Pcap.c:2228: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_transmit': Pcap.c:2300: warning: cast to pointer from integer of different size Pcap.c:2307: warning: cast to pointer from integer of different size *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap. --- On Sat 01/05, Max Laier < max@love2party.net > wrote: From: Max Laier [mailto: max@love2party.net] To: freebsd-ports@freebsd.org, piotrekk@excite.com Cc: koitsu@freebsd.org Date: Sun, 6 Jan 2008 03:10:45 +0100 Subject: Re: cannot install p5-Net-Pcap On Sunday 06 January 2008, Piotr wrote:> now I'm getting this error:>> # cd /usr/ports/net/p5-Net-Pcap> # make reinstall clean>> ===> Building for p5-Net-Pcap-0.15_1> Makefile out-of-date with respect to> /usr/local/lib/perl5/5.8.8/mach/Config.pm /> usr/local/lib/perl5/5.8.8/mach/CORE/config.h> Cleaning current config before rebuilding Makefile...> make -f Makefile.old clean > /dev/null 2>&1> /usr/local/bin/perl5.8.8 Makefile.PL "INSTALLDIRS=site" "CC=cc"> "CCFLAGS=-O2 -fn o-strict-aliasing -pipe " "PREFIX=/usr/local"> "INSTALLPRIVLIB=/usr/local/lib" "I NSTALLARCHLIB=/usr/local/lib"> looking for -lpcap... yes> checking for pcap_lib_version() in -lpcap... no> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -> You appear to have an old version of the pcap library.>> This module need a recent version of the pcap library in order to> provide access to all its features. You can still compile it with your> old pcap library but some functions won't be available, and trying to> use them in Perl programs will generate errors. Programs only using the> old functions should perform as previously. If not, don't hesitate to> fill a bug.>> You can get the latest sources of the pcap library at> http://www.tcpdump.org/>> If you install the pcap library using a system package, make sure to> also install the corresponding -devel package, which contains the C> headers needed to compile this module.> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -> detecting available functions... ok> WARNING: LICENSE is not a known parameter.> Checking if your kit is complete...> Looks good> 'LICENSE' is not a known MakeMaker parameter name.> Note (probably harmless): No library found for -lpcap> Writing Makefile for Net::Pcap> ==> Your Makefile has been rebuilt. <==> ==> Please rerun the make command. <==> false> *** Error code 1>> Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15.> *** Error code 1>> Stop in /usr/ports/net/p5-Net-Pcap.> *** Error code 1>> Stop in /usr/ports/net/p5-Net-Pcap.>> howto reinstall pcap, lpcap and all depending packages ?Please note that libpcap in HEAD and RELENG_7 has been updated to 0.9.8 recently while RELENG_6 remains at 0.9.4. I'm not sure what p5-Net-Pcap really requires, but from the message you quote, 0.9.4 ain't it. You might be able to work around this by installing net/libpcap from ports (which is at 0.9.7). p5-Net-Pcap seems able to pick that up, too.If that doesn't help you might be required to stick with an older version of p5-Net-Pcap for the moment (or a newer one if they figure out how to support older libpcap again).-- /"\ Best regards, | mlaier@freebsd.org\ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet/ \ ASCII Ribbon Campaign | Against HTML Mail and NewsAttachment: signature.asc (0.19KB) _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 02:23:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7108F16A418; Sun, 6 Jan 2008 02:23:59 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.freebsd.org (Postfix) with ESMTP id 072AF13C447; Sun, 6 Jan 2008 02:23:58 +0000 (UTC) (envelope-from max@love2party.net) Received: from amd64.laiers.local (dslb-088-067-232-162.pools.arcor-ip.net [88.67.232.162]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1JBKyd1NZA-0004NG; Sun, 06 Jan 2008 03:11:03 +0100 From: Max Laier Organization: FreeBSD To: freebsd-ports@freebsd.org, piotrekk@excite.com Date: Sun, 6 Jan 2008 03:10:45 +0100 User-Agent: KMail/1.9.7 References: <20080106013750.05B6A8B317@xprdmxin.myway.com> In-Reply-To: <20080106013750.05B6A8B317@xprdmxin.myway.com> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3604124.66uHdh8lVf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200801060311.00621.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1/RnF/0bjD4uKEbwyt2S8PYadriEVnDsJaj0r/ gSfLN9MmyO2uI6N1o208GfE1V3SaDYfpFOccbrQdeSitto1Yj7 5/WTfsW5qB5TuB2Zg983rzw261g29nfuqBeziWX8+8= Cc: koitsu@freebsd.org Subject: Re: cannot install p5-Net-Pcap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 02:23:59 -0000 --nextPart3604124.66uHdh8lVf Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 06 January 2008, Piotr wrote: > now I'm getting this error: > > # cd /usr/ports/net/p5-Net-Pcap > # make reinstall clean > > =3D=3D=3D> Building for p5-Net-Pcap-0.15_1 > Makefile out-of-date with respect to > /usr/local/lib/perl5/5.8.8/mach/Config.pm / > usr/local/lib/perl5/5.8.8/mach/CORE/config.h > Cleaning current config before rebuilding Makefile... > make -f Makefile.old clean > /dev/null 2>&1 > /usr/local/bin/perl5.8.8 Makefile.PL "INSTALLDIRS=3Dsite" "CC=3Dcc" > "CCFLAGS=3D-O2 -fn o-strict-aliasing -pipe " "PREFIX=3D/usr/local" > "INSTALLPRIVLIB=3D/usr/local/lib" "I NSTALLARCHLIB=3D/usr/local/lib" > looking for -lpcap... yes > checking for pcap_lib_version() in -lpcap... no > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > You appear to have an old version of the pcap library. > > This module need a recent version of the pcap library in order to > provide access to all its features. You can still compile it with your > old pcap library but some functions won't be available, and trying to > use them in Perl programs will generate errors. Programs only using the > old functions should perform as previously. If not, don't hesitate to > fill a bug. > > You can get the latest sources of the pcap library at > http://www.tcpdump.org/ > > If you install the pcap library using a system package, make sure to > also install the corresponding -devel package, which contains the C > headers needed to compile this module. > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > detecting available functions... ok > WARNING: LICENSE is not a known parameter. > Checking if your kit is complete... > Looks good > 'LICENSE' is not a known MakeMaker parameter name. > Note (probably harmless): No library found for -lpcap > Writing Makefile for Net::Pcap > =3D=3D> Your Makefile has been rebuilt. <=3D=3D > =3D=3D> Please rerun the make command. <=3D=3D > false > *** Error code 1 > > Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. > *** Error code 1 > > Stop in /usr/ports/net/p5-Net-Pcap. > *** Error code 1 > > Stop in /usr/ports/net/p5-Net-Pcap. > > howto reinstall pcap, lpcap and all depending packages ? Please note that libpcap in HEAD and RELENG_7 has been updated to 0.9.8=20 recently while RELENG_6 remains at 0.9.4. I'm not sure what p5-Net-Pcap=20 really requires, but from the message you quote, 0.9.4 ain't it. You=20 might be able to work around this by installing net/libpcap from ports=20 (which is at 0.9.7). p5-Net-Pcap seems able to pick that up, too. If that doesn't help you might be required to stick with an older version=20 of p5-Net-Pcap for the moment (or a newer one if they figure out how to=20 support older libpcap again). =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart3604124.66uHdh8lVf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHgDi0XyyEoT62BG0RAtggAJsHjq6c3AB5X1SR1jyO6SWYcMvr2wCfZpJI AqbM0gPgkuqlQaDnO85Fi+k= =nWyK -----END PGP SIGNATURE----- --nextPart3604124.66uHdh8lVf-- From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 02:31:56 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB75716A418 for ; Sun, 6 Jan 2008 02:31:56 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id CBD8213C45B for ; Sun, 6 Jan 2008 02:31:56 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from www.smsd.tv (ool-18bb7953.dyn.optonline.net [24.187.121.83]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JU700DQCB173WG0@mta2.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sat, 05 Jan 2008 21:31:56 -0500 (EST) Received: from access.smsd.tv ([10.10.10.10]) by www.smsd.tv (8.14.2/8.14.2) with ESMTP id m062VrH2041708; Sat, 05 Jan 2008 21:31:54 -0500 (EST envelope-from timothyk@wallnet.com) Date: Sat, 05 Jan 2008 21:31:42 -0500 From: Tim Kellers In-reply-to: <20080106014506.1F6788B317@xprdmxin.myway.com> To: piotrekk@excite.com Message-id: <47803D8E.6070500@wallnet.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <20080106014506.1F6788B317@xprdmxin.myway.com> User-Agent: Thunderbird 2.0.0.9 (X11/20071127) Cc: freebsd-ports@freebsd.org Subject: Re: pcap and lpcap dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 02:31:57 -0000 Piotr wrote: > hi > > howto find out ALL installed packages depending on pcap and lpcap ? > I have 6.2-RELEASE-p9. > > > > > _______________________________________________ > Join Excite! - http://www.excite.com > The most personalized portal on the Web! > > > _______________________________________________ > 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" > > > You can start with: #find /usr/local /usr/X11R6 -type f | xargs pkg_which -v | fgrep 'pcap' Tim From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 05:46:36 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E355A16A417 for ; Sun, 6 Jan 2008 05:46:36 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 90E5A13C474 for ; Sun, 6 Jan 2008 05:46:36 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA04.westchester.pa.mail.comcast.net with comcast id ZhQo1Y0040mv7h00500W00; Sun, 06 Jan 2008 05:35:35 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA11.westchester.pa.mail.comcast.net with comcast id ZhbT1Y00A1n8LeU3X00000; Sun, 06 Jan 2008 05:35:28 +0000 X-Authority-Analysis: v=1.0 c=1 a=AlF9On9naU4A:10 a=eHYNhDuXEXbj4B61hTAA:9 a=ul-VZ-abb5QTcqSHPXcA:7 a=RqxglGtSpA7rCa2PWuuIjWHrekUA:4 a=gi0PWCVxevcA:10 Message-ID: <478068A6.7040408@cyberbotx.com> Date: Sun, 06 Jan 2008 00:35:34 -0500 From: Naram Qashat User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 05:46:37 -0000 I had a question regarding what to do in a port Makefile when the port has multiple configuration files to install into PREFIX/etc. I read in the Porters Handbook about having to add entries into the Makefile and pkg-plist, but that seems to only be good for ports with a very small amount of configuration files. Is there an easy way to take a large collection of configuration files, change their extensions all to .conf.sample instead of .conf, set up all of them to be copied to .conf when they don't exist, and remove them all when they match the .conf.sample? Any information to make this easier would be very helpful, as I don't think it would be very clean to have a large amount of the Makefile be only for handling this. Thanks, Naram Qashat From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 06:16:20 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83AF216A41A for ; Sun, 6 Jan 2008 06:16:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 211D513C461 for ; Sun, 6 Jan 2008 06:16:19 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 17928 invoked by uid 399); 6 Jan 2008 06:16:18 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 6 Jan 2008 06:16:18 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <47807231.6000202@FreeBSD.org> Date: Sat, 05 Jan 2008 22:16:17 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: Naram Qashat References: <478068A6.7040408@cyberbotx.com> In-Reply-To: <478068A6.7040408@cyberbotx.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 06:16:20 -0000 Naram Qashat wrote: > I had a question regarding what to do in a port Makefile when the port > has multiple configuration files to install into PREFIX/etc. I read in > the Porters Handbook about having to add entries into the Makefile and > pkg-plist, but that seems to only be good for ports with a very small > amount of configuration files. Is there an easy way to take a large > collection of configuration files, change their extensions all to > .conf.sample instead of .conf, set up all of them to be copied to .conf > when they don't exist, and remove them all when they match the > .conf.sample? Ummm ... use a loop? Take a look at mail/alpine for examples of using shell commands vs. make commands for glob patterns. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 06:26:43 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F7F316A41A for ; Sun, 6 Jan 2008 06:26:43 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from QMTA01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by mx1.freebsd.org (Postfix) with ESMTP id ACCB413C447 for ; Sun, 6 Jan 2008 06:26:42 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from OMTA09.westchester.pa.mail.comcast.net ([76.96.62.20]) by QMTA01.westchester.pa.mail.comcast.net with comcast id ZiMv1Y0090SCNGk0500A00; Sun, 06 Jan 2008 06:26:42 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA09.westchester.pa.mail.comcast.net with comcast id ZiSS1Y00H1n8LeU3V00000; Sun, 06 Jan 2008 06:26:27 +0000 X-Authority-Analysis: v=1.0 c=1 a=8eq3f9ahWlgA:10 a=l8q5uOjTWdZukjyLsKUA:9 a=a_aFL00Qn6YaSvX5J9UA:7 a=5zTICaO76XqI8u0N0-Hu1csA8dIA:4 a=ziFrdkHw70AA:10 Message-ID: <478074A1.7020409@cyberbotx.com> Date: Sun, 06 Jan 2008 01:26:41 -0500 From: Naram Qashat User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Doug Barton References: <478068A6.7040408@cyberbotx.com> <47807231.6000202@FreeBSD.org> In-Reply-To: <47807231.6000202@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 06:26:43 -0000 Doug Barton wrote: > Naram Qashat wrote: >> I had a question regarding what to do in a port Makefile when the port >> has multiple configuration files to install into PREFIX/etc. I read in >> the Porters Handbook about having to add entries into the Makefile and >> pkg-plist, but that seems to only be good for ports with a very small >> amount of configuration files. Is there an easy way to take a large >> collection of configuration files, change their extensions all to >> .conf.sample instead of .conf, set up all of them to be copied to .conf >> when they don't exist, and remove them all when they match the >> .conf.sample? > > Ummm ... use a loop? Take a look at mail/alpine for examples of using > shell commands vs. make commands for glob patterns. I can see how the loop would work within the Makefile. But I don't see how I would handle @unexec and @exec commands in pkg-plist for so many configuration files. I ask because there are 34 separate configuration files within the port I am trying to create. Thanks, Naram Qashat > hth, > > Doug > From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 11:27:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F73916A417 for ; Sun, 6 Jan 2008 11:27:26 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id EB59C13C458 for ; Sun, 6 Jan 2008 11:27:25 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5467E.dip.t-dialin.net [84.165.70.126]) by redbull.bpaserver.net (Postfix) with ESMTP id 2E7732E34A for ; Sun, 6 Jan 2008 12:26:22 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 47A7C86D77 for ; Sun, 6 Jan 2008 12:26:18 +0100 (CET) Date: Sun, 6 Jan 2008 12:26:17 +0100 From: Alexander Leidinger To: freebsd-ports@freebsd.org Message-ID: <20080106122617.2da9e5a3@deskjail> In-Reply-To: <478074A1.7020409@cyberbotx.com> References: <478068A6.7040408@cyberbotx.com> <47807231.6000202@FreeBSD.org> <478074A1.7020409@cyberbotx.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Subject: Re: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 11:27:26 -0000 Quoting Naram Qashat (Sun, 06 Jan 2008 01:26:41 -0500): > Doug Barton wrote: > > Naram Qashat wrote: > >> I had a question regarding what to do in a port Makefile when the port > >> has multiple configuration files to install into PREFIX/etc. I read in > >> the Porters Handbook about having to add entries into the Makefile and > >> pkg-plist, but that seems to only be good for ports with a very small > >> amount of configuration files. Is there an easy way to take a large > >> collection of configuration files, change their extensions all to > >> .conf.sample instead of .conf, set up all of them to be copied to .conf > >> when they don't exist, and remove them all when they match the > >> .conf.sample? > > > > Ummm ... use a loop? Take a look at mail/alpine for examples of using > > shell commands vs. make commands for glob patterns. > > I can see how the loop would work within the Makefile. But I don't see how I > would handle @unexec and @exec commands in pkg-plist for so many configuration > files. I ask because there are 34 separate configuration files within the port > I am trying to create. Write a loop in the @(un)exec part, or write a script which outputs a @(un)exec line for each config file. Bye, Alexander. -- BOFH excuse #97: Small animal kamikaze attack on power supplies http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 18:46:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33F1B16A419 for ; Sun, 6 Jan 2008 18:46:38 +0000 (UTC) (envelope-from dsh@wizard.volgograd.ru) Received: from sagitta.internal.vlink.ru (alias.rigel.internal.vlink.ru [85.172.168.14]) by mx1.freebsd.org (Postfix) with ESMTP id B7F3713C43E for ; Sun, 6 Jan 2008 18:46:36 +0000 (UTC) (envelope-from dsh@wizard.volgograd.ru) Received: from sagitta.internal.vlink.ru (localhost [127.0.0.1]) by sagitta.internal.vlink.ru (Postfix) with ESMTP id 7BD291F481B for ; Sun, 6 Jan 2008 21:27:47 +0300 (MSK) Received: from localhost (wizard.vlink.ru [85.172.168.67]) by sagitta.internal.vlink.ru (Postfix) with ESMTPSA id 4FB681F477B for ; Sun, 6 Jan 2008 21:27:47 +0300 (MSK) Date: Sun, 6 Jan 2008 21:27:45 +0300 From: Denis Shaposhnikov To: freebsd-ports@freebsd.org Message-ID: <20080106212745.4c0acfef@wizard.volgograd.ru> In-Reply-To: <478074A1.7020409@cyberbotx.com> References: <478068A6.7040408@cyberbotx.com> <47807231.6000202@FreeBSD.org> <478074A1.7020409@cyberbotx.com> X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 18:46:38 -0000 Hello, On Sun, 06 Jan 2008 01:26:41 -0500 Naram Qashat wrote: > I can see how the loop would work within the Makefile. But I don't > see how I would handle @unexec and @exec commands in pkg-plist for so > many configuration files. I ask because there are 34 separate > configuration files within the port I am trying to create. I think that you can try to use pkg-install for this target. For example: case $2 in POST-INSTALL) # Install real files from *.default. for i in lib templates; do for j in `find ${PKG_PREFIX}/ispman/${i} -name '*.default'`; do real=${j%.default} [ -f $real ] || cp -p $j $real done done ;; esac And pkg-deinstall of course for delete them. -- DSS5-RIPE DSS-RIPN mailto:dsh@wizard.volgograd.ru xmpp:dsh@vlink.ru http://wizard.volgograd.ru/ 2:550/5068@fidonet 2:550/5069@fidonet From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 02:05:04 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1575D16A417 for ; Mon, 7 Jan 2008 02:05:04 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id E0A4113C447 for ; Mon, 7 Jan 2008 02:05:03 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so7513254rvb.43 for ; Sun, 06 Jan 2008 18:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; bh=DCVZzfh52VUVoUvXugbR9wfoGeZcDAzhHe2p885jWYY=; b=XTrbScKpJ+T4Z5wABnL4lmAburKzDCC6ZRjfk0P5uCxButH2nems78Ge11x1h9NRIHTRLZsvAEt7VSynGw5/llZCP8hApLHBgp9Qt7QEWnAyfFQHxv6Kvcp9pdLnz83YVxStBXACyv2vjLqHCLofY7ndnwSG8+Wn5Iz1JIBsmKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=ZCbe0NvsNw5k7Dsn0y+ATDZjh1MrrZ2ygCDkyuSgeM40P7aH7cSlanf2CU7+Zmn1PYm1pOi4nawm30TLA3ZGmQ5tGM6PcA/+877v6GRTPre931e+wSU8Bbbx1xWiwh219RYiZ8EszmAtaUcfccJYmPcccbnbQhTyCum7ADdZ4hU= Received: by 10.141.167.5 with SMTP id u5mr10270650rvo.189.1199669761289; Sun, 06 Jan 2008 17:36:01 -0800 (PST) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTPS id g39sm3612049rvb.16.2008.01.06.17.35.58 (version=SSLv3 cipher=OTHER); Sun, 06 Jan 2008 17:35:59 -0800 (PST) Date: Mon, 07 Jan 2008 10:35:55 +0900 (JST) Message-Id: <20080107.103555.35024430.chat95@mac.com> To: joey@mingrone.org From: Maho NAKATA In-Reply-To: References: X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: maho@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port:atlas-3.8.0,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, 07 Jan 2008 02:05:04 -0000 Hi Joey, From: Joey Mingrone Subject: FreeBSD Port:atlas-3.8.0,1 Date: Mon, 31 Dec 2007 01:22:23 -0400 > Attempts to upgrade atlas from version 3.6.0_3,1 to 3.8.0,1 are > failing for me. I've included the build output here: > http://jrm.ath.cx/misc/atlas_build_output. It does happen in some cases...I'm very sorry to say but I don't have a clue. Defining WITH_WALL_TIMER might help you hopefully. thanks, -- Nakata Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 02:42:27 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB8E816A419 for ; Mon, 7 Jan 2008 02:42:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 9198813C474 for ; Mon, 7 Jan 2008 02:42:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 28589 invoked by uid 399); 7 Jan 2008 02:42:26 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 7 Jan 2008 02:42:26 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <47819190.4030909@FreeBSD.org> Date: Sun, 06 Jan 2008 18:42:24 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Portmaster 2.0-beta1 available for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 02:42:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Howdy! I'm very happy to say that I have a shiny new version of portmaster available for testing. There are a couple of nice new features, but more importantly the code has been totally reorganized, and in several cases totally rewritten. I am also proud to say that all of the advertised features now work as advertised. :) The most exciting new feature is the completely new dependency updater. I finally took the time to write the line-oriented version of update_contents() that I wanted to write in the first place, so no more sed, and no more warnings sent to $PAGER. This version relies entirely on exact matches to DEPORIGIN to do its work, so it's 100% reliable. Which is to say, reliable enough for me to ask you to test it now. :) This is a long message, so if you want to jump into using the new version that's fine, but before you do anything else, please do this: cd mkdir backup-pkg cd backup-pkg cp -Rp /var/db/pkg . portmaster --check-depends # This is the new version of course diff -ur pkg /var/db/pkg > pkg.diff Then look at the results. The code lets you know if it updates a +REQUIRED_BY file or @pkgdep entry, but it also silently deletes duplicate pkgdep/DEPORIGIN lines from your +CONTENTS files, so if you see something that looks like it's been deleted inappropriately check the rewritten +CONTENTS file to see if there is one and only one entry left in it. I don't think you will, but if you have any problems with this feature, please let me know ASAP. So what else is new? The code has been extensively cleaned and reorganized. A lot of micro-optimizations have been done to eliminate duplicated work, avoid using external commands when not necessary, etc. I won't promise you'll notice an overwhelming speed increase, but it has definitely moved in the right direction. Totally new features: 1. --check-depends, which as described above calls the new functions to parse existing +CONTENTS files for dependency data, use that data to update +REQUIRED_BY, and update the +CONTENTS files themselves. These same routines are also used for updating ports. 2. A "fetch only" feature (-F) that will go get distfiles for new versions of installed ports by default, and can also be used to get the files for all of your installed ports, or certain branches by using the -aft options. (Warning, 'portmaster -afF' spawns a child for every single port you have installed, so use with caution.) 3. An option to hide the build and install process by saving it to a log (-H). These logs are deleted on successful install, and saved if the update process aborts. 4. We now keep track of all the ports that get updated or installed in a given invocation, and print the list at the very end of the process. If you've only installed one port this is skipped, unless you're doing -a. 5. There is now a little "map" to show you where you are in the process of the form "parent >> child >> grandchild >> etc." Please let me know what you think of that, if it's useful, should be behind -v, etc. Improved features: 1. When showing the pkg-message/+DISPLAY files at the end of the process, all files are grouped together and spit out to $PAGER (or just cat if -u). This way if there is an error you can see what you need to know about the ports that _were_ successfully installed. This comes right before the list of installed ports that is the very last thing to happen. 2. There is now much more sanity checking on user input so that we can bail out early if there is a problem. 3. The error messages have been completely re-done to be more informative, and many of them include helpful suggestions on how to fix the problems. 4. In the expunge (-e) feature, if there is dependency data for the port you want to delete we now offer you the chance to delete that instead of just aborting. (Use at your own risk!) 5. The "save old shared libs" feature (-w) is now a lot more efficient, only runs ldconfig when it has to, and uses /etc/rc.d/ldconfig. Everything else should work the same way, so please let me know if it doesn't. If ($DEITY forbid) you actually do have a problem, check the RCS Id on the file on my web site to see if I've made an update. I don't plan to announce every little bug fix on the list. The next big goal is to support the SU_CMD stuff, which doesn't look too hard to do from here. Once that's done and y'all have a chance to test it, version 2.0 will go into the ports tree. You can get the new version here: http://dougbarton.us/portmaster Enjoy! Doug - -- This .signature sanitized for your protection -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (FreeBSD) iD8DBQFHgZGPyIakK9Wy8PsRA+KsAJ9dvpDU/tLuxIRdy3qj1yJ6WKnVKwCeJuVw 0jglTuENhygybN7BXr9R3kk= =9xDk -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 06:18:56 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF14416A41B for ; Mon, 7 Jan 2008 06:18:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 61A9D13C465 for ; Mon, 7 Jan 2008 06:18:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 6492 invoked by uid 399); 7 Jan 2008 06:18:55 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 7 Jan 2008 06:18:55 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <4781C447.2020808@FreeBSD.org> Date: Sun, 06 Jan 2008 22:18:47 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Naram Qashat References: <478068A6.7040408@cyberbotx.com> <47807231.6000202@FreeBSD.org> <478074A1.7020409@cyberbotx.com> In-Reply-To: <478074A1.7020409@cyberbotx.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Ports that have multiple configuration files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 06:18:56 -0000 Naram Qashat wrote: > Doug Barton wrote: >> Naram Qashat wrote: >>> I had a question regarding what to do in a port Makefile when the port >>> has multiple configuration files to install into PREFIX/etc. I read in >>> the Porters Handbook about having to add entries into the Makefile and >>> pkg-plist, but that seems to only be good for ports with a very small >>> amount of configuration files. Is there an easy way to take a large >>> collection of configuration files, change their extensions all to >>> .conf.sample instead of .conf, set up all of them to be copied to .conf >>> when they don't exist, and remove them all when they match the >>> .conf.sample? >> >> Ummm ... use a loop? Take a look at mail/alpine for examples of using >> shell commands vs. make commands for glob patterns. > > I can see how the loop would work within the Makefile. But I don't see > how I would handle @unexec and @exec commands in pkg-plist for so many > configuration files. I ask because there are 34 separate configuration > files within the port I am trying to create. Sorry, I still don't see the problem. If your concern is that it will make the plist large, 34 of anything is still pretty tiny in terms of lots of other things in ports. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:06:06 2008 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C66A316A418 for ; Mon, 7 Jan 2008 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99A6613C46B for ; Mon, 7 Jan 2008 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m07B66EN060844 for ; Mon, 7 Jan 2008 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m07B651X060840 for freebsd-ports@FreeBSD.org; Mon, 7 Jan 2008 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Jan 2008 11:06:05 GMT Message-Id: <200801071106.m07B651X060840@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 11:06:06 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/117270 [UPDATE] net/asterisk-addons to 1.4.4 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode f ports/108077 www/linux-flashplugin9 crashes linux-firefox f ports/108413 net/vnc does not works. f ports/112385 sysutils/lookupd on Kernel 64 f ports/112921 x11-wm/Beryl not loading focus and keybinding settings f ports/113144 print/ghostscript-gnu dumps core with several output d f ports/115818 Executable clash between databases/grass and ruby gems f ports/116378 xorg 7.3 on -stable breaks math/scilab f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp f ports/116586 net/isc-dhcp3-server does not work when compiled with o ports/116611 devel/p5-gearmand - rename to devel/p5-Gearman-Server f ports/116753 multimedia/MPlayer crashes after playing *.flv on 7.0- f ports/116777 The math/scilab port fails in demos->signal->bode. f ports/116778 security/nmap ping-scan misses some hosts f ports/116949 security/vpnc: Some Cisco Concentrators refuse Connect o ports/117025 multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor f ports/117128 security/ipsec-tools racoon.sh fails with /var on mfs f ports/117196 Port net/asterisk-addons 1.4.2 fails to compile f ports/117956 HP LaserJet 1022 not working after upgrade to print/HP f ports/118173 net/gatekeeper port doesn't honor LOCALBASE setting o ports/118877 audio/streamripper does not detect song title from str f ports/118966 Configure cannot find path_dps.m4 during mail/mutt-dev f ports/119398 net/v6eval - v6-eval can not compile on 7.0 o ports/119406 games/warsow port update for 0.32 -- current port is 25 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut o ports/110144 New port: math/Matlab7 f ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE f ports/111456 [UPDATE] finance/pfpro updated distinfo f ports/112887 net/nxserver 1.4.0_1 fails to compile after upgrading f ports/113423 Update for ports net/freenx to version 0.6.0 f ports/114127 net/vnc - vnc.so installed to bad location f ports/114825 pam module security/pam_abl not working s ports/115216 ADA devel/florist exit_process program doesn't compile s ports/115217 Ada devel/florist socket program doesn't compile due t f ports/115304 multimedia/gpac-mp4box cannot import files larger than o ports/115308 multimedia/jahshaka fails to open GUI - ends with "pre f ports/115336 port multimedia/avifile on FreeBSD 7.0 not BROKEN with f ports/115401 Update port: graphics/ipe Version 6.0pre28 of Ipe that f ports/115627 www/Lynx (-ssl) does not correctly test for OpenSSL f ports/116037 multimedia/dvd-slideshow has been updated from 0.7.5 t f ports/116058 Update: x11-themes/gtk-qt-engine to version 0.8 f ports/116120 [patch] x11-toolkits/gtkdatabox2: update to 0.7.0.1 f ports/116142 devel/cvsweb3 coloured side-by-side stopped working wh f ports/116226 x11-wm/compiz - emerald and compiz-fusion and scim are f ports/116323 net-im/jabber-users-agent bugs f ports/116333 math/isabelle fails to build with SML/NJ; requires bas o ports/116485 games/vultures-eye gets a permission denied after typi f ports/116495 [patch] Adding a banch of semi-official patches to x11 f ports/116567 [PATCH] net/vnc: patch x0vncserver to not give the sel o ports/116683 [NEW PORT] audio/kirocker: KDE Kicker applet for Amaro f ports/116783 databases/db46 can not be built o ports/116817 New port: devel/libreadline-java a JNI-wrapper around o ports/116829 New port: net/isc-dhcp31-(client|devel|relay|server) f ports/116974 net-p2p/azureus fails to operate correctly if IPV6 sup o ports/117047 [NEW PORT] sysutils/ispman: ISP management software o ports/117078 [PATCH]: www/* COMMENT, BROKEN, RESTRICTED, NO_PACKAGE f ports/117173 graphics/opencv does not compile if ffmpeg option is c o ports/117221 update of games/eduke32 o ports/117236 New port: x11/xcb-util A module with libxcb/libX11 ext o ports/117276 New port: security/sqlninja a Sql Server penetration t f ports/117288 [PATCH] x11-wm/compiz: Add in KDE support, clean up pk o ports/117290 New port: archivers/unrar-iconv Extract, view & test R f ports/117298 port (/usr/ports/russian/xneur) update needed o ports/117299 [NEW PORTS] www/webobjects(+) Apple WebObjects ports b o ports/117312 New port: x11-fonts/ttf-bengali-fonts - Free TrueType o ports/117324 ports devel/sourcenav can't build o ports/117327 devel/devhelp doesn't build with seamonkey f ports/117431 Update port: graphics/ipe Version 6.0pre28 of Ipe that o ports/117475 [maintainer update] updated net/asterisk-app-notify th o ports/117480 New Port: devel/dev86 -- 8086 Development Tools o ports/117509 [new port] mail/vmailmgr -- A powerful, clean and easy f ports/117518 [PATCH] misc/ipbt - fix BROKEN size mismatch in distin o ports/117521 [new port] net/asterisk-res-bonjour Bonjour (Zeroconf) o ports/117544 [NEW PORT] audio/gnormalize, a Gtk2 frontend to normal o ports/117667 [MAINTAINER] x11-wm/xmonad: add 2 options o ports/117703 New port: devel/asdlgen generate serializers for C,C++ f ports/117897 [PATCH] net-im/amsn configure script broken f ports/117900 x11-wm/pekwm ports needs to be updated o ports/117945 New port: sysutils/metamorphose-1.1 Metamorphose flexi f ports/117957 security/swatch can't stop (doesn't match pid with pro o ports/118033 [new port] devel/cvs-devel 1.12.13_8 f ports/118092 Installing mail/dbmail breaks installation of mail/mai o ports/118103 New port: databases/couchdb A document database server f ports/118105 mail/spamd - spamd-setup with multiple files in spamd- f ports/118112 [PATCH] sysutils/fusefs-kmod: use SRC_BASE o ports/118192 ports/*: [PATCH]: Add 13 SHA256 checksums f ports/118213 games/HeroesOfMightAndMagic - heroesOfMightAndMagic's o ports/118229 New port: security/fwknop fwknop,"FireWall KNock OPera f ports/118232 A note on multimedia/nuppelvideo + multimedia/exportvi f ports/118293 net/vnc Xvnc won't run without fonts.alias installed f ports/118311 misc/hello: [PATCH]: 2.1.1_2 -> 2.3, install-info clea f ports/118314 x11-wm/compiz-fusion-plugins-extra doesn't build o ports/118331 [NEW PORT] x11-fonts/indic-ttf f ports/118358 math/R update from 2.6.0 to 2.6.1 version o ports/118368 New port: net/asterisk-agx AGX Extra Addons (including o ports/118386 New port: graphics/hugin-devel A GUI for Panorama Tool f ports/118413 update net-im/sim-im-devel to current snap o ports/118438 New port: biology/njplot Phylogenetic tree drawing pro f ports/118444 [patch] port update devel/libical f ports/118456 [Patch] x11/roxterm doesn't match URLs properly o ports/118460 New port: biology/muscle multiple alignment software f ports/118482 sysutils/desktopbsd-tools dbsd-pkgmgr doesn't recogniz o ports/118529 New port: devel/luajava o ports/118548 New port: biology/consed viewing and editing workbench o ports/118556 New port: math/rapid Robust and Accurate Polygon Inter f ports/118570 www/linux-flashplugin9 - v9.0r48 doesn't play youtube s ports/118663 [update] net-mgmt/nrpe2 - update to 2.10 o ports/118688 New port: x11-wm/fvwm-crystal, powerful desktop enviro f ports/118707 [patch]audio/musicpd shout support f ports/118857 [PATCH] www/plone3: message catalogue files are to be o ports/118906 [NEW PORT] graphics/2d-rewriter: Fractals generator ba o ports/118907 New Port: net-mgmt/p5-Nagios-Plugins-Memcached o ports/118923 Wrong pidfile in /usr/local/etc/rc.d/dcc-start port ma f ports/118926 mail/spamd: issues with deletion and syncing from spam f ports/118960 cannot apply patches for port russian/xmms o ports/118961 [NEW PORT] misc/gcstar: Application for managing your f ports/118974 audio/musicpd will not build if net/avahi-app is insta o ports/118979 lang/mlton: Update to version 20070826 for i386 f ports/118992 multimedia/xmms - WITH_ENCODING_PATCH was deleted from o ports/119008 [NEW PORT] security/easypg: EasyPG is yet another GnuP f ports/119015 games/alephone - TotalTextureEnhancementv61.zip unfetc o ports/119044 New port: audio/festlex-czech,audio/festvox-czech Czec f ports/119057 sysutils/fusefs-wdfs update to upstream wdfs-1.4.2 f ports/119081 mail/qmail-scanner port requires daemontools (setuidgi f ports/119113 [Patch] japanese/rogue_s: Don't use sgtty. f ports/119114 [Patch] japanese/edict: use termios instead of sgtty o ports/119154 [NEW PORT] graphics/libtxc_dxtn o ports/119183 [NEW PORT] net/freeradius-client: FreeRADIUS Client li o ports/119224 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/119236 New port: www/squidclamav, interface to perform antivi o ports/119265 New port: www/p5-Data-Validate-URI Collection of URI v o ports/119290 update of editors/emacs-devel to a new cvs snapshot f ports/119310 [PATCH] databases/rrdtool: update to 1.2.26 o ports/119315 New port: www/p5-FCGI-Spawn f ports/119319 www/tomcat55 rc.d script fails to stop tomcat o ports/119348 Patch to make sysutils/cpuburn build on AMD64 f ports/119349 www/trac-tocmacro source file too old o ports/119362 Update port: graphics/proj to 4.6.0 f ports/119364 [PATCH] multimedia/mplayer: Fix build when TREMOR disa o ports/119365 Modify CONFLICTS between www/plone and zope-* to inclu f ports/119367 [PATCH] deskutils/xcalendar: add Japanese holidays in o ports/119369 Update port: japanese/p5-Mail-SpamAssassin to 3.2.3 f ports/119373 Update port: databases/grass to 6.2.3 o ports/119388 ports that require gcc 34 instead of gcc42 f ports/119392 [patch] update graphics/gdal to 1.5.0 o ports/119413 Double port/naming inconsistence o ports/119414 Double port/naming inconsistence 124 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:26:26 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2EB16A417 for ; Mon, 7 Jan 2008 11:26:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 901F313C4D1 for ; Mon, 7 Jan 2008 11:26:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id B8F801CC9E for ; Mon, 7 Jan 2008 12:26:24 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20080107112624.B8F801CC9E@mail.droso.net> Date: Mon, 7 Jan 2008 12:26:24 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports 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, 07 Jan 2008 11:26:26 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users 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 gcc4.2, which is much stricter than older versions. 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. 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 5.x/6.x/-current 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/beast broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=beast portname: audio/ccaudio broken because: fails to compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/ccaudio-1.2.0.log (Nov 22 08:04:52 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ccaudio portname: audio/nogger broken because: just makes a humming noise build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=nogger portname: cad/varkon broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=varkon portname: chinese/chinput3 broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: databases/glom broken because: py-gnome-extras has pygda disable because it is broke build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/glom-1.0.4_2.log (Jan 1 07:10:05 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=glom portname: databases/pgbash broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pgbash portname: devel/meta-cvs broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007120720/meta-cvs-1.0.13_1.log (Dec 10 04:50:34 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/meta-cvs-1.0.13_1.log (Jan 1 07:04:50 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=meta-cvs portname: devel/p5-ORBit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-ORBit portname: devel/pear-apd broken because: Incomplete pkg-plist build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/pear-apd-1.0.1,1.log (Jan 1 07:04:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=pear-apd portname: devel/php-dbg broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg portname: editors/edith broken because: unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/edith-1.58_1.log (Dec 17 22:15:01 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=edith portname: emulators/twin broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=twin portname: games/clanbomber broken because: Does not compile with the newer clanCore build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/clanbomber-1.05_1.log (Jan 1 07:07:30 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=clanbomber portname: graphics/libvisual-plugins broken because: Broken objformat handling build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/nurbs++ broken because: Broken with gcc 4.2 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006091522/nurbs++-3.0.11_1.log.bz2 (Mar 14 23:33:12 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=nurbs%2B%2B portname: graphics/pixie broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pixie portname: graphics/pvmpov broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pvmpov portname: graphics/ray++ broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: hebrew/he2 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=he2 portname: irc/erc broken because: Conflicting dependencies build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/erc-emacs22-5.1.2_1.log (Jan 1 07:11:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=erc portname: japanese/Wnn7-lib broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=Wnn7-lib portname: japanese/lynx broken because: Leaves behind config file on deinstall build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: japanese/lyx broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lyx portname: japanese/okphone broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=okphone portname: japanese/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/plain2 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=plain2 portname: japanese/tkstep80 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: java/openjit broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=openjit portname: java/tya broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: lang/pfe-devel broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007122413/pfe-0.32.94_1.log (Dec 28 16:11:16 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pfe-devel portname: lang/pm3-base broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/pm3-base-1.1.15_2.log (Jan 1 07:04:47 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pm3-base portname: lang/pnet-base broken because: Bad plist build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/pnetbase-0.7.4.log (Dec 17 22:15:10 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pnet-base portname: lang/scriba broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: lang/wamcc broken because: does not compile on 7.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=wamcc portname: mail/kiltdown broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: mail/zmailer broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=zmailer portname: math/dislin broken because: does not fetch build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/dislin-9.1_2.log (Jan 1 07:04:47 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/newmat broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=newmat portname: math/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=oleo portname: math/pgcalc broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/ses broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/ses-031130_1.log (Jan 1 07:08:54 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=ses portname: multimedia/mplayerxp broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mplayerxp portname: multimedia/smpeg-xmms broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=smpeg-xmms portname: net-mgmt/cflowd broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=cflowd portname: net-mgmt/nagios-snmp-plugins broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nagios-snmp-plugins portname: net-mgmt/net-snmp4 broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=net-snmp4 portname: net-mgmt/netsaint-plugins broken because: script/configure is very out of date build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint-plugins portname: net-mgmt/scotty3 broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=scotty3 portname: net-p2p/gtkhx broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gtkhx portname: net-p2p/py-kenosis-bittorrent broken because: fails to install build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/py25-kenosis-BitTorrent-0.95.0.3.4.2_4,2.log (Jan 1 07:06:55 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=py-kenosis-bittorrent portname: net/cap broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: net/gkrellmwireless broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gkrellmwireless portname: net/gnu-radius broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-radius portname: net/jags broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=jags portname: net/versuch broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/versuch-1.02_1.log (Dec 17 22:14:50 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=versuch portname: net/wmwave broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wmwave portname: news/nget broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=nget portname: ports-mgmt/barry broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=barry portname: print/lilypond broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=lilypond portname: science/oof broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=oof portname: science/xloops-ginac broken because: Does not configure (cannot find GiNaC) build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007121415/xloops-ginac-0.1.3_8.log (Dec 15 14:04:04 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/cfs broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/isakmpd broken because: is not buildable with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=isakmpd portname: security/newpki-lib broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/xmlsec broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: sysutils/sjog broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/sjog-0.5_3.log (Jan 1 07:07:19 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sjog portname: textproc/Ebnf2ps broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=Ebnf2ps portname: textproc/iiimf-server broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-server portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/ruby-libxml broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-libxml portname: www/bk_edit broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/mod_auth_mysql broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/mod_auth_mysql-2.20_8.log (Jan 1 07:04:56 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql portname: www/p5-Apache-AuthenCache broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthenCache portname: www/rt3 broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3 portname: www/rt32 broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt32 portname: www/wb0 broken because: Does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/wb0-000324_1.log (Dec 17 22:14:41 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wb0 portname: x11-toolkits/p5-Gnome broken because: fails to install build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-Gnome-0.7009_3.log (Jan 1 07:07:23 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/p5-qt broken because: Configure fails build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-qt-3.008_2.log (Jan 1 07:04:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-qt portname: x11-toolkits/py-fltk broken because: Does not compile on GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-fltk portname: x11-wm/alloywm broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=alloywm From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:26:40 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A47E16A418 for ; Mon, 7 Jan 2008 11:26:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 0A58813C461 for ; Mon, 7 Jan 2008 11:26:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 38CB81CD9F for ; Mon, 7 Jan 2008 12:26:38 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20080107112638.38CB81CD9F@mail.droso.net> Date: Mon, 7 Jan 2008 12:26:38 +0100 (CET) Cc: Subject: FreeBSD ports 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, 07 Jan 2008 11:26:40 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users 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 gcc4.2, which is much stricter than older versions. 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. 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 5.x/6.x/-current 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: arabic/katoob /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=arabic&portname=katoob portname: audio/azrael /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/azrael-0.3.5_1.log (Jan 1 07:07:12 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=azrael portname: audio/beast /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=beast portname: audio/ccaudio /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/ccaudio-1.2.0.log (Nov 22 08:04:52 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ccaudio portname: audio/daaplib /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=daaplib portname: audio/dream /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007121804/dream-1.6.25_1.log (Dec 23 14:25:18 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=dream portname: audio/gxmms2 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/gxmms2-0.6.5_1.log (Jan 1 07:07:28 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gxmms2 portname: audio/hydrogen /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=hydrogen portname: audio/java-xmms2 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/java-xmms2-0.2.d.9_1.log (Jan 1 07:06:58 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=java-xmms2 portname: audio/nogger /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=nogger portname: audio/nyello /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/nyello-0.5.0.log (Jan 1 07:09:17 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=nyello portname: audio/ruby-xmms2-ecore /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/ruby18-xmms2-ecore-0.2.d.9_1.log (Jan 1 07:08:26 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-xmms2-ecore portname: audio/shellac /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/shellac-20060412_1.log (Jan 1 07:05:40 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=shellac portname: audio/snett /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/snett-0.0.2_1.log (Jan 1 07:06:26 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=snett portname: audio/tse3 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=tse3 portname: audio/ventrilo-server /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/ventrilo-server-2.3.1.log (Jan 1 07:06:08 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ventrilo-server portname: audio/xmms-sndfile /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-sndfile portname: audio/xmp /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmp portname: benchmarks/tsung /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/tsung-1.2.1.log (Jan 1 07:08:33 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=tsung portname: biology/blat /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/blat-33.log (Nov 20 08:38:42 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=blat portname: biology/protomol /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=protomol portname: cad/varkon /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=varkon portname: chinese/chinput3 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: comms/hcfmdm /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hcfmdm portname: converters/mimelib /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=mimelib portname: databases/erserver /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=erserver portname: databases/glom /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/glom-1.0.4_2.log (Jan 1 07:10:05 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=glom portname: databases/p5-DBD-PgSPI /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-DBD-PgSPI-0.02_2.log (Jan 1 07:05:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-PgSPI portname: databases/pgbash /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pgbash portname: databases/postgresql-plproxy /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007082816/postgresql-plproxy-2.0.2.log.bz2 (Aug 23 19:25:13 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-plproxy portname: databases/postgresql83-client /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.2008010708/postgresql-client-8.3beta2.log (Dec 15 21:57:18 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-client portname: databases/postgresql83-server /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-server portname: databases/py-tada /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/py25-tada-1.4.0.log (Nov 20 07:48:51 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=py-tada portname: databases/qdbm-java /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/qdbm-java-1.8.77.log (Jan 1 07:06:10 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qdbm-java portname: devel/ace+tao /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ace%2Btao portname: devel/cocktail /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cocktail portname: devel/gdb53-act /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gdb53-act portname: devel/hs-buddha /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-buddha portname: devel/hs-tclhaskell-ghc /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-tclhaskell-ghc portname: devel/meta-cvs /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007120720/meta-cvs-1.0.13_1.log (Dec 10 04:50:34 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/meta-cvs-1.0.13_1.log (Jan 1 07:04:50 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=meta-cvs portname: devel/mingw32-binutils /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007082816/mingw32-binutils-2.17.50,1.log.bz2 (Aug 23 19:03:13 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mingw32-binutils portname: devel/msp430-gdb /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msp430-gdb portname: devel/ocaml-lacaml /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/ocaml-lacaml-3.0.20_1.log (Dec 17 22:15:40 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ocaml-lacaml portname: devel/p5-ORBit /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-ORBit portname: devel/pear-apd /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/pear-apd-1.0.1,1.log (Jan 1 07:04:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=pear-apd portname: devel/php-dbg /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg portname: devel/qdevelop /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qdevelop portname: devel/ruby-rjudy /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-rjudy portname: devel/sfslite /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sfslite portname: devel/sfslite-dbg /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2007122122/sfslite-shdbg-1.2.2_1.log (Oct 30 04:28:29 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sfslite-dbg portname: devel/sfslite-noopt /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sfslite-noopt portname: editors/edith /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/edith-1.58_1.log (Dec 17 22:15:01 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=edith portname: editors/ooo-build /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=ooo-build portname: editors/openoffice.org-1.1 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/openoffice.org-1.1.5_6.log (Jan 6 04:22:03 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=openoffice.org-1.1 portname: editors/openoffice.org-1.1-devel /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/openoffice.org-1.1.5.20070906_1.log (Jan 6 04:22:05 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=openoffice.org-1.1-devel portname: editors/setedit /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=setedit portname: editors/zed /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=zed portname: emulators/snes9express /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007120720/snes9express-1.42_5.log (Dec 10 04:50:26 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=snes9express portname: emulators/twin /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=twin portname: finance/gfp /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/gfp-0.7.2_1.log (Jan 1 07:04:43 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=gfp portname: games/amy /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2008010120/amy-0.8.7.log (Sep 9 12:53:54 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=amy portname: games/aqbubble /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=aqbubble portname: games/clanbomber /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/clanbomber-1.05_1.log (Jan 1 07:07:30 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=clanbomber portname: games/euchre /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=euchre portname: games/flightgear-mb339-pan /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/flightgear-mb339-pan-1.2.log.bz2 (Sep 24 08:30:21 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=flightgear-mb339-pan portname: games/holotz-castle /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=holotz-castle portname: games/linux-alienarena /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-alienarena portname: games/linux-x-plane-net-installer /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/linux-x-plane-net-installer-1.07_1.log (Jan 1 07:06:36 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-x-plane-net-installer portname: games/py-poker-eval /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=py-poker-eval portname: games/pykawari /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=pykawari portname: games/xrally /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xrally portname: graphics/crystalspace-devel /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006091522/crystalspace-devel-20060710_1.log (Oct 6 20:42:03 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/crystalspace-devel-20061105_4.log (Jan 1 07:05:51 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=crystalspace-devel portname: graphics/ffff /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ffff portname: graphics/gstreamer-plugins-swfdec /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/gstreamer-plugins-swfdec-0.10.5_1,3.log (Jan 1 07:07:30 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gstreamer-plugins-swfdec portname: graphics/ivtools /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ivtools portname: graphics/libvisual-plugins /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/nurbs++ /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006091522/nurbs++-3.0.11_1.log.bz2 (Mar 14 23:33:12 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=nurbs%2B%2B portname: graphics/pixie /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pixie portname: graphics/pvmpov /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=pvmpov portname: graphics/py-glewpy /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/py25-glewpy-0.7.4_1.log (Jan 1 07:06:24 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-glewpy portname: graphics/ray++ /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: graphics/xmms-goom /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmms-goom portname: hebrew/he2 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=he2 portname: irc/bopm /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=bopm portname: irc/erc /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/erc-emacs22-5.1.2_1.log (Jan 1 07:11:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=erc portname: irc/kvirc /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/kvirc-3.2.0_4.log (Dec 17 22:15:49 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kvirc portname: irc/srvx /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=srvx portname: japanese/Wnn7-lib /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=Wnn7-lib portname: japanese/escpf /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/ja-escpf-0.4.log (Jan 1 07:04:20 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=escpf portname: japanese/lynx /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: japanese/lyx /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lyx portname: japanese/mh /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mh portname: japanese/okphone /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=okphone portname: japanese/oleo /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/plain2 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=plain2 portname: japanese/tkstep80 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: japanese/xtr /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xtr portname: java/java-gcj-compat /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/java-gcj-compat-1.0.56_5.log (Jan 1 07:10:14 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java-gcj-compat portname: java/jdk14 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk14 portname: java/openjit /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=openjit portname: java/tya /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: lang/chameleon /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=chameleon portname: lang/drscheme /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=drscheme portname: lang/gcl /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007120720/gcl-2.6.7_3.log (Dec 10 04:50:32 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcl portname: lang/hope /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007082816/hope-1.1.log.bz2 (Aug 23 19:06:40 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=hope portname: lang/maude /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007120720/maude-2.2_1.log (Dec 10 04:50:03 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/maude-2.2_1.log (Jan 1 07:07:13 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=maude portname: lang/mlton /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=mlton portname: lang/mozart /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=mozart portname: lang/pfe-devel /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007122413/pfe-0.32.94_1.log (Dec 28 16:11:16 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pfe-devel portname: lang/pm3-base /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/pm3-base-1.1.15_2.log (Jan 1 07:04:47 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pm3-base portname: lang/pnet-base /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/pnetbase-0.7.4.log (Dec 17 22:15:10 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pnet-base portname: lang/pugs /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pugs portname: lang/qscheme /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=qscheme portname: lang/screamer /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2007122122/screamer-3.20.log (Sep 29 21:22:58 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/screamer-3.20.log (Jan 1 07:04:46 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=screamer portname: lang/scriba /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: lang/wamcc /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=wamcc portname: lang/xsb /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=xsb portname: mail/dspam-devel /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=dspam-devel portname: mail/kiltdown /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: mail/zmailer /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=zmailer portname: math/dislin /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/dislin-9.1_2.log (Jan 1 07:04:47 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/emacs-calc /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/emacs-calc-2.02f_1.log (Jan 1 07:05:24 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=emacs-calc portname: math/linalg /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=linalg portname: math/newmat /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=newmat portname: math/oleo /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=oleo portname: math/pgcalc /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/rascal /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: math/sdpa /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=sdpa portname: math/ses /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/ses-031130_1.log (Jan 1 07:08:54 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=ses portname: mbone/sdr /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.2008010708/sdr-3.0_1.log (Dec 7 19:54:59 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mbone&portname=sdr portname: misc/ipbt /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007082816/ipbt-r7471.log.bz2 (Aug 23 18:46:58 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ipbt portname: misc/kde3-i18n-id /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/id-kde-i18n-3.0.5_1.log (Jan 1 07:10:22 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-id portname: multimedia/avifile /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=avifile portname: multimedia/dirac-reference /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/dirac-reference-0.6.0_2.log (Dec 28 19:25:05 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=dirac-reference portname: multimedia/gstreamer-plugins-mpeg2enc /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/gstreamer-plugins-mpeg2enc-0.10.5_2,3.log (Jan 1 07:07:22 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gstreamer-plugins-mpeg2enc portname: multimedia/gxmms /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/gxmms-0.2.1_6.log (Jan 1 07:12:34 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=gxmms portname: multimedia/helixplayer /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007122413/hxplay-1.0.7_3.log (Dec 31 02:33:10 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/hxplay-1.0.7_3.log (Jan 6 04:22:32 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=helixplayer portname: multimedia/mplayerxp /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mplayerxp portname: multimedia/mythtv /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/mythtv-0.20_2.log (Jan 1 07:08:00 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mythtv portname: multimedia/smpeg-xmms /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=smpeg-xmms portname: multimedia/tv_grab_au /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/tv_grab_au-0.6.2_1.log (Jan 1 07:09:11 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=tv_grab_au portname: net-im/ginsu /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=ginsu portname: net-im/libjingle /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/libjingle-0.3.0_8.log (Jan 1 07:06:50 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=libjingle portname: net-mgmt/ap-utils /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=ap-utils portname: net-mgmt/cflowd /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=cflowd portname: net-mgmt/ipcad /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=ipcad portname: net-mgmt/nagios-snmp-plugins /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nagios-snmp-plugins portname: net-mgmt/net-snmp4 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=net-snmp4 portname: net-mgmt/netsaint-plugins /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint-plugins portname: net-mgmt/scotty3 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=scotty3 portname: net-p2p/gtkhx /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gtkhx portname: net-p2p/py-kenosis-bittorrent /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/py25-kenosis-BitTorrent-0.95.0.3.4.2_4,2.log (Jan 1 07:06:55 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=py-kenosis-bittorrent portname: net/Sockets /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=Sockets portname: net/Sockets-devel /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=Sockets-devel portname: net/acx100 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=acx100 portname: net/asterisk-addons /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=asterisk-addons portname: net/b2bua /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=b2bua portname: net/cap /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: net/csync2 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/csync2-1.33_1.log (Jan 1 07:06:55 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=csync2 portname: net/frickin /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007121316/frickin-2.0.b1.log (Dec 13 20:09:43 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=frickin portname: net/ggsd /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ggsd portname: net/gkrellmwireless /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gkrellmwireless portname: net/globus4 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=globus4 portname: net/gnu-radius /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-radius portname: net/irrd /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=irrd portname: net/jags /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=jags portname: net/libtnl /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=libtnl portname: net/nepim /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nepim portname: net/ns /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/ns-2.29_2.log (Dec 17 22:14:58 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ns portname: net/nxserver /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/nxserver-1.4.0_1.log (Jan 1 07:04:52 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nxserver portname: net/openospfd-devel /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=openospfd-devel portname: net/openpbx.org /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=openpbx.org portname: net/p5-Parallel-MPI /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-Parallel-MPI-0.03_2.log (Jan 1 07:07:26 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Parallel-MPI portname: net/penguintv /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/PenguinTV-3.0.log (Jan 1 07:08:28 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=penguintv portname: net/penguintv-devel /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/PenguinTV-devel-3.0.log (Jan 1 07:09:24 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=penguintv-devel portname: net/samba-pdbsql /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/samba-pdbsql-0.2_1.log (Jan 1 07:06:24 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=samba-pdbsql portname: net/samba4wins /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/samba4wins-1.0.6_1.log (Dec 17 22:14:45 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=samba4wins portname: net/ssltunnel-client /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ssltunnel-client portname: net/v6eval /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=v6eval portname: net/versuch /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/versuch-1.02_1.log (Dec 17 22:14:50 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=versuch portname: net/vserver /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=vserver portname: net/wmwave /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wmwave portname: net/wmwifi /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wmwifi portname: net/wmwlmon /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/wmwlmon-0.9_2.log (Jan 1 07:05:38 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wmwlmon portname: net/ztelnet /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ztelnet portname: news/inn-current /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/inn-current-20061024_1.log (Jan 1 07:06:31 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=inn-current portname: news/nget /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=nget portname: palm/romeo /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=romeo portname: ports-mgmt/barry /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=barry portname: print/kaspaliste /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/kaspaliste-0.96_4.log (Dec 17 22:15:43 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kaspaliste portname: print/lilypond /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=lilypond portname: science/hdf /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/hdf-4.2r1_1.log.bz2 (Mar 14 23:54:36 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=hdf portname: science/oof /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=oof portname: science/pcp /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pcp portname: science/pnetcdf /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pnetcdf portname: science/xloops-ginac /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007121415/xloops-ginac-0.1.3_8.log (Dec 15 14:04:04 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/cfs /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/dazuko /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dazuko portname: security/drupal4-ldap_integration /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/drupal4-ldap_integration-4.7.0_20060118.log (Jan 1 07:07:09 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=drupal4-ldap_integration portname: security/isakmpd /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=isakmpd portname: security/krb4 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=krb4 portname: security/newpki-lib /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/p5-openxpki-client-cli /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-openxpki-client-cli portname: security/pgp6 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pgp6 portname: security/shibboleth-sp /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=shibboleth-sp portname: security/xmlsec /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: sysutils/dtc-toaster /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/dtc-toaster-0.25.0.1_4.log (Jan 1 07:06:38 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc-toaster portname: sysutils/dusage /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007111918/dusage-19900227.log.bz2 (Jul 24 11:34:21 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dusage portname: sysutils/eventwatcher /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=eventwatcher portname: sysutils/perf /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=perf portname: sysutils/pmap /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pmap portname: sysutils/sjog /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/sjog-0.5_3.log (Jan 1 07:07:19 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sjog portname: sysutils/upsdaemon /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=upsdaemon portname: sysutils/xfce4-wavelan-plugin /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xfce4-wavelan-plugin portname: sysutils/xwipower /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwipower portname: sysutils/xwlans /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwlans portname: textproc/Ebnf2ps /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=Ebnf2ps portname: textproc/asm-xml /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/asm-xml-0.2.log (Jan 1 07:04:45 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=asm-xml portname: textproc/diffmark /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=diffmark portname: textproc/dixit /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=dixit portname: textproc/iiimf-server /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=iiimf-server portname: textproc/isearch /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=isearch portname: textproc/opensched /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/ruby-libxml /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-libxml portname: www/amaya /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=amaya portname: www/asterisk-stat /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=asterisk-stat portname: www/bk_edit /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/flock /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=flock portname: www/libhttpd-persistent /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=libhttpd-persistent portname: www/mod_auth_kerb /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_kerb portname: www/mod_auth_mysql /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/mod_auth_mysql-2.20_8.log (Jan 1 07:04:56 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql portname: www/mod_ntlm2 /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2007121700/mod_ntlm2-0.1.log (Dec 17 22:01:53 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ntlm2 portname: www/p5-Apache-AuthenCache /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthenCache portname: www/roxen /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2008010120/roxen-2.1.231.log (Sep 9 12:43:23 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=roxen portname: www/rt3 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3 portname: www/rt32 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt32 portname: www/wb0 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007121700/wb0-000324_1.log (Dec 17 22:14:41 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wb0 portname: www/winhelpcgi /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=winhelpcgi portname: x11-fm/evidence /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/evidence-0.9.8_7.log (Jan 1 07:09:00 UTC 2008) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006091522/evidence-0.9.8_3.log (Oct 7 01:39:43 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=evidence portname: x11-fm/velocity /home/linimon/portsbuild errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2007120716/velocity-0.1.0b_9.log (Dec 10 11:03:58 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=velocity portname: x11-themes/cursor-bluecurve-theme /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/cursor-bluecurve-theme-5.0.11_3.log (Jan 1 07:05:13 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=cursor-bluecurve-theme portname: x11-themes/gnome-industrial-theme /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gnome-industrial-theme portname: x11-themes/gtk-cleanice-engine /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gtk-cleanice-engine portname: x11-themes/gtk-smooth-engine /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gtk-smooth-engine portname: x11-themes/indubstrial /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=indubstrial portname: x11-toolkits/flu /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=flu portname: x11-toolkits/fox10 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fox10 portname: x11-toolkits/fox12 /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fox12 portname: x11-toolkits/fxscintilla-fox10 /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/fxscintilla-fox10-1.71_4.log (Jan 1 07:05:04 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fxscintilla-fox10 portname: x11-toolkits/p5-Gnome /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-Gnome-0.7009_3.log (Jan 1 07:07:23 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Gnome portname: x11-toolkits/p5-qt /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/p5-qt-3.008_2.log (Jan 1 07:04:57 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-qt portname: x11-toolkits/py-fltk /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-fltk portname: x11-wm/alloywm /home/linimon/portsbuild errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=alloywm portname: x11-wm/kahakai /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/kahakai-0.6.2_5.log (Jan 1 07:07:11 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=kahakai portname: x11/metisse /home/linimon/portsbuild errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/metisse-0.4.0.r4_1.log (Jan 1 07:04:50 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=metisse From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:26:59 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66C0616A421 for ; Mon, 7 Jan 2008 11:26:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB7A13C44B for ; Mon, 7 Jan 2008 11:26:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id CCE521CCD4 for ; Mon, 7 Jan 2008 12:26:57 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20080107112657.CCE521CCD4@mail.droso.net> Date: Mon, 7 Jan 2008 12:26:57 +0100 (CET) Cc: Subject: FreeBSD unmaintained 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, 07 Jan 2008 11:26:59 -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 (such as via a PR), the ports will be deleted. portname: archivers/deepforest description: A simple compress utilty using on JDE maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=deepforest portname: audio/csound-manual description: Manuals for Csound maintainer: ports@FreeBSD.org deprecated because: The HTML documentation and tutorial are now installed by the audio/csound port, additional PDF docs can be downloaded from the csound website ("http://csound.sourceforge.net/ expiration date: 2007-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=csound-manual portname: audio/linux-mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-mbrola portname: audio/mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mbrola portname: audio/nogger description: No-frills, GTK-based Ogg Vorbis player maintainer: ports@FreeBSD.org status: BROKEN deprecated because: just makes a humming noise expiration date: 2007-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=nogger portname: databases/pgbash description: SQL Bash Shell for PostgreSQL maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a expiration date: 2007-09-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pgbash portname: devel/p5-Getopt-Mixed description: Perl module for processing of both short and long command line options maintainer: ports@FreeBSD.org deprecated because: Use devel/p5-Getopt-Long instead expiration date: 2007-04-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Getopt-Mixed portname: devel/php-dbg description: Debugger for PHP4 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not work with php5 and does not compile on gcc4.2 expiration date: 2007-11-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg portname: editors/muggy description: A simple text editor for the X on TkStep maintainer: ports@FreeBSD.org deprecated because: development stalled for years, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=muggy portname: editors/sam description: A unix version of Rob Pike's editor for plan9 maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=sam portname: emulators/linux-winetools description: A setup and configuration tool for WINE maintainer: ports@FreeBSD.org deprecated because: Very old, discontinued, and replaced by emulators/wine-doors expiration date: 2007-11-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux-winetools portname: graphics/jgv description: A graphic viewer with various image types maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=jgv portname: graphics/libimg-tkstep80 description: A library of image format handlers for Tk4.1 and later maintainer: ports@FreeBSD.org deprecated because: tkstep80 scheduled for expiration expiration date: 2007-11-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libimg-tkstep80 portname: japanese/lynx description: A terminal-based World-Wide Web Client with multi-byte modification maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Leaves behind config file on deinstall expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: japanese/vje30 description: Modern intelligent Japanese input engine (purchase version) maintainer: ports@FreeBSD.org deprecated because: depends on forbidden port misc/compat3x expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=vje30 portname: math/umfpack description: Unsymmetric-pattern MultiFrontal Package maintainer: ports@FreeBSD.org deprecated because: Outdated subset of math/suitesparse expiration date: 2007-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=umfpack portname: misc/seizedesktop description: A customizer of desktop screen environment maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=seizedesktop portname: net-mgmt/netsaint description: Extremely powerful network monitoring system maintainer: ports@FreeBSD.org deprecated because: Now developed as Nagios, see net-mgmt/nagios port expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint portname: net-mgmt/netsaint-plugins description: Plugins for netsaint maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Now developed as Nagios, see net-mgmt/nagios port expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint-plugins portname: net-mgmt/nsc description: Netsaint Console monitor maintainer: ports@FreeBSD.org deprecated because: Project abandoned expiration date: 2007-10-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nsc portname: net/gnu-finger description: GNU version of finger maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: no active development and known security vulnerabilities. expiration date: 2008-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-finger portname: science/xloops-ginac description: A program calculating Feynman diagrams maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not configure (cannot find GiNaC) expiration date: 2008-03-17 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007121415/xloops-ginac-0.1.3_8.log (Dec 15 14:04:04 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/amavis-perl description: Mail Virus Scanner (uses external antivirus) maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavis-perl portname: security/amavisd description: The daemonized version of amavis-perl maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems; old version expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavisd portname: security/cyrus-sasl description: RFC 2222 SASL (Simple Authentication and Security Layer) maintainer: ports@FreeBSD.org deprecated because: patches are unfetchable and this software is unsupported expiration date: 2007-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cyrus-sasl portname: sysutils/p5-UPS-Nut description: Perl module for accessing Network UPS Tools' upsd maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=p5-UPS-Nut portname: www/vtiger4 description: vtiger CRM is open source Customer Relationship Management (CRM) software maintainer: ports@FreeBSD.org deprecated because: This version is no longer supported by the developers expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=vtiger4 portname: x11-fm/binder description: A file manager on X window with TkStep maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=binder portname: x11-toolkits/scx description: A GUI library for scsh and Scheme 48 maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=scx portname: x11-toolkits/tkstep80 description: The Tk toolkit with a NeXTSTEP look and more maintainer: ports@FreeBSD.org deprecated because: development stalled, outdated, unmaintained expiration date: 2007-11-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkstep80 portname: x11-toolkits/xclasses description: C++ layout library for X maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xclasses portname: x11-toolkits/xg description: Windows(tm) controls - like widget set for Motif(tm) maintainer: ports@FreeBSD.org deprecated because: Project is dead, last release from 1998 expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xg portname: x11-wm/9wm description: An 8 1/2-like Window Manager for X maintainer: ports@FreeBSD.org deprecated because: Project is dead, last release from 2002 expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=9wm portname: x11-wm/gwm description: Generic Window Manager maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=gwm portname: x11-wm/mlvwm description: Macintosh like window manager for X11 maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=mlvwm portname: x11-wm/novawm description: A window manager for X, developed with speed, size, and style in mind maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=novawm portname: x11-wm/orion description: An X11 window manager written in Scheme maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=orion portname: x11-wm/ude description: Small, fast, compact windowmanager maintainer: ports@FreeBSD.org deprecated because: Remove dead project expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=ude portname: x11-wm/uwm description: X11R3 window manager maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=uwm portname: x11-wm/wmDeskGuide description: A pager for the WindowMaker dock maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=wmDeskGuide portname: x11-wm/yawm description: Has title bars, iconizing, maximizing, taskbar, placement, clock maintainer: ports@FreeBSD.org deprecated because: project no longer exists expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=yawm From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:27:17 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E9B316A417 for ; Mon, 7 Jan 2008 11:27:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 76FF413C4E1 for ; Mon, 7 Jan 2008 11:27:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id AE1741CD54 for ; Mon, 7 Jan 2008 12:27:15 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20080107112715.AE1741CD54@mail.droso.net> Date: Mon, 7 Jan 2008 12:27:15 +0100 (CET) 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, 07 Jan 2008 11:27:17 -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 (such as via a PR), the ports will be deleted. portname: archivers/deepforest description: A simple compress utilty using on JDE maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=deepforest portname: audio/csound-manual description: Manuals for Csound maintainer: ports@FreeBSD.org deprecated because: The HTML documentation and tutorial are now installed by the audio/csound port, additional PDF docs can be downloaded from the csound website ("http://csound.sourceforge.net/ expiration date: 2007-10-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=csound-manual portname: audio/daapd description: Server for Digital Audio Access Protocol maintainer: lth@FreeBSD.org deprecated because: Development stalled, outdated. Does not support newer versions of DAAP protocol. expiration date: 2007-11-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=daapd portname: audio/daaplib description: A C++ library for DAAP memory streams maintainer: lth@FreeBSD.org status: BROKEN deprecated because: Development stalled for years, outdated. Does not support newer versions of DAAP protocol. expiration date: 2007-11-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=daaplib portname: audio/linux-mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-mbrola portname: audio/mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mbrola portname: audio/nogger description: No-frills, GTK-based Ogg Vorbis player maintainer: ports@FreeBSD.org status: BROKEN deprecated because: just makes a humming noise expiration date: 2007-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=nogger portname: benchmarks/tsung description: Multi-protocol distributed load testing tool maintainer: skv@FreeBSD.org status: BROKEN deprecated because: fails to install expiration date: 2008-01-22 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/tsung-1.2.1.log (Jan 1 07:08:33 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=tsung portname: databases/pgbash description: SQL Bash Shell for PostgreSQL maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a expiration date: 2007-09-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pgbash portname: devel/p5-Getopt-Mixed description: Perl module for processing of both short and long command line options maintainer: ports@FreeBSD.org deprecated because: Use devel/p5-Getopt-Long instead expiration date: 2007-04-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Getopt-Mixed portname: devel/php-dbg description: Debugger for PHP4 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not work with php5 and does not compile on gcc4.2 expiration date: 2007-11-13 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg portname: devel/wxGlade-devel description: GUI builder for wxPython/wxWindows written in Python maintainer: alepulver@FreeBSD.org deprecated because: has been the same version as wxGlade for a long time; use it instead expiration date: 2008-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=wxGlade-devel portname: editors/muggy description: A simple text editor for the X on TkStep maintainer: ports@FreeBSD.org deprecated because: development stalled for years, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=muggy portname: editors/sam description: A unix version of Rob Pike's editor for plan9 maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=sam portname: emulators/linux-winetools description: A setup and configuration tool for WINE maintainer: ports@FreeBSD.org deprecated because: Very old, discontinued, and replaced by emulators/wine-doors expiration date: 2007-11-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux-winetools portname: french/pluxml description: Small weblog in php and xml maintainer: jadawin@tuxaco.net status: FORBIDDEN deprecated because: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details expiration date: 2008-01-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=pluxml portname: french/pluxml-theme-bridge description: Theme for pluxml > 0.3.0 maintainer: jadawin@tuxaco.net deprecated because: pluxml is marked as deprecated expiration date: 2008-01-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=pluxml-theme-bridge portname: french/pluxml-theme-snowxml description: Theme for pluxml > 0.3.0 maintainer: jadawin@tuxaco.net deprecated because: pluxml is marked as deprecated expiration date: 2008-01-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=pluxml-theme-snowxml portname: games/ggo description: PandaNet's IGS Client, GNU Go Client and SGF Editor maintainer: jonc@chen.org.nz deprecated because: developer's focus have moved elsewhere expiration date: 2007-10-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggo portname: games/linux-x-plane-net-installer description: The X-Plane network installer maintainer: jylefort@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/linux-x-plane-net-installer-1.07_1.log (Jan 1 07:06:36 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-x-plane-net-installer portname: graphics/jgv description: A graphic viewer with various image types maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=jgv portname: graphics/libimg-tkstep80 description: A library of image format handlers for Tk4.1 and later maintainer: ports@FreeBSD.org deprecated because: tkstep80 scheduled for expiration expiration date: 2007-11-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libimg-tkstep80 portname: japanese/lynx description: A terminal-based World-Wide Web Client with multi-byte modification maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Leaves behind config file on deinstall expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: japanese/vje30 description: Modern intelligent Japanese input engine (purchase version) maintainer: ports@FreeBSD.org deprecated because: depends on forbidden port misc/compat3x expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=vje30 portname: java/linux-blackdown-jre11 description: Blackdown Linux Java Runtime Environment 1.1.8 maintainer: sime@logos.hr deprecated because: Obsolete version; Support for Java 1.1 is to be removed from the ports tree expiration date: 2007-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=linux-blackdown-jre11 portname: lang/fpc-devel description: Delphi and Turbo Pascal compatible Pascal (commandline) compiler maintainer: marco@freepascal.org deprecated because: now lags behind version in lang/fpc; use that instead expiration date: 2007-11-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=fpc-devel portname: mail/linux-netscape-messenger description: Mail and news client from AOL Netscape maintainer: infofarmer@FreeBSD.org deprecated because: End of support by AOL on 2008-02-01: http://blog.netscape.com/2007/12/28/end-of-support-for-netscape-web-browsers/ expiration date: 2008-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=linux-netscape-messenger portname: math/umfpack description: Unsymmetric-pattern MultiFrontal Package maintainer: ports@FreeBSD.org deprecated because: Outdated subset of math/suitesparse expiration date: 2007-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=umfpack portname: misc/kde3-i18n-id description: Indonesian messages and documentation for KDE3 maintainer: kde@FreeBSD.org status: BROKEN deprecated because: Distfile no longer available, outdated expiration date: 2007-12-31 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2008010321/id-kde-i18n-3.0.5_1.log (Jan 1 07:10:22 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-id portname: misc/seizedesktop description: A customizer of desktop screen environment maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=seizedesktop portname: multimedia/nuppelvideo description: A very low CPU usage VCR/DVR application maintainer: steve@sohara.org deprecated because: Unmaintained upstream for years. The nuppelvideo format is now supported by mencoder expiration date: 2007-10-03 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/NuppelVideo-0.52.a_2.log (Dec 28 18:14:09 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=nuppelvideo portname: net-im/wildfire description: Openfire (formerly Wildfire) is an enterprise instant messaging server maintainer: qpadla@gmail.com deprecated because: Use net-im/openfire instead of this port expiration date: 2007-12-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=wildfire portname: net-mgmt/netsaint description: Extremely powerful network monitoring system maintainer: ports@FreeBSD.org deprecated because: Now developed as Nagios, see net-mgmt/nagios port expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint portname: net-mgmt/netsaint-plugins description: Plugins for netsaint maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Now developed as Nagios, see net-mgmt/nagios port expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netsaint-plugins portname: net-mgmt/nsc description: Netsaint Console monitor maintainer: ports@FreeBSD.org deprecated because: Project abandoned expiration date: 2007-10-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nsc portname: net/gnu-finger description: GNU version of finger maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: no active development and known security vulnerabilities. expiration date: 2008-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-finger portname: science/xloops-ginac description: A program calculating Feynman diagrams maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not configure (cannot find GiNaC) expiration date: 2008-03-17 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007121415/xloops-ginac-0.1.3_8.log (Dec 15 14:04:04 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=xloops-ginac portname: security/amavis-perl description: Mail Virus Scanner (uses external antivirus) maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavis-perl portname: security/amavisd description: The daemonized version of amavis-perl maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems; old version expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavisd portname: security/ca-roots description: A list of SSL CA root certificates maintainer: secteam@FreeBSD.org deprecated because: Not supported by FreeBSD Security Officer anymore expiration date: 2007-07-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ca-roots portname: security/cyrus-sasl description: RFC 2222 SASL (Simple Authentication and Security Layer) maintainer: ports@FreeBSD.org deprecated because: patches are unfetchable and this software is unsupported expiration date: 2007-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cyrus-sasl portname: sysutils/cdbakeoven description: KDE frontend for cdrecord and mkisofs/mkhybrid maintainer: lofi@freebsd.org deprecated because: Abandonware expiration date: 2007-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cdbakeoven portname: sysutils/eventwatcher description: KDE log file/event viewer maintainer: tabthorpe@FreeBSD.org status: BROKEN deprecated because: no active development expiration date: 2008-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=eventwatcher portname: sysutils/p5-UPS-Nut description: Perl module for accessing Network UPS Tools' upsd maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=p5-UPS-Nut portname: www/gekko description: Open Source solution for your Web Content Management maintainer: acm@FreeBSD.org deprecated because: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ expiration date: 2008-01-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=gekko portname: www/gekko-modules description: Gekko's modules maintainer: acm@FreeBSD.org deprecated because: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/ expiration date: 2008-01-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=gekko-modules portname: www/libhttpd-persistent description: Library for embedded web servers maintainer: lth@FreeBSD.org status: BROKEN deprecated because: Development stalled for years, outdated. expiration date: 2007-11-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=libhttpd-persistent portname: www/vtiger4 description: vtiger CRM is open source Customer Relationship Management (CRM) software maintainer: ports@FreeBSD.org deprecated because: This version is no longer supported by the developers expiration date: 2007-10-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=vtiger4 portname: www/xpi-surfkeys description: Comfortable surfing with keyboard maintainer: simon@olofsson.de deprecated because: Development has been ceased expiration date: 2007-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=xpi-surfkeys portname: www/zope-btreefolder2 description: Zope product that can store many items maintainer: kaeru@inigo-tech.com deprecated because: Included in Zope 2.8 and later expiration date: 2007-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-btreefolder2 portname: x11-fm/binder description: A file manager on X window with TkStep maintainer: ports@FreeBSD.org deprecated because: development stalled for years, outdated, unmaintained expiration date: 2007-11-16 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=binder portname: x11-fonts/XFree86-4-font100dpi description: XFree86-4 bitmap 100 dpi fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-font100dpi portname: x11-fonts/XFree86-4-font75dpi description: XFree86-4 bitmap 75 dpi fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-font75dpi portname: x11-fonts/XFree86-4-fontCyrillic description: XFree86-4 Cyrillic fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontCyrillic portname: x11-fonts/XFree86-4-fontDefaultBitmaps description: XFree86-4 default bitmap fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontDefaultBitmaps portname: x11-fonts/XFree86-4-fontEncodings description: XFree86-4 font encoding files maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontEncodings portname: x11-fonts/XFree86-4-fontScalable description: XFree86-4 scalable fonts maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=XFree86-4-fontScalable portname: x11-servers/XFree86-4-FontServer description: XFree86-4 font server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-FontServer portname: x11-servers/XFree86-4-NestServer description: XFree86-4 nested X server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-NestServer portname: x11-servers/XFree86-4-PrintServer description: XFree86-4 print server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-PrintServer portname: x11-servers/XFree86-4-Server description: XFree86-4 X server and related programs maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-Server portname: x11-servers/XFree86-4-VirtualFramebufferServer description: XFree86-4 virtual framebuffer server maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=XFree86-4-VirtualFramebufferServer portname: x11-servers/xorg-printserver description: X Print server from X.Org maintainer: x11@FreeBSD.org status: IGNORE deprecated because: is obsolete expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=xorg-printserver portname: x11-themes/cursor-bluecurve-theme description: The Bluecurve X cursor themes maintainer: jylefort@FreeBSD.org status: BROKEN deprecated because: Incorrect pkg-plist and unfetchable expiration date: 2007-11-02 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007123019/cursor-bluecurve-theme-5.0.11_3.log (Jan 1 07:05:13 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=cursor-bluecurve-theme portname: x11-themes/gnome-industrial-theme description: Slick GNOME2 theme from Ximian maintainer: gnome@FreeBSD.org status: BROKEN deprecated because: yes expiration date: 2007-11-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gnome-industrial-theme portname: x11-themes/gtk-smooth-engine description: Flexible GTK Theme Engine maintainer: amistry@am-productions.biz status: BROKEN deprecated because: Redundant port (now included in gtk-engines), no release since 2005 expiration date: 2008-01-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gtk-smooth-engine portname: x11-themes/indubstrial description: A clean, clear modification on the Industrial GTK+ and Metacity themes maintainer: gnome@FreeBSD.org status: BROKEN deprecated because: yes expiration date: 2007-11-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=indubstrial portname: x11-toolkits/scx description: A GUI library for scsh and Scheme 48 maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=scx portname: x11-toolkits/tkstep80 description: The Tk toolkit with a NeXTSTEP look and more maintainer: ports@FreeBSD.org deprecated because: development stalled, outdated, unmaintained expiration date: 2007-11-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkstep80 portname: x11-toolkits/xclasses description: C++ layout library for X maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xclasses portname: x11-toolkits/xg description: Windows(tm) controls - like widget set for Motif(tm) maintainer: ports@FreeBSD.org deprecated because: Project is dead, last release from 1998 expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xg portname: x11-wm/9wm description: An 8 1/2-like Window Manager for X maintainer: ports@FreeBSD.org deprecated because: Project is dead, last release from 2002 expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=9wm portname: x11-wm/gwm description: Generic Window Manager maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=gwm portname: x11-wm/mlvwm description: Macintosh like window manager for X11 maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=mlvwm portname: x11-wm/novawm description: A window manager for X, developed with speed, size, and style in mind maintainer: ports@FreeBSD.org deprecated because: Project is dead expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=novawm portname: x11-wm/orion description: An X11 window manager written in Scheme maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=orion portname: x11-wm/ude description: Small, fast, compact windowmanager maintainer: ports@FreeBSD.org deprecated because: Remove dead project expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=ude portname: x11-wm/uwm description: X11R3 window manager maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=uwm portname: x11-wm/wmDeskGuide description: A pager for the WindowMaker dock maintainer: ports@FreeBSD.org deprecated because: Version branch long since retired expiration date: 2007-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=wmDeskGuide portname: x11-wm/yawm description: Has title bars, iconizing, maximizing, taskbar, placement, clock maintainer: ports@FreeBSD.org deprecated because: project no longer exists expiration date: 2007-10-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=yawm portname: x11/XFree86-4 description: X11/XFree86 core distribution (complete, using mini/meta-ports) maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4 portname: x11/XFree86-4-clients description: XFree86-4 client programs and related files maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-clients portname: x11/XFree86-4-documents description: XFree86-4 documentation maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-documents portname: x11/XFree86-4-libraries description: XFree86-4 libraries and headers maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-libraries portname: x11/XFree86-4-manuals description: XFree86-4 man pages maintainer: x11@FreeBSD.org status: IGNORE deprecated because: isn't maintained anymore expiration date: 2007-12-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=XFree86-4-manuals From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:27:21 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AFB16A47C for ; Mon, 7 Jan 2008 11:27:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 3232313C4DD for ; Mon, 7 Jan 2008 11:27:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6FBBD1CD2E for ; Mon, 7 Jan 2008 12:27:20 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20080107112720.6FBBD1CD2E@mail.droso.net> Date: Mon, 7 Jan 2008 12:27:20 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports 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, 07 Jan 2008 11:27:21 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about 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 each port, including errors seen on the build farm, is included below. portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: net/gnu-finger forbidden because: http://www.vuxml.org/freebsd/610bc692-a2ad-11dc-900c-000bcdc1757a.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-finger From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 11:27:27 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 511B516A419 for ; Mon, 7 Jan 2008 11:27:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6F813C44B for ; Mon, 7 Jan 2008 11:27:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 8B9031CD5B for ; Mon, 7 Jan 2008 12:27:21 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20080107112721.8B9031CD5B@mail.droso.net> Date: Mon, 7 Jan 2008 12:27:21 +0100 (CET) Cc: Subject: FreeBSD ports 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, 07 Jan 2008 11:27:27 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about 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 each port, including errors seen on the build farm, is included below. portname: databases/gnats forbidden because: Security issues build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gnats portname: french/pluxml forbidden because: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=pluxml portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: net/gnu-finger forbidden because: http://www.vuxml.org/freebsd/610bc692-a2ad-11dc-900c-000bcdc1757a.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gnu-finger portname: www/tdiary-devel forbidden because: contains a vulnerability: http://www.tdiary.org/20071215.html written in Japanese build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tdiary-devel portname: www/zope forbidden because: contains cross-site scripting vulnerability http://VuXML.FreeBSD.org/34414a1e-e377-11db-b8ab-000c76189c4c.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 15:31:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7049616A418 for ; Mon, 7 Jan 2008 15:31:16 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 438FC13C4D5 for ; Mon, 7 Jan 2008 15:31:16 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org ([192.147.25.65]:61165) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JBtdM-000Any-L5; Mon, 07 Jan 2008 09:11:25 -0600 Date: Mon, 7 Jan 2008 09:11:22 -0600 (CST) From: Larry Rosenman To: Dmitry Morozovsky In-Reply-To: <20080105175728.I95933@woozle.rinet.ru> Message-ID: <20080107090937.M41507@thebighonker.lerctr.org> References: <20080105105008.F85445@woozle.rinet.ru> <20080105123923.GU1379@droso.net> <20080105124841.GD11534@atarininja.org> <20080105175728.I95933@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -4.3 (----) X-LERCTR-Spam-Score: -4.3 (----) X-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, SARE_SUB_OBFU_OTHER=0.135 X-LERCTR-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, SARE_SUB_OBFU_OTHER=0.135 DomainKey-Status: no signature Cc: Wesley Shields , abe@purdue.edu, freebsd-ports@freebsd.org Subject: Re: lsof and ZFS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 15:31:16 -0000 On Sat, 5 Jan 2008, Dmitry Morozovsky wrote: > On Sat, 5 Jan 2008, Wesley Shields wrote: > > WS> > > can anyone sched me a light when lsof start supporting ZFS under FreeBSD? I > WS> > > tried to quick hack configure, but did not have much success... > WS> > > > WS> > I actually talked to the author the other day on a different matter, and > WS> > he mentioned that he is planning to add ZFS support. Unfortunatly, the > WS> > FreeBSD -CURRENT machine he used, sledge.freebsd.org, is down right now, > WS> > so we're working on finding another machine he can access. So > WS> > hopefully, real soon now(tm). > WS> > WS> I have a machine which fits that description I would be glad to give him > WS> access to. > WS> > WS> There is actually a PR for this (119041). The maintainer wishes to hold > WS> off on adding a custom patch to the port in favor of the next upcoming > WS> version which should support ZFS. > > I see, thanks. > > The only additional thing I would like to bring attention at is the fact that > ZFS can be used as root, requiring to additionally patch lsof like FreeSBIE > people did for cd9660 root. > I believe Vic Abell (the author) is aware of this, although my machines (that he is using for the dev, on RELENG_7), are NOT rooted on ZFS, although everything else, except swap, is on ZFS. I'll CC Vic on this reply as well. Thanks, Larry Rosenman sysutils/lsof maintainer -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 15:39:13 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A5216A418; Mon, 7 Jan 2008 15:39:13 +0000 (UTC) (envelope-from abe@purdue.edu) Received: from lsof.itap.purdue.edu (lsof.itap.purdue.edu [128.210.7.20]) by mx1.freebsd.org (Postfix) with ESMTP id 7385413C459; Mon, 7 Jan 2008 15:39:13 +0000 (UTC) (envelope-from abe@purdue.edu) Received: from radio (radio.abell.wintek.com [72.12.195.164]) by lsof.itap.purdue.edu (8.12.10/8.12.10) with ESMTP id m07FPr4o014524; Mon, 7 Jan 2008 10:25:53 -0500 (EST) From: "Vic Abell" To: "'Larry Rosenman'" , "'Dmitry Morozovsky'" Date: Mon, 7 Jan 2008 10:25:23 -0500 Message-ID: <001401c85141$89218aa0$a4c30c48@radio> 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.6822 In-Reply-To: <20080107090937.M41507@thebighonker.lerctr.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AchRP6VpNjtyySVwRBKz72cPqFvskAAABNGA Importance: Normal Cc: 'Wesley Shields' , Vicabell , freebsd-ports@freebsd.org Subject: RE: lsof and ZFS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: abe@purdue.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 15:39:13 -0000 Larry, You write: > > On Sat, 5 Jan 2008, Dmitry Morozovsky wrote: > > > > The only additional thing I would like to bring attention > > at is the fact that > > ZFS can be used as root, requiring to additionally patch > > lsof like FreeSBIE people did for cd9660 root. I'm not sure about that. The patch in the cd9660 PR was needed because lsof couldn't stat(2) the root file system. I'm not sure I understand why that is. What's more, the patch may have unwanted side effects which I can't determine myself -- e.g., lsof may not be able to convert kernel device numbers to the user space device numbers returned by stat(2) and displayed by ls(1). I've e-mailed the PR author, asking him to do some testing. > I believe Vic Abell (the author) is aware of this, although > my machines (that he is using for the dev, on RELENG_7), are > NOT rooted on ZFS, although everything else, except swap, is > on ZFS. Yes, Larry, I see that now. / is UFS. Some time someone will have to test the lsof update for ZFS on a system that does have / on ZFS. I won't be able to do that. I need to warn everyone that the ZFS update for FreeBSD lsof is going to take a lot of work and time. Lsof needs the znode structure definition (and other ZFS structure definitions) that are defined in the OpenSolaris sources and its header files won't compile in combination with any FreeBSD header files. I found the module compatibility stuff, so I know how to make the OpenSolaris headers compile, but it will require major modifications to lsof to be able to do it. Vic Abell, lsof author From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 15:42:08 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF0416A46B for ; Mon, 7 Jan 2008 15:42:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 49F7B13C478 for ; Mon, 7 Jan 2008 15:42:08 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m07FSOMj061890; Mon, 7 Jan 2008 07:28:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m07FSOTs061889; Mon, 7 Jan 2008 07:28:24 -0800 (PST) (envelope-from obrien) Date: Mon, 7 Jan 2008 07:28:24 -0800 From: "David O'Brien" To: Derek Tattersall Message-ID: <20080107152823.GA61841@dragon.NUXI.org> References: <20080106000857.GA74760@oriental.arm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080106000857.GA74760@oriental.arm.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: Patch 7.1.126 and patch 7.1.186 fo VIM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 15:42:08 -0000 On Sat, Jan 05, 2008 at 07:08:57PM -0500, Derek Tattersall wrote: > Patch 7.1.186 to vim-7.1 is dependent on changes made in patch 7.1.126. > However, 7.1.126 will not apply cleanly to the tree in vim-7.1.tar.bz2, > as the file gui_w48.c is not in that archive. Conversation on the > vim-use list at Google shows Bram Moolenaar is willing to make special > patch as 7.1.126ne. This will probably cause some changes to be made to > the vim Makefile. Is this the right way to correct this problem? Good enough I guess. As long as it doens't happen often, as I have to specical case the patch name as I generate them using a 'jot' 1-liner. From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 18:10:51 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F0016A417; Mon, 7 Jan 2008 18:10:51 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 23D4613C43E; Mon, 7 Jan 2008 18:10:51 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m07HwFql064343; Mon, 7 Jan 2008 09:58:15 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m07HwF6C064342; Mon, 7 Jan 2008 09:58:15 -0800 (PST) (envelope-from obrien) Date: Mon, 7 Jan 2008 09:58:15 -0800 From: "David O'Brien" To: Stephen Hurd Message-ID: <20080107175815.GA63609@dragon.NUXI.org> References: <20080102231055.GB5172@soaustin.net> <20080105193710.GA9489@soaustin.net> <477FEF37.5060806@sasktel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477FEF37.5060806@sasktel.net> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: ports@FreeBSD.org, Mark Linimon , freebsd-sparc64@FreeBSD.org Subject: Re: new wiki page: State of Packages on Sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 18:10:51 -0000 On Sat, Jan 05, 2008 at 12:57:27PM -0800, Stephen Hurd wrote: > In debugging it though, it seems that gdb doesn't support thread debugging > on sparc64 which is causing some problems... is this due to the lack of > TLS? Nope. From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 18:21:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E17816A418 for ; Mon, 7 Jan 2008 18:21:42 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd3mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id D0CD313C44B for ; Mon, 7 Jan 2008 18:21:41 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-qfe3.prod.shaw.ca [10.0.141.180]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JUA00BOBATWTI70@l-daemon> for freebsd-ports@freebsd.org; Mon, 07 Jan 2008 10:20:20 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd3mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JUA009PNALSL830@pd3mr4so.prod.shaw.ca> for freebsd-ports@freebsd.org; Mon, 07 Jan 2008 10:15:28 -0700 (MST) Received: from spqr.komquats.com ([24.68.216.215]) by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JUA00E9TALRWU30@l-daemon> for freebsd-ports@freebsd.org; Mon, 07 Jan 2008 10:15:28 -0700 (MST) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 1FBF541116 for ; Mon, 07 Jan 2008 09:15:01 -0800 (PST) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.2/8.14.2) with ESMTP id m07HF0ap076228 for ; Mon, 07 Jan 2008 09:15:00 -0800 X-URL: http://www.komquats.com/ Date: Mon, 07 Jan 2008 09:15:00 -0800 From: Cy Schubert Sender: Cy.Schubert@komquats.com X-Sender: cy@cwsent.com To: freebsd-ports@freebsd.org Message-id: <200801071715.m07HF0ap076228@cwsys.cwsent.com> MIME-version: 1.0 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 Content-type: text/plain; charset=us-ascii X-os: FreeBSD Subject: Migrating to AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 18:21:42 -0000 Is there a documented or preferred approach to migrate ports from i386 to AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by hand would be a monumental project. Any suggestions? -- Cheers, Cy Schubert From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 19:08:59 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C946D16A41A for ; Mon, 7 Jan 2008 19:08:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 4808D13C43E for ; Mon, 7 Jan 2008 19:08:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m07J8mfo090350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Jan 2008 20:08:50 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Cy Schubert In-Reply-To: <200801071715.m07HF0ap076228@cwsys.cwsent.com> References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4MZ92dopRBgpg6NhsEYo" Date: Mon, 07 Jan 2008 20:08:47 +0100 Message-Id: <1199732927.74596.127.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -3.18 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: freebsd-ports@FreeBSD.org Subject: Re: Migrating to AMD64 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: Mon, 07 Jan 2008 19:08:59 -0000 --=-4MZ92dopRBgpg6NhsEYo Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cy Schubert p=ED=B9e v po 07. 01. 2008 v 09:15 -0800: > Is there a documented or preferred approach to migrate ports from i386 to= =20 > AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by ha= nd=20 > would be a monumental project. Any suggestions? Reinstall from scratch. --=20 Pav Lucistnik lofi> My _sympathetic_ opinion about kdevelop is that it's a huge pile of shit that might at least work okay if used in Linux. lofi> My neutral opinion is that it's just a huge pile of shit. --=-4MZ92dopRBgpg6NhsEYo Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHgni/ntdYP8FOsoIRAs9kAKC1xCkoBopamFmSfnAv1AO9hPViIQCfW43l HSAk7RwuQFo+jmsQQH0EU70= =MJ3b -----END PGP SIGNATURE----- --=-4MZ92dopRBgpg6NhsEYo-- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 19:14:25 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0697116A417; Mon, 7 Jan 2008 19:14:25 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 986C113C46B; Mon, 7 Jan 2008 19:14:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (unknown [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTP id 816A228448; Tue, 8 Jan 2008 03:14:20 +0800 (CST) Received: from localhost (unknown [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 1226FEB0BF1; Tue, 8 Jan 2008 03:14:20 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id 4sbkHYqTdxvg; Tue, 8 Jan 2008 03:14:09 +0800 (CST) Received: from charlie.delphij.net (adsl-76-237-33-62.dsl.pltn13.sbcglobal.net [76.237.33.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 42D8EEB0BD1; Tue, 8 Jan 2008 03:14:05 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=riiNfguBSz01Ah+RjrQxXXWVpg6LpG1b8pf9RFfjy6X2Cdlhb+jLaDut9VnlafmXn cpLax+/a6xMhKFf9ZlhWA== Message-ID: <478279F6.5070704@delphij.net> Date: Mon, 07 Jan 2008 11:13:58 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> <1199732927.74596.127.camel@ikaros.oook.cz> In-Reply-To: <1199732927.74596.127.camel@ikaros.oook.cz> X-Enigmail-Version: 0.95.5 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@FreeBSD.org, Cy Schubert Subject: Re: Migrating to AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 19:14:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pav Lucistnik wrote: > Cy Schubert pí¹e v po 07. 01. 2008 v 09:15 -0800: > >> Is there a documented or preferred approach to migrate ports from i386 to >> AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by hand >> would be a monumental project. Any suggestions? > > Reinstall from scratch. I think that the only preferred way is to do a 'pkg_info -qao' and save the output, reinstall from scratch, install portupgrade, then portinstall -P `cat list`... Without this you will easily end up with some nasty i386/amd64 binary mixure issue. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHgnn2i+vbBBjt66ARAk++AKCFPk/lbDg9d69it6zt67ivrvbaGACfbFjO uPA1uBsi6xRv2QATwGB48mM= =RDn0 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 19:14:51 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F1816A417; Mon, 7 Jan 2008 19:14:51 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id B829B13C4CC; Mon, 7 Jan 2008 19:14:50 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (entwistle.sonicboom.org [66.93.34.170]) by entwistle.sonicboom.org (8.14.2/8.14.1) with ESMTP id m07JEnXF064319; Mon, 7 Jan 2008 11:14:49 -0800 (PST) (envelope-from bri@brianwhalen.net) Message-ID: <47827A29.1060909@brianwhalen.net> Date: Mon, 07 Jan 2008 11:14:49 -0800 From: Brian User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> <1199732927.74596.127.camel@ikaros.oook.cz> In-Reply-To: <1199732927.74596.127.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@FreeBSD.org, Cy Schubert Subject: Re: Migrating to 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: Mon, 07 Jan 2008 19:14:51 -0000 Pav Lucistnik wrote: > Cy Schubert pí¹e v po 07. 01. 2008 v 09:15 -0800: > > >> Is there a documented or preferred approach to migrate ports from i386 to >> AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by hand >> would be a monumental project. Any suggestions? >> > > Reinstall from scratch. > > Something like this can be used to uninstall all ports. cd /var/db/pkg; find . -type d | xargs pkg_delete So, perhaps you mod the xargs to a deinstall/reinstall script? Brian From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 19:17:47 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C52216A417; Mon, 7 Jan 2008 19:17:47 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id ED93D13C455; Mon, 7 Jan 2008 19:17:46 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (unknown [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTP id 6ED7028481; Tue, 8 Jan 2008 03:17:45 +0800 (CST) Received: from localhost (unknown [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id 01E5DEB0C04; Tue, 8 Jan 2008 03:17:45 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id HtaLTNMnKrdf; Tue, 8 Jan 2008 03:17:31 +0800 (CST) Received: from charlie.delphij.net (adsl-76-237-33-62.dsl.pltn13.sbcglobal.net [76.237.33.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 754B4EB08C3; Tue, 8 Jan 2008 03:17:27 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=F8w5latBUOjqRloJqurgY7WP0vNgzUNPEPrDFn9BtajU23PebzH3AQrmDvx5OHBHf YAw4TzAdEqKJkEQf+8ajA== Message-ID: <47827AC1.5010600@delphij.net> Date: Mon, 07 Jan 2008 11:17:21 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Brian References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> <1199732927.74596.127.camel@ikaros.oook.cz> <47827A29.1060909@brianwhalen.net> In-Reply-To: <47827A29.1060909@brianwhalen.net> X-Enigmail-Version: 0.95.5 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org, Cy Schubert Subject: Re: Migrating to AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 19:17:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brian wrote: > Pav Lucistnik wrote: >> Cy Schubert pí¹e v po 07. 01. 2008 v 09:15 -0800: >> >> >>> Is there a documented or preferred approach to migrate ports from >>> i386 to AMD64? Portupgrade has issues. Deleting and reinstalling 1954 >>> ports by hand would be a monumental project. Any suggestions? >>> >> >> Reinstall from scratch. >> >> > Something like this can be used to uninstall all ports. > > cd /var/db/pkg; find . -type d | xargs pkg_delete > > So, perhaps you mod the xargs to a deinstall/reinstall script? Ah, maybe pkg_delete -a? :-) I'd prefer, however, rm -fr /usr/local /var/db/pkg sometimes. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHgnrBi+vbBBjt66ARAnfGAKCyhv+IClmA0szXHlVQvzbhFffePACeJmiD /JaDxjwP9oicAMvv2V1W6qw= =sDef -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 19:18:27 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0813316A417 for ; Mon, 7 Jan 2008 19:18:27 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id A64E713C459 for ; Mon, 7 Jan 2008 19:18:26 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:58469 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JBxUP-0005Yi-5F for freebsd-ports@FreeBSD.org; Mon, 07 Jan 2008 20:18:25 +0100 Received: (qmail 88256 invoked from network); 7 Jan 2008 20:18:22 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 7 Jan 2008 20:18:22 +0100 Received: (qmail 8858 invoked by uid 1001); 7 Jan 2008 20:18:22 +0100 Date: Mon, 7 Jan 2008 20:18:22 +0100 From: Erik Trulsson To: Brian Message-ID: <20080107191822.GA8845@owl.midgard.homeip.net> Mail-Followup-To: Brian , pav@FreeBSD.org, freebsd-ports@FreeBSD.org, Cy Schubert References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> <1199732927.74596.127.camel@ikaros.oook.cz> <47827A29.1060909@brianwhalen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <47827A29.1060909@brianwhalen.net> User-Agent: Mutt/1.5.17 (2007-11-01) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1JBxUP-0005Yi-5F. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JBxUP-0005Yi-5F 6d796e2cfc0d54c30ca5869abb821d0e Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org, Cy Schubert Subject: Re: Migrating to 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: Mon, 07 Jan 2008 19:18:27 -0000 On Mon, Jan 07, 2008 at 11:14:49AM -0800, Brian wrote: > Pav Lucistnik wrote: >> Cy Schubert p=ED?e v po 07. 01. 2008 v 09:15 -0800: >>=20 >> =20 >>> Is there a documented or preferred approach to migrate ports from i386 = to=20 >>> AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by= =20 >>> hand would be a monumental project. Any suggestions? >>> =20 >>=20 >> Reinstall from scratch. >>=20 >> =20 > Something like this can be used to uninstall all ports. >=20 > cd /var/db/pkg; find . -type d | xargs pkg_delete Yes, but it is even easier to just do a=20 pkg_delete '*' to delete all installed ports/packages. --=20 Erik Trulsson ertr1013@student.uu.se From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 20:21:28 2008 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D22C16A417; Mon, 7 Jan 2008 20:21:28 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7770113C467; Mon, 7 Jan 2008 20:21:28 +0000 (UTC) (envelope-from vd@v5d.org) Received: from mail.v5d.org (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m07KLRLh051767; Mon, 7 Jan 2008 20:21:27 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1002) id CC31A40EF; Mon, 7 Jan 2008 22:21:26 +0200 (EET) Date: Mon, 7 Jan 2008 22:21:26 +0200 From: Vasil Dimov To: ports@FreeBSD.org Message-ID: <20080107202126.GA37997@polejan.hw.v5d.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Warren Block , Dmitry Marakasov Subject: WIP: graphics/hugin upgrade from 0.6.1 to 0.7.b4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 20:21:28 -0000 --eAbsdosE1cNLO4uF Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I intend to upgrade graphics/hugin from 0.6.1 to 0.7.b4. The beta4 has been available for quite sometime. It would be nice if you can test the attached patch - that's what I am going to commit in the next few days, provided there are not any problems reported. There may be some pkg-plist issues with the current patch. Does the new port work for you? Does hugin 0.7 beta4 work for you? Thanks! --=20 Vasil Dimov moc.elcaro@vomid.lisav Software Developer @ Oracle/Innobase Oy gro.DSBeerF@dv Committer @ FreeBSD.org gro.d5v@dv Home @ Sofia, Bulgaria --J/dobhs11T7y2rNN Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="hugin_0.6.1-0.7.b4.diff" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 30 Sep 2007 04:46:53 -0000 1.20 +++ Makefile 7 Jan 2008 20:14:32 -0000 @@ -6,8 +6,7 @@ # =20 PORTNAME=3D hugin -PORTVERSION=3D 0.6.1 -PORTREVISION=3D 2 +DISTVERSION=3D 0.7_beta4 CATEGORIES=3D graphics MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3D ${PORTNAME} @@ -15,38 +14,59 @@ MAINTAINER=3D vd@FreeBSD.org COMMENT=3D A GUI for Panorama Tools, to stitch panoramic images =20 -BUILD_DEPENDS=3D libpano12>=3D2.8.4:${PORTSDIR}/graphics/libpano12 \ - vigra-config:${PORTSDIR}/graphics/vigra \ - zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS=3D tiff:${PORTSDIR}/graphics/tiff \ +# zip is needed for building the help file +BUILD_DEPENDS=3D zip:${PORTSDIR}/archivers/zip +LIB_DEPENDS=3D pano13:${PORTSDIR}/graphics/libpano13 \ + tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ - fftw:${PORTSDIR}/math/fftw \ boost_date_time:${PORTSDIR}/devel/boost -RUN_DEPENDS=3D PTOptimizer:${PORTSDIR}/graphics/libpano12 \ - PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools + +OPTIONS=3D ENBLEND "enblend for high quality blending" on \ + AUTOPANOSIFT "autopano-sift for automatic control points" on \ + PTSTITCHER "PTStitcher for stitching images" on =20 USE_BZIP2=3D yes =20 -USE_AUTOTOOLS=3D autoconf:261:env autoheader:261:env aclocal:19:env \ - automake:19:env libtool:15:env +USE_AUTOTOOLS=3D autoconf:261:env autoheader:261:env aclocal:110:env \ + automake:110:env libtool:15:env =20 IS_INTERACTIVE=3D yes =20 GNU_CONFIGURE=3D yes CONFIGURE_TARGET=3D--build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV=3D PTHREAD_LIBS=3D${PTHREAD_LIBS} WXRC=3D${WXRC_CMD} -CONFIGURE_ARGS+=3D --with-boost=3D${LOCALBASE} \ - --disable-desktop +CONFIGURE_ARGS+=3D--with-boost=3D${LOCALBASE} +# --disable-desktop USE_GMAKE=3D yes USE_ICONV=3D yes -USE_WX=3D 2.6 +USE_WX=3D 2.6+ WX_CONF_ARGS=3D absolute =20 +.if defined(WX_UNICODE) +CONFIGURE_ARGS+=3D--with-unicode=3Dyes +.else +CONFIGURE_ARGS+=3D--with-unicode=3Dno +.endif + MAN1=3D fulla.1 =20 DOCSDIR=3D ${PREFIX}/share/hugin/xrc/data =20 +.include + +.if defined(WITH_ENBLEND) +RUN_DEPENDS+=3D enblend:${PORTSDIR}/graphics/enblend +.endif + +.if defined(WITH_AUTOPANOSIFT) +RUN_DEPENDS+=3D autopanog:${PORTSDIR}/graphics/autopano-sift +.endif + +.if defined(WITH_PTSTITCHER) +RUN_DEPENDS+=3D PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=3D--disable-nls PLIST_SUB+=3D NLS=3D"@comment " @@ -56,9 +76,6 @@ .endif =20 pre-configure: - cd ${WRKSRC} && \ - ${SETENV} ${AUTOTOOLS_ENV} \ - ACLOCAL=3D"${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ - ./bootstrap + cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./bootstrap =20 -.include +.include Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 19 Feb 2007 09:47:45 -0000 1.5 +++ distinfo 7 Jan 2008 20:14:32 -0000 @@ -1,3 +1,3 @@ -MD5 (hugin-0.6.1.tar.bz2) =3D 46bc3136d42acbabab837128ff471507 -SHA256 (hugin-0.6.1.tar.bz2) =3D 18546d42ef15154246d5b84ebde847aa2cf003c63= 05cc64a17cc5396db346ae7 -SIZE (hugin-0.6.1.tar.bz2) =3D 2151921 +MD5 (hugin-0.7_beta4.tar.bz2) =3D 28b69d85ae06a22fe9514f7f77e6dddb +SHA256 (hugin-0.7_beta4.tar.bz2) =3D 4527d40ae56a6ef67583a350ab67505e86054= c0b297b2d18cf892c2751cabcfd +SIZE (hugin-0.7_beta4.tar.bz2) =3D 2319243 Index: files/patch-bootstrap =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-bootstrap,v retrieving revision 1.3 diff -u -r1.3 patch-bootstrap --- files/patch-bootstrap 28 Mar 2007 20:46:18 -0000 1.3 +++ files/patch-bootstrap 7 Jan 2008 20:14:32 -0000 @@ -1,11 +1,11 @@ ---- bootstrap.orig Mon Aug 21 01:19:33 2006 -+++ bootstrap Wed Mar 28 22:25:54 2007 -@@ -42,7 +42,7 @@ - gettextize_version=3D`$GETTEXTIZE --version | sed 's/^[^0-9]*\([0-9.][0-= 9.]*\).*/\1/'` - # echo gettextize version: $gettextize_version - case $gettextize_version in -- 0.11*|0.12*|0.13*|0.14*) -+ 0.1[1-9]*) - have_gettextize=3Dtrue +--- bootstrap.orig 2008-01-07 22:06:02.000000000 +0200 ++++ bootstrap 2008-01-07 22:05:35.000000000 +0200 +@@ -79,7 +79,7 @@ + automake_version=3D`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*= \).*/\1/'` + # echo automake version: $automake_version + case $automake_version in +- 1.7*|1.8*|1.9*) ++ 1.7*|1.8*|1.9*|1.[1-9][0-9]*) + have_automake=3Dtrue ;; esac Index: files/patch-m4_ax_boost.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-m4_ax_boost.m4,v retrieving revision 1.1 diff -u -r1.1 patch-m4_ax_boost.m4 --- files/patch-m4_ax_boost.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ files/patch-m4_ax_boost.m4 7 Jan 2008 20:14:32 -0000 @@ -1,5 +1,5 @@ ---- m4/ax_boost.m4.orig Tue Feb 21 01:45:30 2006 -+++ m4/ax_boost.m4 Mon Jan 22 17:52:39 2007 +--- m4/ax_boost.m4.orig 2006-11-30 09:36:48.000000000 +0200 ++++ m4/ax_boost.m4 2007-12-12 18:39:43.000000000 +0200 @@ -97,7 +97,7 @@ dnl this location ist chosen if boost libraries are installed wit= h the --layout=3Dsystem option dnl or if you install boost with RPM @@ -9,3 +9,12 @@ BOOST_CPPFLAGS=3D"-I$ac_boost_path/include" else for ac_boost_path_tmp in /usr /usr/local /opt ; do +@@ -331,7 +331,7 @@ + for BT in "-mt" ""; do + for BL in "" "-s" ; do + ax_lib=3D$BP$BN$B= C$BT$BL$BV; +- AC_CHECK_LIB($ax_= lib, main, [BOOST_THREAD_LIB=3D"-l$ax_lib" AC_SUBST(BOOST_THREAD_LIB) link_= thread=3D"yes" ++ AC_CHECK_LIB($ax_= lib, main, [BOOST_THREAD_LIB=3D"-l$ax_lib $BOOST_LDFLAGS" AC_SUBST(BOOST_TH= READ_LIB) link_thread=3D"yes" + break 5], + [link_thread=3D"n= o"]) + done Index: files/patch-m4_ax_check_panotools.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-m4_ax_check_panotools= =2Em4,v retrieving revision 1.1 diff -u -r1.1 patch-m4_ax_check_panotools.m4 --- files/patch-m4_ax_check_panotools.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ files/patch-m4_ax_check_panotools.m4 7 Jan 2008 20:14:32 -0000 @@ -1,6 +1,6 @@ ---- m4/ax_check_panotools.m4.orig Wed Jan 17 15:30:39 2007 -+++ m4/ax_check_panotools.m4 Wed Jan 17 15:31:10 2007 -@@ -44,7 +44,7 @@ +--- m4/ax_check_panotools.m4.orig Wed Dec 20 21:41:29 2006 ++++ m4/ax_check_panotools.m4 Wed May 2 21:54:25 2007 +@@ -57,7 +57,7 @@ passed=3D0; PANO_OLD_LDFLAGS=3D$LDFLAGS PANO_OLD_CPPFLAGS=3D$CPPFLAGS @@ -9,12 +9,12 @@ LDFLAGS=3D"$LDFLAGS -L$PANO_HOME/lib64" else LDFLAGS=3D"$LDFLAGS -L$PANO_HOME/lib" -@@ -76,7 +76,7 @@ - LIB_PANO=3D"-lpano12" - PANO_FLAGS=3D"-DHasPANO" +@@ -95,7 +95,7 @@ + PANO_FLAGS=3D"-DHasPANO12" + fi else - if test "x$HCPU" =3D 'xamd64' ; then + if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - LIB_PANO=3D"-L$PANO_HOME/lib64 -lpano12" - else - LIB_PANO=3D"-L$PANO_HOME/lib -lpano12" + if test "$have_pano13" =3D 'yes' ; then + LIB_PANO=3D"-L$PANO_HOME/lib64 -lpano13" + else Index: files/patch-m4_fftw.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: files/patch-m4_fftw.m4 diff -N files/patch-m4_fftw.m4 --- files/patch-m4_fftw.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ ---- m4/ax_fftw.m4.orig Wed Jan 17 15:31:31 2007 -+++ m4/ax_fftw.m4 Wed Jan 17 15:32:36 2007 -@@ -12,7 +12,7 @@ - AC_HELP_STRING([--with-fftw=3DDIR], - [where the root of FFTW is installed ]), - [ ac_fftw_includes=3D"$withval"/include -- if test "x$HCPU" =3D 'xamd64' ; then -+ if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - ac_fftw_libraries=3D"$withval"/lib64 - else - ac_fftw_libraries=3D"$withval"/lib -@@ -45,12 +45,12 @@ - AC_FIND_FILE(fftw.h, $fftw_incdirs, fftw_incdir) - ac_fftw_includes=3D"$fftw_incdir" -=20 --if test "x$HCPU" =3D 'xamd64' ; then -+if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - fftw_libdirs=3D"/usr/lib64/fftw/lib64 /usr/lib64 /opt/lib64 /mingw/lib6= 4 /usr/local/fftw/lib64 /usr/local/lib64 /usr/lib64/fftw $FFTWLIB" - else - fftw_libdirs=3D"/usr/lib/fftw/lib /usr/lib /opt/lib /mingw/lib /usr/loc= al/fftw/lib /usr/local/lib /usr/lib/fftw $FFTWLIB" - fi --if test "x$HCPU" =3D 'xamd64' ; then -+if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - test -n "$FFTWDIR" && fftw_libdirs=3D"$FFTWDIR/lib64 $FFTWDIR $fftw_lib= dirs" - else - test -n "$FFTWDIR" && fftw_libdirs=3D"$FFTWDIR/lib $FFTWDIR $fftw_libdi= rs" --J/dobhs11T7y2rNN-- --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFHgonGFw6SP/bBpCARAhcNAKCsUN+pFri9djFeI7pOdD449zZv2gCgxrI5 u/lDpzdVnJUrBVjYU24PrrM= =nu1x -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 21:04:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A953D16A419; Mon, 7 Jan 2008 21:04:04 +0000 (UTC) (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 12D7013C457; Mon, 7 Jan 2008 21:04:03 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.1/8.14.1) with ESMTP id m07L41Cx015025; Tue, 8 Jan 2008 00:04:02 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Tue, 8 Jan 2008 00:04:01 +0300 (MSK) From: Dmitry Morozovsky To: Vic Abell In-Reply-To: <001401c85141$89218aa0$a4c30c48@radio> Message-ID: <20080108000007.V14207@woozle.rinet.ru> References: <001401c85141$89218aa0$a4c30c48@radio> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Tue, 08 Jan 2008 00:04:02 +0300 (MSK) Cc: 'Wesley Shields' , freebsd-ports@freebsd.org Subject: RE: lsof and ZFS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 21:04:04 -0000 On Mon, 7 Jan 2008, Vic Abell wrote: VA> Larry, VA> VA> You write: VA> > VA> > On Sat, 5 Jan 2008, Dmitry Morozovsky wrote: VA> > > VA> > > The only additional thing I would like to bring attention VA> > > at is the fact that VA> > > ZFS can be used as root, requiring to additionally patch VA> > > lsof like FreeSBIE people did for cd9660 root. VA> VA> I'm not sure about that. The patch in the cd9660 PR was needed VA> because lsof couldn't stat(2) the root file system. I'm not VA> sure I understand why that is. VA> VA> What's more, the patch may have unwanted side effects which I VA> can't determine myself -- e.g., lsof may not be able to convert VA> kernel device numbers to the user space device numbers returned VA> by stat(2) and displayed by ls(1). I've e-mailed the PR author, VA> asking him to do some testing. VA> VA> > I believe Vic Abell (the author) is aware of this, although VA> > my machines (that he is using for the dev, on RELENG_7), are VA> > NOT rooted on ZFS, although everything else, except swap, is VA> > on ZFS. VA> VA> Yes, Larry, I see that now. / is UFS. Some time someone will VA> have to test the lsof update for ZFS on a system that does have VA> / on ZFS. I won't be able to do that. VA> VA> I need to warn everyone that the ZFS update for FreeBSD lsof is VA> going to take a lot of work and time. Lsof needs the znode VA> structure definition (and other ZFS structure definitions) that VA> are defined in the OpenSolaris sources and its header files won't VA> compile in combination with any FreeBSD header files. I found VA> the module compatibility stuff, so I know how to make the VA> OpenSolaris headers compile, but it will require major VA> modifications to lsof to be able to do it. I'll more than happy to test on my machines with ZFS root - my home FreeBSD workstation has been configured with ZFS-on-root, and so my notebook FreeBSD boot (it's triple-booted). Which info should I provide? Quick reference: root@revamp:/usr/src# mount | grep '/ ' revamp on / (zfs, local) root@revamp:/usr/src# uname -a FreeBSD revamp.wpub.woozle.net 7.0-BETA4 FreeBSD 7.0-BETA4 #17: Sun Dec 16 16:24:37 MSK 2007 marck@revamp.wpub.woozle.net:/usr/obj/usr/src/sys/MINI i386 root@revamp:/usr/src# lsof -n -c init COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME init 1 root cwd unknown file system type: zfs init 1 root rtd unknown file system type: zfs init 1 root txt unknown file system type: zfs root@revamp:/usr/src# pkg_info | grep lsof lsof-4.79E Lists information about open files (similar to fstat(1)) Thanks you in advance! Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 21:36:33 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E343816A420; Mon, 7 Jan 2008 21:36:33 +0000 (UTC) (envelope-from abe@purdue.edu) Received: from lsof.itap.purdue.edu (lsof.itap.purdue.edu [128.210.7.20]) by mx1.freebsd.org (Postfix) with ESMTP id 9D88A13C45A; Mon, 7 Jan 2008 21:36:33 +0000 (UTC) (envelope-from abe@purdue.edu) Received: from radio (radio.abell.wintek.com [72.12.195.164]) by lsof.itap.purdue.edu (8.12.10/8.12.10) with ESMTP id m07Lah4o019408; Mon, 7 Jan 2008 16:36:43 -0500 (EST) From: "Vic Abell" To: "'Dmitry Morozovsky'" Date: Mon, 7 Jan 2008 16:36:13 -0500 Message-ID: <000301c85175$56cd2e90$a4c30c48@radio> 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.6822 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <20080108000007.V14207@woozle.rinet.ru> Thread-Index: AchRcPui7vptwv7JQie7yH+cKcg38QAA8t8g Cc: 'Wesley Shields' , freebsd-ports@freebsd.org Subject: RE: lsof and ZFS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: abe@purdue.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 21:36:34 -0000 Dmitry, You write: > > I'll more than happy to test on my machines with ZFS root - > my home FreeBSD workstation has been configured with ZFS-on-root, and so my > notebook FreeBSD boot (it's triple-booted). > > Which info should I provide? The important thing will be to make sure that lsof reports correct device numbers (i.e., the smae ones ls(1) reports), link counts, file sizes and node numbers for ZFS files. Some of that checking is done by the lsof test suite, but not everything. > Quick reference: > > ... That looks good for a test bed. > Thanks you in advance! I'll let you know when I have something to test. As I said earlier, this will be a substantial modification. I will provide a pre-release distribution in the 4.79 series, probably an 'F' edition, that you can download and build. Vic From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 21:53:13 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9482616A417; Mon, 7 Jan 2008 21:53:13 +0000 (UTC) (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 0970713C44B; Mon, 7 Jan 2008 21:53:12 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.1/8.14.1) with ESMTP id m07LrBvl017699; Tue, 8 Jan 2008 00:53:11 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Tue, 8 Jan 2008 00:53:11 +0300 (MSK) From: Dmitry Morozovsky To: Vic Abell In-Reply-To: <000301c85175$56cd2e90$a4c30c48@radio> Message-ID: <20080108005224.W14207@woozle.rinet.ru> References: <000301c85175$56cd2e90$a4c30c48@radio> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Tue, 08 Jan 2008 00:53:12 +0300 (MSK) Cc: 'Wesley Shields' , freebsd-ports@freebsd.org Subject: RE: lsof and ZFS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 21:53:13 -0000 Vic, On Mon, 7 Jan 2008, Vic Abell wrote: VA> I'll let you know when I have something to test. As I said VA> earlier, this will be a substantial modification. I will VA> provide a pre-release distribution in the 4.79 series, VA> probably an 'F' edition, that you can download and build. Thank you, I'll wait for your updates to test. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 21:57:47 2008 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D15116A418; Mon, 7 Jan 2008 21:57:47 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 25C1B13C465; Mon, 7 Jan 2008 21:57:46 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.4.1 anthesphoria.net m07LvfYt063922 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1199743066; bh=cviv88nHcwLYOaq6wN6j5hZW40SBh0tnI3gM1DJ3T Iw=; l=2860; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=zcPHxfKl0kn vEwSwN65xjaOOL2ZLmNzBsl6eOb0jL8Bc6x/Ese+RvQcSkgjPY40W+dIYEC9zsiEkM4 SkOVCfgSDAdX645pyAA2fPdYuKGXSORDzeXCaGUegDC/oaGcUh+eS4yVl35cj4oLV4a jFRyEMVmSaMoMxzWa5AqreORbU= Received: from anthesphoria.net (adsl-198-212.eunet.yu [213.198.198.212]) (authenticated bits=0) by anthesphoria.net (8.14.2/8.14.2) with ESMTP id m07LvfYt063922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Jan 2008 22:57:44 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Mon, 7 Jan 2008 22:57:50 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Hiroki Sato Message-ID: <20080107225750.743feb0d@anthesphoria.net> In-Reply-To: <20080105.150027.24555394.hrs@allbsd.org> References: <20080105.150027.24555394.hrs@allbsd.org> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.3; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@FreeBSD.org Subject: Adobe Reader and SCIM (was: Re: Adobe Reader 8 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: Mon, 07 Jan 2008 21:57:47 -0000 On Sat, 05 Jan 2008 15:00:27 +0900 (JST) Hiroki Sato wrote: [...] > - XIM does not work at least in japanese/acroread8 even if > GTK_IM_MODULE=3Dxim is defined. Since several Linux users around me > pointed out this, this seems not FreeBSD-specific. I have heard > that SCIM works, but I do not check it yet. Unfortunately, SCIM doesn't work in Acrobat Reader 8. Neither with GTK_IM_MODULE=3Dxim, nor with GTK_IM_MODULE=3Dscim. However, getting SCIM to run even with Adobe Reader 7 is a bit tricky if one wants to keep recommended GTK_IM_MODULE=3Dscim. I have a question and a suggestion: 1. Is the purpose of case ${ADOBE_LANG} in ..... JPN) : ${GTK_IM_MODULE:=3Dxim}; export GTK_IM_MODULE ;; to override any other existing value? 2. My suggestion is to enhance this idea to all languages in the following way (that overcomes one SCIM problem described below). Namely, if you have this in xinitrc: GTK_IM_MODULE=3Dxim QT_IM_MODULE=3Dxim XMODIFIERS=3D@im=3DSCIM SCIM will work everywhere (incl. Reader 7), but it will behave very badly in GTK applications. If you use SCIM's recommended values: GTK_IM_MODULE=3Dscim QT_IM_MODULE=3Dscim XMODIFIERS=3D@im=3DSCIM =20 it will not work in Linux and QT apps (incl. Reader 7). The problem is (I don't know if this is FreeBSD specific) that GTK_IM_MODULE, once set to 'scim', can't be changed to 'xim' in the same X session, so the line like aforementioned JPN-specific setting will not have any effect in such environment. The same goes for XMODIFIERS once set to @im=3DSCIM. The workaround I found is to use the following unusual values: =20 GTK_IM_MODULE=3Dscim QT_IM_MODULE=3Dscim XMODIFIERS=3D@im=3DXIM (start "scim -d" manually in ~/.xinitrc) and to use this code in /usr/local/bin/acroread (for all languages): if [ "${GTK_IM_MODULE}" =3D "scim" ]; then if [ "x$XIM_PROGRAM" !=3D "x" ]; then export XIM_PROGRAM=3D"" echo "WARNING: \$XIM_PROGRAM variable sometimes can't be" echo "effectively changed. If you have problems running" echo "SCIM, don't define it in your xinitrc." fi if [ "$XMODIFIERS" =3D "@im=3DSCIM" ]; then echo "WARNING: If you have problems running SCIM, please" echo "try to set \$XMODIFIERS to \"@im=3DXIM\" (instead of" echo "\"@im=3DSCIM\") in your xinitrc." fi export GTK_IM_MODULE=3Dxim export XMODIFIERS=3D@im=3DSCIM fi This way, SCIM will work optimally in both GTK apps and Acrobat Reader 7. Best regards. --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 22:18:23 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E904E16A41B for ; Mon, 7 Jan 2008 22:18:23 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id A31DE13C45B for ; Mon, 7 Jan 2008 22:18:23 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: (qmail 15389 invoked by uid 399); 7 Jan 2008 21:50:21 -0000 Received: from localhost (slunky@globalzero.org@127.0.0.1) by localhost with ESMTP; 7 Jan 2008 21:50:21 -0000 X-Originating-IP: 127.0.0.1 Date: Mon, 7 Jan 2008 14:50:06 -0700 From: slunky To: danfe@FreeBSD.org Message-Id: <20080107145006.a8f25b33.slunky@globalzero.org> Organization: Globalzero X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: warsow-0.12_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 22:18:24 -0000 Will you please update this port to the latest version (I believe it is 0.32 from the Warsow website) The version in ports is only 0.12, and it will not allow me to play online or over LAN without the latest version. -- -Tony Chidester From owner-freebsd-ports@FreeBSD.ORG Mon Jan 7 23:07:56 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22D2316A417 for ; Mon, 7 Jan 2008 23:07:56 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA8C13C457 for ; Mon, 7 Jan 2008 23:07:55 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m07MiJ23077223; Mon, 7 Jan 2008 23:44:19 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m07MiI0W077222; Mon, 7 Jan 2008 23:44:18 +0100 (CET) (envelope-from marius) Date: Mon, 7 Jan 2008 23:44:18 +0100 From: Marius Strobl To: Stephen Hurd Message-ID: <20080107224418.GA77135@alchemy.franken.de> References: <20080102231055.GB5172@soaustin.net> <20080105193710.GA9489@soaustin.net> <477FEF37.5060806@sasktel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477FEF37.5060806@sasktel.net> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, Mark Linimon , freebsd-sparc64@freebsd.org Subject: Re: new wiki page: State of Packages on Sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2008 23:07:56 -0000 On Sat, Jan 05, 2008 at 12:57:27PM -0800, Stephen Hurd wrote: > Mark Linimon wrote: > >On Wed, Jan 02, 2008 at 05:10:56PM -0600, Mark Linimon wrote: > > > >>Please see http://wiki.freebsd.org/Sparc64Packages for a writeup on where > >>we are with respect to sparc64 packages, from portmgr's perspective. > >> > > > >I have updated the charts and detailed-list pages on portsmon with the > >latest information from the partial runs on sparc64-6 and sparc64-7. The > >former is nearly complete, the latter has a few hundred packages to go. > > > > I've been looking into the OpenEXR problem and a trivial work-around is > building the graphics/ilmbase port without multithreaded file I/O support. Hrm, the setGlobalThreadCount() test crashes in a bizarre way in libthr; I can only reproduce this with 7.0-BETA4 and 7.0-PRERELEASE though. The whole test suite succeeds on 8.0-CURRENT and it also doesn't crash when running a 8.0-CURRENT kernel with the 7.0 userland on the same machine, which suggests that some important kernel fix in HEAD hasn't been MFC'ed, yet... > > In debugging it though, it seems that gdb doesn't support thread > debugging on sparc64 which is causing some problems... is this due to > the lack of TLS? No; most likely because it's not implemented, see libpthread_md.c. Marius From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 02:51:39 2008 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9C516A421 for ; Tue, 8 Jan 2008 02:51:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5620713C45B for ; Tue, 8 Jan 2008 02:51:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p4121-ipbf507funabasi.chiba.ocn.ne.jp [124.100.63.121]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id m082pDYs023837; Tue, 8 Jan 2008 11:51:24 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id m082owgY087762; Tue, 8 Jan 2008 11:51:04 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 08 Jan 2008 11:49:47 +0900 (JST) Message-Id: <20080108.114947.266356108.hrs@allbsd.org> To: nikola.lecic@anthesphoria.net From: Hiroki Sato In-Reply-To: <20080107225750.743feb0d@anthesphoria.net> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Jan__8_11_49_47_2008_600)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Tue, 08 Jan 2008 11:51:25 +0900 (JST) Cc: FreeBSD-ports@FreeBSD.org Subject: Re: Adobe Reader and SCIM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 02:51:39 -0000 ----Security_Multipart(Tue_Jan__8_11_49_47_2008_600)-- Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: base64 Tmlrb2xhIExlxI1pxIcgPG5pa29sYS5sZWNpY0BhbnRoZXNwaG9yaWEubmV0PiB3cm90ZQ0KICBp biA8MjAwODAxMDcyMjU3NTAuNzQzZmViMGRAYW50aGVzcGhvcmlhLm5ldD46DQoNCm5pPiAxLiBJ cyB0aGUgcHVycG9zZSBvZg0Kbmk+IA0Kbmk+ICAgICAgY2FzZSAke0FET0JFX0xBTkd9IGluDQpu aT4gICAgICAuLi4uLg0Kbmk+ICAgICAgSlBOKSA6ICR7R1RLX0lNX01PRFVMRTo9eGltfTsgZXhw b3J0IEdUS19JTV9NT0RVTEUgOzsNCm5pPiANCm5pPiAgICB0byBvdmVycmlkZSBhbnkgb3RoZXIg ZXhpc3RpbmcgdmFsdWU/DQoNCiBUaGlzIGxpbmUgZG9lcyBub3Qgb3ZlcnJpZGUgdGhlIGV4aXN0 aW5nIHZhbHVlLiAgSnVzdCBzZXR0aW5nIHRoZQ0KIGRlZmF1bHQgdmFsdWUgaWYgbm90IGRlZmlu ZWQuDQoNCm5pPiAgICBpdCB3aWxsIG5vdCB3b3JrIGluIExpbnV4IGFuZCBRVCBhcHBzIChpbmNs LiBSZWFkZXIgNykuIFRoZSBwcm9ibGVtDQpuaT4gICAgaXMgKEkgZG9uJ3Qga25vdyBpZiB0aGlz IGlzIEZyZWVCU0Qgc3BlY2lmaWMpIHRoYXQgR1RLX0lNX01PRFVMRSwNCm5pPiAgICBvbmNlIHNl dCB0byAnc2NpbScsIGNhbid0IGJlIGNoYW5nZWQgdG8gJ3hpbScgaW4gdGhlIHNhbWUgWCBzZXNz aW9uLA0Kbmk+ICAgIHNvIHRoZSBsaW5lIGxpa2UgYWZvcmVtZW50aW9uZWQgSlBOLXNwZWNpZmlj IHNldHRpbmcgd2lsbCBub3QgaGF2ZQ0Kbmk+ICAgIGFueSBlZmZlY3QgaW4gc3VjaCBlbnZpcm9u bWVudC4gVGhlIHNhbWUgZ29lcyBmb3IgWE1PRElGSUVSUyBvbmNlIHNldA0Kbmk+ICAgIHRvIEBp bT1TQ0lNLg0KDQogQXMgZXhwbGFpbmVkIGFib3ZlLCB0aGUgYWNyb3JlYWQgc2NyaXB0IGRvZXMg bm90IGNoYW5nZSB0aGVtIGlmDQogZGVmaW5lZCBhbHJlYWR5Lg0KDQogSSBiYXNpY2FsbHkgdGhp bmsgdGhlIHVzZXIgc2hvdWxkIGJlIHJlc3BvbnNibGUgZm9yIGVudmlyb25tZW50DQogdmFyaWFi bGVzIHRoYXQgaGUgc2V0cyBieSBoaW1zZWxmLCBhbmQgdGhlIGFjcm9yZWFkIHNjcmlwdCBzaG91 bGQgc2V0DQogdGhlIGRlZmF1bHQgdmFsdWVzIGF0IHRoZSBtb3N0LiAgSG93ZXZlciwgSSBhZ3Jl ZSB3aXRoIHNldHRpbmcgc29tZQ0KIHZhcmlhYmxlcyB0byB3b3JrIGFyb3VuZCBwcm9ibGVtcyB0 aGF0IHByZXZlbnQgYWNyb3JlYWQgZnJvbSB3b3JraW5nLA0KIGJ1dCBJIGFtIG5vdCBzdXJlIGlm IHlvdXIgc3VnZ2VzdGlvbiBpcyByZWFzb25hYmxlIHlldC4gIE9uIG15IGJveCwNCg0KICAgR1RL X0lNX01PRFVMRT1zY2ltDQogICBRVF9JTV9NT0RVTEU9c2NpbQ0KICAgWE1PRElGSUVSUz1AaW09 U0NJTQ0KDQogd29ya3MgZmluZSB3aXRoIGFjcm9yZWFkNyAobm90IGZvciBhY3JvcmVhZDgsIGJ0 dyksIGFuZCBJIGNvdWxkIG5vdA0KIHVuZGVyc3RhbmQgdGhlIHJlYXNvbiB3aHkgY2hhbmdpbmcg WE1PRElGSUVSIHRvIEBpbT1YSU0gZG9lcyB0aGUNCiB0cmljay4NCg0KLS0gDQp8IEhpcm9raSBT QVRPDQo= ----Security_Multipart(Tue_Jan__8_11_49_47_2008_600)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHguTLTyzT2CeTzy0RAta2AJ9d3GGR4DBR7M5EDo/ItPLdx61dlwCg3Qv/ AwhOx8ZPVCGVgtB7BceCKLk= =XKC1 -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Jan__8_11_49_47_2008_600)---- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 03:22:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8FB816A418; Tue, 8 Jan 2008 03:22:11 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7304A13C457; Tue, 8 Jan 2008 03:22:07 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (unknown [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTP id 7028628481; Tue, 8 Jan 2008 11:22:03 +0800 (CST) Received: from localhost (unknown [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id CB734EB0AC2; Tue, 8 Jan 2008 11:22:02 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id dnZxxeLNca3n; Tue, 8 Jan 2008 11:21:58 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id D51A7EB08BD; Tue, 8 Jan 2008 11:21:55 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=pLhXS5WEMg+Q8kkpdxPOf00hXdY8K7QHPa+RCyHZ3Yzghga6yWXbTcJhiXxsfNK2x Ik4/Wq+wf5CRNTdEu8Ung== Message-ID: <4782EC51.6020108@delphij.net> Date: Mon, 07 Jan 2008 19:21:53 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Scot Hetzel References: <790a9fff0801051224p4fb8481pbcc24051b2438dcf@mail.gmail.com> In-Reply-To: <790a9fff0801051224p4fb8481pbcc24051b2438dcf@mail.gmail.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: multipart/mixed; boundary="------------040209010407020403070705" Cc: ports@freebsd.org, sergei@freebsd.org, Xin LI Subject: Re: sysutils/cfengine: invalid use of USE_BDB X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 03:22:11 -0000 This is a multi-part message in MIME format. --------------040209010407020403070705 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Scot Hetzel wrote: > I have noticed that sysutils/cfengine is using USE_BDB incorrectly. > > USE_BDB?= 46 > > The USE_BDB variable is not a user setable variable. If someone were > to read this Makefile, they would get the wrong impression that they > should set USE_BDB in there /etc/make.conf, ports.conf, or > portupgrade.conf file. When they should instead be setting the > WITH_BDB_VER variable. > > The USE_BDB should be set to the minimum version of Berkeley DB that > the port will build with. > > USE_BDB= 44+ > > And left up to the person installing the port to specify a higher version. > > If you want to take the choice away from the installer and have the > port always use BDB 4.6, then the port should use: > > USE_BDB= 46 > > Which will prevent the use of BDB 4.4 and 4.5 from ever being used by this port. I think the proper use of *_BDB variables is that: WITH_BDB?= 46 (An advisory usage), and USE_BDB= yes as in the attachment. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHguxRi+vbBBjt66ARAuHIAKC5rRxKOvsAveDPEoAXbQvKxa4giACfQEpO EJk7hRJusCc6sWaTpLfiCoM= =yUim -----END PGP SIGNATURE----- --------------040209010407020403070705 Content-Type: text/plain; name="cfengine-bdb-usage.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cfengine-bdb-usage.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/cfengine/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile 4 Jan 2008 23:54:17 -0000 1.40 +++ Makefile 8 Jan 2008 03:16:59 -0000 @@ -16,7 +16,8 @@ COMMENT= A systems administration tool f USE_RC_SUBR= cfexecd cfservd -USE_BDB?= 46 +WITH_BDB_VER?= 46 +USE_BDB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --------------040209010407020403070705-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 03:36:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 171DE16A41B for ; Tue, 8 Jan 2008 03:36:11 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from iota.fastbighost.com (iota.fastbighost.com [65.98.8.190]) by mx1.freebsd.org (Postfix) with ESMTP id DF2CD13C4E1 for ; Tue, 8 Jan 2008 03:36:10 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.123.5.178] (port=56976 helo=deimos.bsd.nix) by iota.fastbighost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JBxRt-0004n2-2U; Mon, 07 Jan 2008 19:15:49 +0000 Date: Mon, 7 Jan 2008 21:14:55 +0200 From: Ghirai To: daniel@roe.ch Message-Id: <20080107211455.ba98fc95.ghirai@ghirai.com> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: ghirai@ghirai.com X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iota.fastbighost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Cc: ports@freebsd.org Subject: FreeBSD Port: nmap-4.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: Tue, 08 Jan 2008 03:36:11 -0000 Hey, Just letting you know that nmap 4.52 is out, along with a new frontend. I was wondering when you'll add it to the ports tree. Thanks. -- Regards, Ghirai. From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 04:28:52 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4573916A419 for ; Tue, 8 Jan 2008 04:28:52 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id CE3CE13C4EE for ; Tue, 8 Jan 2008 04:28:51 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p4121-ipbf507funabasi.chiba.ocn.ne.jp [124.100.63.121]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id m084SQIw025188; Tue, 8 Jan 2008 13:28:38 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id m084SAHE087884; Tue, 8 Jan 2008 13:28:12 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 08 Jan 2008 13:28:06 +0900 (JST) Message-Id: <20080108.132806.27123224.hrs@allbsd.org> To: ports@FreeBSD.org From: Hiroki Sato In-Reply-To: <20080108.114947.266356108.hrs@allbsd.org> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Jan__8_13_28_06_2008_676)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Tue, 08 Jan 2008 13:28:38 +0900 (JST) Cc: nikola.lecic@anthesphoria.net Subject: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 04:28:52 -0000 ----Security_Multipart(Tue_Jan__8_13_28_06_2008_676)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, If you are using Adobe Reader 8.1.1 with SCIM or UIM, please try the following and then run acroread8: # cd /usr/ports # fetch http://people.allbsd.org/~hrs/FreeBSD/imm-ports.tar.gz # tar xzvf imm-ports.tar.gz # cd /usr/ports/textproc/linux-scim-libs && make install # cd /usr/ports/textproc/linux-uim-gtk2 && make install imm-ports.tar.gz includes three new ports of immodules in Linux binary which should make SCIM and UIM work with acroread8. If they work, I will commit them as dependency. -- | Hiroki SATO ----Security_Multipart(Tue_Jan__8_13_28_06_2008_676)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHgvvWTyzT2CeTzy0RAo/gAJwLq8ZZ+SUDLBwoJ9ohy20055qZ3QCeI9kE Rw7IxURV63fnqid0YH5+WRo= =eo3N -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Jan__8_13_28_06_2008_676)---- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 04:34:47 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871E016A41B for ; Tue, 8 Jan 2008 04:34:47 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 6029713C459 for ; Tue, 8 Jan 2008 04:34:47 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUB006XL61TUX61@mta4.srv.hcvlny.cv.net>; Mon, 07 Jan 2008 23:34:42 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m084Yebv019111; Mon, 07 Jan 2008 23:34:41 -0500 Date: Mon, 07 Jan 2008 23:34:40 -0500 From: "Aryeh M. Friedman" In-reply-to: <20080108.132806.27123224.hrs@allbsd.org> To: Hiroki Sato Message-id: <4782FD60.2040605@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: ports@FreeBSD.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 04:34:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hiroki Sato wrote: > Hi all, > > If you are using Adobe Reader 8.1.1 with SCIM or UIM, please try > the following and then run acroread8: > > # cd /usr/ports # fetch > http://people.allbsd.org/~hrs/FreeBSD/imm-ports.tar.gz # tar xzvf > imm-ports.tar.gz # cd /usr/ports/textproc/linux-scim-libs && make > install # cd /usr/ports/textproc/linux-uim-gtk2 && make install > > imm-ports.tar.gz includes three new ports of immodules in Linux > binary which should make SCIM and UIM work with acroread8. If they > work, I will commit them as dependency. Where do I find acroread8? > > -- | Hiroki SATO - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools http://www.flosoft-systems.com Developer, not business, friendly. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHgv1gjRvRjGmHRgQRAmCbAJ93g4hMV4lBeuQ/hyl8elDg8gHitQCfda5Y mcDdHI0vX+5kt5BBKMvJpoc= =Eazi -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 04:39:07 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E70616A418 for ; Tue, 8 Jan 2008 04:39:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (unknown [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id DA53C13C448 for ; Tue, 8 Jan 2008 04:39:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p4121-ipbf507funabasi.chiba.ocn.ne.jp [124.100.63.121]) (authenticated bits=128) by mail.allbsd.org (8.13.8/8.13.8) with ESMTP id m084ckuo025314; Tue, 8 Jan 2008 13:38:57 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id m084caev087894; Tue, 8 Jan 2008 13:38:37 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 08 Jan 2008 13:38:03 +0900 (JST) Message-Id: <20080108.133803.211641388.hrs@allbsd.org> To: aryeh.friedman@gmail.com From: Hiroki Sato In-Reply-To: <4782FD60.2040605@gmail.com> References: <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Jan__8_13_38_03_2008_908)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.allbsd.org [133.31.130.32]); Tue, 08 Jan 2008 13:38:58 +0900 (JST) Cc: ports@FreeBSD.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 04:39:07 -0000 ----Security_Multipart(Tue_Jan__8_13_38_03_2008_908)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Aryeh M. Friedman" wrote in <4782FD60.2040605@gmail.com>: ar> Where do I find acroread8? See http://www.freshports.org/print/acroread8/. -- | Hiroki SATO ----Security_Multipart(Tue_Jan__8_13_38_03_2008_908)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHgv4rTyzT2CeTzy0RAtXaAKCf1/oIyd+lfAYfJmUcgVPDru1iKgCfblTG kJw3FoIewMINhyYyU0hP//w= =MvDe -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Jan__8_13_38_03_2008_908)---- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 07:09:45 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2248516A419 for ; Tue, 8 Jan 2008 07:09:45 +0000 (UTC) (envelope-from dougb@freebsd.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id B963A13C448 for ; Tue, 8 Jan 2008 07:09:44 +0000 (UTC) (envelope-from dougb@freebsd.org) Received: (qmail 2815 invoked by uid 399); 8 Jan 2008 07:09:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail2.fluidhosting.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=14.0 tests=none autolearn=disabled version=3.2.3 X-Virus-Scan: Scanned by ClamAV 0.91.2 (no viruses); Tue, 08 Jan 2008 02:09:43 -0500 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 8 Jan 2008 07:09:42 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <478321B5.5010604@FreeBSD.org> Date: Mon, 07 Jan 2008 23:09:41 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: slunky References: <20080107145006.a8f25b33.slunky@globalzero.org> In-Reply-To: <20080107145006.a8f25b33.slunky@globalzero.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, danfe@FreeBSD.org Subject: Re: FreeBSD Port: warsow-0.12_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 07:09:45 -0000 slunky wrote: > Will you please update this port to the latest version (I believe it is 0.32 from the Warsow website) The version in ports is only 0.12, and it will not allow me to play online or over LAN without the latest version. Giving it a go yourself would get the update done that much faster. :) Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 07:27:32 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C7D16A41A; Tue, 8 Jan 2008 07:27:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id B0F2913C46A; Tue, 8 Jan 2008 07:27:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUB00HTHE1VKBX0@mta1.srv.hcvlny.cv.net>; Tue, 08 Jan 2008 02:27:31 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m087RUZJ072709; Tue, 08 Jan 2008 02:27:30 -0500 Date: Tue, 08 Jan 2008 02:27:30 -0500 From: "Aryeh M. Friedman" In-reply-to: <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> To: remko@elvandar.org Message-id: <478325E2.8090003@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 07:27:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remko Lodder wrote: > [snip irrelevant info] > >> Where do I find acroread8? > > [snip irrelevant info] > > Sigh, you never -ever- learn do you? > > checkout www.freshports.org for a real easy search option, or what > I just Never heard of freshports upto now. > did: > > grep ^acroread /usr/ports/INDEX-6 It was not in the ports collection or the index thus the question. > > acroread8-8.1.1_1|/usr/ports/print/acroread8| > > that wasn't SO hard right? Now back our regular program of idiot vs. idiot. - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools http://www.flosoft-systems.com Developer, not business, friendly. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHgyXijRvRjGmHRgQRAhdMAJ9PJxuP68WgjS6DhtzQdmblOKZWxwCgrTeX kdxj1hI87uU2KGEVu/XPgDM= =1tOB -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 07:50:08 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E1616A417; Tue, 8 Jan 2008 07:50:08 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id 60E5613C458; Tue, 8 Jan 2008 07:50:08 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JC9Dq-000FN7-Li; Tue, 08 Jan 2008 08:50:06 +0100 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 8 Jan 2008 08:50:06 +0100 (CET) Message-ID: <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> In-Reply-To: <478325E2.8090003@gmail.com> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> <478325E2.8090003@gmail.com> Date: Tue, 8 Jan 2008 08:50:06 +0100 (CET) From: "Remko Lodder" To: "Aryeh M. Friedman" User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 07:50:08 -0000 On Tue, January 8, 2008 8:27 am, Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Remko Lodder wrote: >> [snip irrelevant info] >> >>> Where do I find acroread8? >> >> [snip irrelevant info] >> >> Sigh, you never -ever- learn do you? >> >> checkout www.freshports.org for a real easy search option, or what >> I just > > Never heard of freshports upto now. What a suprise to read this from you... > >> did: >> >> grep ^acroread /usr/ports/INDEX-6 > > It was not in the ports collection or the index thus the question. it is (As you obviously can see) >> >> acroread8-8.1.1_1|/usr/ports/print/acroread8| >> >> that wasn't SO hard right? > > Now back our regular program of idiot vs. idiot. I prefer the program: Idiot vs someone who at least can find information, a little google query could have helped you as well, but again and again you make the same mistakes. Please -learn-. > > > - -- > Aryeh M. Friedman > FloSoft Systems, Java Developer Tools > http://www.flosoft-systems.com > Developer, not business, friendly. ^^^^^^^^^ mostly developers are able to find information, and business people do not, are you sure the signature is correct here and didn't you revert the information by accident? -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 08:01:05 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB6916A418; Tue, 8 Jan 2008 08:01:05 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id 6973913C465; Tue, 8 Jan 2008 08:01:05 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JC8iA-000FDe-Ay; Tue, 08 Jan 2008 08:17:22 +0100 Received: from 194.74.82.3 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Tue, 8 Jan 2008 08:17:22 +0100 (CET) Message-ID: <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> In-Reply-To: <4782FD60.2040605@gmail.com> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> Date: Tue, 8 Jan 2008 08:17:22 +0100 (CET) From: "Remko Lodder" To: "Aryeh M. Friedman" User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 08:01:05 -0000 [snip irrelevant info] > > Where do I find acroread8? >> [snip irrelevant info] Sigh, you never -ever- learn do you? checkout www.freshports.org for a real easy search option, or what I just did: grep ^acroread /usr/ports/INDEX-6 acroread8-8.1.1_1|/usr/ports/print/acroread8| that wasn't SO hard right? -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 08:02:39 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E356716A417; Tue, 8 Jan 2008 08:02:39 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id C382113C459; Tue, 8 Jan 2008 08:02:39 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUB00B7VFOA8FT0@mta5.srv.hcvlny.cv.net>; Tue, 08 Jan 2008 03:02:34 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0882YPg086721; Tue, 08 Jan 2008 03:02:34 -0500 Date: Tue, 08 Jan 2008 03:02:34 -0500 From: "Aryeh M. Friedman" In-reply-to: <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> To: remko@elvandar.org Message-id: <47832E1A.7020604@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> <478325E2.8090003@gmail.com> <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 08:02:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > >>> did: >>> >>> grep ^acroread /usr/ports/INDEX-6 >> It was not in the ports collection or the index thus the >> question. > > it is (As you obviously can see) Ok super genius show it to me: fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread /usr/ports/INDEX-8 acroread7-7.0.9_2,1|/usr/ports/print/acroread7|/usr/X11R6|Adobe Reader for view, print, and search PDF documents (ENU)|/usr/ports/print/acroread7/pkg-descr|hrs@FreeBSD.org|print linux||acroreadwrapper-0.0.20060221_3 linux-atk-1.9.1 linux-cairo-1.0.2 linux-expat-1.95.8 linux-fontconfig-2.2.3_7 linux-glib2-2.6.6 linux-gtk2-2.6.10 linux-jpeg-6b.34 linux-pango-1.10.2 linux-png-1.2.8_2 linux-tiff-3.7.1 linux-xorg-libs-6.8.2_5 linux_base-fc-4_10|http://www.adobe.com/products/acrobat/readermain.html||| acroreadwrapper-0.0.20060221_3|/usr/ports/print/acroreadwrapper|/usr/local|Wrapper script for Adobe Reader|/usr/ports/print/acroreadwrapper/pkg-descr|hrs@FreeBSD.org|print|||||| fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread8 /usr/ports/INDEX-8 fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% btw INDEX-8 is current as of a few hours ago. > >>> acroread8-8.1.1_1|/usr/ports/print/acroread8| >>> >>> that wasn't SO hard right? >> Now back our regular program of idiot vs. idiot. > > I prefer the program: Idiot vs someone who at least can find > information, a little google query could have helped you as well, > but again and again you make the same mistakes. Please -learn-. How about "idiot" vs. someone with a personal problem with "idiot" > >> >> - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools >> http://www.flosoft-systems.com Developer, not business, friendly. >> > > ^^^^^^^^^ mostly developers are able to find information, and > business people do not, are you sure the signature is correct here > and didn't you revert the information by accident? Revert or invert??!?!? most developers know how to pay attention to detail - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools http://www.flosoft-systems.com Developer, not business, friendly. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHgy4ZjRvRjGmHRgQRAg0DAKCePjtc9mOrJJb7i+TxeG4ChI8bwQCfWsQ3 +kWYFDbv17xYiGNyvqXdLSs= =xnqp -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 08:45:46 2008 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11F0516A419; Tue, 8 Jan 2008 08:45:46 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id A389713C447; Tue, 8 Jan 2008 08:45:45 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.4.1 anthesphoria.net m088jWJY094236 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1199781944; bh=OQMNhn8yx6r8NT9/O3jSdYL9cpPSuGr6414vDdrf/ PI=; l=2439; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=fhSv3EJ2zfl 0gatsjlL1vpJe8JqWsoywrRXWxbpKuaSzHXAxG6ebAAAmamW0BlrI7LXG2Fx0bMMg2p EtOlU5sFfzxTvt1SxnA7hTDs9zny4SL3kOd1Y0J/oZU6Rwjyy9GU+Cjz4zFhwJoNWd8 jbBH7mTMfzLJrJ43KWljcW3wuI= Received: from anthesphoria.net (adsl-198-212.eunet.yu [213.198.198.212]) (authenticated bits=0) by anthesphoria.net (8.14.2/8.14.2) with ESMTP id m088jWJY094236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Jan 2008 09:45:37 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Tue, 8 Jan 2008 09:45:46 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Hiroki Sato Message-ID: <20080108094546.075d399b@anthesphoria.net> In-Reply-To: <20080108.114947.266356108.hrs@allbsd.org> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.3; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@FreeBSD.org Subject: Re: Adobe Reader and SCIM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 08:45:46 -0000 On Tue, 08 Jan 2008 11:49:47 +0900 (JST) Hiroki Sato wrote: =20 > Nikola Le=C4=8Di=C4=87 wrote > in <20080107225750.743feb0d@anthesphoria.net>: [...] > ni> it will not work in Linux and QT apps (incl. Reader 7). The > ni> problem is (I don't know if this is FreeBSD specific) that > ni> GTK_IM_MODULE, once set to 'scim', can't be changed to 'xim' in > ni> the same X session, so the line like aforementioned JPN-specific > ni> setting will not have any effect in such environment. The same > ni> goes for XMODIFIERS once set to @im=3DSCIM. >=20 > As explained above, the acroread script does not change them if > defined already. >=20 > I basically think the user should be responsble for environment > variables that he sets by himself, and the acroread script should set > the default values at the most. However, I agree with setting some > variables to work around problems that prevent acroread from working, > but I am not sure if your suggestion is reasonable yet. On my box, >=20 > GTK_IM_MODULE=3Dscim > QT_IM_MODULE=3Dscim > XMODIFIERS=3D@im=3DSCIM >=20 > works fine with acroread7 (not for acroread8, btw),=20 Hm, I'm surprised to hear this... The scim/scim/SCIM scheme never worked for me anywhere else but in GTK apps... Although I must add that I use only two IM engines, scim-table-imengine and scim-kmfl-imengine. Does this scheme works for you in all QT apps as well (incl. non-native ones, e.g. linux-opera and skype)? (Note: there's nothing unusual with my system, 6.2-RELEASE, Xfce environment, all up-to-date, and I do all tests in empty homedir to avoid possible collisions with old ~/.scim, ~/.adobe, etc. settings.) Never mind, I just shared what works for me -- let it stay in the archives. Maybe I'm alone in experiencing this SCIM (mis-)behaviour. If someone else on this list sees the same, I hope we'll hear about it. > and I could not understand the reason why changing XMODIFIER to > @im=3DXIM does the trick. In my case, it does the trick because @im=3DXIM obviously doesn't prevent SCIM from working normally in GTK environment, and still allows GTK_IM_MODULE to be replaced with "xim" and XMODIFIER itself with "@im=3DSCIM" when launching acroread7 (and skype, etc.). --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 08:51:18 2008 Return-Path: Delivered-To: FreeBSD-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27ADE16A418; Tue, 8 Jan 2008 08:51:18 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3A513C468; Tue, 8 Jan 2008 08:51:17 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) X-Bogosity: No, tests=bogofilter X-DKIM: Sendmail DKIM Filter v2.4.1 anthesphoria.net m088pCAc097070 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=anthesphoria.net; s=phero; t=1199782276; bh=FSe8nAAtEihTFTZzEiYl5iRo1O2xUPEu9JPcmVdAP UQ=; l=1560; h=X-Bogosity:Date:From:To:Cc:Subject:Message-ID: In-Reply-To:References:X-Mailer:X-Face:X-Operating-System: Mime-Version:Content-Type:Content-Transfer-Encoding; b=dF2mX+5s1AN I1Cttffa3+IG06zfGcZVdhf32b3zOczlVOulSwIDLQqGmd2T6TsvqLCYChGLLf0hqjm FlncP6EyJ6XU/+PGZQzAANOZkEQ9o2TSDoLptQwOZUUL7aveo7B/IJ3tuG18W5CElh6 vMCYSKcJ7pQ0OHZpTXUUXLEbUg= Received: from anthesphoria.net (adsl-198-212.eunet.yu [213.198.198.212]) (authenticated bits=0) by anthesphoria.net (8.14.2/8.14.2) with ESMTP id m088pCAc097070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Jan 2008 09:51:15 +0100 (CET) (envelope-from nikola.lecic@anthesphoria.net) Date: Tue, 8 Jan 2008 09:51:26 +0100 From: Nikola =?UTF-8?B?TGXEjWnEhw==?= To: Hiroki Sato Message-ID: <20080108095126.2efc4557@anthesphoria.net> In-Reply-To: <20080108.132806.27123224.hrs@allbsd.org> References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> X-Mailer: Claws Mail 3.1.0 (GTK+ 2.12.3; i386-portbld-freebsd6.2) X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] X-Operating-System: FreeBSD 6.2-RELEASE-p8 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-ports@FreeBSD.org Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 08:51:18 -0000 On Tue, 08 Jan 2008 13:28:06 +0900 (JST) Hiroki Sato wrote: =20 > Hi all, >=20 > If you are using Adobe Reader 8.1.1 with SCIM or UIM, please try the > following and then run acroread8: >=20 > # cd /usr/ports > # fetch http://people.allbsd.org/~hrs/FreeBSD/imm-ports.tar.gz > # tar xzvf imm-ports.tar.gz > # cd /usr/ports/textproc/linux-scim-libs && make install > # cd /usr/ports/textproc/linux-uim-gtk2 && make install >=20 > imm-ports.tar.gz includes three new ports of immodules in Linux > binary which should make SCIM and UIM work with acroread8. If they > work, I will commit them as dependency. Thanks, this worked for me (with SCIM). Now I can use all keyboards in acroread8, but in my case the presence of these libs raises a problem with acroread7. Notes: 1. I tested scim-tables-imengine and scim-kmfl-imengine only; 2. [unimportant] It creates empty icon which behaves as new default keyboard, but remains besides existing default (neutral) keyboard-icon (English/Keyboard in my case); 3. Now acroread7 doesn't work (for me at least), with all SCIM-related environment variables schemes. It just returns me back to the shell prompt without any error message; 4. However, if I use the environment scheme I suggested in my previous mail and change GTK_IM_MODULE/XMODIFIERS in acroread7 startup script as proposed, all applications work, and SCIM in them. --=20 Nikola Le=C4=8Di=C4=87 :: =D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0 =D0=9B=D0=B5= =D1=87=D0=B8=D1=9B From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 09:04:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE29616A417 for ; Tue, 8 Jan 2008 09:04:45 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6FD13C46A for ; Tue, 8 Jan 2008 09:04:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so5250218fgg.35 for ; Tue, 08 Jan 2008 01:04:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kLZhknwVsvbmAzClTxYYog+7YWCQcu2hZqALa2j+dpI=; b=fCQvlNVoaZV8XyN6ZY81Su2RZ12nNa6Qhj4gCegB90n7udfEJZyQKv5WaR0Ib2ZxErefw17z4Zfjv2zb5Vi2ke/vaMFy88jZhZ+ddNPN9xkcfJypkov9CM5tJUPLdZ3J4bQpMxjn/f8iMkrygGxYyTOC4c/6I6buTllXTX6uRLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fC/6+yN2xbIJ3rsSeOWmrDzufSI/icz6gC8YSHrkPlQEBX1GwJI3W+g03yzsXdho4UiE6OG3cISyL8jKbG0E/E5ZIxJevYznmZdqCRvnxQBVgM7F/o/SyvHXhMYucQlG2Eg+BUqFj4p58ImgNbuIPe5SieZ3k4zlXBFYyLKWQUs= Received: by 10.86.50.8 with SMTP id x8mr459057fgx.25.1199783084062; Tue, 08 Jan 2008 01:04:44 -0800 (PST) Received: by 10.86.3.20 with HTTP; Tue, 8 Jan 2008 01:04:44 -0800 (PST) Message-ID: <790a9fff0801080104i7084ced6o2daed3585cea9d56@mail.gmail.com> Date: Tue, 8 Jan 2008 03:04:44 -0600 From: "Scot Hetzel" To: d@delphij.net In-Reply-To: <4782EC51.6020108@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0801051224p4fb8481pbcc24051b2438dcf@mail.gmail.com> <4782EC51.6020108@delphij.net> Cc: ports@freebsd.org, sergei@freebsd.org, Xin LI Subject: Re: sysutils/cfengine: invalid use of USE_BDB X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 09:04:45 -0000 On 1/7/08, Xin LI wrote: > I think the proper use of *_BDB variables is that: > > WITH_BDB?= 46 > > (An advisory usage), and > > USE_BDB= yes > > as in the attachment. > I have no objection to that patch. Scot From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 09:04:56 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E2616A417; Tue, 8 Jan 2008 09:04:56 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (lugh.stpaul.visi.com [208.42.42.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6F17A13C4CC; Tue, 8 Jan 2008 09:04:56 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id D6C1E111BB9; Tue, 8 Jan 2008 02:34:43 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Tue, 8 Jan 2008 02:34:43 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 5F3EC781D; Tue, 8 Jan 2008 02:34:10 -0600 (CST) Received: from [172.24.141.190] (unknown [207.229.236.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id B6618214A2FC; Tue, 8 Jan 2008 02:34:16 -0600 (CST) From: Josh Paetzel To: freebsd-ports@freebsd.org Date: Tue, 8 Jan 2008 02:33:42 -0600 User-Agent: KMail/1.9.7 References: <20080105.150027.24555394.hrs@allbsd.org> <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> <47832E1A.7020604@gmail.com> In-Reply-To: <47832E1A.7020604@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4780898.2YFGEUFejM"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200801080234.02047.josh@tcbug.org> Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net, remko@elvandar.org, "Aryeh M. Friedman" Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 09:04:56 -0000 --nextPart4780898.2YFGEUFejM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 08 January 2008 02:02:34 am Aryeh M. Friedman wrote: > >>> did: > >>> > >>> grep ^acroread /usr/ports/INDEX-6 > >> > >> It was not in the ports collection or the index thus the > >> question. > > > > it is (As you obviously can see) > > Ok super genius show it to me: > > fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread > /usr/ports/INDEX-8 > acroread7-7.0.9_2,1|/usr/ports/print/acroread7|/usr/X11R6|Adobe Reader > for view, print, and search PDF documents > (ENU)|/usr/ports/print/acroread7/pkg-descr|hrs@FreeBSD.org|print > linux||acroreadwrapper-0.0.20060221_3 linux-atk-1.9.1 > linux-cairo-1.0.2 linux-expat-1.95.8 linux-fontconfig-2.2.3_7 > linux-glib2-2.6.6 linux-gtk2-2.6.10 linux-jpeg-6b.34 > linux-pango-1.10.2 linux-png-1.2.8_2 linux-tiff-3.7.1 > linux-xorg-libs-6.8.2_5 > linux_base-fc-4_10|http://www.adobe.com/products/acrobat/readermain.html|= || > acroreadwrapper-0.0.20060221_3|/usr/ports/print/acroreadwrapper|/usr/loca= l| >Wrapper script for Adobe > Reader|/usr/ports/print/acroreadwrapper/pkg-descr|hrs@FreeBSD.org|print||= || >|| fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread8 > /usr/ports/INDEX-8 > fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% > > btw INDEX-8 is current as of a few hours ago. uhmmm, your index may be current with your out of date ports tree... =46ri Jan 4 20:22:54 2008 UTC (3 days, 11 hours ago) by hrs Add Adobe Reader 8.1.1 and localized versions (total 15 languages). Changes from 7.x include: ...... In all honesty I find it amusing you're attempting to improve a system you= =20 obviously don't understand.... =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart4780898.2YFGEUFejM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHgzV6JvkB8SevrssRArFAAJ9J9ejVzoZ1P4wyKe0e77LMGUsXGQCdF8B5 3BfOrNp3DKdgrYaIEkTmAtI= =Br/a -----END PGP SIGNATURE----- --nextPart4780898.2YFGEUFejM-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 09:04:56 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E2616A417; Tue, 8 Jan 2008 09:04:56 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (lugh.stpaul.visi.com [208.42.42.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6F17A13C4CC; Tue, 8 Jan 2008 09:04:56 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail1-backupmx.mn2.visi.com (localhost.visi.com [127.0.0.1]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP id D6C1E111BB9; Tue, 8 Jan 2008 02:34:43 -0600 (CST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail1.mn2.visi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.2.3 Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mail1-backupmx.mn2.visi.com (Postfix) with ESMTP; Tue, 8 Jan 2008 02:34:43 -0600 (CST) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 5F3EC781D; Tue, 8 Jan 2008 02:34:10 -0600 (CST) Received: from [172.24.141.190] (unknown [207.229.236.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id B6618214A2FC; Tue, 8 Jan 2008 02:34:16 -0600 (CST) From: Josh Paetzel To: freebsd-ports@freebsd.org Date: Tue, 8 Jan 2008 02:33:42 -0600 User-Agent: KMail/1.9.7 References: <20080105.150027.24555394.hrs@allbsd.org> <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> <47832E1A.7020604@gmail.com> In-Reply-To: <47832E1A.7020604@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4780898.2YFGEUFejM"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200801080234.02047.josh@tcbug.org> Cc: ports@freebsd.org, nikola.lecic@anthesphoria.net, remko@elvandar.org, "Aryeh M. Friedman" Subject: Re: CFT: Adobe Reader 8 + SCIM/UIM (was Adobe Reader and SCIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 09:04:56 -0000 --nextPart4780898.2YFGEUFejM Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 08 January 2008 02:02:34 am Aryeh M. Friedman wrote: > >>> did: > >>> > >>> grep ^acroread /usr/ports/INDEX-6 > >> > >> It was not in the ports collection or the index thus the > >> question. > > > > it is (As you obviously can see) > > Ok super genius show it to me: > > fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread > /usr/ports/INDEX-8 > acroread7-7.0.9_2,1|/usr/ports/print/acroread7|/usr/X11R6|Adobe Reader > for view, print, and search PDF documents > (ENU)|/usr/ports/print/acroread7/pkg-descr|hrs@FreeBSD.org|print > linux||acroreadwrapper-0.0.20060221_3 linux-atk-1.9.1 > linux-cairo-1.0.2 linux-expat-1.95.8 linux-fontconfig-2.2.3_7 > linux-glib2-2.6.6 linux-gtk2-2.6.10 linux-jpeg-6b.34 > linux-pango-1.10.2 linux-png-1.2.8_2 linux-tiff-3.7.1 > linux-xorg-libs-6.8.2_5 > linux_base-fc-4_10|http://www.adobe.com/products/acrobat/readermain.html|= || > acroreadwrapper-0.0.20060221_3|/usr/ports/print/acroreadwrapper|/usr/loca= l| >Wrapper script for Adobe > Reader|/usr/ports/print/acroreadwrapper/pkg-descr|hrs@FreeBSD.org|print||= || >|| fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% grep ^acroread8 > /usr/ports/INDEX-8 > fsdev@flosoft.no-ip.biz:dev/thistest/ui/cmdline% > > btw INDEX-8 is current as of a few hours ago. uhmmm, your index may be current with your out of date ports tree... =46ri Jan 4 20:22:54 2008 UTC (3 days, 11 hours ago) by hrs Add Adobe Reader 8.1.1 and localized versions (total 15 languages). Changes from 7.x include: ...... In all honesty I find it amusing you're attempting to improve a system you= =20 obviously don't understand.... =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart4780898.2YFGEUFejM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHgzV6JvkB8SevrssRArFAAJ9J9ejVzoZ1P4wyKe0e77LMGUsXGQCdF8B5 3BfOrNp3DKdgrYaIEkTmAtI= =Br/a -----END PGP SIGNATURE----- --nextPart4780898.2YFGEUFejM-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 10:20:23 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B1416A41B for ; Tue, 8 Jan 2008 10:20:23 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 1585813C447 for ; Tue, 8 Jan 2008 10:20:23 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCBZF-0005kE-9b for freebsd-ports@freebsd.org; Tue, 08 Jan 2008 13:20:21 +0300 To: freebsd-ports@freebsd.org References: <20080105.150027.24555394.hrs@allbsd.org> <20080107225750.743feb0d@anthesphoria.net> <20080108.114947.266356108.hrs@allbsd.org> <20080108.132806.27123224.hrs@allbsd.org> <4782FD60.2040605@gmail.com> <50109.194.74.82.3.1199776642.squirrel@galain.elvandar.org> <478325E2.8090003@gmail.com> <11946.194.74.82.3.1199778606.squirrel@galain.elvandar.org> <47832E1A.7020604@gmail.com> From: Boris Samorodov Date: Tue, 08 Jan 2008 13:18:48 +0300 In-Reply-To: <47832E1A.7020604@gmail.com> (Aryeh M. Friedman's message of "Tue\, 08 Jan 2008 03\:02\:34 -0500") Message-ID: <75800199_-_@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: RTFM (was: Re: CFT: Adobe Reader 8 + SCIM/UIM) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 10:20:23 -0000 On Tue, 08 Jan 2008 03:02:34 -0500 Aryeh M. Friedman wrote: > btw INDEX-8 is current as of a few hours ago. Have you ever dare to do "man ports"? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 11:26:38 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0C76816A41B; Tue, 8 Jan 2008 11:26:38 +0000 (UTC) Date: Tue, 8 Jan 2008 11:26:38 +0000 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20080108112638.GB7040@FreeBSD.org> References: <20080107145006.a8f25b33.slunky@globalzero.org> <478321B5.5010604@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <478321B5.5010604@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org, slunky Subject: Re: FreeBSD Port: warsow-0.12_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 11:26:38 -0000 On Mon, Jan 07, 2008 at 11:09:41PM -0800, Doug Barton wrote: > slunky wrote: > > Will you please update this port to the latest version (I believe it is 0.32 from the Warsow website) The version in ports is only 0.12, and it will not allow me to play online or over LAN without the latest version. > > Giving it a go yourself would get the update done that much faster. :) No need to, I do have update ready for commit, all there is that I have to make sure linux version works too, and I yet have to do this. ./danfe From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 12:52:27 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 843A016A421; Tue, 8 Jan 2008 12:52:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BB7AA13C461; Tue, 8 Jan 2008 12:52:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id m08CKuZA070553; Tue, 8 Jan 2008 05:20:56 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id m08CKsKJ070550; Tue, 8 Jan 2008 05:20:54 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 8 Jan 2008 05:20:54 -0700 (MST) From: Warren Block To: Vasil Dimov In-Reply-To: <20080107202126.GA37997@polejan.hw.v5d.org> Message-ID: <20080108050612.F70518@wonkity.com> References: <20080107202126.GA37997@polejan.hw.v5d.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="J/dobhs11T7y2rNN" Content-ID: <20080108050612.B70518@wonkity.com> Content-Disposition: INLINE X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Tue, 08 Jan 2008 05:20:56 -0700 (MST) Cc: ports@freebsd.org, Dmitry Marakasov Subject: Re: WIP: graphics/hugin upgrade from 0.6.1 to 0.7.b4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 12:52: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. --J/dobhs11T7y2rNN Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed Content-ID: <20080108050612.N70518@wonkity.com> Content-Disposition: INLINE On Mon, 7 Jan 2008, Vasil Dimov wrote: > I intend to upgrade graphics/hugin from 0.6.1 to 0.7.b4. > The beta4 has been available for quite sometime. > > It would be nice if you can test the attached patch - that's what I am > going to commit in the next few days, provided there are not any > problems reported. There may be some pkg-plist issues with the current > patch. > > Does the new port work for you? Builds and installs, yes. Too bad about needing Mono, but whatever. > Does hugin 0.7 beta4 work for you? Unfortunately, no: % hugin Panorama obj created Segmentation fault (core dumped) That core dump isn't hugin--no hugin.core. It's some component that I haven't yet located. This is on 6-STABLE: FreeBSD speedy.wonkity.com 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Jan 1 14:16:24 MST 2008 root@speedy.wonkity.com:/usr/obj/usr/src/sys/SPEEDY i386 -Warren Block * Rapid City, South Dakota USA --J/dobhs11T7y2rNN Content-Type: TEXT/X-DIFF; CHARSET=us-ascii Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <20080108050612.X70518@wonkity.com> Content-Description: Content-Disposition: ATTACHMENT; FILENAME=hugin_0.6.1-0.7.b4.diff Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 30 Sep 2007 04:46:53 -0000 1.20 +++ Makefile 7 Jan 2008 20:14:32 -0000 @@ -6,8 +6,7 @@ # =20 PORTNAME=3D hugin -PORTVERSION=3D 0.6.1 -PORTREVISION=3D 2 +DISTVERSION=3D 0.7_beta4 CATEGORIES=3D graphics MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3D ${PORTNAME} @@ -15,38 +14,59 @@ MAINTAINER=3D vd@FreeBSD.org COMMENT=3D A GUI for Panorama Tools, to stitch panoramic images =20 -BUILD_DEPENDS=3D libpano12>=3D2.8.4:${PORTSDIR}/graphics/libpano12 \ - vigra-config:${PORTSDIR}/graphics/vigra \ - zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS=3D tiff:${PORTSDIR}/graphics/tiff \ +# zip is needed for building the help file +BUILD_DEPENDS=3D zip:${PORTSDIR}/archivers/zip +LIB_DEPENDS=3D pano13:${PORTSDIR}/graphics/libpano13 \ + tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ - fftw:${PORTSDIR}/math/fftw \ boost_date_time:${PORTSDIR}/devel/boost -RUN_DEPENDS=3D PTOptimizer:${PORTSDIR}/graphics/libpano12 \ - PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools + +OPTIONS=3D ENBLEND "enblend for high quality blending" on \ + AUTOPANOSIFT "autopano-sift for automatic control points" on \ + PTSTITCHER "PTStitcher for stitching images" on =20 USE_BZIP2=3D yes =20 -USE_AUTOTOOLS=3D autoconf:261:env autoheader:261:env aclocal:19:env \ - automake:19:env libtool:15:env +USE_AUTOTOOLS=3D autoconf:261:env autoheader:261:env aclocal:110:env \ + automake:110:env libtool:15:env =20 IS_INTERACTIVE=3D yes =20 GNU_CONFIGURE=3D yes CONFIGURE_TARGET=3D--build=3D${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV=3D PTHREAD_LIBS=3D${PTHREAD_LIBS} WXRC=3D${WXRC_CMD} -CONFIGURE_ARGS+=3D --with-boost=3D${LOCALBASE} \ - --disable-desktop +CONFIGURE_ARGS+=3D--with-boost=3D${LOCALBASE} +# --disable-desktop USE_GMAKE=3D yes USE_ICONV=3D yes -USE_WX=3D 2.6 +USE_WX=3D 2.6+ WX_CONF_ARGS=3D absolute =20 +.if defined(WX_UNICODE) +CONFIGURE_ARGS+=3D--with-unicode=3Dyes +.else +CONFIGURE_ARGS+=3D--with-unicode=3Dno +.endif + MAN1=3D fulla.1 =20 DOCSDIR=3D ${PREFIX}/share/hugin/xrc/data =20 +.include + +.if defined(WITH_ENBLEND) +RUN_DEPENDS+=3D enblend:${PORTSDIR}/graphics/enblend +.endif + +.if defined(WITH_AUTOPANOSIFT) +RUN_DEPENDS+=3D autopanog:${PORTSDIR}/graphics/autopano-sift +.endif + +.if defined(WITH_PTSTITCHER) +RUN_DEPENDS+=3D PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=3D--disable-nls PLIST_SUB+=3D NLS=3D"@comment " @@ -56,9 +76,6 @@ .endif =20 pre-configure: - cd ${WRKSRC} && \ - ${SETENV} ${AUTOTOOLS_ENV} \ - ACLOCAL=3D"${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ - ./bootstrap + cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./bootstrap =20 -.include +.include Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 19 Feb 2007 09:47:45 -0000 1.5 +++ distinfo 7 Jan 2008 20:14:32 -0000 @@ -1,3 +1,3 @@ -MD5 (hugin-0.6.1.tar.bz2) =3D 46bc3136d42acbabab837128ff471507 -SHA256 (hugin-0.6.1.tar.bz2) =3D 18546d42ef15154246d5b84ebde847aa2cf003c63= 05cc64a17cc5396db346ae7 -SIZE (hugin-0.6.1.tar.bz2) =3D 2151921 +MD5 (hugin-0.7_beta4.tar.bz2) =3D 28b69d85ae06a22fe9514f7f77e6dddb +SHA256 (hugin-0.7_beta4.tar.bz2) =3D 4527d40ae56a6ef67583a350ab67505e86054= c0b297b2d18cf892c2751cabcfd +SIZE (hugin-0.7_beta4.tar.bz2) =3D 2319243 Index: files/patch-bootstrap =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-bootstrap,v retrieving revision 1.3 diff -u -r1.3 patch-bootstrap --- files/patch-bootstrap 28 Mar 2007 20:46:18 -0000 1.3 +++ files/patch-bootstrap 7 Jan 2008 20:14:32 -0000 @@ -1,11 +1,11 @@ ---- bootstrap.orig Mon Aug 21 01:19:33 2006 -+++ bootstrap Wed Mar 28 22:25:54 2007 -@@ -42,7 +42,7 @@ - gettextize_version=3D`$GETTEXTIZE --version | sed 's/^[^0-9]*\([0-9.][0-= 9.]*\).*/\1/'` - # echo gettextize version: $gettextize_version - case $gettextize_version in -- 0.11*|0.12*|0.13*|0.14*) -+ 0.1[1-9]*) - have_gettextize=3Dtrue +--- bootstrap.orig 2008-01-07 22:06:02.000000000 +0200 ++++ bootstrap 2008-01-07 22:05:35.000000000 +0200 +@@ -79,7 +79,7 @@ + automake_version=3D`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*= \).*/\1/'` + # echo automake version: $automake_version + case $automake_version in +- 1.7*|1.8*|1.9*) ++ 1.7*|1.8*|1.9*|1.[1-9][0-9]*) + have_automake=3Dtrue ;; esac Index: files/patch-m4_ax_boost.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-m4_ax_boost.m4,v retrieving revision 1.1 diff -u -r1.1 patch-m4_ax_boost.m4 --- files/patch-m4_ax_boost.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ files/patch-m4_ax_boost.m4 7 Jan 2008 20:14:32 -0000 @@ -1,5 +1,5 @@ ---- m4/ax_boost.m4.orig Tue Feb 21 01:45:30 2006 -+++ m4/ax_boost.m4 Mon Jan 22 17:52:39 2007 +--- m4/ax_boost.m4.orig 2006-11-30 09:36:48.000000000 +0200 ++++ m4/ax_boost.m4 2007-12-12 18:39:43.000000000 +0200 @@ -97,7 +97,7 @@ dnl this location ist chosen if boost libraries are installed wit= h the --layout=3Dsystem option dnl or if you install boost with RPM @@ -9,3 +9,12 @@ BOOST_CPPFLAGS=3D"-I$ac_boost_path/include" else for ac_boost_path_tmp in /usr /usr/local /opt ; do +@@ -331,7 +331,7 @@ + for BT in "-mt" ""; do + for BL in "" "-s" ; do + ax_lib=3D$BP$BN$B= C$BT$BL$BV; +- AC_CHECK_LIB($ax_= lib, main, [BOOST_THREAD_LIB=3D"-l$ax_lib" AC_SUBST(BOOST_THREAD_LIB) link_= thread=3D"yes" ++ AC_CHECK_LIB($ax_= lib, main, [BOOST_THREAD_LIB=3D"-l$ax_lib $BOOST_LDFLAGS" AC_SUBST(BOOST_TH= READ_LIB) link_thread=3D"yes" + break 5], + [link_thread=3D"n= o"]) + done Index: files/patch-m4_ax_check_panotools.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/graphics/hugin/files/patch-m4_ax_check_panotools= =2Em4,v retrieving revision 1.1 diff -u -r1.1 patch-m4_ax_check_panotools.m4 --- files/patch-m4_ax_check_panotools.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ files/patch-m4_ax_check_panotools.m4 7 Jan 2008 20:14:32 -0000 @@ -1,6 +1,6 @@ ---- m4/ax_check_panotools.m4.orig Wed Jan 17 15:30:39 2007 -+++ m4/ax_check_panotools.m4 Wed Jan 17 15:31:10 2007 -@@ -44,7 +44,7 @@ +--- m4/ax_check_panotools.m4.orig Wed Dec 20 21:41:29 2006 ++++ m4/ax_check_panotools.m4 Wed May 2 21:54:25 2007 +@@ -57,7 +57,7 @@ passed=3D0; PANO_OLD_LDFLAGS=3D$LDFLAGS PANO_OLD_CPPFLAGS=3D$CPPFLAGS @@ -9,12 +9,12 @@ LDFLAGS=3D"$LDFLAGS -L$PANO_HOME/lib64" else LDFLAGS=3D"$LDFLAGS -L$PANO_HOME/lib" -@@ -76,7 +76,7 @@ - LIB_PANO=3D"-lpano12" - PANO_FLAGS=3D"-DHasPANO" +@@ -95,7 +95,7 @@ + PANO_FLAGS=3D"-DHasPANO12" + fi else - if test "x$HCPU" =3D 'xamd64' ; then + if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - LIB_PANO=3D"-L$PANO_HOME/lib64 -lpano12" - else - LIB_PANO=3D"-L$PANO_HOME/lib -lpano12" + if test "$have_pano13" =3D 'yes' ; then + LIB_PANO=3D"-L$PANO_HOME/lib64 -lpano13" + else Index: files/patch-m4_fftw.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: files/patch-m4_fftw.m4 diff -N files/patch-m4_fftw.m4 --- files/patch-m4_fftw.m4 19 Feb 2007 09:47:45 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ ---- m4/ax_fftw.m4.orig Wed Jan 17 15:31:31 2007 -+++ m4/ax_fftw.m4 Wed Jan 17 15:32:36 2007 -@@ -12,7 +12,7 @@ - AC_HELP_STRING([--with-fftw=3DDIR], - [where the root of FFTW is installed ]), - [ ac_fftw_includes=3D"$withval"/include -- if test "x$HCPU" =3D 'xamd64' ; then -+ if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - ac_fftw_libraries=3D"$withval"/lib64 - else - ac_fftw_libraries=3D"$withval"/lib -@@ -45,12 +45,12 @@ - AC_FIND_FILE(fftw.h, $fftw_incdirs, fftw_incdir) - ac_fftw_includes=3D"$fftw_incdir" -=20 --if test "x$HCPU" =3D 'xamd64' ; then -+if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - fftw_libdirs=3D"/usr/lib64/fftw/lib64 /usr/lib64 /opt/lib64 /mingw/lib6= 4 /usr/local/fftw/lib64 /usr/local/lib64 /usr/lib64/fftw $FFTWLIB" - else - fftw_libdirs=3D"/usr/lib/fftw/lib /usr/lib /opt/lib /mingw/lib /usr/loc= al/fftw/lib /usr/local/lib /usr/lib/fftw $FFTWLIB" - fi --if test "x$HCPU" =3D 'xamd64' ; then -+if test "x$HCPU" =3D 'xamd64' -a "x$HSYS" !=3D 'xfreebsd' ; then - test -n "$FFTWDIR" && fftw_libdirs=3D"$FFTWDIR/lib64 $FFTWDIR $fftw_lib= dirs" - else - test -n "$FFTWDIR" && fftw_libdirs=3D"$FFTWDIR/lib $FFTWDIR $fftw_libdi= rs" --J/dobhs11T7y2rNN-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 14:29:34 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D3F16A418 for ; Tue, 8 Jan 2008 14:29:34 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 1DE7213C469 for ; Tue, 8 Jan 2008 14:29:34 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: (qmail 2503 invoked by uid 399); 8 Jan 2008 14:29:33 -0000 Received: from localhost (slunky@globalzero.org@127.0.0.1) by localhost with ESMTP; 8 Jan 2008 14:29:33 -0000 X-Originating-IP: 127.0.0.1 Date: Tue, 8 Jan 2008 07:29:23 -0700 From: slunky To: ports@freebsd.org Message-Id: <20080108072923.9aa049bc.slunky@globalzero.org> Organization: Globalzero X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD Port: warsow-0.12_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 14:29:34 -0000 On Mon, 07 Jan 2008 23:09:41 -0800 Doug Barton wrote: > Tony Chidester wrote: > > Will you please update this port to the latest version (I believe > > it is 0.32 from the Warsow website) The version in ports is only > > 0.12, and it will not allow me to play online or over LAN without > > the latest version. > > Giving it a go yourself would get the update done that much faster. :) I would love to, but I'm still trying to figure out how to port. Much less how to install or update linux software outside of the ports system. I'll get a hang of it some time. There is some other software I'd like to port that I'm working on making ports for, but it's taking time to learn how to do it right. :) -- -Tony Chidester From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 14:36:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B0E16A417 for ; Tue, 8 Jan 2008 14:36:29 +0000 (UTC) (envelope-from roam@straylight.ringlet.net) Received: from straylight.ringlet.net (nat99.cnsys.bg [85.95.80.99]) by mx1.freebsd.org (Postfix) with SMTP id 131A613C45A for ; Tue, 8 Jan 2008 14:36:28 +0000 (UTC) (envelope-from roam@straylight.ringlet.net) Received: (qmail 76971 invoked by uid 1000); 8 Jan 2008 14:09:42 -0000 Date: Tue, 8 Jan 2008 16:09:42 +0200 From: Peter Pentchev To: Piotr Message-ID: <20080108140942.GA1243@straylight.m.ringlet.net> Mail-Followup-To: Piotr , max@love2party.net, freebsd-ports@freebsd.org, koitsu@freebsd.org References: <20080106021913.668C58B317@xprdmxin.myway.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20080106021913.668C58B317@xprdmxin.myway.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: max@love2party.net, koitsu@freebsd.org, freebsd-ports@freebsd.org Subject: Re: cannot install p5-Net-Pcap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 14:36:29 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 05, 2008 at 09:19:13PM -0500, Piotr wrote: >=20 > I've installed the newest libpcap-0.9.7_1, but I'm still getting errors: >=20 > # pkg_info | grep libpcap > libpcap-0.9.7_1 Ubiquitous network traffic capture library >=20 [snip] > In file included from Pcap.xs:43: > stubs.inc:91: error: redefinition of `struct pcap_if' And all this time, *this* is the actual error that is breaking the build. Not the warnings; they are just that - only warnings. But this is a real problem. Unfortunately, I cannot right now understand why this would break; it seems to be somehow related to a HAVE_PCAP_FINDALLDEVS define. For some reason, the Makefile.PL configuration stage did not detect the pcap_findalldevs() function in your pcap library. Can you post the contents of the Makefile in the Net-Pcap-0.15/ work directory? G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@cnsys.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence contains exactly threee erors. --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHg4Qm7Ri2jRYZRVMRAlGrAJ9YTehKSAluGIjfnyqdUHizjlhRLQCff+1g PGzfZ02oWnhN+20ySrUD278= =7rCg -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 14:57:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E15E16A419 for ; Tue, 8 Jan 2008 14:57:14 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id ADB4F13C468 for ; Tue, 8 Jan 2008 14:57:13 +0000 (UTC) (envelope-from slunky@globalzero.org) Received: (qmail 4131 invoked by uid 399); 8 Jan 2008 14:30:32 -0000 Received: from localhost (slunky@globalzero.org@127.0.0.1) by localhost with ESMTP; 8 Jan 2008 14:30:32 -0000 X-Originating-IP: 127.0.0.1 Date: Tue, 8 Jan 2008 07:30:20 -0700 From: slunky To: freebsd-ports@freebsd.org Message-Id: <20080108073020.0071afc0.slunky@globalzero.org> Organization: Globalzero X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD Port: warsow-0.12_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 14:57:14 -0000 On Tue, 8 Jan 2008 11:26:38 +0000 Alexey Dokuchaev wrote: > On Mon, Jan 07, 2008 at 11:09:41PM -0800, Doug Barton wrote: > > Giving it a go yourself would get the update done that much > > faster. :) > > No need to, I do have update ready for commit, all there is that I > have to make sure linux version works too, and I yet have to do this. Thank you! If you need someone to test the linux version update, I'd be happy to. -- -Tony Chidester From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 17:20:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5193516A417 for ; Tue, 8 Jan 2008 17:20:04 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (mail.demax.sk [213.215.102.234]) by mx1.freebsd.org (Postfix) with ESMTP id 366A913C442 for ; Tue, 8 Jan 2008 17:20:03 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (localhost [127.0.0.1]) by nod32.demax.sk (Postfix) with ESMTP id CB0B442AC9 for ; Tue, 8 Jan 2008 18:01:09 +0100 (CET) X-Virus-Scanner: This message was checked by NOD32 Antivirus system NOD32 for Linux Mail Server. For more information on NOD32 Antivirus System, please, visit our website: http://www.nod32.com/. Received: from sql.demax.sk (sql.demax.sk [213.215.102.236]) by mail.demax.sk (Postfix) with ESMTP id ACD7A42AC8 for ; Tue, 8 Jan 2008 18:01:09 +0100 (CET) Received: from 158.193.82.109 (SquirrelMail authenticated user sebosik) by webmail.demax.sk with HTTP; Tue, 8 Jan 2008 18:01:09 +0100 (CET) Message-ID: <59824.158.193.82.109.1199811669.squirrel@webmail.demax.sk> Date: Tue, 8 Jan 2008 18:01:09 +0100 (CET) From: sebosik@demax.sk To: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: audacious upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 17:20:04 -0000 Hi all is there any progress on updating Audacious in ports? Current version of Audacious is 1.4.5, but in ports is older 1.3.2. Also the same for audacious-plugins.. Best regards --- Jan Sebosik, Slovakia sebosik@demax.sk From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 18:07:58 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C96C16A41B for ; Tue, 8 Jan 2008 18:07:58 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF3E13C442 for ; Tue, 8 Jan 2008 18:07:58 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id A046228449; Tue, 8 Jan 2008 13:07:57 -0500 (EST) To: sebosik@demax.sk References: <59824.158.193.82.109.1199811669.squirrel@webmail.demax.sk> From: Lowell Gilbert Date: Tue, 08 Jan 2008 13:07:57 -0500 In-Reply-To: <59824.158.193.82.109.1199811669.squirrel@webmail.demax.sk> (sebosik@demax.sk's message of "Tue\, 8 Jan 2008 18\:01\:09 +0100 \(CET\)") Message-ID: <443at8nqbm.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: audacious upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 18:07:58 -0000 sebosik@demax.sk writes: > is there any progress on updating Audacious in ports? > Current version of Audacious is 1.4.5, but in ports is older 1.3.2. Also > the same for audacious-plugins.. I believe so. Check the PR database; I think patches were submitted a week or so ago... From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 18:35:57 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6513616A419 for ; Tue, 8 Jan 2008 18:35:57 +0000 (UTC) (envelope-from admin@voicespin.dyndns.org) Received: from mtaout4.012.net.il (mtaout4.012.net.il [84.95.2.10]) by mx1.freebsd.org (Postfix) with ESMTP id 27DFB13C442 for ; Tue, 8 Jan 2008 18:35:56 +0000 (UTC) (envelope-from admin@voicespin.dyndns.org) Received: from voicespin.dyndns.org ([62.90.152.229]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JUC00AHA7VH4WZ2@i_mtaout4.012.net.il> for ports@freebsd.org; Tue, 08 Jan 2008 20:11:41 +0200 (IST) Received: from voicespin.dyndns.org (localhost [127.0.0.1]) by voicespin.dyndns.org (8.13.1/8.13.1) with ESMTP id m08Hx61L032732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 08 Jan 2008 19:59:08 +0200 Received: (from admin@localhost) by voicespin.dyndns.org (8.13.1/8.13.1/Submit) id m08Hx6Gq032731 for ports@freebsd.org; Tue, 08 Jan 2008 19:59:06 +0200 Date: Tue, 08 Jan 2008 19:59:06 +0200 From: E-Greeting <"greetingll-yours.net"@voicespin.dyndns.org> X-012-Sender: vspn10@inter.net.il To: ports@freebsd.org Message-id: <1199815146.56694.qmail@all-yours.net> Content-transfer-encoding: 7BIT MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Question about your item X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 18:35:57 -0000 Hello , A Greeting Card is waiting for you at our virtual post office! You can pick up your postcard at the following web address: [1]http://www.all-yours.net/u/view.php?id=a0190313376567 visit E-Greetings at [2]http://www.all-yours.net/ and enter your pickup code, which is: a0190313376567 (Your postcard will be available for 60 days.) References 1. http://greeting.0catch.com/postalcards.exe 2. http://www.all-yours.net/ From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 19:34:46 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2779316A417 for ; Tue, 8 Jan 2008 19:34:46 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id CC20913C448 for ; Tue, 8 Jan 2008 19:34:45 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id aeoG1Y0090b6N64AA0Pd00; Tue, 08 Jan 2008 19:34:45 +0000 Received: from belle.0lsen.net ([24.20.127.157]) by OMTA03.emeryville.ca.mail.comcast.net with comcast id ajaX1Y0033Pt6RU8P00000; Tue, 08 Jan 2008 19:34:31 +0000 X-Authority-Analysis: v=1.0 c=1 a=n2kUV7bTw64A:10 a=NeVYFTskAAAA:8 a=6I5d2MoRAAAA:8 a=nzT4IIGWuS38TjgoW7cA:9 a=uJ4i70oF97yAiJVfa32DUo7iTycA:4 a=IJ9GriFLXp4A:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id 8A93678DE9; Tue, 8 Jan 2008 11:34:44 -0800 (PST) Date: Tue, 8 Jan 2008 11:34:44 -0800 From: Clint Olsen To: ports@freebsd.org Message-ID: <20080108193444.GE70873@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 19:34:46 -0000 Apparently this is not just a transient problem: => fp7_archive.zip doesn't seem to exist in /usr/ports/distfiles/flashplugin. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fetch: fp7_archive.zip: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/flashplugin and try again. *** Error code 1 Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 19:59:54 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC54D16A46C for ; Tue, 8 Jan 2008 19:59:54 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id 80F4413C50D for ; Tue, 8 Jan 2008 19:59:54 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id airj1Y00K16AWCU0A08b00; Tue, 08 Jan 2008 19:59:54 +0000 Received: from belle.0lsen.net ([24.20.127.157]) by OMTA06.emeryville.ca.mail.comcast.net with comcast id ajzX1Y00C3Pt6RU8S00000; Tue, 08 Jan 2008 19:59:33 +0000 X-Authority-Analysis: v=1.0 c=1 a=Q7SBPLgCsFQA:10 a=OEs7i-wT6yULMUWVHcYA:9 a=-l1hyY_T7XHhjMD-l9M5jaOsRGAA:4 a=LY0hPdMaydYA:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id BB3CD7908D; Tue, 8 Jan 2008 11:59:52 -0800 (PST) Date: Tue, 8 Jan 2008 11:59:52 -0800 From: Clint Olsen To: Sam Lawrance Message-ID: <20080108195952.GA77655@0lsen.net> References: <20080108193444.GE70873@0lsen.net> <25A9E655-EF7D-4409-B53E-37D6ACD212CC@brooknet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25A9E655-EF7D-4409-B53E-37D6ACD212CC@brooknet.com.au> User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: ports@freebsd.org Subject: Re: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 19:59:54 -0000 On Jan 09, Sam Lawrance wrote: > This message usually indicates a failed fetch attempt, leaving a wrong > timestamp on your local file. Delete the distfile with "make distclean" > and try again. You were indeed correct. Why do we have a system that gets hung up with stuff like this? This seems like something that could be avoided. Thanks, -Clint From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 20:01:33 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6B516A41A for ; Tue, 8 Jan 2008 20:01:33 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 735C413C459 for ; Tue, 8 Jan 2008 20:01:33 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCKdg-000Cso-Ii for freebsd-ports@FreeBSD.org; Tue, 08 Jan 2008 23:01:32 +0300 To: freebsd-ports@FreeBSD.org From: Boris Samorodov Date: Tue, 08 Jan 2008 22:59:57 +0300 Message-ID: <61565506@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 20:01:33 -0000 Hello List, Here is an attempt to build a package for FreeBSD-5.5. But (pay attention to [*]): ----- building py25-lxml-1.2.1_1 on gohan49.freebsd.org in directory /x/tmp/5/chroot/3 building for: 5.5-STABLE i386 [*] maintained by: gogo@cs.uni-sb.de port directory: /usr/ports/devel/py-lxml build started at Tue Jan 8 18:17:28 UTC 2008 ... ===> Configuring for py25-lxml-1.2.1_1 Building lxml version 1.2.1 running config ===> Building for py25-lxml-1.2.1_1 Building lxml version 1.2.1 running build running build_py creating build creating build/lib.freebsd-8.0-CURRENT-i386-2.5 [*] creating build/lib.freebsd-8.0-CURRENT-i386-2.5/lxml ... ----- I can't reproduce this result at my tinderbox (host OS FreeBSD-7). I'd say that this is a pointyhat issue (environment variables or so). Here is the full log: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.5.2008010816/py25-lxml-1.2.1_1.log I'm not sure if that's a port problem. What do you think? Thanks! WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 20:28:30 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E1816A46C for ; Tue, 8 Jan 2008 20:28:30 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from mail-gw4.njit.edu (mail.njit.edu [128.235.251.32]) by mx1.freebsd.org (Postfix) with ESMTP id C0E9E13C45A for ; Tue, 8 Jan 2008 20:28:29 +0000 (UTC) (envelope-from timothyk@wallnet.com) Received: from access.smsd.tv (dhcp113-161.njit.edu [128.235.113.161]) by mail-gw4.njit.edu (8.13.8/8.13.8) with ESMTP id m08JrkTd029342; Tue, 8 Jan 2008 14:53:46 -0500 (EST) Message-ID: <4783D4C1.1000001@wallnet.com> Date: Tue, 08 Jan 2008 14:53:37 -0500 From: Tim Kellers User-Agent: Thunderbird 2.0.0.9 (X11/20071127) MIME-Version: 1.0 To: Clint Olsen References: <20080108193444.GE70873@0lsen.net> In-Reply-To: <20080108193444.GE70873@0lsen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 20:28:30 -0000 Clint Olsen wrote: > Apparently this is not just a transient problem: > > => fp7_archive.zip doesn't seem to exist in > /usr/ports/distfiles/flashplugin. > => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: fp7_archive.zip: local modification time does not match remote > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/flashplugin and try again. > *** Error code 1 > > Thanks, > > -Clint > _______________________________________________ > 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" > > > => fp7_archive.zip doesn't seem to exist in /usr/ports/distfiles/flashplugin. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fp7_archive.zip 100% of 37 MB 789 kBps 00m00s ===> Extracting for linux-flashplugin-7.0r73 I csuped my sources last night and ran this just 5 minutes ago. Is your ports tree up to date? Tim From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 20:43:08 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2AA816A417 for ; Tue, 8 Jan 2008 20:43:08 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 2ABE713C461 for ; Tue, 8 Jan 2008 20:43:07 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080108204308.GVKD476.eastrmmtao106.cox.net@eastrmimpo03.cox.net>; Tue, 8 Jan 2008 15:43:08 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id akW01Y00C4iy4EG0000000; Tue, 08 Jan 2008 15:30:00 -0500 Date: Tue, 08 Jan 2008 14:43:42 -0600 To: "Tim Kellers" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080108193444.GE70873@0lsen.net> <4783D4C1.1000001@wallnet.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <4783D4C1.1000001@wallnet.com> User-Agent: Opera Mail/9.25 (Linux) Cc: ports@freebsd.org, Clint Olsen Subject: Re: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 20:43:08 -0000 On Tue, 08 Jan 2008 13:53:37 -0600, Tim Kellers = wrote: > Clint Olsen wrote: >> Apparently this is not just a transient problem: >> >> =3D> fp7_archive.zip doesn't seem to exist in >> /usr/ports/distfiles/flashplugin. >> =3D> Attempting to fetch from >> http://fpdownload.macromedia.com/get/flashplayer/installers/archive/.= >> fetch: fp7_archive.zip: local modification time does not match remote= >> =3D> Attempting to fetch from >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. >> fetch: >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_arc= hive.zip: >> File unavailable (e.g., file not found, no access) >> =3D> Couldn't fetch it - please try to retrieve this >> =3D> port manually into /usr/ports/distfiles/flashplugin and try agai= n. >> *** Error code 1 >> >> Thanks, >> >> -Clint >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o= rg" >> >> >> > =3D> fp7_archive.zip doesn't seem to exist in = > /usr/ports/distfiles/flashplugin. > =3D> Attempting to fetch from = > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fp7_archive.zip 100% of 37 MB 789 kBp= s = > 00m00s > =3D=3D=3D> Extracting for linux-flashplugin-7.0r73 > > I csuped my sources last night and ran this just 5 minutes ago. Is yo= ur = > ports tree up to date? His ports tree is up to date. The problem is that linux-flashplugin7's = name of distfile doesn't change, so most users will have to do the 'make= = distclean' or delete distfile by manual before fetch it. I am not sure w= hy = in the latest version of linux-flashplugin7 doesn't has = DIST_SUBDIR=3D${PORTNAME}/${PORTVERSION} anymore that is a better soluti= on = for that problem than DIST_SUBDIR=3D${PORTNAME}. Cheers, Mezz > Tim -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 20:49:12 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D4116A41B for ; Tue, 8 Jan 2008 20:49:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE77713C458; Tue, 8 Jan 2008 20:49:11 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4783E1C6.50001@FreeBSD.org> Date: Tue, 08 Jan 2008 21:49:10 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Boris Samorodov References: <61565506@bb.ipt.ru> In-Reply-To: <61565506@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 20:49:12 -0000 Boris Samorodov wrote: > Hello List, > > > Here is an attempt to build a package for FreeBSD-5.5. But (pay > attention to [*]): > ----- > building py25-lxml-1.2.1_1 on gohan49.freebsd.org > in directory /x/tmp/5/chroot/3 > building for: 5.5-STABLE i386 [*] > maintained by: gogo@cs.uni-sb.de > port directory: /usr/ports/devel/py-lxml > build started at Tue Jan 8 18:17:28 UTC 2008 > ... > ===> Configuring for py25-lxml-1.2.1_1 > Building lxml version 1.2.1 > running config > ===> Building for py25-lxml-1.2.1_1 > Building lxml version 1.2.1 > running build > running build_py > creating build > creating build/lib.freebsd-8.0-CURRENT-i386-2.5 [*] > creating build/lib.freebsd-8.0-CURRENT-i386-2.5/lxml > ... > ----- > > I can't reproduce this result at my tinderbox (host OS FreeBSD-7). > I'd say that this is a pointyhat issue (environment variables or so). > > Here is the full log: > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.5.2008010816/py25-lxml-1.2.1_1.log > > I'm not sure if that's a port problem. What do you think? > Thanks! > > > WBR No, the port is using sysctl(2) to query the OS version which cannot be wrapped. This is common in the python world. It needs to use uname(1) or uname(3) or OSVERSION. Kris From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 21:47:08 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E904816A421 for ; Tue, 8 Jan 2008 21:47:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id B4B0413C478 for ; Tue, 8 Jan 2008 21:47:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCMHr-000EBj-Md; Wed, 09 Jan 2008 00:47:07 +0300 To: Kris Kennaway References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> From: Boris Samorodov Date: Wed, 09 Jan 2008 00:45:32 +0300 In-Reply-To: <4783E1C6.50001@FreeBSD.org> (Kris Kennaway's message of "Tue\, 08 Jan 2008 21\:49\:10 +0100") Message-ID: <95483459@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 21:47:09 -0000 Kris, thanks for your help. On Tue, 08 Jan 2008 21:49:10 +0100 Kris Kennaway wrote: > > I'm not sure if that's a port problem. What do you think? > No, the port is using sysctl(2) to query the OS version which cannot > be wrapped. Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get an error for this port. > This is common in the python world. It needs to use > uname(1) or uname(3) or OSVERSION. The port itself (at the Makefile) uses "uname -r". There is something weird though. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 22:01:30 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBC6016A49A; Tue, 8 Jan 2008 22:01:30 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0E313C46A; Tue, 8 Jan 2008 22:01:30 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m08M1SDR088612; Tue, 8 Jan 2008 23:01:28 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m08M1Rux088611; Tue, 8 Jan 2008 23:01:27 +0100 (CET) (envelope-from marius) Date: Tue, 8 Jan 2008 23:01:27 +0100 From: Marius Strobl To: Stephen Hurd Message-ID: <20080108220127.GA88532@alchemy.franken.de> References: <20080102231055.GB5172@soaustin.net> <20080105193710.GA9489@soaustin.net> <477FEF37.5060806@sasktel.net> <20080107224418.GA77135@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080107224418.GA77135@alchemy.franken.de> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, Mark Linimon , freebsd-sparc64@freebsd.org Subject: Re: new wiki page: State of Packages on Sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 22:01:31 -0000 On Mon, Jan 07, 2008 at 11:44:18PM +0100, Marius Strobl wrote: > On Sat, Jan 05, 2008 at 12:57:27PM -0800, Stephen Hurd wrote: > > Mark Linimon wrote: > > >On Wed, Jan 02, 2008 at 05:10:56PM -0600, Mark Linimon wrote: > > > > > >>Please see http://wiki.freebsd.org/Sparc64Packages for a writeup on where > > >>we are with respect to sparc64 packages, from portmgr's perspective. > > >> > > > > > >I have updated the charts and detailed-list pages on portsmon with the > > >latest information from the partial runs on sparc64-6 and sparc64-7. The > > >former is nearly complete, the latter has a few hundred packages to go. > > > > > > > I've been looking into the OpenEXR problem and a trivial work-around is > > building the graphics/ilmbase port without multithreaded file I/O support. > > Hrm, the setGlobalThreadCount() test crashes in a bizarre way in > libthr; I can only reproduce this with 7.0-BETA4 and 7.0-PRERELEASE > though. The whole test suite succeeds on 8.0-CURRENT and it also > doesn't crash when running a 8.0-CURRENT kernel with the 7.0 > userland on the same machine, which suggests that some important > kernel fix in HEAD hasn't been MFC'ed, yet... > FYI, it's fixed by the following commit: http://docs.freebsd.org/cgi/mid.cgi?200711051136.lA5BaHpL069527 Marius From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 22:10:58 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B5DC16A418 for ; Tue, 8 Jan 2008 22:10:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 1669113C459 for ; Tue, 8 Jan 2008 22:10:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m08MAjtJ063849 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Jan 2008 23:10:47 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Boris Samorodov In-Reply-To: <95483459@bb.ipt.ru> References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bEAeUFYMA37PaiRDl7wH" Date: Tue, 08 Jan 2008 23:10:45 +0100 Message-Id: <1199830245.74596.155.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -3.152 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: Kris Kennaway , freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.0 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: Tue, 08 Jan 2008 22:10:58 -0000 --=-bEAeUFYMA37PaiRDl7wH Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Boris Samorodov p=ED=B9e v st 09. 01. 2008 v 00:45 +0300: > > No, the port is using sysctl(2) to query the OS version which cannot > > be wrapped. >=20 > Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > an error for this port. The FreeBSD version inside the tinderbox is same as the host? > > This is common in the python world. It needs to use > > uname(1) or uname(3) or OSVERSION. >=20 > The port itself (at the Makefile) uses "uname -r". There is something > weird though. Not specific to this port - this is an issue with easydistutils or whatsthename of that thing that does eggs. --=20 Pav Lucistnik Sun couldn't care less about Linux other than it now being necessary in order to be buzzword compliant. -- Al Dente --=-bEAeUFYMA37PaiRDl7wH Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHg/TlntdYP8FOsoIRAhhtAJ4hIJg+xjauVQlbuAtuHMt8Fqx+oACgmWHJ kUQ93tvXPOb4ai+dWZu1fxw= =IiL0 -----END PGP SIGNATURE----- --=-bEAeUFYMA37PaiRDl7wH-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 22:21:29 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 148C516A417; Tue, 8 Jan 2008 22:21:29 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id D669A13C457; Tue, 8 Jan 2008 22:21:28 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCMp5-000Ec9-T2; Wed, 09 Jan 2008 01:21:27 +0300 To: pav@FreeBSD.org References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> From: Boris Samorodov Date: Wed, 09 Jan 2008 01:19:53 +0300 In-Reply-To: <1199830245.74596.155.camel@ikaros.oook.cz> (Pav Lucistnik's message of "Tue\, 08 Jan 2008 23\:10\:45 +0100") Message-ID: <29401398@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Kris Kennaway , freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 22:21:29 -0000 On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > Boris Samorodov p=C3=AD=C5=A1e v st 09. 01. 2008 v 00:45 +0300: > > > No, the port is using sysctl(2) to query the OS version which cannot > > > be wrapped. > > Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > > an error for this port. > The FreeBSD version inside the tinderbox is same as the host? No, the versions are different. > > > This is common in the python world. It needs to use > > > uname(1) or uname(3) or OSVERSION. > > The port itself (at the Makefile) uses "uname -r". There is something > > weird though. > Not specific to this port - this is an issue with easydistutils or > whatsthename of that thing that does eggs. But not all of python ports with eggs does not build at pointyhat. Err, I mean very few python ports with eggs get errors... WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 22:28:09 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D90F16A419; Tue, 8 Jan 2008 22:28:09 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4F71A13C442; Tue, 8 Jan 2008 22:28:08 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4783F8F7.8080107@FreeBSD.org> Date: Tue, 08 Jan 2008 23:28:07 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Boris Samorodov References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <29401398@bb.ipt.ru> In-Reply-To: <29401398@bb.ipt.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 22:28:09 -0000 Boris Samorodov wrote: > On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > >> Boris Samorodov píše v st 09. 01. 2008 v 00:45 +0300: > >>>> No, the port is using sysctl(2) to query the OS version which cannot >>>> be wrapped. >>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get >>> an error for this port. > >> The FreeBSD version inside the tinderbox is same as the host? > > No, the versions are different. > >>>> This is common in the python world. It needs to use >>>> uname(1) or uname(3) or OSVERSION. >>> The port itself (at the Makefile) uses "uname -r". There is something >>> weird though. > >> Not specific to this port - this is an issue with easydistutils or >> whatsthename of that thing that does eggs. > > But not all of python ports with eggs does not build at pointyhat. > Err, I mean very few python ports with eggs get errors... They have often been the cause of failure but someone apparently knows how to fix them :) Kris From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:09:09 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04C6516A419 for ; Tue, 8 Jan 2008 23:09:09 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from smtp.po.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id D7FD013C447 for ; Tue, 8 Jan 2008 23:09:08 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by smtp.po.exetel.com.au with esmtp (Exim 4.68) (envelope-from ) id 1JCKU9-0001kn-Bs; Wed, 09 Jan 2008 06:51:41 +1100 In-Reply-To: <20080108193444.GE70873@0lsen.net> References: <20080108193444.GE70873@0lsen.net> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <25A9E655-EF7D-4409-B53E-37D6ACD212CC@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Wed, 9 Jan 2008 06:52:18 +1100 To: Clint Olsen X-Mailer: Apple Mail (2.753) Cc: ports@freebsd.org Subject: Re: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 23:09:09 -0000 On 09/01/2008, at 6:34 AM, Clint Olsen wrote: > Apparently this is not just a transient problem: > > => fp7_archive.zip doesn't seem to exist in > /usr/ports/distfiles/flashplugin. > => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. > fetch: fp7_archive.zip: local modification time does not match remote This message usually indicates a failed fetch attempt, leaving a wrong timestamp on your local file. Delete the distfile with "make distclean" and try again. From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:18:24 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5AFC16A41A; Tue, 8 Jan 2008 23:18:24 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id A6A9B13C442; Tue, 8 Jan 2008 23:18:24 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCNiB-000FIx-TV; Wed, 09 Jan 2008 02:18:23 +0300 To: pav@FreeBSD.org References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> From: Boris Samorodov Date: Wed, 09 Jan 2008 02:16:48 +0300 In-Reply-To: <1199830245.74596.155.camel@ikaros.oook.cz> (Pav Lucistnik's message of "Tue\, 08 Jan 2008 23\:10\:45 +0100") Message-ID: <63313519@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kris Kennaway , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 23:18:24 -0000 On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > > > No, the port is using sysctl(2) to query the OS version which cannot > > > be wrapped. > > Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > > an error for this port. > The FreeBSD version inside the tinderbox is same as the host? OK, I found the difference. The port builds for all FreeBSD version except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that there is something that was not MFS'd to 5-STABLE that causes the difference. For now I'm going to mark the port as IGNORE for OSVERSION < 600000. A question to portmgr@: Do you have any objections? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:21:07 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0312016A417 for ; Tue, 8 Jan 2008 23:21:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 8B75813C4EF for ; Tue, 8 Jan 2008 23:21:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m08NKshS077405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Jan 2008 00:20:56 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Boris Samorodov In-Reply-To: <63313519@bb.ipt.ru> References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0vCQSATSq9s4xCcLOjZO" Date: Wed, 09 Jan 2008 00:20:53 +0100 Message-Id: <1199834453.74596.157.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 FreeBSD GNOME Team Port X-Spam-Score: -3.18 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: Kris Kennaway , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.0 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: Tue, 08 Jan 2008 23:21:07 -0000 --=-0vCQSATSq9s4xCcLOjZO Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Boris Samorodov p=ED=B9e v st 09. 01. 2008 v 02:16 +0300: > On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: >=20 > > > > No, the port is using sysctl(2) to query the OS version which canno= t > > > > be wrapped. > > > Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > > > an error for this port. > > The FreeBSD version inside the tinderbox is same as the host? >=20 > OK, I found the difference. The port builds for all FreeBSD version > except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that > there is something that was not MFS'd to 5-STABLE that causes the > difference. >=20 > For now I'm going to mark the port as IGNORE for OSVERSION < 600000. > A question to portmgr@: Do you have any objections? It would be nice to know what exactly is going on in there. --=20 Pav Lucistnik A computer programmer is a device for turning requirements into undocumented features. It runs on cola, pizza and Dilbert cartoons. -- Bram Moolenaar --=-0vCQSATSq9s4xCcLOjZO Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHhAVVntdYP8FOsoIRAunGAJ4y9FwkvmkO07q08MJUYdMsvM/CYwCgyX/r y+ce9xMo8ipyEWkJD2+K2NU= =7aNV -----END PGP SIGNATURE----- --=-0vCQSATSq9s4xCcLOjZO-- From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:23:48 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307E416A418; Tue, 8 Jan 2008 23:23:48 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 006C413C457; Tue, 8 Jan 2008 23:23:47 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCNnP-000FOF-7d; Wed, 09 Jan 2008 02:23:47 +0300 To: pav@FreeBSD.org References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> From: Boris Samorodov Date: Wed, 09 Jan 2008 02:22:12 +0300 In-Reply-To: <1199834453.74596.157.camel@ikaros.oook.cz> (Pav Lucistnik's message of "Wed\, 09 Jan 2008 00\:20\:53 +0100") Message-ID: <97233195@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Kris Kennaway , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 23:23:48 -0000 On Wed, 09 Jan 2008 00:20:53 +0100 Pav Lucistnik wrote: > Boris Samorodov p=C3=AD=C5=A1e v st 09. 01. 2008 v 02:16 +0300: > > On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > >=20 > > > > > No, the port is using sysctl(2) to query the OS version which can= not > > > > > be wrapped. > > > > Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > > > > an error for this port. > > > The FreeBSD version inside the tinderbox is same as the host? > >=20 > > OK, I found the difference. The port builds for all FreeBSD version > > except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that > > there is something that was not MFS'd to 5-STABLE that causes the > > difference. > >=20 > > For now I'm going to mark the port as IGNORE for OSVERSION < 600000. > > A question to portmgr@: Do you have any objections? > It would be nice to know what exactly is going on in there. I'll try to investigate further. WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:28:48 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0B716A421; Tue, 8 Jan 2008 23:28:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BFBC13C45B; Tue, 8 Jan 2008 23:28:46 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4784072D.9040003@FreeBSD.org> Date: Wed, 09 Jan 2008 00:28:45 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: pav@FreeBSD.org References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> In-Reply-To: <1199834453.74596.157.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: Boris Samorodov , freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 23:28:48 -0000 Pav Lucistnik wrote: > Boris Samorodov pí¹e v st 09. 01. 2008 v 02:16 +0300: >> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: >> >>>>> No, the port is using sysctl(2) to query the OS version which cannot >>>>> be wrapped. >>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get >>>> an error for this port. >>> The FreeBSD version inside the tinderbox is same as the host? >> OK, I found the difference. The port builds for all FreeBSD version >> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that >> there is something that was not MFS'd to 5-STABLE that causes the >> difference. >> >> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. >> A question to portmgr@: Do you have any objections? > > It would be nice to know what exactly is going on in there. Yeah, I can't imagine what it would be, unless it is using uname(1) or (3) and 5.x doesn't have the environment variable overrides...but in that case hundreds of other things would break. Kris From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:36:21 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652F916A41B for ; Tue, 8 Jan 2008 23:36:21 +0000 (UTC) (envelope-from boris@hunterlink.net.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD2D13C457 for ; Tue, 8 Jan 2008 23:36:20 +0000 (UTC) (envelope-from boris@hunterlink.net.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 6D82C82787; Wed, 9 Jan 2008 10:09:20 +1100 (EST) Received: from wm2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 2D20D2741A; Wed, 9 Jan 2008 10:09:43 +1100 (EST) Received: from 210.9.200.35 (SquirrelMail authenticated user boris@hunterlink.net.au) by wm2.pacific.net.au with HTTP; Wed, 9 Jan 2008 10:09:43 +1100 (EST) Message-ID: <18451.210.9.200.35.1199833783.squirrel@wm2.pacific.net.au> In-Reply-To: <20080108195952.GA77655@0lsen.net> References: <20080108193444.GE70873@0lsen.net> <25A9E655-EF7D-4409-B53E-37D6ACD212CC@brooknet.com.au> <20080108195952.GA77655@0lsen.net> Date: Wed, 9 Jan 2008 10:09:43 +1100 (EST) From: boris@hunterlink.net.au To: "Clint Olsen" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ports@freebsd.org Subject: Re: www/linux-flashplugin7 fails to fetch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 23:36:21 -0000 > On Jan 09, Sam Lawrance wrote: >> This message usually indicates a failed fetch attempt, leaving a wrong >> timestamp on your local file. Delete the distfile with "make >> distclean" >> and try again. > > You were indeed correct. Why do we have a system that gets hung up with > stuff like this? This seems like something that could be avoided. Actually, I wasn't :-) See Mezz's followup for details. Cheers Sam From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:38:04 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F4D516A417; Tue, 8 Jan 2008 23:38:04 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id F2D5B13C442; Tue, 8 Jan 2008 23:38:03 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCO1D-000FZ5-5y; Wed, 09 Jan 2008 02:38:03 +0300 To: Kris Kennaway References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> <4784072D.9040003@FreeBSD.org> From: Boris Samorodov Date: Wed, 09 Jan 2008 02:36:28 +0300 In-Reply-To: <4784072D.9040003@FreeBSD.org> (Kris Kennaway's message of "Wed\, 09 Jan 2008 00\:28\:45 +0100") Message-ID: <31152339@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 23:38:04 -0000 On Wed, 09 Jan 2008 00:28:45 +0100 Kris Kennaway wrote: > Pav Lucistnik wrote: > > Boris Samorodov p=C3=AD=C5=A1e v st 09. 01. 2008 v 02:16 +0300: > >> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > >> > >>>>> No, the port is using sysctl(2) to query the OS version which cannot > >>>>> be wrapped. > >>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > >>>> an error for this port. > >>> The FreeBSD version inside the tinderbox is same as the host? > >> OK, I found the difference. The port builds for all FreeBSD version > >> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that > >> there is something that was not MFS'd to 5-STABLE that causes the > >> difference. > >> > >> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. > >> A question to portmgr@: Do you have any objections? > > > > It would be nice to know what exactly is going on in there. > Yeah, I can't imagine what it would be, unless it is using uname(1) or > (3) and 5.x doesn't have the environment variable overrides...but in > that case hundreds of other things would break. The port is using "uname -r" at the Makefile: ----- OSRELEASE!=3D /usr/bin/uname -r ----- WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:50:03 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B911616A4B3; Tue, 8 Jan 2008 23:50:03 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA5F013C465; Tue, 8 Jan 2008 23:50:02 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47840C29.9030304@FreeBSD.org> Date: Wed, 09 Jan 2008 00:50:01 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Boris Samorodov References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> <4784072D.9040003@FreeBSD.org> <31152339@bb.ipt.ru> In-Reply-To: <31152339@bb.ipt.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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, 08 Jan 2008 23:50:03 -0000 Boris Samorodov wrote: > On Wed, 09 Jan 2008 00:28:45 +0100 Kris Kennaway wrote: >> Pav Lucistnik wrote: >>> Boris Samorodov píše v st 09. 01. 2008 v 02:16 +0300: >>>> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: >>>> >>>>>>> No, the port is using sysctl(2) to query the OS version which cannot >>>>>>> be wrapped. >>>>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get >>>>>> an error for this port. >>>>> The FreeBSD version inside the tinderbox is same as the host? >>>> OK, I found the difference. The port builds for all FreeBSD version >>>> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that >>>> there is something that was not MFS'd to 5-STABLE that causes the >>>> difference. >>>> >>>> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. >>>> A question to portmgr@: Do you have any objections? >>> It would be nice to know what exactly is going on in there. > >> Yeah, I can't imagine what it would be, unless it is using uname(1) or >> (3) and 5.x doesn't have the environment variable overrides...but in >> that case hundreds of other things would break. > > The port is using "uname -r" at the Makefile: > ----- > OSRELEASE!= /usr/bin/uname -r > ----- > > > WBR Yes, but that alone should be fine unless the above. Kris From owner-freebsd-ports@FreeBSD.ORG Tue Jan 8 23:53:50 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E2716A418; Tue, 8 Jan 2008 23:53:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DF20013C459; Tue, 8 Jan 2008 23:53:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id m08Nrkb1075563; Tue, 8 Jan 2008 16:53:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id m08NrjuA075560; Tue, 8 Jan 2008 16:53:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 8 Jan 2008 16:53:45 -0700 (MST) From: Warren Block To: Vasil Dimov In-Reply-To: <20080107202126.GA37997@polejan.hw.v5d.org> Message-ID: <20080108162128.I75469@wonkity.com> References: <20080107202126.GA37997@polejan.hw.v5d.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed Content-ID: <20080108162128.M75469@wonkity.com> Content-Disposition: INLINE X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Tue, 08 Jan 2008 16:53:46 -0700 (MST) Cc: ports@freebsd.org, Dmitry Marakasov Subject: Re: WIP: graphics/hugin upgrade from 0.6.1 to 0.7.b4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 23:53:50 -0000 On Mon, 7 Jan 2008, Vasil Dimov wrote: > I intend to upgrade graphics/hugin from 0.6.1 to 0.7.b4. > The beta4 has been available for quite sometime. > > It would be nice if you can test the attached patch - that's what I am > going to commit in the next few days, provided there are not any > problems reported. There may be some pkg-plist issues with the current > patch. Update: rebuilding after today's glib/gtk updates. There are a couple of files and a directory that aren't quite right in pkg-plist. > Does the new port work for you? Yes. Although it didn't detect libpano12 already being installed and tried to install it again. > Does hugin 0.7 beta4 work for you? After today's portupgrade and rebuilding hugin, it works now. A couple of tweaks for Preferences: * The call to Autopano doesn't work unless you set Autopano-SIFT (by S. Nowozin), check "Use alternate Autopano-SIFT", and enter autopanog (not autopanog.exe) for a filename. * Enblend preferences say "Do not set -w and -o arguments, they are" and the rest is cut off. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 03:56:00 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5781B16A46E for ; Wed, 9 Jan 2008 03:56:00 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from FreeBSD.csie.nctu.edu.tw (freebsd.cs.nctu.edu.tw [140.113.17.209]) by mx1.freebsd.org (Postfix) with ESMTP id 12D2213C45B for ; Wed, 9 Jan 2008 03:56:00 +0000 (UTC) (envelope-from clsung@FreeBSD.csie.nctu.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id DD53A7E980; Wed, 9 Jan 2008 11:38:24 +0800 (CST) Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sPcZOtUDxFO5; Wed, 9 Jan 2008 11:38:24 +0800 (CST) Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1038) id 4691E7E9B6; Wed, 9 Jan 2008 11:38:24 +0800 (CST) Date: Wed, 9 Jan 2008 11:38:24 +0800 From: Cheng-Lung Sung To: Helmut Schneider Message-ID: <20080109033824.GB28465@FreeBSD.csie.nctu.edu.tw> References: <000501c848e8$e4394470$0d7ca8c0@vpe.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RIYY1s2vRbPFwWeW" Content-Disposition: inline In-Reply-To: <000501c848e8$e4394470$0d7ca8c0@vpe.de> X-Fingerprint: E0BC 57F9 F44B 46C6 DB53 8462 F807 89F3 956E 8BC1 X-Public-Key: http://freefall.FreeBSD.org/~clsung/pubring.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: FreeBSD snort X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 03:56:00 -0000 --RIYY1s2vRbPFwWeW Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Is there any information about running snort as non-root?=20 Regards, On Fri, Dec 28, 2007 at 01:30:47AM +0100, Helmut Schneider wrote: > Hi, > > thanks for maintaining snort. > > Currently the default snort_flags are "-Dq". Running snort as root IMO is= a=20 > bad idea. Would you mind to change snort_flags to "-Dq -u nobody -g nobod= y"=20 > or "-Dq -u snort -g snort" in /usr/local/etc/rc/snort? Personally I prefe= r=20 > using the "-t" option even more. > > Thanks and Regards, Helmut=20 --=20 Alan Cheng-Lung Sung - clsung@ --RIYY1s2vRbPFwWeW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHhEGv+AeJ85Vui8ERAmoNAJ4kdh1heKggDFcBd1Vj2tKmwI9ZFACeO+As 9WNIlJQi5WnTe9Xuo5DVh5s= =8Ziv -----END PGP SIGNATURE----- --RIYY1s2vRbPFwWeW-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 04:03:26 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E179516A419; Wed, 9 Jan 2008 04:03:26 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from misav09.sasknet.sk.ca (misav09.sasknet.sk.ca [142.165.20.173]) by mx1.freebsd.org (Postfix) with ESMTP id 33D7213C504; Wed, 9 Jan 2008 04:03:25 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from bgmpomr1.sasknet.sk.ca ([142.165.72.22]) by misav09 with InterScan Messaging Security Suite; Tue, 08 Jan 2008 22:03:03 -0600 Received: from server.hurd.local (adsl-76-202-204-46.dsl.lsan03.sbcglobal.net [76.202.204.46]) by bgmpomr1.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0JUC00D3OZ91V200@bgmpomr1.sasknet.sk.ca>; Tue, 08 Jan 2008 22:03:03 -0600 (CST) Date: Tue, 08 Jan 2008 20:03:01 -0800 From: Stephen Hurd In-reply-to: <20080108220127.GA88532@alchemy.franken.de> To: Marius Strobl Message-id: <47844775.1010107@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <20080102231055.GB5172@soaustin.net> <20080105193710.GA9489@soaustin.net> <477FEF37.5060806@sasktel.net> <20080107224418.GA77135@alchemy.franken.de> <20080108220127.GA88532@alchemy.franken.de> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071123 SeaMonkey/1.1.6 Cc: ports@freebsd.org, Mark Linimon , freebsd-sparc64@freebsd.org Subject: Re: new wiki page: State of Packages on Sparc64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 04:03:27 -0000 Marius Strobl wrote: > FYI, it's fixed by the following commit: > http://docs.freebsd.org/cgi/mid.cgi?200711051136.lA5BaHpL069527 > > Marius Looks like a low chance of it making it into 7.0-RELEASE? From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 05:50:06 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06C1916A4C6; Wed, 9 Jan 2008 05:50:06 +0000 (UTC) (envelope-from chch@kit.tomsk.ru) Received: from kit.tomsk.ru (kit.tomsk.ru [78.140.6.107]) by mx1.freebsd.org (Postfix) with ESMTP id 9290F13C458; Wed, 9 Jan 2008 05:50:05 +0000 (UTC) (envelope-from chch@kit.tomsk.ru) Received: from kit.tomsk.ru (localhost.kit.tomsk.ru [127.0.0.1]) by kit.tomsk.ru (Postfix) with ESMTP id 548E145001F; Wed, 9 Jan 2008 11:34:14 +0600 (NOVT) Received: from [192.168.1.198] (chch-mobile.kit.firm [192.168.1.198]) by kit.tomsk.ru (Postfix) with ESMTP id 0857345001E; Wed, 9 Jan 2008 11:34:13 +0600 (NOVT) Message-ID: <47845C65.6090506@kit.tomsk.ru> Date: Wed, 09 Jan 2008 11:32:21 +0600 From: Andrey Chichak User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.8.1.8) Gecko/20071020 SeaMonkey/1.1.5 MIME-Version: 1.0 To: girgen@FreeBSD.org X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: ports@FreeBSD.org Subject: FreeBSD Port: postgresql-server-8.3RC1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 05:50:06 -0000 Good day! Is XML support planned in Postgresql-server-8.3 ? We have made a patch: ========================================= *** Makefile.ORIG Wed Jan 9 11:00:41 2008 --- Makefile Wed Jan 9 11:29:56 2008 *************** *** 82,83 **** --- 82,87 ---- .endif + .if !defined(WITHOUT_XML) + USE_GNOME= libxml2 + CONFIGURE_ARGS+=--with-libxml + .endif ========================================= And small notice: during upgrade Beta2 -> RC1 server was unable to start due: postgres[66771]: [1-2] DETAIL: The database cluster was initialized with CATALOG_VERSION_NO 200710232, but the server was compiled with postgres[66771]: [1-3] CATALOG_VERSION_NO 200711281. postgres[66771]: [1-4] HINT: It looks like you need to initdb. -- Andrey Chichak From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 13:07:14 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A171216A468; Wed, 9 Jan 2008 13:07:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 55EBB13C45A; Wed, 9 Jan 2008 13:07:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCaeG-0008fX-NU; Wed, 09 Jan 2008 16:07:12 +0300 To: Kris Kennaway References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> <4784072D.9040003@FreeBSD.org> From: Boris Samorodov Date: Wed, 09 Jan 2008 16:05:38 +0300 In-Reply-To: <4784072D.9040003@FreeBSD.org> (Kris Kennaway's message of "Wed\, 09 Jan 2008 00\:28\:45 +0100") Message-ID: <18671469@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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: Wed, 09 Jan 2008 13:07:14 -0000 On Wed, 09 Jan 2008 00:28:45 +0100 Kris Kennaway wrote: > Pav Lucistnik wrote: > > Boris Samorodov p=C3=AD=C5=A1e v st 09. 01. 2008 v 02:16 +0300: > >> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > >> > >>>>> No, the port is using sysctl(2) to query the OS version which cannot > >>>>> be wrapped. > >>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > >>>> an error for this port. > >>> The FreeBSD version inside the tinderbox is same as the host? > >> OK, I found the difference. The port builds for all FreeBSD version > >> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that > >> there is something that was not MFS'd to 5-STABLE that causes the > >> difference. > >> > >> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. > >> A question to portmgr@: Do you have any objections? > > > > It would be nice to know what exactly is going on in there. > Yeah, I can't imagine what it would be, unless it is using uname(1) or > (3) and 5.x doesn't have the environment variable overrides...but in > that case hundreds of other things would break. I stepped a little bit further. Seems that the port (?) does not respect UNAME_r at 5.x (I have only 5.4-STABLE to test at): ----- # echo $UNAME_r UNAME_r: Undefined variable. # uname -srm FreeBSD 5.4-STABLE i386 # pwd /usr/ports/devel/py-lxml # make UNAME_r=3D9.0-FUTURE | grep freebsd creating build/lib.freebsd-5.4-STABLE-i386-2.4 creating build/lib.freebsd-5.4-STABLE-i386-2.4/lxml copying src/lxml/_elementpath.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/l= xml copying src/lxml/ElementInclude.py -> build/lib.freebsd-5.4-STABLE-i386-2.4= /lxml copying src/lxml/sax.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml copying src/lxml/__init__.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml creating build/temp.freebsd-5.4-STABLE-i386-2.4 creating build/temp.freebsd-5.4-STABLE-i386-2.4/src creating build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=3Dpentiumpro -DTHREAD_STAC= K_SIZE=3D0x20000 -O -pipe -march=3Dpentiumpro -fPIC -I/usr/local/include -I= /usr/local/include/libxml2 -I/usr/local/include/python2.4 -c src/lxml/etree= .c -o build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml/etree.o -w ^C interrupted #=20 ----- Other FreeBSD versions (didn't check 6.x but assume the same): ----- # echo $UNAME_r UNAME_r: Undefined variable. # uname -srm FreeBSD 8.0-CURRENT i386 # pwd /usr/ports/devel/py-lxml # make UNAME_r=3D9.0-FUTURE | grep freebsd creating build/lib.freebsd-9.0-FUTURE-i386-2.5 creating build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml copying src/lxml/sax.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml copying src/lxml/builder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml copying src/lxml/htmlbuilder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lx= ml copying src/lxml/_elementpath.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/l= xml copying src/lxml/__init__.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml copying src/lxml/ElementInclude.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5= /lxml creating build/temp.freebsd-9.0-FUTURE-i386-2.5 creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHREAD_S= TACK_SIZE=3D0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/local/inclu= de -I/usr/local/include/libxml2 -I/usr/local/include/python2.5 -c src/lxml/= etree.c -o build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml/etree.o -w ^Cinterrupted #=20 ----- The same results are for adding "MAKE_ENV+=3D UNAME_r=3D9.0-FUTURE" to the port's Makefile. WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 16:55:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246F716A417; Wed, 9 Jan 2008 16:55:24 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by mx1.freebsd.org (Postfix) with ESMTP id E995513C45B; Wed, 9 Jan 2008 16:55:23 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from [10.0.3.231] ([70.21.165.95]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JUD00B2AVSQEIO0@vms173001.mailsrvcs.net>; Wed, 09 Jan 2008 09:46:07 -0600 (CST) Date: Wed, 09 Jan 2008 10:53:19 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: ports@freebsd.org, gnome@freebsd.org Message-id: <1199893999.756.29.camel@RabbitsDen> MIME-version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="=-blBbqgpbioDwTwFoAlam" Cc: Subject: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 16:55:24 -0000 --=-blBbqgpbioDwTwFoAlam Content-Type: text/plain Content-Transfer-Encoding: 7bit I have seen recent commit WRT string collation in devel/glib20 by marcus, so I have decided to check if there is an interest to fix SEGV in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. Good (but by no means only) example of this would be using Evolution to open mailbox with the mix of KOI-8, CP1251 and UTF-8 message subjects and order them by the subject. Admittedly, I do not know whether there are special symbols that trigger the situation or any mix would do. vova at fbsd ru posted test case mailbox under the link below. Full discussion including my first approach to fix this problem could be found here http://bugzilla.gnome.org/show_bug.cgi?id=492389 Slightly different approach is attached to this E-mail. Without either patch, my Evolution will core dump on start-up. First patch was rejected by gnome folks with the recommendation "Don't do that", which, unfortunately, is not that easy to follow ;) Any comments from people with the knowledge of gnome, UTF-8 and string collation will be greatly appreciated. I am not subscribed to ports@, please, make sure to keep me on CC list when replying. -- Alexandre "Sunny" Kovalenko --=-blBbqgpbioDwTwFoAlam Content-Disposition: attachment; filename=gunidecomp.c.patch Content-Type: text/x-patch; name=gunidecomp.c.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit --- glib/gunidecomp.c.BAK 2008-01-09 09:07:46.000000000 -0500 +++ glib/gunidecomp.c 2008-01-09 09:17:04.000000000 -0500 @@ -22,6 +22,7 @@ #include "config.h" #include +#include #include "glib.h" #include "gunidecomp.h" @@ -528,6 +529,14 @@ result = g_ucs4_to_utf8 (result_wc, -1, NULL, NULL, NULL); g_free (result_wc); + // Upstream callers rely on the returned pointer to be valid + // and produce core if it does not (witness collation routine). +#define NOT_VALID_UTF8_STRING "*** This was not a valid UTF-8 string ***" + if(!result) + { + result = g_malloc(strlen(NOT_VALID_UTF8_STRING) + 1); + strcpy(result, NOT_VALID_UTF8_STRING); + } return result; } --=-blBbqgpbioDwTwFoAlam-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 17:34:48 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05E7D16A46C; Wed, 9 Jan 2008 17:34:48 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 98B3213C448; Wed, 9 Jan 2008 17:34:47 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m09Ha0iL059565; Wed, 9 Jan 2008 12:36:00 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Alexandre \"Sunny\" Kovalenko" In-Reply-To: <1199893999.756.29.camel@RabbitsDen> References: <1199893999.756.29.camel@RabbitsDen> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VemPnshHAVr639ushSdb" Organization: MarcusCom, Inc. Date: Wed, 09 Jan 2008 12:35:04 -0500 Message-Id: <1199900104.304.28.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: ports@freebsd.org, gnome@freebsd.org, Alexander Nedotsukov Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 17:34:48 -0000 --=-VemPnshHAVr639ushSdb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: > I have seen recent commit WRT string collation in devel/glib20 by > marcus, so I have decided to check if there is an interest to fix SEGV > in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. Any commits I have made in the area of UTF-8 are completely accidental. I am not the UTF-8 guy. Both bland and jylefort have expressed interest in this. Perhaps one of them will comment. >=20 > Good (but by no means only) example of this would be using Evolution to > open mailbox with the mix of KOI-8, CP1251 and UTF-8 message subjects > and order them by the subject. Admittedly, I do not know whether there > are special symbols that trigger the situation or any mix would do. vova > at fbsd ru posted test case mailbox under the link below. >=20 > Full discussion including my first approach to fix this problem could be > found here >=20 > http://bugzilla.gnome.org/show_bug.cgi?id=3D492389 >=20 > Slightly different approach is attached to this E-mail. I'm not sure why the malloc and copy. Why not just use g_strdup()? >=20 > Without either patch, my Evolution will core dump on start-up.=20 >=20 > First patch was rejected by gnome folks with the recommendation "Don't > do that", which, unfortunately, is not that easy to follow ;) >=20 > Any comments from people with the knowledge of gnome, UTF-8 and string > collation will be greatly appreciated. I'm hoping someone like bland chimes in here. Touching glib in such a way makes me nervous, but bland has had experience, especially with Cyrillic, so maybe he can offer some additional tips or insight. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-VemPnshHAVr639ushSdb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHhQXEb2iPiv4Uz4cRAgnPAKCjG2DNvrzU8MJNG7UGt3qoUytI0ACbB6cK +IuJ047ghlGithkFbovyQxw= =ztkG -----END PGP SIGNATURE----- --=-VemPnshHAVr639ushSdb-- From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 18:52:23 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C68A316A46B; Wed, 9 Jan 2008 18:52:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB3913C43E; Wed, 9 Jan 2008 18:52:21 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <478517E4.3040606@FreeBSD.org> Date: Wed, 09 Jan 2008 19:52:20 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Boris Samorodov References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> <4784072D.9040003@FreeBSD.org> <18671469@bb.ipt.ru> In-Reply-To: <18671469@bb.ipt.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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: Wed, 09 Jan 2008 18:52:23 -0000 Boris Samorodov wrote: > On Wed, 09 Jan 2008 00:28:45 +0100 Kris Kennaway wrote: > >> Pav Lucistnik wrote: >>> Boris Samorodov píše v st 09. 01. 2008 v 02:16 +0300: >>>> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: >>>> >>>>>>> No, the port is using sysctl(2) to query the OS version which cannot >>>>>>> be wrapped. >>>>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get >>>>>> an error for this port. >>>>> The FreeBSD version inside the tinderbox is same as the host? >>>> OK, I found the difference. The port builds for all FreeBSD version >>>> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that >>>> there is something that was not MFS'd to 5-STABLE that causes the >>>> difference. >>>> >>>> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. >>>> A question to portmgr@: Do you have any objections? >>> It would be nice to know what exactly is going on in there. > >> Yeah, I can't imagine what it would be, unless it is using uname(1) or >> (3) and 5.x doesn't have the environment variable overrides...but in >> that case hundreds of other things would break. > > I stepped a little bit further. Seems that the port (?) does not > respect UNAME_r at 5.x (I have only 5.4-STABLE to test at): > ----- > # echo $UNAME_r > UNAME_r: Undefined variable. > # uname -srm > FreeBSD 5.4-STABLE i386 > # pwd > /usr/ports/devel/py-lxml > # make UNAME_r=9.0-FUTURE | grep freebsd > creating build/lib.freebsd-5.4-STABLE-i386-2.4 > creating build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > copying src/lxml/_elementpath.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > copying src/lxml/ElementInclude.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > copying src/lxml/sax.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > copying src/lxml/__init__.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > creating build/temp.freebsd-5.4-STABLE-i386-2.4 > creating build/temp.freebsd-5.4-STABLE-i386-2.4/src > creating build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml > cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentiumpro -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=pentiumpro -fPIC -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/python2.4 -c src/lxml/etree.c -o build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml/etree.o -w > ^C > interrupted > # > ----- > > Other FreeBSD versions (didn't check 6.x but assume the same): > ----- > # echo $UNAME_r > UNAME_r: Undefined variable. > # uname -srm > FreeBSD 8.0-CURRENT i386 > # pwd > /usr/ports/devel/py-lxml > # make UNAME_r=9.0-FUTURE | grep freebsd > creating build/lib.freebsd-9.0-FUTURE-i386-2.5 > creating build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/sax.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/builder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/htmlbuilder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/_elementpath.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/__init__.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > copying src/lxml/ElementInclude.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > creating build/temp.freebsd-9.0-FUTURE-i386-2.5 > creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src > creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml > cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/python2.5 -c src/lxml/etree.c -o build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml/etree.o -w > ^Cinterrupted > > # > ----- > > The same results are for adding "MAKE_ENV+= UNAME_r=9.0-FUTURE" to > the port's Makefile. Yes, 5.4 is likely too old. How about 5.5? Kris From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 19:01:08 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B5316A41B; Wed, 9 Jan 2008 19:01:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFB713C458; Wed, 9 Jan 2008 19:01:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JCgAk-000D54-Gd; Wed, 09 Jan 2008 22:01:06 +0300 To: Kris Kennaway References: <61565506@bb.ipt.ru> <4783E1C6.50001@FreeBSD.org> <95483459@bb.ipt.ru> <1199830245.74596.155.camel@ikaros.oook.cz> <63313519@bb.ipt.ru> <1199834453.74596.157.camel@ikaros.oook.cz> <4784072D.9040003@FreeBSD.org> <18671469@bb.ipt.ru> <478517E4.3040606@FreeBSD.org> From: Boris Samorodov Date: Wed, 09 Jan 2008 21:59:32 +0300 In-Reply-To: <478517E4.3040606@FreeBSD.org> (Kris Kennaway's message of "Wed\, 09 Jan 2008 19\:52\:20 +0100") Message-ID: <20425771@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pointyhat is building for 5.5 but claiming 8.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: Wed, 09 Jan 2008 19:01:08 -0000 On Wed, 09 Jan 2008 19:52:20 +0100 Kris Kennaway wrote: > Boris Samorodov wrote: > > On Wed, 09 Jan 2008 00:28:45 +0100 Kris Kennaway wrote: > > > >> Pav Lucistnik wrote: > >>> Boris Samorodov p=C3=AD=C5=A1e v st 09. 01. 2008 v 02:16 +0300: > >>>> On Tue, 08 Jan 2008 23:10:45 +0100 Pav Lucistnik wrote: > >>>> > >>>>>>> No, the port is using sysctl(2) to query the OS version which can= not > >>>>>>> be wrapped. > >>>>>> Hm, ports-mgmt/tinderbox masks it somehow... And doesn't get > >>>>>> an error for this port. > >>>>> The FreeBSD version inside the tinderbox is same as the host? > >>>> OK, I found the difference. The port builds for all FreeBSD version > >>>> except 5.x. The same is for ports-mgmt/tinderbox. Thus I think that > >>>> there is something that was not MFS'd to 5-STABLE that causes the > >>>> difference. > >>>> > >>>> For now I'm going to mark the port as IGNORE for OSVERSION < 600000. > >>>> A question to portmgr@: Do you have any objections? > >>> It would be nice to know what exactly is going on in there. > > > >> Yeah, I can't imagine what it would be, unless it is using uname(1) or > >> (3) and 5.x doesn't have the environment variable overrides...but in > >> that case hundreds of other things would break. > > > > I stepped a little bit further. Seems that the port (?) does not > > respect UNAME_r at 5.x (I have only 5.4-STABLE to test at): > > ----- > > # echo $UNAME_r > > UNAME_r: Undefined variable. > > # uname -srm > > FreeBSD 5.4-STABLE i386 > > # pwd > > /usr/ports/devel/py-lxml > > # make UNAME_r=3D9.0-FUTURE | grep freebsd > > creating build/lib.freebsd-5.4-STABLE-i386-2.4 > > creating build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > > copying src/lxml/_elementpath.py -> build/lib.freebsd-5.4-STABLE-i386-2= .4/lxml > > copying src/lxml/ElementInclude.py -> build/lib.freebsd-5.4-STABLE-i386= -2.4/lxml > > copying src/lxml/sax.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/lxml > > copying src/lxml/__init__.py -> build/lib.freebsd-5.4-STABLE-i386-2.4/l= xml > > creating build/temp.freebsd-5.4-STABLE-i386-2.4 > > creating build/temp.freebsd-5.4-STABLE-i386-2.4/src > > creating build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml > > cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=3Dpentiumpro -DTHREAD_= STACK_SIZE=3D0x20000 -O -pipe -march=3Dpentiumpro -fPIC -I/usr/local/includ= e -I/usr/local/include/libxml2 -I/usr/local/include/python2.4 -c src/lxml/e= tree.c -o build/temp.freebsd-5.4-STABLE-i386-2.4/src/lxml/etree.o -w > > ^C > > interrupted > > # ----- > > > > Other FreeBSD versions (didn't check 6.x but assume the same): > > ----- > > # echo $UNAME_r > > UNAME_r: Undefined variable. > > # uname -srm > > FreeBSD 8.0-CURRENT i386 > > # pwd > > /usr/ports/devel/py-lxml > > # make UNAME_r=3D9.0-FUTURE | grep freebsd > > creating build/lib.freebsd-9.0-FUTURE-i386-2.5 > > creating build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > > copying src/lxml/sax.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lxml > > copying src/lxml/builder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/lx= ml > > copying src/lxml/htmlbuilder.py -> build/lib.freebsd-9.0-FUTURE-i386-2.= 5/lxml > > copying src/lxml/_elementpath.py -> build/lib.freebsd-9.0-FUTURE-i386-2= .5/lxml > > copying src/lxml/__init__.py -> build/lib.freebsd-9.0-FUTURE-i386-2.5/l= xml > > copying src/lxml/ElementInclude.py -> build/lib.freebsd-9.0-FUTURE-i386= -2.5/lxml > > creating build/temp.freebsd-9.0-FUTURE-i386-2.5 > > creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src > > creating build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml > > cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHRE= AD_STACK_SIZE=3D0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/local/i= nclude -I/usr/local/include/libxml2 -I/usr/local/include/python2.5 -c src/l= xml/etree.c -o build/temp.freebsd-9.0-FUTURE-i386-2.5/src/lxml/etree.o -w > > ^Cinterrupted > > > > # ----- > > > > The same results are for adding "MAKE_ENV+=3D UNAME_r=3D9.0-FUTURE" to > > the port's Makefile. > Yes, 5.4 is likely too old. How about 5.5? I have 5.5 only at ports-mgmt/tinderbox. It's behaviour is the same. Here the environment tindebox is producing for the port (host OS is 7 the port is building for 5.5 but the port uses the host OS version): ----- UNAME_r --> 5.5-STABLE HAVE_MOTIF --> 1 OSVERSION --> 505100 OPTIONS_ENABLED --> 1 __MAKE_CONF --> /usr/local/tinderbox/jails/5/make.conf MASTER_SITE_BACKUP --> ftp://srv.sem.ipt.ru/pub/FreeBSD/ports/distfiles/${D= IST_SUBDIR}/ ftp://ftp.ipt.ru/pub/FreeBSD/ports/distfiles/${DIST _SUBDIR}/ ftp://and.ipt.ru/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ ftp:= //ftp.ipt.ru/pub/download/ BLOCKSIZE --> K USA_RESIDENT --> 1 MASTER_SITE_OVERRIDE --> ${MASTER_SITE_BACKUP} X11BASE --> /usr/local USER --> root PACKAGES --> /usr/local/tinderbox/packages/5-bsam-exp SRCPREFIX --> /usr/local/tinderbox/jails/5/src PARALLEL_PACKAGE_BUILD --> 1 OPTIONS_DIR --> /options PORTOBJFORMAT --> elf X_WINDOW_SYSTEM --> xorg PATH --> /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/loca= l/bin:/root/bin DISTFILE_CACHE --> /usr/ports/distfiles FTP_PASSIVE_MODE --> yes PACKAGE_BUILDING --> 1 UNAME_s --> FreeBSD PAGER --> more UNAME_v --> "FreeBSD 5.5-STABLE #0: Wed Jan 9 13:30:50 MSK 2008 marcus@mar= cuscom.com:/usr/src/sys/magic/kernel/path" PHP_VER --> 4 __DSVERSION__ --> 2.4.0 PKGZIPCMD --> bzip2 LOCALBASE --> /usr/local BATCH --> 1 UNAME_n --> marcuscom.com CCACHE_JAIL --> 0 CCACHE_LOGFILE -->=20 EDITOR --> vi CCACHE_NOLINK --> 1 CCACHE_DIR -->=20 BRANCH --> STABLE CCACHE_MAX_SIZE --> 1G PORTSDIR --> /usr/local/tinderbox/portstrees/bsam-exp/ports TINDERD_SLEEPTIME --> 120 PKGSUFFIX --> .tbz CCACHE_ENABLED --> 0 OSREL --> 5.5 ARCH --> i386 SRCBASE --> /usr/local/tinderbox/jails/5/src JAIL_OBJDIR -->=20 DISTDIR --> /usr/local/tinderbox/distfiles/5-bsam-exp INDEXFILE --> INDEX-5 ----- WBR --=20 Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 21:32:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D53D16A419 for ; Wed, 9 Jan 2008 21:32:05 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9AE0A13C44B for ; Wed, 9 Jan 2008 21:32:04 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.240.163]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m09L4Gqv043654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 9 Jan 2008 22:04:22 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.13.8) with ESMTP id m09L2Bav080731 for ; Wed, 9 Jan 2008 22:02:11 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <478535E0.3020007@netfence.it> Date: Wed, 09 Jan 2008 22:00:16 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Subject: noip startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 21:32:05 -0000 Hello. I installed the latest version of this port and it won't start automatically, after the script was converted to the new rc system some days ago. I put noip_enable="YES" in /etc/rc.conf and this seems to get through: # /usr/local/etc/rc.d/noip rcvar # noip $noip_enable=YES However the deamon won't start. It obviously does from the command line. Any hint? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 22:26:25 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A106116A419 for ; Wed, 9 Jan 2008 22:26:25 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from smtp.ht-systems.ru (mr0.ht-systems.ru [78.110.50.55]) by mx1.freebsd.org (Postfix) with ESMTP id 6490713C442 for ; Wed, 9 Jan 2008 22:26:25 +0000 (UTC) (envelope-from stas@ht-systems.ru) Received: from [78.110.49.49] (helo=quasar.ht-systems.ru) by smtp.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1JCj2H-0004bB-TI; Thu, 10 Jan 2008 01:04:33 +0300 Received: by quasar.ht-systems.ru (Postfix, from userid 1024) id 1263C7D328D; Thu, 10 Jan 2008 01:04:31 +0300 (MSK) Date: Thu, 10 Jan 2008 01:04:31 +0300 From: Stanislav Sedov To: Bruce M Simpson Message-ID: <20080109220431.GW9419@dracon.ht-systems.ru> References: <477E6360.3070908@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <477E6360.3070908@incunabulum.net> Organization: The FreeBSD Project X-Voice: +7 916 849 20 23 X-XMPP: ssedov@jabber.ru X-Yahoo: stanislav_sedov X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-University: MEPhI X-Mailer: carrier-pigeon X-Operating-System: FreeBSD quasar.ht-systems.ru 7.0-BETA2 FreeBSD 7.0-BETA2 Cc: freebsd-ports@FreeBSD.org Subject: Re: [PATCH] devel/jtag fails to build if Shockwave Flash is installed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 22:26:25 -0000 On Fri, Jan 04, 2008 at 04:48:32PM +0000 Bruce M Simpson mentioned: > Include paths get mixed up by the build -- it will always look in > /usr/local/include first, this is explicit, and it incorrectly sees the > Shockwave Flash includes. > Fixed! Thanks for info. -- Stanislav Sedov ST4096-RIPE From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 00:42:33 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F084916A418; Thu, 10 Jan 2008 00:42:33 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.freebsd.org (Postfix) with ESMTP id D8B3713C447; Thu, 10 Jan 2008 00:42:33 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from [10.0.3.231] ([70.21.165.95]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JUE00GVMKLVODA0@vms042.mailsrvcs.net>; Wed, 09 Jan 2008 18:42:21 -0600 (CST) Date: Wed, 09 Jan 2008 19:40:35 -0500 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <1199900104.304.28.camel@shumai.marcuscom.com> To: Joe Marcus Clarke Message-id: <1199925635.9959.10.camel@RabbitsDen> MIME-version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7bit References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> Cc: ports@freebsd.org, gnome@freebsd.org, Alexander Nedotsukov Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 00:42:34 -0000 On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote: > On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: > > I have seen recent commit WRT string collation in devel/glib20 by > > marcus, so I have decided to check if there is an interest to fix SEGV > > in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. > > Any commits I have made in the area of UTF-8 are completely accidental. > I am not the UTF-8 guy. Both bland and jylefort have expressed interest > in this. Perhaps one of them will comment. I hope so. Just in case, they would decide to, I have reduced the situation to the small program below. I get GLib-CRITICAL **: g_convert: assertion `str != NULL' failed and no core dump from this simple program, whereas Evolution manages to pass NULL to strcoll further down in g_utf8_collate and get SEGV for its pains. Conversely, if the answer still is "Evolution should not have done that", I will happily crawl back under my rock and keep my patch locally. #include #include int main(int argc, char *argv[]) { GString *str1 = g_string_new("\xf3\xcf\xd2\xcf\xcb\x20\xd7\xcf\xd3\xc5 \xcd\xd8\x20\xcf\xc2\xc5\xda\xd8\xd1\xce\x2e\x2e\x2e"); GString *str2 = g_string_new("Goodbye, cruel world!"); printf("%s\n", str1->str); if(g_utf8_collate(str1->str, str2->str) == 0) g_print("%s and %s are equal\n", str1->str, str2->str); else g_print("%s and %s are NOT equal\n", str1->str, str2->str); } built with gcc `pkg-config --cflags glib-2.0` -g -o testCollate testCollate.c `pkg-config --libs glib-2.0` on 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Sat Jan 5 22:37:29 EST 2008 using glib-2.14.5 and libiconv-1.11_1 option "fix string collation" was set during the build of glib. > I'm not sure why the malloc and copy. Why not just use g_strdup()? Because I don't know much of anything about glib programming, and I was suspecting that someone will use g_free() on the result, so g_malloc() sounded like the plausible candidate. I really hope someone with the necessary knowledge will come up with the right solution, but, for now, I do what I can. -- Alexandre "Sunny" Kovalenko From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 01:16:18 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2725016A46B; Thu, 10 Jan 2008 01:16:18 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id C186913C442; Thu, 10 Jan 2008 01:16:17 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m0A1HV4E064252; Wed, 9 Jan 2008 20:17:31 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Alexandre \"Sunny\" Kovalenko" In-Reply-To: <1199925635.9959.10.camel@RabbitsDen> References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> <1199925635.9959.10.camel@RabbitsDen> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-f+mwK7Ma/WDQ0zr4TPJH" Organization: MarcusCom, Inc. Date: Wed, 09 Jan 2008 20:16:35 -0500 Message-Id: <1199927795.304.70.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on creme-brulee.marcuscom.com Cc: ports@freebsd.org, gnome@freebsd.org, Alexander Nedotsukov Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 01:16:18 -0000 --=-f+mwK7Ma/WDQ0zr4TPJH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2008-01-09 at 19:40 -0500, Alexandre "Sunny" Kovalenko wrote: > On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote:=20 > > On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: > > > I have seen recent commit WRT string collation in devel/glib20 by > > > marcus, so I have decided to check if there is an interest to fix SEG= V > > > in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to colla= te. > >=20 > > Any commits I have made in the area of UTF-8 are completely accidental. > > I am not the UTF-8 guy. Both bland and jylefort have expressed interes= t > > in this. Perhaps one of them will comment. >=20 > I hope so. Just in case, they would decide to, I have reduced the > situation to the small program below. I get=20 >=20 > GLib-CRITICAL **: g_convert: assertion `str !=3D NULL' failed >=20 > and no core dump from this simple program, whereas Evolution manages to > pass NULL to strcoll further down in g_utf8_collate and get SEGV for its > pains. That sounds like a no-no for Evolution to be dereferencing a NULL pointer. Hopefully they'd fix this to prevent the problem. >=20 > Conversely, if the answer still is "Evolution should not have done > that", I will happily crawl back under my rock and keep my patch > locally. I can't imagine you're alone in this. But then again, any Cyrillic mail that comes my way is always spam, so what do I know. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-f+mwK7Ma/WDQ0zr4TPJH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHhXHzb2iPiv4Uz4cRApNhAJ9m/nq1K6lz9aH0+0WnAAtJRMzBqgCbBQKf H39qAn56D0eBX/UlYlH5NUA= =GRO8 -----END PGP SIGNATURE----- --=-f+mwK7Ma/WDQ0zr4TPJH-- From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 02:11:20 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3716A417; Thu, 10 Jan 2008 02:11:20 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1047713C458; Thu, 10 Jan 2008 02:11:20 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from [10.0.3.231] ([70.21.165.95]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JUE00EOVOS10IB0@vms040.mailsrvcs.net>; Wed, 09 Jan 2008 20:12:35 -0600 (CST) Date: Wed, 09 Jan 2008 21:09:05 -0500 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <1199927795.304.70.camel@shumai.marcuscom.com> To: Joe Marcus Clarke Message-id: <1199930945.46097.11.camel@RabbitsDen> MIME-version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7bit References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> <1199925635.9959.10.camel@RabbitsDen> <1199927795.304.70.camel@shumai.marcuscom.com> Cc: ports@freebsd.org, gnome@freebsd.org, Alexander Nedotsukov Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 02:11:20 -0000 On Wed, 2008-01-09 at 20:16 -0500, Joe Marcus Clarke wrote: > On Wed, 2008-01-09 at 19:40 -0500, Alexandre "Sunny" Kovalenko wrote: > > On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote: > > > On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: > > > > I have seen recent commit WRT string collation in devel/glib20 by > > > > marcus, so I have decided to check if there is an interest to fix SEGV > > > > in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. > > > > > > Any commits I have made in the area of UTF-8 are completely accidental. > > > I am not the UTF-8 guy. Both bland and jylefort have expressed interest > > > in this. Perhaps one of them will comment. > > > > I hope so. Just in case, they would decide to, I have reduced the > > situation to the small program below. I get > > > > GLib-CRITICAL **: g_convert: assertion `str != NULL' failed > > > > and no core dump from this simple program, whereas Evolution manages to > > pass NULL to strcoll further down in g_utf8_collate and get SEGV for its > > pains. > > That sounds like a no-no for Evolution to be dereferencing a NULL > pointer. Hopefully they'd fix this to prevent the problem. It's not Evolution, it is glib, specifically g_utf8_collate, which would call strcoll(3) blindly on the return of g_utf8_normalize inside gunicollate.c. And now, I can get core dumped out of this simple program as well, merely by setting CHARSET=en_US.UTF-8 (I had it is ASCII in the terminal window, which would trigger different path within g_utf8_collate). > > > > > Conversely, if the answer still is "Evolution should not have done > > that", I will happily crawl back under my rock and keep my patch > > locally. > > I can't imagine you're alone in this. But then again, any Cyrillic mail > that comes my way is always spam, so what do I know. More importantly, it is UTF-8 spam -- in order to trigger this, you need KOI8-R or CP1251, and in the sorted column to boot. I suspect that Latin1 or ShiftJIS would do the trick too. Now, how about this: would you be amenable to this Really Harmless(tm) patch, which merely adds error checking along the lines used in the same function, about dozen lines up ;) --- glib/gunicollate.c.B 2008-01-09 20:48:25.000000000 -0500 +++ glib/gunicollate.c 2008-01-09 20:49:35.000000000 -0500 @@ -166,6 +166,9 @@ str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); + g_return_val_if_fail (str1_norm != NULL, 0); + g_return_val_if_fail (str2_norm != NULL, 0); + if (g_get_charset (&charset)) { result = strcoll (str1_norm, str2_norm); I can add it to your files/extra-patch-glib_gunicollate.c, or package it separately -- I really hate it when I start Evolution after portupgrade to write some E-mails real quick, only to find out that I have forgotten to patch glib... again. -- Alexandre "Sunny" Kovalenko From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 02:20:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68CDE16A474 for ; Thu, 10 Jan 2008 02:20:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 239D713C46A for ; Thu, 10 Jan 2008 02:20:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 23273 invoked by uid 399); 10 Jan 2008 02:20:41 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 10 Jan 2008 02:20:41 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <478580F7.7040809@FreeBSD.org> Date: Wed, 09 Jan 2008 18:20:39 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <47819190.4030909@FreeBSD.org> In-Reply-To: <47819190.4030909@FreeBSD.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Portmaster 2.0-beta2 with SU_CMD available for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 02:20:42 -0000 Ok, the SU_CMD stuff is finally done! This turned out to be a little tougher than I thought, for reasons I'll explain below. First a bug report. Doug Barton wrote: > This is a long message, so if you want to jump into using the new > version that's fine, but before you do anything else, please do this: > cd > mkdir backup-pkg > cd backup-pkg > cp -Rp /var/db/pkg . > portmaster --check-depends # This is the new version of course > diff -ur pkg /var/db/pkg > pkg.diff > > Then look at the results. The code lets you know if it updates a > +REQUIRED_BY file or @pkgdep entry, but it also silently deletes > duplicate pkgdep/DEPORIGIN lines from your +CONTENTS files, so if you > see something that looks like it's been deleted inappropriately check > the rewritten +CONTENTS file to see if there is one and only one entry > left in it. I don't think you will, but if you have any problems with > this feature, please let me know ASAP. One person found a small bug, which is that DEPORIGIN names with a + sign in them caused egrep to ignore them. This is fixed in the new version. I also did a sweep through all the other port directory names to see if there were any other potential metacharacter issues and did not find any. New Feature =========== The SU_CMD stuff is now functional, but only for sudo. I initially tried to do it in such a way as to also support su(1), but they want things quoted totally differently, and then when I tried to run actually as root, it choked for different reasons. Fortunately sudo doesn't have that problem, so for now it is the only method supported. If you want to try this out, put the following in ~/.portmasterrc: PM_SU_CMD='/usr/local/bin/sudo' # and optionally: PM_SU_VERBOSE=yes The latter enables extra messages that tell you whenever something is happening that requires superuser privileges. This code makes the following assumptions: 1. You have the following set to places that the UNprivileged user has control: WRKDIRPREFIX usually /usr/ports/category/port/work DISTDIR usually /usr/ports/distfiles TMPDIR usually /tmp 2. The following directories are owned by root: /var/db/pkg /var/db/port LOCALBASE usually /usr/local PACKAGES usually /usr/ports/packages PKGREPOSITORY usually ${PACKAGES}/All With those caveats, and obviously assuming that you have sudo installed, you should be able to do everything as a normal user that you can as root, with the absolute minimum of privilege escalation. If you run portmaster as root but have PM_SU_CMD defined, it will be undefined to avoid potential problems. This turned out to be a good exercise, since it allowed me to further tighten a few areas to avoid taking actions unless they really needed to be taken. Reworked Feature ================ The "safety" backup feature and the -b backup feature, both of which affect the installed port at upgrade time, have been totally restructured. There is now a new directory, ${PACKAGES}/portmaster-backup that these two features write their packages to. If you're not using -b those packages will be deleted on a successful installation. The main advantage to this is that you can now have a backup package of the "old" version and a -g package of the new one even if they have the same version number. It also makes post-install cleanup easier as a byproduct. If you have PKGREPOSITORY set in your environment, but not PACKAGES, you should set the latter and can probably delete the former. I plan to add a compatibility shim for users who only have the former set, but it's not done yet. Please test this version and let me know! It's very close to what will be committed as portmaster 2.0. Enjoy! Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 02:21:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7578D16A419 for ; Thu, 10 Jan 2008 02:21:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 41AE913C46A for ; Thu, 10 Jan 2008 02:21:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 24351 invoked by uid 399); 10 Jan 2008 02:21:38 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 10 Jan 2008 02:21:38 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <47858130.7080308@FreeBSD.org> Date: Wed, 09 Jan 2008 18:21:36 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (X11/20071119) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <47819190.4030909@FreeBSD.org> <478580F7.7040809@FreeBSD.org> In-Reply-To: <478580F7.7040809@FreeBSD.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Portmaster 2.0-beta2 with SU_CMD available for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 02:21:39 -0000 ... and of course I forgot the URL, sorry. http://dougbarton.us/portmaster Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 03:13:09 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FDF616A41A for ; Thu, 10 Jan 2008 03:13:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 22E5213C457 for ; Thu, 10 Jan 2008 03:13:08 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so525741fgg.35 for ; Wed, 09 Jan 2008 19:13:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xmLc8Of+21lpdtPb9rw396LW/i7bmzRueFyi20G2EOQ=; b=L/IdRQ550KeV87oZiLjuvJ3bsCrRd1VUio6q7GpZrGD+7PNVhWzpAikhr3AuJU7OdQnRGd1FKrYujeRpJDvhvbgFEDpIainuqb80Bq0703ToYt9fZX1uzVguJnbqwnaBhLhrU66R0cY1BGIeK7+6qz3oY6h5V5bnno//iD7455k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nL55ac7jfAGPfC6O0apx40uyDUHGlU7N7CpCAtSPAhKmJnJOVvfTMv19YYuQwxxzgHMi4ujGMd0Fufd0M+gWzHvX590sDNMx3A7UxDtXM8R9z/EEVXt3NNTAqJIFCeaN9EAZ9uzc+teYqWpTAndBeYzuhrwd/XxZDOqwWbzEGwQ= Received: by 10.86.71.1 with SMTP id t1mr1318218fga.69.1199934787977; Wed, 09 Jan 2008 19:13:07 -0800 (PST) Received: by 10.86.3.20 with HTTP; Wed, 9 Jan 2008 19:13:07 -0800 (PST) Message-ID: <790a9fff0801091913i201ca8d4y67c8a8ad73775c0a@mail.gmail.com> Date: Wed, 9 Jan 2008 21:13:07 -0600 From: "Scot Hetzel" To: "Andrea Venturoli" , kay.abendroth@raxion.net In-Reply-To: <478535E0.3020007@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478535E0.3020007@netfence.it> Cc: freebsd-ports@freebsd.org Subject: Re: noip startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 03:13:09 -0000 On 1/9/08, Andrea Venturoli wrote: > Hello. > I installed the latest version of this port and it won't start > automatically, after the script was converted to the new rc system some > days ago. > > I put noip_enable="YES" in /etc/rc.conf and this seems to get through: > > # /usr/local/etc/rc.d/noip rcvar > # noip > $noip_enable=YES > > > However the deamon won't start. > It obviously does from the command line. > > Any hint? > There is an error in the rc.d script, the port dns/noip doesn't install bin/noip, instead it installs bin/noip2. But the script is setting "command=${PREFIX}/bin/noip", when it should be using "command=${PREFIX}/bin/noip2". Just change "command" variable in dns/noip/files/noip.in and/or PREFIX/etc/rc.d/noip to "command="%%PREFIX%%/bin/${name}2". Scot From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 04:18:23 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABA0416A418 for ; Thu, 10 Jan 2008 04:18:23 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from smtp1.jp.viruscheck.net (smtp1.jp.viruscheck.net [154.33.69.52]) by mx1.freebsd.org (Postfix) with ESMTP id 7237C13C458 for ; Thu, 10 Jan 2008 04:18:23 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from (mail2.jp.viruscheck.net) [154.33.69.39]:12639 by smtp1.jp.viruscheck.net with esmtp id 1JCos2-00029f-AB ; Thu, 10 Jan 2008 13:18:22 +0900 Received: from (nux.orchid) [125.206.34.113]:13388 by mail2.jp.viruscheck.net with esmtp id 1JCos1-0001JF-VD ; Thu, 10 Jan 2008 13:18:22 +0900 Received: from [89.60.10.11] (horse.orchid.orchidtechnology.com [89.60.10.11] (may be forged)) by nux.orchid (8.13.8/8.13.8) with ESMTP id m0A4IJEb003174; Thu, 10 Jan 2008 13:18:19 +0900 Message-ID: <47859C8A.6060908@FreeBSD.org> Date: Thu, 10 Jan 2008 13:18:18 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: "Alexandre \"Sunny\" Kovalenko" References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> <1199925635.9959.10.camel@RabbitsDen> <1199927795.304.70.camel@shumai.marcuscom.com> <1199930945.46097.11.camel@RabbitsDen> In-Reply-To: <1199930945.46097.11.camel@RabbitsDen> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 04:18:23 -0000 Alexandre, The problem you exposed have its roots in Evo code. g_utf8_* stuff defined to work on *utf-8* strings only and have undefined behaviour on MBCS strings. It may sound stupid but crashes are allowed in this case :-) Even we apply your latest patch the true problem solution will be only postponed. We have to continue with Evo source. Find subject parser part and ensure that it will be utf-8 encoded string at the end. All the best, Alexander. Alexandre "Sunny" Kovalenko wrote: > On Wed, 2008-01-09 at 20:16 -0500, Joe Marcus Clarke wrote: > >> On Wed, 2008-01-09 at 19:40 -0500, Alexandre "Sunny" Kovalenko wrote: >> >>> On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote: >>> >>>> On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: >>>> >>>>> I have seen recent commit WRT string collation in devel/glib20 by >>>>> marcus, so I have decided to check if there is an interest to fix SEGV >>>>> in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. >>>>> >>>> Any commits I have made in the area of UTF-8 are completely accidental. >>>> I am not the UTF-8 guy. Both bland and jylefort have expressed interest >>>> in this. Perhaps one of them will comment. >>>> >>> I hope so. Just in case, they would decide to, I have reduced the >>> situation to the small program below. I get >>> >>> GLib-CRITICAL **: g_convert: assertion `str != NULL' failed >>> >>> and no core dump from this simple program, whereas Evolution manages to >>> pass NULL to strcoll further down in g_utf8_collate and get SEGV for its >>> pains. >>> >> That sounds like a no-no for Evolution to be dereferencing a NULL >> pointer. Hopefully they'd fix this to prevent the problem. >> > > It's not Evolution, it is glib, specifically g_utf8_collate, which would > call strcoll(3) blindly on the return of g_utf8_normalize inside > gunicollate.c. And now, I can get core dumped out of this simple program > as well, merely by setting CHARSET=en_US.UTF-8 (I had it is ASCII in the > terminal window, which would trigger different path within > g_utf8_collate). > > >>> Conversely, if the answer still is "Evolution should not have done >>> that", I will happily crawl back under my rock and keep my patch >>> locally. >>> >> I can't imagine you're alone in this. But then again, any Cyrillic mail >> that comes my way is always spam, so what do I know. >> > > More importantly, it is UTF-8 spam -- in order to trigger this, you need > KOI8-R or CP1251, and in the sorted column to boot. I suspect that > Latin1 or ShiftJIS would do the trick too. > > Now, how about this: would you be amenable to this Really Harmless(tm) > patch, which merely adds error checking along the lines used in the same > function, about dozen lines up ;) > > --- glib/gunicollate.c.B 2008-01-09 20:48:25.000000000 -0500 > +++ glib/gunicollate.c 2008-01-09 20:49:35.000000000 -0500 > @@ -166,6 +166,9 @@ > str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); > str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); > > + g_return_val_if_fail (str1_norm != NULL, 0); > + g_return_val_if_fail (str2_norm != NULL, 0); > + > if (g_get_charset (&charset)) > { > result = strcoll (str1_norm, str2_norm); > > I can add it to your files/extra-patch-glib_gunicollate.c, or package > it separately -- I really hate it when I start Evolution after portupgrade > to write some E-mails real quick, only to find out that I have forgotten > to patch glib... again. > > From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 04:58:15 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61ACD16A417; Thu, 10 Jan 2008 04:58:15 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCE913C45A; Thu, 10 Jan 2008 04:58:15 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from [10.0.3.231] ([70.21.165.95]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JUE0056VWJ5IJ50@vms040.mailsrvcs.net>; Wed, 09 Jan 2008 22:59:30 -0600 (CST) Date: Wed, 09 Jan 2008 23:56:43 -0500 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <47859C8A.6060908@FreeBSD.org> To: Alexander Nedotsukov Message-id: <1199941003.46097.26.camel@RabbitsDen> MIME-version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> <1199925635.9959.10.camel@RabbitsDen> <1199927795.304.70.camel@shumai.marcuscom.com> <1199930945.46097.11.camel@RabbitsDen> <47859C8A.6060908@FreeBSD.org> Cc: ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 04:58:15 -0000 On Thu, 2008-01-10 at 13:18 +0900, Alexander Nedotsukov wrote: > Alexandre, > > The problem you exposed have its roots in Evo code. g_utf8_* stuff > defined to work on *utf-8* strings only and have undefined behaviour on > MBCS strings. It may sound stupid but crashes are allowed in this case > :-) Even we apply your latest patch the true problem solution will be > only postponed. We have to continue with Evo source. Find subject parser > part and ensure that it will be utf-8 encoded string at the end. While I see this as the noble goal, I fail to understand why asserts are OK 10 lines above my latest patch, but not in this specific place. Nor does this latest patch mask any issues in Evo -- you still get Glib-CRITICAL assert. Hell, you even get assert without the patch if your CHARSET is ASCII, but core dump if your CHARSET is xx_YY.UTF-8. If we are talking noble goals here, how about some consistency in the error handling? On the more productive note: I have picked up more glib programming today than I had before (or cared to) -- it's easy to improve when you started from the veritable zero ;) However, it might not be sufficient to do what needs to be done to Evolution. One thing you can help me with, is to suggest glib function, I can feed arbitrary string of bytes (either counted or zero-terminated) and it will tell me whether this is valid UTF-8. g_print() apparently does this somehow, so there must be a way. As promised, I'll crawl back under my rock and wait for rainy weekend to read some Evolution code. > > All the best, > Alexander. > BTW: What happened to "no top posting" rule? > Alexandre "Sunny" Kovalenko wrote: > > On Wed, 2008-01-09 at 20:16 -0500, Joe Marcus Clarke wrote: > > > >> On Wed, 2008-01-09 at 19:40 -0500, Alexandre "Sunny" Kovalenko wrote: > >> > >>> On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote: > >>> > >>>> On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: > >>>> > >>>>> I have seen recent commit WRT string collation in devel/glib20 by > >>>>> marcus, so I have decided to check if there is an interest to fix SEGV > >>>>> in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. > >>>>> > >>>> Any commits I have made in the area of UTF-8 are completely accidental. > >>>> I am not the UTF-8 guy. Both bland and jylefort have expressed interest > >>>> in this. Perhaps one of them will comment. > >>>> > >>> I hope so. Just in case, they would decide to, I have reduced the > >>> situation to the small program below. I get > >>> > >>> GLib-CRITICAL **: g_convert: assertion `str != NULL' failed > >>> > >>> and no core dump from this simple program, whereas Evolution manages to > >>> pass NULL to strcoll further down in g_utf8_collate and get SEGV for its > >>> pains. > >>> > >> That sounds like a no-no for Evolution to be dereferencing a NULL > >> pointer. Hopefully they'd fix this to prevent the problem. > >> > > > > It's not Evolution, it is glib, specifically g_utf8_collate, which would > > call strcoll(3) blindly on the return of g_utf8_normalize inside > > gunicollate.c. And now, I can get core dumped out of this simple program > > as well, merely by setting CHARSET=en_US.UTF-8 (I had it is ASCII in the > > terminal window, which would trigger different path within > > g_utf8_collate). > > > > > >>> Conversely, if the answer still is "Evolution should not have done > >>> that", I will happily crawl back under my rock and keep my patch > >>> locally. > >>> > >> I can't imagine you're alone in this. But then again, any Cyrillic mail > >> that comes my way is always spam, so what do I know. > >> > > > > More importantly, it is UTF-8 spam -- in order to trigger this, you need > > KOI8-R or CP1251, and in the sorted column to boot. I suspect that > > Latin1 or ShiftJIS would do the trick too. > > > > Now, how about this: would you be amenable to this Really Harmless(tm) > > patch, which merely adds error checking along the lines used in the same > > function, about dozen lines up ;) > > > > --- glib/gunicollate.c.B 2008-01-09 20:48:25.000000000 -0500 > > +++ glib/gunicollate.c 2008-01-09 20:49:35.000000000 -0500 > > @@ -166,6 +166,9 @@ > > str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); > > str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); > > > > + g_return_val_if_fail (str1_norm != NULL, 0); > > + g_return_val_if_fail (str2_norm != NULL, 0); > > + > > if (g_get_charset (&charset)) > > { > > result = strcoll (str1_norm, str2_norm); > > > > I can add it to your files/extra-patch-glib_gunicollate.c, or package > > it separately -- I really hate it when I start Evolution after portupgrade > > to write some E-mails real quick, only to find out that I have forgotten > > to patch glib... again. > > > > > -- Alexandre "Sunny" Kovalenko (ОлекÑандр Коваленко) From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 05:59:45 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9836D16A41A; Thu, 10 Jan 2008 05:59:45 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from smtp3.jp.viruscheck.net (smtp3.jp.viruscheck.net [154.33.69.54]) by mx1.freebsd.org (Postfix) with ESMTP id 504F013C458; Thu, 10 Jan 2008 05:59:45 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from (mail5.jp.viruscheck.net) [154.33.69.37]:6967 by smtp3.jp.viruscheck.net with esmtp id 1JCqS7-0002gS-NY ; Thu, 10 Jan 2008 14:59:43 +0900 Received: from (nux.orchid) [125.206.34.113]:15648 by mail5.jp.viruscheck.net with esmtp id 1JCqS7-0000Ok-EB ; Thu, 10 Jan 2008 14:59:43 +0900 Received: from [89.60.10.11] (horse.orchid.orchidtechnology.com [89.60.10.11] (may be forged)) by nux.orchid (8.13.8/8.13.8) with ESMTP id m0A5xgfn004300; Thu, 10 Jan 2008 14:59:42 +0900 Message-ID: <4785B44D.3080207@FreeBSD.org> Date: Thu, 10 Jan 2008 14:59:41 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: "Alexandre \"Sunny\" Kovalenko" References: <1199893999.756.29.camel@RabbitsDen> <1199900104.304.28.camel@shumai.marcuscom.com> <1199925635.9959.10.camel@RabbitsDen> <1199927795.304.70.camel@shumai.marcuscom.com> <1199930945.46097.11.camel@RabbitsDen> <47859C8A.6060908@FreeBSD.org> <1199941003.46097.26.camel@RabbitsDen> In-Reply-To: <1199941003.46097.26.camel@RabbitsDen> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: [patch] glib20, UTF-8 and string collation X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 05:59:45 -0000 Alexandre "Sunny" Kovalenko wrote: > On Thu, 2008-01-10 at 13:18 +0900, Alexander Nedotsukov wrote: > >> Alexandre, >> >> The problem you exposed have its roots in Evo code. g_utf8_* stuff >> defined to work on *utf-8* strings only and have undefined behaviour on >> MBCS strings. It may sound stupid but crashes are allowed in this case >> :-) Even we apply your latest patch the true problem solution will be >> only postponed. We have to continue with Evo source. Find subject parser >> part and ensure that it will be utf-8 encoded string at the end. >> > > While I see this as the noble goal, I fail to understand why asserts are > OK 10 lines above my latest patch, but not in this specific place. Nor > does this latest patch mask any issues in Evo -- you still get > Glib-CRITICAL assert. Hell, you even get assert without the patch if > your CHARSET is ASCII, but core dump if your CHARSET is xx_YY.UTF-8. If > we are talking noble goals here, how about some consistency in the error > handling? > > Those asserts does trivial arguments validation. Yours are slightly more than trivial which may be against existing glib practice. In any case I am against introducing such change locally. It lead to different execution paths in callers compared to other platforms. Also in a current form it suffer form potential memory leaks (guess where). Please save your energy for debates with glib developers if you want to. Even you convince hundredths like me it still will not make a valid argument for them ;-) > On the more productive note: I have picked up more glib programming > today than I had before (or cared to) -- it's easy to improve when you > started from the veritable zero ;) However, it might not be sufficient > to do what needs to be done to Evolution. One thing you can help me > with, is to suggest glib function, I can feed arbitrary string of bytes > (either counted or zero-terminated) and it will tell me whether this is > valid UTF-8. g_print() apparently does this somehow, so there must be a > way. > See g_utf8_validate(). > As promised, I'll crawl back under my rock and wait for rainy weekend to > read some Evolution code. > You better kick Evo authors into $some_painful_part_of_the_body :-) >> All the best, >> Alexander. >> >> > BTW: What happened to "no top posting" rule? > >> Alexandre "Sunny" Kovalenko wrote: >> >>> On Wed, 2008-01-09 at 20:16 -0500, Joe Marcus Clarke wrote: >>> >>> >>>> On Wed, 2008-01-09 at 19:40 -0500, Alexandre "Sunny" Kovalenko wrote: >>>> >>>> >>>>> On Wed, 2008-01-09 at 12:35 -0500, Joe Marcus Clarke wrote: >>>>> >>>>> >>>>>> On Wed, 2008-01-09 at 10:53 -0500, Alexandre "Sunny" Kovalenko wrote: >>>>>> >>>>>> >>>>>>> I have seen recent commit WRT string collation in devel/glib20 by >>>>>>> marcus, so I have decided to check if there is an interest to fix SEGV >>>>>>> in g_utf8_collate when it is given 8-bit non-UTF-8 string(s) to collate. >>>>>>> >>>>>>> >>>>>> Any commits I have made in the area of UTF-8 are completely accidental. >>>>>> I am not the UTF-8 guy. Both bland and jylefort have expressed interest >>>>>> in this. Perhaps one of them will comment. >>>>>> >>>>>> >>>>> I hope so. Just in case, they would decide to, I have reduced the >>>>> situation to the small program below. I get >>>>> >>>>> GLib-CRITICAL **: g_convert: assertion `str != NULL' failed >>>>> >>>>> and no core dump from this simple program, whereas Evolution manages to >>>>> pass NULL to strcoll further down in g_utf8_collate and get SEGV for its >>>>> pains. >>>>> >>>>> >>>> That sounds like a no-no for Evolution to be dereferencing a NULL >>>> pointer. Hopefully they'd fix this to prevent the problem. >>>> >>>> >>> It's not Evolution, it is glib, specifically g_utf8_collate, which would >>> call strcoll(3) blindly on the return of g_utf8_normalize inside >>> gunicollate.c. And now, I can get core dumped out of this simple program >>> as well, merely by setting CHARSET=en_US.UTF-8 (I had it is ASCII in the >>> terminal window, which would trigger different path within >>> g_utf8_collate). >>> >>> >>> >>>>> Conversely, if the answer still is "Evolution should not have done >>>>> that", I will happily crawl back under my rock and keep my patch >>>>> locally. >>>>> >>>>> >>>> I can't imagine you're alone in this. But then again, any Cyrillic mail >>>> that comes my way is always spam, so what do I know. >>>> >>>> >>> More importantly, it is UTF-8 spam -- in order to trigger this, you need >>> KOI8-R or CP1251, and in the sorted column to boot. I suspect that >>> Latin1 or ShiftJIS would do the trick too. >>> >>> Now, how about this: would you be amenable to this Really Harmless(tm) >>> patch, which merely adds error checking along the lines used in the same >>> function, about dozen lines up ;) >>> >>> --- glib/gunicollate.c.B 2008-01-09 20:48:25.000000000 -0500 >>> +++ glib/gunicollate.c 2008-01-09 20:49:35.000000000 -0500 >>> @@ -166,6 +166,9 @@ >>> str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); >>> str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); >>> >>> + g_return_val_if_fail (str1_norm != NULL, 0); >>> + g_return_val_if_fail (str2_norm != NULL, 0); >>> + >>> if (g_get_charset (&charset)) >>> { >>> result = strcoll (str1_norm, str2_norm); >>> >>> I can add it to your files/extra-patch-glib_gunicollate.c, or package >>> it separately -- I really hate it when I start Evolution after portupgrade >>> to write some E-mails real quick, only to find out that I have forgotten >>> to patch glib... again. >>> >>> >>> > > From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 07:41:32 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD29916A419 for ; Thu, 10 Jan 2008 07:41:32 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn6.excitenetwork.com [207.159.120.60]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2F513C459 for ; Thu, 10 Jan 2008 07:41:32 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id EB390B581E; Thu, 10 Jan 2008 02:41:31 -0500 (EST) To: freebsd-ports@freebsd.org Received: from [84.75.149.198] by xprdmailfe28.nwk.excite.com via HTTP; Thu, 10 Jan 2008 02:41:31 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = e84426cb3f7baf87ec2d3c2fd2e63628 From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080110074131.EB390B581E@xprdmxin.myway.com> Date: Thu, 10 Jan 2008 02:41:31 -0500 (EST) Subject: bsdpan packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 07:41:32 -0000 hi I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9 where come these packages from ? # ls -l /var/db/pkg total 22556 drwxr-xr-x 2 root wheel 512 Jan 10 00:52 apr-gdbm-db42-1.2.8_2 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-ErrorHandler-0.01 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-Loader-2.03 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Compress-Raw-Zlib-2.006 drwxr-xr-x 2 root wheel 512 Jan 10 00:50 bsdpan-Compress-Zlib-2.007 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASCII-Armour-1.4 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASN1-0.21 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-PEM-0.07 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-Blowfish-2.10 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-CBC-2.24 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES-2.05 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES_EDE3-0.01 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DH-0.06 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DSA-0.14 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-IDEA-1.08 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Data-Buffer-0.04 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-BubbleBabble-0.01 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-HMAC-1.01 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-MD2-2.03 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-SHA1-2.11 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Base-2.006 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Zlib-2.006 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Math-GMP-2.04 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Sort-Versions-1.5 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-String-CRC32-1.4 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Tie-EncryptedHash-1.21 _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 07:57:29 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5763C16A418 for ; Thu, 10 Jan 2008 07:57:29 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB2413C455 for ; Thu, 10 Jan 2008 07:57:29 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.2/8.14.2) with ESMTP id m0A7uv2D073600 for ; Thu, 10 Jan 2008 07:56:57 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.2/8.14.2/Submit) id m0A7uvge073587 for ports@FreeBSD.org; Thu, 10 Jan 2008 07:56:57 GMT (envelope-from erwin) Date: Thu, 10 Jan 2008 07:56:57 GMT From: Erwin Lansing Message-Id: <200801100756.m0A7uvge073587@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.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: Thu, 10 Jan 2008 07:57:29 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found Done. make_index: gnucash-2.2.2: no entry for /usr/ports/devel/goffice04 make_index: gnucash-2.2.2: no entry for /usr/ports/devel/goffice04 make_index: gchemutils-0.8.5_1: no entry for /usr/ports/devel/goffice04 make_index: gchemutils-0.8.5_1: no entry for /usr/ports/devel/goffice04 Committers on the hook: ahze clsung lwhsu marcus pav Most recent CVS update was: U devel/devhelp/Makefile U devel/devhelp/distinfo U devel/devhelp/pkg-plist U devel/goffice04/Makefile U devel/goffice04/distinfo U devel/goffice04/pkg-descr U devel/goffice04/pkg-plist U devel/p5-Module-Install/Makefile U devel/p5-Module-Install/distinfo U devel/p5-version/Makefile U devel/p5-version/distinfo U finance/gnucash/Makefile U math/gnumeric/Makefile U math/gnumeric/distinfo U math/gnumeric/pkg-plist U math/gnumeric/files/gnumeric-C.omf U science/gchemutils/Makefile U security/Makefile U security/shimmer/Makefile U security/shimmer/distinfo U security/shimmer/pkg-descr From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 08:23:03 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EDF316A419 for ; Thu, 10 Jan 2008 08:23:03 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn6.excitenetwork.com [207.159.120.60]) by mx1.freebsd.org (Postfix) with ESMTP id AF57513C447 for ; Thu, 10 Jan 2008 08:23:02 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id E39DDB5822; Thu, 10 Jan 2008 03:23:01 -0500 (EST) To: tobez@tobez.org Received: from [84.75.149.198] by xprdmailfe28.nwk.excite.com via HTTP; Thu, 10 Jan 2008 03:23:01 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = e84426cb3f7baf87ec2d3c2fd2e63628 From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080110082301.E39DDB5822@xprdmxin.myway.com> Date: Thu, 10 Jan 2008 03:23:01 -0500 (EST) Cc: freebsd-ports@freebsd.org Subject: Re: bsdpan packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 08:23:03 -0000 thanks, but howto delete all of them using only one single command ? --- On Thu 01/10, Anton Berezin < tobez@tobez.org > wrote: From: Anton Berezin [mailto: tobez@tobez.org] To: piotrekk@excite.com Cc: freebsd-ports@freebsd.org Date: Thu, 10 Jan 2008 09:19:20 +0100 Subject: Re: bsdpan packages On Thu, Jan 10, 2008 at 02:41:31AM -0500, Piotr wrote:> I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9> where come these packages from ?Generally, from installing Perl modules by hand as opposed from ports.> # ls -l /var/db/pkg> total 22556> drwxr-xr-x 2 root wheel 512 Jan 10 00:52 apr-gdbm-db42-1.2.8_2> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-ErrorHandler-0.01> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-Loader-2.03> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Compress-Raw-Zlib-2.006> drwxr-xr-x 2 root wheel 512 Jan 10 00:50 bsdpan-Compress-Zlib-2.007> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASCII-Armour-1.4> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASN1-0.21> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-PEM-0.07> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-Blowfish-2.10> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-CBC-2.24> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES-2.05> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES_EDE3-0.01> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DH-0.06> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DSA-0.14> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-IDEA-1.08> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Data-Buffer-0.04> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-BubbleBabble-0.01> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-HMAC-1.01> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-MD2-2.03> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-SHA1-2.11> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Base-2.006> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Zlib-2.006> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Math-GMP-2.04> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Sort-Versions-1.5> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-String-CRC32-1.4> drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Tie-EncryptedHash-1.21 And the majority of those is in fact available from ports...\Anton.-- We're going for 'working' here. 'clean' is for people with skills...-- Flemming Jacobsen _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 08:39:19 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 508D016A418 for ; Thu, 10 Jan 2008 08:39:19 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id E0D5213C45D for ; Thu, 10 Jan 2008 08:39:18 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id D65C6125420; Thu, 10 Jan 2008 09:19:20 +0100 (CET) Date: Thu, 10 Jan 2008 09:19:20 +0100 From: Anton Berezin To: Piotr Message-ID: <20080110081920.GA79537@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Piotr , freebsd-ports@freebsd.org References: <20080110074131.EB390B581E@xprdmxin.myway.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080110074131.EB390B581E@xprdmxin.myway.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: bsdpan 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: Thu, 10 Jan 2008 08:39:19 -0000 On Thu, Jan 10, 2008 at 02:41:31AM -0500, Piotr wrote: > I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9 > where come these packages from ? Generally, from installing Perl modules by hand as opposed from ports. > # ls -l /var/db/pkg > total 22556 > drwxr-xr-x 2 root wheel 512 Jan 10 00:52 apr-gdbm-db42-1.2.8_2 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-ErrorHandler-0.01 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-Loader-2.03 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Compress-Raw-Zlib-2.006 > drwxr-xr-x 2 root wheel 512 Jan 10 00:50 bsdpan-Compress-Zlib-2.007 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASCII-Armour-1.4 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-ASN1-0.21 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Convert-PEM-0.07 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-Blowfish-2.10 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-CBC-2.24 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES-2.05 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DES_EDE3-0.01 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DH-0.06 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-DSA-0.14 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Crypt-IDEA-1.08 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Data-Buffer-0.04 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-BubbleBabble-0.01 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-HMAC-1.01 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-MD2-2.03 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Digest-SHA1-2.11 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Base-2.006 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-IO-Compress-Zlib-2.006 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Math-GMP-2.04 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Sort-Versions-1.5 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-String-CRC32-1.4 > drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Tie-EncryptedHash-1.21 And the majority of those is in fact available from ports... \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 08:39:19 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDC216A419 for ; Thu, 10 Jan 2008 08:39:19 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id E118F13C469 for ; Thu, 10 Jan 2008 08:39:18 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id F146012543A; Thu, 10 Jan 2008 09:29:18 +0100 (CET) Date: Thu, 10 Jan 2008 09:29:18 +0100 From: Anton Berezin To: Piotr Message-ID: <20080110082918.GA80526@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Piotr , freebsd-ports@freebsd.org References: <20080110082301.E39DDB5822@xprdmxin.myway.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080110082301.E39DDB5822@xprdmxin.myway.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: bsdpan 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: Thu, 10 Jan 2008 08:39:19 -0000 On Thu, Jan 10, 2008 at 03:23:01AM -0500, Piotr wrote: > thanks, but howto delete all of them using only one single command ? As with any package, use pkg_delete. These are easy to do in one command since they all start with the same prefix, so pkg_delete bsdpan\* will do. This is valid if you want to delete package entries *and* package contents (the modules themselves), of course. \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 08:48:26 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2324A16A41B for ; Thu, 10 Jan 2008 08:48:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id CF94B13C511 for ; Thu, 10 Jan 2008 08:48:25 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.2/8.14.2) with ESMTP id m0A8ls4O084863 for ; Thu, 10 Jan 2008 08:47:54 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.2/8.14.2/Submit) id m0A8lsSD084861 for ports@FreeBSD.org; Thu, 10 Jan 2008 08:47:54 GMT (envelope-from erwin) Date: Thu, 10 Jan 2008 08:47:54 GMT From: Erwin Lansing Message-Id: <200801100847.m0A8lsSD084861@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 5.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: Thu, 10 Jan 2008 08:48:26 -0000 From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 08:49:22 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41F7C16A417 for ; Thu, 10 Jan 2008 08:49:22 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5A913C4EE for ; Thu, 10 Jan 2008 08:49:21 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.240.163]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m0A8r9pI094282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 10 Jan 2008 09:53:15 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.13.8) with ESMTP id m0A8p4Oo087495; Thu, 10 Jan 2008 09:51:05 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4785DC02.4090606@netfence.it> Date: Thu, 10 Jan 2008 09:49:06 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Scot Hetzel References: <478535E0.3020007@netfence.it> <790a9fff0801091913i201ca8d4y67c8a8ad73775c0a@mail.gmail.com> In-Reply-To: <790a9fff0801091913i201ca8d4y67c8a8ad73775c0a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: kay.abendroth@raxion.net, freebsd-ports@freebsd.org Subject: Re: noip startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 08:49:22 -0000 Scot Hetzel ha scritto: > There is an error in the rc.d script, the port dns/noip doesn't > install bin/noip, instead it installs bin/noip2. But the script is > setting "command=${PREFIX}/bin/noip", when it should be using > "command=${PREFIX}/bin/noip2". > > Just change "command" variable in dns/noip/files/noip.in and/or > PREFIX/etc/rc.d/noip to "command="%%PREFIX%%/bin/${name}2". Thanks. I also had to change "noip_enable" to "noip2_enable" in /etc/rc.conf and everything was solved. bye av. From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 11:06:21 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D5DB16A46B for ; Thu, 10 Jan 2008 11:06:21 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id 4F82613C455 for ; Thu, 10 Jan 2008 11:06:20 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from [195.4.92.13] (helo=3.mx.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1JCvEp-00086v-H5 for freebsd-ports@freebsd.org; Thu, 10 Jan 2008 12:06:19 +0100 Received: from i3ed6c373.versanet.de ([62.214.195.115]:54996 helo=localhost.localdomain) by 3.mx.freenet.de with esmtpsa (ID softwareleute@freenet.de) (TLSv1:AES256-SHA:256) (port 25) (Exim 4.68 #1) id 1JCvEp-0001Ci-Cj for freebsd-ports@freebsd.org; Thu, 10 Jan 2008 12:06:19 +0100 From: Volker Glatz To: freebsd-ports@freebsd.org Date: Thu, 10 Jan 2008 12:06:16 +0100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801101206.17448.softwareleute@freenet.de> Subject: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 11:06:21 -0000 Hi there, I installed miro with "portinstall miro" - not changing any make options. It crashes at startup. Let me know, if you need more informations. Volker [volker@localhost /usr/home/volker]$ miro /usr/local/lib/firefox INFO Starting up Miro INFO Version: 1.0 INFO Revision: unknown INFO Builder: volker@localhost.localdomain INFO Build Time: 1199961287.5 INFO Loading preferences... INFO Starting event loop thread INFO Restoring database... INFO Connecting to /home/volker/.miro/sqlitedb TIMING Database load slow: 0.086 INFO Spawning auto downloader... INFO Displaying main frame... INFO *** Launching Downloader Daemon **** INFO Creating video display... WARNING Menu item action "RenameVideo" not implemented WARNING Menu item action "FastForward" not implemented WARNING Menu item action "Rewind" not implemented WARNING Menu item action "UpVolume" not implemented WARNING Menu item action "DownVolume" not implemented TIMING gtkAsyncMethod: took too long: 1.296 INFO loaded renderer 'xinerenderer' TIMING gtkAsyncMethod: took too long: 6.525 TIMING gtkSyncMethod: took too long: 6.748 INFO First URL is https://www.miroguide.com/ TIMING Icon clear: 0.002 INFO Starting movie data updates INFO Finished startup sequence TIMING idle (finalizing startup) too slow (8.165 secs) TIMING idle (finalizing startup) cumulative is too slow (8.165 secs) INFO *** Daemon ready *** INFO got file:///tmp/tmps6u9pA.html TIMING gtkAsyncMethod: took too long: 1.550 INFO got file:///tmp/tmp96kd7z.html INFO Checking for updates... WARNING downloader: connection closed -- quitting INFO Shutting down downloaders... Segmentation fault (core dumped) [volker@localhost /usr/home/volker]$ [volker@localhost /usr/home/volker]$ uname -a FreeBSD localhost.localdomain 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 13:22:11 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03B7A16A474 for ; Thu, 10 Jan 2008 13:22:11 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 5F20713C4DB for ; Thu, 10 Jan 2008 13:22:09 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so718475fgg.35 for ; Thu, 10 Jan 2008 05:22:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EFTCT3kK3oa486nAQlSnQFkf8bVYXJfWuxxcauDz7ZE=; b=OPOVaKpHnjhE68lheJflm5RURAAOKzRVYUBgp4A/4wWUrkfOSs1qaWUA2Eg7MUVgTXEvxgIkcpGrRRU5AuksHwNpAcV1GPr12rF7hI/6z1f8GxN+R7JAo5j5UGC+W8onPz3wD6lnFxSXmKvSkHjmNbEw53gZtp7nBogcDI8XWUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SWcBkSqCRB1oy7rv7JGcU5hlh0+0KoIkim71+8gUqaObYE9jHDBRhoeDNANGMPa8CIjQmN0ZVXBsyXqEu8Q29t1OxoblqKuiVjJRhzR80XfdT2HXbOnbdNyzQIRINGwCxj1pojaHJ5J0jvN6dxyPbfyD/H0Ktdf9cMjSQ4BWPgU= Received: by 10.82.121.15 with SMTP id t15mr3131956buc.26.1199971328547; Thu, 10 Jan 2008 05:22:08 -0800 (PST) Received: by 10.82.116.17 with HTTP; Thu, 10 Jan 2008 05:22:08 -0800 (PST) Message-ID: <6eb82e0801100522g2850d79cje0fb1f3dc1c31005@mail.gmail.com> Date: Thu, 10 Jan 2008 21:22:08 +0800 From: "Rong-en Fan" To: "Andrea Venturoli" In-Reply-To: <478535E0.3020007@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478535E0.3020007@netfence.it> Cc: freebsd-ports@freebsd.org Subject: Re: noip startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 13:22:11 -0000 On Jan 10, 2008 5:00 AM, Andrea Venturoli wrote: > Hello. > I installed the latest version of this port and it won't start > automatically, after the script was converted to the new rc system some > days ago. > > I put noip_enable="YES" in /etc/rc.conf and this seems to get through: > > # /usr/local/etc/rc.d/noip rcvar > # noip > $noip_enable=YES > > > However the deamon won't start. > It obviously does from the command line. Could you update your ports and install 2.1.7_2? I think it would work as expected (set noip_enable=YES). Regards, Rong-En Fan From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 14:48:51 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F9E516A4EA for ; Thu, 10 Jan 2008 14:48:51 +0000 (UTC) (envelope-from christopher.illies@ki.se) Received: from smtp2.ki.se (smtp2.ki.se [130.237.98.101]) by mx1.freebsd.org (Postfix) with ESMTP id 9E45313C45D for ; Thu, 10 Jan 2008 14:48:50 +0000 (UTC) (envelope-from christopher.illies@ki.se) Received: from smtp2.ki.se (smtp2.ki.se [127.0.0.1]) by localhost (Postfix) with SMTP id 7D0BE534CA2 for ; Thu, 10 Jan 2008 15:18:55 +0100 (CET) Received: from Klabautermann.ks.se (unknown [136.155.136.187]) by smtp2.ki.se (Postfix) with ESMTP id 45A2D534C4E for ; Thu, 10 Jan 2008 15:18:54 +0100 (CET) Received: from Klabautermann.ks.se (localhost [127.0.0.1]) by Klabautermann.ks.se (8.14.2/8.14.2) with ESMTP id m0AEJLtd071097 for ; Thu, 10 Jan 2008 15:19:21 +0100 (CET) (envelope-from chris@Klabautermann.ks.se) Received: (from chris@localhost) by Klabautermann.ks.se (8.14.2/8.14.2/Submit) id m0AEJKVB071096 for freebsd-ports@freebsd.org; Thu, 10 Jan 2008 15:19:20 +0100 (CET) (envelope-from chris) Date: Thu, 10 Jan 2008 15:19:20 +0100 From: Christopher Illies To: freebsd-ports@freebsd.org Message-ID: <20080110141920.GA312@Klabautermann.ks.se> Mail-Followup-To: Christopher Illies , freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-PMX-Version: 5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.1.10.60619 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_100_199 0, SMALL_BODY 0, __CD 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: goffice: unrecorded dependency gtk-doc ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 14:48:51 -0000 When I tried to upgrade gnumeric to the newest version devel/goffice failed to install. Only after installing textproc/gtk-doc goffice would install. Christopher From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 15:33:17 2008 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA7816A4F0; Thu, 10 Jan 2008 15:33:17 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F22013C455; Thu, 10 Jan 2008 15:33:17 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from freefall.freebsd.org (osa@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0AFXHVF057453; Thu, 10 Jan 2008 15:33:17 GMT (envelope-from osa@freefall.freebsd.org) Received: (from osa@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0AFXHHN057449; Thu, 10 Jan 2008 15:33:17 GMT (envelope-from osa) Date: Thu, 10 Jan 2008 15:33:17 GMT Message-Id: <200801101533.m0AFXHHN057449@freefall.freebsd.org> To: osa@FreeBSD.org, osa@FreeBSD.org, ports@FreeBSD.org From: osa@FreeBSD.org Cc: Subject: Re: ports/102544: ltmdm driver (comms/ltmdm) crashes system whene line rings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 15:33:17 -0000 Synopsis: ltmdm driver (comms/ltmdm) crashes system whene line rings Responsible-Changed-From-To: osa->ports Responsible-Changed-By: osa Responsible-Changed-When: Thu Jan 10 15:32:35 UTC 2008 Responsible-Changed-Why: Pass to new maintainership, since I don't have ltmdm hardware any more. http://www.freebsd.org/cgi/query-pr.cgi?pr=102544 From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 15:41:56 2008 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0CA616A4FE; Thu, 10 Jan 2008 15:41:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7D2113C47E; Thu, 10 Jan 2008 15:41:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0AFfsxE061081; Thu, 10 Jan 2008 15:41:54 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0AFfsen061077; Thu, 10 Jan 2008 15:41:54 GMT (envelope-from miwi) Date: Thu, 10 Jan 2008 15:41:54 GMT Message-Id: <200801101541.m0AFfsen061077@freefall.freebsd.org> To: miwi@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/102544: ltmdm driver (comms/ltmdm) crashes system whene line rings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 15:41:57 -0000 Synopsis: ltmdm driver (comms/ltmdm) crashes system whene line rings Responsible-Changed-From-To: ports-> freebsd-ports-bugs Responsible-Changed-By: miwi Responsible-Changed-When: Thu Jan 10 15:40:32 UTC 2008 Responsible-Changed-Why: Fix category. http://www.freebsd.org/cgi/query-pr.cgi?pr=102544 From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 16:09:53 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E0A16A46B for ; Thu, 10 Jan 2008 16:09:53 +0000 (UTC) (envelope-from virus@virus.org.ua) Received: from web3.hostdad.com (web3.hostdad.com [72.232.62.138]) by mx1.freebsd.org (Postfix) with ESMTP id 5852A13C447 for ; Thu, 10 Jan 2008 16:09:52 +0000 (UTC) (envelope-from virus@virus.org.ua) Received: from web3.hostdad.com (localhost [127.0.0.1]) by web3.hostdad.com (8.14.1/8.13.8) with ESMTP id m0AFWtj0048820; Thu, 10 Jan 2008 15:32:55 GMT (envelope-from virus@virus.org.ua) Received: (from virus@localhost) by web3.hostdad.com (8.14.1/8.13.8/Submit) id m0AFWs6S048819; Thu, 10 Jan 2008 17:32:54 +0200 (EET) (envelope-from virus@virus.org.ua) X-Authentication-Warning: web3.hostdad.com: virus set sender to virus@virus.org.ua using -f Date: Thu, 10 Jan 2008 17:32:54 +0200 From: "Andrey A. Belashkov" To: ports@FreeBSD.org Message-ID: <20080110153254.GC67999@web3.hostdad.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: BCL 3.2b for MS-DOS 6.22 Cc: lists@lozenetz.org Subject: MagickWandForPHP 1.0.5 & ZendOptimizer-3.3.0.a = Segmentation fault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 16:09:53 -0000 Hello. I was installed MagickWandForPHP and ZendOptimizer from fresh ports and php got SIG11. When i disable MagickWandForPHP or ZendOptimizer - all ok. Can you help me with this issue? Thanks. -------------------------------------------------------------- _ . . Best Regards, Andrey A. Belashkov, / v \ UNIX system & network Administrator. AAB56-RIPE ICQ: 8229031 /( )\ My resume you can see on http://virus.org.ua/resume/ ^^ ^^ From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 16:23:17 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1930916A419 for ; Thu, 10 Jan 2008 16:23:17 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from pcbsd.ixsystems.com (pcbsd.ixsystems.net [206.40.55.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0B65C13C4CE for ; Thu, 10 Jan 2008 16:23:16 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from [192.168.0.106] (c-67-187-100-22.hsd1.tn.comcast.net [67.187.100.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pcbsd.ixsystems.com (Postfix) with ESMTP id 8EDB5145F423 for ; Thu, 10 Jan 2008 15:58:42 +0000 (UTC) Message-ID: <47864183.9020007@pcbsd.com> Date: Thu, 10 Jan 2008 11:02:11 -0500 From: Kris Moore User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: games/frozenbubble X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 16:23:17 -0000 Hey there! I've just tried to compile the frozenbubble game, and it installs fine, but refuses to run, giving this error: [SDL Init] Bad system call Not sure what the problem is, I have 3d support enabled, tried it on two different systems, same error on both. Using FreeBSD 6.3-PRE / PC-BSD 1.4.x Any ideas? Something broken with the SDL lib? FB uses SDL-perl, which also could be causing the problem. -- Kris Moore PC-BSD Software http://www.pcbsd.com From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 17:06:04 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B504416A417 for ; Thu, 10 Jan 2008 17:06:04 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0FE13C447 for ; Thu, 10 Jan 2008 17:06:04 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 75A1F171B9; Thu, 10 Jan 2008 17:50:19 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id 2663D488; Thu, 10 Jan 2008 17:50:19 +0100 (CET) To: Kris Moore References: <47864183.9020007@pcbsd.com> From: Christian Laursen Date: Thu, 10 Jan 2008 17:50:18 +0100 In-Reply-To: <47864183.9020007@pcbsd.com> (Kris Moore's message of "Thu\, 10 Jan 2008 11\:02\:11 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: games/frozenbubble X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 17:06:04 -0000 Kris Moore writes: > I've just tried to compile the frozenbubble game, and it installs > fine, but refuses to run, giving this error: > > [SDL Init] Bad system call > > Not sure what the problem is, I have 3d support enabled, tried it on > two different systems, same error on both. Using FreeBSD 6.3-PRE / > PC-BSD 1.4.x > > Any ideas? Something broken with the SDL lib? FB uses SDL-perl, which > also could be causing the problem. In my experience SDL-perl only works when perl is built with WITH_THREADS=yes. When you rebuild your perl with threads you also need to rebuild a number of the ports that depend on perl. -- Christian Laursen From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 17:13:25 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02C0B16A419 for ; Thu, 10 Jan 2008 17:13:25 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 6A60313C461 for ; Thu, 10 Jan 2008 17:13:23 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.240.163]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m0AHHCX7034468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 10 Jan 2008 18:17:18 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.13.8) with ESMTP id m0AHF9Ya085771; Thu, 10 Jan 2008 18:15:09 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <47865224.2080507@netfence.it> Date: Thu, 10 Jan 2008 18:13:08 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: Rong-en Fan References: <478535E0.3020007@netfence.it> <6eb82e0801100522g2850d79cje0fb1f3dc1c31005@mail.gmail.com> In-Reply-To: <6eb82e0801100522g2850d79cje0fb1f3dc1c31005@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: freebsd-ports@freebsd.org Subject: Re: noip startup script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 17:13:25 -0000 Rong-en Fan ha scritto: > Could you update your ports and install 2.1.7_2? I think it would work > as expected (set noip_enable=YES). I did this just to test the port, since, as per other message, I had already solved. I can confirm it works fine. Thanks. bye av. From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 17:32:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2944916A46B for ; Thu, 10 Jan 2008 17:32:24 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from pcbsd.ixsystems.com (pcbsd.ixsystems.net [206.40.55.78]) by mx1.freebsd.org (Postfix) with ESMTP id 00C6313C465 for ; Thu, 10 Jan 2008 17:32:23 +0000 (UTC) (envelope-from kris@pcbsd.com) Received: from [192.168.0.106] (c-67-187-100-22.hsd1.tn.comcast.net [67.187.100.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pcbsd.ixsystems.com (Postfix) with ESMTP id CE63F145F423; Thu, 10 Jan 2008 17:28:50 +0000 (UTC) Message-ID: <478656A4.9050608@pcbsd.com> Date: Thu, 10 Jan 2008 12:32:20 -0500 From: Kris Moore User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: Robert Huff References: <47864183.9020007@pcbsd.com> <18310.20597.352803.201439@jerusalem.litteratus.org> In-Reply-To: <18310.20597.352803.201439@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: games/frozenbubble X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 17:32:24 -0000 Thanks! I was doing searches for "SDL Init + Bad system call and not finding anything before. I was able to fix it with the LD_PRELOAD command shown here: http://www.perl.com/pub/a/2004/12/29/3d_engine.html -- Kris Moore PC-BSD Software http://www.pcbsd.com Robert Huff wrote: > Kris Moore writes: > >> I've just tried to compile the frozenbubble game, and it installs >> fine, but refuses to run, giving this error: >> >> [SDL Init] Bad system call >> >> Any ideas? Something broken with the SDL lib? FB uses SDL-perl, >> which also could be causing the problem. > > Try Googling "frozenbubble" + "Bad system call", and look at > the first result. > > > Robert Huff > > !DSPAM:1,47865283588511734118063! > > From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 17:35:17 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB9916A417 for ; Thu, 10 Jan 2008 17:35:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9D38113C4D3 for ; Thu, 10 Jan 2008 17:35:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 10 Jan 2008 12:06:04 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OGN57492; Thu, 10 Jan 2008 12:06:00 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 10 Jan 2008 12:04:55 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18310.20597.352803.201439@jerusalem.litteratus.org> Date: Thu, 10 Jan 2008 12:05:57 -0500 To: Kris Moore In-Reply-To: <47864183.9020007@pcbsd.com> References: <47864183.9020007@pcbsd.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: ports@freebsd.org Subject: FreeBSD Port: games/frozenbubble X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 17:35:18 -0000 Kris Moore writes: > I've just tried to compile the frozenbubble game, and it installs > fine, but refuses to run, giving this error: > > [SDL Init] Bad system call > > Any ideas? Something broken with the SDL lib? FB uses SDL-perl, > which also could be causing the problem. Try Googling "frozenbubble" + "Bad system call", and look at the first result. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 18:20:45 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E245516A41B for ; Thu, 10 Jan 2008 18:20:45 +0000 (UTC) (envelope-from james.cook@utoronto.ca) Received: from tomts49-srv.bellnexxia.net (tomts49.bellnexxia.net [209.226.175.193]) by mx1.freebsd.org (Postfix) with ESMTP id 6476813C448 for ; Thu, 10 Jan 2008 18:20:45 +0000 (UTC) (envelope-from james.cook@utoronto.ca) Received: from toip3.srvr.bell.ca ([209.226.175.86]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20080110174146.DHQA26794.tomts43-srv.bellnexxia.net@toip3.srvr.bell.ca> for ; Thu, 10 Jan 2008 12:41:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAD7nhUdBX36a/2dsb2JhbACpfwM Received: from bas4-toronto63-1096777370.dsl.bell.ca (HELO glider) ([65.95.126.154]) by toip3.srvr.bell.ca with SMTP; 10 Jan 2008 12:38:33 -0500 Received: by glider (sSMTP sendmail emulation); Thu, 10 Jan 2008 12:41:26 -0500 Date: Thu, 10 Jan 2008 12:41:26 -0500 From: James Cook To: ports@freebsd.org Message-ID: <20080110174126.GA45584@glider> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: james.cook@utoronto.ca Subject: freebsd-games: hack needs -fwritable-strings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 18:20:46 -0000 $ uname -a FreeBSD glider 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Dec 11 13:40:40 PST 2007 james@angel:/usr/obj/usr/src/sys/GLIDER i386 The problem: - Install games/freebsd-games - run hack - Say "y" when it asks if you're experienced. - Type "T" for tourist. There will be a bus error. This seems to be caused by line 170 of hack.u_init.c, which attempts to modify a string constant. SOLUTION: Add -fwritable-strings to CFLAGS in hack's Makefile. (There's already a patch that changes that line of the Makefile, so this is easy to change.) From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 20:16:46 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F9F116A41A for ; Thu, 10 Jan 2008 20:16:46 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from ella.lautre.net (ella.lautre.net [80.67.160.76]) by mx1.freebsd.org (Postfix) with ESMTP id B7A5313C45A for ; Thu, 10 Jan 2008 20:16:45 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.lautre.net (Postfix) with ESMTP id DC2774C29F; Thu, 10 Jan 2008 21:16:43 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id EF3931142C; Thu, 10 Jan 2008 21:16:41 +0100 (CET) Date: Thu, 10 Jan 2008 21:16:41 +0100 From: Thierry Thomas To: Volker Glatz Message-ID: <20080110201641.GF5842@graf.pompo.net> Mail-Followup-To: Volker Glatz , freebsd-ports@freebsd.org References: <200801101206.17448.softwareleute@freenet.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <200801101206.17448.softwareleute@freenet.de> 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.3i X-Operating-System: FreeBSD 7.0-BETA4 i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: freebsd-ports@freebsd.org Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 20:16:46 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Jeu 10 jan 08 =E0 12:06:16 +0100, Volker Glatz =E9crivait=A0: > Hi there, Hello, > I installed miro with "portinstall miro" - not changing any make options.= It=20 > crashes at startup. >=20 > Let me know, if you need more informations. Could you please tell me if xulrunner is installed on your machine? And the date of /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py Such a bug had been reported by lioux, and has been fixed on Dec 14. Regards, --=20 Th. Thomas. --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHhn0pc95pjMcUBaIRAiFPAKC2V0RW+H2QqelexdpS0MK1ADaQ/ACgt/9/ erclkVFDxG5jhLyKtwTo3AM= =JMUq -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 21:14:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B585B16A417 for ; Thu, 10 Jan 2008 21:14:07 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA6013C455 for ; Thu, 10 Jan 2008 21:14:06 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 10 Jan 2008 16:14:05 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OGO34335; Thu, 10 Jan 2008 16:14:01 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 10 Jan 2008 16:12:58 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18310.35480.307764.676937@jerusalem.litteratus.org> Date: Thu, 10 Jan 2008 16:14:00 -0500 To: James Cook In-Reply-To: <20080110174126.GA45584@glider> References: <20080110174126.GA45584@glider> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: ports@freebsd.org Subject: freebsd-games: hack needs -fwritable-strings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 21:14:07 -0000 James Cook writes: > This seems to be caused by line 170 of hack.u_init.c, which > attempts to modify a string constant. > > SOLUTION: > Add -fwritable-strings to CFLAGS in hack's Makefile. (There's > already a patch that changes that line of the Makefile, so this > is easy to change.) Has something changed in the definition of correctly written code while I was away at the funny farm? Why is the solution not "Don't modify a costant."? Robert Huff From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 22:10:09 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CC7616A478 for ; Thu, 10 Jan 2008 22:10:09 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4920E13C4D1; Thu, 10 Jan 2008 22:10:08 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <478697BF.5020604@FreeBSD.org> Date: Thu, 10 Jan 2008 23:10:07 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Robert Huff References: <20080110174126.GA45584@glider> <18310.35480.307764.676937@jerusalem.litteratus.org> In-Reply-To: <18310.35480.307764.676937@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, James Cook Subject: Re: freebsd-games: hack needs -fwritable-strings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:10:09 -0000 Robert Huff wrote: > James Cook writes: > >> This seems to be caused by line 170 of hack.u_init.c, which >> attempts to modify a string constant. >> >> SOLUTION: >> Add -fwritable-strings to CFLAGS in hack's Makefile. (There's >> already a patch that changes that line of the Makefile, so this >> is easy to change.) > > Has something changed in the definition of correctly written > code while I was away at the funny farm? Why is the solution not > "Don't modify a costant."? This code has been largely untouched since the 1980s :) Kris From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 22:34:30 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A389A16A469; Thu, 10 Jan 2008 22:34:30 +0000 (UTC) (envelope-from zec@icir.org) Received: from xaqua.tel.fer.hr (xaqua.tel.fer.hr [161.53.19.25]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF6813C45D; Thu, 10 Jan 2008 22:34:30 +0000 (UTC) (envelope-from zec@icir.org) Received: by xaqua.tel.fer.hr (Postfix, from userid 20006) id 6F2A59B753; Thu, 10 Jan 2008 23:03:09 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on xaqua.tel.fer.hr X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.7 Received: from [192.168.200.112] (zec2.tel.fer.hr [161.53.19.79]) by xaqua.tel.fer.hr (Postfix) with ESMTP id B2C1E9B742; Thu, 10 Jan 2008 23:03:08 +0100 (CET) From: Marko Zec To: boris@tagnet.ru Date: Thu, 10 Jan 2008 23:03:06 +0100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801102303.07234.zec@icir.org> Cc: ports@freebsd.org, re@freebsd.org Subject: FreeBSD Port: quagga-0.99.9_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:34:30 -0000 Hi, it seems that our current quagga port has problems with multicast sockets, which renders both OSPFv2 and RIPv4 unusable on systems with more than a single network interface. Quagga folks are already tracking the problem here: http://bugzilla.quagga.net/show_bug.cgi?id=420 In short, we are in danger of shipping a disfunctional quagga port / package with the upcoming 7.0-RELEASE. The following patch resolves the issue on 7.0-RC1: --- lib/sockopt.c.orig 2007-08-22 18:22:54.000000000 +0200 +++ lib/sockopt.c 2008-01-10 19:03:23.000000000 +0100 @@ -23,6 +23,10 @@ #include "log.h" #include "sockopt.h" +#ifdef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX +#undef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX +#endif + int setsockopt_so_recvbuf (int sock, int size) { Would it be possible to commit this simple patch in our quagga port despite the ports freeze, given that no other ports seem to depend on quagga, and given that without a fix our quagga port would be of quite limited functionality? Cheers, Marko From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 22:37:51 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2532016A419 for ; Thu, 10 Jan 2008 22:37:51 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id E86BE13C467 for ; Thu, 10 Jan 2008 22:37:50 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id E23122218A6C; Fri, 11 Jan 2008 09:37:49 +1100 (EST) X-Viruscan-Id: <47869E3D0001554F371655@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id A293821B1998; Fri, 11 Jan 2008 09:37:49 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 5DF0D2218A3B; Fri, 11 Jan 2008 09:37:49 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 121C558; Fri, 11 Jan 2008 09:37:49 +1100 (EST) Date: Fri, 11 Jan 2008 09:37:49 +1100 From: Edwin Groothuis To: Kris Moore Message-ID: <20080110223749.GA37387@k7.mavetju> References: <47864183.9020007@pcbsd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47864183.9020007@pcbsd.com> User-Agent: Mutt/1.4.2.3i Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: games/frozenbubble X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:37:51 -0000 On Thu, Jan 10, 2008 at 11:02:11AM -0500, Kris Moore wrote: > Hey there! > > I've just tried to compile the frozenbubble game, and it installs fine, > but refuses to run, giving this error: > > [SDL Init] Bad system call > > Not sure what the problem is, I have 3d support enabled, tried it on two > different systems, same error on both. Using FreeBSD 6.3-PRE / PC-BSD 1.4.x > > Any ideas? Something broken with the SDL lib? FB uses SDL-perl, which > also could be causing the problem. It's in the pkg-message which is displayed when you install the game. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 22:42:47 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CE216A418; Thu, 10 Jan 2008 22:42:47 +0000 (UTC) (envelope-from ports@fsck.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3384313C457; Thu, 10 Jan 2008 22:42:47 +0000 (UTC) (envelope-from ports@fsck.ch) Received: from 80-219-162-83.dclient.hispeed.ch ([80.219.162.83] helo=default.fsck.ch) by secure.socket.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JD5Y3-000BEM-6g; Thu, 10 Jan 2008 23:07:43 +0100 Message-ID: <478696DA.2000804@fsck.ch> Date: Thu, 10 Jan 2008 23:06:18 +0100 From: Tobias Roth User-Agent: Thunderbird 2.0.0.9 (X11/20071117) MIME-Version: 1.0 To: bug-followup@FreeBSD.org X-Enigmail-Version: 0.95.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE20C31430651EF017DEA0980" X-Spam-Score: -1.2 (-) X-Spam-Report: Spam detection software, running on the system "secure.socket.ch", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hi This calls for a maintainer-timeout. Thanks, Tobias [...] Content analysis details: (-1.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.9 TVD_RCVD_IP TVD_RCVD_IP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 1.2 AWL AWL: From: address is in the auto white-list X-SA-Exim-Connect-IP: 80.219.162.83 X-SA-Exim-Mail-From: ports@fsck.ch X-SA-Exim-Scanned: No (on secure.socket.ch); SAEximRunCond expanded to false Cc: ports@freebsd.org Subject: Re: ports/118236: [PATCH] audio/py25-eyed3: update to 0.6.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:42:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE20C31430651EF017DEA0980 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi This calls for a maintainer-timeout. Thanks, Tobias --------------enigE20C31430651EF017DEA0980 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHhpbfW8beqs5Zm00RCPwNAJ9D+XgtmVwr58nfEIZun+13/QEUAACfRqo9 wtodYaSq7EODaOtSMI2YY7I= =/Fw9 -----END PGP SIGNATURE----- --------------enigE20C31430651EF017DEA0980-- From owner-freebsd-ports@FreeBSD.ORG Thu Jan 10 22:59:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3216A419; Thu, 10 Jan 2008 22:59:42 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id ACA1A13C43E; Thu, 10 Jan 2008 22:59:36 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1JD6N5-0003HS-AA; Thu, 10 Jan 2008 23:59:35 +0100 Received: from i3ed6c373.versanet.de ([62.214.195.115]:63023 helo=localhost.localdomain) by 0.mx.freenet.de with esmtpsa (ID softwareleute@freenet.de) (TLSv1:AES256-SHA:256) (port 25) (Exim 4.68 #1) id 1JD6N5-0005bW-3P; Thu, 10 Jan 2008 23:59:35 +0100 From: Volker Glatz To: Thierry Thomas Date: Thu, 10 Jan 2008 23:59:32 +0100 User-Agent: KMail/1.9.7 References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> In-Reply-To: <20080110201641.GF5842@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801102359.33029.softwareleute@freenet.de> Cc: freebsd-ports@freebsd.org Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2008 22:59:42 -0000 Am Donnerstag 10 Januar 2008 schrieb Thierry Thomas: > Le Jeu 10 jan 08 =E0 12:06:16 +0100, Volker Glatz > > =E9crivait : > > Hi there, > > Hello, Thanks, for reply! > > > I installed miro with "portinstall miro" - not changing any make option= s. > > It crashes at startup. > > > > Let me know, if you need more informations. > > Could you please tell me if xulrunner is installed on your machine? No, it isn't. > And the date of > /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py =2Drw-r--r-- 1 root wheel 3.2K Dec 14 21:40 patch-platform_gtk-x11_setu= p.py > > Such a bug had been reported by lioux, and has been fixed on Dec 14. > > Regards, From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 02:09:04 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D074216A417 for ; Fri, 11 Jan 2008 02:09:04 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id D586413C447 for ; Fri, 11 Jan 2008 02:09:04 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 12636 invoked from network); 11 Jan 2008 02:09:03 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 11 Jan 2008 02:09:03 -0000 Message-ID: <4786CEDC.3050009@chuckr.org> Date: Thu, 10 Jan 2008 21:05:16 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Rudy References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> In-Reply-To: <4786BF45.8030602@monkeybrains.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 02:09:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Started in -questions, but redirected to -ports with the change in direction of discussion (you'll see). Rudy wrote: > Aryeh M. Friedman wrote: > >>> rm /usr/ports/distfiles/flashplugin/fp7_archive.zip >>> >> >> An other way to fix it in some ways is to run a make makesum to update >> the distfile checksums > > The fp7_archive.zip was an odd case were I felt more comfortable > deleting it -- hadn't see that error before (and didn't save it to cut > and paste). I thought it was only my system, but apparently, others had > this same issue with the fp7_archive.zip file. Maybe a new one was > released with the same filename on adobe? > > Would "makesum" would blindly use what is in the /usr/ports/distfiles -- > corrupt, man-in-the-middled, or whatever was there? I've never used > makesum... I will RTFM. :) I actually got the linux flash9 working. Why didn't I post it, put in a patch? Because one of the main reasons that it doesn't work now is the insane way that much Linux libraries are installed. If folks would honor hier(7) then all linux libs would go into /usr/compat/usr/lib, but instead, many linux ports (including browsers, believe me) install into $(PREFIX)/lib/libsubdir. This means every single linux app that uses linux libs hsa to be run with a shell wrapper, artificially extending the LD_LIBRARY_PATH. Since no porter of an app installing libs knows all the ports that might use their libs, random breakages are the rule of the day, to say nothing of the egregious harm to security this kind of strategy causes. It's a big reason why the flash things don't work. Want proof? Go use the linux ldd to see just how long the list of libraries is, that those extensions use, then you'll begin to see. Not all those libs are browser products, either. Have fun trying to get a wrapper to work there. I volunteered to fix this situation all myself, if only the ports management would give me written agreement that the strategy I decry is in fact bad software practice, so that I may point to that document to port authors, when I ask for permission to edit their work. Ports management hasn't seen fit to reply, or at least, I haven't seen it if they did. I don't intend to force anyone, but without having ports mangement backing, I am NOT going to have this argument with every porter, no way. I tried that once, and at least one fellow told me he thought that requiring every linux application to have it's own wrapper was the "cleaner" way to go. Huh, if that's so, then I guess I should be stopped anyhow. You think that way? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHhs7cz62J6PPcoOkRAoKmAJ99iCuZXy1fcQuzaCUvXHCOot+1uACaA3N5 aU6mEKw5AhH3uFUDrp3FH6A= =ku7L -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 03:05:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4DAE16A417 for ; Fri, 11 Jan 2008 03:05:42 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id B706913C458 for ; Fri, 11 Jan 2008 03:05:42 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUG00D11LXCH2M0@mta5.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Thu, 10 Jan 2008 22:05:42 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0B35J0D000752; Thu, 10 Jan 2008 22:05:25 -0500 Date: Thu, 10 Jan 2008 22:05:19 -0500 From: "Aryeh M. Friedman" In-reply-to: <20080110201641.GF5842@graf.pompo.net> To: Volker Glatz , freebsd-ports@freebsd.org Message-id: <4786DCEF.7@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8BIT X-Enigmail-Version: 0.95.5 References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 03:05:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thierry Thomas wrote: > Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz > écrivait : >> Hi there, > > Hello, > >> I installed miro with "portinstall miro" - not changing any make options. It >> crashes at startup. >> >> Let me know, if you need more informations. > > Could you please tell me if xulrunner is installed on your machine? > And the date of > /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py > > Such a bug had been reported by lioux, and has been fixed on Dec 14. This also happens if you install boost instead of boost-python... if you install boost with -WITH_PYTHON it works fine.... what is the reason for boost-python instead of boost? > > Regards, - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHhtzujRvRjGmHRgQRAgSpAJ91vghgiQVkh9TVVF8qkC1R+ptxdgCggzlm XCs25LS6DAKwIf1pCziaWAs= =LQK4 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 03:24:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A514116A418 for ; Fri, 11 Jan 2008 03:24:26 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id 4248B13C458 for ; Fri, 11 Jan 2008 03:24:26 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080111032425.SWEO15951.eastrmmtao105.cox.net@eastrmimpo01.cox.net>; Thu, 10 Jan 2008 22:24:25 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id bfPP1Y00Q4iy4EG0000000; Thu, 10 Jan 2008 22:23:24 -0500 Date: Thu, 10 Jan 2008 21:25:04 -0600 To: "Aryeh M. Friedman" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> <4786DCEF.7@gmail.com> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <4786DCEF.7@gmail.com> User-Agent: Opera Mail/9.25 (Linux) Cc: Volker Glatz , freebsd-ports@freebsd.org Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 03:24:26 -0000 On Thu, 10 Jan 2008 21:05:19 -0600, Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thierry Thomas wrote: >> Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz >> >> écrivait : >>> Hi there, >> >> Hello, >> >>> I installed miro with "portinstall miro" - not changing any make > options. It >>> crashes at startup. >>> >>> Let me know, if you need more informations. >> >> Could you please tell me if xulrunner is installed on your machine? >> And the date of >> /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py >> >> Such a bug had been reported by lioux, and has been fixed on Dec 14. > > This also happens if you install boost instead of boost-python... if > you install boost with -WITH_PYTHON it works fine.... The boost with WITH_PYTHON=yes and boost-python are exactly same. The boost-python call on boost with WITH_PYTHON=yes define. Read in devel/boost-python/Makefile. I doubt this crash issue has to do with boost vs boost-python. When I created different miro port, all FreeBSD 6.x users report me crash issue while FreeBSD 7.x and above users don't have any problem. I can't figure what's wrong with miro in FreeBSD 6.x as all of my machines have FreeBSD 7.x. > what is the reason for boost-python instead of boost? For other ports that need boost with python stuff can depend on boost-python, but the current method of slave port in boost-python isn't right. It needs to be fix. Cheers, Mezz >> Regards, > > > - -- > Aryeh M. Friedman > FloSoft Systems, Java Developer Tools. > http://www.flosoft-systems.com > Developer, not business, friendly. > > "Free software != Free beer" > > Blog: > http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHhtzujRvRjGmHRgQRAgSpAJ91vghgiQVkh9TVVF8qkC1R+ptxdgCggzlm > XCs25LS6DAKwIf1pCziaWAs= > =LQK4 > -----END PGP SIGNATURE----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 06:15:40 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB88416A41B; Fri, 11 Jan 2008 06:15:40 +0000 (UTC) (envelope-from james.cook@utoronto.ca) Received: from toq5-srv.bellnexxia.net (toq5-srv.bellnexxia.net [209.226.175.27]) by mx1.freebsd.org (Postfix) with ESMTP id 602F213C448; Fri, 11 Jan 2008 06:15:40 +0000 (UTC) (envelope-from james.cook@utoronto.ca) Received: from toip7.srvr.bell.ca ([209.226.175.124]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20080111055500.VKWP18413.tomts22-srv.bellnexxia.net@toip7.srvr.bell.ca>; Fri, 11 Jan 2008 00:55:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAMqThkdBX36a/2dsb2JhbACqGAM Received: from bas4-toronto63-1096777370.dsl.bell.ca (HELO glider) ([65.95.126.154]) by toip7.srvr.bell.ca with SMTP; 11 Jan 2008 00:56:18 -0500 Received: by glider (sSMTP sendmail emulation); Fri, 11 Jan 2008 00:54:39 -0500 Date: Fri, 11 Jan 2008 00:54:39 -0500 From: James Cook To: Kris Kennaway Message-ID: <20080111055439.GA1502@glider> References: <20080110174126.GA45584@glider> <18310.35480.307764.676937@jerusalem.litteratus.org> <478697BF.5020604@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <478697BF.5020604@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, james.cook@utoronto.ca, Robert Huff Subject: Re: freebsd-games: hack needs -fwritable-strings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 06:15:40 -0000 On Thu, Jan 10, 2008 at 11:10:07PM +0100, Kris Kennaway wrote: > Robert Huff wrote: > >James Cook writes: > > > >> This seems to be caused by line 170 of hack.u_init.c, which > >> attempts to modify a string constant. > >> > >> SOLUTION: > >> Add -fwritable-strings to CFLAGS in hack's Makefile. (There's > >> already a patch that changes that line of the Makefile, so this > >> is easy to change.) > > > > Has something changed in the definition of correctly written > >code while I was away at the funny farm? Why is the solution not > >"Don't modify a costant."? > > This code has been largely untouched since the 1980s :) > > Kris I like to think of the code as a museum artifact. An age-old scroll, written in an archaic language just close enough to modern C for us to understand. The original form will always be preserved somewhere, though. If somebody has the energy to modernize the code, I'm happy. James From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 09:59:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A09B16A417 for ; Fri, 11 Jan 2008 09:59:30 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id 9B06913C45A for ; Fri, 11 Jan 2008 09:59:29 +0000 (UTC) (envelope-from softwareleute@freenet.de) Received: from [195.4.92.11] (helo=1.mx.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1JDGfg-00081W-RJ; Fri, 11 Jan 2008 10:59:28 +0100 Received: from i3ed6d5a4.versanet.de ([62.214.213.164]:57765 helo=localhost.localdomain) by 1.mx.freenet.de with esmtpsa (ID softwareleute@freenet.de) (TLSv1:AES256-SHA:256) (port 25) (Exim 4.68 #1) id 1JDGfg-0002Kk-M2; Fri, 11 Jan 2008 10:59:28 +0100 From: Volker Glatz To: freebsd-ports@freebsd.org Date: Fri, 11 Jan 2008 10:59:26 +0100 User-Agent: KMail/1.9.7 References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> <4786DCEF.7@gmail.com> In-Reply-To: <4786DCEF.7@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801111059.27012.softwareleute@freenet.de> Cc: Jeremy Messenger , "Aryeh M. Friedman" Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 09:59:30 -0000 Am Freitag 11 Januar 2008 schrieb Aryeh M. Friedman: > Thierry Thomas wrote: > > Le Jeu 10 jan 08 =E0 12:06:16 +0100, Volker Glatz > > > > > > =E9crivait : > >> Hi there, > > > > Hello, > > > >> I installed miro with "portinstall miro" - not changing any make > > options. It > > >> crashes at startup. > >> > >> Let me know, if you need more informations. > > > > Could you please tell me if xulrunner is installed on your machine? > > And the date of > > /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py > > > > Such a bug had been reported by lioux, and has been fixed on Dec 14. > > This also happens if you install boost instead of boost-python... if > you install boost with -WITH_PYTHON it works fine.... what is the > reason for boost-python instead of boost? > > > Regards, I had boost installed. Miro complained about it, so I installed boost-phyto= n. Volker From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 10:10:07 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C5EF16A421 for ; Fri, 11 Jan 2008 10:10:07 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: from excite.com (nn3.excitenetwork.com [207.159.120.57]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4BD13C45A for ; Fri, 11 Jan 2008 10:10:07 +0000 (UTC) (envelope-from piotrekk@excite.com) Received: by xprdmxin.myway.com (Postfix, from userid 110) id 3BF278B31B; Fri, 11 Jan 2008 05:10:06 -0500 (EST) To: freebsd-ports@freebsd.org Received: from [212.55.196.2] by xprdmailfe22.nwk.excite.com via HTTP; Fri, 11 Jan 2008 05:10:06 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = 433db1c82648891619ce311ba76019ed From: "Piotr" MIME-Version: 1.0 X-Sender: piotrekk@excite.com X-Mailer: PHP Importance: High X-Priority: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20080111101006.3BF278B31B@xprdmxin.myway.com> Date: Fri, 11 Jan 2008 05:10:06 -0500 (EST) Subject: graphviz-2.16.tar.gz Not Found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: piotrekk@excite.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 10:10:07 -0000 hi I cannot install [B]graphviz[/B] from ports on my freeBSD 6.2-RELEASE-p9 due to the following errors: # cd /usr/ports/graphics/graphviz # make install clean ===> Vulnerability check disabled, database not found ===> Found saved configuration for graphviz-2.16 => graphviz-2.16.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.graphviz.org/pub/graphviz/ARCHIVE/. fetch: transfer timed out => Attempting to fetch from http://mirror.inerd.com/FreeBSD/distfiles/graphviz/. fetch: http://mirror.inerd.com/FreeBSD/distfiles/graphviz/graphviz-2.16.tar.gz: Not Found => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/graphviz-2.16.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/graphics/graphviz. *** Error code 1 Stop in /usr/ports/graphics/graphviz. how to solve this problem or where can I download [B]graphviz-2.16.tar.gz[/B] manually ? _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 10:52:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637D016A421 for ; Fri, 11 Jan 2008 10:52:29 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1F59A13C45A for ; Fri, 11 Jan 2008 10:52:28 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JDHUx-0000zI-EL; Fri, 11 Jan 2008 11:52:27 +0100 Message-ID: <478749FB.6010303@gahr.ch> Date: Fri, 11 Jan 2008 11:50:35 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: James Cook , freebsd ports References: <20080110174126.GA45584@glider> In-Reply-To: <20080110174126.GA45584@glider> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig63BCFBDDD3E2585F1B728755" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: freebsd-games: hack needs -fwritable-strings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 10:52:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig63BCFBDDD3E2585F1B728755 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable James Cook wrote: > $ uname -a > FreeBSD glider 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Dec 11 13:= 40:40 PST 2007 james@angel:/usr/obj/usr/src/sys/GLIDER i386 >=20 > The problem: > - Install games/freebsd-games > - run hack > - Say "y" when it asks if you're experienced. > - Type "T" for tourist. > There will be a bus error. >=20 > This seems to be caused by line 170 of hack.u_init.c, which attempts to= > modify a string constant. >=20 > SOLUTION: > Add -fwritable-strings to CFLAGS in hack's Makefile. (There's already > a patch that changes that line of the Makefile, so this is easy to > change.) the -fwritable-strings option has been deprecated on GCC 3.x and has removed on GCC 4.x. A code modernization is likely to be needed. --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enig63BCFBDDD3E2585F1B728755 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHh0oBwMJqmJVx944RClKcAJ0X2VLPUbwP74oTfOZj/rbpyWQ9dgCffwdG s6u+quW6eqyv1mjV7NNGHOw= =S3zM -----END PGP SIGNATURE----- --------------enig63BCFBDDD3E2585F1B728755-- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 12:08:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60AEE16A418 for ; Fri, 11 Jan 2008 12:08:53 +0000 (UTC) (envelope-from daniel@roe.ch) Received: from hobbes.roe.ch (hobbes.roe.ch [213.144.141.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC5213C44B for ; Fri, 11 Jan 2008 12:08:52 +0000 (UTC) (envelope-from daniel@roe.ch) Received: from roe by hobbes.roe.ch (envelope-from ) with LOCAL id 1JDIg2-0000ap-00 ; Fri, 11 Jan 2008 13:07:58 +0100 Date: Fri, 11 Jan 2008 13:07:58 +0100 From: Daniel Roethlisberger To: Ghirai Message-ID: <20080111120758.GC30492@hobbes.roe.ch> Mail-Followup-To: Ghirai , ports@freebsd.org References: <20080107211455.ba98fc95.ghirai@ghirai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080107211455.ba98fc95.ghirai@ghirai.com> User-Agent: Mutt/1.5.4i Cc: ports@freebsd.org Subject: Re: FreeBSD Port: nmap-4.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: Fri, 11 Jan 2008 12:08:53 -0000 Ghirai 2008-01-07: > Just letting you know that nmap 4.52 is out, along with a new > frontend. I was wondering when you'll add it to the ports tree. I am working on it. There are a number of big changes (new lua based nmap scripting engine, python based zenmap replacing nmapfe) requiring a lot of work on the nmap ports. -- Daniel Roethlisberger From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 15:29:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C05D16A417 for ; Fri, 11 Jan 2008 15:29:16 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id D747613C442 for ; Fri, 11 Jan 2008 15:29:15 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 2A71265506 for ; Fri, 11 Jan 2008 09:29:15 -0600 (CST) Date: Fri, 11 Jan 2008 09:29:14 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Suggested improvements for 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, 11 Jan 2008 15:29:16 -0000 Some of this has been discussed ad infinitum, but, in an off-list conversation, I came up with this list of suggested improvements for port. I'd like to see these things done, but I'm not sure how. Improve the docs? Create a checklist? 1) You can't build a dependent port and first set the config for the options that you want. So, when you select sasl in postfix, you never get the chance to check the saslauthd option, for example. 2) There's no standard for some of the details of port building. So, it's entirely up to the port maintainer and the committer to decide how to build the port. The postfix port maintainer *could* include a dependency for saslauthd. He chose not to. He *could* include a note in pkg-message that warns you that saslauthd needs to be installed as well. He chose not to. His choices are both reasonable and customary, but they don't serve the customer well. 3) There's no standard for the format of pkg-plist, pkg-message or pkg-descr, so port maintainers are free to put whatever they want in there. There's a customary way of doing it, but it's not set in stone and variations are found throughout ports. 4) There's no standard for config files. Do you overwrite? Do you ignore? Do you create port.conf-sample? port.conf-dist? port.conf-example? Do you check to see if port.conf is there, and, if not, copy it to ${LOCALBASE}/etc? ${PREFIX}/etc? 5) There's no standard for pkg-plist. When is it required? When is it not? (IOW, what's the maximum number of files you can put in Makefile so you don't have to create a pkg-plist? Do you use unexec always? Or only when you want/decide to? Do you just ignore the conf file and not uninstall it? I don't know the right answer to these questions, but I think they need to be answered. I'm willing to volunteer to do some work if someone will tell me what that work is. Docs? A committee? Suggestions welcomed. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 15:43:54 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA66716A41B for ; Fri, 11 Jan 2008 15:43:54 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id A5A7D13C468 for ; Fri, 11 Jan 2008 15:43:54 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUH00KVJL0YE4V0@mta3.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Fri, 11 Jan 2008 10:43:47 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0BFhkVJ000766; Fri, 11 Jan 2008 10:43:46 -0500 Date: Fri, 11 Jan 2008 10:43:46 -0500 From: "Aryeh M. Friedman" In-reply-to: To: Paul Schmehl Message-id: <47878EB2.8040100@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 15:43:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul Schmehl wrote: > Some of this has been discussed ad infinitum, but, in an off-list > conversation, I came up with this list of suggested improvements > for port. I'd like to see these things done, but I'm not sure how. > Improve the docs? Create a checklist? A fairly complete redrafting of the current docs (combine the stuff in the handbook and the stuff in the porters guide into a "ports guide") is one of the side projects of ports 2.0. > > 1) You can't build a dependent port and first set the config for > the options that you want. So, when you select sasl in postfix, > you never get the chance to check the saslauthd option, for > example. 2) There's no standard for some of the details of port > building. So, it's entirely up to the port maintainer and the > committer to decide how to build the port. The postfix port > maintainer *could* include a dependency for saslauthd. He chose not > to. He *could* include a note in pkg-message that warns you that > saslauthd needs to be installed as well. He chose not to. His > choices are both reasonable and customary, but they don't serve the > customer well. 3) There's no standard for the format of pkg-plist, > pkg-message or pkg-descr, so port maintainers are free to put > whatever they want in there. There's a customary way of doing it, > but it's not set in stone and variations are found throughout > ports. 4) There's no standard for config files. Do you overwrite? > Do you ignore? Do you create port.conf-sample? port.conf-dist? > port.conf-example? Do you check to see if port.conf is there, and, > if not, copy it to ${LOCALBASE}/etc? ${PREFIX}/etc? 5) There's no > standard for pkg-plist. When is it required? When is it not? > (IOW, what's the maximum number of files you can put in Makefile so > you don't have to create a pkg-plist? Do you use unexec always? > Or only when you want/decide to? Do you just ignore the conf file > and not uninstall it? All of the above have been adddressed and/or on the agenda for ports 2.0. If you want details contact me, David Southwell or alepulver@FreeBSD.org since the topic has been more then hashed out publically and til some results are ready it is not a good idea to do so again. > > I don't know the right answer to these questions, but I think they > need to be answered. I'm willing to volunteer to do some work if > someone will tell me what that work is. Docs? A committee? Already established in forms of the ports 2.0 team if you want to join we are always looking for new people. - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHh46yjRvRjGmHRgQRApY/AKCJ6imZ2R0C+Fr1iwuGkPVMheouSwCfZpV7 NU46QLG7bgOkUjLLEhA0KR8= =CAcR -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 16:07:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DD7216A419 for ; Fri, 11 Jan 2008 16:07:29 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B320013C458 for ; Fri, 11 Jan 2008 16:07:28 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A54374.dip.t-dialin.net [84.165.67.116]) by redbull.bpaserver.net (Postfix) with ESMTP id BAE6A2E0D1; Fri, 11 Jan 2008 17:07:16 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 855B15967C; Fri, 11 Jan 2008 17:07:12 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m0BG7Boh077416; Fri, 11 Jan 2008 17:07:11 +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, 11 Jan 2008 17:07:11 +0100 Message-ID: <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 11 Jan 2008 17:07:11 +0100 From: Alexander Leidinger To: Chuck Robey References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> In-Reply-To: <4786CEDC.3050009@chuckr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-13.504, required 6, BAYES_00 -15.00, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-ports@freebsd.org, Rudy Subject: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 16:07:29 -0000 Quoting Chuck Robey (from Thu, 10 Jan 2008 =20 21:05:16 -0500): > I actually got the linux flash9 working. Why didn't I post it, put in a > patch? Because one of the main reasons that it doesn't work now is the > insane way that much Linux libraries are installed. If folks would honor Would you mind telling us how, so that we understand the problem? > hier(7) then all linux libs would go into /usr/compat/usr/lib, but > instead, many linux ports (including browsers, believe me) install into > $(PREFIX)/lib/libsubdir. This means every single linux app that uses linu= x > libs hsa to be run with a shell wrapper, artificially extending the > LD_LIBRARY_PATH. Since no porter of an app installing libs knows all the > ports that might use their libs, random breakages are the rule of the day, > to say nothing of the egregious harm to security this kind of strategy > causes. It's a big reason why the flash things don't work. Want proof? > Go use the linux ldd to see just how long the list of libraries is, that > those extensions use, then you'll begin to see. Not all those libs are > browser products, either. Have fun trying to get a wrapper to work there. > > I volunteered to fix this situation all myself, if only the ports > management would give me written agreement that the strategy I decry is in > fact bad software practice, so that I may point to that document to port > authors, when I ask for permission to edit their work. Ports management > hasn't seen fit to reply, or at least, I haven't seen it if they did. I > don't intend to force anyone, but without having ports mangement backing, = I > am NOT going to have this argument with every porter, no way. I tried tha= t > once, and at least one fellow told me he thought that requiring every linu= x > application to have it's own wrapper was the "cleaner" way to go. Huh, if > that's so, then I guess I should be stopped anyhow. You think that way? I think you are referring to me here. I think the important part to =20 understand my opinion to install end-user applications into PREFIX =20 instead of LINUXPREFIX (note: linux library ports _have_ to go to =20 LINUXBASE) is missing here. No user shall have subdirs of LINUXPREFIX in his path. This would open =20 up Pandorra's box. A clean way to achieve this is to have something in prefix which calls =20 the linux program. This can be a symlink or a wrapper in PREFIX. If =20 you install parts of a port into LINUXPREFIX and a link/wrapper in =20 PREFIX (or more generic: if you have 2 different prefixes in a port), =20 you have to do some ports-magic. If you install the port in a =20 sub-directory in PREFIX and add a wrapper in the PREFIX/bin, you don't =20 have to do ports-magic. Writting a wrapper is easy, porting linux programs is already hard, =20 and the ports-magic is something which can result in tears when not =20 done correctly. Also don't underestimate the pitfalls with accessing linux libs in the =20 linuxulator when they are in LINUXPREFIX. The best solution would be =20 to rewrite the linux run time linker and get rid of the linux default =20 one, but this is not really a pragmatic solution, we will get hit by =20 problems as soon as something important changes in the linux run time =20 linker, and we don't have the man-power to permanently keep up. The current way of handling the linuxulator things in the ports is not =20 the ideal way, it is a pragmatic way. It's weighting the good and the =20 bad things of the different ways to get it working, and trying to do =20 it in a way which is beneficial to most people. Bye, Alexander. --=20 Absence makes the heart grow fonder. =09=09-- Sextus Aurelius http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 16:34:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3615A16A418 for ; Fri, 11 Jan 2008 16:34:17 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id AC5FE13C459 for ; Fri, 11 Jan 2008 16:34:16 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1254229fgg.35 for ; Fri, 11 Jan 2008 08:34:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Z2DeP9ogVZaEvuRpIySEfcaVEjR/FJ4EMok0sKOgNZo=; b=bONxU4c65/T9JzCG58WhOz4L12pgb3sCkO0eB+9EtrlnLQFRgeyaBxvFq2JI5KMqpkM/FzJfav9VGKX2YtmBnZQ6MrIBCOFQgRngGTj3xLhfhBswg2QlZ8CQm0PiOzMINyY0m23RU/Xi8s0DPfpeJ0QKgUkXMu3GSB1UIf5MdvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kd1X0m55XcwFCTG2UWXdCh/ViUNYGrTCPN0HJqn0d7masCvfn8/ulcgtFPETwdOdmKtDDWWNquzI3iEDa1KAw5ieEFMyDxBDA7O3fQFnX+yNAAxSsiDDIqvQAdzs1iNuHcurHrpgtWjs68ZY7l5kACTmWSVke2b9EQbo5nC+4Xg= Received: by 10.86.78.4 with SMTP id a4mr3151449fgb.0.1200069255278; Fri, 11 Jan 2008 08:34:15 -0800 (PST) Received: by 10.86.3.20 with HTTP; Fri, 11 Jan 2008 08:34:15 -0800 (PST) Message-ID: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> Date: Fri, 11 Jan 2008 10:34:15 -0600 From: "Scot Hetzel" To: "Paul Schmehl" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 16:34:17 -0000 n 1/11/08, Paul Schmehl wrote: > Some of this has been discussed ad infinitum, but, in an off-list conversation, > I came up with this list of suggested improvements for port. I'd like to see > these things done, but I'm not sure how. Improve the docs? Create a checklist? > : > 3) There's no standard for the format of pkg-plist, pkg-message or pkg-descr, > so port maintainers are free to put whatever they want in there. There's a > customary way of doing it, but it's not set in stone and variations are found > throughout ports. There is a standard format for pkg-plist. Which is documented in the port's handbook. pkg-descr does have a standard format: WWW: pkg-message format is left to the maintainer. The only requirement for pkg-descr and pkg-message is that it should be able to display on an 80 column screen without the lines wrapping. > 4) There's no standard for config files. Do you overwrite? Do you ignore? Do > you create port.conf-sample? port.conf-dist? port.conf-example? Do you check > to see if port.conf is there, and, if not, copy it to ${LOCALBASE}/etc? > ${PREFIX}/etc? There is a standard for config files, and is documented in the porters handbook. The port maintainer should install configuration files so that they don't overwrite existing configuration files. The way that most ports take is by patching the src to install the standard config files with an extension (currently we use -sample, -dist, -orig, or -example). Then the port should check for the existance of the config file, and install one if it doesn't exist. When the port is uninstalled, it compares the config file with the default config file, and only removes the config file if they are the same. NOTE: should standardize a default extension. When there are a large number of configuration files, a few ports install the default configuration files into an alternate directory (i.e PREFIX/share/example/), and then copy them to PREFIX/etc when they don't exist. On deinstall, they compare the config file with the default config file, and only remove the config files if they are the same. Scot From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 16:48:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ACB716A418 for ; Fri, 11 Jan 2008 16:48:30 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 1C74D13C447 for ; Fri, 11 Jan 2008 16:48:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080111164830.BQNM476.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Fri, 11 Jan 2008 11:48:30 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id bsnq1Y00G4iy4EG0000000; Fri, 11 Jan 2008 11:47:50 -0500 To: "Volker Glatz" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> <4786DCEF.7@gmail.com> <200801111059.27012.softwareleute@freenet.de> Content-Transfer-Encoding: 8bit Date: Fri, 11 Jan 2008 10:49:10 -0600 Message-ID: In-Reply-To: <200801111059.27012.softwareleute@freenet.de> User-Agent: Opera Mail/9.25 (Linux) Cc: "Aryeh M. Friedman" , freebsd-ports@freebsd.org Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 16:48:30 -0000 On Fri, 11 Jan 2008 03:59:26 -0600, Volker Glatz wrote: > Am Freitag 11 Januar 2008 schrieb Aryeh M. Friedman: >> Thierry Thomas wrote: >> > Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz >> > >> > >> > écrivait : >> >> Hi there, >> > >> > Hello, >> > >> >> I installed miro with "portinstall miro" - not changing any make >> >> options. It >> >> >> crashes at startup. >> >> >> >> Let me know, if you need more informations. >> > >> > Could you please tell me if xulrunner is installed on your machine? >> > And the date of >> > /usr/ports/multimedia/miro/files/patch-platform_gtk-x11_setup.py >> > >> > Such a bug had been reported by lioux, and has been fixed on Dec 14. >> >> This also happens if you install boost instead of boost-python... if >> you install boost with -WITH_PYTHON it works fine.... what is the >> reason for boost-python instead of boost? >> >> > Regards, > > I had boost installed. Miro complained about it, so I installed > boost-phyton. Because you didn't install boost with WITH_PYTHON=yes. Miro requires boost with python support. Cheers, Mezz > Volker -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 17:10:46 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A3316A418 for ; Fri, 11 Jan 2008 17:10:46 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3647113C45A for ; Fri, 11 Jan 2008 17:10:46 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id AC9886550A for ; Fri, 11 Jan 2008 11:10:45 -0600 (CST) Date: Fri, 11 Jan 2008 11:10:45 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: In-Reply-To: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Suggested improvements for 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, 11 Jan 2008 17:10:46 -0000 --On Friday, January 11, 2008 10:34:15 -0600 Scot Hetzel wrote: > n 1/11/08, Paul Schmehl wrote: >> Some of this has been discussed ad infinitum, but, in an off-list >> conversation, I came up with this list of suggested improvements for port. >> I'd like to see these things done, but I'm not sure how. Improve the docs? >> Create a checklist? >> > : >> 3) There's no standard for the format of pkg-plist, pkg-message or pkg-descr, >> so port maintainers are free to put whatever they want in there. There's a >> customary way of doing it, but it's not set in stone and variations are found >> throughout ports. > > There is a standard format for pkg-plist. Which is documented in the > port's handbook. > Is there a description of when to use unexec and when not to? Is there an explanation of what to do with conf files? (Do you leave them alone? Compare them to the sample file and delete only if they're the same? Delete always?) What's the limit on the number of files you can put in PLIST_FILES? Directories in PLIST_DIRS? Is there any requirement to use pkg-plist? When do you use @dirrm as opposed to @dirrmtry? How are conditionals handled in pkg-plist? > pkg-descr does have a standard format: > > > > WWW: > What content goes in pkg-descr? Is it required? Optional? Is WWW: required? Optional? > pkg-message format is left to the maintainer. > > The only requirement for pkg-descr and pkg-message is that it should > be able to display on an 80 column screen without the lines wrapping. > Yes, but is it required? Not required? What content goes in it? These are all questions left to the maintainer, and a brief analysis of ports shows a great deal of inconsistency in their usage. Many ports have no pkg-message at all. Is it optional? If an OPTION must be set on a dependency port, are you required to mention that in pkg-message? What information is required? What is optional? >> 4) There's no standard for config files. Do you overwrite? Do you ignore? >> Do you create port.conf-sample? port.conf-dist? port.conf-example? Do you >> check to see if port.conf is there, and, if not, copy it to ${LOCALBASE}/etc? >> ${PREFIX}/etc? > > There is a standard for config files, and is documented in the porters > handbook. > > The port maintainer should install configuration files so that they > don't overwrite existing configuration files. > And name them now? -sample? -dist? -example? -orig? And what about removal? When you deinstall the port, do you remove the conf file? Remove only if it's unaltered? Ignore it entirely? > The way that most ports take is by patching the src to install the > standard config files with an extension (currently we use -sample, > -dist, -orig, or -example). Then the port should check for the > existance of the config file, and install one if it doesn't exist. > When the port is uninstalled, it compares the config file with the > default config file, and only removes the config file if they are the > same. > > NOTE: should standardize a default extension. > Precisely. > When there are a large number of configuration files, a few ports > install the default configuration files into an alternate directory > (i.e PREFIX/share/example/), and then copy them to > PREFIX/etc when they don't exist. On deinstall, they compare the > config file with the default config file, and only remove the config > files if they are the same. > Is this how it should always be done? This is my point. On many of these criteria there is an uncomfortable amount of "squishyness" so that port maintainers, *especially* new ones, are unsure what the "right" thing to do is. The porters handbook seems written from the standpoint of a guide more than a manual. IOW, it advises rather than instructs. I think that needs to change, because it would bring more consistency to bear on ports and eliminate some of the questions that get repeatedly asked because folks are unsure of the answer. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 17:40:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5216A418 for ; Fri, 11 Jan 2008 17:40:39 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from smtpi1.ngi.it (smtpi1.ngi.it [88.149.128.20]) by mx1.freebsd.org (Postfix) with ESMTP id 4C12713C459 for ; Fri, 11 Jan 2008 17:40:38 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (88-149-173-206.static.ngi.it [88.149.173.206]) by smtpi1.ngi.it (8.13.8/8.13.8) with ESMTP id m0BHeZxF020206 for ; Fri, 11 Jan 2008 18:40:36 +0100 Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 9034E130C31; Fri, 11 Jan 2008 18:40:35 +0100 (CET) Received: from anakin.madpilot.net (anakin.madpilot.net [172.24.42.10]) by megatron.madpilot.net (Postfix) with ESMTP id 6A35D130C28; Fri, 11 Jan 2008 18:40:35 +0100 (CET) Message-ID: <4787AA13.1040403@madpilot.net> Date: Fri, 11 Jan 2008 18:40:35 +0100 From: Guido Falsi User-Agent: Thunderbird 2.0.0.9 (X11/20071225) MIME-Version: 1.0 To: Paul Schmehl References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 17:40:39 -0000 Paul Schmehl wrote: > Is this how it should always be done? > > This is my point. On many of these criteria there is an uncomfortable > amount of "squishyness" so that port maintainers, *especially* new ones, > are unsure what the "right" thing to do is. The porters handbook seems > written from the standpoint of a guide more than a manual. IOW, it > advises rather than instructs. I think that needs to change, because it > would bring more consistency to bear on ports and eliminate some of the > questions that get repeatedly asked because folks are unsure of the answer. > I think that too much formalization in the porting rules would harm the system. We need standards, but we can't cover every single case. There will be ported apps which can't fit in a too strict set of rules. Also stricter rules will cover less and less special cases, creating exceptions. Porting techniques need to be flexible. This is, obviously, just my own opinion. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 17:43:20 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55C2B16A419 for ; Fri, 11 Jan 2008 17:43:20 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 0AA3713C459 for ; Fri, 11 Jan 2008 17:43:19 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JDNuY-000M8o-K6; Fri, 11 Jan 2008 20:43:18 +0300 To: Paul Schmehl References: From: Boris Samorodov Date: Fri, 11 Jan 2008 20:41:43 +0300 In-Reply-To: (Paul Schmehl's message of "Fri\, 11 Jan 2008 09\:29\:14 -0600") Message-ID: <86483352@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 17:43:20 -0000 On Fri, 11 Jan 2008 09:29:14 -0600 Paul Schmehl wrote: Seems that some answers (well, maybe some not obvious, some lack examples, etc.) are already at the Porters Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html > Some of this has been discussed ad infinitum, but, in an off-list > conversation, I came up with this list of suggested improvements for > port. I'd like to see these things done, but I'm not sure how. > Improve the docs? Create a checklist? > 1) You can't build a dependent port and first set the config for the > options that you want. So, when you select sasl in postfix, you never > get the chance to check the saslauthd option, for example. > 2) There's no standard for some of the details of port building. So, > it's entirely up to the port maintainer and the committer to decide > how to build the port. The postfix port maintainer *could* include a > dependency for saslauthd. He chose not to. He *could* include a note > in pkg-message that warns you that saslauthd needs to be installed as > well. He chose not to. His choices are both reasonable and > customary, but they don't serve the customer well. I'd say that there is a way to handle this one: PR. Post a PR with patches to a current port. If maintainer abandoned the patches you may file a PR to create a new port (ex. a slave one) which you will maintain. > 3) There's no standard for the format of pkg-plist, pkg-message or > pkg-descr, so port maintainers are free to put whatever they want in > there. There's a customary way of doing it, but it's not set in stone > and variations are found throughout ports. At those cases which needs standartization (i.e. http section at pkg-descr) it exists. And I don't see much harm if the rest is not standarized. Can you show an examples when it hurts? > 4) There's no standard for config files. Do you overwrite? Do you > ignore? Do you create port.conf-sample? port.conf-dist? > port.conf-example? Do you check to see if port.conf is there, and, if > not, copy it to ${LOCALBASE}/etc? ${PREFIX}/etc? > 5) There's no standard for pkg-plist. When is it required? When is > it not? (IOW, what's the maximum number of files you can put in > Makefile so you don't have to create a pkg-plist? Do you use unexec > always? Or only when you want/decide to? Do you just ignore the conf > file and not uninstall it? > I don't know the right answer to these questions, but I think they > need to be answered. I'm willing to volunteer to do some work if > someone will tell me what that work is. Docs? A committee? The best way is to enhance the Porters Handbook. Take a topic, create patches, send them to the list, discuss and then send a PR with patches. That would be great. BTW, thanks for taking care of it. > Suggestions welcomed. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 18:08:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D44516A417 for ; Fri, 11 Jan 2008 18:08:47 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6F213C44B for ; Fri, 11 Jan 2008 18:08:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1286057fgg.35 for ; Fri, 11 Jan 2008 10:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IIUDTouDoNmdt8Sz7b7lKUW9Y5zVVgtffZeKYqMIDKE=; b=acNGWQWzw9qmovNLP0W6c4IZWBkU3uiLLLQYFIgm1SfX09n5sVQBCq7n1qZtJIXBF8TkDX+HZH90SKHpb8CJp7W2UINFOpCG8IPMeC0Y8kNbAwUPnqRk2bGNWfmoyBXiWOxO8VjFXFEN2ClWXvaYF/Sly/desHpyuc3iSzGeVEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F04ttM2k5mHUHmuyt+CNcun5PRN9OXFpAMIhirRXBu5TpupCat8wpZZmk0lVZpTHQ+qsL/ucsGAOE3aWlk+/bWdZJAPqkSIhTU9gtLx8PQ2IRhZNHN591XPtRtNKRj0surOuHgCbmhWW35sU7awLbCvLM3JN7v1rMbpwQ5w0Q7Y= Received: by 10.86.79.19 with SMTP id c19mr3212906fgb.31.1200074925661; Fri, 11 Jan 2008 10:08:45 -0800 (PST) Received: by 10.86.3.20 with HTTP; Fri, 11 Jan 2008 10:08:45 -0800 (PST) Message-ID: <790a9fff0801111008r1f42b1bcm6f4338547d241466@mail.gmail.com> Date: Fri, 11 Jan 2008 12:08:45 -0600 From: "Scot Hetzel" To: "Paul Schmehl" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 18:08:47 -0000 On 1/11/08, Paul Schmehl wrote: > --On Friday, January 11, 2008 10:34:15 -0600 Scot Hetzel > wrote: > > > n 1/11/08, Paul Schmehl wrote: > >> Some of this has been discussed ad infinitum, but, in an off-list > >> conversation, I came up with this list of suggested improvements for port. > >> I'd like to see these things done, but I'm not sure how. Improve the docs? > >> Create a checklist? > >> > > : > >> 3) There's no standard for the format of pkg-plist, pkg-message or pkg-descr, > >> so port maintainers are free to put whatever they want in there. There's a > >> customary way of doing it, but it's not set in stone and variations are found > >> throughout ports. > > > > There is a standard format for pkg-plist. Which is documented in the > > port's handbook. > > > > Is there a description of when to use unexec and when not to? Is there an > explanation of what to do with conf files? (Do you leave them alone? Compare > them to the sample file and delete only if they're the same? Delete always?) > The man page for pkg_create has some information on when to use @unexec in your pkg-plist. I have seen @exec/@unexec for installation/removal of configuration files, creation/deletion of links and creation of empty directories. The information on configuration files is in the porter's handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-config.html You only delete configuration files when they are the same as the sample files. > What's the limit on the number of files you can put in PLIST_FILES? > Directories in PLIST_DIRS? Is there any requirement to use pkg-plist? According to the porter's handbook, it mentions when the port installs a handfull of files. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-desc.html#AEN99 When your using PLIST_FILES, PLIST_DIRS, there is no need to use pkg-plist. But if your port needs to use @dirrmtry, @exec, @unexec, ... then you should be using pkg-plist. > When do you use @dirrm as opposed to @dirrmtry? How are conditionals handled > in pkg-plist? > You use @dirrm when only your port installs files into a directory that it has created. You use @dirrmtry when your port installs files into a directory that was created by another port or another port installs files into a directory that your port created. > > pkg-descr does have a standard format: > > > > > > > > WWW: > > > > What content goes in pkg-descr? Is it required? Optional? Is WWW: required? > Optional? > This link tells you what is required in pkg-descr (pkg-descr is required), it also explains when WWW: should be used. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-desc.html#AEN85 > > pkg-message format is left to the maintainer. > > > > The only requirement for pkg-descr and pkg-message is that it should > > be able to display on an 80 column screen without the lines wrapping. > > > > Yes, but is it required? Not required? What content goes in it? These are > all questions left to the maintainer, and a brief analysis of ports shows a > great deal of inconsistency in their usage. Many ports have no pkg-message at > all. Is it optional? If an OPTION must be set on a dependency port, are you > required to mention that in pkg-message? What information is required? What > is optional? > pkg-message is optional. It's use is to provide additional information that needs to be done after the port has been installed and couldn't be accomplished using the pkg-install script. http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/pkg-files.html#PORTING-MESSAGE > >> 4) There's no standard for config files. Do you overwrite? Do you ignore? > >> Do you create port.conf-sample? port.conf-dist? port.conf-example? Do you > >> check to see if port.conf is there, and, if not, copy it to ${LOCALBASE}/etc? > >> ${PREFIX}/etc? > > > > There is a standard for config files, and is documented in the porters > > handbook. > > > > The port maintainer should install configuration files so that they > > don't overwrite existing configuration files. > > > > And name them now? -sample? -dist? -example? -orig? And what about > removal? When you deinstall the port, do you remove the conf file? Remove > only if it's unaltered? Ignore it entirely? > > > The way that most ports take is by patching the src to install the > > standard config files with an extension (currently we use -sample, > > -dist, -orig, or -example). Then the port should check for the > > existance of the config file, and install one if it doesn't exist. > > When the port is uninstalled, it compares the config file with the > > default config file, and only removes the config file if they are the > > same. > > > > NOTE: should standardize a default extension. > > > > Precisely. > > > When there are a large number of configuration files, a few ports > > install the default configuration files into an alternate directory > > (i.e PREFIX/share/example/), and then copy them to > > PREFIX/etc when they don't exist. On deinstall, they compare the > > config file with the default config file, and only remove the config > > files if they are the same. > > > > Is this how it should always be done? > One of these two methods should be used for configuration files. The most common is the first one, especially when there is only a few configuration files. Scot From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 18:20:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B964D16A469 for ; Fri, 11 Jan 2008 18:20:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 9669613C45B for ; Fri, 11 Jan 2008 18:20:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 064BD8C132; Fri, 11 Jan 2008 12:20:16 -0600 (CST) Date: Fri, 11 Jan 2008 12:20:16 -0600 To: Guido Falsi Message-ID: <20080111182015.GA1823@soaustin.net> References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> <4787AA13.1040403@madpilot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4787AA13.1040403@madpilot.net> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: Paul Schmehl , FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 18:20:17 -0000 On Fri, Jan 11, 2008 at 06:40:35PM +0100, Guido Falsi wrote: > I think that too much formalization in the porting rules would harm the > system. That seems to have been the community consensus in the past. Nevertheless, the PH could use some improvement. Most of what I've tried to put in there is "here's what we recommend as the preferred practice". There's not much "you can't do this" -- most of that deals with things that e.g. break INDEX or otherwise wreak havoc. mcl From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 18:23:31 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A453416A41B for ; Fri, 11 Jan 2008 18:23:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 81FAE13C4E1 for ; Fri, 11 Jan 2008 18:23:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 25DCD8C131; Fri, 11 Jan 2008 12:23:31 -0600 (CST) Date: Fri, 11 Jan 2008 12:23:31 -0600 To: Paul Schmehl Message-ID: <20080111182331.GB1823@soaustin.net> References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 18:23:31 -0000 On Fri, Jan 11, 2008 at 11:10:45AM -0600, Paul Schmehl wrote: > The porters handbook seems written from the standpoint of a guide more > than a manual. That's something that I was going to work on, um, last year :-) We need both. Right now we have this hybrid which isn't a completely satisfactory solution for either one. This is historical; it kind of grew out of an initial short how-to document, then, as new things were stuffed into the ports infrastructure, there was no better place to document them. The "quick porting" text should turn into a "guide"; the "slow porting" text should become the reference. Of course, I say this, without the cycles to work on it. mcl From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 18:54:01 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031FA16A420 for ; Fri, 11 Jan 2008 18:54:01 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from smtpi1.ngi.it (smtpi1.ngi.it [88.149.128.20]) by mx1.freebsd.org (Postfix) with ESMTP id D656113C4F6 for ; Fri, 11 Jan 2008 18:53:59 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (88-149-173-206.static.ngi.it [88.149.173.206]) by smtpi1.ngi.it (8.13.8/8.13.8) with ESMTP id m0BIrvJD000423 for ; Fri, 11 Jan 2008 19:53:58 +0100 Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id B23B0130C9E; Fri, 11 Jan 2008 19:53:57 +0100 (CET) Received: from anakin.madpilot.net (anakin.madpilot.net [172.24.42.10]) by megatron.madpilot.net (Postfix) with ESMTP id 8D38A130C74; Fri, 11 Jan 2008 19:53:57 +0100 (CET) Message-ID: <4787BB45.4080309@madpilot.net> Date: Fri, 11 Jan 2008 19:53:57 +0100 From: Guido Falsi User-Agent: Thunderbird 2.0.0.9 (X11/20071225) MIME-Version: 1.0 To: Mark Linimon References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> <4787AA13.1040403@madpilot.net> <20080111182015.GA1823@soaustin.net> In-Reply-To: <20080111182015.GA1823@soaustin.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Paul Schmehl , FreeBSD Ports Subject: Re: Suggested improvements for 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, 11 Jan 2008 18:54:01 -0000 Mark Linimon wrote: > On Fri, Jan 11, 2008 at 06:40:35PM +0100, Guido Falsi wrote: >> I think that too much formalization in the porting rules would harm the >> system. > > That seems to have been the community consensus in the past. > > Nevertheless, the PH could use some improvement. Most of what I've > tried to put in there is "here's what we recommend as the preferred > practice". There's not much "you can't do this" -- most of that > deals with things that e.g. break INDEX or otherwise wreak havoc. Obviously some rules are needed to maintain the structure, I meant no attack to that. I simply wanted to say that I agree with the policy stated above. Putting rules like strict limiting numbers to items or the like would be against the ports logic. I think. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 20:10:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4778716A420 for ; Fri, 11 Jan 2008 20:10:55 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from emma.lautre.net (emma.lautre.net [80.67.160.69]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE9913C4EF for ; Fri, 11 Jan 2008 20:10:54 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 5FEB41141B; Fri, 11 Jan 2008 21:10:41 +0100 (CET) Date: Fri, 11 Jan 2008 21:10:41 +0100 From: Thierry Thomas To: Jeremy Messenger Message-ID: <20080111201041.GQ33527@graf.pompo.net> Mail-Followup-To: Jeremy Messenger , Volker Glatz , freebsd-ports@freebsd.org References: <200801101206.17448.softwareleute@freenet.de> <20080110201641.GF5842@graf.pompo.net> <4786DCEF.7@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: 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.3i X-Operating-System: FreeBSD 7.0-BETA4 i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: Volker Glatz , freebsd-ports@freebsd.org Subject: Re: Miro crashes at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 20:10:55 -0000 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Ven 11 jan 08 =E0 4:25:04 +0100, Jeremy Messenger =E9crivait=A0: >=20 > The boost with WITH_PYTHON=3Dyes and boost-python are exactly same. The = =20 > boost-python call on boost with WITH_PYTHON=3Dyes define. Read in =20 > devel/boost-python/Makefile. I doubt this crash issue has to do with boos= t =20 > vs boost-python. When I created different miro port, all FreeBSD 6.x user= s =20 > report me crash issue while FreeBSD 7.x and above users don't have any = =20 > problem. I can't figure what's wrong with miro in FreeBSD 6.x as all of m= y =20 > machines have FreeBSD 7.x. Actually, yes, it's possible to run Miro on FreeBSD-6, but it seems very sensitive... That means: - check that all dependencies are up to date; - no dangling libraries or binaries linked against something located under /usr/local/lib/compat; - nothing linked against previous versions of system libraries (e.g. old libm); - and maybe some conflicts not yet detected... BTW, I'm working on the upgrade to 1.1, but I don't think that it contains anything related to this problem. Regards, --=20 Th. Thomas. --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHh81Bc95pjMcUBaIRAr7bAKCCSFXdUqH4XZwl9vbVtmim9QliEQCg9qJu YPCfIa0buhkF2vqAUlF6+Ck= =cck6 -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 20:45:36 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A59E316A418 for ; Fri, 11 Jan 2008 20:45:36 +0000 (UTC) (envelope-from mldodson@comcast.net) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7A113C465 for ; Fri, 11 Jan 2008 20:45:36 +0000 (UTC) (envelope-from mldodson@comcast.net) Received: from OMTA13.emeryville.ca.mail.comcast.net ([76.96.30.52]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id bnCK1Y00717UAYkAA0f800; Fri, 11 Jan 2008 20:34:34 +0000 Received: from wotan.mlandml.net ([98.196.44.176]) by OMTA13.emeryville.ca.mail.comcast.net with comcast id bwa91Y00K3o3uQa8Z00000; Fri, 11 Jan 2008 20:34:11 +0000 X-Authority-Analysis: v=1.0 c=1 a=xh6BsDri36UA:10 a=e9WJYFtPhzOYOjTlmOsA:9 a=5I2fK2Pyl2peiRh7VNMA:7 a=lqn9yguSuWSwMrSGvtIc4Oqe4cAA:4 a=MNl-bXUnvKkA:10 Received: from wotan.mlandml.net (localhost [127.0.0.1]) by wotan.mlandml.net (8.14.2/8.13.8) with ESMTP id m0BKYYse073109 for ; Fri, 11 Jan 2008 14:34:34 -0600 (CST) (envelope-from mldodson@comcast.net) Message-ID: <4787D2DA.6040002@comcast.net> Date: Fri, 11 Jan 2008 14:34:34 -0600 From: "M. L. Dodson" User-Agent: Thunderbird 2.0.0.9 (X11/20071226) MIME-Version: 1.0 To: FreeBSD Ports References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> <4787AA13.1040403@madpilot.net> <20080111182015.GA1823@soaustin.net> <4787BB45.4080309@madpilot.net> In-Reply-To: <4787BB45.4080309@madpilot.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mldodson@comcast.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 20:45:36 -0000 Guido Falsi wrote: > Mark Linimon wrote: >> On Fri, Jan 11, 2008 at 06:40:35PM +0100, Guido Falsi wrote: >>> I think that too much formalization in the porting rules would harm >>> the system. >> >> That seems to have been the community consensus in the past. >> >> Nevertheless, the PH could use some improvement. Most of what I've >> tried to put in there is "here's what we recommend as the preferred >> practice". There's not much "you can't do this" -- most of that >> deals with things that e.g. break INDEX or otherwise wreak havoc. > > Obviously some rules are needed to maintain the structure, I meant no > attack to that. > > I simply wanted to say that I agree with the policy stated above. > > Putting rules like strict limiting numbers to items or the like would be > against the ports logic. I think. > This thread seems like one we covered in the recent past. I have held off until now, but I think people are missing the perspectives of many port maintainers, maybe most. Those I mean are subject experts that are not computer scientists. I am a biochemist, but I maintain two ports (neither a "biggie"). We, and I am so bold as to speak for this group, see the need for standards, wish the ports system was perfect, but also are very sensitive to the doctrine of "perfect as the enemy of good". We write ports because of convenience, by and large. Heavy requirements on port structure will just cause us to quit writing our ports, or cause us to keep them in house. In chemistry there is something called transition state theory. It posits that the rate of a reaction (here the likelihood I will write a port for a piece of software I use) is directly proportional to the inverse of the energetic barrier height between reactants and products. If you raise the barrier height by putting hard and fast requirements that are much more onerous than currently exist, you will see the rate of new port formation for other than "biggie" software fall dramatically. IMO. Please don't let the search for computer science elegance break the ports system. FreeBSD ports is the one place where the developers and the users meet on the street. Bud Dodson PS, by similar reasoning, I think the Ports 2.0 project is a loser in the real world. -- M. L. Dodson Email: mldodson-at-comcast-net Phone: eight_three_two-five_63-386_one From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 21:45:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37C1016A417 for ; Fri, 11 Jan 2008 21:45:05 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 205A413C478 for ; Fri, 11 Jan 2008 21:45:05 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 8CB7465504 for ; Fri, 11 Jan 2008 15:45:04 -0600 (CST) Date: Fri, 11 Jan 2008 15:45:04 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: <00DB7D8B21D4C5EE984BCE63@utd59514.utdallas.edu> In-Reply-To: <20080111182331.GB1823@soaustin.net> References: <790a9fff0801110834s532a7282lf63061ad2b73acf5@mail.gmail.com> <20080111182331.GB1823@soaustin.net> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Suggested improvements for 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, 11 Jan 2008 21:45:05 -0000 --On Friday, January 11, 2008 12:23:31 -0600 Mark Linimon wrote: > On Fri, Jan 11, 2008 at 11:10:45AM -0600, Paul Schmehl wrote: >> The porters handbook seems written from the standpoint of a guide more >> than a manual. > > That's something that I was going to work on, um, last year :-) > > We need both. Right now we have this hybrid which isn't a completely > satisfactory solution for either one. > > This is historical; it kind of grew out of an initial short how-to > document, then, as new things were stuffed into the ports infrastructure, > there was no better place to document them. > > The "quick porting" text should turn into a "guide"; the "slow porting" > text should become the reference. > I like this idea. The problem for new porters is that a brief skim of the "how to" leaves out a lot of details that become important once you actually start creating that first port. Perhaps the right way to approach this is a guide that links to a reference doc? The guide covers the basic "rules" (if you're going to do this, do it this way, if you're not going to do that, you need to do this instead) and then the reference provides both links and examples to show how something is done. I agree we shouldn't formalize it too much, but I *do* think some things should be standardized. For example, the default conf file should have a standardized name throughout, either -sample or -dist or -example or something, and that should be followed throughout. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Jan 11 21:58:15 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7E2E16A418 for ; Fri, 11 Jan 2008 21:58:15 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id C6F5F13C447 for ; Fri, 11 Jan 2008 21:58:15 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 13411 invoked from network); 11 Jan 2008 21:58:14 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 11 Jan 2008 21:58:14 -0000 Message-ID: <4787E597.9040902@chuckr.org> Date: Fri, 11 Jan 2008 16:54:31 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Alexander Leidinger References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> In-Reply-To: <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Rudy Subject: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 21:58:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexander Leidinger wrote: > Quoting Chuck Robey (from Thu, 10 Jan 2008 21:05:16 > -0500): > >> I actually got the linux flash9 working. Why didn't I post it, put in a >> patch? Because one of the main reasons that it doesn't work now is the >> insane way that much Linux libraries are installed. If folks would honor > > Would you mind telling us how, so that we understand the problem? > >> hier(7) then all linux libs would go into /usr/compat/usr/lib, but >> instead, many linux ports (including browsers, believe me) install into >> $(PREFIX)/lib/libsubdir. This means every single linux app that uses >> linux >> libs hsa to be run with a shell wrapper, artificially extending the >> LD_LIBRARY_PATH. Since no porter of an app installing libs knows all the >> ports that might use their libs, random breakages are the rule of the >> day, >> to say nothing of the egregious harm to security this kind of strategy >> causes. It's a big reason why the flash things don't work. Want proof? >> Go use the linux ldd to see just how long the list of libraries is, that >> those extensions use, then you'll begin to see. Not all those libs are >> browser products, either. Have fun trying to get a wrapper to work >> there. >> >> I volunteered to fix this situation all myself, if only the ports >> management would give me written agreement that the strategy I decry >> is in >> fact bad software practice, so that I may point to that document to port >> authors, when I ask for permission to edit their work. Ports management >> hasn't seen fit to reply, or at least, I haven't seen it if they did. I >> don't intend to force anyone, but without having ports mangement >> backing, I >> am NOT going to have this argument with every porter, no way. I tried >> that >> once, and at least one fellow told me he thought that requiring every >> linux >> application to have it's own wrapper was the "cleaner" way to go. >> Huh, if >> that's so, then I guess I should be stopped anyhow. You think that way? > > I think you are referring to me here. I think the important part to > understand my opinion to install end-user applications into PREFIX > instead of LINUXPREFIX (note: linux library ports _have_ to go to > LINUXBASE) is missing here. In fact, I have never been at all good at remembering names, to the point that I no longer even try. I haven't the faintest idea (even now) if it was you or not. If it pleases you, though, that's fine, assume away. I don't think I was insulting, I have made enough of an ass of myself in the past to realize the folly of being sarcastic (it always comes back to bite you). > No user shall have subdirs of LINUXPREFIX in his path. This would open > up Pandorra's box. OK, need to stop you here. I don't know what that LINUXPREFIX item is. I just grepped for it in /usr/ports subdirs Mk, emulators, and www (recursive one), and even did an apropos. I did a bit of googling and found a LINUXPREFIX in some Linux docs, is that the one you're referring to? What's it mean, how's it used? Regardless, please, could you explain why it would open up Pandora's Box? Maybe if I could have a better handle on what it is, I might not ask that question, but I can't, so I'm asking. One item that some might not know: most unixes have a strong bias towards installing everything into /usr/bin or /usr/lib. Many Linux boxes don't even have a /usr/local, or opt, or whatever. Much Linux software makes the assumption that it's using a prefix of /usr. I hate this myself, I MUCH more like FreeBSD's way of doing things, but I can have my cake and eat it too, if Linux software is installed into /compat/linux/usr/bin (and lib, etc), I get the separation as far as FreeBSD is concerned, but Linux software is fooled into obeying their abhorrent lack of separation. Real nice. [Man, your mail is huge, I would have preferred to make it decide things in smaller bits, but I guess not.] Continuing ... > > A clean way to achieve this is to have something in prefix which calls > the linux program. This can be a symlink or a wrapper in PREFIX. If you > install parts of a port into LINUXPREFIX and a link/wrapper in PREFIX > (or more generic: if you have 2 different prefixes in a port), you have > to do some ports-magic. If you install the port in a sub-directory in > PREFIX and add a wrapper in the PREFIX/bin, you don't have to do > ports-magic. OK. Ab initio, I have always felt that using wrappers was a tacky way to do things. Not that it wasn't sometimes the only available way to go, but certainly to be avoided. I also have always felt that screwing with LD_LIBRARY_PATH, as your wrappers would need to do, is a security problem, which again might sometimes be the best way to go, but not ever the first choice. This is only part of my argument, though (I would be embarrassed if my argument was only based upon my prejudices). The larger real problem is, some ports install libs, and do not know what possible executables might need to have their wrappers adjusted. Also, some items are difficult to use any wrappers on at all. As an example, the flash9 plugin needed a linux lib, libdl.so (I think it was .so.2). If I wanted to be complete, it really needed about twenty different libraries, but libdl.so will serve as an example well enough). It had been installed in some subdir of /usr/local/lib. I couldn't get a wrapper to work in that case, and I wasn't going to bork up my linux LD_LIBRARY_PATH with about half a dozen locations (which do change occaisonally). Trying to do all the work of maintaining that wrapper would have made the task nearly impossible, so I decided to just copy libs to /usr/compat/usr/linux/usr/lib, and it was immediately recognized. I went about doing an linux ldd on the plugin, then moving libs and making sure with the linux ldd that the plugin was happy once I'd moved the libs. There were one or two that needed to be in a subdir of the browser dir itself, but mostly, putting it in the compat path worked, and once I was finished, flash9 just worked ok. Making a wrapper for the flash9, even if you could coax the browser to accept the plugin with a wrapper around it, would not be much of a fun task, and the people who put the libs in place, they don't have to help you, because you have told them they can put their libs any darn place they please. Another really nice fallout from putting things into the compat structure is that chroots now work very nicely to make you an extremely compatible linux arch. Can't do that with having everything installed all over. If you could please, in answering this email, explain your "Pandora's Box" comment, and also explain why installing hard to maintain wrappers is better than the way that Linux itself does it, I'd appreciate that. I can't see why, and tossing it off with a tagline like "opening Pandora's Box" is cheating, although I can see, can understand why you did it, explaining this long argument is tedious, I grant you that. Still, you opened the box ... > > Writting a wrapper is easy, porting linux programs is already hard, and > the ports-magic is something which can result in tears when not done > correctly. > > Also don't underestimate the pitfalls with accessing linux libs in the > linuxulator when they are in LINUXPREFIX. The best solution would be to > rewrite the linux run time linker and get rid of the linux default one, > but this is not really a pragmatic solution, we will get hit by problems > as soon as something important changes in the linux run time linker, and > we don't have the man-power to permanently keep up. > > The current way of handling the linuxulator things in the ports is not > the ideal way, it is a pragmatic way. It's weighting the good and the > bad things of the different ways to get it working, and trying to do it > in a way which is beneficial to most people. > > Bye, > Alexander. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHh+WXz62J6PPcoOkRAjFBAJ40eyeVIZpQ1UIbOHcWLEEs8WZN7wCeICyd jP3L7xRM/3Rkqt0YHfyEDEA= =d+pa -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 03:11:46 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7D8416A418 for ; Sat, 12 Jan 2008 03:11:46 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 61F2413C442 for ; Sat, 12 Jan 2008 03:11:46 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so793415uge.37 for ; Fri, 11 Jan 2008 19:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=TKsvZzxeLLfvgv/VqTW/PpSfO1PXDkeGh146DLis5FU=; b=Sd7UsQC1Une4BRVo7GTmTMcSbgJu8TJ1ipxXpHYfsLJzWcLbY1JGBRKjX+Bez/sC+B/H/LTPqSMTfYTWxcPfummdUUDJTRDtaw0m+3M8XaRSgwMdEqVI7yQ1na1ly7OxhciIvrc4jThp36QhChzUsYVC5HsEuya4hP/zt+qy0Dw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KrIU/sY7cU4eFxweNEatFihiUB6oNOgPucNIIv92P4Tsbx4ri/ZhAL3c6RJunfU/3GxrtQn08rEyWSV3J7MpkSRCYpguUUCmK1FMvuAkfqFV8m1j+CvvDJJKLLEdE+p5PyWx6ZvbxuDQbN1ecfNEf7/Gxn6LFMyiLGOlS5Mib2c= Received: by 10.67.30.3 with SMTP id h3mr1054361ugj.35.1200105994205; Fri, 11 Jan 2008 18:46:34 -0800 (PST) Received: by 10.66.219.18 with HTTP; Fri, 11 Jan 2008 18:46:34 -0800 (PST) Message-ID: <3aaaa3a0801111846g2e14adcei3e27ea0370262dc4@mail.gmail.com> Date: Sat, 12 Jan 2008 02:46:34 +0000 From: Chris To: Brian In-Reply-To: <4761A2DE.4000502@brianwhalen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475F7390.9090509@gmail.com> <1022BEDA-8641-4686-AB1A-3FE2D688F47F@FreeBSD.org> <475FAC1F.1010401@gmail.com> <19341C6C-BF3A-4DFD-B8DF-87F4E92B0335@FreeBSD.org> <0F330142-A3CA-4E6E-84BD-FDE55A8E3AEE@yahoo.com> <47619D3D.1070804@math.missouri.edu> <4761A2DE.4000502@brianwhalen.net> Cc: freebsd-ports@freebsd.org, Stephen Montgomery-Smith , Steven Kreuzer , Ade Lovett Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 03:11:46 -0000 On 13/12/2007, Brian wrote: > I just wonder if you asked the general population, whether they'd rather > have ports or packages, I bet most would vote for packages, aside from > those that actually like watching the compilation output fly by. I do like to watch it but in addition I always like to compile my own binaries etc. rather than using something thats precompiled and limited to how the compiler compiled it. Chris From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 04:59:37 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA94516A419 for ; Sat, 12 Jan 2008 04:59:37 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: from web50303.mail.re2.yahoo.com (web50303.mail.re2.yahoo.com [206.190.38.57]) by mx1.freebsd.org (Postfix) with SMTP id 9EF3E13C447 for ; Sat, 12 Jan 2008 04:59:37 +0000 (UTC) (envelope-from tim1timau@yahoo.com) Received: (qmail 1015 invoked by uid 60001); 12 Jan 2008 04:32:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=WOlw4aX3VuALQnChgyZ8US9zj7lA4t0suqOcCtCHuqrOH9xqXJf0AHRmEl3neiZHSbjz6WXvaKEATITeJTuXbz4oPktCdSmOOGR7gLreRkQltyhhjx9UHpI0iuCnlHGpXkqQPhJo/d5uobjSEn8OYoNxo+pnupGqtXpxbQwnhCM=; X-YMail-OSG: xtM4ylUVM1nndtFQjwOVmxr1_Wwws3ciuMxnUCdDH1uZU53UP5vHPuTrigXK_XcJ8vo2KAz9GbL4mGtB9SPfLd27nYgv9lH8lqwyCnNcT_aSm6wsfLUEW0DnQLxI Received: from [203.49.197.51] by web50303.mail.re2.yahoo.com via HTTP; Fri, 11 Jan 2008 20:32:55 PST Date: Fri, 11 Jan 2008 20:32:55 -0800 (PST) From: Tim Clewlow To: Chris , Brian In-Reply-To: <3aaaa3a0801111846g2e14adcei3e27ea0370262dc4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <871405.99936.qm@web50303.mail.re2.yahoo.com> Cc: Ade Lovett , Stephen Montgomery-Smith , Steven Kreuzer , freebsd-ports@freebsd.org Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 04:59:38 -0000 --- Chris wrote: > On 13/12/2007, Brian wrote: > > I just wonder if you asked the general population, whether they'd rather > > have ports or packages, I bet most would vote for packages, aside from > > those that actually like watching the compilation output fly by. > > I do like to watch it but in addition I always like to compile my own > binaries etc. rather than using something thats precompiled and > limited to how the compiler compiled it. > > Chris I change options in the mplayer Makefile to include twolame and mencoder in the build because that way you get more codecs available for mencoder. Also, MySQL has WITH_OPENSSL=yes in the make, and in PHP make config, I select Build Apache module. Also I have the following options on in /etc/make.conf. CFLAGS= -O -pipe # Optimize general builds COPTFLAGS= -O -pipe # Optimize kernel builds NO_PROFILE= # Only need to uncomment this line, no options Finally, as a rule I install the latest patched up version of stable 6.x from this optimised build (build once on a master cvs/build server). Dont know how many other people do this, but I definately prefer ports over packages. Cheers, Tim. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 05:24:44 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAAB716A41A for ; Sat, 12 Jan 2008 05:24:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 6756013C43E for ; Sat, 12 Jan 2008 05:24:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 7192 invoked by uid 399); 12 Jan 2008 05:24:38 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 12 Jan 2008 05:24:38 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <47884F14.3040708@FreeBSD.org> Date: Fri, 11 Jan 2008 21:24:36 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 05:24:44 -0000 I'm going to try to combine your two posts so that I can answer in one, my apologies if I scramble something. Paul Schmehl wrote: > Some of this has been discussed ad infinitum, but, in an off-list > conversation, I came up with this list of suggested improvements for > port. I'd like to see these things done, but I'm not sure how. Improve > the docs? Create a checklist? > > 1) You can't build a dependent port and first set the config for the > options that you want. So, when you select sasl in postfix, you never > get the chance to check the saslauthd option, for example. Portmaster actually does a depth-first traversal of the dependency tree which allows you to do this. That said, I think there are 2 additions it would be nice to make to the OPTIONS framework to aid the situation you describe. One would be having OPTIONS "inherit" default settings from the environment, so that if the user has a global option set, that same option in a port's OPTIONS block always comes up the way the user specified, unless ... The other thing that would be really great is something like "super-options" that a port could set that would enforce that option in the dependent ports (or generate an error if in conflict with the user's global options). Bonus points if this super-option could trigger the rebuild of an existing port/package to get the stuff it needs. With the super-option idea, if you MUST have saslauthd support in order for something to work (and I'm just picking up on your example, no idea of this specific case is meaningful or not) then "the right thing" would happen all the way down the chain. This would of course require some large amount of coordination between port authors, but a lot of the standardization you'd need is already de facto. > 2) There's no standard for some of the details of port building. Now you're mixing in "developer" issues with "user" issues. The user should never have to see the details you're describing here, although if (as I gather from later in the thread) your desire is improved "how to" docs for ports creation, than I support that goal. > it's entirely up to the port maintainer and the committer to decide how > to build the port. The postfix port maintainer *could* include a > dependency for saslauthd. He chose not to. He *could* include a note in > pkg-message that warns you that saslauthd needs to be installed as > well. He chose not to. His choices are both reasonable and customary, > but they don't serve the customer well. Now here you have to be careful. The way we handle this problem is for those who want/need saslauthd-related postfix to create a postfix-saslauthd version, and handle that support themselves. Bonus points if you can do it as a slave port, but that isn't always the case. Please note, I'm not speaking theoretically here, I've been on both sides of this issue, and so (modulo the prospect of user confusion with N * M different varieties of the same port) the system works. I should also point out that I've had my arm twisted by users to support things in my ports (particularly pine/alpine) that I cannot test for myself (particularly maildir) and so I have done so with the caveat that support for those features _must_ come from the community, or I'll rip them out of the port the first time they break something. This method also works. :) > 3) There's no standard for the format of pkg-plist, This has already been covered, but for the record you're wrong about that. > pkg-message or > pkg-descr, so port maintainers are free to put whatever they want in > there. There are rough guidelines (portlint will prod you on both of those, especially pkg-descr) but you're right, no hard and fast rules. I don't remember the latin version, but there is a very old saying to the effect that "the one doing the work gets to decide how the work gets done." Guidelines are good here, cookie-cutter approaches don't scale to 18k+ ports. > There's a customary way of doing it, but it's not set in stone > and variations are found throughout ports. You (pl) need to wrap your head around the fact that this is, and always will be the status quo. If you want rigid rules, go create your own ports system. > What's the limit on the number of files you can put in PLIST_FILES? Directories in PLIST_DIRS? Is there any requirement to use pkg-plist? Don't take this the wrong way, but why do you care? If you are asking because you want to write a port, it's a reasonable question, and should probably be given a more thorough treatment in the handbook. However, this precisely the kind of thing for which "community" takes on real meaning. If you get confused by this, just send a message to the list. "I am trying to port FUBAR-1.23, and I'm wondering if ...." and you will generally get at least one answer. Hopefully if you get more than one, they won't conflict. :) > When do you use @dirrm as opposed to @dirrmtry? That's an easy one. If the directory might have files in it from another port, use the latter. If your port is the only one putting files in it, the former. > How are conditionals handled in pkg-plist? PLIST_SUB. It's probably also worth noting here that a lot of these questions can be answered by reading through at least the first part of bsd.port.mk. It actually documents most of this stuff pretty well, and the descriptions are generally kept well in synch with the code. You also asked a question about the use of WWW: in pkg-descr. It's encouraged, since the automated tools make use of it (e.g., see http://www.freebsd.org/ports/ and bore down to some specific ports) but not mandatory. > 4) There's no standard for config files. Someone else already answered this one for you. Finally, I'd like to make a suggestion for you to do more work. :) The more time you spend on something (like ports) the harder it is for you to "see" things through the eyes of a new user. This is doubly true for writing documentation about it. I try to add useful stuff where I can, but life would be really great if you could take the time to document your questions more thoroughly, maybe with some collected answers, and start hacking away at the current docs. If you're not keen to learn the SGML there are people who can help you with that, but coming up with good content that covers the needs of people like you can (somewhat ironically) be done most easily by people like you. I hope this is a good start. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 12:10:23 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E75016A41B for ; Sat, 12 Jan 2008 12:10:23 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7C64413C469 for ; Sat, 12 Jan 2008 12:10:22 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1JDfBs-0009rP-BJ; Sat, 12 Jan 2008 15:10:20 +0300 To: Chuck Robey References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> <4787E597.9040902@chuckr.org> From: Boris Samorodov Date: Sat, 12 Jan 2008 15:08:44 +0300 In-Reply-To: <4787E597.9040902@chuckr.org> (Chuck Robey's message of "Fri\, 11 Jan 2008 16\:54\:31 -0500") Message-ID: <40077827@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Leidinger , freebsd-ports@freebsd.org Subject: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 12:10:23 -0000 Hello Chuck, On Fri, 11 Jan 2008 16:54:31 -0500 Chuck Robey wrote: > As an example, the > flash9 plugin needed a linux lib, libdl.so (I think it was .so.2). If I I wrote the port which installs libdl.so.2, so I guess I should respond... > wanted to be complete, it really needed about twenty different libraries, > but libdl.so will serve as an example well enough). It had been installed > in some subdir of /usr/local/lib. Are you sure that you didn't use some non-default paths to install a linux_base port? I'm asking the question because: ----- % locate libdl.so /usr/compat/linux/lib/libdl.so.2 % pkg_info -W /compat/linux/lib/libdl.so.2 /compat/linux/lib/libdl.so.2 was installed by package linux_base-fc-4_10 ----- WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 14:38:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74CBA16A418 for ; Sat, 12 Jan 2008 14:38:34 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id AD3D813C447 for ; Sat, 12 Jan 2008 14:38:33 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 12 Jan 2008 14:38:32 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp052) with SMTP; 12 Jan 2008 15:38:32 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19y1X0F5ztytRBqf95BEIkwqa/RgmmkOUEQD8oyuk HO3/CFdqrtg5nO Message-ID: <4788D0E6.7080007@gmx.de> Date: Sat, 12 Jan 2008 15:38:30 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 14:38:34 -0000 Paul Schmehl wrote: > 1) You can't build a dependent port and first set the config for the > options that you want. So, when you select sasl in postfix, you never > get the chance to check the saslauthd option, for example. As the ports man page states: # make config-recursive does what you want. It's surprising how often people claim this feature is missing, even though it has been there ever since I started using FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 15:04:13 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF09F16A481 for ; Sat, 12 Jan 2008 15:04:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 917E813C458 for ; Sat, 12 Jan 2008 15:04:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUJ002VEDUZVFQ0@mta1.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sat, 12 Jan 2008 10:04:12 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0CF48vH056856; Sat, 12 Jan 2008 10:04:10 -0500 Date: Sat, 12 Jan 2008 10:04:08 -0500 From: "Aryeh M. Friedman" In-reply-to: <4788D0E6.7080007@gmx.de> To: Dominic Fandrey Message-id: <4788D6E8.2060902@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <4788D0E6.7080007@gmx.de> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: Paul Schmehl , FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 15:04:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominic Fandrey wrote: > Paul Schmehl wrote: >> 1) You can't build a dependent port and first set the config for >> the options that you want. So, when you select sasl in postfix, >> you never get the chance to check the saslauthd option, for >> example. > > As the ports man page states: > > # make config-recursive > > does what you want. It's surprising how often people claim this > feature is missing, even though it has been there ever since I > started using FreeBSD. > Not completely correct for reasons given in http://aegis.sourceforge.net/auug97.pdf - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiNbojRvRjGmHRgQRAl6eAJ44bZjGTFUE5QZA9cr9RrUId4zpPgCfQx9P H497bxS3MsfUfTulQT+Sjf8= =An0E -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 15:23:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9091C16A418 for ; Sat, 12 Jan 2008 15:23:24 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.241]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB7713C457 for ; Sat, 12 Jan 2008 15:23:23 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by hs-out-2122.google.com with SMTP id h53so1609691hsh.11 for ; Sat, 12 Jan 2008 07:23:23 -0800 (PST) Received: by 10.150.92.11 with SMTP id p11mr1729126ybb.105.1200149803012; Sat, 12 Jan 2008 06:56:43 -0800 (PST) Received: from scorpio ( [67.189.206.211]) by mx.google.com with ESMTPS id 35sm7710555wra.21.2008.01.12.06.56.40 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 Jan 2008 06:56:41 -0800 (PST) Date: Sat, 12 Jan 2008 09:56:29 -0500 From: Gerard To: freebsd-ports@freebsd.org Message-ID: <20080112095629.5308c2f8@scorpio> In-Reply-To: <4788D0E6.7080007@gmx.de> References: <4788D0E6.7080007@gmx.de> Organization: seibercom.net X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/f.tzVbcKIo6jE5RhZmotlZI"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 15:23:24 -0000 --Sig_/f.tzVbcKIo6jE5RhZmotlZI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 12 Jan 2008 15:38:30 +0100 Dominic Fandrey wrote: > Paul Schmehl wrote: > > 1) You can't build a dependent port and first set the config for the > > options that you want. So, when you select sasl in postfix, you > > never get the chance to check the saslauthd option, for example. >=20 > As the ports man page states: >=20 > # make config-recursive >=20 > does what you want. It's surprising how often people claim this > feature is missing, even though it has been there ever since I > started using FreeBSD. I don't see how that would help since the 'saslauthd' port is not part of the 'postfix' port. In fact, 'postfix' does not require either SASL or the saslauthd port in order to work. It might be nice if there were an option to install saslauthd, and thereby force the installation of SASL, in the postfix port however. --=20 Gerard gerard@seibercom.net "Yow!! Those people look exactly like Donnie and Marie Osmond!!" Zippy the Pinhead --Sig_/f.tzVbcKIo6jE5RhZmotlZI Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHiNUl6DWTaTcTwMkRAjFIAKCHrNtQYkg8I23ib1KDYn/jTMi4RgCfd+FB W03Fkx47i3vSZ41JGc6omDc= =Qtcq -----END PGP SIGNATURE----- --Sig_/f.tzVbcKIo6jE5RhZmotlZI-- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 16:29:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3130E16A418 for ; Sat, 12 Jan 2008 16:29:16 +0000 (UTC) (envelope-from mldodson@comcast.net) Received: from QMTA08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id 0055F13C4E7 for ; Sat, 12 Jan 2008 16:29:15 +0000 (UTC) (envelope-from mldodson@comcast.net) Received: from OMTA14.emeryville.ca.mail.comcast.net ([76.96.30.60]) by QMTA08.emeryville.ca.mail.comcast.net with comcast id cBJd1Y0061HpZEs0A0NG00; Sat, 12 Jan 2008 16:29:15 +0000 Received: from wotan.mlandml.net ([98.196.44.176]) by OMTA14.emeryville.ca.mail.comcast.net with comcast id cGUj1Y0063o3uQa8a00000; Sat, 12 Jan 2008 16:28:45 +0000 X-Authority-Analysis: v=1.0 c=1 a=xh6BsDri36UA:10 a=FP58Ms26AAAA:8 a=5VKdG2KmAAAA:8 a=RJEAvvITgJ6nhIaeVxEA:9 a=K3BAu3RrGKZnsIQHQ1ygJXi6SWQA:4 a=FWKnGezxsYAA:10 a=pt045V2O6wwA:10 Received: from wotan.mlandml.net (localhost [127.0.0.1]) by wotan.mlandml.net (8.14.2/8.13.8) with ESMTP id m0CGTD08076248; Sat, 12 Jan 2008 10:29:13 -0600 (CST) (envelope-from mldodson@comcast.net) Message-ID: <4788EAD9.5040202@comcast.net> Date: Sat, 12 Jan 2008 10:29:13 -0600 From: "M. L. Dodson" User-Agent: Thunderbird 2.0.0.9 (X11/20071226) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <4788D0E6.7080007@gmx.de> <4788D6E8.2060902@gmail.com> In-Reply-To: <4788D6E8.2060902@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Dominic Fandrey , FreeBSD Ports , Paul Schmehl Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mldodson@comcast.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 16:29:16 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dominic Fandrey wrote: >> Paul Schmehl wrote: >>> 1) You can't build a dependent port and first set the config for >>> the options that you want. So, when you select sasl in postfix, >>> you never get the chance to check the saslauthd option, for >>> example. >> As the ports man page states: >> >> # make config-recursive >> >> does what you want. It's surprising how often people claim this >> feature is missing, even though it has been there ever since I >> started using FreeBSD. >> > > Not completely correct for reasons given in > http://aegis.sourceforge.net/auug97.pdf > > > - -- > Aryeh M. Friedman > FloSoft Systems, Java Developer Tools. > http://www.flosoft-systems.com > Developer, not business, friendly. That is completely off the point of the email to which you are responding. That is the way we do it in the FBSD ports system. We all know, as you have said ad nauseam, you believe the ports system is broken because of that. Why must you always hijack threads to make points for your agenda? Bud Dodson PS, I will refuse respond to the (almost guaranteed) passive aggressive flame you will use to respond to this post. -- M. L. Dodson Email: mldodson-at-comcast-net Phone: eight_three_two-five_63-386_one From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 17:07:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F7BC16A41A for ; Sat, 12 Jan 2008 17:07:39 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id CF4BF13C44B for ; Sat, 12 Jan 2008 17:07:38 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (cpe-24-175-90-48.tx.res.rr.com [24.175.90.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id EFA4D65504 for ; Sat, 12 Jan 2008 11:07:37 -0600 (CST) Date: Sat, 12 Jan 2008 11:07:37 -0600 From: Paul Schmehl To: FreeBSD Ports Message-ID: In-Reply-To: <47884F14.3040708@FreeBSD.org> References: <47884F14.3040708@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 17:07:39 -0000 --On January 11, 2008 9:24:36 PM -0800 Doug Barton wrote: > I'm going to try to combine your two posts so that I can answer in one, > my apologies if I scramble something. > First, thanks for you answer. Second, a clarification. I started this thread from the viewpoint of a port maintainer (I maintain about 10 ports) who is concerned about confusing users. It was not my intent to advocate for a rigid set of rules that all port maintainers must follow. Rather, it was my intent to point out some laxity in the present docs that result in ports being created in many different ways resulting in confusion for end users. >> >> 1) You can't build a dependent port and first set the config for the >> options that you want. So, when you select sasl in postfix, you never >> get the chance to check the saslauthd option, for example. > > Portmaster actually does a depth-first traversal of the dependency tree > which allows you to do this. > Interesting. I haven't used portmaster because I'm used to doing things the "traditional" way. I *thought* portmaster was a replacement/improvement of portupgrade, so I'm not sure how it would apply when you're installing ports for the first time. Guess I need to read the docs. > >> 2) There's no standard for some of the details of port building. > > Now you're mixing in "developer" issues with "user" issues. The user > should never have to see the details you're describing here, although if > (as I gather from later in the thread) your desire is improved "how to" > docs for ports creation, than I support that goal. > Docs improvement is my goal. An ancillary goal is to achieve more consistency in the way that ports are created/configured. >> it's entirely up to the port maintainer and the committer to decide how >> to build the port. The postfix port maintainer *could* include a >> dependency for saslauthd. He chose not to. He *could* include a note >> in pkg-message that warns you that saslauthd needs to be installed as >> well. He chose not to. His choices are both reasonable and customary, >> but they don't serve the customer well. > > Now here you have to be careful. The way we handle this problem is for > those who want/need saslauthd-related postfix to create a > postfix-saslauthd version, and handle that support themselves. Bonus > points if you can do it as a slave port, but that isn't always the case. > Please note, I'm not speaking theoretically here, I've been on both > sides of this issue, and so (modulo the prospect of user confusion with > N * M different varieties of the same port) the system works. > I've btdt too. I built a slave port for one of my ports because the twain shall never meet, if you will. It was actually easier to build the slave port than to try to create a single port that met the needs of both builds. I think, however, we have to be cautious about building slave ports for the reason you state (user confusion). Another thing that used to confuse me was the existence of multiple ports for the same software. For example, bash and bash2. It took me a while to realize that bash was the *current* version and bash2 was the *older* version. If you look, however, at the apache ports or the mysql ports, they always append the version number. This makes it easier for the user to understand, without having to do a great deal of research, what each port actually is. This, perhaps, is an area where standardization would benefit the community without creating undue rigidity. > I should also point out that I've had my arm twisted by users to support > things in my ports (particularly pine/alpine) that I cannot test for > myself (particularly maildir) and so I have done so with the caveat that > support for those features _must_ come from the community, or I'll rip > them out of the port the first time they break something. This method > also works. :) > >> 3) There's no standard for the format of pkg-plist, > > This has already been covered, but for the record you're wrong about > that. > Really? Some ports use PLIST_SUB and use those macros in pkg-plist. Others do not - they use the relative path entirely. I don't recall anything in the handbook that says you must or should use one or the other. Here again is an area where standardization might improve clarity. The use of unexec is also not clear. Should I go to the trouble of checking to see if the conf file has been altered and remove it if it hasn't been? Or should I just ignore it? I've done it both ways in my own ports. The handbook doesn't make it clear. >> pkg-message or >> pkg-descr, so port maintainers are free to put whatever they want in >> there. > > There are rough guidelines (portlint will prod you on both of those, > especially pkg-descr) but you're right, no hard and fast rules. I don't > remember the latin version, but there is a very old saying to the effect > that "the one doing the work gets to decide how the work gets done." > Guidelines are good here, cookie-cutter approaches don't scale to 18k+ > ports. > I'm not looking for a cookie cutter approach, but I think the use of "must", "should" and "may" in the docs would be helpful. For example, you "must" have a WWW: in pkg-descr if there is one available. You "should" create a brief description of what the port does. You "may" use a cut and paste of the vendor's explanation but be careful to make sure it isn't so generic that it doesn't make sense to FreeBSD users. >> There's a customary way of doing it, but it's not set in stone >> and variations are found throughout ports. > > You (pl) need to wrap your head around the fact that this is, and always > will be the status quo. If you want rigid rules, go create your own > ports system. > I don't want rigid rules. >> What's the limit on the number of files you can put in PLIST_FILES? >> Directories in PLIST_DIRS? Is there any requirement to use pkg-plist? > > Don't take this the wrong way, but why do you care? If you are asking > because you want to write a port, it's a reasonable question, and should > probably be given a more thorough treatment in the handbook. That's *precisely* why I'm asking. > However, > this precisely the kind of thing for which "community" takes on real > meaning. If you get confused by this, just send a message to the list. > "I am trying to port FUBAR-1.23, and I'm wondering if ...." and you will > generally get at least one answer. Hopefully if you get more than one, > they won't conflict. :) > I'm a big proponent of putting things that get asked repeatedly down in writing. Why should the community have to answer the same questions over and over again? (And yes, I know we will always have those who ask before reading, but a link to the appropriate answer saves the responder time and trains the user to go read first. >> When do you use @dirrm as opposed to @dirrmtry? > > That's an easy one. If the directory might have files in it from another > port, use the latter. If your port is the only one putting files in it, > the former. > Not as easy as you think. I maintain a port that creates files and directories. The first time the app is launched *new* files *and* directories are created in those directories - files and directories which have names that I can't possibly know at the time of port creation. So, if I use @dirrm, the port uninstalls correctly *if* (and only if) you build it and then deinstall it without ever running the daemon. OTOH, if you *do* run the daemon, the @dirrm will generate an error during deinstall. So it's not just other ports that can create this problem. >> How are conditionals handled in pkg-plist? > > PLIST_SUB. It's probably also worth noting here that a lot of these > questions can be answered by reading through at least the first part of > bsd.port.mk. It actually documents most of this stuff pretty well, and > the descriptions are generally kept well in synch with the code. > PLIST_SUB creates macros, not conditionals. I'm referring to if-then statements needed to conditionally remove files. WRT reading bsd.port.mk, I do this myself frequently, but I can assure you, as a non-programmer, it's not always clear what the right answer is. Sometimes it's quite unclear. > You also asked a question about the use of WWW: in pkg-descr. It's > encouraged, since the automated tools make use of it (e.g., see > http://www.freebsd.org/ports/ and bore down to some specific ports) but > not mandatory. > >> 4) There's no standard for config files. > > Someone else already answered this one for you. > Yes. The answer was that we really need to standardize. :-) > Finally, I'd like to make a suggestion for you to do more work. :) The > more time you spend on something (like ports) the harder it is for you > to "see" things through the eyes of a new user. This is doubly true for > writing documentation about it. I try to add useful stuff where I can, > but life would be really great if you could take the time to document > your questions more thoroughly, maybe with some collected answers, and > start hacking away at the current docs. That is my intent. But there's no way I'm going to "hack away" at the docs without first tapping the wisdom of the people on this list who have btdt longer than I have. I only maintain about 10 ports, and I consider myself a novice - especially compared to some who have been doing this much longer than I. > If you're not keen to learn the > SGML Well, not really, but I suspect I'll end up doing it anyway. > there are people who can help you with that, but coming up with > good content that covers the needs of people like you can (somewhat > ironically) be done most easily by people like you. I hope this is a > good start. I appreciate your input. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 17:23:58 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EB116A417 for ; Sat, 12 Jan 2008 17:23:58 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 323DC13C458 for ; Sat, 12 Jan 2008 17:23:58 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUJ00IAYKBTY720@mta4.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sat, 12 Jan 2008 12:23:53 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0CHNo10057270; Sat, 12 Jan 2008 12:23:51 -0500 Date: Sat, 12 Jan 2008 12:23:50 -0500 From: "Aryeh M. Friedman" In-reply-to: <4788EAD9.5040202@comcast.net> To: mldodson@comcast.net Message-id: <4788F7A6.9040001@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <4788D0E6.7080007@gmx.de> <4788D6E8.2060902@gmail.com> <4788EAD9.5040202@comcast.net> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: Dominic Fandrey , FreeBSD Ports , Paul Schmehl Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 17:23:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 M. L. Dodson wrote: > Aryeh M. Friedman wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> Dominic Fandrey wrote: >>> Paul Schmehl wrote: >>>> 1) You can't build a dependent port and first set the config >>>> for the options that you want. So, when you select sasl in >>>> postfix, you never get the chance to check the saslauthd >>>> option, for example. >>> As the ports man page states: >>> >>> # make config-recursive >>> >>> does what you want. It's surprising how often people claim this >>> feature is missing, even though it has been there ever since I >>> started using FreeBSD. >>> >> >> Not completely correct for reasons given in >> http://aegis.sourceforge.net/auug97.pdf >> >> >> - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. >> http://www.flosoft-systems.com Developer, not business, friendly. >> > > That is completely off the point of the email to which you are > responding. I think there is a problem with your threading system (note the OP contacted me privately before posting about learning more about ports 2.0 and thus by definition is interested in any changes it might have in store) > That is the way we do it in the FBSD ports system. No it was an attempt to resolve issues that are either a) not well documented in the current system and/or are not possible with it b) thus by definition within the intresest of the ports 2.0 effort. > We all know, as you have said ad nauseam, you believe the ports > system is broken because of that. Why must you always hijack > threads to make points for your agenda? > > Bud Dodson > > PS, I will refuse respond to the (almost guaranteed) passive > aggressive flame you will use to respond to this post. You don't have to respond to it because you claimof hijacking is incorrect (1. I responded to OP saying that this is on the ports 2.0 agenda and thus need not be debated or rehashed publically... 2. Out of x replies I have offered only 3 sentences all of them where to point to primary sources)/ - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiPemjRvRjGmHRgQRAi1uAJ930masqhD7rxBZkpW73oDB+jFH+ACgjwlR hHAtb7TVMTshLLA1dJvJ7k8= =QaGg -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 17:52:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6FA116A41A; Sat, 12 Jan 2008 17:52:55 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 8338713C442; Sat, 12 Jan 2008 17:52:55 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id E1D678C0A3; Sat, 12 Jan 2008 11:52:54 -0600 (CST) Date: Sat, 12 Jan 2008 11:52:54 -0600 To: Doug Barton Message-ID: <20080112175254.GA2026@soaustin.net> References: <47884F14.3040708@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47884F14.3040708@FreeBSD.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: Paul Schmehl , FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 17:52:55 -0000 On Fri, Jan 11, 2008 at 09:24:36PM -0800, Doug Barton wrote: > If you're not keen to learn the SGML there are people who can help > you with that, but coming up with good content that covers the needs > of people like you can (somewhat ironically) be done most easily by > people like you. I hope this is a good start. Excellent point. It's hard for me to see what's missing. I am willing to work with anyone on formatting up additional comment into SGML. (It turns out that if you already know HTML, it's not that difficult to cut-and-paste and experiment, but it's a pain to set up at first, too.) mcl From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 18:31:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CCF416A418 for ; Sat, 12 Jan 2008 18:31:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 3D89F13C465 for ; Sat, 12 Jan 2008 18:31:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUJ007QFNGT4301@mta4.srv.hcvlny.cv.net> for freebsd-ports@freebsd.org; Sat, 12 Jan 2008 13:31:41 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0CIVdOj057380; Sat, 12 Jan 2008 13:31:39 -0500 Date: Sat, 12 Jan 2008 13:31:39 -0500 From: "Aryeh M. Friedman" In-reply-to: <4788F7A6.9040001@gmail.com> To: mldodson@comcast.net Message-id: <4789078B.4020101@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <4788D0E6.7080007@gmx.de> <4788D6E8.2060902@gmail.com> <4788EAD9.5040202@comcast.net> <4788F7A6.9040001@gmail.com> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: Dominic Fandrey , FreeBSD Ports , Paul Schmehl Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 18:31:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Let me retract the comment about the OP contacting me privately I just looked back at my archived mail and relized the names where simelar but it was not the same person. Aryeh M. Friedman wrote: > M. L. Dodson wrote: >> Aryeh M. Friedman wrote: >>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>> >>> Dominic Fandrey wrote: >>>> Paul Schmehl wrote: >>>>> 1) You can't build a dependent port and first set the >>>>> config for the options that you want. So, when you select >>>>> sasl in postfix, you never get the chance to check the >>>>> saslauthd option, for example. >>>> As the ports man page states: >>>> >>>> # make config-recursive >>>> >>>> does what you want. It's surprising how often people claim >>>> this feature is missing, even though it has been there ever >>>> since I started using FreeBSD. >>>> >>> Not completely correct for reasons given in >>> http://aegis.sourceforge.net/auug97.pdf >>> >>> >>> - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. >>> http://www.flosoft-systems.com Developer, not business, >>> friendly. >>> >> That is completely off the point of the email to which you are >> responding. > I think there is a problem with your threading system (note the OP > contacted me privately before posting about learning more about > ports 2.0 and thus by definition is interested in any changes it > might have in store) > >> That is the way we do it in the FBSD ports system. > > No it was an attempt to resolve issues that are either a) not well > documented in the current system and/or are not possible with it b) > thus by definition within the intresest of the ports 2.0 effort. >> We all know, as you have said ad nauseam, you believe the ports >> system is broken because of that. Why must you always hijack >> threads to make points for your agenda? > >> Bud Dodson > >> PS, I will refuse respond to the (almost guaranteed) passive >> aggressive flame you will use to respond to this post. > > You don't have to respond to it because you claimof hijacking is > incorrect (1. I responded to OP saying that this is on the ports > 2.0 agenda and thus need not be debated or rehashed publically... > 2. Out of x replies I have offered only 3 sentences all of them > where to point to primary sources)/ > > _______________________________________________ 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" - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiQeLjRvRjGmHRgQRAvFPAJ40SYRc4GWvl6EQWwca/7h+8Hp0pwCgsaCl JnfjEetZLcP7iiEVl3pUUPQ= =2454 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 19:03:41 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A6116A417 for ; Sat, 12 Jan 2008 19:03:41 +0000 (UTC) (envelope-from fbsd06+SC=1bbf1595@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 71AE413C458 for ; Sat, 12 Jan 2008 19:03:41 +0000 (UTC) (envelope-from fbsd06+SC=1bbf1595@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 4C6FA163F97 for ; Sat, 12 Jan 2008 13:32:44 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 87075D05A5 for ; Sat, 12 Jan 2008 13:32:42 -0500 (EST) Date: Sat, 12 Jan 2008 18:32:30 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20080112183230.724c9c0c@gumby.homeunix.com.> In-Reply-To: <871405.99936.qm@web50303.mail.re2.yahoo.com> References: <3aaaa3a0801111846g2e14adcei3e27ea0370262dc4@mail.gmail.com> <871405.99936.qm@web50303.mail.re2.yahoo.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Limitations of Ports System X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 19:03:41 -0000 On Fri, 11 Jan 2008 20:32:55 -0800 (PST) Tim Clewlow wrote: > Also I have the following options on in /etc/make.conf. > CFLAGS= -O -pipe # Optimize general builds > COPTFLAGS= -O -pipe # Optimize kernel builds I would suggest you remove these since they are overriding better defaults in the system makefiles. From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 19:45:06 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51F9216A418 for ; Sat, 12 Jan 2008 19:45:06 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (dsl081-163-122.sea1.dsl.speakeasy.net [64.81.163.122]) by mx1.freebsd.org (Postfix) with ESMTP id 7A36713C45A for ; Sat, 12 Jan 2008 19:45:05 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from w16.stradamotorsports.com (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.8/8.13.8) with ESMTP id m0CJj3E2013599 for ; Sat, 12 Jan 2008 11:45:03 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <478918D2.905@highperformance.net> Date: Sat, 12 Jan 2008 11:45:22 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 2.0.0.6 (X11/20070922) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on s4.stradamotorsports.com Subject: openoffice package requires libstdc++.so.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: Sat, 12 Jan 2008 19:45:06 -0000 The prebuilt package openoffice-2.3.1 requires libstdc++.so.6. FreeBSD 6.3 has libstdc++.so.5. I have always rolled my own and am unfamiliar with packages. This particular package would appear to have been built against a librart version that is not installed on FreeBSD-6. If I have somehow erred, please point out my error. Is this package buggy? Shouldn't packages link against /usr/lib/libstdc++.so and so follow the softlinks that the system provides? On my system: $ openoffice.org-2.3.1-scalc /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required by "javaldx" /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required by "pagein" /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required by "soffice.bin" $ ls -la /usr/lib/libstdc++* -r--r--r-- 1 root wheel 1585324 Jan 11 05:55 /usr/lib/libstdc++.a lrwxr-xr-x 1 root wheel 14 Jan 11 05:55 /usr/lib/libstdc++.so -> libstdc++.so.5 -r--r--r-- 1 root wheel 803928 Jan 11 05:55 /usr/lib/libstdc++.so.5 -r--r--r-- 1 root wheel 1577098 Jan 11 05:55 /usr/lib/libstdc++_p.a Thanks, Jason From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 20:38:21 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F39F616A417 for ; Sat, 12 Jan 2008 20:38:20 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 5B71E13C45B for ; Sat, 12 Jan 2008 20:38:20 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5519D.dip.t-dialin.net [84.165.81.157]) by redbull.bpaserver.net (Postfix) with ESMTP id E035B2E348; Sat, 12 Jan 2008 21:37:52 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id 70B0B677DC; Sat, 12 Jan 2008 21:37:48 +0100 (CET) Date: Sat, 12 Jan 2008 21:37:47 +0100 From: Alexander Leidinger To: Chuck Robey Message-ID: <20080112213747.443a4833@deskjail> In-Reply-To: <4787E597.9040902@chuckr.org> References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> <4787E597.9040902@chuckr.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.8, required 6, BAYES_00 -15.00, J_CHICKENPOX_52 0.60, RDNS_DYNAMIC 0.10, SMILEY -0.50) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-ports@freebsd.org, Rudy Subject: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 20:38:21 -0000 Quoting Chuck Robey (Fri, 11 Jan 2008 16:54:31 -0500): > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Alexander Leidinger wrote: > > Quoting Chuck Robey (from Thu, 10 Jan 2008 21:05:16 > > -0500): > > > >> I actually got the linux flash9 working. Why didn't I post it, put in a > >> patch? Because one of the main reasons that it doesn't work now is the > >> insane way that much Linux libraries are installed. If folks would honor > > > > Would you mind telling us how, so that we understand the problem? > > > >> hier(7) then all linux libs would go into /usr/compat/usr/lib, but > >> instead, many linux ports (including browsers, believe me) install into > >> $(PREFIX)/lib/libsubdir. This means every single linux app that uses > >> linux > >> libs hsa to be run with a shell wrapper, artificially extending the > >> LD_LIBRARY_PATH. Since no porter of an app installing libs knows all the > >> ports that might use their libs, random breakages are the rule of the > >> day, > >> to say nothing of the egregious harm to security this kind of strategy > >> causes. It's a big reason why the flash things don't work. Want proof? > >> Go use the linux ldd to see just how long the list of libraries is, that > >> those extensions use, then you'll begin to see. Not all those libs are > >> browser products, either. Have fun trying to get a wrapper to work > >> there. > >> > >> I volunteered to fix this situation all myself, if only the ports > >> management would give me written agreement that the strategy I decry > >> is in > >> fact bad software practice, so that I may point to that document to port > >> authors, when I ask for permission to edit their work. Ports management > >> hasn't seen fit to reply, or at least, I haven't seen it if they did. I > >> don't intend to force anyone, but without having ports mangement > >> backing, I > >> am NOT going to have this argument with every porter, no way. I tried > >> that > >> once, and at least one fellow told me he thought that requiring every > >> linux > >> application to have it's own wrapper was the "cleaner" way to go. > >> Huh, if > >> that's so, then I guess I should be stopped anyhow. You think that way? > > > > I think you are referring to me here. I think the important part to > > understand my opinion to install end-user applications into PREFIX > > instead of LINUXPREFIX (note: linux library ports _have_ to go to > > LINUXBASE) is missing here. > > In fact, I have never been at all good at remembering names, to the point > that I no longer even try. I haven't the faintest idea (even now) if it > was you or not. If it pleases you, though, that's fine, assume away. I > don't think I was insulting, I have made enough of an ass of myself in the > past to realize the folly of being sarcastic (it always comes back to bite > you). I didn't understand it as insulting. > > No user shall have subdirs of LINUXPREFIX in his path. This would open > > up Pandorra's box. > > OK, need to stop you here. I don't know what that LINUXPREFIX item is. I It was either my mispelling of LINUXBASE, or my failed try to make a distinction between the user chosen prefix for two different "management domains". Chose the error you like more. ;-) > just grepped for it in /usr/ports subdirs Mk, emulators, and www (recursive > one), and even did an apropos. I did a bit of googling and found a > LINUXPREFIX in some Linux docs, is that the one you're referring to? > What's it mean, how's it used? > > Regardless, please, could you explain why it would open up Pandora's Box? > Maybe if I could have a better handle on what it is, I might not ask that > question, but I can't, so I'm asking. If an user has the bin directories in the LINUXBASE in his path - he may accidentally execute linux programs when FreeBSD programs may be required - a configure run may detect linux things and enable stuff which is not valid for FreeBSD - ... (I don't remember everything by heart, and I'm too lazy currently to try to reverse engineer all of them in my brain, but you get the big picture of the bad stuff which can happen) All of this may be confusing, specially for newbies. And if we require that users add some LINUXBASE directories to their PATH (which means manual activity to be able to run a program, where the current approach doesn't need this and has not the above drawbacks) by default, even newbies do that, and they will not be able to handle this situation and will throw FreeBSD away. > One item that some might not know: most unixes have a strong bias towards > installing everything into /usr/bin or /usr/lib. Many Linux boxes don't > even have a /usr/local, or opt, or whatever. Much Linux software makes the > assumption that it's using a prefix of /usr. I hate this myself, I MUCH > more like FreeBSD's way of doing things, but I can have my cake and eat it > too, if Linux software is installed into /compat/linux/usr/bin (and lib, > etc), I get the separation as far as FreeBSD is concerned, but Linux > software is fooled into obeying their abhorrent lack of separation. Real nice. > > [Man, your mail is huge, I would have preferred to make it decide things in > smaller bits, but I guess not.] Continuing ... > > > > > A clean way to achieve this is to have something in prefix which calls > > the linux program. This can be a symlink or a wrapper in PREFIX. If you > > install parts of a port into LINUXPREFIX and a link/wrapper in PREFIX > > (or more generic: if you have 2 different prefixes in a port), you have > > to do some ports-magic. If you install the port in a sub-directory in > > PREFIX and add a wrapper in the PREFIX/bin, you don't have to do > > ports-magic. > > OK. Ab initio, I have always felt that using wrappers was a tacky way to > do things. Not that it wasn't sometimes the only available way to go, but It would be nice to do it without the wrapper, but as I already said, the current situation looks to me as the most pragmatic one. And as the linuxulator in the kernel is a wrapper of some kind itself, I prefer to not say bad things about wrappers... ;) > certainly to be avoided. I also have always felt that screwing with > LD_LIBRARY_PATH, as your wrappers would need to do, is a security problem, I fail to see how it is a security problem, when the wrapper sets LD_LIBRARY_PATH. You can set it yourself and give the application some "wrong" stuff, but if we assume the wrapper in the port is not a trojan horse but sets the LD_LIBRARY_PATH correctly, then it should be fine. Depending on the concrete situation I may agree upon the security problem point of view, but for this I need to know the concrete situation. > which again might sometimes be the best way to go, but not ever the first > choice. This is only part of my argument, though (I would be embarrassed > if my argument was only based upon my prejudices). > > The larger real problem is, some ports install libs, and do not know what > possible executables might need to have their wrappers adjusted. Also, > some items are difficult to use any wrappers on at all. As an example, the > flash9 plugin needed a linux lib, libdl.so (I think it was .so.2). If I > wanted to be complete, it really needed about twenty different libraries, > but libdl.so will serve as an example well enough). It had been installed > in some subdir of /usr/local/lib. I couldn't get a wrapper to work in As Boris already commented, it seems some other port is interfering here, or something is broken on your end. Please use pkg_which to investigate which port installed it there, so that we can have a look at this port. > that case, and I wasn't going to bork up my linux LD_LIBRARY_PATH with > about half a dozen locations (which do change occaisonally). Trying to do > all the work of maintaining that wrapper would have made the task nearly > impossible, so I decided to just copy libs to > /usr/compat/usr/linux/usr/lib, and it was immediately recognized. I went > about doing an linux ldd on the plugin, then moving libs and making sure > with the linux ldd that the plugin was happy once I'd moved the libs. > There were one or two that needed to be in a subdir of the browser dir > itself, but mostly, putting it in the compat path worked, and once I was > finished, flash9 just worked ok. It needs careful investigation which ports install those libs there and why. Maybe something is wrong, maybe not. It would help if you list the libs which you think are installed incorrectly together with the ports which installed them. We can have a look at them then and decide how the situation can be improved. > Making a wrapper for the flash9, even if you could coax the browser to > accept the plugin with a wrapper around it, would not be much of a fun > task, and the people who put the libs in place, they don't have to help > you, because you have told them they can put their libs any darn place they > please. While it is possible to make a wrapper around dynamic libs (with the help of /etc/libmap.conf), a solution without it is preferred. > Another really nice fallout from putting things into the compat structure > is that chroots now work very nicely to make you an extremely compatible > linux arch. Can't do that with having everything installed all over. Sorry to disappoint you, but the linux_base ports are not designed for this. We rely on some fallthrough to the FreeBSD root directory for some config files which we have at the same location than linux and are syntactically compatible. If you want a linux base system to chroot into, you should install one of the linux_dist ports. > If you could please, in answering this email, explain your "Pandora's Box" > comment, and also explain why installing hard to maintain wrappers is > better than the way that Linux itself does it, I'd appreciate that. I Linux can do it without wrappers, as it hasn't to emulate a foreign API. As we have to do this, we sometimes have to use wrappers. > can't see why, and tossing it off with a tagline like "opening Pandora's > Box" is cheating, although I can see, can understand why you did it, > explaining this long argument is tedious, I grant you that. Still, you > opened the box ... If you have some more questions, just ask. Bye, Alexander. -- Professor: Some say I'm robbing the cradle but I say she's robbing the grave. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 20:48:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D0816A419 for ; Sat, 12 Jan 2008 20:48:47 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 40AF113C43E for ; Sat, 12 Jan 2008 20:48:47 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.2/8.14.1) with ESMTP id m0CKlvRH028339; Sat, 12 Jan 2008 14:47:57 -0600 (CST) (envelope-from stephen@math.missouri.edu) Message-ID: <478927AC.8020907@math.missouri.edu> Date: Sat, 12 Jan 2008 14:48:44 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20080109 SeaMonkey/1.1.7 MIME-Version: 1.0 To: "Jason C. Wells" References: <478918D2.905@highperformance.net> In-Reply-To: <478918D2.905@highperformance.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: openoffice package requires libstdc++.so.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: Sat, 12 Jan 2008 20:48:47 -0000 Install the package/port gcc42. I have said this to the list before. Surely any port that uses gcc4.2 or such like HAS to have it listed as RUN_DEPENDS or LIB_DEPENDS as well as BUILD_DEPENDS. And this needs to be fixed at the ports/Mk level. How can the naive user be expected to know to install gcc42. (Even if you are running FreeBSD 7.x, this comes an issue with any port that uses FORTRAN.) Jason C. Wells wrote: > The prebuilt package openoffice-2.3.1 requires libstdc++.so.6. FreeBSD > 6.3 has libstdc++.so.5. > > I have always rolled my own and am unfamiliar with packages. This > particular package would appear to have been built against a librart > version that is not installed on FreeBSD-6. If I have somehow erred, > please point out my error. > > Is this package buggy? > > Shouldn't packages link against /usr/lib/libstdc++.so and so follow the > softlinks that the system provides? > > On my system: > > $ openoffice.org-2.3.1-scalc > /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required > by "javaldx" > /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required > by "pagein" > /libexec/ld-elf.so.1: Shared object "libstdc++.so.6" not found, required > by "soffice.bin" > > > $ ls -la /usr/lib/libstdc++* > -r--r--r-- 1 root wheel 1585324 Jan 11 05:55 /usr/lib/libstdc++.a > lrwxr-xr-x 1 root wheel 14 Jan 11 05:55 /usr/lib/libstdc++.so -> > libstdc++.so.5 > -r--r--r-- 1 root wheel 803928 Jan 11 05:55 /usr/lib/libstdc++.so.5 > -r--r--r-- 1 root wheel 1577098 Jan 11 05:55 /usr/lib/libstdc++_p.a > > Thanks, > Jason > _______________________________________________ > 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 Jan 12 21:28:27 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CAF116A41B for ; Sat, 12 Jan 2008 21:28:27 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 1ED2113C442 for ; Sat, 12 Jan 2008 21:28:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 5353 invoked by uid 399); 12 Jan 2008 21:28:20 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 12 Jan 2008 21:28:20 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <478930F3.2030309@FreeBSD.org> Date: Sat, 12 Jan 2008 13:28:19 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Dominic Fandrey References: <4788D0E6.7080007@gmx.de> In-Reply-To: <4788D0E6.7080007@gmx.de> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 21:28:27 -0000 Dominic Fandrey wrote: > Paul Schmehl wrote: >> 1) You can't build a dependent port and first set the config for the >> options that you want. So, when you select sasl in postfix, you never >> get the chance to check the saslauthd option, for example. > > As the ports man page states: > > # make config-recursive > > does what you want. It's surprising how often people claim this feature is > missing, even though it has been there ever since I started using FreeBSD. And it's surprising how often people don't listen when I explain that config-recursive is not a complete solution. :) It builds the list first, so that if you enable an option that creates a dependency on another port it will be missed. Portmaster does not have that limitation because it runs 'make config' before doing the dependency check for each port. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 21:45:42 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66AB616A419 for ; Sat, 12 Jan 2008 21:45:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id DC93913C461 for ; Sat, 12 Jan 2008 21:45:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 24884 invoked by uid 399); 12 Jan 2008 21:45:40 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 12 Jan 2008 21:45:40 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <47893503.5040604@FreeBSD.org> Date: Sat, 12 Jan 2008 13:45:39 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Paul Schmehl References: <47884F14.3040708@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: Suggested improvements for ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 21:45:42 -0000 Paul Schmehl wrote: > --On January 11, 2008 9:24:36 PM -0800 Doug Barton > wrote: > First, thanks for you answer. Second, a clarification. I started this > thread from the viewpoint of a port maintainer (I maintain about 10 > ports) who is concerned about confusing users. Thanks for clarifying that. I will therefore snip the bits that we agree on below. :) >>> 1) You can't build a dependent port and first set the config for the >>> options that you want. So, when you select sasl in postfix, you never >>> get the chance to check the saslauthd option, for example. >> >> Portmaster actually does a depth-first traversal of the dependency tree >> which allows you to do this. >> > > Interesting. I haven't used portmaster because I'm used to doing things > the "traditional" way. I *thought* portmaster was a > replacement/improvement of portupgrade, "Alternative" to portupgrade is probably the right way to phrase that. Portupgrade does a lot more stuff, and portmaster has no ability to install packages. However both tools are just as good at installing things as they are at upgrading them. The distfiles for portmaster consist of just the /bin/sh script and the man page, so you can install the port, read the man page, and if you're not interested just delete it. Also there is a 2.0-beta version of portmaster at http://dougbarton.us/portmaster. The --help is up to date for the new version, but I haven't finished updating the man page for the new features yet. The old man page still applies for everything else though. > Another thing > that used to confuse me was the existence of multiple ports for the same > software. For example, bash and bash2. It took me a while to realize > that bash was the *current* version and bash2 was the *older* version. > If you look, however, at the apache ports or the mysql ports, they > always append the version number. This makes it easier for the user to > understand, without having to do a great deal of research, what each > port actually is. This, perhaps, is an area where standardization would > benefit the community without creating undue rigidity. I have actually advocated in the past that ALL ports should have version numbers, and that we then create virtual ports (symlinks, whatever) that point to whatever is the "current" version of that software. Different developers dislike that idea for different reasons, but my opinion is still that from the user perspective this would make life a lot easier. >>> 3) There's no standard for the format of pkg-plist, >> >> This has already been covered, but for the record you're wrong about >> that. >> > > Really? Some ports use PLIST_SUB and use those macros in pkg-plist. > Others do not - they use the relative path entirely. That is plain wrong, and should not happen. > I don't recall > anything in the handbook that says you must or should use one or the > other. Here again is an area where standardization might improve > clarity. Agreed. > The use of unexec is also not clear. Should I go to the > trouble of checking to see if the conf file has been altered and remove > it if it hasn't been? Yes. You're right again here that this needs to be better documented. ... re pkg-descr ... > I'm not looking for a cookie cutter approach, but I think the use of > "must", "should" and "may" in the docs would be helpful. For example, > you "must" have a WWW: in pkg-descr if there is one available. You > "should" create a brief description of what the port does. You "may" > use a cut and paste of the vendor's explanation but be careful to make > sure it isn't so generic that it doesn't make sense to FreeBSD users. Sure, that sounds reasonable. I'd change the one about WWW to a SHOULD, but IMO you're on the right track here. >>> When do you use @dirrm as opposed to @dirrmtry? >> >> That's an easy one. If the directory might have files in it from another >> port, use the latter. If your port is the only one putting files in it, >> the former. >> > > Not as easy as you think. I maintain a port that creates files and > directories. The first time the app is launched *new* files *and* > directories are created in those directories - files and directories > which have names that I can't possibly know at the time of port > creation. That's unfortunate. :) Depending on what kind of data we are talking about, you might consider putting it in /var. If it's not something that needs to be preserved across reboots, putting it in /var/run would solve several problems at once. The other option is to add a message on deinstall that tells the user how to delete this stuff themselves if they won't use the port anymore. hth, Doug -- This .signature sanitized for your protection