From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 00:22:42 2011 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 A4274106564A; Sun, 18 Sep 2011 00:22:42 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 819788FC1A; Sun, 18 Sep 2011 00:22:42 +0000 (UTC) Received: from [192.168.2.120] (mustang.douglasthrift.net [76.91.0.190]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.5/8.14.5) with ESMTP id p8HNhuKX007087 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 17 Sep 2011 16:43:58 -0700 (PDT) (envelope-from douglas@douglasthrift.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=douglasthrift.net; s=dt-2007050501; t=1316303038; bh=dNvurHi8dooOCv5Wmudi572q/245cp3DcO83n6CybyU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=kaZdWZP88NuZMH4MT5OnMuqurRtWn1kCoI2/46sACpZasuesAIXTSOv9nqTqKWU6F wbRp49UBcnnuSy5NrRmsw== DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: x-enigmail-version:content-type:content-transfer-encoding; b=afTj56KGzSOAEpMJvQY+HaphbqfVdKvBmt4OqLxb3TxxvSkrvq4D1ApNtMUEYPrSQ JtViL8p1SB0m2etDDSWwA== Message-ID: <4E7530AB.2000805@douglasthrift.net> Date: Sat, 17 Sep 2011 16:43:39 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: gabor@FreeBSD.org X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: bsd-grep-20110912 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 00:22:42 -0000 Hello, I just ran into a problem building the latest version of bsd-grep on my VPS running FreeBSD 8.0. It looks like the conditional for using lzma from ports on systems without it in the base system is only adding the include path and not adding the library path. I was able to fix this by adding: MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" -- Douglas William Thrift From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 05:35:27 2011 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 BBC771065670 for ; Sun, 18 Sep 2011 05:35:27 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost05.isp.att.net (fmailhost05.isp.att.net [204.127.217.105]) by mx1.freebsd.org (Postfix) with ESMTP id AB93B8FC18 for ; Sun, 18 Sep 2011 05:35:27 +0000 (UTC) Date: Sun, 18 Sep 2011 05:22:20 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc05) with SMTP id <20110918052220H05001nvkhe>; Sun, 18 Sep 2011 05:22:20 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org Message-Id: <20110918053527.BBC771065670@hub.freebsd.org> Subject: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 05:35:27 -0000 I tried to build swfdec and gnash and failed with ===> pulseaudio-0.9.22_1 depends on shared library: ck-connector.0 - found ===> pulseaudio-0.9.22_1 depends on shared library: jack.0 - not found ===> Verifying install for jack.0 in /BETA1/usr/ports/audio/jack ===> jackit-0.118.0_4 depends on executable: doxygen - not found ===> Verifying install for doxygen in /BETA1/usr/ports/devel/doxygen make: Max recursion level (500) exceeded. *** Error code 2 Stop in /BETA1/usr/ports/audio/jack. *** Error code 1 Stop in /BETA1/usr/ports/audio/pulseaudio. *** Error code 1 Stop in /BETA1/usr/ports/audio/libcanberra. *** Error code 1 Stop in /BETA1/usr/ports/x11/libgnome. *** Error code 1 Stop in /BETA1/usr/ports/x11-toolkits/libbonoboui. *** Error code 1 Stop in /BETA1/usr/ports/graphics/graphviz. *** Error code 1 Stop in /BETA1/usr/ports/devel/doxygen. *** Error code 1 and about 500 more lines with these "Stop in ..." messages. It looks like the build process got caught in a loop. It also happened repeatedly, even after I ran "make clean" and tried to build devel/doxygen. I ran make missing | tee makemissing.log in /BETA1/usr/ports/devel/doxygen directory and got graphics/graphviz print/dvipsk-tetex print/teTeX devel/qt4-corelib x11-toolkits/qt4-gui devel/qt4-moc devel/qmake4 devel/qt4-rcc textproc/qt4-xml x11-toolkits/libbonoboui x11/libgnome graphics/libgnomecanvas x11-toolkits/libgnomeui print/tex-texmflocal print/teTeX-texmf print/teTeX-base www/libwww print/cm-super print/xdvik devel/qt4-uic net/openldap24-sasl-client audio/libcanberra security/gnome-keyring devel/gvfs misc/gnome-icon-theme print/font-amsfonts textproc/texi2html x11-fonts/p5-type1inst devel/libgee audio/pulseaudio security/libgnome-keyring devel/libsoup-gnome sysutils/libcdio graphics/libgphoto2 sysutils/gnome-mount x11-themes/icon-naming-utils audio/jack security/libtasn1 databases/sqlite3 audio/libcddb audio/cdparanoia graphics/libexif sysutils/policykit-gnome textproc/p5-XML-Simple textproc/docbook-420 textproc/docbook-430 textproc/docbook-440 textproc/docbook-450 textproc/docbook-xml-430 textproc/docbook-xml-440 textproc/docbook-500 textproc/xmlcharent devel/doxygen audio/portaudio audio/celt textproc/gnome-doc-utils textproc/p5-XML-SAX-Expat textproc/py-libxml2 lang/gawk textproc/p5-XML-SAX textproc/p5-XML-NamespaceSupport I noticed the line /devel/doxygen, meaning that /devel/doxygen depends on itself with many intermediate steps. Or it could be one of the list of dependencies in turn having /devel/doxygen as a dependency. So I am at an impasse here on my intended multimedia installation. Sorry if message is long, but I need to include the evidence. Or is it possible that I have something incompatible in the configuration (make config-recursive)? I wish I could run "make config-recursive" again and make changes to something less ambitious. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 05:38:00 2011 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 C9264106566B for ; Sun, 18 Sep 2011 05:38:00 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost03.isp.att.net (fmailhost03.isp.att.net [207.115.11.53]) by mx1.freebsd.org (Postfix) with ESMTP id B9C9A8FC13 for ; Sun, 18 Sep 2011 05:38:00 +0000 (UTC) Date: Sun, 18 Sep 2011 05:38:00 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc03) with SMTP id <20110918053759H03002spbte>; Sun, 18 Sep 2011 05:37:59 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org Message-Id: <20110918053800.C9264106566B@hub.freebsd.org> Subject: Substitute 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, 18 Sep 2011 05:38:00 -0000 Is there any way to substitute dependencies, in cases where the substitute would work as well or better? First case I think of is the misc/freebsd-doc-* ports which want links1, which would be redundant if I already have lynx installed, or lynx and seamonkey too. I don't really like links1, prefer links with graphic capability though links with graphics is still a lame horse compared to Firefox or Seamonkey. I have viewed the FreeBSD Handbook quite successfully with Seamonkey, even Lynx. Another case I think of is mysql as a dependency when the user might prefer MariaDB or PostgreSQL. I think I saw something but can't find it any more. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 05:49:11 2011 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 BD1C91065670 for ; Sun, 18 Sep 2011 05:49:11 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 519E58FC19 for ; Sun, 18 Sep 2011 05:49:10 +0000 (UTC) Received: by wwe3 with SMTP id 3so6209799wwe.31 for ; Sat, 17 Sep 2011 22:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Fs+nNruLfzwFk9GMSlx6TB1SAGrDL5JgM8YFPBkANaE=; b=l2NyfgGjsLWWWK3Tct5VaEHarBse1vec4F2E48Vk8sPIqcdRkzeG7sgSa2wy4Y5Pbi /p6UpAvXsyVLDZhShMvq62jtJ0YXtZUz2CdZgO4KXYsU/312qBse0ZNp5UYB+zsoYqJ1 ed96zoGp3TwVDuAp1Y7lWBzI5dbNshT4OJnac= Received: by 10.227.5.213 with SMTP id 21mr1235513wbw.40.1316324950135; Sat, 17 Sep 2011 22:49:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.117.1 with HTTP; Sat, 17 Sep 2011 22:48:39 -0700 (PDT) In-Reply-To: <20110918053800.C9264106566B@hub.freebsd.org> References: <20110918053800.C9264106566B@hub.freebsd.org> From: Eitan Adler Date: Sun, 18 Sep 2011 01:48:39 -0400 Message-ID: To: Thomas Mueller Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org Subject: Re: Substitute 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, 18 Sep 2011 05:49:11 -0000 On Sun, Sep 18, 2011 at 1:38 AM, Thomas Mueller wrote: > Is there any way to substitute dependencies, in cases where the substitute would work as well or better? We do not currently handle this very well. portmaster attempts to emulate this feature by comparing CONFLICTS lines. There have been proposals in the past to deal with this but none have managed to make it into the tree. >Another case I think of is mysql as a dependency when the user might prefer MariaDB or PostgreSQL. This may not always be possible, but I do understand the point you are trying to make -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 06:45:23 2011 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 145D11065673 for ; Sun, 18 Sep 2011 06:45:23 +0000 (UTC) (envelope-from snabb@epipe.com) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2]) by mx1.freebsd.org (Postfix) with ESMTP id CAA738FC16 for ; Sun, 18 Sep 2011 06:45:22 +0000 (UTC) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2]) by tiktik.epipe.com (8.14.4/8.14.4) with ESMTP id p8I6jLMK088078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 18 Sep 2011 06:45:21 GMT (envelope-from snabb@epipe.com) X-DKIM: Sendmail DKIM Filter v2.8.3 tiktik.epipe.com p8I6jLMK088078 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=epipe.com; s=default; t=1316328322; x=1316933122; bh=Sy/dezsJ3g8/U7LYdYFEjQOsa65r07HeIrxUllIadSA=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=Mvi++asalucoBuUtcOCAfpBaoI6Y1R7A10mDaOP5nZS/ZalQSFA2axfklULBoL8DM rKHO052uXIvnRs+hUUusVXmyGWtiaggr8uQoeu0K3PMttHzzHzyNNaIMrMxd6juQ4l SRAfLoSiADdnTztrDNeHMbI2QHcuzGW0BbggzNlQ= Date: Sun, 18 Sep 2011 06:45:21 +0000 (UTC) From: Janne Snabb To: freebsd-ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (tiktik.epipe.com [IPv6:2001:1828:0:3::2]); Sun, 18 Sep 2011 06:45:22 +0000 (UTC) Subject: How to resurrect ltrace from Attic? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 06:45:23 -0000 Hi, I noticed that someone has removed sysutils/ltrace for some reason. However for me this software works very well and I am not aware of any replacement. (Please point me to a replacement if there is one.) There was lots of discussion recently about deprecating ports and someone mentioned that it does not really matter because people can still checkout the port from the Attic. So, my question is: how exactly do I check it out from the Attic so that I can install it on new FreeBSD installations? I probably knew the answer many years ago, but I have not used CVS for more than 10 years because better tools have been invented. -- Janne Snabb / EPIPE Communications snabb@epipe.com - http://epipe.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 07:00:15 2011 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 882E6106564A for ; Sun, 18 Sep 2011 07:00:13 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 540358FC13 for ; Sun, 18 Sep 2011 07:00:13 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id D9A905615B; Sun, 18 Sep 2011 02:00:12 -0500 (CDT) Date: Sun, 18 Sep 2011 02:00:12 -0500 From: Mark Linimon To: Janne Snabb Message-ID: <20110918070012.GB7561@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: How to resurrect ltrace from Attic? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 07:00:15 -0000 On Sun, Sep 18, 2011 at 06:45:21AM +0000, Janne Snabb wrote: > I noticed that someone has removed sysutils/ltrace for some reason. If we pull up the page on CVSWeb: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/ltrace/Attic/Makefile We find: 2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles (or, you could take a look in ports/MOVED, which has the same info) For CVS, you could note the date on that page, and then subtract a bit from the commit date, and then do: cd /usr; cvs co -D 20110731 ports/sysutils/ltrace You would have to modify that if your ports are not in /usr/ports, of course. If you were not using cvs to get your ports, well, AFAIK you'll have to do some manual operations, e.g., for each file in: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/ltrace/Attic/ click on filename, go to previous revision, click download ... ... at least, for the files that existed at removal time. (e.g. pkg_comment and pkg_plist were removed years ago, and are thus were no longer needed even before the port was removed.) mcl From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 07:13:25 2011 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 34765106566C for ; Sun, 18 Sep 2011 07:13:25 +0000 (UTC) (envelope-from snabb@epipe.com) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2]) by mx1.freebsd.org (Postfix) with ESMTP id E727D8FC16 for ; Sun, 18 Sep 2011 07:13:24 +0000 (UTC) Received: from tiktik.epipe.com (tiktik.epipe.com [IPv6:2001:1828:0:3::2]) by tiktik.epipe.com (8.14.4/8.14.4) with ESMTP id p8I7DOIM039154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Sep 2011 07:13:24 GMT (envelope-from snabb@epipe.com) X-DKIM: Sendmail DKIM Filter v2.8.3 tiktik.epipe.com p8I7DOIM039154 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=epipe.com; s=default; t=1316330004; x=1316934804; bh=VCq0MKBweOlDYkyxrkEf4KgM39HOwinZpdyAgOKvPyU=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=YRA5dS/2ieQsHWoxB52EVN6hiai6MGXEZQsOevfGjT0FzHIvC0pSysun5WfZk2j6y /IO5ULJzbB/BCE7ikGT/sZ4UuSlNrDQYj2Ryn4xnGoFKM/05w1Mozu0axwBREknalO yY3UMApVgmPJU6/1ac6FvwZY9f8HZc4kgyf9Og7U= Date: Sun, 18 Sep 2011 07:13:24 +0000 (UTC) From: Janne Snabb To: Mark Linimon In-Reply-To: <20110918070012.GB7561@lonesome.com> Message-ID: References: <20110918070012.GB7561@lonesome.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (tiktik.epipe.com [IPv6:2001:1828:0:3::2]); Sun, 18 Sep 2011 07:13:24 +0000 (UTC) Cc: freebsd-ports@freebsd.org Subject: Re: How to resurrect ltrace from Attic? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 07:13:25 -0000 On Sun, 18 Sep 2011, Mark Linimon wrote: > cd /usr; cvs co -D 20110731 ports/sysutils/ltrace Oh, ok, that simple. Stupid me :). I had an impression that there is some special trickery to access the Attic files (I could not figure out how to reference the file version just before the moment it vanished). Thank you! Your detailed instructions could be cut'n'pasted to the Handbook to a new subsection titled "how to use ports that someone has decided to deprecate". -- Janne Snabb / EPIPE Communications snabb@epipe.com - http://epipe.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 10:03:07 2011 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 16D38106564A for ; Sun, 18 Sep 2011 10:03:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCD48FC13 for ; Sun, 18 Sep 2011 10:03:06 +0000 (UTC) Received: by wyf23 with SMTP id 23so5381319wyf.37 for ; Sun, 18 Sep 2011 03:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=t0V+L1mqAL/Uk4vhvUTy5FMBjs0vo8T9a4LzOfFKqns=; b=ZIJ1NuErGictf65WN6jEyWLlmnK9hPAhYFelIZJ4hxeC1VAtInmBE0HTliYDFR+gaL PlVxgU60Waqae3+7aTuHjiXnmlfaNhmp/4nVCmtBvgUUoWKs7LgznYRNo6RIk0kjfI4i q4fgk1shHbGEL8W8/WushRLg0EIrCiMZMW3lE= Received: by 10.216.138.13 with SMTP id z13mr1303120wei.108.1316340185447; Sun, 18 Sep 2011 03:03:05 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id n21sm7955111wbp.2.2011.09.18.03.03.03 (version=SSLv3 cipher=OTHER); Sun, 18 Sep 2011 03:03:04 -0700 (PDT) Date: Sun, 18 Sep 2011 11:03:00 +0100 From: RW To: ports@freebsd.org Message-ID: <20110918110300.66080c13@gumby.homeunix.com> In-Reply-To: <20110918053800.C9264106566B@hub.freebsd.org> References: <20110918053800.C9264106566B@hub.freebsd.org> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Substitute 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, 18 Sep 2011 10:03:07 -0000 On Sun, 18 Sep 2011 05:38:00 +0000 (GMT) Thomas Mueller wrote: > First case I think of is the misc/freebsd-doc-* ports which want > links1, which would be redundant if I already have lynx installed, or > lynx and seamonkey too. > > I don't really like links1, prefer links with graphic capability > though links with graphics is still a lame horse compared to Firefox > or Seamonkey. > > I have viewed the FreeBSD Handbook quite successfully with Seamonkey, > even Lynx. links1 isn't simply installed as browser to read the documentation. It's a dependency of docproj, and is used to generate formatted text from HTML. From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 11:36:10 2011 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 6A04F106564A for ; Sun, 18 Sep 2011 11:36:10 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s4.blu0.hotmail.com (blu0-omc3-s4.blu0.hotmail.com [65.55.116.79]) by mx1.freebsd.org (Postfix) with ESMTP id 22A0B8FC15 for ; Sun, 18 Sep 2011 11:36:09 +0000 (UTC) Received: from BLU0-SMTP124 ([65.55.116.73]) by blu0-omc3-s4.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 04:36:09 -0700 X-Originating-IP: [76.182.105.57] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.105.57]) by BLU0-SMTP124.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 04:36:08 -0700 Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3S1pFg3pCpz2CG4h for ; Sun, 18 Sep 2011 07:36:07 -0400 (EDT) Date: Sun, 18 Sep 2011 07:36:07 -0400 From: Carmel To: freebsd-ports@freebsd.org Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 18 Sep 2011 11:36:08.0593 (UTC) FILETIME=[28A14010:01CC75F7] Subject: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 11:36:10 -0000 When running: "/usr/sbin/pkg_version -vIL=", I received this rather strange output: opencv-core-2.3.1 > succeeds index (index has 2.3.1.a) I would have expected output to be more like this: apache-2.2.20_1 < needs updating (index has 2.2.21) I have never seen this before. Is there something broken? I have a suspicion that programs like "portupgrade" or "portmanager" will not properly handle this. This is on a FreeBSD-8.2 amd64 system. -- Carmel ✌ carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 11:59:32 2011 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 F13F3106564A for ; Sun, 18 Sep 2011 11:59:32 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BCF8F8FC19 for ; Sun, 18 Sep 2011 11:59:32 +0000 (UTC) Received: by iadk27 with SMTP id k27so6686213iad.13 for ; Sun, 18 Sep 2011 04:59:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Tsbr4zyyIp3n9J4b3ZjUXBuT35RtitmBx+tB2hrQg8M=; b=BnIbVAAlaNZYb/pELX1E24RU3Dy1Te5gQIPqT9c/o0XY50Y7v/uGmXLHEzycCoay// TjMy6WLDweSNj0GpAggHZJ57uUjUICUJIGJKO36zbEEpq94qMQJP+Rx9Tq0MoesXMASV IxtArrW1yBRD+RVpN/YRJ/xbCD5ESGm5IUZ58= MIME-Version: 1.0 Received: by 10.231.61.11 with SMTP id r11mr2269356ibh.34.1316347172145; Sun, 18 Sep 2011 04:59:32 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 04:59:31 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 04:59:31 -0700 (PDT) In-Reply-To: References: Date: Sun, 18 Sep 2011 12:59:31 +0100 Message-ID: From: Chris Rees To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 11:59:33 -0000 On 18 Sep 2011 12:36, "Carmel" wrote: > > When running: "/usr/sbin/pkg_version -vIL=", I received this rather > strange output: > > opencv-core-2.3.1 > succeeds index (index has 2.3.1.a) > > I would have expected output to be more like this: > > apache-2.2.20_1 < needs updating (index has 2.2.21) > > I have never seen this before. Is there something broken? I have a > suspicion that programs like "portupgrade" or "portmanager" will not > properly handle this. > > This is on a FreeBSD-8.2 amd64 system. > Have you run make fetchindex? Chris From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 11:59:33 2011 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 53978106566B for ; Sun, 18 Sep 2011 11:59:33 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB098FC1A for ; Sun, 18 Sep 2011 11:59:33 +0000 (UTC) Received: by mail-iy0-f182.google.com with SMTP id k27so6686213iad.13 for ; Sun, 18 Sep 2011 04:59:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=06vIrQfc15GbS5ref7NvR1/9OllQ2A+6Hh/n6HK7znU=; b=SHfIvqhA4ysmGK1/ZDb1Q4aWUy+FPYzzeE6C6QqovMSS8xrUgq8bAAwUiZt2yx5nuE nbnJcdIW0CyQLnkS9V/cmfBHTW0unfm72YQhX6VvbpDSDDhLQghGRkf608fon/hkD2XI WsYZZ0blJ+uqIt5Gi1jCyl2cSvtRj4lKc2iSY= MIME-Version: 1.0 Received: by 10.231.64.83 with SMTP id d19mr2259544ibi.8.1316347172976; Sun, 18 Sep 2011 04:59:32 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 04:59:31 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 04:59:31 -0700 (PDT) In-Reply-To: References: Date: Sun, 18 Sep 2011 12:59:31 +0100 Message-ID: From: Chris Rees To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 11:59:33 -0000 On 18 Sep 2011 12:36, "Carmel" wrote: > > When running: "/usr/sbin/pkg_version -vIL=", I received this rather > strange output: > > opencv-core-2.3.1 > succeeds index (index has 2.3.1.a) > > I would have expected output to be more like this: > > apache-2.2.20_1 < needs updating (index has 2.2.21) > > I have never seen this before. Is there something broken? I have a > suspicion that programs like "portupgrade" or "portmanager" will not > properly handle this. > > This is on a FreeBSD-8.2 amd64 system. On second thoughts, this looks like EVERSIONNUMBERGOINGBACKWARDS; alphabetical characters in versions usually indicate beta status and are numerically less than the numeric version. Perhaps a PORTEPOCH bump is in order, or some creativity with DISTVERSION. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 12:04:52 2011 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 E7113106566B for ; Sun, 18 Sep 2011 12:04:52 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0898FC19 for ; Sun, 18 Sep 2011 12:04:52 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p8IC4lEd094744 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 18 Sep 2011 13:04:48 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p8IC4lEd094744 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1316347488; bh=xin5BAS54KW2xMqBReirfMKWu3dXwiDKx2W4LR4/N20=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E75DE55.7080206@infracaninophile.co.uk>|Date:=20S un,=2018=20Sep=202011=2013:04:37=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:6.0.2)=20Gecko/2 0110902=20Thunderbird/6.0.2|MIME-Version:=201.0|To:=20freebsd-port s@freebsd.org|CC:=20Carmel=20|Subject:=20Re :=20Version=20of=20=20"opencv-core-2.3.1"|References:=20|In-Reply-To:=20|X-Enigmail-Version:=201.3.1|Ope nPGP:=20id=3D60AE908C|Content-Type:=20multipart/signed=3B=20micalg =3Dpgp-sha1=3B=0D=0A=20protocol=3D"application/pgp-signature"=3B=0 D=0A=20boundary=3D"------------enig5B6DCCD22037D4DA175F0319"; b=VffRkQPkEBq7RMivJCYczPAnzvsj+vPqZCaWguPJwy6rbTls+rH2Cs+qIzfzynN+F yIk93gyFKA5bc3jyDXmgVn+Qx6GAs01inBLKHZ3qvz33M4PW12VYn0eUtBvH3mjk5h zbH873Lm6zG/49XgTZgSuuvh+JJ3QLy20oIFAws0= Message-ID: <4E75DE55.7080206@infracaninophile.co.uk> Date: Sun, 18 Sep 2011 13:04:37 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.3.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5B6DCCD22037D4DA175F0319" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Carmel Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 12:04:53 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5B6DCCD22037D4DA175F0319 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 18/09/2011 12:36, Carmel wrote: > When running: "/usr/sbin/pkg_version -vIL=3D", I received this rather > strange output:=20 >=20 > opencv-core-2.3.1 > succeeds index (index has 2.3.1= =2Ea) >=20 > I would have expected output to be more like this: >=20 > apache-2.2.20_1 < needs updating (index has 2.2.2= 1) >=20 > I have never seen this before. Is there something broken? I have a > suspicion that programs like "portupgrade" or "portmanager" will not > properly handle this. >=20 > This is on a FreeBSD-8.2 amd64 system. It's not a particularly rare thing. All it means is that the INDEX file is somewhat out of date. There's many reasons why that can happen -- eg. plenty of ways to commit things to the ports that will break generating the INDEX, the machines doing the generation getting their knickers in a twist or not being able to upload the new INDEX to the right servers. If you wait for a few hours and re-csup it should be fixed. AFAIK, I don't think this affects portsnap because it generates the INDEX in a different way. Or you can create your own INDEX if you want. However, for most uses, you don't actually need a 100% accurate INDEX. If you install from ports and set any OPTIONS to non-default values, then chances are the default INDEX won't match the actual dependencies in your ports tree anyhow. Same if you use a non-default version of perl, python, mysql, postgresql, apache or several other important ports. That doesn't impede normal ports usage. portmaster(8) only uses the INDEX file if you specifically tell it to: usually that's if run it in packages-only mode. portupgrade(8) -- it's been a while since I've used portmaster, but as far as I recall, it didn't particularly need the INDEX either. Even if a broken INDEX does screw things up, generally what will happen is that your upgrading session will fail to upgrade certain packages leaving the old versions in place and still working, and you can just wait a while and try again later. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig5B6DCCD22037D4DA175F0319 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk513l8ACgkQ8Mjk52CukIz1DACfdapHMqRGDzL6rB/FdSpvC92h NaMAnRDAal50FWdmpTHAsQJ+25k/1lsv =Ryjn -----END PGP SIGNATURE----- --------------enig5B6DCCD22037D4DA175F0319-- From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 12:08:36 2011 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 9766E1065677 for ; Sun, 18 Sep 2011 12:08:36 +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 5808F8FC13 for ; Sun, 18 Sep 2011 12:08:36 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Sep 2011 08:08:36 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BHO52539; Sun, 18 Sep 2011 08:08:35 -0400 Received: from 209-6-41-114.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.41.114]) by smtp04.lnh.mail.rcn.net with ESMTP; 18 Sep 2011 08:08:34 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20085.57154.442207.323565@jerusalem.litteratus.org> Date: Sun, 18 Sep 2011 08:08:34 -0400 To: Eitan Adler In-Reply-To: References: <20110918053800.C9264106566B@hub.freebsd.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: Substitute 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, 18 Sep 2011 12:08:36 -0000 Eitan Adler writes: > > Another case I think of is mysql as a dependency when the user > > might prefer MariaDB or PostgreSQL. > > This may not always be possible, but I do understand the point > you are trying to make Having never experimented with this, it is my understanding there are some cases where such substitution is possible, but many more where it is not. One would hope if it were, it would be taken care of in the Makefile or OPTIONS. If you know of cases where it _can_ be done (i.e. you have done it successfully), please (at the very least) post them. If you're feeling really motivated, patches would be as welcome to others as they would have been yo you. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 12:14:26 2011 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 D7049106564A for ; Sun, 18 Sep 2011 12:14:26 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 489E38FC13 for ; Sun, 18 Sep 2011 12:14:26 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p8ICEHcQ095187 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 18 Sep 2011 13:14:18 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p8ICEHcQ095187 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1316348058; bh=U9+kUlkZXj8DZT0XuS4S5bG8SRV8lVEUlELcURRVzPc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E75E09A.5010400@infracaninophile.co.uk>|Date:=20S un,=2018=20Sep=202011=2013:14:18=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:6.0.2)=20Gecko/2 0110902=20Thunderbird/6.0.2|MIME-Version:=201.0|To:=20Chris=20Rees =20|CC:=20freebsd-ports@freebsd.org|Subject:=20 Re:=20Version=20of=20"opencv-core-2.3.1"|References:=20=20|In-Reply-To:=20|X- Enigmail-Version:=201.3.1|OpenPGP:=20id=3D60AE908C|Content-Type:=2 0multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"ap plication/pgp-signature"=3B=0D=0A=20boundary=3D"------------enig2C 7518F9720A9880FCD6E51D"; b=QP4RgyXxo9uazBqxmM+hEZuzfMCTSr/a2P4fMwNlSKBYB1uKIrNLQgVgn5z5A1iA4 Z0kBQwfncBxsK/DlRgLABWXs0YCg3m4vlhJjT4WIQPb9ELM8iVPhW4zgQ00j+8wfjX N3pyByWIQxhXj/U3QTnUkHaAVu3SabfP0GmQafCw= Message-ID: <4E75E09A.5010400@infracaninophile.co.uk> Date: Sun, 18 Sep 2011 13:14:18 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Chris Rees References: In-Reply-To: X-Enigmail-Version: 1.3.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2C7518F9720A9880FCD6E51D" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 12:14:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2C7518F9720A9880FCD6E51D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18/09/2011 12:59, Chris Rees wrote: > On 18 Sep 2011 12:36, "Carmel" wrote: >> opencv-core-2.3.1 > succeeds index (index has 2.3.= 1.a) > On second thoughts, this looks like EVERSIONNUMBERGOINGBACKWARDS; > alphabetical characters in versions usually indicate beta status and ar= e > numerically less than the numeric version. Usually fixable without bumping portepoch -- just tweak the way PORTVERSION is generated from DISTVERSION slightly differently. Compare: % pkg_version -t 2.3.1 2.3.1.a > % pkg_version -t 2.3.1 2.3.1a < In this case, setting: PORTVERSION =3D DISTVERSION should be sufficient. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig2C7518F9720A9880FCD6E51D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk514JoACgkQ8Mjk52CukIyB1gCfQhaaz0Xi2Xgfq2UKTpc23kow FjIAnjErLqmGpidzroI9GOtAFNOamfc0 =IBw9 -----END PGP SIGNATURE----- --------------enig2C7518F9720A9880FCD6E51D-- From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 12:14:50 2011 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 5752B106566B for ; Sun, 18 Sep 2011 12:14:50 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepi207.cox.net (fed1rmfepi207.cox.net [68.230.241.152]) by mx1.freebsd.org (Postfix) with ESMTP id 324E78FC08 for ; Sun, 18 Sep 2011 12:14:50 +0000 (UTC) Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110918120446.UZFV3817.fed1rmfepo101.cox.net@fed1rmimpo03.cox.net> for ; Sun, 18 Sep 2011 08:04:46 -0400 Received: from dell64 ([72.220.91.219]) by fed1rmimpo03.cox.net with bizsmtp id aC4l1h00N4jy6EY04C4l5F; Sun, 18 Sep 2011 08:04:46 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.4E75DE5E.0026,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=SY2XRgc63M2um40EL4S0/fuIrYAFqihPM0CLA74YKc4= c=1 sm=1 a=DohJ6yvrqeMA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=olICo1sKaMXbpqbYUd6B5g==:17 a=b0OlxKtmGTCgDz8Nyu4A:9 a=ZAvLGfVc5FgovHUrLhkA:7 a=CjuIK1q_8ugA:10 a=olICo1sKaMXbpqbYUd6B5g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Sun, 18 Sep 2011 05:04:40 -0700 From: Robert To: freebsd-ports@freebsd.org Message-ID: <20110918050440.6a7a5a60@dell64> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Error building x11-wm/i3 and x11-wm/awesome X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 12:14:50 -0000 Greetings Trying to test a couple of window managers and get the same error on both. Something to do with devel/libev. Same error on 8.2 stable amd64 and 9.0 Beta2 i386. ===> Installing for libev-4.04,1 ===> libev-4.04,1 depends on executable: pkg-config - found ===> Generating temporary packing list ===> Checking if devel/libev already installed test -z "/usr/local/lib" || ./install-sh -c -d "/usr/local/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g wheel libev.la '/usr/local/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/libev.so.4 /usr/local/lib/libev.so.4 libtool: install: (cd /usr/local/lib && { ln -s -f libev.so.4 libev.so || { rm -f libev.so && ln -s libev.so.4 libev.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libev.so.4 libev.so || { rm -f libev.so && ln -s libev.so.4 libev.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libev.lai /usr/local/lib/libev.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libev.a /usr/local/lib/libev.a libtool: install: chmod 644 /usr/local/lib/libev.a libtool: install: ranlib /usr/local/lib/libev.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ./install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 ev.h ev++.h '/usr/local/include' test -z "/usr/local/man/man3" || ./install-sh -c -d "/usr/local/man/man3" install -o root -g wheel -m 444 ev.3 '/usr/local/man/man3' ===> Compressing manual pages for libev-4.04,1 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libev-4.04,1 ===> Returning to build of i3-3.e.b3 Error: shared library "ev.3" does not exist *** Error code 1 Stop in /usr/ports/x11-wm/i3. Anyone have an idea? TIA Robert From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 12:32:45 2011 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 86BC5106566C for ; Sun, 18 Sep 2011 12:32:45 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2F84B8FC08 for ; Sun, 18 Sep 2011 12:32:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=bDn0S0vJrjPGgd5/lS/8vOGBQl38+x7T7SDU34ZV0UY=; b=DwBQHdJzGXK9XPLZCO/Ba6oZnJ5xzFOoifeu4zOaj8CARWOFOwwxwhJ6jeyYP5Eq9VVyHFi8zMUeBZtV04dzXLEQVCWVJXj+mf6prpqoDa94WzfYdBHV0bXk7yYY3DuXti/7GGPNfI/pw8HUH7vx2ZtPFuGgYdjtXVoQ/9vlRTw=; Received: from [178.137.138.222] (helo=nonamehost.) by fsm2.ukr.net with esmtps ID 1R5GY6-000FhK-4V ; Sun, 18 Sep 2011 15:32:42 +0300 Date: Sun, 18 Sep 2011 15:32:41 +0300 From: Ivan Klymenko To: Robert Message-ID: <20110918153241.719f3fef@nonamehost.> In-Reply-To: <20110918050440.6a7a5a60@dell64> References: <20110918050440.6a7a5a60@dell64> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWpqak/Pz/i4uIfHx8GBwZwcHAQEBA6o92AAAACHElEQVQ4jWWUTY7bMAyF6QzUPSEoa8PFHEBgqwuM4bVVg7MvZOj+R+ijpMTpjIwgkT7z75EKrdfattpXERG6zqvUOtAr2LCRYfEKcB4l/Q+2cc6XjQH7hv+2YZYreIk5nevZEPvuzUzptizHLzgDMnC5Wpbl7ewJlOEqlQF+DlCjgVLki0WV6FMDMsBxjlJiQulIznwZ+DxHiQyDyIg0wN3Oo6o6ZQ5s5AIfar+W2Wlmz+kCcb8tg6j3voMEwNrBQk69dDBDqw/urpqJH+m+Q6u/4QnoAeYpnUXC/s1iup9rhCd6xMgAqdDyAyFegbKkVAHeLCcOulPLawaoUIDos4M88iLNrVkU7uu5ccTDO6naJzWLum51C6Yb7y4HKKbdArLWir0PBiS8glJRBZHeyHl7J9lENpAC6qT9NlNG4u5hsVYDyJP6mlJJtY3oVju4WSUzHal1sDU17NASoBWSk40J2eBLBJhYrVmzC5gVALGpNIAiQgN6eGstOp9Oa6zFbbLTISYi28BGZDRUJKWeroECkCEkzXjUtbmmaKMfAx2RfbT69/cO+tgHcmx6AfyZOmj3NDIah0F0GB66d4CrdIoplNFFGHSpSheRxbo0W4S8azNItEoMWbw3uXAeJgCrmX5joz7CGXqSg6PcryEhnFr/C1C2ntPxBOYbdwY+8dO3+wZJyFlbMX9s8zNnvp/tLwAv03NB4j3HVpn8Awwm+GrlP6MVAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Error building x11-wm/i3 and x11-wm/awesome X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 12:32:45 -0000 =D0=92 Sun, 18 Sep 2011 05:04:40 -0700 Robert =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > ev.3 --- Makefile.orig 2011-09-18 15:32:03.000000000 +0300 +++ Makefile 2011-09-18 15:32:12.000000000 +0300 @@ -21,7 +21,7 @@ xcb-util>=3D0.3.6:${PORTSDIR}/x11/xcb-util \ xproto>=3D7.0.11:${PORTSDIR}/x11/xproto LIB_DEPENDS=3D cairo.2:${PORTSDIR}/graphics/cairo \ - ev.3:${PORTSDIR}/devel/libev \ + ev.4:${PORTSDIR}/devel/libev \ freetype.9:${PORTSDIR}/print/freetype2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ xdg-basedir.1:${PORTSDIR}/x11/libxdg-basedir \ From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 13:54:53 2011 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 28EA2106566B for ; Sun, 18 Sep 2011 13:54:53 +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 DA4E58FC0A for ; Sun, 18 Sep 2011 13:54:52 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p8IDsc7C041005; Sun, 18 Sep 2011 07:54:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p8IDsck8041002; Sun, 18 Sep 2011 07:54:38 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 18 Sep 2011 07:54:38 -0600 (MDT) From: Warren Block To: Mark Linimon In-Reply-To: <20110918070012.GB7561@lonesome.com> Message-ID: References: <20110918070012.GB7561@lonesome.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 18 Sep 2011 07:54:38 -0600 (MDT) Cc: Janne Snabb , freebsd-ports@freebsd.org Subject: Re: How to resurrect ltrace from Attic? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 13:54:53 -0000 On Sun, 18 Sep 2011, Mark Linimon wrote: > On Sun, Sep 18, 2011 at 06:45:21AM +0000, Janne Snabb wrote: >> I noticed that someone has removed sysutils/ltrace for some reason. > > If we pull up the page on CVSWeb: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/ltrace/Attic/Makefile > > We find: > > 2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles > > (or, you could take a look in ports/MOVED, which has the same info) > > For CVS, you could note the date on that page, and then subtract a bit > from the commit date, and then do: > > cd /usr; cvs co -D 20110731 ports/sysutils/ltrace > > You would have to modify that if your ports are not in /usr/ports, of course. > > If you were not using cvs to get your ports, well, AFAIK you'll have to > do some manual operations, e.g., for each file in: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/ltrace/Attic/ > > click on filename, go to previous revision, click download ... > > ... at least, for the files that existed at removal time. (e.g. pkg_comment > and pkg_plist were removed years ago, and are thus were no longer needed even > before the port was removed.) Also, saving a backup copy of the distfile somewhere outside of /usr/ports might be a good idea. Sometimes distfiles from old ports are very difficult to find, and automated port tools might prune them from /usr/ports/distfiles as obsolete. From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 13:56:55 2011 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 E4B351065674 for ; Sun, 18 Sep 2011 13:56:55 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmfepo203.cox.net (fed1rmfepo203.cox.net [68.230.241.148]) by mx1.freebsd.org (Postfix) with ESMTP id BCA518FC08 for ; Sun, 18 Sep 2011 13:56:55 +0000 (UTC) Received: from fed1rmimpo02.cox.net ([70.169.32.72]) by fed1rmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110918135655.GCIK3768.fed1rmfepo203.cox.net@fed1rmimpo02.cox.net>; Sun, 18 Sep 2011 09:56:55 -0400 Received: from dell64 ([72.220.91.219]) by fed1rmimpo02.cox.net with bizsmtp id aDwv1h0084jy6EY04Dwvnt; Sun, 18 Sep 2011 09:56:55 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020207.4E75F8A7.00BB,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=QsmMdetLHNJ4FjT+r1eqDHEjUhcWsOkpuzkp/9IX58Q= c=1 sm=1 a=aDZEOttF7jgA:10 a=G8Uczd0VNMoA:10 a=IkcTkHD0fZMA:10 a=olICo1sKaMXbpqbYUd6B5g==:17 a=Zvg7VmqrAAAA:8 a=kviXuzpPAAAA:8 a=Yz_SRlzBWV5yiXnwRaQA:9 a=QEXdDO2ut3YA:10 a=SWIUPOSDCbIA:10 a=4vB-4DCPJfMA:10 a=olICo1sKaMXbpqbYUd6B5g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Date: Sun, 18 Sep 2011 06:56:50 -0700 From: Robert To: Ivan Klymenko Message-ID: <20110918065650.455e3ff0@dell64> In-Reply-To: <20110918153241.719f3fef@nonamehost.> References: <20110918050440.6a7a5a60@dell64> <20110918153241.719f3fef@nonamehost.> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Error building x11-wm/i3 and x11-wm/awesome SOLVED X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 13:56:56 -0000 On Sun, 18 Sep 2011 15:32:41 +0300 Ivan Klymenko wrote: > =D0=92 Sun, 18 Sep 2011 05:04:40 -0700 > Robert =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > ev.3 >=20 >=20 > --- Makefile.orig 2011-09-18 15:32:03.000000000 +0300 > +++ Makefile 2011-09-18 15:32:12.000000000 +0300 > @@ -21,7 +21,7 @@ > xcb-util>=3D0.3.6:${PORTSDIR}/x11/xcb-util \ > xproto>=3D7.0.11:${PORTSDIR}/x11/xproto > LIB_DEPENDS=3D cairo.2:${PORTSDIR}/graphics/cairo \ > - ev.3:${PORTSDIR}/devel/libev \ > + ev.4:${PORTSDIR}/devel/libev \ > freetype.9:${PORTSDIR}/print/freetype2 \ > startup-notification-1.0:${PORTSDIR}/x11/startup-notification > \ xdg-basedir.1:${PORTSDIR}/x11/libxdg-basedir \ > _______________________________________________ > Thanks Ivan, that fixed it. From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 14:01:30 2011 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 89343106566C for ; Sun, 18 Sep 2011 14:01:30 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s5.blu0.hotmail.com (blu0-omc3-s5.blu0.hotmail.com [65.55.116.80]) by mx1.freebsd.org (Postfix) with ESMTP id 37FC68FC22 for ; Sun, 18 Sep 2011 14:01:29 +0000 (UTC) Received: from BLU0-SMTP176 ([65.55.116.73]) by blu0-omc3-s5.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 07:01:29 -0700 X-Originating-IP: [76.182.105.57] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.105.57]) by BLU0-SMTP176.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 07:01:28 -0700 Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3S1sTM34xnz2CG4h for ; Sun, 18 Sep 2011 10:01:27 -0400 (EDT) Date: Sun, 18 Sep 2011 10:01:26 -0400 From: Carmel To: freebsd-ports@freebsd.org In-Reply-To: <4E75DE55.7080206@infracaninophile.co.uk> References: <4E75DE55.7080206@infracaninophile.co.uk> Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 18 Sep 2011 14:01:28.0455 (UTC) FILETIME=[76129970:01CC760B] Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 14:01:30 -0000 On Sun, 18 Sep 2011 13:04:37 +0100 Matthew Seaman articulated: > If you wait for a few hours and re-csup it should be fixed. AFAIK, I > don't think this affects portsnap because it generates the INDEX in a > different way. Or you can create your own INDEX if you want. Thanks Mathew for you info. I am using "portsnap" so apparently it does exhibit this behavior. I any case, since it is apparently not a critical problem I will just ignore it for now. -- Carmel ✌ carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 14:14:57 2011 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 125EB1065670 for ; Sun, 18 Sep 2011 14:14:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D262F8FC08 for ; Sun, 18 Sep 2011 14:14:56 +0000 (UTC) Received: by iadk27 with SMTP id k27so6822716iad.13 for ; Sun, 18 Sep 2011 07:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1O/4hETyiIeke1WCTAulA3KNJpGb8zB6zX0+VsGjmU4=; b=plH6Ez/zDPcgE4Pb7KvNl2dRoiQ/LKtIfsME6iYDhr5BKw1tWJKrlWtAsuRT8GovX7 zo6VZJ5TtOxbn5pIMyq82errZYoUWPULd/NRBPWnxbmJpmRqsP0Rw2Le2idfbvnHQ4JZ H2eh56nt1vCXwkm8kffcroVcOWDJt7u1VrZrk= MIME-Version: 1.0 Received: by 10.231.65.73 with SMTP id h9mr2458615ibi.21.1316355296141; Sun, 18 Sep 2011 07:14:56 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 07:14:56 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Sun, 18 Sep 2011 07:14:56 -0700 (PDT) In-Reply-To: References: <4E75DE55.7080206@infracaninophile.co.uk> Date: Sun, 18 Sep 2011 15:14:56 +0100 Message-ID: From: Chris Rees To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 14:14:57 -0000 On 18 Sep 2011 15:02, "Carmel" wrote: > > On Sun, 18 Sep 2011 13:04:37 +0100 > Matthew Seaman articulated: > > > If you wait for a few hours and re-csup it should be fixed. AFAIK, I > > don't think this affects portsnap because it generates the INDEX in a > > different way. Or you can create your own INDEX if you want. > > Thanks Mathew for you info. I am using "portsnap" so apparently it does > exhibit this behavior. I any case, since it is apparently not a critical > problem I will just ignore it for now. > > Since Matthew pointed out that the versions were actually going forwards, you can indeed fix this with make fetchindex. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 15:23:57 2011 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 05856106564A for ; Sun, 18 Sep 2011 15:23:57 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 777A48FC08 for ; Sun, 18 Sep 2011 15:23:55 +0000 (UTC) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.14.4/jtpda-5.4) with ESMTP id p8IFNGWC060807 for ; Sun, 18 Sep 2011 17:23:17 +0200 (CEST) X-Ids: 164 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 1CBE52077A for ; Sun, 18 Sep 2011 17:23:53 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 09DDB4126; Sun, 18 Sep 2011 17:23:52 +0200 (CEST) Date: Sun, 18 Sep 2011 17:23:52 +0200 From: Michel Talon To: freebsd-ports@freebsd.org Message-ID: <20110918152352.GA17899@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Miltered: at jchkmail.jussieu.fr with ID 4E760D0A.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4E760D0A.000/134.157.10.1/parthe.lpthe.jussieu.fr/parthe.lpthe.jussieu.fr/ Subject: Re: How to resurrect ltrace from Attic? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 15:23:57 -0000 Note that the source code can be obtained from Debian, apparently. Does it work, i don't know. -- Michel TALON From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 15:45:08 2011 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 1C865106566B for ; Sun, 18 Sep 2011 15:45:08 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s26.blu0.hotmail.com (blu0-omc3-s26.blu0.hotmail.com [65.55.116.101]) by mx1.freebsd.org (Postfix) with ESMTP id B8AA98FC0A for ; Sun, 18 Sep 2011 15:45:07 +0000 (UTC) Received: from BLU0-SMTP34 ([65.55.116.73]) by blu0-omc3-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 08:45:07 -0700 X-Originating-IP: [76.182.105.57] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.105.57]) by BLU0-SMTP34.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 18 Sep 2011 08:45:06 -0700 Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3S1vmx1BPKz2CG4h for ; Sun, 18 Sep 2011 11:45:05 -0400 (EDT) Date: Sun, 18 Sep 2011 11:45:04 -0400 From: Carmel To: freebsd-ports@freebsd.org In-Reply-To: References: <4E75DE55.7080206@infracaninophile.co.uk> Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 18 Sep 2011 15:45:06.0612 (UTC) FILETIME=[F0620F40:01CC7619] Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 15:45:08 -0000 On Sun, 18 Sep 2011 15:14:56 +0100 Chris Rees articulated: > On 18 Sep 2011 15:02, "Carmel" wrote: > > > > On Sun, 18 Sep 2011 13:04:37 +0100 > > Matthew Seaman articulated: > > > > > If you wait for a few hours and re-csup it should be fixed. > > > AFAIK, I don't think this affects portsnap because it generates > > > the INDEX in a different way. Or you can create your own INDEX > > > if you want. > > > > Thanks Mathew for you info. I am using "portsnap" so apparently it > > does exhibit this behavior. I any case, since it is apparently not > > a critical problem I will just ignore it for now. > > Since Matthew pointed out that the versions were actually going > forwards, you can indeed fix this with make fetchindex. Running "make fetchindex" then "/usr/sbin/pkg_version -vIL=" results in the exact same output as I originally reported. I reran "portsnap" to see if that made any difference and it did not. Maybe this is just a localized phenomena. In any case, if it doesn't affect anything, I am not going to go all ballistic over it. -- Carmel ✌ carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 17:20:29 2011 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 ACC17106566B for ; Sun, 18 Sep 2011 17:20:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC6E8FC08 for ; Sun, 18 Sep 2011 17:20:28 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p8IHKDKg049858 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 18 Sep 2011 18:20:21 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p8IHKDKg049858 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1316366421; bh=0h0TKfI1XiQbzYmltCoUvX3s1hLObQj08qM8FbjZtVs=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E762846.2030200@infracaninophile.co.uk>|Date:=20S un,=2018=20Sep=202011=2018:20:06=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:6.0.2)=20Gecko/2 0110902=20Thunderbird/6.0.2|MIME-Version:=201.0|To:=20freebsd-port s@freebsd.org|Subject:=20Re:=20Version=20of=20"opencv-core-2.3.1"| References:=20=20<4 E75DE55.7080206@infracaninophile.co.uk>=20=20|In-Reply-To:=20|X-Enigmail-Vers ion:=201.3.1|OpenPGP:=20id=3D60AE908C|Content-Type:=20multipart/si gned=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"application/pgp -signature"=3B=0D=0A=20boundary=3D"------------enigF15243A1E4689BD 0BEF930F6"; b=VrkLmTeSxYoPhwBnLuUH7eexO+WdNU8a4ox44u3jONyRcf01nbIeoyIftnXbGyHvQ l9YWG4UyraexKtcs6dsobaZWERAobX6Oizwyob+pbh4pWYgTZ2/7jTePOR4jH2yAfU jha871SddhRytOcGkRqh8x4vigQ0rpGHC3pbyhZ8= Message-ID: <4E762846.2030200@infracaninophile.co.uk> Date: Sun, 18 Sep 2011 18:20:06 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E75DE55.7080206@infracaninophile.co.uk> In-Reply-To: X-Enigmail-Version: 1.3.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF15243A1E4689BD0BEF930F6" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 17:20:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF15243A1E4689BD0BEF930F6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18/09/2011 15:14, Chris Rees wrote: > Since Matthew pointed out that the versions were actually going forward= s, > you can indeed fix this with make fetchindex. Err... no I didn't. I wasn't very clear in my explanation though -- sorry about that. I showed that the old version (2.3.1) was treated as newer than the latest version (2.3.1.a) -- ie. going in reverse, as you said. The important bit was that it could be fixed without bumping port epoch by making the port version come out to 2.3.1a -- that missing dot makes all the difference. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigF15243A1E4689BD0BEF930F6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk52KEwACgkQ8Mjk52CukIxooQCeJgHe2DDgjtBSVmDgQjmdB3z7 sxUAn0de6aCtJUlmChOXU9erewuXNTkg =9A+I -----END PGP SIGNATURE----- --------------enigF15243A1E4689BD0BEF930F6-- From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 20:42:24 2011 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 A1828106564A for ; Sun, 18 Sep 2011 20:42:24 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from bijou.wasikowski.net (bijou.wasikowski.net [IPv6:2001:808:10f::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA968FC0A for ; Sun, 18 Sep 2011 20:42:23 +0000 (UTC) Received: from bijou.wasikowski.net (localhost [127.0.0.1]) by bijou.wasikowski.net (Postfix) with ESMTP id 34CE45C06F; Sun, 18 Sep 2011 22:42:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at wasikowski.net Received: from bijou.wasikowski.net ([127.0.0.1]) by bijou.wasikowski.net (bijou.wasikowski.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7XQNN8karRwv; Sun, 18 Sep 2011 22:42:26 +0200 (CEST) Received: from [192.168.168.2] (leeloo.unixgroup.pl [62.121.126.31]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by bijou.wasikowski.net (Postfix) with ESMTPSA id 03AA65C063; Sun, 18 Sep 2011 22:42:25 +0200 (CEST) Message-ID: <4E7657AA.1050906@wasikowski.net> Date: Sun, 18 Sep 2011 22:42:18 +0200 From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Matthias Andree References: <20110912230943.GD33455@guilt.hydra> <4E6E99BC.4050909@missouri.edu> <1315905051.1747.208.camel@xenon> <4E6F8A50.9060205@gmx.de> <1315942042.1747.258.camel@xenon> <4E6FD71D.9010207@gmx.de> <20110914181553.f6d31b0f.cjr@cruwe.de> <4E722F3F.3030606@wasikowski.net> <20110915180815.GA46983@guilt.hydra> <4E7247F2.7080207@wasikowski.net> <20110915183710.GA47127@guilt.hydra> <4E7253AF.7030602@wasikowski.net> <4E725782.3090107@gmx.de> <46157122.20110916135126@serebryakov.spb.ru> <4E73709D.5020004@gmx.de> <4E73AADB.8060804@FreeBSD.org> <4E74639E.1060207@gmx.de> In-Reply-To: <4E74639E.1060207@gmx.de> X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Re-starting daemons across upgrades? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 20:42:24 -0000 W dniu 2011-09-17 11:08, Matthias Andree pisze: >>> - discuss whether we want/need to support this (a) in the framework that >>> we currently use, (b) only in pkgng, (c) in portmaster and portupgrade >>> where necessary. >> Or we could have a facility to check whether services are running. For >> example, I have some cron scripts, which are similar for all of the >> services that I'm watching. They run periodically and restart services >> if they are down. It does not matter if they are down because of an >> upgrade or a failure, so this solution is more general. Here's an >> example that I have for MySQL: > Before we go that way, we should consider using runit by Gerrit Pape > (smarden.org), Upstart, or port systemd. We shouldn't go that way at all. Restarting service right after it's update is not a good thing. In many cases service will not start, because of needed configuration changes od other ports not recompiled or updated. The safe way is to not stop service at all. Let the system operator restart service manually when he finish all the needed update tasks. -- best regards, Lukasz Wasikowski From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 20:44:41 2011 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 F3535106564A for ; Sun, 18 Sep 2011 20:44:41 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8F38FC13 for ; Sun, 18 Sep 2011 20:44:41 +0000 (UTC) Received: by wyf23 with SMTP id 23so5791888wyf.37 for ; Sun, 18 Sep 2011 13:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=MnY3sZWwIdPaWl+oz6q7YbAFZ53/+UTlxXPFwlciu9A=; b=ZjMdO8kQ4KucmlNJ9eJD31fXAyk6iHu5a9bsj1clWYaisFGkswd3IefUrp5slarYxN GpN0GpGNKxh8f2tHRCoERKq+38wrpl8aLTdf7/QdJUjAAQ5wLGUESpMGgkM2VErimOOA f2DIO0Ixv4GaoePCmVsmK6qU2PGwmGkNd2lmI= Received: by 10.227.143.209 with SMTP id w17mr1826791wbu.52.1316378680335; Sun, 18 Sep 2011 13:44:40 -0700 (PDT) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.227.9.92 with HTTP; Sun, 18 Sep 2011 13:44:20 -0700 (PDT) In-Reply-To: <4E762846.2030200@infracaninophile.co.uk> References: <4E75DE55.7080206@infracaninophile.co.uk> <4E762846.2030200@infracaninophile.co.uk> From: Alberto Villa Date: Sun, 18 Sep 2011 22:44:20 +0200 X-Google-Sender-Auth: PeDmjm7vonZIn0ZpMAAFPLO_rYc Message-ID: To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Version of "opencv-core-2.3.1" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 20:44:42 -0000 On Sun, Sep 18, 2011 at 7:20 PM, Matthew Seaman wrote: > The important bit was that it could be fixed without bumping port epoch > by making the port version come out to 2.3.1a =A0-- that missing dot make= s > all the difference. i don't think that's an allowed PORTVERSION value --=20 Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 20:57:10 2011 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 42CCA106566C for ; Sun, 18 Sep 2011 20:57:10 +0000 (UTC) (envelope-from hq@freebsd.org) Received: from mo4.mail-out.ovh.net (20.mo4.mail-out.ovh.net [46.105.33.73]) by mx1.freebsd.org (Postfix) with ESMTP id EEE068FC0C for ; Sun, 18 Sep 2011 20:57:09 +0000 (UTC) Received: from mail242.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 4D421FFCA70 for ; Sun, 18 Sep 2011 22:17:41 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 18 Sep 2011 22:17:09 +0200 Received: from amarseille-552-1-33-137.w92-137.abo.wanadoo.fr (HELO trancecode.org) (herve.quiroz@trancecode.org@92.137.88.137) by ns0.ovh.net with SMTP; 18 Sep 2011 22:17:08 +0200 Date: Sun, 18 Sep 2011 22:17:06 +0200 From: Herve Quiroz To: Eitan Adler X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Message-ID: <20110918201705.GA26320@trancecode.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux 2.6.35-30-generic x86_64 User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 5891834212805094143 X-Ovh-Remote: 92.137.88.137 (amarseille-552-1-33-137.w92-137.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -200 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeftddrfeeiucetggdotefuucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmneculddquddttddm Cc: ports@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/153429: [patch] Fix explicite uses of unzip in 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, 18 Sep 2011 20:57:10 -0000 On Sun, Sep 18, 2011 at 12:39:48PM -0400, Eitan Adler wrote: > This patch requires approval from those CCed. I approve the patch. Herve From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 21:13:52 2011 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 BA7C11065678 for ; Sun, 18 Sep 2011 21:13:52 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo102.cox.net (eastrmfepo102.cox.net [68.230.241.214]) by mx1.freebsd.org (Postfix) with ESMTP id 594D28FC1D for ; Sun, 18 Sep 2011 21:13:52 +0000 (UTC) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmfepo102.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110918211346.NQWJ12239.eastrmfepo102.cox.net@eastrmimpo02.cox.net> for ; Sun, 18 Sep 2011 17:13:46 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo02.cox.net with bizsmtp id aMDm1h00D55wwzE02MDmnP; Sun, 18 Sep 2011 17:13:46 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020209.4E765F0A.007E,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=WuqbhJSaLsQNgFQdVfTUjneCUYDL0dnDnEJhAdIm7mY= c=1 sm=1 a=vv23vfHO5dAA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=kviXuzpPAAAA:8 a=2Rtlml9yQeXSDH1HmlwA:9 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p8ILDkTD091848 for ; Sun, 18 Sep 2011 16:13:46 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sun, 18 Sep 2011 16:13:41 -0500 From: "Conrad J. Sabatier" To: freebsd-ports@FreeBSD.org Message-ID: <20110918161341.306503ab@cox.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Sep 2011 21:13:52 -0000 I did a check yesterday to see how many ports in the tree still have CPPFLAGS defined in either the CONFIGURE_ARGS or CONFIGURE_ENV variable. There are still quite a few, I'm afraid. Anyway, I was wondering how best to go about rectifying this (admittedly minor) problem. I don't want to bombard the pr system with a flurry of individual reports/patches, but I'm not sure I want to pester each and every maintainer about this either. So, what would be a good approach? Any suggestions? -- Conrad J. Sabatier conrads@cox.net From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 23:47:36 2011 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 66838106564A for ; Sun, 18 Sep 2011 23:47:36 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1CA8FC0A for ; Sun, 18 Sep 2011 23:47:36 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1R5Qpp-0006gq-JI; Mon, 19 Sep 2011 03:31:41 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6A2FBB84D; Mon, 19 Sep 2011 03:31:41 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 562D6B823; Mon, 19 Sep 2011 03:31:41 +0400 (MSD) Date: Mon, 19 Sep 2011 03:31:41 +0400 From: Dmitry Marakasov To: Eitan Adler Message-ID: <20110918233141.GD17163@hades.panopticon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/153429: [patch] Fix explicite uses of unzip in 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, 18 Sep 2011 23:47:36 -0000 * Eitan Adler (eadler@freebsd.org) wrote: > This patch requires approval from those CCed. Approved, thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Sun Sep 18 22:40:33 2011 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 19C261065672; Sun, 18 Sep 2011 22:40:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id B8EAA8FC18; Sun, 18 Sep 2011 22:40:32 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 0ACC314E6035; Mon, 19 Sep 2011 00:40:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I1WkRiabAS42; Mon, 19 Sep 2011 00:40:24 +0200 (CEST) Received: from [192.168.1.106] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 59AA314E5F4E; Mon, 19 Sep 2011 00:40:24 +0200 (CEST) Message-ID: <4E767352.9040204@FreeBSD.org> Date: Mon, 19 Sep 2011 00:40:18 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110904 Thunderbird/9.0a1 MIME-Version: 1.0 To: Eitan Adler References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 18 Sep 2011 23:58:21 +0000 Cc: ports@freebsd.org, danfe@freebsd.org, bug-followup@freebsd.org, hq@freebsd.org, fjoe@freebsd.org, kuriyama@freebsd.org, crees@freebsd.org, amdmi3@freebsd.org, rene@freebsd.org, office@freebsd.org Subject: Re: ports/153429: [patch] Fix explicite uses of unzip in 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, 18 Sep 2011 22:40:33 -0000 On 2011.09.18. 18:39, Eitan Adler wrote: > This patch requires approval from those CCed. > Approved for my ports. And thanks! Gabor From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 00:05:03 2011 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 E3177106566B for ; Mon, 19 Sep 2011 00:05:03 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 74DEA8FC08 for ; Mon, 19 Sep 2011 00:05:03 +0000 (UTC) Received: by wwe3 with SMTP id 3so6756220wwe.31 for ; Sun, 18 Sep 2011 17:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=HzKM+47LFEl5waKB49pxneyPIGAndda0BSALYmHaZdo=; b=Z1cATH1VaEXoS1CHJ1aXuCRYBDZ/Wp3VI+xXJkE10G5/uXQMfiLxjjUh6K9No19aeg PP8NhgEemODp/2uHGTrI6sbky/+4nVDS5DMXDxlynZQuVLFrqa7vNYZVfjddrX+V96Uj 8C4qnj7Sk6YgtSMg3nPw9oUW3JuVs8N6Zw0n0= Received: by 10.227.2.132 with SMTP id 4mr2049151wbj.25.1316390702211; Sun, 18 Sep 2011 17:05:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.117.1 with HTTP; Sun, 18 Sep 2011 17:04:32 -0700 (PDT) In-Reply-To: <20110918161341.306503ab@cox.net> References: <20110918161341.306503ab@cox.net> From: Eitan Adler Date: Sun, 18 Sep 2011 20:04:32 -0400 Message-ID: To: "Conrad J. Sabatier" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 00:05:04 -0000 > So, what would be a good approach? =C2=A0Any suggestions? Prepare a patch and get a committer to ask portmgr@ for approval. I volunteer if you need someone. --=20 Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 01:33:12 2011 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 727D9106566B for ; Mon, 19 Sep 2011 01:33:12 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0E76C8FC12 for ; Mon, 19 Sep 2011 01:33:11 +0000 (UTC) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110919013311.VEFC12560.eastrmfepo101.cox.net@eastrmimpo109.cox.net>; Sun, 18 Sep 2011 21:33:11 -0400 Received: from serene.no-ip.org ([172.18.52.4]) by eastrmimpo109.cox.net with bizsmtp id aRZA1h00J05SVJc02RZAvk; Sun, 18 Sep 2011 21:33:11 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020A.4E769BD7.003F,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=Zx9uHhPf9A+lP7fUsMkPKK1lMswgbRqMQRNZi8vDats= c=1 sm=1 a=tw5jEK2Mse0A:10 a=G8Uczd0VNMoA:10 a=IkcTkHD0fZMA:10 a=uyavkMrdAAAA:8 a=kviXuzpPAAAA:8 a=csmb0vvu9WRpx-kX-W4A:9 a=QEXdDO2ut3YA:10 a=JGX6LFFZUg8A:10 a=4vB-4DCPJfMA:10 a=UaX1woSWE4/tG05bAFg+xw==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p8J1XAHN065123; Sun, 18 Sep 2011 20:33:10 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sun, 18 Sep 2011 20:33:05 -0500 From: "Conrad J. Sabatier" To: Eitan Adler Message-ID: <20110918203305.49b9df46@cox.net> In-Reply-To: References: <20110918161341.306503ab@cox.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 01:33:12 -0000 On Sun, 18 Sep 2011 20:04:32 -0400 Eitan Adler wrote: > > So, what would be a good approach? =C2=A0Any suggestions? >=20 > Prepare a patch and get a committer to ask portmgr@ for approval. I > volunteer if you need someone. Do you mean one gigantic, monolithic patch that would amend all of them, or a large set of individual patches (last I checked, there were ~1453 ports in need of this sort of revision)? I could go either way, just need to know which would be preferred. Thanks! --=20 Conrad J. Sabatier conrads@cox.net From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 01:37:48 2011 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 129FE1065672 for ; Mon, 19 Sep 2011 01:37:48 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3AE8FC08 for ; Mon, 19 Sep 2011 01:37:47 +0000 (UTC) Received: from lstewart1.loshell.room52.net (ppp59-167-184-191.static.internode.on.net [59.167.184.191]) by lauren.room52.net (Postfix) with ESMTPSA id ECF217E84A; Mon, 19 Sep 2011 11:37:44 +1000 (EST) Message-ID: <4E769CE8.4010405@freebsd.org> Date: Mon, 19 Sep 2011 11:37:44 +1000 From: Lawrence Stewart User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110914 Thunderbird/6.0.2 MIME-Version: 1.0 To: bf1783@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=2.3 required=5.0 tests=FSL_RU_URL,UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lauren.room52.net Cc: "b. f." , freebsd-ports@freebsd.org Subject: Re: Detecting 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: Mon, 19 Sep 2011 01:37:48 -0000 On 09/17/11 18:09, b. f. wrote: >> On 09/15/11 07:06, chukharev at mail.ru wrote: >>> Hi, >>> >>> There have been a discussion about finding interdependencies of ports. >>> I have a relatively simple Python script for that. There is a pr >>> ports/160007 >>> to add its early version. Unfortunately, I missed a reply to it, so >>> there is >>> an issue which I have not yet addressed... >>> >>> Since that time, I added reverse dependencies with full ports tree scanning >>> (1 h on my 2.5GHz notebook) and saving the tree (directed graph, actually) >>> to a file, so that rescanning all ports tree is not needed. >>> >>> See http://code.google.com/p/porttree/ >>> >>> If there will be interest, scanning packages interdependencies could >>> also be added. >>> >> >> On a related subtopic, we also need a tool that identifies implicit >> dependencies not captured in the ports Makefiles. I hacked the following >> together earlier this year to smooth over the updating process when key >> libraries get bumped (e.g. the gettext update at the time I wrote the >> script was a nightmare). There were a tonne of ports which needed to be >> updated even though they didn't explicitly record a dependency on gettext. >> >> https://lauren.room52.net/hg/scripts/raw-file/tip/libdepend/libdepend.sh >> >> It's still quite rough and manually driven and is tied to portmaster at >> the moment, but I use it routinely after a "portmaster -ad" to check >> that no libs are missing dependencies. It works pretty well most of the >> time, but definitely needs more finessing. I share it mostly to prove >> the feasibility of the approach and in case anyone is curious. > > What, no check to see if the libraries listed in the DT_NEEDED tags > are actually needed? And no kitchen sink? ;) err... look, over there! A dog with a puffy tail chasing a kitchen sink! *runs* > There are scripts in ports/Tools/scripts that were intended to perform > similar tasks, although they may be rougher than your script. Yes they provide various bits and pieces of the puzzle. >> I haven't thought the following ideas through a great deal and welcome >> feedback, but I think the basic functionality/premise of this script >> could be integrated into the ports framework so that at package >> registration time, implicit deps are identified and marked in the >> package database. A warning could also be generated that the port is >> using deps not identified in the Makefile, and perhaps trigger a send-pr >> to the port maintainer to let them know. > > ... > >> A script like this could also be integrated/called somehow from a tool >> like portmaster during an update to ensure ports with implicit >> dependencies on another port which has been updated are identified and >> recompiled too so that we avoid the nasty problems that crop up with >> missing library dependencies. > > Just as in the other *_DEPENDS lists, it was a conscious policy > decision, for the sake of brevity and efficiency, that if port B > requires port C, and port A requires port B, > then libraries from port C will not be listed in the LIB_DEPENDS of > port A, even if port A links directly to those libraries. But because Right, which is fine (and more desirable - simpler is better) if we have a way built into the system to actually derive them at upgrade/install time and ensure we don't leave the system broken. Given that the information can be derived, it seems sensible not to have ports' Makefiles define all deps explicitly, and instead use tools at install/upgrade time to do the heavy lifting automatically. Going for brevity without the infrastructure in place to automagically compensate for the information not being explicitly codified in the makefiles means certain brokeness, which is not cool. > of recurring problems with partial port updates, this policy has been > criticized. I think that the last time the matter was raised, the > consensus seemed to lean toward listing all needed libraries, but the > amount of work involved in, and the likely disruption arising from, > refactoring all LIB_DEPENDS in the tree dissuaded anyone doing so. I can't see a reason why the policy can't stay as it is if the smarts can be added to generate the implicit dependency info when needed, and more importantly use that generated information to avoid leaving the system broken. Whether we argue the smarts belong solely in a tool like portmaster or should be integrated into the ports infrastructure itself is fair game. My gut feeling is that the deps list stored on disk by the ports system at registration time should be complete with explicit and implicit deps, even though the port's Makefile only lists those which are explicit. Tools like portmaster then only need to use the information as is to do their part of the job and the system should be left intact post upgrade cycle, at least from a broken lib deps perspective. If my gut feeling is valid, then that implies the ports infrastructure itself should do a step post install but pre registration where implicit deps are identified and added to the port's +CONTENTS file. I'm very unfamiliar with the behind the scenes mechanics of ports, so I'm sure I'm oversimplifying things and would be keen to learn what pitfalls exist with the idea outlined above. Cheers, Lawrence From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 01:39:17 2011 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 CD724106566C for ; Mon, 19 Sep 2011 01:39:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx1.freebsd.org (Postfix) with ESMTP id 631D38FC12 for ; Mon, 19 Sep 2011 01:39:17 +0000 (UTC) Received: by wyf23 with SMTP id 23so5949244wyf.37 for ; Sun, 18 Sep 2011 18:39:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=x/3/GGWyeRVBOs9EXyvKu/ri0mDm5M6tUwe6bp3E0Fw=; b=s3IlbRAp9tfpjHgNKMw3yyXn6QRhhzzbsogj3zkEIVd4VffM9qOyfi9J6/aGPcdZzS lK9PVBpI6z35yF1pNroRKiidPTzPJ8RaqpD7Xo7VfWGo/GpuQEvLtH/rECquQgYpuzXd AyBKNn516KPufq8dC+mDYsYi848haAcuY9Y0Q= Received: by 10.227.35.194 with SMTP id q2mr2047071wbd.55.1316396356200; Sun, 18 Sep 2011 18:39:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.117.1 with HTTP; Sun, 18 Sep 2011 18:38:46 -0700 (PDT) In-Reply-To: <20110918203305.49b9df46@cox.net> References: <20110918161341.306503ab@cox.net> <20110918203305.49b9df46@cox.net> From: Eitan Adler Date: Sun, 18 Sep 2011 21:38:46 -0400 Message-ID: To: "Conrad J. Sabatier" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 01:39:17 -0000 > Do you mean one gigantic, monolithic patch that would amend all of them, > or a large set of individual patches (last I checked, there were ~1453 > ports in need of this sort of revision)? =C2=A0I could go either way, jus= t > need to know which would be preferred. One monolithic patch (preferably generated with "cvs diff -Nu") --=20 Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 02:32:17 2011 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 2ED9C1065670 for ; Mon, 19 Sep 2011 02:32:17 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213]) by mx1.freebsd.org (Postfix) with ESMTP id BCD418FC14 for ; Mon, 19 Sep 2011 02:32:16 +0000 (UTC) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmfepo101.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110919023215.WVHB12560.eastrmfepo101.cox.net@eastrmimpo02.cox.net>; Sun, 18 Sep 2011 22:32:15 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo02.cox.net with bizsmtp id aSYF1h00755wwzE02SYFpU; Sun, 18 Sep 2011 22:32:15 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.4E76A9AF.0097,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=WuqbhJSaLsQNgFQdVfTUjneCUYDL0dnDnEJhAdIm7mY= c=1 sm=1 a=tw5jEK2Mse0A:10 a=G8Uczd0VNMoA:10 a=IkcTkHD0fZMA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=uyavkMrdAAAA:8 a=kviXuzpPAAAA:8 a=yVblDaOSBCVm46mNv1UA:9 a=QEXdDO2ut3YA:10 a=JGX6LFFZUg8A:10 a=4vB-4DCPJfMA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p8J2WEg8065722; Sun, 18 Sep 2011 21:32:14 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sun, 18 Sep 2011 21:32:09 -0500 From: "Conrad J. Sabatier" To: Eitan Adler Message-ID: <20110918213209.4ae961b7@cox.net> In-Reply-To: References: <20110918161341.306503ab@cox.net> <20110918203305.49b9df46@cox.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 02:32:17 -0000 On Sun, 18 Sep 2011 21:38:46 -0400 Eitan Adler wrote: > > Do you mean one gigantic, monolithic patch that would amend all of > > them, or a large set of individual patches (last I checked, there > > were ~1453 ports in need of this sort of revision)? =C2=A0I could go > > either way, just need to know which would be preferred. >=20 > One monolithic patch (preferably generated with "cvs diff -Nu") OK. Just a few more questions: portlint -A issues no warning in the case of CPPFLAGS being added to CONFIGURE_ARGS. Should I concern myself only with CONFIGURE_ENV, or would it be best to modify in either case? Also, is there any possibility of either CONFIGURE_ENV or CONFIGURE_ARGS being used in some non-standard fashion, i.e., with anything other than a GNU configure script, meaning they should just be left alone? Just trying to avoid any potential "gotchas". Thanks again. --=20 Conrad J. Sabatier conrads@cox.net From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 08:11:53 2011 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 79DF41065672 for ; Mon, 19 Sep 2011 08:11:53 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 5A02C8FC1C for ; Mon, 19 Sep 2011 08:11:53 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p8J8BqJ5078773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 19 Sep 2011 01:11:52 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p8J8BqBX078772; Mon, 19 Sep 2011 01:11:52 -0700 (PDT) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA13719; Mon, 19 Sep 11 01:03:30 PDT Date: Mon, 19 Sep 2011 08:03:08 -0700 From: perryh@pluto.rain.com To: rwmaillists@googlemail.com Message-Id: <4e7759ac.OSXBnnsQLXbR3AnH%perryh@pluto.rain.com> References: <20110918053800.C9264106566B@hub.freebsd.org> <20110918110300.66080c13@gumby.homeunix.com> In-Reply-To: <20110918110300.66080c13@gumby.homeunix.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Substitute 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: Mon, 19 Sep 2011 08:11:53 -0000 RW wrote: > On Sun, 18 Sep 2011 05:38:00 +0000 (GMT) > Thomas Mueller wrote: > > First case I think of is the misc/freebsd-doc-* ports which want > > links1, which would be redundant if I already have lynx installed > > ... I don't really like links1 ... > > links1 isn't simply installed as browser to read the documentation. > It's a dependency of docproj, and is used to generate formatted text > from HTML. Can lynx do that also? From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 08:12:50 2011 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 D64441065672 for ; Mon, 19 Sep 2011 08:12:50 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 656E98FC1C for ; Mon, 19 Sep 2011 08:12:50 +0000 (UTC) Received: by fxg9 with SMTP id 9so4934104fxg.13 for ; Mon, 19 Sep 2011 01:12:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=OkzDIb/ucHw26oHr4dgXoMP60jKxEjy+lBkZ7PCKsxk=; b=YwPXAnLKRCiIcMUattcJS17oyQrBNhbqRougVvikGi0KsQ71WqK5SJa7OZoNiq1Tos xVbJBMx3XX5jtE/LcFjx30rIJsbGKgff7z9MIcQoYZnOEqs5/rh4BLD3kkI7vdYufCBi XliVlIDoQbf5ymF/aa65nXF8mGHVZGfQWyIfo= MIME-Version: 1.0 Received: by 10.223.54.202 with SMTP id r10mr4814616fag.114.1316418299756; Mon, 19 Sep 2011 00:44:59 -0700 (PDT) Received: by 10.152.6.36 with HTTP; Mon, 19 Sep 2011 00:44:59 -0700 (PDT) In-Reply-To: <20110918053527.BBC771065670@hub.freebsd.org> References: <20110918053527.BBC771065670@hub.freebsd.org> Date: Mon, 19 Sep 2011 02:44:59 -0500 Message-ID: From: Scot Hetzel To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 08:12:50 -0000 On Sun, Sep 18, 2011 at 12:22 AM, Thomas Mueller wrote: > I tried to build swfdec and gnash and failed with > > =3D=3D=3D> =A0 pulseaudio-0.9.22_1 depends on shared library: ck-connecto= r.0 - found > =3D=3D=3D> =A0 pulseaudio-0.9.22_1 depends on shared library: jack.0 - no= t found > =3D=3D=3D> =A0 =A0Verifying install for jack.0 in /BETA1/usr/ports/audio/= jack > =3D=3D=3D> =A0 jackit-0.118.0_4 depends on executable: doxygen - not foun= d > =3D=3D=3D> =A0 =A0Verifying install for doxygen in /BETA1/usr/ports/devel= /doxygen > make: Max recursion level (500) exceeded. > *** Error code 2 > The circular dependancy is being caused by audio/jack, graphics/graphviz and devel/sdl12: audio/pulseaudio - audio/jack -- devel/doxygen --- graphics/graphviz ---- graphics/devil ----- devel/sdl12 ------ audio/pulseaudio There are several ways to break the circular dependancy: 1. Turn the DOC option OFF for audio/jack. 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy on graphics/graphviz) 3. Turn the DEVIL option OFF for graphics/graphviz 4. Turn the PULSEAUDIO option OFF for devel/sdl12 Scot From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 08:54:19 2011 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 AB44A106564A for ; Mon, 19 Sep 2011 08:54:19 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB418FC17 for ; Mon, 19 Sep 2011 08:54:19 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110919085413.ZJB3766.eastrmfepo203.cox.net@eastrmimpo03.cox.net>; Mon, 19 Sep 2011 04:54:13 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo03.cox.net with bizsmtp id aYuC1h00755wwzE02YuDsf; Mon, 19 Sep 2011 04:54:13 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020208.4E770335.0040,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=FopRcRBPVMnw+9eed12iWLl96zL5xTMCA7DmiMZeyxM= c=1 sm=1 a=G8Uczd0VNMoA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=kviXuzpPAAAA:8 a=B9O6k0YmQFAgM83YH2cA:9 a=ewa988k3bJUInw9DvekA:7 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=s0bChvnxQZZ3hWDgSkgA:9 a=SWy-j1zPVE__ND2_jm0A:7 a=ISgX9Oo-oH5oAlo_FCIA:9 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p8J8sBTN001265; Mon, 19 Sep 2011 03:54:11 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 19 Sep 2011 03:53:59 -0500 From: "Conrad J. Sabatier" To: Jun-ichiro itojun Hagino Message-ID: <20110919035359.2544b2fb@cox.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/GEymBhc9lpwDk2ddNyo+6j1" Cc: Yoshishige Arai , portlint port maintainer , freebsd-ports@FreeBSD.org Subject: Rarely seen portlint errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 08:54:19 -0000 --MP_/GEymBhc9lpwDk2ddNyo+6j1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline While checking the ports tree for ports which need to have their CPPFLAGS moved out of the CONFIGURE_ENV variable, I noticed a number of errors from the perl interpreter re: the use of uninitialized variables in portlint. In every case, portlint still appears to run to normal completion and produce normal diagnostics, but I thought you may be interested in trying to eliminate the cause of these errors. I've attached a list of the ports where these errors occurred along with their respective error messages, as well as the bash script I was running at the time. Thank you. -- Conrad J. Sabatier conrads@cox.net --MP_/GEymBhc9lpwDk2ddNyo+6j1 Content-Type: application/octet-stream; name=portlint-errs Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=portlint-errs YmlvbG9neS9wcm90b21vbApVc2Ugb2YgdW5pbml0aWFsaXplZCB2YWx1ZSAkY2ZsYWdzIGluIHBh dHRlcm4gbWF0Y2ggKG0vLykgYXQgL3Vzci9sb2NhbC9iaW4vcG9ydGxpbnQgbGluZSAyMTE3Lgpn YW1lcy9jcmFjay1hdHRhY2sKVXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJGNmbGFncyBpbiBw YXR0ZXJuIG1hdGNoIChtLy8pIGF0IC91c3IvbG9jYWwvYmluL3BvcnRsaW50IGxpbmUgMjExNy4K bWFpbC9jb3VyaWVyLWltYXAKVXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJGNmbGFncyBpbiBw YXR0ZXJuIG1hdGNoIChtLy8pIGF0IC91c3IvbG9jYWwvYmluL3BvcnRsaW50IGxpbmUgMjExNy4K VXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJG12YXIgaW4gc3RyaW5nIG5lIGF0IC91c3IvbG9j YWwvYmluL3BvcnRsaW50IGxpbmUgMzExMC4KbWFpbC9kY2MtZGNjZApVc2Ugb2YgdW5pbml0aWFs aXplZCB2YWx1ZSAkbXZhciBpbiBzdHJpbmcgbmUgYXQgL3Vzci9sb2NhbC9iaW4vcG9ydGxpbnQg bGluZSAzMTEwLgptYWlsL2RvdmVjb3QyClVzZSBvZiB1bmluaXRpYWxpemVkIHZhbHVlIHdpdGhp biAlY2hlY2tfeHh4ZGlyX29rIGluIGNvbmNhdGVuYXRpb24gKC4pIG9yIHN0cmluZyBhdCAvdXNy L2xvY2FsL2Jpbi9wb3J0bGludCBsaW5lIDk0MiwgPElOPiBsaW5lIDUuCm1haWwvcGVyZGl0aW9u ClVzZSBvZiB1bmluaXRpYWxpemVkIHZhbHVlICRtdmFyIGluIHN0cmluZyBuZSBhdCAvdXNyL2xv Y2FsL2Jpbi9wb3J0bGludCBsaW5lIDMxMTAuCm1haWwvcG9zdGZpeC1ncHMKVXNlIG9mIHVuaW5p dGlhbGl6ZWQgdmFsdWUgJGNmbGFncyBpbiBwYXR0ZXJuIG1hdGNoIChtLy8pIGF0IC91c3IvbG9j YWwvYmluL3BvcnRsaW50IGxpbmUgMjExNy4KbmV0LWltL2NlbnRlcmljcQpVc2Ugb2YgdW5pbml0 aWFsaXplZCB2YWx1ZSAkY2ZsYWdzIGluIHBhdHRlcm4gbWF0Y2ggKG0vLykgYXQgL3Vzci9sb2Nh bC9iaW4vcG9ydGxpbnQgbGluZSAyMTE3LgpuZXQtaW0vY2VudGVyaW0KVXNlIG9mIHVuaW5pdGlh bGl6ZWQgdmFsdWUgJGNmbGFncyBpbiBwYXR0ZXJuIG1hdGNoIChtLy8pIGF0IC91c3IvbG9jYWwv YmluL3BvcnRsaW50IGxpbmUgMjExNy4KbmV0LXAycC92ZXJsaWh1Yi1wbHVnaW5zLWx1YXNjcmlw dApVc2Ugb2YgdW5pbml0aWFsaXplZCB2YWx1ZSAkY2ZsYWdzIGluIHBhdHRlcm4gbWF0Y2ggKG0v LykgYXQgL3Vzci9sb2NhbC9iaW4vcG9ydGxpbnQgbGluZSAyMTE3LgpzZWN1cml0eS9jb3VyaWVy LWF1dGhsaWIKVXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJG1ha2V2YXJ7IkdOVV9DT05GSUdV UkUifSBpbiBzdHJpbmcgbmUgYXQgL3Vzci9sb2NhbC9iaW4vcG9ydGxpbnQgbGluZSAyMTAyLgpz ZWN1cml0eS90dW50dW4KVXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJDEgaW4gY29uY2F0ZW5h dGlvbiAoLikgb3Igc3RyaW5nIGF0IC91c3IvbG9jYWwvYmluL3BvcnRsaW50IGxpbmUgMzMyOS4K c3lzdXRpbHMvdXNiaG90a2V5ClVzZSBvZiB1bmluaXRpYWxpemVkIHZhbHVlICRtYWtldmFyeyJH TlVfQ09ORklHVVJFIn0gaW4gc3RyaW5nIG5lIGF0IC91c3IvbG9jYWwvYmluL3BvcnRsaW50IGxp bmUgMjEwMi4KdGV4dHByb2MvdWltLWtkZQpVc2Ugb2YgdW5pbml0aWFsaXplZCB2YWx1ZSAkY2Zs YWdzIGluIHBhdHRlcm4gbWF0Y2ggKG0vLykgYXQgL3Vzci9sb2NhbC9iaW4vcG9ydGxpbnQgbGlu ZSAyMTE3Lgp0ZXh0cHJvYy91aW0tcXQKVXNlIG9mIHVuaW5pdGlhbGl6ZWQgdmFsdWUgJGNmbGFn cyBpbiBwYXR0ZXJuIG1hdGNoIChtLy8pIGF0IC91c3IvbG9jYWwvYmluL3BvcnRsaW50IGxpbmUg MjExNy4K --MP_/GEymBhc9lpwDk2ddNyo+6j1 Content-Type: application/octet-stream; name=find-ports-needing-cppflags-fix Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=find-ports-needing-cppflags-fix IyEvdXNyL2xvY2FsL2Jpbi9iYXNoCiMKIyBmaW5kLXBvcnRzLW5lZWRpbmctY3BwZmxhZ3MtZml4 CiMKIyBjcmVhdGUgYSBsaXN0IG9mIHBvcnRzIG5lZWRpbmcgdG8gaGF2ZSB0aGVpciBDUFBGTEFH UwojIG1vdmVkIG91dCBvZiBDT05GSUdVUkVfRU5WIHZhcmlhYmxlCiMKIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMKCnJlc3VsdHNfZmlsZT1+ L3BvcnRzLW5lZWRpbmctY3BwZmxhZ3MtZml4CnRlbXA9L3RtcC9jcHBmbGFncy1wb3J0cy4kJApw b3J0bGludC1lcnJzPX4vcG9ydGxpbnQtZXJycwoKZmluZCAvdXNyL3BvcnRzIC1kZXB0aCAzIC10 eXBlIGYgLW5hbWUgTWFrZWZpbGUgfAoJeGFyZ3MgLUwxIGdyZXAgLWwgQ1BQRkxBR1MgfAoJc2Vk IC1lICdzI14vdXNyL3BvcnRzLyMjJyAtZSAncyMvTWFrZWZpbGUkIyMnIHwKd2hpbGUgcmVhZApk bwoJY2QgL3Vzci9wb3J0cy8ke1JFUExZfSAmJiBwb3J0bGludCAtQSB8CgkJZ3JlcCBDUFBGTEFH UyA+JHt0ZW1wfSAyPiR7cG9ydGxpbnQtZXJyc30KCglpZiBbIC1zICR7dGVtcH0gXQoJdGhlbgoJ CWVjaG8gJHtSRVBMWX0KCQljYXQgJHt0ZW1wfQoJZmkKZG9uZSA+JHtyZXN1bHRzX2ZpbGV9Cgpy bSAtZiAke3RlbXB9Cg== --MP_/GEymBhc9lpwDk2ddNyo+6j1-- From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 10:07:21 2011 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 2F1041065670 for ; Mon, 19 Sep 2011 10:07:21 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost06.isp.att.net (fmailhost06.isp.att.net [207.115.11.56]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA0B8FC13 for ; Mon, 19 Sep 2011 10:07:20 +0000 (UTC) Date: Mon, 19 Sep 2011 09:56:28 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc06) with SMTP id <20110919095627H0600a790oe>; Mon, 19 Sep 2011 09:56:28 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org References: Message-Id: <20110919100721.2F1041065670@hub.freebsd.org> Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 10:07:21 -0000 >From Scot Hetzel : > The circular dependancy is being caused by audio/jack, > graphics/graphviz and devel/sdl12: > audio/pulseaudio > - audio/jack > -- devel/doxygen > --- graphics/graphviz > ---- graphics/devil > ----- devel/sdl12 > ------ audio/pulseaudio > There are several ways to break the circular dependancy: > 1. Turn the DOC option OFF for audio/jack. > 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy > on graphics/graphviz) > 3. Turn the DEVIL option OFF for graphics/graphviz > 4. Turn the PULSEAUDIO option OFF for devel/sdl12 I already had DEVIL off for graphics/graphviz. Browsing http://www.freshports.org/commits.php shortly after midnight UTC, I found an update to audio/jack, so I later ran portsnap fetch update How do you define NOPORTDOCS, do you insert "-D NOPORTDOCS" in 'make' command, like make -D NOPORTDOCS package-recursive | & tee build.log which would save packages in addition to installing? What does NOPORTDOCS do in devel/doxygen? Do I lose a lot of important documentation? What is "doxywizard"? Having DOCS option on in audio/jack adds an intimidating load of dependencies, as I found through make missing | more maybe more than the ports framework can handle? Tom From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 11:06:06 2011 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 D32DD106564A for ; Mon, 19 Sep 2011 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 B7D6E8FC15 for ; Mon, 19 Sep 2011 11:06:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8JB66Yi072694 for ; Mon, 19 Sep 2011 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8JB66Z7072692 for freebsd-ports@FreeBSD.org; Mon, 19 Sep 2011 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Sep 2011 11:06:06 GMT Message-Id: <201109191106.p8JB66Z7072692@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, 19 Sep 2011 11:06:07 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) 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. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/160824 [PATCH] net/rabbitmq-c-devel: Upgrade to changeset cbe o ports/160823 [NEW PORT] devel/pecl-amqp: AMQP API f ports/160821 audio/libmp3splt: Building WITHOUT_ID3 fails o ports/160820 maintainer update: mail/dovecot2 and dovecot2-pigeonho o ports/160817 Can not build mew port with zh_TW.Big5 as value of LC_ o ports/160813 security/apache-xmlsecurity-c update URL and pkg-descr o ports/160812 [maintainer] sysutils/gdisk : update to 0.8.0 o ports/160808 [maintainer] update net/openafs to 1.6.0 release o ports/160805 [update] lang/php52 CVE vulnerabilities fixes o ports/160797 [UPDATE] Mk/bsd.xfce.mk o ports/160768 Old Version: ports/security/openssh f ports/160748 [PATCH] www/limesurvey: Add knobs to reduce dependenci o ports/160734 net/gpxe: Fix port broken and amd64 problem o ports/160714 [patch] misc/{py-,}xdelta3: update to 3.0.0 (stable re f ports/160712 graphics/geos: CLANG compilation error o ports/160707 Update Port: audio/libamrwb 7.0.0.4 f ports/160705 [patch] net/clamz: pkg-message on how to .amz-download f ports/160700 devel/bzr-svn port needs updating to work with current o ports/160682 [maintainer] www/pyblosxom update to 1.5rc3 o ports/160668 [patch] graphics/zathura: add zathurarc.5 under NOPORT o ports/160667 [patch] audio/xmmix: fix WARNING pid 4826 (xmmix): ioc o ports/160666 [maintainer-update] p5-Sys-Filesystem default package f ports/160660 [patch] cad/linux-eagle5: add missing dependencies f ports/160654 [PATCH] databases/cassandra: scripts must be world exe f ports/160640 [patch] devel/php5-blitz new version f ports/160626 [patch] www/py-rssdler: deprecate in favor of www/py-f o ports/160606 ports-bug [PATCH] devel/rlog: update to 1.4 o ports/160579 [PATCH] audio/firefly: portlint(1) fixes and more o ports/160566 [new port] mail/dbmail-devel: dbmail upgraded to versi f ports/160539 [PATCH] security/botan: update to 1.10.1 f ports/160511 [PATCH] make math/py-graphtool actually work o ports/160504 sysutils/bsdstats: 300.statistics outputs an error mes o ports/160414 japanese/alias-fonts: [patch] Broken pkg-(de)install s f ports/160389 [patch] security/openssh-portable: fix build on 9.x f ports/160378 x11-toolkits/py-wxPython28-common: CLANG compilation f o ports/160366 New port: misc/xmonad-log-applet An applet that will d o ports/160353 [patch] update www/linux-opera to 11.51 f ports/160352 net-im/pidgin-sipe has undocumented NSS dependency o ports/160323 [PATCH] japanese/p5-Mail-SpamAssassin. fix sa-update, o ports/160319 [New Port] pidgin-audacious-remote (plugin for pidgin) o ports/160313 New port:databases/pg_reorg o ports/160308 [MAINTAINER] dns/powerdns: fix loading a whole new set o ports/160265 [NEW PORT] lang/pypy 1.6 o ports/160262 New port: net-mgmt/better-cacti-templates - better Cac f ports/160257 [patch] mail/ssmtp: pkg-message needs further descript f ports/160242 audio/murmur installs directories with incorrect owner o ports/160236 [patch] Upgrade lang/jruby to 1.6.4 f ports/160233 [patch][update] devel/pinba_engine Update to new revis o ports/160213 [NEW PORT] security/py-htpasswd - htpasswd replacement f ports/160210 [update] devel/php5-pinba o ports/160208 [NEW PORT} print/py27-pdfcolorsplit - script to split o ports/160207 [NEW PORT] devel/php5-dav: The PHP WebDAV extension o ports/160194 [PATCH] sysutils/jdiskreport: update to 1.3.2 f ports/160184 graphics/jpeg2pdf is broken with ruby 1.9, but does no o ports/160178 [NEW PORT] www/vimprobable1 - webkit browser inspired o ports/160177 [NEW PORT] www/vimprobable2 - webkit browser inspired o ports/160174 [PATCH] japanese/jcode.pl Fix defined(%hash) is deprec o ports/160172 [NEW PORTS] japanese/wordpress: add ja-wordpress 3.2.1 o ports/160060 collision: sysutils/coreutils Collision between system f ports/160052 [patch] sysutils/fusefs-kmod: fix build after vfs_flag o ports/160031 [PATCH] devel/yajl add yajl.pc o ports/160020 [MAINTAINER] japanese/ddskk: update to 14.3 f ports/160017 [new port] NeoRouter client & server o ports/160007 [NEW PORT] ports-mgmt/porttree: Show dependences of Fr o ports/160006 [new port] devel/premake4: cross-platform build script f ports/159996 multimedia/ffmpegthumbnailer doesn't link with libjpeg o ports/159991 [PATCH] devel/py-mercurialserver mark IGNORE f ports/159976 new port: games/blackjack f ports/159958 [UPDATE] x11/deskpaint to 3.1 f ports/159951 [patch] www/woof to support Python 2.7 o ports/159935 New port: devel/libparserutils A library useful when w o ports/159908 [new port] devel/php5-blitz-devel Templating engine o ports/159903 japanese/a2ps: a2ps-j generates warning errors for obs o ports/159894 [new port] databases/php52-rrdtool f ports/159874 [patch] sysutils/zfs-snapshot-mgmt: respect local time f ports/159821 [patch] www/squid31: dnsserver does not build o ports/159803 update security/monkeysphere to 0.35 f ports/159791 x11-fonts/terminus-font patch apply fails f ports/159790 sysutils/freesbie cannot build iso f ports/159786 [patch] upgrade of security/ossec-hids-server and secu f ports/159766 cannnot execute sysutils/ezjail on 9.0 BETA1 o ports/159747 New port: sysutlis/wiimms : Wii and GameCube ISO Tools f ports/159728 sysutils/htop 0.9.0_1 is broken (does not show process o ports/159636 [patch] net/freevrrpd: RC script for freevrrpd that co o ports/159631 New port: sysutils/amount FreeBSD specific auto mount o ports/159626 New port: dns/radns IPv6 DNS server address autoconfig f ports/159619 net-mgmt/netams install cgi scripts without exec permi f ports/159607 Update port: graphic/mahotas Efficient Image Processin o ports/159575 [new port] games/stockfish: open source chess engine f ports/159560 [PATCH] devel/php-xdebug: update to 2.1.2 o ports/159550 audo/freeswitch-sounds: update to latest version, othe f ports/159516 [patch] Port comms/mlan3 update to 310r2 version o ports/159515 [MAINTAINER] net-mgmt/zabbix-server: update to 1.8.6 f ports/159409 [PATCH] devel/py-boto: update to 2.0 o ports/159393 [New port] x11/gnome-color-chooser: customize appearan o ports/159378 [NEW PORT] lang/php-plua: PLua is a PHP extension whic o ports/159325 new port: emulators/joytran f ports/159322 [PATCH] sysutils/fusefs-kmod doesn't build due to rece f ports/159313 sysutils/uhidd: uhidd-devd.conf.sample doesn't work o ports/159302 New port:math/geogebra - software for math and geometr f ports/159230 [PATCH] fix sysutils/fusefs-kmod for the 64bit mount f o ports/159221 sysutils/ezjail: ezjail-admin command, console option f ports/159218 [patch] update multimedia/ffmpegthumbnailer to 2.0.7, f ports/159205 net-mgmt/zabbix-agent: No active checks on server: hos o ports/159204 net-mgmt/zabbix-server - graphs drawn with no data o ports/159187 [patch] sysutils/am-utils patch to add nolockd to nfs f ports/159177 sysutils/muse on 8.2-STABLE o ports/159121 net/freevrrpd: Make adv_int a runtime configurable opt f ports/159108 sysutils/fusefs-smbnetfs update to 0.5.3 o ports/159102 sysutils/fusefs-kmod: fusefs daemonizes before mount i o ports/159083 [NEW PORT] www/py27-django_compressor: Compresses link f ports/159050 PORT graphics/fotoxx Makefile update o ports/159025 New port: www/py-tornado2 - An open source scalable, n o ports/159007 New ports: print/linux-f10-cups-libs, security/linux-f s ports/158983 [NEW PORT] devel/pecl-dtrace: PHP DTrace provider f ports/158968 Update port: lang/mosh version 0.2.7 f ports/158935 [PATCH] print/lpr-wrapper: update to 0.7 o ports/158931 print/perlftlib is not built with perl5.14 o ports/158925 New Port: audio/pithos GNOME Pandora player f ports/158907 [PATCH] www/interchange: update to 5.6.3 f ports/158898 [PATCH] www/libecap: update to 0.2.0 f ports/158897 [PATCH] net/phamm: update to 0.5.18 f ports/158889 [PATCH] sysutils/ucspi-proxy: update to 0.98 o ports/158878 [patch] textproc/dadadodo assumes long is 32 bits o ports/158781 New port: games/drcreep Platform Puzzle Game a ports/158744 [Maintainer] textproc/scim-kmfl-imengine: fix pkg-plis f ports/158731 sysutils/byobu wants module "snack" o ports/158704 New port: mail/mailfromd f ports/158703 New port: mail/mailutils f ports/158533 [NEW PORT] devel/tiled: 2D game map editor f ports/158403 New port: mail/dovecot2-deleted-to-trash-plugin: dovec o ports/158204 [PATCH] java/jde: update to 2.4.0.1 o ports/158179 some packages do not fully honor -P dir option in pkg_ o ports/158167 [NEW PORT] databases/percona-server: Multithreaded SQL f ports/158044 net/iaxmodem - multiple instances started o ports/157791 audo/midimountain fails to copy all xpm files and fail o ports/157738 New port: net/py-ldaptor o ports/157719 [new port] net-mgmt/zenpack-CheckPing: Provides nagios o ports/157715 [new port] net-mgmt/zenpack-libvirt: Provides monitori o ports/157320 [NEW PORT] databases/pecl-pdo_user: PECL classes provi o ports/157301 [New port] net-mgmt/zbxlog: Syslog server receives mes o ports/157282 [MAINTAINER PATCH] net/xrdp: effective login name is n o ports/157191 [new port] net-mgmt/zenpack-MACReport: Lists MAC addre o ports/157190 [new port] net-mgmt/zenpack-GraphPortlet: Enables user o ports/157176 [patch] sysutils/heartbeat crashes when clock_t (signe o ports/157135 [new port] net-mgmt/zenpack-DellMonitor: Provides Zeno o ports/157133 [new port] net-mgmt/zenpack-ApacheMonitor: Provides pe f ports/157109 conflict between net/netpipes and sysutils/timelimit f ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 f ports/157021 multimedia/mplayer: does not build with multimedia/lib o ports/157014 devel/jam: does not compile on FreeBSD 9.0 CURRENT/amd o ports/156834 New port: games/fairymax-devel latest version of games o ports/156791 New port: security/py-kerberos Python bindings for ker f ports/156747 multimedia/mplayer: fix 24-bits OSS + some improvement o ports/156629 [patch] sysutils/puppet patch to use PACKAGEROOT inste o ports/156472 [new port] devel/ocaml-react - OCaml library for react f ports/156376 [PATCH] graphics/optipng: update to 0.6.5 o ports/156362 New port: games/rftg Race for the Galaxy AI o ports/156343 multimedia/xbmc 10.1_1 mp3 playback problem - CALSADir f ports/156252 New port: devel/radar Opensource tools to disasm, debu f ports/156171 port multimedia/mplayer patch-libao2-ao_oss.c is incor f ports/156143 New port: devel/arduino-mk: Build Arduino sketches fro f ports/156075 [new port] graphics/openfst: library for constructing, f ports/156034 print/lyx-devel spell checking with enchant does not w f ports/155941 mwserv library support is not included in nepenthes.co f ports/155898 Update port devel/libthai o ports/155788 ports security/cfsd startup -- multiple problems f ports/155697 ports-mgmt/pkg_replace doesn't want to replace java/op o ports/155593 lang/mpd .16.1 ignores embedded cue sheets in FLAC fil f ports/155592 polish/ekg, after polish/libgadu update, contacts are o ports/155538 new port devel/radlib radlib developer library. Event- o ports/155447 Update ports: net-p2p/eiskaltdcpp-* to 2.2.1, New port f ports/155306 multimedia/openshot doesn't work o ports/155166 update deskutils/org-mode.el to 7.4 f ports/155115 devel/doxygen: dependancy loop o ports/155070 NEW PORT: games/CastleVox - new fast strategy board ga f ports/154973 [PATCH] security/ike: fix plist when QTGUI=off, respec o ports/154809 [PATCH] ports-mgmt/porttools should include PORTREVISI o ports/154711 security/heimdal: kadmin: hdb_open: hdb_open failed in o ports/154682 net/iaxmodem: add rc script for running more than 1 ia f ports/154546 update port: games/gemrb to version 0.6.3 o ports/154401 New port: www/jetty7 - newer fork by Eclipse/Codehaus o ports/154285 [NEW PORT] java/netty: Java NIO client server framewor o ports/154217 New port: ports-mgmt/portsreinstall o ports/154202 New port: security/scannedonly - A Samba VFS virus sca o ports/154031 New port: audio/shoutcast2: SHOUTcast Distributed Netw o ports/153926 New port net/freeswitch-snapshot o ports/153425 [PATCH] www/limesurvey: Added a switch to use PostgreS o ports/152982 [patch] net/nss_ldap, ignore option nss_initgroups_ign f ports/152915 russian/xmms v. 1.2.11_12 don't see cdinfo and tag's i o ports/152236 [patch] x11/slim: Enable pam support, add hald and dbu s ports/152195 [PATCH] deskutils/pinot update to xapian-core 1.2.3 f ports/152192 [PATCH] databases/xapian-bindings update to 1.2.3 o ports/152191 [PATCH] databases/xapian-core update to 1.2.3 o ports/152118 New port: deskutils/linux-tahometer A worktime trackin o ports/151930 [PATCH] net-mgmt/netams links to libmysqlclient/libpq o ports/151747 new port: emulators/wine-fbsd64: request for (a variat o ports/151318 [repocopy][new port] x11-wm/stumpwm: rename to x11-wm/ o ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv f ports/150235 sysutils/smartmontools build system bug o ports/150086 [NEW PORT] net-im/tkabber-plugins-devel: External Plug o ports/149564 patch for various games/ adding appropriate LICENSEs t f ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD s ports/147829 Improved net/ucarp startup script: multiple VHID and F o ports/147169 bsd.ruby.mk: Adding GEM_ARGS o ports/139872 [PATCH] ports-mgmt/porttools: improve port's directory a ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/139148 multimedia/dvdauthor: progress estimation bug in dvdun o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD f ports/122333 net/arping - patch to lookup for interface and src ip, o ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 213 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 11:08:35 2011 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 9BB81106568E for ; Mon, 19 Sep 2011 11:08:35 +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 712BF8FC17 for ; Mon, 19 Sep 2011 11:08:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8JB8ZWe074747 for ; Mon, 19 Sep 2011 11:08:35 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8JB8YjI074745 for ports@FreeBSD.org; Mon, 19 Sep 2011 11:08:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Sep 2011 11:08:34 GMT Message-Id: <201109191108.p8JB8YjI074745@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ports@FreeBSD.org Cc: Subject: Current problem reports assigned to ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 11:08:35 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). 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. No matches to your query From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 12:47:26 2011 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 E6265106564A for ; Mon, 19 Sep 2011 12:47:26 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4268FC22 for ; Mon, 19 Sep 2011 12:47:26 +0000 (UTC) Received: by wyf23 with SMTP id 23so6614478wyf.37 for ; Mon, 19 Sep 2011 05:47:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=/iBZ1Dlwr8t4LP5TlSKKigYmLCbRtr/DNFVk6oslpU0=; b=ljLj/kn7nc0uYD8Q2KLNEX+SmmfnGGbr9TTL/3wpMrBZF/MY5TWkjajUI3yNE2Senr J8NJ4/MRlSKfodIVqbMiUr4DsvzwitQ0cDevpnGTZCN6NbFDu1Qak+NjGLQxPnexqtko 0ta0TDmdwqn/+bGkVN+PaOJMtZr/AW1vSw1yw= MIME-Version: 1.0 Received: by 10.227.19.141 with SMTP id a13mr2738902wbb.62.1316436445236; Mon, 19 Sep 2011 05:47:25 -0700 (PDT) Received: by 10.180.100.1 with HTTP; Mon, 19 Sep 2011 05:47:25 -0700 (PDT) Date: Mon, 19 Sep 2011 08:47:25 -0400 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org, "Conrad J. Sabatier" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 12:47:27 -0000 > > > Do you mean one gigantic, monolithic patch that would amend all of > > > them, or a large set of individual patches (last I checked, there > > > were ~1453 ports in need of this sort of revision)? =C2=A0I could go > > > either way, just need to know which would be preferred. > > > > One monolithic patch (preferably generated with "cvs diff -Nu") > > OK. Just a few more questions: > > portlint -A issues no warning in the case of CPPFLAGS being added to > CONFIGURE_ARGS. Should I concern myself only with CONFIGURE_ENV, or > would it be best to modify in either case? Either case. There are slight differences in the handling of variables passed in the environment (as is done by default for CPPFLAGS), and variables passed on the command-line (as is done for variables assigned in CONFIGURE_ARGS), but they are usually unimportant. Most occurrences of CPPFLAGS in CONFIGURE_ARGS are either mistakes or anachronisms. > > Also, is there any possibility of either CONFIGURE_ENV or > CONFIGURE_ARGS being used in some non-standard fashion, i.e., with > anything other than a GNU configure script, meaning they should just be > left alone? Of course that is possible, although such a usage would probably be rare, i= f it occurs at all. You should only be concerned about the case when: --HAS_CONFIGURE is defined (note that HAS_CONFIGURE can be implied by other things, like GNU_CONFIGURE, XORG_CAT, USE_AUTOTOOLS, USE_PHPIZE, and USE_PHPEXT); and --the default "do-configure" target has not been overridden; because that is when CPPFLAGS is passed in the environment to the configure script. See bsd.port.mk. b. From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 13:10:27 2011 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 E9F64106571B for ; Mon, 19 Sep 2011 13:10:27 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx1.freebsd.org (Postfix) with ESMTP id 45A548FC0C for ; Mon, 19 Sep 2011 13:10:26 +0000 (UTC) Received: by wyf23 with SMTP id 23so6650044wyf.37 for ; Mon, 19 Sep 2011 06:10:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=C/ZI19NdFeLZzwsZ6b1/79TmxJRsfHz7I2NWlkIQNUE=; b=Zpxguhxl3YVhQBsdK/HijsJ4e+S2hAjJ7czpdvcN1/eYXszROOZ6y05zZWid5cmAOl +lNx1Xxlzf2Cm3BQVjtjxnKB/0x7jBG3dd9CBk8h+j6m1llqxQkEOpI0bYk5L36m7RWZ 5H/p3yEejatclaxJCRLjYiDb/0a/ZA/vzBQRw= MIME-Version: 1.0 Received: by 10.227.19.141 with SMTP id a13mr2766063wbb.62.1316437825938; Mon, 19 Sep 2011 06:10:25 -0700 (PDT) Received: by 10.180.100.1 with HTTP; Mon, 19 Sep 2011 06:10:25 -0700 (PDT) Date: Mon, 19 Sep 2011 09:10:25 -0400 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org, Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 13:10:28 -0000 ... > > There are several ways to break the circular dependancy: > > > 1. Turn the DOC option OFF for audio/jack. > > 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy > > on graphics/graphviz) Turning the DOC option off, and setting NOPORTDOCS are the same for audio/jack. ... > How do you define NOPORTDOCS, do you insert "-D NOPORTDOCS" in 'make' command, like Yes, or in the build environment, or in an included Makefile. ... > What does NOPORTDOCS do in devel/doxygen? Do I lose a lot of important documentation? You retain a few manpages, but lose a lot of detailed API documents that many users don't need. In any event, you can download them from the jack website: http://jackaudio.org/documentation >What is "doxywizard"? Read the doxygen documents: http://www.stack.nl/~dimitri/doxygen/doxywizard_usage.html > Having DOCS option on in audio/jack adds an intimidating load of dependencies, as I found through > make missing | more That is why they were just removed from the default package. ... > maybe more than the ports framework can handle? No, but maybe more than the average person who builds audio/jack wants to handle. b. From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 13:43:55 2011 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 02580106566B for ; Mon, 19 Sep 2011 13:43:55 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo201.cox.net (eastrmfepo201.cox.net [68.230.241.216]) by mx1.freebsd.org (Postfix) with ESMTP id 99CCF8FC08 for ; Mon, 19 Sep 2011 13:43:54 +0000 (UTC) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmfepo201.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110919134348.GZLT12561.eastrmfepo201.cox.net@eastrmimpo02.cox.net>; Mon, 19 Sep 2011 09:43:48 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo02.cox.net with bizsmtp id adjo1h00B55wwzE02djoLV; Mon, 19 Sep 2011 09:43:48 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020203.4E774714.016F,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=WuqbhJSaLsQNgFQdVfTUjneCUYDL0dnDnEJhAdIm7mY= c=1 sm=1 a=tw5jEK2Mse0A:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=mK_AVkanAAAA:8 a=kviXuzpPAAAA:8 a=tXTTU6Hkh3Zg94SBmEAA:9 a=EfbeE6nfkcTH5WesVAwA:7 a=CjuIK1q_8ugA:10 a=9xyTavCNlvEA:10 a=4vB-4DCPJfMA:10 a=vNEWamThwXgwB7b-:21 a=9bUtihdQzZ-sNuKb:21 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p8JDhlYa052422; Mon, 19 Sep 2011 08:43:48 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 19 Sep 2011 08:43:42 -0500 From: "Conrad J. Sabatier" To: bf1783@gmail.com Message-ID: <20110919084342.1cf4ab56@cox.net> In-Reply-To: References: X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Ports with CPPFLAGS in CONFIGURE_(ARGS|ENV) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 13:43:55 -0000 On Mon, 19 Sep 2011 08:47:25 -0400 "b. f." wrote: > > > > OK. Just a few more questions: > > > > portlint -A issues no warning in the case of CPPFLAGS being added to > > CONFIGURE_ARGS. Should I concern myself only with CONFIGURE_ENV, or > > would it be best to modify in either case? > > Either case. There are slight differences in the handling of > variables passed in the environment (as is done by default for > CPPFLAGS), and variables passed on the command-line (as is done for > variables assigned in CONFIGURE_ARGS), but they are usually > unimportant. Most occurrences of CPPFLAGS in CONFIGURE_ARGS are > either mistakes or anachronisms. Right, OK. > > Also, is there any possibility of either CONFIGURE_ENV or > > CONFIGURE_ARGS being used in some non-standard fashion, i.e., with > > anything other than a GNU configure script, meaning they should > > just be left alone? > > Of course that is possible, although such a usage would probably be > rare, if it occurs at all. You should only be concerned about the > case when: > > --HAS_CONFIGURE is defined (note that HAS_CONFIGURE can be implied by > other things, like GNU_CONFIGURE, XORG_CAT, USE_AUTOTOOLS, USE_PHPIZE, > and USE_PHPEXT); and > --the default "do-configure" target has not been overridden; > > because that is when CPPFLAGS is passed in the environment to the > configure script. See bsd.port.mk. > > b. Thank you, that was very informative. I'm definitely going to have to scrutinize bsd.port.mk and friends more closely to better my understanding of how these variables are actually handled, to avoid any potential pitfalls. Final tally (as of this writing) of ports flagged by portlint: 1,521. That's only for the CONFIGURE_ENV cases. I think, for now, I'll limit myself to those. The "edgier" cases may just bog me down too much initially. Once I've succeeded in doing the initial basic cleanup, it will be a little easier to zoom in on the more specialized cases. I'm already somewhat daunted by the sheer number of ports needing attention. Fortunately, though, many of the occurrences are identical (or very nearly so) in format, so it should be possible to devise some automated tools to handle a large number of them. Luckily for me, I'm retired now, and have *lots* of free time. Can't think of a more productive way to spend it than by giving back to the project I've come to know and love over the last 15 years. -- Conrad J. Sabatier conrads@cox.net From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 14:06:07 2011 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 24B681065686 for ; Mon, 19 Sep 2011 14:06:07 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AF94A8FC1F for ; Mon, 19 Sep 2011 14:06:06 +0000 (UTC) Received: by wwe3 with SMTP id 3so7478490wwe.31 for ; Mon, 19 Sep 2011 07:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=qq9xHr3JpJSFkEBI5yyfSPxuk+FGfWaJPG2Ai40H6UI=; b=ZHUIy50CRthKnSM4bfumfooAXgcyxZKDCGdwQIQ5uAj5PoiXoUEZTo6aHgBn9NnAI/ vgbQMwax5YEypPYVZKsdu6fFXxcGcM/YwPD8v3TuJxKngAzWjDB5xgScxQ8M8pWLCqO9 wvPHx6S4HlZX2iub3dhmu52Yfj5U9kI4lm/m8= MIME-Version: 1.0 Received: by 10.227.12.15 with SMTP id v15mr2784539wbv.77.1316440806913; Mon, 19 Sep 2011 07:00:06 -0700 (PDT) Received: by 10.180.100.1 with HTTP; Mon, 19 Sep 2011 07:00:06 -0700 (PDT) Date: Mon, 19 Sep 2011 10:00:06 -0400 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org, Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: Substitute dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 14:06:07 -0000 >I s there any way to substitute dependencies, in cases where the substitute would work as well or better? As some of the others wrote, it depends on the ports involved. Some ports that are supposed to provide the same functionality have subtle differences that can cause problems. > > First case I think of is the misc/freebsd-doc-* ports which want links1, which would be redundant if I already have lynx installed, or lynx and seamonkey too. > > I don't really like links1, prefer links with graphic capability though links with graphics is still a lame horse compared to Firefox or Seamonkey. It's not a fair comparison -- they were designed to meet different needs. www/links is supposed to be a lightweight browser with basic functionality than can be used even without X, while the others are full-featured browsers. In this case, you can probably get away with substituting www/links for www/links1, because they have similar output, they can both be invoked with "-dump", and it is unlikely that the dependent port checks version information for them. To try and see if this works, remove www/links1 and install www/links. When the docproj ports test for the existence of "links", they will find www/links and assume that www/links1 is already installed. The dependency accounting in your package database may be wrong, but that's usually not important, and third-party updating tools like portmaster or portupgrade can adjust this, or compensate for it. (Why are you building the doc ports if you are only interested in reading them, anyway? Why not just use the default packages for these, and avoid installing a lot of software?) To substitute binary executables or static archives with different names, you can use symlinks. Symlinks or libmap.conf(5) can be used to substitute shared libraries. The entity that must be substituted is the first part of the *_DEPENDS triplet. b. From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 15:17:46 2011 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 259381065678 for ; Mon, 19 Sep 2011 15:17:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id AE90C8FC19 for ; Mon, 19 Sep 2011 15:17:45 +0000 (UTC) Received: by fxg9 with SMTP id 9so5465907fxg.13 for ; Mon, 19 Sep 2011 08:17:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=JlA5Fw/cWlSeplMO1I05m1/DxG42Se3s6fg/hRX0UzQ=; b=SAPBwHyNcTo/dcaBiXz+NQFt15yBn9Z8Bn0oM/kn5/SorT/KxyIGvgs9+AGlNOluhe C31PL13MhI2RY5KHFUv/qJh8DkCc/5lzHJ+Q/vzSWBoReEIEQ27u8eN7iRdFWP4Sw1q1 KNt2UIp8Yx3e0ZLz7KPBVbvgkIamHyT9aHmZ0= MIME-Version: 1.0 Received: by 10.223.54.202 with SMTP id r10mr5457529fag.114.1316445464745; Mon, 19 Sep 2011 08:17:44 -0700 (PDT) Received: by 10.152.6.36 with HTTP; Mon, 19 Sep 2011 08:17:44 -0700 (PDT) In-Reply-To: <20110919100721.2F1041065670@hub.freebsd.org> References: <20110919100721.2F1041065670@hub.freebsd.org> Date: Mon, 19 Sep 2011 10:17:44 -0500 Message-ID: From: Scot Hetzel To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 15:17:46 -0000 On Mon, Sep 19, 2011 at 4:56 AM, Thomas Mueller wrote: > >From Scot Hetzel : > >> The circular dependancy is being caused by audio/jack, >> graphics/graphviz and devel/sdl12: > >> audio/pulseaudio >> =A0- audio/jack >> =A0-- devel/doxygen >> =A0--- graphics/graphviz >> =A0---- graphics/devil >> =A0----- devel/sdl12 >> =A0------ audio/pulseaudio > >> There are several ways to break the circular dependancy: > >> 1. Turn the DOC option OFF for audio/jack. >> 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy >> on graphics/graphviz) >> 3. Turn the DEVIL option OFF for graphics/graphviz >> 4. Turn the PULSEAUDIO option OFF for devel/sdl12 > > I already had DEVIL off for graphics/graphviz. > Sounds like you have the other circular dependancy ;-). There are at least 2 ways to create this circular dependancy, and at one point I had documented both cases. Unfortunately, I am unable to locate it today. You would need to capture a log of the build process to identify the cause of your circular dependancy. Scot From owner-freebsd-ports@FreeBSD.ORG Mon Sep 19 15:41:00 2011 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 B2E88106564A for ; Mon, 19 Sep 2011 15:41:00 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id 73D5B8FC1A for ; Mon, 19 Sep 2011 15:41:00 +0000 (UTC) Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta05.westchester.pa.mail.comcast.net with comcast id aZ1b1h0021ei1Bg55fTmVf; Mon, 19 Sep 2011 15:27:46 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta24.westchester.pa.mail.comcast.net with comcast id afTk1h00e2anbQt3kfTl1V; Mon, 19 Sep 2011 15:27:45 +0000 Message-ID: <4E775F6F.601@cyberbotx.com> Date: Mon, 19 Sep 2011 11:27:43 -0400 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.1) Gecko/20110903 Thunderbird/6.0.1 MIME-Version: 1.0 To: Scot Hetzel References: <20110919100721.2F1041065670@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Sep 2011 15:41:00 -0000 On 09/19/11 11:17, Scot Hetzel wrote: > On Mon, Sep 19, 2011 at 4:56 AM, Thomas Mueller > wrote: >> > From Scot Hetzel: >> >>> The circular dependancy is being caused by audio/jack, >>> graphics/graphviz and devel/sdl12: >> >>> audio/pulseaudio >>> - audio/jack >>> -- devel/doxygen >>> --- graphics/graphviz >>> ---- graphics/devil >>> ----- devel/sdl12 >>> ------ audio/pulseaudio >> >>> There are several ways to break the circular dependancy: >> >>> 1. Turn the DOC option OFF for audio/jack. >>> 2. define NOPORTDOCS when installing devel/doxygen (breaks dependancy >>> on graphics/graphviz) >>> 3. Turn the DEVIL option OFF for graphics/graphviz >>> 4. Turn the PULSEAUDIO option OFF for devel/sdl12 >> >> I already had DEVIL off for graphics/graphviz. >> > Sounds like you have the other circular dependancy ;-). There are at > least 2 ways to create this circular dependancy, and at one point I > had documented both cases. Unfortunately, I am unable to locate it > today. > > You would need to capture a log of the build process to identify the > cause of your circular dependancy. > > Scot Hey everyone, I maintain devel/doxygen (sorry I didn't add my 2 cents earlier, I've been a bit busy) and was looking at this particular thread. I know someone filed a PR regarding the circular dependency, stating that it might be best to split apart doxygen so one port builds just the program and another port build just the documentation. I am not sure if that is the best thing to do or not. I've been wanting to push out an update to doxygen but this has been a stopping block for me. Naram Qashat From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 07:34:10 2011 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 C42C6106566B for ; Tue, 20 Sep 2011 07:34:10 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7A08FC16 for ; Tue, 20 Sep 2011 07:34:09 +0000 (UTC) Received: by fxg9 with SMTP id 9so343831fxg.13 for ; Tue, 20 Sep 2011 00:34:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=7/vbLMaFBx7sHby24qbySrBLJzWBWurMe/lHmSHZ7B4=; b=lboCaTC0f9OJF8yhsIW1eTD8RlRbAsscPDkMVNeAxQElPpy0roog2vAeTBhGiMbjdC /QFqtwzUSeCdyFShPNoKJvmeYQ2b2IhGHt925th96WxvfVo7t6lzGQJ9ye3yFEu54h1W Ix//EXWp0Ij3AZrB6dyt8QlieLh1ScQwxGdE8= Received: by 10.223.5.155 with SMTP id 27mr795146fav.90.1316502340050; Tue, 20 Sep 2011 00:05:40 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id l9sm608681faa.26.2011.09.20.00.05.38 (version=SSLv3 cipher=OTHER); Tue, 20 Sep 2011 00:05:38 -0700 (PDT) Date: Tue, 20 Sep 2011 10:06:33 +0300 From: "Sergey V. Dyatko" To: ports@freebsd.org Message-ID: <20110920100633.2a79d563@laptop> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: eadler@freebsd.org Subject: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 07:34:10 -0000 Hi, CCd eadler@ as he did last commit. When I'm trying update x11/xbitmaps x11/xtrans and other xorg-related(?) ports I got: ===> License not correctly defined: for unknown licenses, defining LICENSE_PERMS is mandatory (otherwise use a known LICENSE) with DISABLE_LICENSES all works fine, sure. Not so long ago was a great practice - 'freeze' for ports tree, but it was abandoned, so sad. Eitan, does x11/xbitmaps (for example) build fine for you? -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 07:42:33 2011 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 CD6BA106566C; Tue, 20 Sep 2011 07:42:33 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id 4619D8FC08; Tue, 20 Sep 2011 07:42:33 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward15.mail.yandex.net (Yandex) with ESMTP id 9E5F29E21F2; Tue, 20 Sep 2011 11:42:31 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316504551; bh=yRwhqHaWRhTeUHJDjW7cNqoSicLVy5zwb4aIs2DNel8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HEu3qX5Ecvsh6EeO6M6zFspEHJqKPRysBiPhpeFtDWF6iBySy7eClDyfu/hAf42XG lFMvsYjwfFrsYYtu0wtepI9qUOsqxGZduvfd38XibI/eZhboFODllspEmsXhbv1u4u rrOpYkklbhPbtRu19j9QvD1NDeZWf8Wj4qkhwN14= Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 74D227E03CA; Tue, 20 Sep 2011 11:42:31 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316504551; bh=yRwhqHaWRhTeUHJDjW7cNqoSicLVy5zwb4aIs2DNel8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HEu3qX5Ecvsh6EeO6M6zFspEHJqKPRysBiPhpeFtDWF6iBySy7eClDyfu/hAf42XG lFMvsYjwfFrsYYtu0wtepI9qUOsqxGZduvfd38XibI/eZhboFODllspEmsXhbv1u4u rrOpYkklbhPbtRu19j9QvD1NDeZWf8Wj4qkhwN14= Received: from unknown (unknown [213.27.65.65]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id gT6q1Go0-gU6egE3j; Tue, 20 Sep 2011 11:42:31 +0400 X-Yandex-Spam: 1 Message-ID: <4E7843D9.9070202@yandex.ru> Date: Tue, 20 Sep 2011 11:42:17 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: "Sergey V. Dyatko" References: <20110920100633.2a79d563@laptop> In-Reply-To: <20110920100633.2a79d563@laptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, eadler@freebsd.org Subject: Re: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 07:42:33 -0000 Sergey V. Dyatko wrote on 20.09.2011 11:06: > Hi, > > CCd eadler@ as he did last commit. > > When I'm trying update x11/xbitmaps x11/xtrans and other xorg-related(?) > ports I got: > > ===> License not correctly defined: for unknown licenses, defining > LICENSE_PERMS is mandatory (otherwise use a known LICENSE) > > with DISABLE_LICENSES all works fine, sure. > > Not so long ago was a great practice - 'freeze' for ports tree, but it > was abandoned, so sad. > > Eitan, does x11/xbitmaps (for example) build fine for you? > There is no "x11" in Mk/bsd.licenses.db.mk -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 08:12:49 2011 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 0ACFF1065672; Tue, 20 Sep 2011 08:12:49 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6B66F8FC0C; Tue, 20 Sep 2011 08:12:48 +0000 (UTC) Received: by fxg9 with SMTP id 9so379331fxg.13 for ; Tue, 20 Sep 2011 01:12:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=zTty2NeGuCFgk3XAcQlhlb2wc3gdZgUsb3xh7FtT6Tw=; b=f0RG0H2TIUhZX6AxwjOjpTYmP9eBgfzUZWi1unF9DNg7DkQ6FmNn6e05fxk3veJctV PILoKXUtaOYDtOyQSMXCWVSmIUjbFgsvfSDTqoK/qz9+m5llyt6c7mugI66k6oCNORNL loENrYDn5HwQ0QjjytCXuft2VU+0jDmdo3gJc= Received: by 10.223.40.145 with SMTP id k17mr893500fae.76.1316506366650; Tue, 20 Sep 2011 01:12:46 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id v17sm759722fai.18.2011.09.20.01.12.43 (version=SSLv3 cipher=OTHER); Tue, 20 Sep 2011 01:12:44 -0700 (PDT) Date: Tue, 20 Sep 2011 11:13:38 +0300 From: "Sergey V. Dyatko" To: Ruslan Mahmatkhanov Message-ID: <20110920111338.1f8a162c@laptop> In-Reply-To: <4E7843D9.9070202@yandex.ru> References: <20110920100633.2a79d563@laptop> <4E7843D9.9070202@yandex.ru> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, eadler@freebsd.org Subject: Re: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 08:12:49 -0000 On Tue, 20 Sep 2011 11:42:17 +0400 Ruslan Mahmatkhanov wrote: > Sergey V. Dyatko wrote on 20.09.2011 11:06: > > Hi, > > > > CCd eadler@ as he did last commit. > > > > When I'm trying update x11/xbitmaps x11/xtrans and other > > xorg-related(?) ports I got: > > > > ===> License not correctly defined: for unknown licenses, defining > > LICENSE_PERMS is mandatory (otherwise use a known LICENSE) > > > > with DISABLE_LICENSES all works fine, sure. > > > > Not so long ago was a great practice - 'freeze' for ports tree, but > > it was abandoned, so sad. > > > > Eitan, does x11/xbitmaps (for example) build fine for you? > > > > There is no "x11" in Mk/bsd.licenses.db.mk > Exactly. thats why Eitan, does x11/xbitmaps (for example) build fine for you? -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 08:24:02 2011 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 62CFE106568C; Tue, 20 Sep 2011 08:24:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A02F8FC24; Tue, 20 Sep 2011 08:24:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8K8O2PU091408; Tue, 20 Sep 2011 08:24:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8K8O1gu091407; Tue, 20 Sep 2011 08:24:01 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Tue, 20 Sep 2011 10:23:58 +0200 From: Baptiste Daroussin To: "Sergey V. Dyatko" Message-ID: <20110920082358.GJ90102@azathoth.lan> References: <20110920100633.2a79d563@laptop> <4E7843D9.9070202@yandex.ru> <20110920111338.1f8a162c@laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6K2R/cS9K4qvcBNq" Content-Disposition: inline In-Reply-To: <20110920111338.1f8a162c@laptop> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, eadler@FreeBSD.org, Ruslan Mahmatkhanov Subject: Re: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 08:24:02 -0000 --6K2R/cS9K4qvcBNq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote: > On Tue, 20 Sep 2011 11:42:17 +0400 > Ruslan Mahmatkhanov wrote: >=20 > > Sergey V. Dyatko wrote on 20.09.2011 11:06: > > > Hi, > > > > > > CCd eadler@ as he did last commit. > > > > > > When I'm trying update x11/xbitmaps x11/xtrans and other > > > xorg-related(?) ports I got: > > > > > > =3D=3D=3D> License not correctly defined: for unknown licenses, def= ining > > > LICENSE_PERMS is mandatory (otherwise use a known LICENSE) > > > > > > with DISABLE_LICENSES all works fine, sure. > > > > > > Not so long ago was a great practice - 'freeze' for ports tree, but > > > it was abandoned, so sad. > > > > > > Eitan, does x11/xbitmaps (for example) build fine for you? > > > > >=20 > > There is no "x11" in Mk/bsd.licenses.db.mk > >=20 >=20 > Exactly. thats why > =20 > Eitan, does x11/xbitmaps (for example) build fine for you? > This is fixed now, regards, Bapt --6K2R/cS9K4qvcBNq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk54TZ4ACgkQ8kTtMUmk6ExhyQCeLzkoo9EvV3L35WlcHFzM64od MrIAn15I9gBsEsOmSnZN4jzu8eZyDCYU =+wjA -----END PGP SIGNATURE----- --6K2R/cS9K4qvcBNq-- From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 08:47:08 2011 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 5D3741065672 for ; Tue, 20 Sep 2011 08:47:08 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [207.115.11.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6268FC13 for ; Tue, 20 Sep 2011 08:47:08 +0000 (UTC) Date: Tue, 20 Sep 2011 08:47:06 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc04) with SMTP id <20110920084705H0400ircige>; Tue, 20 Sep 2011 08:47:06 +0000 X-Originating-IP: [72.147.183.55] From: Thomay Mueller" To: freebsd-ports@freebsd.org References: <4E775F6F.601@cyberbotx.com> Message-Id: <20110920084708.5D3741065672@hub.freebsd.org> Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 08:47:08 -0000 > Hey everyone, I maintain devel/doxygen (sorry I didn't add my 2 cents > earlier, I've been a bit busy) and was looking at this particular thread. I > know someone filed a PR regarding the circular dependency, stating that it > might be best to split apart doxygen so one port builds just the program and > another port build just the documentation. I am not sure if that is the > best thing to do or not. I've been wanting to push out an update to doxygen > but this has been a stopping block for me. > Naram Qashat It seems strange to me that doxygen would have audio dependencies, or is doxygen supposed to work with a speech synthesizer? What dependencies would doxygen documentation have? Anything circular? I see abiword and abiword-docs are split in two separate ports. Tom From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 12:10:19 2011 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 54B34106566B for ; Tue, 20 Sep 2011 12:10:19 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-ew0-f45.google.com (mail-ew0-f45.google.com [209.85.215.45]) by mx1.freebsd.org (Postfix) with ESMTP id E81D58FC15 for ; Tue, 20 Sep 2011 12:10:18 +0000 (UTC) Received: by ewy28 with SMTP id 28so150132ewy.18 for ; Tue, 20 Sep 2011 05:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=fQvQJeEkMM8/nmkj9g9mcmL234Wiyx0Yei0ls8gXJHo=; b=KYxXdzxfQ63MOmSKj7uM85G5EIqKtgmlT4QTpxrY5FBJPXZO/s2l4InoH4HnT1Wa83 MH/SaikGspxnp5laliBoV7YXfPL4iskxkgNfpm51L9qCQ/ap4A65zNG5+6Wq19uylkhT 7tb5/kpEXrOs442XX6AU962OAbP/axFP7iG0o= MIME-Version: 1.0 Received: by 10.204.135.26 with SMTP id l26mr488299bkt.40.1316518889400; Tue, 20 Sep 2011 04:41:29 -0700 (PDT) Received: by 10.204.54.145 with HTTP; Tue, 20 Sep 2011 04:41:29 -0700 (PDT) Date: Tue, 20 Sep 2011 06:41:29 -0500 Message-ID: From: "Edwin L. Culp W." To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: problem with port x11/xbitmaps in Current and 7.4 stable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 12:10:19 -0000 Checked UPDATING and there isn't any mention. I get: x11/xbitmaps # make ===> Vulnerability check disabled, database not found ===> License not correctly defined: for unknown licenses, defining LICENSE_PERMS is mandatory (otherwise use a known LICENSE) *** Error code 1 Stop in /usr/ports/x11/xbitmaps. Not a big deal, I've not seen that message before, that I rememver anyway. ed From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 12:13:44 2011 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 082CE106566B for ; Tue, 20 Sep 2011 12:13:44 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id C76088FC17 for ; Tue, 20 Sep 2011 12:13:43 +0000 (UTC) Received: by iadk27 with SMTP id k27so859797iad.13 for ; Tue, 20 Sep 2011 05:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+lXRD061dEd+2bYJhusixukYAjoM8PV/qmYkWIw5oTs=; b=Q0ntg3LVVbmaBC3gVXQq2er89S1YqklyZohbBoUCf3HWVr+fllJoch7AvLRrRb5DMA Y4VD/3Af3aPf6ZILjVF25VaJR5KJ2Qj4HkTnooBatF+b712JREONtdvGmG3JveLJ5SOu qG2NQ9TuPQe5mTBcvFRG7v+1nFoR/TXV28UiA= MIME-Version: 1.0 Received: by 10.231.61.11 with SMTP id r11mr1272803ibh.34.1316520823132; Tue, 20 Sep 2011 05:13:43 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Tue, 20 Sep 2011 05:13:43 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Tue, 20 Sep 2011 05:13:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Sep 2011 13:13:43 +0100 Message-ID: From: Chris Rees To: "Edwin L. Culp W." Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports Subject: Re: problem with port x11/xbitmaps in Current and 7.4 stable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 12:13:44 -0000 On 20 Sep 2011 13:10, "Edwin L. Culp W." wrote: > > Checked UPDATING and there isn't any mention. I get: > > x11/xbitmaps # make > ===> Vulnerability check disabled, database not found > ===> License not correctly defined: for unknown licenses, defining > LICENSE_PERMS is mandatory (otherwise use a known LICENSE) > *** Error code 1 > > Stop in /usr/ports/x11/xbitmaps. > > Not a big deal, I've not seen that message before, that I rememver anyway. > Please csup and try again. Has a nice ring, doesn't it ;) Chris From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 12:41:43 2011 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 B02E61065676; Tue, 20 Sep 2011 12:41:43 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 575DD8FC17; Tue, 20 Sep 2011 12:41:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id B09A2170FE; Tue, 20 Sep 2011 08:42:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= date:date:subject:subject:from:from:x-mailer:message-id :content-type:content-type:content-transfer-encoding :mime-version:in-reply-to:references:received:received; s=aegis; t=1316522532; bh=q33vnsG8gFIf0L9bVpSpk3rovaCXfjrU5Ppx9RYK9vI=; b= BeRevuuM72oRjlbjg6/cj43Y964tWPgBaiI7VVos3PdcHc3rx7a3v2Vjyd91Wch1 PKJoOLStknKkR4McPbtotmIsoY/8OdfefRcwyNVTOjRC4Zq1hqlBKbRnyALnJ3AE JscBunTPk7oBp3t5C/CJqqtGpagtrKuYz4TvvRQcSpo= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id N79jvwZ6zsd1; Tue, 20 Sep 2011 08:42:12 -0400 (EDT) Received: from [10.94.160.185] (mobile-166-137-136-108.mycingular.net [166.137.136.108]) by spartan.hamla.org (Postfix) with ESMTPSA id BC537170E6; Tue, 20 Sep 2011 08:42:11 -0400 (EDT) References: <20110920100633.2a79d563@laptop> <4E7843D9.9070202@yandex.ru> <20110920111338.1f8a162c@laptop> <20110920082358.GJ90102@azathoth.lan> In-Reply-To: <20110920082358.GJ90102@azathoth.lan> Mime-Version: 1.0 (iPhone Mail 8L1) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <0EE6E1AC-1267-4C88-89C0-12FB58366F11@tandon.net> X-Mailer: iPhone Mail (8L1) From: Sahil Tandon Date: Tue, 20 Sep 2011 08:41:30 -0400 To: Baptiste Daroussin Cc: "ports@FreeBSD.org" , "Sergey V. Dyatko" , "eadler@FreeBSD.org" , Ruslan Mahmatkhanov Subject: Re: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 12:41:43 -0000 On Sep 20, 2011, at 4:23 AM, Baptiste Daroussin wrote: > On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote: >> On Tue, 20 Sep 2011 11:42:17 +0400 >> Ruslan Mahmatkhanov wrote: >>=20 >>> Sergey V. Dyatko wrote on 20.09.2011 11:06: >>>> Hi, >>>>=20 >>>> CCd eadler@ as he did last commit. >>>>=20 >>>> When I'm trying update x11/xbitmaps x11/xtrans and other >>>> xorg-related(?) ports I got: >>>>=20 >>>> =3D=3D=3D> License not correctly defined: for unknown licenses, defin= ing >>>> LICENSE_PERMS is mandatory (otherwise use a known LICENSE) >>>>=20 >>>> with DISABLE_LICENSES all works fine, sure. >>>>=20 >>>> Not so long ago was a great practice - 'freeze' for ports tree, but >>>> it was abandoned, so sad. >>>>=20 >>>> Eitan, does x11/xbitmaps (for example) build fine for you? >>>>=20 >>>=20 >>> There is no "x11" in Mk/bsd.licenses.db.mk >>>=20 >>=20 >> Exactly. thats why >> =20 >> Eitan, does x11/xbitmaps (for example) build fine for you? >> >=20 > This is fixed now, This was my fault and oversight; I am sorry. I know that will not allay som= e of your collective ire, so please direct all hatemail to me. -- Sahil Tandon= From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 12:51:38 2011 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 B305A106564A; Tue, 20 Sep 2011 12:51:38 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id 25E498FC08; Tue, 20 Sep 2011 12:51:38 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward15.mail.yandex.net (Yandex) with ESMTP id C0F079E27F1; Tue, 20 Sep 2011 16:51:30 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316523090; bh=RVcPBvH83GtR+zoWKRixr6UUb64gE77WUuIUo/+qSwU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Oo7C6pslcW85ZJMRdImL0SAPPJO0tr2ekO70m7kt5pSmOpruu/4dFMPBWM1O+l13i TIG07EsZToraN6zmdrdgp0EtAc+qtmnYm66qV8CTF/MsR8KDOOV6dY8c/BVyTEkgij 8Dnu7GphRtqnm1eOQIfKVR53Dsf6hdYTbxAcvxwY= Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 84A457E03E1; Tue, 20 Sep 2011 16:51:30 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316523090; bh=RVcPBvH83GtR+zoWKRixr6UUb64gE77WUuIUo/+qSwU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Oo7C6pslcW85ZJMRdImL0SAPPJO0tr2ekO70m7kt5pSmOpruu/4dFMPBWM1O+l13i TIG07EsZToraN6zmdrdgp0EtAc+qtmnYm66qV8CTF/MsR8KDOOV6dY8c/BVyTEkgij 8Dnu7GphRtqnm1eOQIfKVR53Dsf6hdYTbxAcvxwY= Received: from unknown (unknown [213.27.65.65]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id pT6GDwA7-pU6eJvMS; Tue, 20 Sep 2011 16:51:30 +0400 X-Yandex-Spam: 1 Message-ID: <4E788C43.8060904@yandex.ru> Date: Tue, 20 Sep 2011 16:51:15 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: Sahil Tandon References: <20110920100633.2a79d563@laptop> <4E7843D9.9070202@yandex.ru> <20110920111338.1f8a162c@laptop> <20110920082358.GJ90102@azathoth.lan> <0EE6E1AC-1267-4C88-89C0-12FB58366F11@tandon.net> In-Reply-To: <0EE6E1AC-1267-4C88-89C0-12FB58366F11@tandon.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , Baptiste Daroussin , "Sergey V. Dyatko" , "eadler@FreeBSD.org" Subject: Re: something wrong with LICENSEs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Sep 2011 12:51:38 -0000 Sahil Tandon wrote on 20.09.2011 16:41: > On Sep 20, 2011, at 4:23 AM, Baptiste Daroussin wrote: > >> On Tue, Sep 20, 2011 at 11:13:38AM +0300, Sergey V. Dyatko wrote: >>> On Tue, 20 Sep 2011 11:42:17 +0400 >>> Ruslan Mahmatkhanov wrote: >>> >>>> Sergey V. Dyatko wrote on 20.09.2011 11:06: >>>>> Hi, >>>>> >>>>> CCd eadler@ as he did last commit. >>>>> >>>>> When I'm trying update x11/xbitmaps x11/xtrans and other >>>>> xorg-related(?) ports I got: >>>>> >>>>> ===> License not correctly defined: for unknown licenses, defining >>>>> LICENSE_PERMS is mandatory (otherwise use a known LICENSE) >>>>> >>>>> with DISABLE_LICENSES all works fine, sure. >>>>> >>>>> Not so long ago was a great practice - 'freeze' for ports tree, but >>>>> it was abandoned, so sad. >>>>> >>>>> Eitan, does x11/xbitmaps (for example) build fine for you? >>>>> >>>> >>>> There is no "x11" in Mk/bsd.licenses.db.mk >>>> >>> >>> Exactly. thats why >>> >>> Eitan, does x11/xbitmaps (for example) build fine for you? >>> >> >> This is fixed now, > > This was my fault and oversight; I am sorry. I know that will not allay some of your collective ire, so please direct all hatemail to me. > > -- > Sahil Tandon Hi, Sahil :) Maybe you prefer to commit http://bugs.freebsd.org/160434 as an punishment for that :)? It's new license adding, and Wen have some connection problem right now. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Tue Sep 20 23:09:13 2011 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 5E8E8106564A for ; Tue, 20 Sep 2011 23:09:13 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E589C8FC0A for ; Tue, 20 Sep 2011 23:09:12 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so1250802bkb.13 for ; Tue, 20 Sep 2011 16:09:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=DkGAirVMkeBSGa0k2WAtcGhGv0SlJvJCTvAlnscpA2s=; b=CUoqvBuXNMCrWpSahDtwi/EVW0tpPs8FGIUaR2ApzaP5WXs09qZqPcSNvs9pTH6PO0 hqURB3AzUNqbZwAq4rjjvt+kNckypaFTeE7d9gaY+0H32MRKSB/48bvZw0Fb6clq1yiA 4qgndzVq4/h620SiUoaoCyRDjGHMjiIX4+XKM= MIME-Version: 1.0 Received: by 10.204.130.139 with SMTP id t11mr27228bks.300.1316560151770; Tue, 20 Sep 2011 16:09:11 -0700 (PDT) Received: by 10.204.54.145 with HTTP; Tue, 20 Sep 2011 16:09:11 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Sep 2011 18:09:11 -0500 Message-ID: From: "Edwin L. Culp W." To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: problem with port x11/xbitmaps in Current and 7.4 stable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 23:09:13 -0000 On Tue, Sep 20, 2011 at 7:13 AM, Chris Rees wrote: > > On 20 Sep 2011 13:10, "Edwin L. Culp W." wrote: >> >> Checked UPDATING and there isn't any mention. =A0I get: >> >> x11/xbitmaps # make >> =3D=3D=3D> =A0Vulnerability check disabled, database not found >> =3D=3D=3D> =A0License not correctly defined: for unknown licenses, defin= ing >> LICENSE_PERMS is mandatory (otherwise use a known LICENSE) >> *** Error code 1 >> >> Stop in /usr/ports/x11/xbitmaps. >> >> Not a big deal, I've not seen that message before, that I rememver anywa= y. >> > > Please csup and try again. > > Has a nice ring, doesn't it ;) > > Chris :) Thanks, Chris. I've got a daily csup crontab. Should be ok in the morning. ed From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:28:47 2011 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 4665B106567A for ; Wed, 21 Sep 2011 06:28:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id A8E6B8FC15 for ; Wed, 21 Sep 2011 06:28:46 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6Sj88072603 for ; Wed, 21 Sep 2011 08:28:45 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:28:45 +0200 (CEST) Message-Id: <201109210628.p8L6Sj88072603@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org Cc: Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:28:47 -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 6.x/7.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: archivers/bzip broken because: unfetchable; use archivers/bzip2 instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bzip portname: audio/fmit broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/fmit-0.99.2.log (_Sep__8_01:25:02_UTC_2011) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/fmit-0.97.7_6.log (_Jul_31_06:20:01_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=fmit portname: audio/linux-shoutcast broken because: unfetchable; website rearranged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-shoutcast portname: audio/shoutcast broken because: unfetchable; website rearranged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=shoutcast portname: chinese/scim-chewing broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=scim-chewing portname: databases/kpogre broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20110914141638/kpogre-1.8.2_3.log (_Sep_17_09:27:37_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kpogre portname: databases/xbase broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbase portname: deskutils/gemcal broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=gemcal portname: deskutils/mhc broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=mhc portname: deskutils/org-mode.el6 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=org-mode.el6 portname: devel/erlang-thrift broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=erlang-thrift portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/gccxml broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/gccxml-0.6.0.log (_Sep__7_21:41:48_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gccxml portname: devel/gcvs broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/py-px broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-px portname: dns/domtools broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=domtools portname: editors/koffice-kde3 broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/koffice-1.6.3_13,2.log.bz2 (_Aug_27_21:21:39_UTC_2010) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110913111642/koffice-1.6.3_18,2.log (_Sep_14_19:43:45_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=koffice-kde3 portname: finance/gfp broken because: fails during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=gfp portname: ftp/wxdfast broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=wxdfast portname: games/abuse broken because: conflicts with run dependency build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/abuse-2.0_3.log (_Sep_19_05:56:53_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=abuse portname: games/bomb broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=bomb portname: games/ezquake broken because: Does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/ezquake-1.9_3,2.log.bz2 (_Sep_18_00:33:21_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ezquake portname: games/kbilliards broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/lgeneral-data broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=lgeneral-data portname: games/linux-enemyterritory-jaymod broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-enemyterritory-jaymod portname: games/phpua-engine broken because: conflicting dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-engine portname: games/vultures-claw broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=vultures-claw portname: games/xphotohunter broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xphotohunter portname: graphics/gimpshop broken because: fails to patch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/gimpshop-2.2.11_14.log (_Aug_27_01:38:33_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gimpshop portname: graphics/kallery broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/kallery-1.2.0_6.log (_Aug_27_01:45:05_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kallery portname: graphics/libart broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libart portname: graphics/lightspark-devel broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=lightspark-devel portname: graphics/long-exposure-tools broken because: does not build with new netpbm build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=long-exposure-tools portname: graphics/plasma-kmod broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=plasma-kmod portname: graphics/py-cgkit broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-cgkit portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/wildmagic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xmms-plazma broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmms-plazma portname: irc/ircd-rusnet broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=ircd-rusnet portname: japanese/epic4 broken because: Some distfiles does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=epic4 portname: japanese/rxvt broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rxvt portname: java/java-tutorial broken because: unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/jdk-tutorial-2007.05.14.log (_Jul_21_11:46:23_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java-tutorial portname: java/jboss4 broken because: does not build with new ant build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jboss4 portname: java/jde broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jde portname: java/kaffe broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=kaffe portname: korean/mizifont broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=mizifont portname: korean/stardict2-dict-kr broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=stardict2-dict-kr portname: lang/bigloo broken because: is not compiled with Emacs 23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=bigloo portname: lang/freetxl broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=freetxl portname: lang/p5-JavaScript broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=p5-JavaScript portname: mail/freepops broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=freepops portname: mail/itraxp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=itraxp portname: math/fftw broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/fftw-2.1.5_6.log (_Sep_19_05:36:38_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=fftw portname: math/fftw-float broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/fftw-float-2.1.5_1.log (_Aug__1_18:06:19_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=fftw-float portname: math/nsc2ke broken because: fails to fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/nsc2ke-1.0_2.log (_Jul_31_20:31:17_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=nsc2ke portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/kde3-i18n-hsb broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hsb portname: misc/kde3-i18n-mt broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mt portname: misc/kde3-i18n-nso broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nso portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: misc/tellico broken because: leaves file behind on deinstall build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20110908204544/tellico-1.3.6.log (_Sep__9_22:15:20_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=tellico portname: multimedia/xfce4-media broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xfce4-media portname: net-im/jabber-users-agent broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-users-agent portname: net-im/pino broken because: Doesn't build with vala-0.10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=pino portname: net-mgmt/aguri broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aguri portname: net-mgmt/jffnms broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=jffnms portname: net-mgmt/netxms broken because: does not compile with gcc 4.2 && Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netxms portname: net-mgmt/nipper broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/wide-dhcp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=wide-dhcp portname: net-p2p/azureus broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=azureus portname: net-p2p/dctc broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=dctc portname: net-p2p/frostwire broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=frostwire portname: net/gsambad broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gsambad portname: net/kmuddy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kmuddy portname: net/libosip2 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=libosip2 portname: net/netboot broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=netboot portname: net/pimdd broken because: does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pimdd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: news/cleanscore broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=cleanscore portname: news/ija broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: news/nntpswitch broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=nntpswitch portname: news/p5-NewsLib broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=p5-NewsLib portname: russian/cyrproxy broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=cyrproxy portname: russian/fortune-bashorgru broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=fortune-bashorgru portname: science/gerris broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=gerris portname: science/hdf broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=hdf portname: security/fressh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/libparanoia broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=libparanoia portname: security/nsm-console broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/opensaml broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=opensaml portname: sysutils/checkservice broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: sysutils/thunar-volman-plugin broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=thunar-volman-plugin portname: sysutils/wmbattery broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=wmbattery portname: textproc/htmlize.el broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/openvanilla-modules broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/openvanilla-modules-0.7.2.20070514_3.log.bz2 (_Oct__5_06:21:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=openvanilla-modules portname: textproc/py-hyperestraier broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-hyperestraier portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/tdtd.el broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tdtd.el portname: textproc/tei-guidelines-p4 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-guidelines-p4 portname: textproc/tei-lite broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-lite portname: textproc/tei-p4 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-p4 portname: www/ffproxy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ffproxy portname: www/monkey broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=monkey portname: www/phpwiki broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=phpwiki portname: www/phpwiki13 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=phpwiki13 portname: www/spip broken because: checksum is changing daily build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=spip portname: x11-themes/emerald-themes broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=emerald-themes portname: x11-toolkits/jdic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jdic portname: x11-toolkits/py-kde broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-kde portname: x11/avant-window-navigator-xfce4 broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=avant-window-navigator-xfce4 From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:29:26 2011 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 E806B1065675 for ; Wed, 21 Sep 2011 06:29:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1228FC1D for ; Wed, 21 Sep 2011 06:29:25 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6TPT0076180 for ; Wed, 21 Sep 2011 08:29:25 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:29:25 +0200 (CEST) Message-Id: <201109210629.p8L6TPT0076180@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org Cc: Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:29:27 -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 6.x/7.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: archivers/bzip broken because: unfetchable; use archivers/bzip2 instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bzip portname: archivers/dact broken because: needs to be upgraded to lzo2 according to ports/156954 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=dact portname: audio/aacplusenc broken because: unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20110920160718/aacplusenc-0.17.1.log (_Jul__8_13:10:29_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=aacplusenc portname: audio/aureal-kmod broken because: doesn't build on RELENG_8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=aureal-kmod portname: audio/fmit broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/fmit-0.99.2.log (_Sep__8_01:25:02_UTC_2011) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/fmit-0.97.7_6.log (_Jul_31_06:20:01_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=fmit portname: audio/gstreamer-plugins-flite broken because: Doesn't work due to link problem in audio/flite build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gstreamer-plugins-flite portname: audio/linux-shoutcast broken because: unfetchable; website rearranged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-shoutcast portname: audio/rubyripper broken because: does not package build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/rubyripper-0.6.0_1.log (_Sep__4_07:26:45_UTC_2011) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20110908204544/rubyripper-0.6.0_1.log (_Sep__9_22:14:56_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=rubyripper portname: audio/shoutcast broken because: unfetchable; website rearranged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=shoutcast portname: benchmarks/polygraph broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph portname: benchmarks/polygraph31 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph31 portname: chinese/scim-chewing broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=scim-chewing portname: chinese/tin broken because: does not patch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/zh-tin-1.9.6_3.log (_Jul_31_07:41:03_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=tin portname: comms/hso-kmod broken because: does not build with USB2, please try comms/uhso-kmod instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hso-kmod portname: comms/ib-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=ib-kmod portname: comms/uticom broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=uticom portname: databases/gambas2-gb-db-firebird broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gambas2-gb-db-firebird portname: databases/glom broken because: bad plist build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/glom-1.12.2_6.log (_Aug_26_09:07:01_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=glom portname: databases/hypertable broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=hypertable portname: databases/kpogre broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20110914141638/kpogre-1.8.2_3.log (_Sep_17_09:27:37_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kpogre portname: databases/ocaml-pgocaml broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ocaml-pgocaml portname: databases/p5-DBD-mysql40 broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-mysql40 portname: databases/p5-GraphViz-DBI broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-GraphViz-DBI portname: databases/pear-MDB2_Driver_ibase broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pear-MDB2_Driver_ibase portname: databases/pg_filedump broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/pg_filedump-8.4.log.bz2 (_Oct_18_04:45:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pg_filedump portname: databases/postgresql-tcltk broken because: Does not work with PostgreSQL 8.X build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/postgresql-tcltk-7.4.30_2.log.bz2 (_Oct_16_11:22:03_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-tcltk portname: databases/xbase broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbase portname: deskutils/doodle broken because: does not configure with new libextractor build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=doodle portname: deskutils/gemcal broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=gemcal portname: deskutils/lightning broken because: unsatisfiable depobj build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=lightning portname: deskutils/mhc broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=mhc portname: deskutils/org-mode.el6 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=org-mode.el6 portname: deskutils/xfce4-volstatus-icon broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=xfce4-volstatus-icon portname: devel/erlang-thrift broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=erlang-thrift portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/fb303 broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/fb303-20090908_1.log (_Aug_17_20:48:19_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fb303 portname: devel/gccxml broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/gccxml-0.6.0.log (_Sep__7_21:41:48_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gccxml portname: devel/gcvs broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/hs-hmake broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-hmake portname: devel/libnotifymm broken because: doesn't build with notify 0.7. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libnotifymm portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/monodevelop-boo broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-boo portname: devel/nana broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=nana portname: devel/psptoolchain-gcc-stage2 broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.7.20091112070147/psptoolchain-gcc-stage2-4.1.0.log.bz2 (_Nov_29_01:03:51_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=psptoolchain-gcc-stage2 portname: devel/py-px broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-px portname: devel/subcommander2 broken because: does not link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subcommander2 portname: devel/valide broken because: Doesn't build with vala-0.10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=valide portname: dns/domtools broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=domtools portname: editors/koffice-kde3 broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/koffice-1.6.3_13,2.log.bz2 (_Aug_27_21:21:39_UTC_2010) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110913111642/koffice-1.6.3_18,2.log (_Sep_14_19:43:45_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=koffice-kde3 portname: editors/richtext broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=richtext portname: finance/gfp broken because: fails during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=gfp portname: ftp/wxdfast broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=wxdfast portname: games/abuse broken because: conflicts with run dependency build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/abuse-2.0_3.log (_Sep_19_05:56:53_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=abuse portname: games/bomb broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=bomb portname: games/ezquake broken because: Does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/ezquake-1.9_3,2.log.bz2 (_Sep_18_00:33:21_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ezquake portname: games/flightgear-atlas broken because: does not build with SimGear 2.4.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=flightgear-atlas portname: games/freeorion broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=freeorion portname: games/kbilliards broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/lgeneral-data broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=lgeneral-data portname: games/linux-enemyterritory-jaymod broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-enemyterritory-jaymod portname: games/linux-nerogame broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-nerogame portname: games/phpua-engine broken because: conflicting dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-engine portname: games/rigsofrods broken because: Does not work with CEGUI 0.7.x build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/rigsofrods-0.36.2_3.log.bz2 (_Sep_18_17:53:04_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=rigsofrods portname: games/secretmaryochronicles broken because: Does not work with CEGUI 0.7.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=secretmaryochronicles portname: games/sfbol broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=sfbol portname: games/vultures-claw broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=vultures-claw portname: games/wesnoth-devel broken because: incomplete plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101130182505/wesnoth-devel-1.9.2.log.bz2 (_Dec__7_12:44:12_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=wesnoth-devel portname: games/xchadance broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xchadance portname: games/xphotohunter broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xphotohunter portname: graphics/autopano-sift broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=autopano-sift portname: graphics/clutter-qt broken because: Doesn't build with Glib-2.26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=clutter-qt portname: graphics/gimpshop broken because: fails to patch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/gimpshop-2.2.11_14.log (_Aug_27_01:38:33_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gimpshop portname: graphics/kallery broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/kallery-1.2.0_6.log (_Aug_27_01:45:05_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kallery portname: graphics/libart broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libart portname: graphics/lightspark-devel broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=lightspark-devel portname: graphics/linux-ac3d broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-ac3d portname: graphics/long-exposure-tools broken because: does not build with new netpbm build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=long-exposure-tools portname: graphics/phpsview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=phpsview portname: graphics/plasma-kmod broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=plasma-kmod portname: graphics/py-cgkit broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-cgkit portname: graphics/qcamview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=qcamview portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/solang broken because: bad plist + do not build with latest exiv2 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/solang-0.3_7.log (_Aug_27_02:57:59_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=solang portname: graphics/spcaview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=spcaview portname: graphics/vid broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vid portname: graphics/wildmagic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xmms-plazma broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmms-plazma portname: irc/ircd-rusnet broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=ircd-rusnet portname: irc/smuxi broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=smuxi portname: japanese/epic4 broken because: Some distfiles does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=epic4 portname: japanese/ruby-refe broken because: incomplete plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-refe portname: japanese/rxvt broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rxvt portname: japanese/xgate broken because: fails to fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=xgate portname: java/java-tutorial broken because: unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/jdk-tutorial-2007.05.14.log (_Jul_21_11:46:23_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java-tutorial portname: java/jboss4 broken because: does not build with new ant build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jboss4 portname: java/jde broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jde portname: java/kaffe broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=kaffe portname: korean/mizifont broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=mizifont portname: korean/stardict2-dict-kr broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=stardict2-dict-kr portname: lang/bigloo broken because: is not compiled with Emacs 23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=bigloo portname: lang/freetxl broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=freetxl portname: lang/gdc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gdc portname: lang/ldc-devel broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ldc-devel portname: lang/nqc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=nqc portname: lang/p5-JavaScript broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=p5-JavaScript portname: mail/freepops broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=freepops portname: mail/itraxp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=itraxp portname: mail/lmtpd broken because: doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=lmtpd portname: mail/p5-Mail-Freshmeat broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-Mail-Freshmeat portname: mail/xfce4-mailwatch-plugin broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/xfce4-mailwatch-plugin-1.1.0_12.log (_Jul_31_20:51:27_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=xfce4-mailwatch-plugin portname: math/asir2000 broken because: Only builds with now-nonexistant automake15 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/asir-20070806_4.log.bz2 (_Sep_22_07:31:06_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=asir2000 portname: math/dislin broken because: size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/fftw broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/fftw-2.1.5_6.log (_Sep_19_05:36:38_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=fftw portname: math/fftw-float broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/fftw-float-2.1.5_1.log (_Aug__1_18:06:19_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=fftw-float portname: math/mingw32-libgmp4 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=mingw32-libgmp4 portname: math/nsc2ke broken because: fails to fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/nsc2ke-1.0_2.log (_Jul_31_20:31:17_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=nsc2ke portname: math/octave-devel broken because: fails to work with recent versions of GCC build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-devel portname: math/p5-Math-Pari broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20110908115109/p5-Math-Pari-2.01080605.log (_Sep__5_09:34:21_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=p5-Math-Pari portname: math/petsc broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc portname: math/petsc-mpich broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc-mpich portname: math/scilab-toolbox-sivp broken because: doesn't not compile with opencv-2.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=scilab-toolbox-sivp portname: misc/airoflash broken because: fails to fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/airoflash-1.7.log.bz2 (_Sep_26_21:46:19_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=airoflash portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/kde3-i18n-hsb broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hsb portname: misc/kde3-i18n-mt broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mt portname: misc/kde3-i18n-nso broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nso portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: misc/tellico broken because: leaves file behind on deinstall build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20110908204544/tellico-1.3.6.log (_Sep__9_22:15:20_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=tellico portname: misc/usbrh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=usbrh portname: multimedia/ffmpeg-devel broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=ffmpeg-devel portname: multimedia/linux-gspca-kmod broken because: does not compile on 8.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-gspca-kmod portname: multimedia/moonlight broken because: Basically does not work build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=moonlight portname: multimedia/p5-Video-Info broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info portname: multimedia/xfce4-media broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xfce4-media portname: multimedia/xfmedia-remote-plugin broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xfmedia-remote-plugin portname: net-im/jabber broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/jabber-1.6.1.1_9,1.log (_Jul_29_14:12:13_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber portname: net-im/jabber-users-agent broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-users-agent portname: net-im/pino broken because: Doesn't build with vala-0.10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=pino portname: net-im/trix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=trix portname: net-mgmt/aguri broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aguri portname: net-mgmt/jffnms broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=jffnms portname: net-mgmt/netxms broken because: does not compile with gcc 4.2 && Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=netxms portname: net-mgmt/nipper broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/wide-dhcp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=wide-dhcp portname: net-p2p/azureus broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=azureus portname: net-p2p/dctc broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=dctc portname: net-p2p/frostwire broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=frostwire portname: net-p2p/gnunet broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gnunet portname: net/AquaGatekeeper broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=AquaGatekeeper portname: net/atmsupport broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=atmsupport portname: net/gpxe broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gpxe portname: net/gsambad broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gsambad portname: net/ipex broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ipex portname: net/kmuddy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kmuddy portname: net/libosip2 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=libosip2 portname: net/netboot broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=netboot portname: net/pimdd broken because: does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pimdd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/spnetkit broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20110918085203/spnetkit-0.3.0.log (_Jul__6_11:29:09_UTC_2011) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20110920160718/spnetkit-0.3.0.log (_Jul__2_17:20:55_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=spnetkit portname: net/yate-devel broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=yate-devel portname: news/cleanscore broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=cleanscore portname: news/ija broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: news/nntpswitch broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=nntpswitch portname: news/p5-NewsLib broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=p5-NewsLib portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: palm/coldsync broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20110918085203/coldsync-2.2.5_8.log (_Mar_13_04:35:50_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=coldsync portname: print/cups-client broken because: gnutls does not support threads yet; disable the GNUTLS build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=cups-client portname: print/cups-image broken because: gnutls does not support threads yet; disable the GNUTLS build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=cups-image portname: print/cups-magicolor broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/cups-magicolor-1.5.0_7.log (_Sep__8_02:43:41_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=cups-magicolor portname: print/lyx14 broken because: Does not work with the latest xforms version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=lyx14 portname: print/py-reportlab2 broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=py-reportlab2 portname: russian/cyrproxy broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=cyrproxy portname: russian/fortune-bashorgru broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=fortune-bashorgru portname: science/gerris broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=gerris portname: science/hdf broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=hdf portname: science/libctl broken because: Does not compile on i386 or sparc64 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=libctl portname: security/fressh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/libparanoia broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=libparanoia portname: security/nsm-console broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/opensaml broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=opensaml portname: security/pantera broken because: bad dependency line build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/pantera-0.1.1.log.bz2 (_Oct_27_00:44:08_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pantera portname: security/sfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sfs portname: security/snort_inline broken because: this port does not build properly build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=snort_inline portname: sysutils/checkservice broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: sysutils/djmount broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=djmount portname: sysutils/linux-megamgr broken because: fails to fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-megamgr portname: sysutils/rsyslog4-devel-snmp broken because: Does not link on i386: can't find symbol snmp_timeout in libnetsnmp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog4-devel-snmp portname: sysutils/rsyslog4-snmp broken because: Does not link on i386: can't find symbol snmp_timeout in libnetsnmp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog4-snmp portname: sysutils/rsyslog5-snmp broken because: Does not link on i386: can't find symbol snmp_timeout in libnetsnmp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-snmp portname: sysutils/rsyslog6-devel-snmp broken because: Does not link on i386: can't find symbol snmp_timeout in libnetsnmp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog6-devel-snmp portname: sysutils/thunar-volman-plugin broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=thunar-volman-plugin portname: sysutils/udesc_dump broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: sysutils/wmbattery broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=wmbattery portname: sysutils/xfce4-places-plugin broken because: Does not work with xfce 4.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xfce4-places-plugin portname: textproc/htmlize.el broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/libextractor broken because: does not package build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/libextractor-0.6.2_4.log (_Sep__5_08:56:07_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libextractor portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/openvanilla-modules broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/openvanilla-modules-0.7.2.20070514_3.log.bz2 (_Oct__5_06:21:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=openvanilla-modules portname: textproc/py-hyperestraier broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-hyperestraier portname: textproc/py-lucene broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-lucene portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/tdtd.el broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tdtd.el portname: textproc/tei-guidelines-p4 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-guidelines-p4 portname: textproc/tei-lite broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-lite portname: textproc/tei-p4 broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=tei-p4 portname: textproc/xfce4-dict-plugin broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xfce4-dict-plugin portname: vietnamese/vnelvis broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnelvis portname: vietnamese/vnterm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnterm portname: www/cacheboy15-devel broken because: does not compile with Heimdal 1.1 in 8.0-CURRENT build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=cacheboy15-devel portname: www/ffproxy broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ffproxy portname: www/kazehakase broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/kazehakase-0.5.8_5.log (_Jul_29_14:23:55_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kazehakase portname: www/mod_dtcl broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_dtcl portname: www/monkey broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=monkey portname: www/p5-RTx-Statistics broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-RTx-Statistics portname: www/phpwiki broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=phpwiki portname: www/phpwiki13 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=phpwiki13 portname: www/py-nevow broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/py27-nevow-0.10.0_1.log (_Jul_29_14:37:35_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=py-nevow portname: www/py-scrapy broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=py-scrapy portname: www/redmine broken because: Does not work with RubyGems 1.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=redmine portname: www/rubygem-htauth broken because: depends on exact version of rubygem-highline build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-htauth portname: www/spip broken because: checksum is changing daily build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=spip portname: www/wyvern broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wyvern portname: x11-drivers/input-wacom broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=input-wacom portname: x11-drivers/xf86-input-citron broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-citron portname: x11-drivers/xf86-input-fpit broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-fpit portname: x11-drivers/xf86-video-rdc broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-rdc portname: x11-fm/krusader2 broken because: incomplete plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=krusader2 portname: x11-themes/emerald-themes broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=emerald-themes portname: x11-themes/gtk-qt-engine broken because: Doesn't build with Glib 2.26.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=gtk-qt-engine portname: x11-themes/kde-icons-amaranth broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-amaranth portname: x11-themes/kde-icons-amaranth-althaea broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-amaranth-althaea portname: x11-themes/kde-icons-krystaline broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/kde-icons-krystaline-1.1.6.log (_Aug__1_17:48:02_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-krystaline portname: x11-themes/kde-icons-realistic broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-realistic portname: x11-toolkits/gambas2-gb-qt broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gambas2-gb-qt portname: x11-toolkits/jdic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=jdic portname: x11-toolkits/py-kde broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-kde portname: x11-toolkits/xforms-i18n broken because: Does not work with latest xforms version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xforms-i18n portname: x11/avant-window-navigator-xfce4 broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=avant-window-navigator-xfce4 portname: x11/gnome-shell broken because: Doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-shell portname: x11/xfce4-quicklauncher-plugin broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xfce4-quicklauncher-plugin From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:30:32 2011 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 D9E97106566B for ; Wed, 21 Sep 2011 06:30:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 39D558FC1C for ; Wed, 21 Sep 2011 06:30:32 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6UVNV081692 for ; Wed, 21 Sep 2011 08:30:31 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:30:31 +0200 (CEST) Message-Id: <201109210630.p8L6UVNV081692@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org 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 Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:30:32 -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/bsdar description: BSD-licensed replacement of the ar utility maintainer: ports@FreeBSD.org status: IGNORE deprecated because: part of the base system expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bsdar portname: archivers/bzip description: A block-sorting file compressor maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; use archivers/bzip2 instead expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bzip portname: astro/gkrellsun description: A Gkrellm-Plugin that displays the local sun rise and sun set times maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=gkrellsun portname: astro/xrmap description: Map portions of the earth from a given longitude/latitude maintainer: ports@FreeBSD.org deprecated because: No more distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=xrmap portname: audio/gkrellmss description: A plugin for GKrellM with a VU meter showing left/right channel audio maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gkrellmss portname: audio/gnapster description: GNOME client for the online mp3 community called napster maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gnapster portname: audio/linux-shoutcast description: Nullsoft's streaming audio server (Linux binary port) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; website rearranged expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-shoutcast portname: audio/midimountain description: MIDI sequencer maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=midimountain portname: audio/orpheus description: Light-weight console UI audio player application maintainer: ports@FreeBSD.org deprecated because: Contains problem with autotools, security CVE-2005-3863. Use audio/cmus instead expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=orpheus portname: audio/shoutcast description: Nullsoft's streaming audio server (binary port) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; website rearranged expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=shoutcast portname: audio/xmms-sid description: XMMS input plugin to play SID files maintainer: ports@FreeBSD.org deprecated because: Relies on audio/libsidplay, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-sid portname: chinese/auto-cn-l10n description: The automatic localization for Simplified Chinese zh_CN.eucCN locale maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=auto-cn-l10n portname: converters/py-cjkcodecs description: Python Unicode Codecs for Chinese, Japanese and Korean encodings maintainer: ports@FreeBSD.org deprecated because: Integrated into every python version in the tree expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=py-cjkcodecs portname: databases/postgresql-plpython description: A module for using Python to write SQL functions maintainer: ports@FreeBSD.org deprecated because: (error in parsing Makefile) expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-plpython portname: databases/xbase description: An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbase portname: databases/xbsql description: An SQL wrapper for the XBase DBMS library maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbsql portname: devel/gccxml description: XML output extension to GCC maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself expiration date: 2011-10-04 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/gccxml-0.6.0.log (_Sep__7_21:41:48_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gccxml portname: devel/libgetline description: A small, portable, and easy to use command line library maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libgetline portname: devel/mkcmd description: Command-line parser and manual page generator maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mkcmd portname: devel/msrc0 description: Meta source fake-out script for building ksb tools maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msrc0 portname: games/abuse description: The classic 2D action game Abuse maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN after games/abuse_sdl update expiration date: 2011-09-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/abuse-2.0_3.log (_Sep_19_05:56:53_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=abuse portname: games/battleball description: 3D single/multiplayer military soccer game for X Window System maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/battleball-2.1_3.log.bz2 (_Sep_17_18:34:20_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=battleball portname: games/cchess description: Very simple Chinese chess program maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=cchess portname: games/gtkabale description: A lazy version of solitaire game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=gtkabale portname: games/kslide description: KDE puzzle game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kslide portname: games/oilwar description: Evil army wants to steal your oil maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=oilwar portname: games/phpua-bf description: A Battlefield 1942 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-bf portname: games/phpua-cod description: A Call of Duty plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-cod portname: games/phpua-engine description: Game server monitor & admin tool maintainer: ports@FreeBSD.org status: BROKEN deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-engine portname: games/phpua-hl description: A Half-Life plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-hl portname: games/phpua-q3 description: A Quake 3 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-q3 portname: games/phpua-ut description: An Unreal Tournament plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-ut portname: games/phpua-ut2003 description: An Unreal Tournament 2003 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-ut2003 portname: games/qkmj description: QKMJ - QK Ma2Jong4 client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qkmj portname: games/race description: OpenGL Racing Game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=race portname: games/senso description: Game to challenge short-term memory maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=senso portname: games/stvef-server description: Star Trek Voyager: Elite Forces dedicated server for Linux maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=stvef-server portname: games/tome description: Roguelike dungeon exploration game based on JRR Tolkien's works maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tome portname: games/uox3 description: A GPL'd server for Origin Systems' Ultima Online multiplayer game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=uox3 portname: games/xbaby description: Babies hide under your windows maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xbaby portname: games/xword description: A crossword puzzle application maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xword portname: graphics/giftrans description: A tool for GIF89a transparent option and interlace mode maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=giftrans portname: graphics/gtksee description: Image viewer maintainer: ports@FreeBSD.org deprecated because: depends on unfetchable port archivers/bzip; last release 2004 expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gtksee portname: graphics/kallery description: An image gallery generator for KDE maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not build; last release 20010511 expiration date: 2011-10-30 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/kallery-1.2.0_6.log (_Aug_27_01:45:05_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kallery portname: graphics/libart description: Library for high-performance 2D graphics maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libart portname: graphics/moth description: A simple to use 3D mesh editor maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=moth portname: graphics/wildmagic description: The Wild Magic Real-Time 3D Graphics Engine maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xmrm description: An image morphing/warping program maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmrm portname: irc/ircd-rusnet description: RusNet Internet Relay Chat Server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=ircd-rusnet portname: irc/tkirc description: A GUI for the ircII Internet Relay Chat client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=tkirc portname: java/java-tutorial description: Official Java 2 SDK tutorial maintainer: ports@FreeBSD.org status: BROKEN deprecated because: disappeared from vendor a long time ago expiration date: 2001-10-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/jdk-tutorial-2007.05.14.log (_Jul_21_11:46:23_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java-tutorial portname: java/jboss4 description: Open-source J2EE application server (4.x family) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jboss4 portname: korean/gdick description: English-Korean Dictionary Client for GNOME2 maintainer: ports@FreeBSD.org status: IGNORE deprecated because: HTMLs from the recent Yahoo! Korea Dictionary cannot be parsed expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=gdick portname: korean/hlatex description: LaTeX package to use Hangul(UTF-8/UHC/KSX1001) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=hlatex portname: korean/johabfonts description: Hangul fonts for X11(johab) used in many hangul-related programs maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=johabfonts portname: korean/mizifont description: Mizi Research's Korean X11 Font(ksc5601.1987-[01] encoding) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=mizifont portname: lang/TenDRA description: A portable BSD-licensed compiler suite maintainer: ports@FreeBSD.org deprecated because: website disappeared; only the FTP archives remain; last release 2006 expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=TenDRA portname: lang/freetxl description: The TXL Programming Language (transformation by example) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=freetxl portname: mail/mailscanner-mrtg description: Allows mrtg to monitor many aspects of your MailScanner machine maintainer: ports@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mailscanner-mrtg portname: math/mupad description: A sophisticated computer algebra system maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=mupad portname: math/nsc2ke description: A Navier-Stokes solver maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/nsc2ke-1.0_2.log (_Jul_31_20:31:17_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=nsc2ke portname: misc/mgp-mode.el description: A mode of Emacs for editing MagicPoint files maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=mgp-mode.el portname: multimedia/mplex description: Multiplexes MPEG component streams into system layers maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mplex portname: multimedia/p5-RIFF-Info description: Probe DivX and AVI files for attributes maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-RIFF-Info portname: net-im/gossip description: GTK2 Jabber Instant Messaging client maintainer: ports@FreeBSD.org deprecated because: No longer maintain by upstream, use net-im/empathy instead expiration date: 2011-09-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gossip portname: net-im/ickle description: ICQ2000 protocol implementation maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=ickle portname: net-im/jabber-users-agent description: A Perl based Jabber User Directory maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-users-agent portname: net-im/libicq2000 description: An opensource C++ library to support icq2000/2001 protocol maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=libicq2000 portname: net-im/newsbot description: Gathers news from RDF/RSS and send them to your IM client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=newsbot portname: net-mgmt/aguri description: An Aggregation-based Traffic Profiler maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aguri portname: net-mgmt/nipper description: Netdev config analyzer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/portmon description: Daemon that monitor network services maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=portmon portname: net-mgmt/py-snmp description: SNMP framework for Python maintainer: ports@FreeBSD.org deprecated because: use net-mgmt/py-snmp4 instead expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=py-snmp portname: net-mgmt/py-twistedSNMP description: Twisted Python framework for doing SNMP stuff maintainer: ports@FreeBSD.org deprecated because: Relies on net-mgmt/py-snmp, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=py-twistedSNMP portname: net-p2p/apollon description: KDE client for giFT daemon maintainer: ports@FreeBSD.org deprecated because: Depends on net-p2p/gift, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=apollon portname: net-p2p/dctc description: A DirectConnect (www.neo-modus.com) text client for file sharing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=dctc portname: net-p2p/mldonkey-serverspy description: MLDonkey Server Spy broadcasts your whereabouts on the eDonkey network maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=mldonkey-serverspy portname: net-p2p/torrentflux description: A PHP based BitTorrent client that runs on a web server maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrentflux portname: net/mudix description: Ncurses-based MUD client with triggers, aliases, colors maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=mudix portname: net/p5-Net-OpenDHT description: Access the Open Distributed Hash Table (Open DHT) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Net-OpenDHT portname: net/py-timeoutsocket description: Timeout mechanism for TCP connections maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-timeoutsocket portname: net/tptest description: Software suite for testing network throughput and Internet services maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=tptest portname: news/PicMonger description: An automated USENET (NNTP) picture decoding client maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=PicMonger portname: news/ija description: An interactive command line frontend of Deja maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: news/p5-Gateway description: Robomoderation and mail to news gatewaying toolkit maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=p5-Gateway portname: palm/isilo description: Converts documents from text/HTML to iSilo format maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=isilo portname: palm/pose description: Palm OS(R) Emulator maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=pose portname: print/epsmerge description: Merge multiple EPS files into one EPS or PS file maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=epsmerge portname: science/at description: The Acoustic ToolBox includes four acoustic models maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=at portname: science/pyvox description: A set of software tools for medical image processing maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pyvox portname: security/cfs description: A cryptographic file system implemented as a user-space NFS server maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Locks don't work, ports/137378, unmaintained, dead upstream, insecure expiration date: 2011-10-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/donkey description: An alternative for S/KEY's key command maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=donkey portname: security/execwrap description: Super-user exec wrapper maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=execwrap portname: security/fressh description: A free rewritten implementation of the SSH communication protocol maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/libparanoia description: Safe (in the mean of stack smashing) reincarnation of strcpy et al maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=libparanoia portname: security/nsm-console description: A framework for performing analysis on packet capture files maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/p5-Email-Obfuscate description: Obfuscates email addresses maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-Email-Obfuscate portname: security/pgp6 description: Public-Key encryption for the masses maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pgp6 portname: sysutils/cfvers description: Configuration versioning system maintainer: ports@FreeBSD.org deprecated because: Dead upstream, author disowns it, use git/hg instead expiration date: 2011-10-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cfvers portname: sysutils/checkservice description: Checkservice is written to check the status of the services maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: sysutils/cpuburn description: CPU/memory stress testing utilities maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cpuburn portname: sysutils/plod description: A system administration journaling tool maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=plod portname: sysutils/wots description: System log watch/alert utility, similar to swatch, written in Perl maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=wots portname: textproc/htmlize.el description: Emacs major mode to create HTML files from Emacs buffers (in colour!) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/javacc description: Java parser generator and lexical analyzer maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=javacc portname: www/plone description: A user friendly implementation of the CMF written on top of ZOPE maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plone portname: www/plugger-plugins-hubbe description: Meta package installing all author-recommended Plugger plugins maintainer: ports@FreeBSD.org deprecated because: Relies on audio/libsidplay, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plugger-plugins-hubbe portname: www/rt36 description: RT is an industrial-grade ticketing system written in Perl maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt36 portname: www/smb2www description: Windows Network client that is accessible through a web browser maintainer: ports@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=smb2www portname: www/tomcat41 description: Open-source Java web server by Apache, stable 4.1.x branch maintainer: ports@FreeBSD.org deprecated because: No more upstream support expiration date: 2011-09-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tomcat41 portname: www/w3-4 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=w3-4 portname: x11-toolkits/qtpixmap description: Modifed GTK pixmap engine to obtain Theme information from Qt maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qtpixmap portname: x11/fbsd-icons description: Collection of icons related to the FreeBSD project maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=fbsd-icons From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:31:28 2011 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 DBF711065677 for ; Wed, 21 Sep 2011 06:31:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 1359F8FC1C for ; Wed, 21 Sep 2011 06:31:27 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6VRe3088324 for ; Wed, 21 Sep 2011 08:31:27 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:31:27 +0200 (CEST) Message-Id: <201109210631.p8L6VRe3088324@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:31:28 -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/bsdar description: BSD-licensed replacement of the ar utility maintainer: ports@FreeBSD.org status: IGNORE deprecated because: part of the base system expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bsdar portname: archivers/bzip description: A block-sorting file compressor maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; use archivers/bzip2 instead expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bzip portname: astro/gkrellsun description: A Gkrellm-Plugin that displays the local sun rise and sun set times maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=gkrellsun portname: astro/xrmap description: Map portions of the earth from a given longitude/latitude maintainer: ports@FreeBSD.org deprecated because: No more distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=xrmap portname: audio/gkrellmss description: A plugin for GKrellM with a VU meter showing left/right channel audio maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gkrellmss portname: audio/gnapster description: GNOME client for the online mp3 community called napster maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gnapster portname: audio/libsidplay description: A Commodore SID-chip emulator library to play SID music files maintainer: sec@42.org deprecated because: No Master Site expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=libsidplay portname: audio/linux-shoutcast description: Nullsoft's streaming audio server (Linux binary port) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; website rearranged expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-shoutcast portname: audio/midimountain description: MIDI sequencer maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=midimountain portname: audio/mt-daapd description: Multithread daapd yet another Server for Apple iTunes maintainer: mark@foster.cc deprecated because: Use audio/firefly instead expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mt-daapd portname: audio/orpheus description: Light-weight console UI audio player application maintainer: ports@FreeBSD.org deprecated because: Contains problem with autotools, security CVE-2005-3863. Use audio/cmus instead expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=orpheus portname: audio/p5-MusicBrainz-Client description: A Perl module that provides access to the musicbrainz client API maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=p5-MusicBrainz-Client portname: audio/p5-MusicBrainz-TRM description: A Perl module that provides access to the musicbrainz client TRM API maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=p5-MusicBrainz-TRM portname: audio/shoutcast description: Nullsoft's streaming audio server (binary port) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: unfetchable; website rearranged expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=shoutcast portname: audio/sidplay description: A Commodore SID-chip emulator that plays SID music files maintainer: sec@42.org deprecated because: No Master Site expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=sidplay portname: audio/xmms-sid description: XMMS input plugin to play SID files maintainer: ports@FreeBSD.org deprecated because: Relies on audio/libsidplay, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-sid portname: chinese/auto-cn-l10n description: The automatic localization for Simplified Chinese zh_CN.eucCN locale maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=auto-cn-l10n portname: converters/py-cjkcodecs description: Python Unicode Codecs for Chinese, Japanese and Korean encodings maintainer: ports@FreeBSD.org deprecated because: Integrated into every python version in the tree expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=py-cjkcodecs portname: databases/gnats description: Cygnus GNATS bug tracking system maintainer: linimon@FreeBSD.org status: FORBIDDEN deprecated because: Security issues expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gnats portname: databases/maatkit description: Collection of essential command-line utilities for MySQL maintainer: skreuzer@FreeBSD.org deprecated because: Upstream support dropped. Please consider using databases/percona-toolkit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=maatkit portname: databases/mysql-editor description: CGI scripts in Perl to edit your MySQL tables maintainer: mi@aldan.algebra.com status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql-editor portname: databases/mysqlman description: MySQLMan is a web based MySQL database manager written in perl maintainer: janos.mohacsi@bsd.hu status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/mysqlman-1.09_2.log (_Aug_26_10:10:58_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysqlman portname: databases/p5-ApacheDBILogConfig description: Perl module that logs access information in a DBI database maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-ApacheDBILogConfig portname: databases/p5-ApacheDBILogger description: A module that tracks what's being transferred in a DBI database maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-ApacheDBILogger portname: databases/p5-postgresql-plperl description: Write SQL functions for PostgreSQL using Perl5 maintainer: girgen@FreeBSD.org deprecated because: (error in parsing Makefile) expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-postgresql-plperl portname: databases/phpmyadmin211 description: A set of PHP-scripts to manage MySQL over the web maintainer: m.seaman@infracaninophile.co.uk deprecated because: No longer supported by the phpMyAdmin project expiration date: 2012-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=phpmyadmin211 portname: databases/postgresql-docs description: The PostgreSQL documentation set maintainer: girgen@FreeBSD.org deprecated because: (error in parsing Makefile) expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-docs portname: databases/postgresql-plpython description: A module for using Python to write SQL functions maintainer: ports@FreeBSD.org deprecated because: (error in parsing Makefile) expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-plpython portname: databases/postgresql-pltcl description: A module for using Tcl to write SQL functions maintainer: girgen@FreeBSD.org deprecated because: (error in parsing Makefile) expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-pltcl portname: databases/ruby-pg description: Ruby interface to PostgreSQL library maintainer: dinoex@FreeBSD.org status: IGNORE deprecated because: is replaced by rubygem-pg expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-pg portname: databases/ruby-postgres description: Ruby interface to PostgreSQL library maintainer: dinoex@FreeBSD.org status: IGNORE deprecated because: is replaced by ruby-pg expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-postgres portname: databases/rubygem-postgres description: Ruby interface to PostgreSQL library maintainer: dinoex@FreeBSD.org status: IGNORE deprecated because: is replaced by rubygem-pg expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-postgres portname: databases/xbase description: An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbase portname: databases/xbsql description: An SQL wrapper for the XBase DBMS library maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xbsql portname: devel/gccxml description: XML output extension to GCC maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself expiration date: 2011-10-04 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20110902155823/gccxml-0.6.0.log (_Sep__7_21:41:48_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gccxml portname: devel/libgetline description: A small, portable, and easy to use command line library maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libgetline portname: devel/libnotifymm description: C++ wrappers for libnotify maintainer: gnome@FreeBSD.org status: BROKEN deprecated because: Doesn't build and isn't used by anything. expiration date: 2011-09-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libnotifymm portname: devel/mkcmd description: Command-line parser and manual page generator maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mkcmd portname: devel/msrc0 description: Meta source fake-out script for building ksb tools maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msrc0 portname: devel/p5-Class-Data-Accessor description: Inheritable and overridable class and instance data accessors maintainer: perl@FreeBSD.org deprecated because: Please consider using p5-Class-Accessor-Grouped or p5-Moose expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Class-Data-Accessor portname: devel/p5-Scalar-Util-Clone description: Recursively copy datatypes using Perl's builtin functions maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Scalar-Util-Clone portname: devel/slglade description: S-Lang binding for libglade maintainer: shuvaev@physik.uni-wuerzburg.de deprecated because: Depends on non-functional x11-toolkits/slgtk expiration date: 2011-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=slglade portname: games/abuse description: The classic 2D action game Abuse maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN after games/abuse_sdl update expiration date: 2011-09-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110810110115/abuse-2.0_3.log (_Sep_19_05:56:53_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=abuse portname: games/battleball description: 3D single/multiplayer military soccer game for X Window System maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/battleball-2.1_3.log.bz2 (_Sep_17_18:34:20_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=battleball portname: games/cchess description: Very simple Chinese chess program maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=cchess portname: games/gtkabale description: A lazy version of solitaire game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=gtkabale portname: games/kslide description: KDE puzzle game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kslide portname: games/oilwar description: Evil army wants to steal your oil maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=oilwar portname: games/phpua-bf description: A Battlefield 1942 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-bf portname: games/phpua-cod description: A Call of Duty plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-cod portname: games/phpua-engine description: Game server monitor & admin tool maintainer: ports@FreeBSD.org status: BROKEN deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-engine portname: games/phpua-hl description: A Half-Life plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-hl portname: games/phpua-q3 description: A Quake 3 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-q3 portname: games/phpua-ut description: An Unreal Tournament plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-ut portname: games/phpua-ut2003 description: An Unreal Tournament 2003 plugin for phpUA maintainer: ports@FreeBSD.org deprecated because: depends on phpua-engine expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=phpua-ut2003 portname: games/qkmj description: QKMJ - QK Ma2Jong4 client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qkmj portname: games/race description: OpenGL Racing Game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=race portname: games/senso description: Game to challenge short-term memory maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=senso portname: games/stvef-server description: Star Trek Voyager: Elite Forces dedicated server for Linux maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=stvef-server portname: games/tome description: Roguelike dungeon exploration game based on JRR Tolkien's works maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tome portname: games/uox3 description: A GPL'd server for Origin Systems' Ultima Online multiplayer game maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=uox3 portname: games/xbaby description: Babies hide under your windows maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xbaby portname: games/xword description: A crossword puzzle application maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xword portname: graphics/flashplayer description: GPL standalone Flash (TM) player maintainer: llwang@infor.org deprecated because: Depends on deprecated ../libflash expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=flashplayer portname: graphics/giftrans description: A tool for GIF89a transparent option and interlace mode maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=giftrans portname: graphics/gnash-devel description: GNU Flash movie player maintainer: amdmi3@FreeBSD.org deprecated because: Outdated, use graphics/gnash instead expiration date: 2011-10-06 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gnash-devel portname: graphics/gtksee description: Image viewer maintainer: ports@FreeBSD.org deprecated because: depends on unfetchable port archivers/bzip; last release 2004 expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gtksee portname: graphics/kallery description: An image gallery generator for KDE maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not build; last release 20010511 expiration date: 2011-10-30 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20101201082240/kallery-1.2.0_6.log (_Aug_27_01:45:05_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kallery portname: graphics/libart description: Library for high-performance 2D graphics maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libart portname: graphics/libflash description: GPL Flash (TM) Library maintainer: llwang@infor.org deprecated because: gplflash is no longer supported. Please use gnash instead expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libflash portname: graphics/moth description: A simple to use 3D mesh editor maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=moth portname: graphics/wildmagic description: The Wild Magic Real-Time 3D Graphics Engine maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xmrm description: An image morphing/warping program maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmrm portname: irc/ircd-rusnet description: RusNet Internet Relay Chat Server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=ircd-rusnet portname: irc/tkirc description: A GUI for the ircII Internet Relay Chat client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=tkirc portname: japanese/postgresql-tcltk description: A TCL interface to the database PostgreSQL, including a tk GUI maintainer: girgen@FreeBSD.org deprecated because: expiration date: 2011-04-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=postgresql-tcltk portname: java/java-tutorial description: Official Java 2 SDK tutorial maintainer: ports@FreeBSD.org status: BROKEN deprecated because: disappeared from vendor a long time ago expiration date: 2001-10-11 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20110907072101/jdk-tutorial-2007.05.14.log (_Jul_21_11:46:23_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=java-tutorial portname: java/jboss4 description: Open-source J2EE application server (4.x family) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jboss4 portname: korean/gdick description: English-Korean Dictionary Client for GNOME2 maintainer: ports@FreeBSD.org status: IGNORE deprecated because: HTMLs from the recent Yahoo! Korea Dictionary cannot be parsed expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=gdick portname: korean/hlatex description: LaTeX package to use Hangul(UTF-8/UHC/KSX1001) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=hlatex portname: korean/johabfonts description: Hangul fonts for X11(johab) used in many hangul-related programs maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=johabfonts portname: korean/mizifont description: Mizi Research's Korean X11 Font(ksc5601.1987-[01] encoding) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=mizifont portname: lang/TenDRA description: A portable BSD-licensed compiler suite maintainer: ports@FreeBSD.org deprecated because: website disappeared; only the FTP archives remain; last release 2006 expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=TenDRA portname: lang/freetxl description: The TXL Programming Language (transformation by example) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=freetxl portname: lang/smarteiffel description: SmartEiffel, the GNU compiler for the object-oriented language Eiffel maintainer: berend@pobox.com deprecated because: Dead upstream, broken on amd64 with gcc>4 expiration date: 2011-10-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=smarteiffel portname: mail/mailscanner-mrtg description: Allows mrtg to monitor many aspects of your MailScanner machine maintainer: ports@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mailscanner-mrtg portname: mail/p5-Mail-QuoteWrap description: Provides wrapping functionality for quoted Email and Usenet messages maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-Mail-QuoteWrap portname: math/mupad description: A sophisticated computer algebra system maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=mupad portname: math/nsc2ke description: A Navier-Stokes solver maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20110718073617/nsc2ke-1.0_2.log (_Jul_31_20:31:17_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=nsc2ke portname: misc/mgp-mode.el description: A mode of Emacs for editing MagicPoint files maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=mgp-mode.el portname: misc/p5-Geography-NationalGrid description: Create an object for a point and to transform coordinate systems maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=p5-Geography-NationalGrid portname: multimedia/enjoympeg description: An MPEG-1 video player maintainer: multimedia@FreeBSD.org deprecated because: Look like an abandonware, no more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=enjoympeg portname: multimedia/mplex description: Multiplexes MPEG component streams into system layers maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mplex portname: multimedia/p5-RIFF-Info description: Probe DivX and AVI files for attributes maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-RIFF-Info portname: net-im/gossip description: GTK2 Jabber Instant Messaging client maintainer: ports@FreeBSD.org deprecated because: No longer maintain by upstream, use net-im/empathy instead expiration date: 2011-09-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gossip portname: net-im/ickle description: ICQ2000 protocol implementation maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=ickle portname: net-im/jabber-users-agent description: A Perl based Jabber User Directory maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-users-agent portname: net-im/libicq2000 description: An opensource C++ library to support icq2000/2001 protocol maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=libicq2000 portname: net-im/newsbot description: Gathers news from RDF/RSS and send them to your IM client maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=newsbot portname: net-im/skype20 description: P2P VoIP software maintainer: itetcu@FreeBSD.org status: IGNORE deprecated because: old version without many of the newer features; please try net-im/skype instead expiration date: 2011-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=skype20 portname: net-mgmt/aguri description: An Aggregation-based Traffic Profiler maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aguri portname: net-mgmt/nipper description: Netdev config analyzer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/portmon description: Daemon that monitor network services maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=portmon portname: net-mgmt/py-snmp description: SNMP framework for Python maintainer: ports@FreeBSD.org deprecated because: use net-mgmt/py-snmp4 instead expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=py-snmp portname: net-mgmt/py-twistedSNMP description: Twisted Python framework for doing SNMP stuff maintainer: ports@FreeBSD.org deprecated because: Relies on net-mgmt/py-snmp, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=py-twistedSNMP portname: net-p2p/apollon description: KDE client for giFT daemon maintainer: ports@FreeBSD.org deprecated because: Depends on net-p2p/gift, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=apollon portname: net-p2p/dctc description: A DirectConnect (www.neo-modus.com) text client for file sharing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=dctc portname: net-p2p/gift description: An OpenFT, Gnutella and FastTrack p2p network client maintainer: shoesoft@gmx.net deprecated because: unmaintained upstream for several years expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gift portname: net-p2p/giftcurs description: A cursed frontend to the giFT daemon maintainer: shoesoft@gmx.net deprecated because: unmaintained upstream for several years expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=giftcurs portname: net-p2p/giftoxic description: GTK2 client for giFT maintainer: joeldiaz@bellsouth.net deprecated because: unmaintained upstream for several years expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=giftoxic portname: net-p2p/giftui description: GTK2 client for giFT daemon maintainer: joeldiaz@bellsouth.net deprecated because: unmaintained upstream for several years expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=giftui portname: net-p2p/mldonkey-serverspy description: MLDonkey Server Spy broadcasts your whereabouts on the eDonkey network maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=mldonkey-serverspy portname: net-p2p/torrentflux description: A PHP based BitTorrent client that runs on a web server maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrentflux portname: net/AquaGatekeeper description: Aqua H323 Gatekeeper and proxy maintainer: ports@grosbein.pp.ru status: BROKEN deprecated because: unfetchable expiration date: 2011-10-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=AquaGatekeeper portname: net/mudix description: Ncurses-based MUD client with triggers, aliases, colors maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=mudix portname: net/p5-Net-OpenDHT description: Access the Open Distributed Hash Table (Open DHT) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Net-OpenDHT portname: net/p5-OAuth-Lite description: Perl extension for OAuth framework maintainer: kuriyama@FreeBSD.org deprecated because: Depends on devel/p5-Class-Data-Accessor, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-OAuth-Lite portname: net/py-timeoutsocket description: Timeout mechanism for TCP connections maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-timeoutsocket portname: net/tptest description: Software suite for testing network throughput and Internet services maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=tptest portname: news/PicMonger description: An automated USENET (NNTP) picture decoding client maintainer: ports@FreeBSD.org deprecated because: Abandonware expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=PicMonger portname: news/ija description: An interactive command line frontend of Deja maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: news/p5-Gateway description: Robomoderation and mail to news gatewaying toolkit maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=p5-Gateway portname: palm/isilo description: Converts documents from text/HTML to iSilo format maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=isilo portname: palm/pose description: Palm OS(R) Emulator maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=pose portname: print/epsmerge description: Merge multiple EPS files into one EPS or PS file maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=epsmerge portname: print/lyx14 description: Document processor interfaced with LaTeX (nearly WYSIWYG) maintainer: mi@aldan.algebra.com status: BROKEN deprecated because: last release in 2007, use print/lyx16 or print/lyx instead expiration date: 2011-10-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=lyx14 portname: russian/apache13 description: The extremely popular Apache http server. Very fast, very clean maintainer: lev@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=apache13 portname: russian/apache13-modssl description: The Russian Apache webserver with SSL/TLS functionality maintainer: lev@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=apache13-modssl portname: science/at description: The Acoustic ToolBox includes four acoustic models maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=at portname: science/pyvox description: A set of software tools for medical image processing maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pyvox portname: security/cfs description: A cryptographic file system implemented as a user-space NFS server maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Locks don't work, ports/137378, unmaintained, dead upstream, insecure expiration date: 2011-10-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/donkey description: An alternative for S/KEY's key command maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=donkey portname: security/execwrap description: Super-user exec wrapper maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=execwrap portname: security/fressh description: A free rewritten implementation of the SSH communication protocol maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/libparanoia description: Safe (in the mean of stack smashing) reincarnation of strcpy et al maintainer: ports@FreeBSD.org status: BROKEN deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=libparanoia portname: security/nsm-console description: A framework for performing analysis on packet capture files maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/p5-Email-Obfuscate description: Obfuscates email addresses maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-Email-Obfuscate portname: security/pgp6 description: Public-Key encryption for the masses maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pgp6 portname: security/snort_inline description: An inline IPS system based on snort using ipfw maintainer: nick@rogness.net status: BROKEN deprecated because: no longer supported upstream expiration date: 2011/09/04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=snort_inline portname: sysutils/cfvers description: Configuration versioning system maintainer: ports@FreeBSD.org deprecated because: Dead upstream, author disowns it, use git/hg instead expiration date: 2011-10-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cfvers portname: sysutils/checkservice description: Checkservice is written to check the status of the services maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: sysutils/cpuburn description: CPU/memory stress testing utilities maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cpuburn portname: sysutils/gpart description: Tries to recover lost partition tables and file systems maintainer: mandree@FreeBSD.org deprecated because: Upstream disappeared expiration date: 2011-09-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=gpart portname: sysutils/plod description: A system administration journaling tool maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=plod portname: sysutils/wots description: System log watch/alert utility, similar to swatch, written in Perl maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=wots portname: textproc/htmlize.el description: Emacs major mode to create HTML files from Emacs buffers (in colour!) maintainer: ports@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/javacc description: Java parser generator and lexical analyzer maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=javacc portname: textproc/p5-Apache-XBEL description: Apache mod_perl handler to render an XBEL file as an HTML tree maintainer: perl@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-Apache-XBEL portname: textproc/p5-FormValidator-Simple description: Validation with simple chains of constraints maintainer: perl@FreeBSD.org deprecated because: Depends on devel/p5-Class-Data-Accessor, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-FormValidator-Simple portname: vietnamese/unicode-uhoai description: Unicode TrueType Font with UHoai Vietnamese encoding maintainer: obrien@FreeBSD.org deprecated because: No Master Site expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=unicode-uhoai portname: vietnamese/vis2u description: VISCII->Unicode conversion maintainer: obrien@FreeBSD.org deprecated because: No Master Site expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vis2u portname: www/apache-contrib description: Third-party modules contributed to the Apache HTTP server project maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache-contrib portname: www/apache13 description: The extremely popular Apache http server. Very fast, very clean maintainer: apache@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13 portname: www/apache13+ipv6 description: The extremely popular Apache http server. Very fast, very clean maintainer: apache@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13%2Bipv6 portname: www/apache13-modperl description: The Apache 1.3 webserver with a statically embedded perl interpreter maintainer: apache@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13-modperl portname: www/apache13-modssl description: The Apache 1.3 webserver with SSL/TLS functionality maintainer: dinoex@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13-modssl portname: www/apache13-modssl+ipv6 description: The Apache 1.3 webserver with SSL/TLS and IPv6 functionality maintainer: dinoex@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13-modssl%2Bipv6 portname: www/apache13-ssl description: Apache secure webserver integrating OpenSSL maintainer: apache@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache13-ssl portname: www/apache20 description: Version 2.0.x of Apache web server with prefork MPM. maintainer: apache@FreeBSD.org deprecated because: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache20 portname: www/asterisk-fop description: Flash Operator Panel for the Asterisk PBX maintainer: araujo@FreeBSD.org deprecated because: Depends on www/flashplugin-mozilla which is DEPRECATED expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=asterisk-fop portname: www/auth_ldap description: Apache module to authenticate against an LDAP directory maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=auth_ldap portname: www/flashplugin-mozilla description: A GPL standalone Flash (TM) plugin for Mozilla web browser maintainer: llwang@infor.org deprecated because: gplflash is no longer supported. Please use graphics/gnash, graphics/lightspark, or www/nspluginwrapper and www/linux-f10-flashplugin10 instead expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=flashplugin-mozilla portname: www/kdedict description: Web based db to administer standard translations of a translation team maintainer: itetcu@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kdedict portname: www/mod_access_identd description: Apache module to supply access control based on ident reply maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_access_identd portname: www/mod_access_referer description: Provides access control based on Referer HTTP header for Apache maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_access_referer portname: www/mod_accounting description: An Apache module that records traffic statistics into a database maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_accounting portname: www/mod_auth_cookie_mysql description: Allows authentication against a MySQL database via a secure cookie maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_cookie_mysql portname: www/mod_auth_external description: Enables the use of external mechanisms for user authentication maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_external portname: www/mod_auth_imap description: An Apache module to provide authentication via an IMAP mail server maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_imap portname: www/mod_auth_kerb description: An Apache module for authenticating users with Kerberos v5 maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_kerb portname: www/mod_auth_mysql description: Allows users to use MySQL databases for user authentication maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql portname: www/mod_auth_pam description: Allows users to use PAM modules for user authentication maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_pam portname: www/mod_auth_pgsql description: Allows users to use PostgreSQL databases for user authentication maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_pgsql portname: www/mod_auth_useragent description: Allows you to forbid clients based on their User-Agent maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_useragent portname: www/mod_backhand description: Apache module that allows seamless redirection and load balancing of HTTP requests maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_backhand portname: www/mod_bandwidth description: Bandwidth management module for the Apache webserver maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_bandwidth portname: www/mod_bf description: A brainf*ck module for Apache maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_bf portname: www/mod_blosxom description: Apache module to build the extremely lightweight Weblog environment maintainer: ychsiao@ychsiao.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_blosxom portname: www/mod_blowchunks description: Apache module for rejecting and logging chunked requests maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_blowchunks portname: www/mod_bunzip2 description: Apache module for server-side decompression of bzip2 files maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_bunzip2 portname: www/mod_cgi_debug description: Apache module to make debugging server-side scripts easier maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cgi_debug portname: www/mod_color description: Apache module that provides syntax coloring for various languages maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_color portname: www/mod_curb description: A per-server bandwidth limiter module for Apache 1.3 maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_curb portname: www/mod_cvs description: A module that makes Apache CVS aware maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_cvs portname: www/mod_dav description: An Apache module that provides DAV capabilities maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_dav portname: www/mod_dtcl description: Embeds a TCL8 interpreter in the Apache server maintainer: mi@aldan.algebra.com status: BROKEN deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_dtcl portname: www/mod_extract_forwarded_ap13 description: An Apache module that can make proxied requests appear with client IP maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_extract_forwarded_ap13 portname: www/mod_filter description: Filter output from other modules inside of Apache maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_filter portname: www/mod_geoip description: An Apache module that provides the country code of the client's IP maintainer: yarodin@gmail.com status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_geoip portname: www/mod_gzip description: An Internet Content Acceleration module for Apache maintainer: ale@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_gzip portname: www/mod_index_rss description: Apache module to provides RSS output for directories maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_index_rss portname: www/mod_layout description: Apache module to wrap served pages with a header and/or footer maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_layout portname: www/mod_limitipconn description: Limit the number of simultaneous connections from a single IP address maintainer: ychsiao@ychsiao.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_limitipconn portname: www/mod_log_spread description: An Apache module interfacing with spread maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_log_spread portname: www/mod_log_sql description: Allows Apache to log to a MySQL database maintainer: lev@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_log_sql portname: www/mod_macro description: Apache module for use macros in config files maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_macro portname: www/mod_mp3 description: Apache module to allow MP3 streaming maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_mp3 portname: www/mod_mylo description: An Apache module to make Apache log to MySQL maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_mylo portname: www/mod_ntlm description: NTLM authentication module for the Apache webserver maintainer: skv@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ntlm portname: www/mod_perl description: Embeds a Perl interpreter in the Apache server maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_perl portname: www/mod_proxy_add_forward description: Apache module that adds a client IP header to outgoing proxy requests maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_proxy_add_forward portname: www/mod_put description: An Apache module that provides PUT and DELETE methods maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_put portname: www/mod_python description: Apache 1.3 module for integrating Python maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_python portname: www/mod_realip description: Apache module to fix IP addresses in proxied requests maintainer: glebius@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_realip portname: www/mod_rpaf description: Make proxied requests appear with client IP maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_rpaf portname: www/mod_rpaf2 description: Make proxied requests appear with client IP maintainer: apache@FreeBSD.org deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_rpaf2 portname: www/mod_sed description: An apache module that embeds a copy of the sed(1) command maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_sed portname: www/mod_sequester description: Apache module that controls access to the website using secure info maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_sequester portname: www/mod_shapvh description: Apache module that provides virtual hosts from a database maintainer: steven@krx.nl status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_shapvh portname: www/mod_sqlinclude description: An Apache module implementing config inclusion from MySQL databases maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_sqlinclude portname: www/mod_ticket description: Apache module for a digitally signed ticket in URL maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ticket portname: www/mod_trigger description: Apache module to launch triggers if certain actions occur maintainer: apache@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_trigger portname: www/mod_tsunami description: Apache module which dynamically limits a site's slot usage maintainer: ale@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_tsunami portname: www/p5-Apache-AntiSpam description: AntiSpam filter for web pages maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AntiSpam portname: www/p5-Apache-AuthenCache description: Perl module that implements authentication caching maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthenCache portname: www/p5-Apache-AuthenURL description: Apache/mod_perl module to handle auth against external URLs maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthenURL portname: www/p5-Apache-AutoIndex description: A perl module that can completely replace mod_dir and mod_autoindex maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AutoIndex portname: www/p5-Apache-AxKit-Plugin-AddXSLParams-Request description: Provides a way to pass info from the Apache::Request to XSLT params maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AxKit-Plugin-AddXSLParams-Request portname: www/p5-Apache-Clean description: A mod_perl interface into HTML::Clean maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Clean portname: www/p5-Apache-Compress description: Auto-compress web files with Gzip maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Compress portname: www/p5-Apache-CompressClientFixup description: Perl extension for Apache-1.3.X to avoid gzip compression for known buggy browsers maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-CompressClientFixup portname: www/p5-Apache-DBI-mp1 description: DBI persistent connection, authentication and authorization (mp1) maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-DBI-mp1 portname: www/p5-Apache-DebugInfo description: Log various bits of per-request data maintainer: skv@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-DebugInfo portname: www/p5-Apache-DumpHeaders description: Watches HTTP transactions under mod_perl, looking at the headers maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-DumpHeaders portname: www/p5-Apache-Filter description: Perl module to alter the output of previous handlers maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Filter portname: www/p5-Apache-Icon description: A perl module that provides an interface for looking up icon images maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Icon portname: www/p5-Apache-Language description: A perl module that provides language-aware object hashes maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Language portname: www/p5-Apache-NNTPGateway description: A NNTP interface for mod_perl enabled Apache web server maintainer: skv@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-NNTPGateway portname: www/p5-Apache-PageKit description: MVCC web framework using mod_perl, XML and HTML::Template maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-PageKit portname: www/p5-Apache-Peek description: A data debugging tool for the XS programmer (under mod_perl) maintainer: skv@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Peek portname: www/p5-Apache-Radius description: A perl5 module for providing RADIUS authentication in Apache+mod_perl maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Radius portname: www/p5-Apache-Reload description: Reload changed modules maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Reload portname: www/p5-Apache-SSI description: Implement Server Side Includes in Perl maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-SSI portname: www/p5-Apache-Scoreboard description: Perl interface to the Apache scoreboard structure maintainer: tcornpropst@cox.net deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Scoreboard portname: www/p5-Apache-SubProcess description: Forking and executing subprocesses from mod_perl maintainer: lars.eggert@gmx.net deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-SubProcess portname: www/p5-Apache-Template description: Apache::Template - Apache/mod_perl interface to the Template Toolkit maintainer: perl@FreeBSD.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-Template portname: www/p5-AxKit description: XML Delivery Toolkit for Apache/Perl maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit portname: www/p5-AxKit-XSP-Cookie description: An XSP library for setting and getting HTTP cookies maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-Cookie portname: www/p5-AxKit-XSP-ESQL description: An Extended SQL taglib for AxKit eXtensible Server Pages maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-ESQL portname: www/p5-AxKit-XSP-Exception description: Exceptions taglib for eXtensible Server Pages plugin for AxKit maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-Exception portname: www/p5-AxKit-XSP-IfParam description: Equivalent of XSP Param taglib, but conditional plugin for AxKit maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-IfParam portname: www/p5-AxKit-XSP-Param description: A namespace wrapper for accessing HTTP request paramaters maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-Param portname: www/p5-AxKit-XSP-PerForm description: XSP Taglib for making complex forms easy maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-PerForm portname: www/p5-AxKit-XSP-Sendmail description: Simple SMTP mailer tag library for AxKit eXtesible Server Pages. maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-Sendmail portname: www/p5-AxKit-XSP-Util description: XSP util: taglib plugin for AxKit maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-Util portname: www/p5-AxKit-XSP-WebUtils description: Plugin for AxKit that provide utilities for building XSP web apps maintainer: perl@FreeBSD.org deprecated because: depends on p5-AxKit expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-AxKit-XSP-WebUtils portname: www/p5-B-LexInfo description: Show information about subroutine lexical variables maintainer: tcornpropst@cox.net status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-B-LexInfo portname: www/p5-Bundle-Slash description: A bundle to install all modules used for Slash maintainer: perl@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Bundle-Slash portname: www/p5-Catalyst-Plugin-AutoRestart description: Restart Catalyst when specified memory threshold reached maintainer: miwi@FreeBSD.org deprecated because: Depends on devel/p5-Class-Data-Accessor, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Catalyst-Plugin-AutoRestart portname: www/p5-Catalyst-Plugin-FormCanary description: Check that forms are submitted from your site maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Catalyst-Plugin-FormCanary portname: www/p5-HTML-Widget description: HTML Widget And Validation Framework maintainer: perl@FreeBSD.org deprecated because: Depends on devel/p5-Class-Data-Accessor, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-HTML-Widget portname: www/p5-HTML-Widget-DBIC description: Subclass of HTML::Widget for dealing with DBIx::Class maintainer: perl@FreeBSD.org deprecated because: Disappear from CPAN expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-HTML-Widget-DBIC portname: www/p5-Text-Markdown-ApacheHandler description: Processes files with Markdown syntax for Apache maintainer: gslin@gslin.org deprecated because: depends on mod_perl expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Text-Markdown-ApacheHandler portname: www/p5-libapreq description: Generic Apache Request Library maintainer: skv@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-libapreq portname: www/p5-libapreq-static description: Generic Apache Request Library maintainer: skv@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-libapreq-static portname: www/plone description: A user friendly implementation of the CMF written on top of ZOPE maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plone portname: www/plugger-plugins-hubbe description: Meta package installing all author-recommended Plugger plugins maintainer: ports@FreeBSD.org deprecated because: Relies on audio/libsidplay, which is deprecated expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plugger-plugins-hubbe portname: www/pyblosxom description: A lightweight weblog system maintainer: jun-g@daemonfreaks.com status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=pyblosxom portname: www/rt36 description: RT is an industrial-grade ticketing system written in Perl maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt36 portname: www/ruby-http-access description: A Ruby library to access the Internet via HTTP maintainer: knu@FreeBSD.org deprecated because: Deprecated upstream, please use www/rubygem-httpclient expiration date: 2011-09-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-http-access portname: www/seamonkey2 description: The open source, standards compliant web browser maintainer: gecko@FreeBSD.org status: FORBIDDEN deprecated because: Upstream support dropped. Please consider using www/seamonkey instead. expiration date: 2011-10-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=seamonkey2 portname: www/slash description: Slash-Like Automatic Storytelling Homepage system maintainer: glarkin@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=slash portname: www/smb2www description: Windows Network client that is accessible through a web browser maintainer: ports@FreeBSD.org status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=smb2www portname: www/squid30 description: HTTP Caching Proxy maintainer: tmseck@web.de deprecated because: This version of Squid is no longer actively maintained upstream expiration date: 2011-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=squid30 portname: www/tomcat41 description: Open-source Java web server by Apache, stable 4.1.x branch maintainer: ports@FreeBSD.org deprecated because: No more upstream support expiration date: 2011-09-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tomcat41 portname: www/tomcat55 description: Open-source Java web server by Apache, 5.5.x branch maintainer: jhelfman@experts-exchange.com deprecated because: EOL approaching, consider www/tomcat{6,7} expiration date: 2012-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tomcat55 portname: www/typo343 description: The typo3 content management system maintainer: jumper99@gmx.de deprecated because: Support will end in the near future, see http://typo3.org/download/packages/ for details expiration date: 2011-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=typo343 portname: www/w3-4 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=w3-4 portname: www/web-traceroute description: WWW Traceroute CGI script written in C maintainer: dean@odyssey.apana.org.au status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=web-traceroute portname: www/wget4web description: WWW interface for console wget maintainer: sam@brj.pp.ru status: IGNORE deprecated because: apache13 is deprecated, migrate to 2.2.x+ now expiration date: 2011-11-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wget4web portname: x11-toolkits/gambas2-gb-qt description: The gambas Qt GUI component maintainer: acm@FreeBSD.org status: BROKEN deprecated because: has been broken for over a year expiration date: 2011-04-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gambas2-gb-qt portname: x11-toolkits/qtpixmap description: Modifed GTK pixmap engine to obtain Theme information from Qt maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2011-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qtpixmap portname: x11-toolkits/slgtk description: S-Lang binding for GTK+ maintainer: shuvaev@physik.uni-wuerzburg.de deprecated because: Does not work with newer GTK+, upstream development has ceased expiration date: 2011-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=slgtk portname: x11-toolkits/slgtkdatabox description: S-Lang binding for gtkdatabox maintainer: shuvaev@physik.uni-wuerzburg.de deprecated because: Depends on non-functional x11-toolkits/slgtk expiration date: 2011-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=slgtkdatabox portname: x11-wm/fvwm24 description: Popular virtual window manager for X maintainer: cy@FreeBSD.org deprecated because: No longer supported by fvwm.org. expiration date: 2011-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=fvwm24 portname: x11/fbsd-icons description: Collection of icons related to the FreeBSD project maintainer: ports@FreeBSD.org deprecated because: Upstream disapear and distfile is no more available expiration date: 2011-05-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=fbsd-icons From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:31:35 2011 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 7E6821065672 for ; Wed, 21 Sep 2011 06:31:35 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 097808FC08 for ; Wed, 21 Sep 2011 06:31:34 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6VY7G088516 for ; Wed, 21 Sep 2011 08:31:34 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:31:34 +0200 (CEST) Message-Id: <201109210631.p8L6VY7G088516@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org Cc: Subject: FreeBSD unmaintained ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:31:35 -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: math/mupad forbidden because: Relies on xpm, vulnerable since 2004-09-15, http://portaudit.freebsd.org/ef253f8b-0727-11d9-b45d-000c41e2cdad.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=mupad portname: net-p2p/torrentflux forbidden because: Vulnerable since 2006-10-07, http://portaudit.freebsd.org/72f21372-55e4-11db-a5ae-00508d6a62df.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrentflux portname: net/tptest forbidden because: Vulnerable since 2009-12-17, http://portaudit.freebsd.org/5486669e-ea9f-11de-bd9c-00215c6a37bb.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=tptest portname: security/cfs forbidden because: Buffer overflows allow remote attackers to cause DoS / execute arbitrary code build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/pgp6 forbidden because: Vulnerable since 2005-07-31, http://portaudit.freebsd.org/8375a73f-01bf-11da-bc08-0001020eed82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pgp6 portname: www/plone forbidden because: Vulnerable since 2011-02-10, http://portaudit.freebsd.org/7c492ea2-3566-11e0-8e81-0022190034c0.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plone portname: www/rt36 forbidden because: Vulnerable since 2009-12-09, http://portaudit.freebsd.org/714c1406-e4cf-11de-883a-003048590f9e.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt36 From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 06:31:37 2011 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 15A80106566C for ; Wed, 21 Sep 2011 06:31:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id ADF898FC15 for ; Wed, 21 Sep 2011 06:31:36 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [127.0.0.1]) by koala.droso.net (8.14.4/8.14.4) with ESMTP id p8L6VZgL088698 for ; Wed, 21 Sep 2011 08:31:35 +0200 (CEST) (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Sep 2011 08:31:35 +0200 (CEST) Message-Id: <201109210631.p8L6VZgL088698@koala.droso.net> From: linimon@FreeBSD.org To: ports@FreeBSD.org Cc: Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 06:31:37 -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: math/mupad forbidden because: Relies on xpm, vulnerable since 2004-09-15, http://portaudit.freebsd.org/ef253f8b-0727-11d9-b45d-000c41e2cdad.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=mupad portname: net-p2p/torrentflux forbidden because: Vulnerable since 2006-10-07, http://portaudit.freebsd.org/72f21372-55e4-11db-a5ae-00508d6a62df.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrentflux portname: net/tptest forbidden because: Vulnerable since 2009-12-17, http://portaudit.freebsd.org/5486669e-ea9f-11de-bd9c-00215c6a37bb.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=tptest portname: security/cfs forbidden because: Buffer overflows allow remote attackers to cause DoS / execute arbitrary code build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cfs portname: security/pgp6 forbidden because: Vulnerable since 2005-07-31, http://portaudit.freebsd.org/8375a73f-01bf-11da-bc08-0001020eed82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pgp6 portname: www/plone forbidden because: Vulnerable since 2011-02-10, http://portaudit.freebsd.org/7c492ea2-3566-11e0-8e81-0022190034c0.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=plone portname: www/pyblosxom forbidden because: Vulnerable since 2009-02-11 http://portaudit.freebsd.org/b07f3254-f83a-11dd-85a4-ea653f0746ab.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=pyblosxom portname: www/rt36 forbidden because: Vulnerable since 2009-12-09, http://portaudit.freebsd.org/714c1406-e4cf-11de-883a-003048590f9e.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt36 portname: www/seamonkey2 forbidden because: several security vulnerabilities build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=seamonkey2 From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 08:45:05 2011 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 EBEC91065679 for ; Wed, 21 Sep 2011 08:45:05 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost02.isp.att.net (fmailhost02.isp.att.net [207.115.11.52]) by mx1.freebsd.org (Postfix) with ESMTP id D4A1E8FC08 for ; Wed, 21 Sep 2011 08:45:05 +0000 (UTC) Date: Wed, 21 Sep 2011 08:45:04 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc02) with SMTP id <20110921084503H0200ceb8ke>; Wed, 21 Sep 2011 08:45:04 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org Message-Id: <20110921084505.EBEC91065679@hub.freebsd.org> Subject: Status of cups-base and avahi-app? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 08:45:06 -0000 What is the current status of print/cups-base? I get a BROKEN message when trying to build that port with DNSSD which is in net/avahi-libdns. This is for FreeBSD 9.0-BETA2. I didn't get this message in BETA1, but building print/cups-base failed because of something missing. My purpose for building cups-base is as a dependency of print/hplip, needed so I can print with the HP LaserJet n1212mf, using either the USB or ethernet connection. Is there any substitute for cups, or what is the function of avahi for this application (print/hplip)? Do I lose anything by turning off this option (DNSSD)? Tom From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 17:16:32 2011 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 21584106564A for ; Wed, 21 Sep 2011 17:16:32 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward9.mail.yandex.net (forward9.mail.yandex.net [77.88.61.48]) by mx1.freebsd.org (Postfix) with ESMTP id C07718FC19 for ; Wed, 21 Sep 2011 17:16:31 +0000 (UTC) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward9.mail.yandex.net (Yandex) with ESMTP id CEA73CE3168 for ; Wed, 21 Sep 2011 21:16:29 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316625389; bh=w0mStGCP65wIrKREFcmDHXHJdRnVrusFJ0BnLdwXJxs=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=L9ZmoZNIf6Qus8EO2zupgBn84a2AVUKIh85BydndPQXVTSaPWrKb85QlUx/dnEo++ Nw+X088JXz/fjyH49m6gh3viwiu64CMZ4bAUzDOFpKPhWAVrruHpGSTmWb05ANUrsW 75SQZjx4ewXQQGX3GPJEoLoSo4XAX4+Y2cQ6t9DU= Received: from smtp7.mail.yandex.net (localhost [127.0.0.1]) by smtp7.mail.yandex.net (Yandex) with ESMTP id AF46D1580015 for ; Wed, 21 Sep 2011 21:16:29 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316625389; bh=w0mStGCP65wIrKREFcmDHXHJdRnVrusFJ0BnLdwXJxs=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=L9ZmoZNIf6Qus8EO2zupgBn84a2AVUKIh85BydndPQXVTSaPWrKb85QlUx/dnEo++ Nw+X088JXz/fjyH49m6gh3viwiu64CMZ4bAUzDOFpKPhWAVrruHpGSTmWb05ANUrsW 75SQZjx4ewXQQGX3GPJEoLoSo4XAX4+Y2cQ6t9DU= Received: from unknown (unknown [213.138.88.133]) by smtp7.mail.yandex.net (nwsmtp/Yandex) with ESMTP id GSH0XGP8-GTHm0oA5; Wed, 21 Sep 2011 21:16:29 +0400 X-Yandex-Spam: 1 Message-ID: <4E7A1BDE.9050109@yandex.ru> Date: Wed, 21 Sep 2011 21:16:14 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Freed ports maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 17:16:32 -0000 Good day, i want to maintain this two: www/py-webkitgtk devel/dreampie Thanks. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 17:34:40 2011 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 89932106564A; Wed, 21 Sep 2011 17:34:40 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5518FC13; Wed, 21 Sep 2011 17:34:39 +0000 (UTC) Received: by iadk27 with SMTP id k27so3147400iad.13 for ; Wed, 21 Sep 2011 10:34:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qFUof9gAkuiIhN9O5Spb4tYobyLKNb7u8kduAjn/b+Q=; b=kGKbFLT2n8qE5zTvI5jLZJ5P8cZmAT5QCvPGnYJ0eq7FYrSjpP5UtBg8PhWyUcqa0h wztCzEGxOTgs1uhGzE75ImuyIec3LtnbstiKKj0GhxxG1AvI9TsePVVCgfW2LPqxV2Fl gu4vTrWpI9qIhmlqdQQqZ+hb1IH94MPPZuZx4= Received: by 10.231.65.73 with SMTP id h9mr2070606ibi.21.1316626479156; Wed, 21 Sep 2011 10:34:39 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.35.194 with HTTP; Wed, 21 Sep 2011 10:34:09 -0700 (PDT) In-Reply-To: <4E7A1BDE.9050109@yandex.ru> References: <4E7A1BDE.9050109@yandex.ru> From: Chris Rees Date: Wed, 21 Sep 2011 18:34:09 +0100 X-Google-Sender-Auth: 1QMMG9vkU3j5qnYAtaUl9gDtZUw Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Cc: FreeBSD Ports Mailing List , Sunpoet Po-Chuan Hsieh Subject: Re: Freed ports maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 17:34:40 -0000 On 21 September 2011 18:16, Ruslan Mahmatkhanov wrote: > > Good day, > > i want to maintain this two: > > www/py-webkitgtk > devel/dreampie > Just so no-one else starts it, sunpoet just did it five minutes ago :) Chris From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 17:37:59 2011 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 D2831106566B; Wed, 21 Sep 2011 17:37:59 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward7.mail.yandex.net (forward7.mail.yandex.net [IPv6:2a02:6b8:0:202::2]) by mx1.freebsd.org (Postfix) with ESMTP id 49C108FC28; Wed, 21 Sep 2011 17:37:59 +0000 (UTC) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward7.mail.yandex.net (Yandex) with ESMTP id A351F1C3148; Wed, 21 Sep 2011 21:37:57 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316626677; bh=FlCwk4muWZQY5gn2gLIMG/xQo3b/B86rXDbM1TtxvlU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mFHE/EX1mkSOPwGy6s+biCuqvkch/xUSb12XEOr35937uMC3l2h9ieTIG9EuiXrWe Vsjfua3vgdFrvQC4oWTK95WSSBJ9OMRlxtXUsHsUqzWbkus0ckrPKtaHXwbRZEdB3B U3ap1gmpErwXZRQx4QR+Gj5RbFUGWELwfUiLvc0o= Received: from smtp7.mail.yandex.net (localhost [127.0.0.1]) by smtp7.mail.yandex.net (Yandex) with ESMTP id 7920D1580015; Wed, 21 Sep 2011 21:37:57 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316626677; bh=FlCwk4muWZQY5gn2gLIMG/xQo3b/B86rXDbM1TtxvlU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mFHE/EX1mkSOPwGy6s+biCuqvkch/xUSb12XEOr35937uMC3l2h9ieTIG9EuiXrWe Vsjfua3vgdFrvQC4oWTK95WSSBJ9OMRlxtXUsHsUqzWbkus0ckrPKtaHXwbRZEdB3B U3ap1gmpErwXZRQx4QR+Gj5RbFUGWELwfUiLvc0o= Received: from unknown (unknown [213.138.88.133]) by smtp7.mail.yandex.net (nwsmtp/Yandex) with ESMTP id buHCYJqL-bvH0prJm; Wed, 21 Sep 2011 21:37:57 +0400 X-Yandex-Spam: 1 Message-ID: <4E7A20E7.6000003@yandex.ru> Date: Wed, 21 Sep 2011 21:37:43 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: Chris Rees References: <4E7A1BDE.9050109@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List , Sunpoet Po-Chuan Hsieh Subject: Re: Freed ports maintainership X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 17:37:59 -0000 Chris Rees wrote on 21.09.2011 21:34: > On 21 September 2011 18:16, Ruslan Mahmatkhanov wrote: >> >> Good day, >> >> i want to maintain this two: >> >> www/py-webkitgtk >> devel/dreampie >> > > Just so no-one else starts it, sunpoet just did it five minutes ago :) > > Chris Yep, it seems that submitting pr for things like that is more appropriate, because by directing it too ports it involves too many people in such simple stuff :(. My apologies. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 17:59:42 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 9FD7F106564A for ; Wed, 21 Sep 2011 17:59:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 172-17-198-245.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 44A2114D809; Wed, 21 Sep 2011 17:59:42 +0000 (UTC) Message-ID: <4E7A260D.9000204@FreeBSD.org> Date: Wed, 21 Sep 2011 10:59:41 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110912 Thunderbird/6.0.2 MIME-Version: 1.0 To: Thomas Mueller References: <20110921084505.EBEC91065679@hub.freebsd.org> In-Reply-To: <20110921084505.EBEC91065679@hub.freebsd.org> X-Enigmail-Version: undefined OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Status of cups-base and avahi-app? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 17:59:42 -0000 On 09/21/2011 01:45, Thomas Mueller wrote: > Do I lose anything by turning off this option (DNSSD)? When you try it, what happens? -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 18:27:12 2011 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 40C9C1065673 for ; Wed, 21 Sep 2011 18:27:12 +0000 (UTC) (envelope-from greearb@candelatech.com) Received: from ns3.lanforge.com (mail.candelatech.com [208.74.158.172]) by mx1.freebsd.org (Postfix) with ESMTP id 24F758FC0C for ; Wed, 21 Sep 2011 18:27:11 +0000 (UTC) Received: from [192.168.100.111] (firewall.candelatech.com [70.89.124.249]) (authenticated bits=0) by ns3.lanforge.com (8.14.2/8.14.2) with ESMTP id p8LI3fH2027918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Sep 2011 11:03:41 -0700 Message-ID: <4E7A26FD.5030401@candelatech.com> Date: Wed, 21 Sep 2011 11:03:41 -0700 From: Ben Greear Organization: Candela Technologies User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: ports@FreeBSD.org, pkgsrc-users@NetBSD.org, ports@openbsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Xorp 1.8.4 is released. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 18:27:12 -0000 Hello BSD maintainers! If you have any patches to help make xorp 1.8.4 work better on bsd, please send them to me and I'll incorporate them into the upstream xorp code. I have uploaded binaries & source code to www.xorp.org. The downloads link points to xorp.org now instead of SourceForge, but I put the windows binary and source code snapshot on sourceforge and github as well, just in case someone prefers that. Generally, 1.8.4 is mostly a bug-fix release. Here's the release notes highlights: * Add async-XRL support, from Steven Simpson * Fix bug in deleting non-VLAN interface. Commit would fail because the code would attempt to remove the interface from the kernel and fail. * Fix BSD related crash when adding interface with same ifindex as a previous interface. OpenBSD has the nasty habit of re-using the ifindex when creating/deleting virtual interfaces. * Fix multicast bug that totally breaks XORP multicast on recent Linux kernels. The problem is that I chose the wrong default multicast routing table (254, instead of 253 as it should be). So, if users don't specify a routing table, it pokes routes into the wrong table. This wasn't caught in my testing because I always explicitly set the routing table ID. * Add some env variable controlled debugging to the libxorp and libxipc logic for better debugging of xrls and the event loop. Full release notes and change log are available here: http://www.xorp.org/releases/1.8.4/docs/RELEASE_NOTES Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list Xorp-hackers@icir.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 18:28:53 2011 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 BF037106566C for ; Wed, 21 Sep 2011 18:28:53 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8A66D8FC14 for ; Wed, 21 Sep 2011 18:28:53 +0000 (UTC) Received: by iadk27 with SMTP id k27so3214596iad.13 for ; Wed, 21 Sep 2011 11:28:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=lP5aF06yd4Yof7sIG6eeXXeh2gP1dytFju65LGUAmWg=; b=x6G+FkVdbM3LeKHv4oBFbIod+Z1gSFrKa6nwaLk1LMjWjomE96RjK3wi4zMPOAckCy Vhbc40Vf0JEUWonCom4v9fTz0HwjfkUxqIycD8K3w6Pvh5mBQEYSJ45Lhft9qsB2J/2+ L4ihuZ6ljudCdBMptkZJAKz9SpOTGVTh8OrOA= Received: by 10.42.29.68 with SMTP id q4mr408473icc.99.1316629732134; Wed, 21 Sep 2011 11:28:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.35.194 with HTTP; Wed, 21 Sep 2011 11:28:22 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Wed, 21 Sep 2011 19:28:22 +0100 Message-ID: To: "Edwin L. Culp W." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: problem with port x11/xbitmaps in Current and 7.4 stable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 18:28:53 -0000 On 21 September 2011 00:09, Edwin L. Culp W. wrote: > On Tue, Sep 20, 2011 at 7:13 AM, Chris Rees wrote: >> >> On 20 Sep 2011 13:10, "Edwin L. Culp W." wrote: >>> >>> Checked UPDATING and there isn't any mention. =A0I get: >>> >>> x11/xbitmaps # make >>> =3D=3D=3D> =A0Vulnerability check disabled, database not found >>> =3D=3D=3D> =A0License not correctly defined: for unknown licenses, defi= ning >>> LICENSE_PERMS is mandatory (otherwise use a known LICENSE) >>> *** Error code 1 >>> >>> Stop in /usr/ports/x11/xbitmaps. >>> >>> Not a big deal, I've not seen that message before, that I rememver anyw= ay. >>> >> >> Please csup and try again. >> >> Has a nice ring, doesn't it ;) >> >> Chris > > :) > > Thanks, Chris. > > I've got a daily csup crontab. =A0Should be ok in the morning. > Hm... Just incidentally, are you randomising the time within the hour to be kind to the master server, with something like: /bin/sleep $(expr \( $(fortune | cksum | cut -f1 -d" ") \% 3600 \) + 1 ) && /usr/bin/csup _your_supfile ? Chris From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 18:33:26 2011 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 8E9641065674 for ; Wed, 21 Sep 2011 18:33:26 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0BA8FC08 for ; Wed, 21 Sep 2011 18:33:26 +0000 (UTC) Received: by iadk27 with SMTP id k27so3223354iad.13 for ; Wed, 21 Sep 2011 11:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=oHdyspCX4ppxy8KDxiy9bGdf5E6fpDm92yJLVBYJoCo=; b=qo6tia30pikRVVy3B+L8XVHin6a/7ZbWm98nUn/0gA48R+WKxoj7V1z2UvBLrjII50 uY7If2nlN6OzAVZJQs2CvtHwFYejxLzZ/X4DQgi5tVWZlFLv1YdhPIvPAFvGhQwlTZAw DUSeRorORug4X74BrG+GT6ri0FMKg9H/9K2DM= Received: by 10.231.25.229 with SMTP id a37mr2157015ibc.8.1316630004126; Wed, 21 Sep 2011 11:33:24 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.35.194 with HTTP; Wed, 21 Sep 2011 11:32:53 -0700 (PDT) In-Reply-To: <20110921084505.EBEC91065679@hub.freebsd.org> References: <20110921084505.EBEC91065679@hub.freebsd.org> From: Chris Rees Date: Wed, 21 Sep 2011 19:32:53 +0100 X-Google-Sender-Auth: 26xhVvTCUqwFF69VqNat4bJ51SA Message-ID: To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Status of cups-base and avahi-app? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 18:33:26 -0000 On 21 September 2011 09:45, Thomas Mueller wrot= e: > What is the current status of print/cups-base? =A0I get a BROKEN message = when trying to build that port with DNSSD which is in net/avahi-libdns. > > This is for FreeBSD 9.0-BETA2. =A0I didn't get this message in BETA1, but= building print/cups-base failed because of something missing. > > My purpose for building cups-base is as a dependency of print/hplip, need= ed so I can print with the HP LaserJet n1212mf, using either the USB or eth= ernet connection. > > Is there any substitute for cups, or what is the function of avahi for th= is application (print/hplip)? > > Do I lose anything by turning off this option (DNSSD)? > > Tom > Well... you lose avahi, which is a zeroconf implementation, but you're probably just better off with samba. The BROKEN message references http://www.avahi.org/ticket/303 -- look there for more information on why it's marked as such. Chris From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 18:47:44 2011 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 EAD81106566C for ; Wed, 21 Sep 2011 18:47:44 +0000 (UTC) (envelope-from ports@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id A8F5E8FC14 for ; Wed, 21 Sep 2011 18:47:44 +0000 (UTC) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id AE136509DC for ; Wed, 21 Sep 2011 20:35:06 +0200 (CEST) Received: from [10.10.10.71] (techunter.webrz.net [10.10.10.71]) by webrz.xs4all.nl (Postfix) with ESMTPA id 93642509B4 for ; Wed, 21 Sep 2011 20:35:06 +0200 (CEST) Message-ID: <4E7A2E72.9070906@webrz.net> Date: Wed, 21 Sep 2011 20:35:30 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.22) Gecko/20110902 Thunderbird/3.1.14 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net Subject: Ruby X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 18:47:45 -0000 Can someone tell me why the default ruby version has been reverted from 1.9 to 1.8 ?? Thanks Jos Chrispijn From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 19:15:49 2011 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 27104106566C for ; Wed, 21 Sep 2011 19:15:49 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DFFF88FC12 for ; Wed, 21 Sep 2011 19:15:48 +0000 (UTC) Received: by ywp17 with SMTP id 17so1828106ywp.13 for ; Wed, 21 Sep 2011 12:15:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=oszqzqhWGc55bBYUOz4jGUts1YSmKVM8PdD1kqAS4Uo=; b=jdlGZB6b1y+nkQhwDo1ImeZMtc70b1/YyBdGrSZy52WvRedXF5CQ4hzhTNZEEyLh2A mFL9rvklhc2qTt6gUmAdnjpf3xnEi/Sj4xK0cJyIsuZwlPFBb05vOMAe/I3ZrPP8OwPw nNZhM6a0DPnPIvMiKcqokJaZ8CtfV4fxjrqiI= Received: by 10.42.29.68 with SMTP id q4mr490450icc.99.1316632548070; Wed, 21 Sep 2011 12:15:48 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.35.194 with HTTP; Wed, 21 Sep 2011 12:15:18 -0700 (PDT) In-Reply-To: <4E7A2E72.9070906@webrz.net> References: <4E7A2E72.9070906@webrz.net> From: Chris Rees Date: Wed, 21 Sep 2011 20:15:18 +0100 X-Google-Sender-Auth: Eg-bQtytZ-6q0_n5KehBU1IDHBc Message-ID: To: Jos Chrispijn Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: Ruby X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 19:15:49 -0000 On 21 September 2011 19:35, Jos Chrispijn wrote: > Can someone tell me why the default ruby version has been reverted from 1.9 > to 1.8 ?? > Unfortunately, although huge efforts were made by the ruby team it turned out that there were some edge cases that made the switch really difficult to some people, so it was decided to revert the change in defaults. If 1.9 works for you, great, but for now you'll need RUBY_DEFAULT_VER=1.9 in /etc/make.conf. Please keep testing 1.9! Chris From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 19:16:59 2011 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 D5073106566B for ; Wed, 21 Sep 2011 19:16:59 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 67FF78FC16 for ; Wed, 21 Sep 2011 19:16:58 +0000 (UTC) Received: by wyh15 with SMTP id 15so2780481wyh.13 for ; Wed, 21 Sep 2011 12:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ixu83suDlWaK7zfz1mB482yP3HLwhJWR2MaoZlEY7uI=; b=o7Ast4HQeQ6ykl1wNU8CPD3ajkrzbksR91pqR3uZkgb6ZyZ9WteyIcvS6XBAjhMKk3 Jf3+20dWi4Xe3m7QWwN8vTejyRAwtCyJ1zUIm2kYcY6Gs2r8cyByPMOb0jjpynqxghoI hnXpeQ+VDZev7eKzPAQdn6PPZGaBWkjsjEkSI= Received: by 10.227.58.79 with SMTP id f15mr1073984wbh.55.1316632618085; Wed, 21 Sep 2011 12:16:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.117.1 with HTTP; Wed, 21 Sep 2011 12:16:28 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Wed, 21 Sep 2011 15:16:28 -0400 Message-ID: To: Chris Rees Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: problem with port x11/xbitmaps in Current and 7.4 stable. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 19:16:59 -0000 > Hm... > > Just incidentally, are you randomising the time within the hour to be > kind to the master server, with something like: > > /bin/sleep $(expr \( $(fortune | cksum | cut -f1 -d" ") =C2=A0\% 3600 \) = + > 1 ) && /usr/bin/csup _your_supfile /bin/sleep $(/usr/bin/jot -r 1 1 3600) && ..... --=20 Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 21:25:38 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id CD622106566C for ; Wed, 21 Sep 2011 21:25:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from 172-17-198-245.globalsuite.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id CE0CF1526FB; Wed, 21 Sep 2011 21:25:37 +0000 (UTC) Message-ID: <4E7A5651.6030209@FreeBSD.org> Date: Wed, 21 Sep 2011 14:25:37 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110912 Thunderbird/6.0.2 MIME-Version: 1.0 To: Ben Greear References: <4E7A26FD.5030401@candelatech.com> In-Reply-To: <4E7A26FD.5030401@candelatech.com> X-Enigmail-Version: undefined OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: Xorp 1.8.4 is released. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 21:25:38 -0000 Thanks for letting us know. FYI, there is currently no maintainer for this port in the FreeBSD tree, so if any of our users want to take this on they should submit a PR. Doug On 09/21/2011 11:03, Ben Greear wrote: > Hello BSD maintainers! > > If you have any patches to help make xorp 1.8.4 work > better on bsd, please send them to me and I'll incorporate > them into the upstream xorp code. > > > I have uploaded binaries & source code to www.xorp.org. > > The downloads link points to xorp.org now instead of SourceForge, > but I put the windows binary and source code snapshot on sourceforge > and github as well, just in case someone prefers that. > > Generally, 1.8.4 is mostly a bug-fix release. > > Here's the release notes highlights: > > * Add async-XRL support, from Steven Simpson > > * Fix bug in deleting non-VLAN interface. Commit would fail > because the code would attempt to remove the interface from > the kernel and fail. > > * Fix BSD related crash when adding interface with same ifindex > as a previous interface. OpenBSD has the nasty habit of re-using > the ifindex when creating/deleting virtual interfaces. > > * Fix multicast bug that totally breaks XORP multicast on recent > Linux kernels. The problem is that I chose the wrong default > multicast routing table (254, instead of 253 as it should be). > So, if users don't specify a routing table, it pokes routes into > the wrong table. This wasn't caught in my testing because I always > explicitly set the routing table ID. > > * Add some env variable controlled debugging to the libxorp and > libxipc > logic for better debugging of xrls and the event loop. > > Full release notes and change log are available here: > > http://www.xorp.org/releases/1.8.4/docs/RELEASE_NOTES > > > Thanks, > Ben > -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Sep 21 22:22:56 2011 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 47FE9106564A for ; Wed, 21 Sep 2011 22:22:56 +0000 (UTC) (envelope-from m.tsatsenko@gmail.com) Received: from mx.tsatsenko.ru (y7nz.x.rootbsd.net [204.109.61.86]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF9F8FC0A for ; Wed, 21 Sep 2011 22:22:55 +0000 (UTC) Received: from [92.255.201.25] (helo=[192.168.0.5]) by mx.tsatsenko.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R6VBv-0005vh-52; Thu, 22 Sep 2011 02:22:55 +0400 Message-ID: <4E7A63AF.705@gmail.com> Date: Thu, 22 Sep 2011 02:22:39 +0400 From: Mikhail Tsatsenko User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: Ben Greear References: <4E7A26FD.5030401@candelatech.com> In-Reply-To: <4E7A26FD.5030401@candelatech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: Xorp 1.8.4 is released. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Sep 2011 22:22:56 -0000 On 21.09.2011 22:03, Ben Greear wrote: > Hello BSD maintainers! > > If you have any patches to help make xorp 1.8.4 work > better on bsd, please send them to me and I'll incorporate > them into the upstream xorp code. > > > I have uploaded binaries & source code to www.xorp.org. > > The downloads link points to xorp.org now instead of SourceForge, > but I put the windows binary and source code snapshot on sourceforge > and github as well, just in case someone prefers that. > > Generally, 1.8.4 is mostly a bug-fix release. > > Here's the release notes highlights: > > * Add async-XRL support, from Steven Simpson > > * Fix bug in deleting non-VLAN interface. Commit would fail > because the code would attempt to remove the interface from > the kernel and fail. > > * Fix BSD related crash when adding interface with same ifindex > as a previous interface. OpenBSD has the nasty habit of re-using > the ifindex when creating/deleting virtual interfaces. > > * Fix multicast bug that totally breaks XORP multicast on recent > Linux kernels. The problem is that I chose the wrong default > multicast routing table (254, instead of 253 as it should be). > So, if users don't specify a routing table, it pokes routes into > the wrong table. This wasn't caught in my testing because I always > explicitly set the routing table ID. > > * Add some env variable controlled debugging to the libxorp and libxipc > logic for better debugging of xrls and the event loop. > > Full release notes and change log are available here: > > http://www.xorp.org/releases/1.8.4/docs/RELEASE_NOTES > > Hi, Ben! Thanks for your work. At the first look updating xorp port is relatively simple task. Right now a new version builds fine for me on 8.2. After some testing i'll sumbit a PR. -- Mikhail From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 08:02:07 2011 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 B4048106566C; Thu, 22 Sep 2011 08:02:07 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8098FC0A; Thu, 22 Sep 2011 08:02:07 +0000 (UTC) Received: by iadk27 with SMTP id k27so4132354iad.13 for ; Thu, 22 Sep 2011 01:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=sD0Cso/WW8atHHt37To6yZOZf6KSSWKUsYJ3exY2H2k=; b=fDmBvBeLs1Xar3moKXFZkEUa3UIQZ9Njt4f5Q7YFRk0ZNpt9F3E0dMT6y/rvjur4Dq B9g/oHRCSBDCfJv1kYMjSXsMfVTe409dCitUZ/aQpHUohKDn4ASeU6aTCmGuEQWtOe2F Mkk68/x5MfAqO3JegkjewPQ+WTjeitELmnWNU= Received: by 10.42.131.7 with SMTP id x7mr1648128ics.187.1316676653327; Thu, 22 Sep 2011 00:30:53 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPS id 37sm10123160iba.5.2011.09.22.00.30.50 (version=SSLv3 cipher=OTHER); Thu, 22 Sep 2011 00:30:51 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 22 Sep 2011 16:30:51 +0900 (JST) Message-Id: <20110922.163051.1860198911942508932.chat95@mac.com> To: gahr@FreeBSD.org From: Maho NAKATA In-Reply-To: <20110906135330.GM98648@gahrfit.gahr.ch> References: <20110906123223.GL98648@gahrfit.gahr.ch> <4E661FED.4020502@missouri.edu> <20110906135330.GM98648@gahrfit.gahr.ch> X-Mailer: Mew version 6.3 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: stephen@missouri.edu, ports@FreeBSD.org Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 08:02:07 -0000 Hi *, now I'm testing x11-toolkits/fltk for math/octave port. sorry for delay. thanks From: Pietro Cerutti Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming Date: Tue, 06 Sep 2011 15:53:31 +0200 > On 2011-Sep-06, 08:28, Stephen Montgomery-Smith wrote: >> On 09/06/2011 07:32 AM, Pietro Cerutti wrote: >> > On 2011-Sep-06, 07:28, Stephen Montgomery-Smith wrote: >> >> On 09/06/2011 06:26 AM, Stephen Montgomery-Smith wrote: >> >>> On 09/06/2011 04:18 AM, Pietro Cerutti wrote: >> >>>> Hi, >> >>>> >> >>>> you're receiving this email because one of your ports depends on >> >>>> x11-toolkits/fltk, according to >> >>>> >> >>>> $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq >> >>>> >> >>>> I'm preparing an update to fltk-1.3.0 and I would like to give you the >> >>>> chance to test your port against this new version. >> >>>> >> >>>> If no serious issues should raise in the next 15 days, I will commit the >> >>>> update (plus relative PORTREVISION bump on all dependent ports) on >> >>>> September 21st. It's going to be something in this direction: >> >>>> http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.html >> >>>> >> >>>> Thank you for testing the patch available here: >> >>>> http://people.freebsd.org/~gahr/fltk-1.3.0.diff >> >>>> >> >>>> Kind Regards, >> >>>> >> >>> >> >>> The port graphics/qslim isn't building correctly with this new fltk. >> >> >> >> This patch seems to fix it. Even if it is garbled by the text >> >> processor/mail user, it should be obvious what it does - change the case >> >> of some letters in two occurrences of FL/Fl_File_Chooser.H >> > >> > Yes, that is correct. >> >> Can you commit this change at the same time as you commit the fltk >> update? It will be easier for you to get the timing correct than it >> will for me. > > Sure, I will keep that patch and commit it when I update fltk. > >> Also, gmsh and vis5d+ (other ports that I maintain) seemed to build just >> fine. octave also built just fine, but that's maho's port, so I will >> let him have the final word. > > Thank you very much for looking at that! > > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 08:11:25 2011 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 235B01065670 for ; Thu, 22 Sep 2011 08:11:25 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from data.galacsys.net (webmail.galacsys.net [217.24.81.215]) by mx1.freebsd.org (Postfix) with ESMTP id E01F88FC08 for ; Thu, 22 Sep 2011 08:11:24 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 9644B171567 for ; Thu, 22 Sep 2011 10:11:23 +0200 (CEST) From: "Ganael LAPLANCHE" To: freebsd-ports@freebsd.org X-Openwebmail-Date: Thu, 22 Sep 2011 11:11:23 +0200 Message-Id: <20110922071857.M71817@martymac.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 22 Sep 2011 10:11:23 +0200 (CEST) Subject: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 08:11:25 -0000 Hi list, As you may know, games/flightgear-aircrafts is *HUGE*, way too big to be useable and buildable correctly, and, as a maintainer, a real pain to update. Today, if you just need one airplane from flightgear-aircrafts, you would have to download 350+ airplanes and more than 2 GB of data, which makes no sense at all. We have to get rid of that. I am thinking of two options : 1) providing only a subset of available airplanes (i.e. *not* every single airplane available on the FTP servers). This would be nice, but requires to set up a list of the best planes to include (top 30 best planes ?), and that list may not be the one every single user would have established. 2) removing the port and consider users have to install additional planes *manually*. After all, those airplanes are only addons ; limiting the ports to flightgear + flightgear-data, which already ship with several airplanes, does not seem crazy to me. A third option would have been to provide the full list of available airplanes but only select a few of them through OPTIONS, but I'd like to avoid going this way : this will not simplify the port at all, it will only make it harder to maintain as the OPTIONS list will be huge, and (maybe ?) pointless for the end-user. Flightgear users, I would go for option 2), but what do *you* think ? Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 08:32:12 2011 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 1A85C106566C for ; Thu, 22 Sep 2011 08:32:12 +0000 (UTC) (envelope-from gahr@gahr.no-ip.org) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id A82148FC12 for ; Thu, 22 Sep 2011 08:32:11 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175] helo=gahr.no-ip.org) by cpanel05.rubas-s05.net with esmtpa (Exim 4.69) (envelope-from ) id 1R6ehP-0003K4-7d; Thu, 22 Sep 2011 10:32:03 +0200 Received: by gahr.no-ip.org (Postfix, from userid 1001) id B9AFD45033; Thu, 22 Sep 2011 10:32:02 +0200 (CEST) Date: Thu, 22 Sep 2011 10:32:02 +0200 From: Pietro Cerutti To: Maho NAKATA Message-ID: <20110922083202.GI5070@gahrfit.gahr.ch> References: <20110906123223.GL98648@gahrfit.gahr.ch> <4E661FED.4020502@missouri.edu> <20110906135330.GM98648@gahrfit.gahr.ch> <20110922.163051.1860198911942508932.chat95@mac.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ed/6oDxOLijJh8b0" Content-Disposition: inline In-Reply-To: <20110922.163051.1860198911942508932.chat95@mac.com> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.no-ip.org X-Source: X-Source-Args: X-Source-Dir: Cc: stephen@missouri.edu, ports@FreeBSD.org Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 08:32:12 -0000 --ed/6oDxOLijJh8b0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-Sep-22, 16:30, Maho NAKATA wrote: > Hi *, now I'm testing x11-toolkits/fltk for math/octave port. > sorry for delay. I'm a bit behind schedule too, I'll probably get to it only next week! Happy testing ;) > thanks >=20 > From: Pietro Cerutti > Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming > Date: Tue, 06 Sep 2011 15:53:31 +0200 >=20 > > On 2011-Sep-06, 08:28, Stephen Montgomery-Smith wrote: > >> On 09/06/2011 07:32 AM, Pietro Cerutti wrote: > >> > On 2011-Sep-06, 07:28, Stephen Montgomery-Smith wrote: > >> >> On 09/06/2011 06:26 AM, Stephen Montgomery-Smith wrote: > >> >>> On 09/06/2011 04:18 AM, Pietro Cerutti wrote: > >> >>>> Hi, > >> >>>> > >> >>>> you're receiving this email because one of your ports depends on > >> >>>> x11-toolkits/fltk, according to > >> >>>> > >> >>>> $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq > >> >>>> > >> >>>> I'm preparing an update to fltk-1.3.0 and I would like to give yo= u the > >> >>>> chance to test your port against this new version. > >> >>>> > >> >>>> If no serious issues should raise in the next 15 days, I will com= mit the > >> >>>> update (plus relative PORTREVISION bump on all dependent ports) on > >> >>>> September 21st. It's going to be something in this direction: > >> >>>> http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.ht= ml > >> >>>> > >> >>>> Thank you for testing the patch available here: > >> >>>> http://people.freebsd.org/~gahr/fltk-1.3.0.diff > >> >>>> > >> >>>> Kind Regards, > >> >>>> > >> >>> > >> >>> The port graphics/qslim isn't building correctly with this new flt= k. > >> >> > >> >> This patch seems to fix it. Even if it is garbled by the text > >> >> processor/mail user, it should be obvious what it does - change the= case > >> >> of some letters in two occurrences of FL/Fl_File_Chooser.H > >> > > >> > Yes, that is correct. > >>=20 > >> Can you commit this change at the same time as you commit the fltk=20 > >> update? It will be easier for you to get the timing correct than it= =20 > >> will for me. > >=20 > > Sure, I will keep that patch and commit it when I update fltk. > >=20 > >> Also, gmsh and vis5d+ (other ports that I maintain) seemed to build ju= st=20 > >> fine. octave also built just fine, but that's maho's port, so I will= =20 > >> let him have the final word. > >=20 > > Thank you very much for looking at that! > >=20 > > --=20 > > Pietro Cerutti > > The FreeBSD Project > > gahr@FreeBSD.org > >=20 > > PGP Public Key: > > http://gahr.ch/pgp --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --ed/6oDxOLijJh8b0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk568oEACgkQwMJqmJVx944ljACgq56gk5y5WSsSj1gaXRq1/xh6 DCgAoOHIeK7Cjn/wDnd3ruL1AsiVnS5g =mA5H -----END PGP SIGNATURE----- --ed/6oDxOLijJh8b0-- From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 08:32:55 2011 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 C84DE1065670 for ; Thu, 22 Sep 2011 08:32:55 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBAC8FC1E for ; Thu, 22 Sep 2011 08:32:55 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p8M8WpVD017522 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 22 Sep 2011 09:32:51 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p8M8WpVD017522 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1316680371; bh=OPoCWECy6iRGESG+5o1jzlg5FxkYzoW7z/mn4HNc4W4=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E7AF2AA.2010600@infracaninophile.co.uk>|Date:=20T hu,=2022=20Sep=202011=2009:32:42=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:6.0.2)=20Gecko/2 0110902=20Thunderbird/6.0.2|MIME-Version:=201.0|To:=20freebsd-port s@freebsd.org|Subject:=20Re:=20CFT:=20rt-4.0.2=20port|References:= 20<4E7083D7.90308@infracaninophile.co.uk>=20<4E7087B9.7050502@infr acaninophile.co.uk>|In-Reply-To:=20<4E7087B9.7050502@infracaninoph ile.co.uk>|X-Enigmail-Version:=201.3.1|OpenPGP:=20id=3D60AE908C|Co ntent-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20p rotocol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"----- -------enigEB1CAB2C7663D3F6D7FD4EA3"; b=0eMxSySHcVDXxnGHai6oDNwGRDiYn5X/WR3TUlGr2M8CPEbqOqfRJ2mke0uF4mYht vBLhYMh/CYZS2iQUPgD2/IDqEUzqUwMZdiOfIr0gCAfsMAL37qiYhXz72nKNayoAoL Y5c0l98IglamyK/X8nhFpc5M3LncrL+ZZKoTx2jI= Message-ID: <4E7AF2AA.2010600@infracaninophile.co.uk> Date: Thu, 22 Sep 2011 09:32:42 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4E7083D7.90308@infracaninophile.co.uk> <4E7087B9.7050502@infracaninophile.co.uk> In-Reply-To: <4E7087B9.7050502@infracaninophile.co.uk> X-Enigmail-Version: 1.3.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigEB1CAB2C7663D3F6D7FD4EA3" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: CFT: rt-4.0.2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 08:32:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEB1CAB2C7663D3F6D7FD4EA3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 14/09/2011 11:53, Matthew Seaman wrote: > On 14/09/2011 11:37, Matthew Seaman wrote: >> > This port has dependencies on three perl modules not already ported,= so >> > I've created new ports for those as well. You can download .shar >> > archives of all four from: >> > >> > http://www.infracaninophile.co.uk/articles/rt40.html > Ah. Apparently the three additional perl modules were added to the > ports on 1st September. I'll update the rt40 shar shortly. My thanks to all those who have sent feedback so far. A couple of issues have been fixed, and I think it's now time to send-pr. One question: committers -- would you prefer this as a .shar for a new www/rt40 port, or as a diff against www/rt38 and repo-copy to www/rt40? Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigEB1CAB2C7663D3F6D7FD4EA3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk568rMACgkQ8Mjk52CukIyjmgCdH9915mGivaoMY3uTxJujjASQ KG4AniB0Gd1QlBW68EhfD58EYOHeMTx9 =cqZO -----END PGP SIGNATURE----- --------------enigEB1CAB2C7663D3F6D7FD4EA3-- From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 09:03:41 2011 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 DFB8B106564A for ; Thu, 22 Sep 2011 09:03:40 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AAA268FC13 for ; Thu, 22 Sep 2011 09:03:39 +0000 (UTC) Received: by iadk27 with SMTP id k27so4209265iad.13 for ; Thu, 22 Sep 2011 02:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zuyMokERbwcS00PDO+Zd5SCin9ui/BzaVv1lsItcIXE=; b=AovRwJAlczXuQ/s7U00I9w0a8S8ylgUaScPze1L8lqD5bteefzo6odq3pGQtAOIl9J 4BFy99HgRV2vUci6C1S0w0pQDoh5+TJdMlfPdedQjD4h5UW7fJ9nRG5p3uibxs16k2vH IwbIiFx5Wvj8xxrfW8nY5IEeaqMCC+l0li4DI= MIME-Version: 1.0 Received: by 10.231.69.80 with SMTP id y16mr2933474ibi.34.1316682219371; Thu, 22 Sep 2011 02:03:39 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Thu, 22 Sep 2011 02:03:38 -0700 (PDT) Received: by 10.231.35.194 with HTTP; Thu, 22 Sep 2011 02:03:38 -0700 (PDT) In-Reply-To: <20110922071857.M71817@martymac.org> References: <20110922071857.M71817@martymac.org> Date: Thu, 22 Sep 2011 10:03:38 +0100 Message-ID: From: Chris Rees To: Ganael LAPLANCHE Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 09:03:41 -0000 On 22 Sep 2011 09:11, "Ganael LAPLANCHE" wrote: > > Hi list, > > As you may know, games/flightgear-aircrafts is *HUGE*, way too big to be > useable and buildable correctly, and, as a maintainer, a real pain to > update. Today, if you just need one airplane from flightgear-aircrafts, > you would have to download 350+ airplanes and more than 2 GB of data, > which makes no sense at all. We have to get rid of that. > > I am thinking of two options : > > 1) providing only a subset of available airplanes (i.e. *not* every > single airplane available on the FTP servers). This would be nice, but > requires to set up a list of the best planes to include (top 30 best > planes ?), and that list may not be the one every single user would have > established. > > 2) removing the port and consider users have to install additional > planes *manually*. After all, those airplanes are only addons ; limiting > the ports to flightgear + flightgear-data, which already ship with > several airplanes, does not seem crazy to me. > > A third option would have been to provide the full list of available > airplanes but only select a few of them through OPTIONS, but I'd like to > avoid going this way : this will not simplify the port at all, it will > only make it harder to maintain as the OPTIONS list will be huge, and > (maybe ?) pointless for the end-user. > > Flightgear users, I would go for option 2), but what do *you* think ? > 4) add-on ports? Chris From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 09:08:34 2011 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 8CC5B106564A for ; Thu, 22 Sep 2011 09:08:34 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4859A8FC08 for ; Thu, 22 Sep 2011 09:08:34 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1R6fGP-0001aR-Gm; Thu, 22 Sep 2011 10:08:19 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1R6fFs-000092-U9; Thu, 22 Sep 2011 10:07:41 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id p8M97epg017815; Thu, 22 Sep 2011 10:07:40 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id p8M97ei2017814; Thu, 22 Sep 2011 10:07:40 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 22 Sep 2011 10:07:40 +0100 From: Anton Shterenlikht To: Chris Rees Message-ID: <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> References: <20110922071857.M71817@martymac.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org, Ganael LAPLANCHE Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 09:08:34 -0000 On Thu, Sep 22, 2011 at 10:03:38AM +0100, Chris Rees wrote: > On 22 Sep 2011 09:11, "Ganael LAPLANCHE" > wrote: > > > > Hi list, > > > > As you may know, games/flightgear-aircrafts is *HUGE*, way too big to be > > useable and buildable correctly, and, as a maintainer, a real pain to > > update. Today, if you just need one airplane from flightgear-aircrafts, > > you would have to download 350+ airplanes and more than 2 GB of data, > > which makes no sense at all. We have to get rid of that. > > > > I am thinking of two options : > > > > 1) providing only a subset of available airplanes (i.e. *not* every > > single airplane available on the FTP servers). This would be nice, but > > requires to set up a list of the best planes to include (top 30 best > > planes ?), and that list may not be the one every single user would have > > established. > > > > 2) removing the port and consider users have to install additional > > planes *manually*. After all, those airplanes are only addons ; limiting > > the ports to flightgear + flightgear-data, which already ship with > > several airplanes, does not seem crazy to me. > > > > A third option would have been to provide the full list of available > > airplanes but only select a few of them through OPTIONS, but I'd like to > > avoid going this way : this will not simplify the port at all, it will > > only make it harder to maintain as the OPTIONS list will be huge, and > > (maybe ?) pointless for the end-user. > > > > Flightgear users, I would go for option 2), but what do *you* think ? > > > > 4) add-on ports? yes, this seems to be the case with latex, works fine. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 09:20:58 2011 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 8740C1065670 for ; Thu, 22 Sep 2011 09:20:58 +0000 (UTC) (envelope-from flo@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 732448FC12; Thu, 22 Sep 2011 09:20:58 +0000 (UTC) Received: from bender.solomo.local (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8M9Kv4j064659; Thu, 22 Sep 2011 09:20:57 GMT (envelope-from flo@freebsd.org) Message-ID: <4E7AFDF8.2030308@freebsd.org> Date: Thu, 22 Sep 2011 11:20:56 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0a1) Gecko/20110919 Thunderbird/9.0a1 MIME-Version: 1.0 To: Matthew Seaman References: <4E7083D7.90308@infracaninophile.co.uk> <4E7087B9.7050502@infracaninophile.co.uk> <4E7AF2AA.2010600@infracaninophile.co.uk> In-Reply-To: <4E7AF2AA.2010600@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: CFT: rt-4.0.2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 09:20:58 -0000 On 22.09.2011 10:32, Matthew Seaman wrote: > On 14/09/2011 11:53, Matthew Seaman wrote: >> On 14/09/2011 11:37, Matthew Seaman wrote: >>>> This port has dependencies on three perl modules not already ported, so >>>> I've created new ports for those as well. You can download .shar >>>> archives of all four from: >>>> >>>> http://www.infracaninophile.co.uk/articles/rt40.html > >> Ah. Apparently the three additional perl modules were added to the >> ports on 1st September. I'll update the rt40 shar shortly. > > My thanks to all those who have sent feedback so far. A couple of > issues have been fixed, and I think it's now time to send-pr. > > One question: committers -- would you prefer this as a .shar for a new > www/rt40 port, or as a diff against www/rt38 and repo-copy to www/rt40? > Please send it as a diff against rt38, as we'll do a repo copy. Thanks, Florian From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 09:27:48 2011 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 63868106564A; Thu, 22 Sep 2011 09:27:48 +0000 (UTC) (envelope-from ports@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id C70068FC13; Thu, 22 Sep 2011 09:27:47 +0000 (UTC) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 7828D509DC; Thu, 22 Sep 2011 11:27:31 +0200 (CEST) Received: from [10.10.10.71] (techunter.webrz.net [10.10.10.71]) by webrz.xs4all.nl (Postfix) with ESMTPA id 5B00150954; Thu, 22 Sep 2011 11:27:31 +0200 (CEST) Message-ID: <4E7AFF9E.2010808@webrz.net> Date: Thu, 22 Sep 2011 11:27:58 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.22) Gecko/20110902 Thunderbird/3.1.14 MIME-Version: 1.0 To: Chris Rees References: <4E7A2E72.9070906@webrz.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net Cc: freebsd-ports@freebsd.org Subject: Re: Ruby X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 09:27:48 -0000 Hi Chris, I see; these things always might happen. Can you tell me where I can find a summary of issues that come with this version? I then can check whether this might affect my system or not. For the time being I will stick to 1.9. Thanks, Jos Chrispijn Chris Rees: > Unfortunately, although huge efforts were made by the ruby team it > turned out that there were some edge cases that made the switch really > difficult to some people, so it was decided to revert the change in > defaults. > > If 1.9 works for you, great, but for now you'll need > RUBY_DEFAULT_VER=1.9 in /etc/make.conf. > > Please keep testing 1.9! > > Chris From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 09:28:44 2011 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 DA61A1065670 for ; Thu, 22 Sep 2011 09:28:44 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from data.galacsys.net (webmail.galacsys.net [217.24.81.215]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3B58FC1B for ; Thu, 22 Sep 2011 09:28:44 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 5476416C894; Thu, 22 Sep 2011 11:28:43 +0200 (CEST) From: "Ganael LAPLANCHE" To: Anton Shterenlikht ,Chris Rees X-Openwebmail-Date: Thu, 22 Sep 2011 12:28:43 +0200 Message-Id: <20110922092016.M80451@martymac.org> In-Reply-To: <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 22 Sep 2011 11:28:43 +0200 (CEST) Cc: freebsd-ports@freebsd.org, Ganael LAPLANCHE Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 09:28:44 -0000 On Thu, 22 Sep 2011 10:07:40 +0100, Anton Shterenlikht wrote Chris, Anton, Thanks for your feedback. > > 4) add-on ports? > > yes, this seems to be the case with latex, works fine. I am not sure to understand what you mean exactly. Could you be more precise ? -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 10:02:10 2011 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 DAAFF106566B; Thu, 22 Sep 2011 10:02:10 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 68C958FC13; Thu, 22 Sep 2011 10:02:10 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p8MA26Ce019292 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 22 Sep 2011 11:02:07 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p8MA26Ce019292 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1316685727; bh=v3sMO+EKZ+7cnRPMFZUm+Owgy8czjtdGKR8ahqkdV6o=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E7B0797.7080107@infracaninophile.co.uk>|Date:=20T hu,=2022=20Sep=202011=2011:01:59=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20rv:6.0.2)=20Gecko/2 0110902=20Thunderbird/6.0.2|MIME-Version:=201.0|To:=20Florian=20Sm eets=20|CC:=20freebsd-ports@freebsd.org|Subject:= 20Re:=20CFT:=20rt-4.0.2=20port|References:=20<4E7083D7.90308@infra caninophile.co.uk>=20<4E7087B9.7050502@infracaninophile.co.uk>=20< 4E7AF2AA.2010600@infracaninophile.co.uk>=20<4E7AFDF8.2030308@freeb sd.org>|In-Reply-To:=20<4E7AFDF8.2030308@freebsd.org>|X-Enigmail-V ersion:=201.3.1|OpenPGP:=20id=3D60AE908C|Content-Type:=20multipart /signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"application/ pgp-signature"=3B=0D=0A=20boundary=3D"------------enigE9C44BD51B66 1F3DA18EA556"; b=aqk7HtmjzZwlfU3ZNDoXtks7qYCD4Hag98Z/vXqx1NjC7PHItQgRCpt4Lygkt38jB /H78Sd87FJ3Kh4OEc9LI/OysV78YY1GRPfvs1iqEhCFMX8UWfjNSrJeYZaB5omE1tc G50OODHLYf2LdViX2eAkmH3LjXaiXzJd2x1Wjq9w= Message-ID: <4E7B0797.7080107@infracaninophile.co.uk> Date: Thu, 22 Sep 2011 11:01:59 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Florian Smeets References: <4E7083D7.90308@infracaninophile.co.uk> <4E7087B9.7050502@infracaninophile.co.uk> <4E7AF2AA.2010600@infracaninophile.co.uk> <4E7AFDF8.2030308@freebsd.org> In-Reply-To: <4E7AFDF8.2030308@freebsd.org> X-Enigmail-Version: 1.3.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE9C44BD51B661F3DA18EA556" X-Virus-Scanned: clamav-milter 0.97.2 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org Subject: Re: CFT: rt-4.0.2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 10:02:11 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE9C44BD51B661F3DA18EA556 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 22/09/2011 10:20, Florian Smeets wrote: >> One question: committers -- would you prefer this as a .shar for a new= >> www/rt40 port, or as a diff against www/rt38 and repo-copy to www/rt40= ? >> >=20 > Please send it as a diff against rt38, as we'll do a repo copy. >=20 Done. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D160901 Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigE9C44BD51B661F3DA18EA556 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk57B54ACgkQ8Mjk52CukIw2KACeKm3oAEj//f841W/7AaTItMsk fFQAni9NaKIw0Q959f0Hbs2KbwUkdT6J =ptQf -----END PGP SIGNATURE----- --------------enigE9C44BD51B661F3DA18EA556-- From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 10:03:18 2011 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 0F809106566B for ; Thu, 22 Sep 2011 10:03:18 +0000 (UTC) (envelope-from brentgclarklist@gmail.com) Received: from mail1.dur1.host-h.net (mail1.dur1.host-h.net [196.7.18.227]) by mx1.freebsd.org (Postfix) with ESMTP id 59FC48FC12 for ; Thu, 22 Sep 2011 10:03:17 +0000 (UTC) Received: from [196.7.147.49] (helo=[192.168.1.86]) by mail1.dur1.host-h.net with esmtpa (Exim 4.72) (envelope-from ) id 1R6fUT-0004e7-5J for freebsd-ports@freebsd.org; Thu, 22 Sep 2011 11:22:45 +0200 Message-ID: <4E7AFE64.9050702@gmail.com> Date: Thu, 22 Sep 2011 11:22:44 +0200 From: Brent Clark User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110307 Lightning/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Clear (ClamAV 0.97.2/13655/Thu Sep 22 02:23:14 2011) Subject: Ports problem with py-vte. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 10:03:18 -0000 Hiya Im actually trying to install the port terminator, but the dependacy port it tripping over itself. Would anyone know how I can go about fixing this? Kind Regards Brent Clark [root@bclark-laptop /usr/ports/x11-toolkits/py-vte]# make install clean ===> Building for py27-vte-0.26.2 CC vtemodule_la-vtemodule.lo vtemodule.c:23:23: error: pygobject.h: No such file or directory vtemodule.c:24:25: error: pygtk/pygtk.h: No such file or directory In file included from vtemodule.c:25: ../src/vte.h:22:18: error: glib.h: No such file or directory ../src/vte.h:23:21: error: gio/gio.h: No such file or directory ../src/vte.h:24:25: error: pango/pango.h: No such file or directory ../src/vte.h:25:21: error: gtk/gtk.h: No such file or directory In file included from ../src/vte.h:29, from vtemodule.c:25: ../src/vtepty.h:26:25: error: glib-object.h: No such file or directory In file included from ../src/vte.h:29, from vtemodule.c:25: ../src/vtepty.h:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' ../src/vtepty.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_error_quark' ../src/vtepty.h:88: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_get_type' ../src/vtepty.h:91: error: expected declaration specifiers or '...' before 'GError' ../src/vtepty.h:94: error: expected declaration specifiers or '...' before 'GError' ../src/vtepty.h:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_get_size' ../src/vtepty.h:107: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_set_size' ../src/vtepty.h:112: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_set_utf8' In file included from ../src/vte.h:30, from vtemodule.c:25: ../src/vtetypebuiltins.h:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'G_BEGIN_DECLS' ../src/vtetypebuiltins.h:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_cursor_blink_mode_get_type' ../src/vtetypebuiltins.h:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_cursor_shape_get_type' ../src/vtetypebuiltins.h:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_write_flags_get_type' ../src/vtetypebuiltins.h:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_flags_get_type' ../src/vtetypebuiltins.h:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_pty_error_get_type' ../src/vtetypebuiltins.h:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_anti_alias_get_type' In file included from vtemodule.c:25: ../src/vte.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'G_BEGIN_DECLS' ../src/vte.h:66: error: expected specifier-qualifier-list before 'GtkWidget' ../src/vte.h:91: error: expected specifier-qualifier-list before 'GtkWidgetClass' ../src/vte.h:230: error: expected specifier-qualifier-list before 'GdkColor' ../src/vte.h:239: error: expected specifier-qualifier-list before 'GdkColor' ../src/vte.h:243: error: expected declaration specifiers or '...' before '*' token ../src/vte.h:243: error: expected ')' before '*' token ../src/vte.h:249: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_type' ../src/vte.h:251: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ../src/vte.h:253: error: expected ')' before '*' token ../src/vte.h:257: error: expected ')' before '*' token ../src/vte.h:260: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_fork_command_full' ../src/vte.h:273: error: expected ')' before '*' token ../src/vte.h:274: error: expected ')' before '*' token ../src/vte.h:275: error: expected ')' before '*' token ../src/vte.h:279: error: expected ')' before '*' token ../src/vte.h:280: error: expected ')' before '*' token ../src/vte.h:281: error: expected ')' before '*' token ../src/vte.h:282: error: expected ')' before '*' token ../src/vte.h:285: error: expected ')' before '*' token ../src/vte.h:286: error: expected ')' before '*' token ../src/vte.h:289: error: expected ')' before '*' token ../src/vte.h:293: error: expected ')' before '*' token ../src/vte.h:294: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_audible_bell' ../src/vte.h:295: error: expected ')' before '*' token ../src/vte.h:296: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_visible_bell' ../src/vte.h:297: error: expected ')' before '*' token ../src/vte.h:298: error: expected ')' before '*' token ../src/vte.h:299: error: expected ')' before '*' token ../src/vte.h:303: error: expected ')' before '*' token ../src/vte.h:305: error: expected ')' before '*' token ../src/vte.h:307: error: expected ')' before '*' token ../src/vte.h:309: error: expected ')' before '*' token ../src/vte.h:311: error: expected ')' before '*' token ../src/vte.h:313: error: expected ')' before '*' token ../src/vte.h:315: error: expected ')' before '*' token ../src/vte.h:320: error: expected ')' before '*' token ../src/vte.h:323: error: expected ')' before '*' token ../src/vte.h:324: error: expected ')' before '*' token ../src/vte.h:326: error: expected ')' before '*' token ../src/vte.h:328: error: expected ')' before '*' token ../src/vte.h:330: error: expected ')' before '*' token ../src/vte.h:332: error: expected ')' before '*' token ../src/vte.h:335: error: expected ')' before '*' token ../src/vte.h:337: error: expected ')' before '*' token ../src/vte.h:340: error: expected ')' before '*' token ../src/vte.h:342: error: expected ')' before '*' token ../src/vte.h:345: error: expected ')' before '*' token ../src/vte.h:348: error: expected ')' before '*' token ../src/vte.h:352: error: expected ')' before '*' token ../src/vte.h:354: error: expected ')' before '*' token ../src/vte.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ../src/vte.h:356: error: expected ')' before '*' token ../src/vte.h:357: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_allow_bold' ../src/vte.h:360: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_has_selection' ../src/vte.h:365: error: expected ')' before '*' token ../src/vte.h:366: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_is_word_char' ../src/vte.h:369: error: expected ')' before '*' token ../src/vte.h:371: error: expected ')' before '*' token ../src/vte.h:375: error: expected ')' before '*' token ../src/vte.h:376: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_mouse_autohide' ../src/vte.h:379: error: expected ')' before '*' token ../src/vte.h:389: error: expected ')' before '*' token ../src/vte.h:393: error: expected ')' before '*' token ../src/vte.h:397: error: expected ')' before '*' token ../src/vte.h:403: error: expected ')' before '*' token ../src/vte.h:406: error: expected ')' before '*' token ../src/vte.h:410: error: expected ')' before '*' token ../src/vte.h:412: error: expected ')' before '*' token ../src/vte.h:414: error: expected ')' before '*' token ../src/vte.h:416: error: expected ')' before '*' token ../src/vte.h:419: error: expected ')' before '*' token ../src/vte.h:424: error: expected ')' before '*' token ../src/vte.h:428: error: expected ')' before '*' token ../src/vte.h:430: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ../src/vte.h:431: error: expected ')' before '*' token ../src/vte.h:433: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_search_get_wrap_around' ../src/vte.h:434: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_search_find_previous' ../src/vte.h:435: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_search_find_next' ../src/vte.h:439: error: expected ')' before '*' token ../src/vte.h:440: error: expected ')' before '*' token ../src/vte.h:441: error: expected ')' before '*' token ../src/vte.h:444: error: expected ')' before '*' token ../src/vte.h:445: error: expected ')' before '*' token ../src/vte.h:448: error: expected ')' before '*' token ../src/vte.h:450: error: expected ')' before '*' token ../src/vte.h:451: error: expected ')' before '*' token ../src/vte.h:454: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ../src/vte.h:455: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_char_width' ../src/vte.h:456: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_char_height' ../src/vte.h:457: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_row_count' ../src/vte.h:458: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_column_count' ../src/vte.h:459: error: expected ')' before '*' token ../src/vte.h:460: error: expected ')' before '*' token ../src/vte.h:462: error: expected ')' before '*' token ../src/vte.h:478: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_write_contents' In file included from ../src/vte.h:491, from vtemodule.c:25: ../src/vtedeprecated.h:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'G_BEGIN_DECLS' ../src/vtedeprecated.h:68: warning: data definition has no type or storage class ../src/vtedeprecated.h:68: warning: type defaults to 'int' in declaration of 'VteTerminalAntiAlias' ../src/vtedeprecated.h:70: error: expected ')' before '*' token ../src/vtedeprecated.h:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_using_xft' ../src/vtedeprecated.h:73: error: expected ')' before '*' token ../src/vtedeprecated.h:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_char_descent' ../src/vtedeprecated.h:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'vte_terminal_get_char_ascent' ../src/vtedeprecated.h:76: error: expected ')' before '*' token ../src/vtedeprecated.h:79: error: expected ')' before '*' token ../src/vtedeprecated.h:82: error: expected ')' before '*' token ../src/vtedeprecated.h:88: error: expected ')' before '*' token ../src/vtedeprecated.h:93: error: expected ')' before '*' token ../src/vtedeprecated.h:94: error: expected ')' before '*' token ../src/vtedeprecated.h:95: error: expected ')' before '*' token vtemodule.c:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern' vtemodule.c:28: warning: type defaults to 'int' in declaration of 'gchar' vtemodule.c:28: error: expected ';', ',' or ')' before '*' token vtemodule.c: In function 'initvte': vtemodule.c:38: error: implicit declaration of function 'init_pygobject' vtemodule.c:38: warning: nested extern declaration of 'init_pygobject' vtemodule.c:39: error: implicit declaration of function 'init_pygtk' vtemodule.c:39: warning: nested extern declaration of 'init_pygtk' vtemodule.c:44: error: implicit declaration of function 'pyvte_register_classes' vtemodule.c:44: warning: nested extern declaration of 'pyvte_register_classes' vtemodule.c:45: error: implicit declaration of function 'pyvte_add_constants' vtemodule.c:45: warning: nested extern declaration of 'pyvte_add_constants' gmake: *** [vtemodule_la-vtemodule.lo] Error 1 *** Error code 1 Stop in /usr/ports/x11-toolkits/py-vte. [root@bclark-laptop /usr/ports/x11-toolkits/py-vte]# From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 10:20:19 2011 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 B341810656EE for ; Thu, 22 Sep 2011 10:20:19 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost01.isp.att.net (fmailhost01.isp.att.net [204.127.217.101]) by mx1.freebsd.org (Postfix) with ESMTP id A044B8FC15 for ; Thu, 22 Sep 2011 10:20:19 +0000 (UTC) Date: Thu, 22 Sep 2011 10:20:18 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc01) with SMTP id <20110922102018H0100n3nbre>; Thu, 22 Sep 2011 10:20:18 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org References: <4E7A260D.9000204@FreeBSD.org> <20110921090450.GI28186@home.opsec.eu> Message-Id: <20110922102019.B341810656EE@hub.freebsd.org> Subject: Re: Status of cups-base and avahi-app? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 10:20:19 -0000 >From Chris Rees : > Well... you lose avahi, which is a zeroconf implementation, but you're > probably just better off with samba. > The BROKEN message references http://www.avahi.org/ticket/303 -- look > there for more information on why it's marked as such. >Chris I found that avahi bug ticket, noticed some Linuxes, including Ubuntu, manage to work around the bug. I guess I'll turn off the avahi option. What counts is getting the printer to work with hplip. I might also try to build wine and see if the MS-Windows driver for the printer works that way. Tom From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 13:12:22 2011 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 924151065670 for ; Thu, 22 Sep 2011 13:12:22 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 64E818FC12 for ; Thu, 22 Sep 2011 13:12:22 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1R6ijw-0008Bh-FM; Thu, 22 Sep 2011 08:51:05 -0400 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 3BE2252F0715; Thu, 22 Sep 2011 08:52:56 -0400 (EDT) Message-ID: <4E7B2FA8.4050403@FreeBSD.org> Date: Thu, 22 Sep 2011 08:52:56 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.22) Gecko/20110902 Lightning/1.0b2 Thunderbird/3.1.14 MIME-Version: 1.0 To: Ganael LAPLANCHE References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> In-Reply-To: <20110922092016.M80451@martymac.org> X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Anton Shterenlikht , freebsd-ports@freebsd.org, Chris Rees Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 13:12:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 9/22/11 5:28 AM, Ganael LAPLANCHE wrote: > On Thu, 22 Sep 2011 10:07:40 +0100, Anton Shterenlikht wrote > > Chris, Anton, > > Thanks for your feedback. > >>> 4) add-on ports? >> >> yes, this seems to be the case with latex, works fine. > > I am not sure to understand what you mean exactly. Could you be more > precise ? > I'm not familiar with the flightgear and latex ports, but it appears that latex is structured with a base port and a number of ports for add-ons. Have a look at the output of "ls -ld /usr/ports/print/latex-*", and you'll see the add-on ports. If you can break the flightgear airplanes (or subsets of airplanes) into a number of add-on ports, that would be one way to avoid the huge download problem, as well as an excessive number of OPTIONS in the base port. Of course, the add-on port idea assumes that airplanes can be downloaded individually in some fashion. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk57L6gACgkQ0sRouByUApD7eQCfQ2y2n8/ZzabCc3sSdzV/xGQE 90EAnjD8bvcVs4Zea6hNK2AooO3ezvGf =sh/Y -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 13:13:52 2011 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 491C41065675 for ; Thu, 22 Sep 2011 13:13:52 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from data.galacsys.net (webmail.galacsys.net [217.24.81.215]) by mx1.freebsd.org (Postfix) with ESMTP id 0158F8FC12 for ; Thu, 22 Sep 2011 13:13:51 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id E49AC171595; Thu, 22 Sep 2011 15:13:50 +0200 (CEST) From: "Ganael LAPLANCHE" To: glarkin@FreeBSD.org,Ganael LAPLANCHE X-Openwebmail-Date: Thu, 22 Sep 2011 16:13:50 +0200 Message-Id: <20110922125922.M59578@martymac.org> In-Reply-To: <4E7B2FA8.4050403@FreeBSD.org> References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> <4E7B2FA8.4050403@FreeBSD.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 22 Sep 2011 15:13:50 +0200 (CEST) Cc: Anton Shterenlikht , freebsd-ports@freebsd.org, Chris Rees Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 13:13:52 -0000 On Thu, 22 Sep 2011 08:52:56 -0400, Greg Larkin wrote Hi Greg, > [...] > If you can break the flightgear airplanes (or subsets of > airplanes) into a number of add-on ports, that would be one > way to avoid the huge download problem, as well as an > excessive number of OPTIONS in the base port. Of course, the > add-on port idea assumes that airplanes can be downloaded > individually in some fashion. Thanks for this explanation. I had thought about that option too, but the same questions as my first solution remain : what should be the list of the available ports ? I really have no idea here : any craft may be interesting to players. Also, if this list could be established, why not keep a single port (which would then be *a lot* easier to maintain) ? To sum um, in my opinion, there are in really 2 options : 1) Limit the port to a few selected aircrafts => (either in one port or split) 2) Remove the port I can go for 1), but I would need help to establish the list of aircrafts you'd like... :p Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 13:30:50 2011 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 875B5106566C for ; Thu, 22 Sep 2011 13:30:50 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2638FC12 for ; Thu, 22 Sep 2011 13:30:49 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1R6jMW-000356-PY; Thu, 22 Sep 2011 14:30:48 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1R6jMW-0003Po-Jx; Thu, 22 Sep 2011 14:30:48 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id p8MDUmql044774; Thu, 22 Sep 2011 14:30:48 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id p8MDUmjb044773; Thu, 22 Sep 2011 14:30:48 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 22 Sep 2011 14:30:48 +0100 From: Anton Shterenlikht To: Ganael LAPLANCHE , freebsd-ports@freebsd.org Message-ID: <20110922133048.GA44756@mech-cluster241.men.bris.ac.uk> References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> <20110922094347.GB17876@mech-cluster241.men.bris.ac.uk> <20110922110731.M71750@martymac.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110922110731.M71750@martymac.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 13:30:50 -0000 On Thu, Sep 22, 2011 at 01:35:48PM +0200, Ganael LAPLANCHE wrote: > On Thu, 22 Sep 2011 10:43:47 +0100, Anton Shterenlikht wrote > > Hi Anton, > > > print/teTeX is quite old. However, it's a critical > > port for many people, and there is no easy update > > or replacement (tex-live work is ongoing, I think). > > So, rather than updating the whole of teTeX, > > hrs@ has been adding new (or newer) > > latex packages as separate "add-on" ports, e.g. > > print/latex-nomencl or print/latex-chapterfolder. > > This way, user who need newer latex features, > > can easily get them, still within the ports > > framework. Others, who only need the core of latex, > > do not need to install those add-on ports, e.g. > > textproc/docproj-jadetex. > > Thanks for this clarification. > > In my opinion, games/flightgear-aircrafts can already been considered as > an addon port : none of the aircrafts installed by this port is > mandatory to have the game run correctly. The main problem I face is > that several distfiles change regularly, and keeping a list of 350+ > aircrafts distfiles up-to-date within a single port is a real pain. The > other problem is being able to provide the distfiles for a longer time > than the official mirrors do : it would require to set up an additional > mirror to collect them all and it would require a lot of space to do so. > > So, if I understand correctly, your 4th suggestion would be to split > this huge port up into single aircraft ones ? > > If yes, the same question remains : what should be the list of selected > ports ? And if this list should be limited to, say, 30 ports, why not > provide them in a single port (which would then be a lot easier to > maintain) ? sorry, no idea. My point was just that sometimes it's easier to split a large port into a smaller core, and several add-on ports. > > Best regards, > > PS : ports@ not included in your previous answer, is it voluntary ? just forgot -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 13:38:41 2011 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 55F13106564A for ; Thu, 22 Sep 2011 13:38:41 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 27BDF8FC0C for ; Thu, 22 Sep 2011 13:38:41 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1R6jS3-0008ST-Vu; Thu, 22 Sep 2011 09:36:38 -0400 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 5046852F0C14; Thu, 22 Sep 2011 09:38:33 -0400 (EDT) Message-ID: <4E7B3A59.40704@FreeBSD.org> Date: Thu, 22 Sep 2011 09:38:33 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.22) Gecko/20110902 Lightning/1.0b2 Thunderbird/3.1.14 MIME-Version: 1.0 To: Ganael LAPLANCHE References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> <4E7B2FA8.4050403@FreeBSD.org> <20110922125922.M59578@martymac.org> In-Reply-To: <20110922125922.M59578@martymac.org> X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Anton Shterenlikht , Chris Rees , freebsd-ports@freebsd.org Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 13:38:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 9/22/11 9:13 AM, Ganael LAPLANCHE wrote: > On Thu, 22 Sep 2011 08:52:56 -0400, Greg Larkin wrote > > Hi Greg, > >> [...] >> If you can break the flightgear airplanes (or subsets of >> airplanes) into a number of add-on ports, that would be one >> way to avoid the huge download problem, as well as an >> excessive number of OPTIONS in the base port. Of course, the >> add-on port idea assumes that airplanes can be downloaded >> individually in some fashion. > > Thanks for this explanation. > > I had thought about that option too, but the same questions as my first > solution remain : what should be the list of the available ports ? I > really have no idea here : any craft may be interesting to players. > Also, if this list could be established, why not keep a single port > (which would then be *a lot* easier to maintain) ? > > To sum um, in my opinion, there are in really 2 options : > > 1) Limit the port to a few selected aircrafts > => (either in one port or split) > 2) Remove the port > > I can go for 1), but I would need help to establish the list of > aircrafts you'd like... :p > > Best regards, I don't use flightgear, so others would have a better opinion than me about how to partition the airplane ports. Is there a forum on the upstream distro site where you could ask? You can also break them by first letter of the distfile names, combining where appropriate. An analysis of the number of distfiles per first letter of the filename yields: 2 1 7 16 a 35 b 30 c 30 d 29 e 5 f 28 g 5 h 18 i 2 j 9 k 8 l 17 m 22 n 6 o 4 p 22 q 1 r 10 s 32 t 8 u 2 v 7 w 1 x 2 y 3 z 2 You could combine some letters together and make a bunch of add-on ports with ~30 planes per port. Regards, Greg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk57OlkACgkQ0sRouByUApCD7wCguk8h/fk1QKuBP1kW6B+b4ebo C2sAn2krZJC5wtQpq1AZk5MDpoEIZ9dj =fgl+ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 13:58:47 2011 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 85376106566B for ; Thu, 22 Sep 2011 13:58:47 +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 3F3458FC0A for ; Thu, 22 Sep 2011 13:58:46 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 22 Sep 2011 09:58:46 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BCA10070; Thu, 22 Sep 2011 09:58:46 -0400 Received-SPF: None identity=pra; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@[10.0.0.3]"; x-conformance=sidf_compatible X-Auth-ID: roberthuff Received: from 209-6-41-114.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO [10.0.0.3]) ([209.6.41.114]) by smtp01.lnh.mail.rcn.net with ESMTP; 22 Sep 2011 09:58:46 -0400 Message-ID: <4E7B3EE6.5050107@rcn.com> Date: Thu, 22 Sep 2011 09:57:58 -0400 From: Robert Huff User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> <4E7B2FA8.4050403@FreeBSD.org> <20110922125922.M59578@martymac.org> <4E7B3A59.40704@FreeBSD.org> In-Reply-To: <4E7B3A59.40704@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 13:58:47 -0000 On 9/22/2011 9:38 AM, Greg Larkin wrote: > I don't use flightgear, so others would have a better opinion than me > about how to partition the airplane ports. Is there a forum on the > upstream distro site where you could ask? > > You can also break them by first letter of the distfile names, combining > where appropriate. An analysis of the number of distfiles per first > letter of the filename yields: > > 2 1 > 7 16 > a 35 > b 30 > c 30 > d 29 > e 5 > f 28 > g 5 > h 18 > i 2 > j 9 > k 8 > l 17 > m 22 > n 6 > o 4 > p 22 > q 1 > r 10 > s 32 > t 8 > u 2 > v 7 > w 1 > x 2 > y 3 > z 2 > > You could combine some letters together and make a bunch of add-on ports > with ~30 planes per port. I don't use this program either, but my first reaction was to break it into broad categories. For example: aircraft-required aircraft-25-most-popular aircraft-civilian-prop aircraft-civilian-jet aircraft-military-prop aircraft-military-jet Other categories may suggest themselves to those more familiar with the game. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 14:00:03 2011 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 99BC51065675; Thu, 22 Sep 2011 14:00:03 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 386318FC0C; Thu, 22 Sep 2011 14:00:02 +0000 (UTC) Received: by yia13 with SMTP id 13so2481041yia.13 for ; Thu, 22 Sep 2011 07:00:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=bfifcCA3ThnIzTMfbHPF1+wAjfE3rmqkt6p25tKhKeI=; b=L7jC7DRCV81KEl1bu8+OioI0zJvVn5PmcWIxK0BAQBg97SDt04ltsoSg+/KaLF18PW 4uvF3vWJrbBJkNkACqRv3SfH7sKcfXXVsbCLhm5g7KUDlwToFjX1TjMqI1YeOzdqYVcy 2dYHo1QgSpxzu28S2cwPP9YsUb33XttehZZf4= Received: by 10.42.130.131 with SMTP id v3mr2261411ics.53.1316700002202; Thu, 22 Sep 2011 07:00:02 -0700 (PDT) Received: from localhost (p4216-ipbf3306marunouchi.tokyo.ocn.ne.jp. [122.29.123.216]) by mx.google.com with ESMTPS id by18sm11380035ibb.1.2011.09.22.06.59.58 (version=SSLv3 cipher=OTHER); Thu, 22 Sep 2011 07:00:00 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 22 Sep 2011 22:59:59 +0900 (JST) Message-Id: <20110922.225959.123339447223913086.chat95@mac.com> To: gahr@FreeBSD.org From: Maho NAKATA In-Reply-To: <20110922083202.GI5070@gahrfit.gahr.ch> References: <20110906135330.GM98648@gahrfit.gahr.ch> <20110922.163051.1860198911942508932.chat95@mac.com> <20110922083202.GI5070@gahrfit.gahr.ch> X-Mailer: Mew version 6.3 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: stephen@missouri.edu, ports@FreeBSD.org Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 14:00:03 -0000 Hi gahr, your fltk update seems to be ok to me (math/octave). thanks Nakata Maho From: Pietro Cerutti Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming Date: Thu, 22 Sep 2011 10:32:02 +0200 > On 2011-Sep-22, 16:30, Maho NAKATA wrote: >> Hi *, now I'm testing x11-toolkits/fltk for math/octave port. >> sorry for delay. > > I'm a bit behind schedule too, I'll probably get to it only next week! > > Happy testing ;) > >> thanks >> >> From: Pietro Cerutti >> Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming >> Date: Tue, 06 Sep 2011 15:53:31 +0200 >> >> > On 2011-Sep-06, 08:28, Stephen Montgomery-Smith wrote: >> >> On 09/06/2011 07:32 AM, Pietro Cerutti wrote: >> >> > On 2011-Sep-06, 07:28, Stephen Montgomery-Smith wrote: >> >> >> On 09/06/2011 06:26 AM, Stephen Montgomery-Smith wrote: >> >> >>> On 09/06/2011 04:18 AM, Pietro Cerutti wrote: >> >> >>>> Hi, >> >> >>>> >> >> >>>> you're receiving this email because one of your ports depends on >> >> >>>> x11-toolkits/fltk, according to >> >> >>>> >> >> >>>> $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq >> >> >>>> >> >> >>>> I'm preparing an update to fltk-1.3.0 and I would like to give you the >> >> >>>> chance to test your port against this new version. >> >> >>>> >> >> >>>> If no serious issues should raise in the next 15 days, I will commit the >> >> >>>> update (plus relative PORTREVISION bump on all dependent ports) on >> >> >>>> September 21st. It's going to be something in this direction: >> >> >>>> http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.html >> >> >>>> >> >> >>>> Thank you for testing the patch available here: >> >> >>>> http://people.freebsd.org/~gahr/fltk-1.3.0.diff >> >> >>>> >> >> >>>> Kind Regards, >> >> >>>> >> >> >>> >> >> >>> The port graphics/qslim isn't building correctly with this new fltk. >> >> >> >> >> >> This patch seems to fix it. Even if it is garbled by the text >> >> >> processor/mail user, it should be obvious what it does - change the case >> >> >> of some letters in two occurrences of FL/Fl_File_Chooser.H >> >> > >> >> > Yes, that is correct. >> >> >> >> Can you commit this change at the same time as you commit the fltk >> >> update? It will be easier for you to get the timing correct than it >> >> will for me. >> > >> > Sure, I will keep that patch and commit it when I update fltk. >> > >> >> Also, gmsh and vis5d+ (other ports that I maintain) seemed to build just >> >> fine. octave also built just fine, but that's maho's port, so I will >> >> let him have the final word. >> > >> > Thank you very much for looking at that! >> > >> > -- >> > Pietro Cerutti >> > The FreeBSD Project >> > gahr@FreeBSD.org >> > >> > PGP Public Key: >> > http://gahr.ch/pgp > > -- > Pietro Cerutti > The FreeBSD Project > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 14:03:12 2011 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 ABCFF106564A; Thu, 22 Sep 2011 14:03:12 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 56CE08FC1A; Thu, 22 Sep 2011 14:03:12 +0000 (UTC) Received: by qyk4 with SMTP id 4so2993419qyk.13 for ; Thu, 22 Sep 2011 07:03:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=BmBRhO3nCbNooKxJFkBlCy9uE9RxsIiRa7hNTBXFu1o=; b=i/XvxVoOCQd1vQ8RKx6NyYhoaWGgsj+UWMQB9PUNd4dkG3HF21w/mkzKCnDjWK3zWN fPDnPE8veW8VjLv5P7j0F2De/5bKadyIle6e3rBckcYeVPvpjSe8DB1j1snSi0hwFtaM I9qjsb+gYkwAJ0MdvtVItQUp5Rx7UlLlWa2pw= MIME-Version: 1.0 Received: by 10.224.18.194 with SMTP id x2mr1684971qaa.95.1316700191546; Thu, 22 Sep 2011 07:03:11 -0700 (PDT) Received: by 10.224.28.69 with HTTP; Thu, 22 Sep 2011 07:03:11 -0700 (PDT) In-Reply-To: <20110922.225959.123339447223913086.chat95@mac.com> References: <20110906135330.GM98648@gahrfit.gahr.ch> <20110922.163051.1860198911942508932.chat95@mac.com> <20110922083202.GI5070@gahrfit.gahr.ch> <20110922.225959.123339447223913086.chat95@mac.com> Date: Thu, 22 Sep 2011 22:03:11 +0800 Message-ID: From: wen heping To: Maho NAKATA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: stephen@missouri.edu, ports@freebsd.org, gahr@freebsd.org Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 14:03:12 -0000 2011/9/22 Maho NAKATA : > Hi gahr, > > your fltk update seems to be ok to me (math/octave). That's a good news. wen > > thanks > =C2=A0Nakata Maho > > From: Pietro Cerutti > Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming > Date: Thu, 22 Sep 2011 10:32:02 +0200 > >> On 2011-Sep-22, 16:30, Maho NAKATA wrote: >>> Hi *, now I'm testing x11-toolkits/fltk for math/octave port. >>> sorry for delay. >> >> I'm a bit behind schedule too, I'll probably get to it only next week! >> >> Happy testing ;) >> >>> thanks >>> >>> From: Pietro Cerutti >>> Subject: Re: HEADS UP --- Update to x11-toolkits/fltk coming >>> Date: Tue, 06 Sep 2011 15:53:31 +0200 >>> >>> > On 2011-Sep-06, 08:28, Stephen Montgomery-Smith wrote: >>> >> On 09/06/2011 07:32 AM, Pietro Cerutti wrote: >>> >> > On 2011-Sep-06, 07:28, Stephen Montgomery-Smith wrote: >>> >> >> On 09/06/2011 06:26 AM, Stephen Montgomery-Smith wrote: >>> >> >>> On 09/06/2011 04:18 AM, Pietro Cerutti wrote: >>> >> >>>> Hi, >>> >> >>>> >>> >> >>>> you're receiving this email because one of your ports depends o= n >>> >> >>>> x11-toolkits/fltk, according to >>> >> >>>> >>> >> >>>> $ grep fltk /usr/ports/INDEX-9 | cut -d '|' -f 6 | sort | uniq >>> >> >>>> >>> >> >>>> I'm preparing an update to fltk-1.3.0 and I would like to give = you the >>> >> >>>> chance to test your port against this new version. >>> >> >>>> >>> >> >>>> If no serious issues should raise in the next 15 days, I will c= ommit the >>> >> >>>> update (plus relative PORTREVISION bump on all dependent ports)= on >>> >> >>>> September 21st. It's going to be something in this direction: >>> >> >>>> http://lists.freebsd.org/pipermail/cvs-ports/2010-March/191191.= html >>> >> >>>> >>> >> >>>> Thank you for testing the patch available here: >>> >> >>>> http://people.freebsd.org/~gahr/fltk-1.3.0.diff >>> >> >>>> >>> >> >>>> Kind Regards, >>> >> >>>> >>> >> >>> >>> >> >>> The port graphics/qslim isn't building correctly with this new f= ltk. >>> >> >> >>> >> >> This patch seems to fix it. =C2=A0Even if it is garbled by the te= xt >>> >> >> processor/mail user, it should be obvious what it does - change t= he case >>> >> >> of some letters in two occurrences of FL/Fl_File_Chooser.H >>> >> > >>> >> > Yes, that is correct. >>> >> >>> >> Can you commit this change at the same time as you commit the fltk >>> >> update? =C2=A0It will be easier for you to get the timing correct th= an it >>> >> will for me. >>> > >>> > Sure, I will keep that patch and commit it when I update fltk. >>> > >>> >> Also, gmsh and vis5d+ (other ports that I maintain) seemed to build = just >>> >> fine. =C2=A0octave also built just fine, but that's maho's port, so = I will >>> >> let him have the final word. >>> > >>> > Thank you very much for looking at that! >>> > >>> > -- >>> > Pietro Cerutti >>> > The FreeBSD Project >>> > gahr@FreeBSD.org >>> > >>> > PGP Public Key: >>> > http://gahr.ch/pgp >> >> -- >> Pietro Cerutti >> The FreeBSD Project >> gahr@FreeBSD.org >> >> PGP Public Key: >> http://gahr.ch/pgp > _______________________________________________ > 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 Thu Sep 22 14:11:40 2011 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 4498C106566B for ; Thu, 22 Sep 2011 14:11:40 +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 01D1E8FC12 for ; Thu, 22 Sep 2011 14:11:39 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p8MEBdeY011660; Thu, 22 Sep 2011 08:11:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p8MEBdkE011657; Thu, 22 Sep 2011 08:11:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 22 Sep 2011 08:11:39 -0600 (MDT) From: Warren Block To: Ganael LAPLANCHE In-Reply-To: <20110922071857.M71817@martymac.org> Message-ID: References: <20110922071857.M71817@martymac.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 22 Sep 2011 08:11:39 -0600 (MDT) Cc: freebsd-ports@freebsd.org Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 14:11:40 -0000 On Thu, 22 Sep 2011, Ganael LAPLANCHE wrote: > 1) providing only a subset of available airplanes (i.e. *not* every > single airplane available on the FTP servers). This would be nice, but > requires to set up a list of the best planes to include (top 30 best > planes ?), and that list may not be the one every single user would have > established. > > 2) removing the port and consider users have to install additional > planes *manually*. After all, those airplanes are only addons ; limiting > the ports to flightgear + flightgear-data, which already ship with > several airplanes, does not seem crazy to me. > > A third option would have been to provide the full list of available > airplanes but only select a few of them through OPTIONS, but I'd like to > avoid going this way : this will not simplify the port at all, it will > only make it harder to maintain as the OPTIONS list will be huge, and > (maybe ?) pointless for the end-user. > > Flightgear users, I would go for option 2), but what do *you* think ? #2 is reasonable, IMO. Other options, like breaking it up into multiple ports, would not make it easier to maintain and might be more difficult for users. (Note: "aircraft" is both singular and plural, so the port name really should be just flightgear-aircraft.) From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 15:16:17 2011 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 C84411065677 for ; Thu, 22 Sep 2011 15:16:17 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB4E8FC16 for ; Thu, 22 Sep 2011 15:16:17 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 8CA061904; Thu, 22 Sep 2011 16:58:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1316703484; x= 1318517885; bh=tc9gZu3Qy5v8jeKyTpSK+avofZqSX1gxsxzy+h3YxiQ=; b=R LIGYnNP3gFrAd3a6R6v4lZMU9Q1HvnUVWwAiPdzqjx06vmzN8G8YIjuqg8+9MAUM hzA6eTNMv0hEmTe3/MI8ZwL1nvjzG6763n55C2nuqVrev11966HzAmZc6H93aH2m pc/1AKwvE14B2JtMntJFUB+GtLynVoqSBlhkcUTLsA= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id atUYS4vVVd2q; Thu, 22 Sep 2011 16:58:04 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 34C5218FC; Thu, 22 Sep 2011 16:58:04 +0200 (CEST) Date: Thu, 22 Sep 2011 16:58:03 +0200 From: Guido Falsi To: Robert Huff Message-ID: <20110922145803.GA27164@megatron.madpilot.net> References: <20110922071857.M71817@martymac.org> <20110922090740.GA17805@mech-cluster241.men.bris.ac.uk> <20110922092016.M80451@martymac.org> <4E7B2FA8.4050403@FreeBSD.org> <20110922125922.M59578@martymac.org> <4E7B3A59.40704@FreeBSD.org> <4E7B3EE6.5050107@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E7B3EE6.5050107@rcn.com> X-Operating-System: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 15:16:17 -0000 On Thu, Sep 22, 2011 at 09:57:58AM -0400, Robert Huff wrote: > > I don't use this program either, but my first reaction was to break > it into broad categories. > For example: > > aircraft-required > aircraft-25-most-popular > aircraft-civilian-prop > aircraft-civilian-jet > aircraft-military-prop > aircraft-military-jet > > Other categories may suggest themselves to those more familiar with > the game. A "civialian-aerobatic" category could be sensible. Also, a distinction between "turbo-prop" and "piston engine" craft could make sense. Turbo props and piston engines are very different categories in aviation and should appeal to rather different players and simulator use cases. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 15:22:17 2011 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 0B468106568D for ; Thu, 22 Sep 2011 15:22:17 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 968F68FC13 for ; Thu, 22 Sep 2011 15:22:09 +0000 (UTC) Received: by fxg9 with SMTP id 9so3710412fxg.13 for ; Thu, 22 Sep 2011 08:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=nG1KNvKk8g/q07R9ClPoqNDW/Tes3F+U4jFd9aZU7iI=; b=h7dYj2BcnInENMuo1EPBETqpMgOdAV6IAO+XKgjpNcsSZ4xrETyQEMZgjCjm553DmN jAHZUw6w4YKfLGlm8xNbK8dCRvcAbUms1IUXatQc+lD478Le8ZT7K5IwniwNorcCRfYX bqMYJJbIbgN7Eqbvab+FPKfIbGCVYRfa3h04Y= MIME-Version: 1.0 Received: by 10.223.98.146 with SMTP id q18mr532017fan.57.1316704197938; Thu, 22 Sep 2011 08:09:57 -0700 (PDT) Received: by 10.152.6.36 with HTTP; Thu, 22 Sep 2011 08:09:57 -0700 (PDT) In-Reply-To: <20110920084708.5D3741065672@hub.freebsd.org> References: <4E775F6F.601@cyberbotx.com> <20110920084708.5D3741065672@hub.freebsd.org> Date: Thu, 22 Sep 2011 10:09:57 -0500 Message-ID: From: Scot Hetzel To: Thomay@freebsd.org, Mueller@freebsd.org, " "@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 15:22:17 -0000 On Tue, Sep 20, 2011 at 3:47 AM, wrote: >> Hey everyone, I maintain devel/doxygen (sorry I didn't add my 2 cents >> earlier, I've been a bit busy) and was looking at this particular thread= . =A0I >> know someone filed a PR regarding the circular dependency, stating that = it >> might be best to split apart doxygen so one port builds just the program= and >> another port build just the documentation. =A0I am not sure if that is t= he >> best thing to do or not. I've been wanting to push out an update to doxy= gen >> but this has been a stopping block for me. > >> Naram Qashat > > It seems strange to me that doxygen would have audio dependencies, or is = doxygen supposed to work with a speech synthesizer? > > What dependencies would doxygen documentation have? =A0Anything circular? > The problem is that doxygen has a build dependancy on graphics graphviz when building it's documentation, and when you select certain options, you can cause a circular dependancy. See below for one example: >> audio/pulseaudio >> - audio/jack >> -- devel/doxygen >> --- graphics/graphviz >> ---- graphics/devil >> ----- devel/sdl12 >> ------ audio/pulseaudio Scot From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 18:21:26 2011 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 9F2C2106566B for ; Thu, 22 Sep 2011 18:21:26 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from data.galacsys.net (webmail.galacsys.net [217.24.81.215]) by mx1.freebsd.org (Postfix) with ESMTP id 6631B8FC0C for ; Thu, 22 Sep 2011 18:21:26 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id B23DB1715AB; Thu, 22 Sep 2011 20:21:24 +0200 (CEST) From: "Ganael LAPLANCHE" To: freebsd-ports@freebsd.org X-Openwebmail-Date: Thu, 22 Sep 2011 21:21:24 +0200 Message-Id: <20110922181915.M87413@martymac.org> In-Reply-To: References: <20110922071857.M71817@martymac.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 88.163.147.236 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 22 Sep 2011 20:21:24 +0200 (CEST) Subject: Re: About games/flightgear-aircrafts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 18:21:26 -0000 On Thu, 22 Sep 2011 09:38:33 -0400, Greg Larkin wrote > You can also break them by first letter of the distfile names, > combining where appropriate. > [...] On Thu, 22 Sep 2011 09:57:58 -0400, Robert Huff wrote > my first reaction was to break it into broad categories. > For example: > > aircraft-required > aircraft-25-most-popular > aircraft-civilian-prop > [...] On Thu, 22 Sep 2011 16:58:03 +0200, Guido Falsi wrote > A "civialian-aerobatic" category could be sensible. > [...] Greg, Robert, Guido, thanks for your suggestions ; anyway, this would not solve one of the problems : maintainability of the port :/ On Thu, 22 Sep 2011 08:11:39 -0600 (MDT), Warren Block wrote > #2 is reasonable, IMO. > > Other options, like breaking it up into multiple > ports, would not make it easier to maintain and might be more > difficult for users. Warren, I agree with you : it would make the port even more complex. >From a maintainer port of view, we will still have to keep up-to-date with those 350+ zip files which regularly change upstream, but will now have to deal with sorting them and updating several different ports. >From a user point of view, it would also be a pain : users would have to browse into each "category" ports to be able to get all the planes they need. I am not sure this is the right way to go :/ I would also vote for #2, or, if we can get a limited list of "good" airplanes, option #1. I will try to find if I can get a list of top planes on FLightGear website, but I have not seen such a page so far. > (Note: "aircraft" is both singular and plural, so the port > name really should be just flightgear-aircraft.) Thanks, I'll fix its name if we can manage to keep this port alive :) Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 21:24:12 2011 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 202AF106566C for ; Thu, 22 Sep 2011 21:24:12 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id B77388FC12 for ; Thu, 22 Sep 2011 21:24:11 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id ADD1EE807FF; Thu, 22 Sep 2011 14:07:51 -0700 (PDT) Date: Thu, 22 Sep 2011 14:07:51 -0700 From: Gary Kline To: Scot Hetzel Message-ID: <20110922210751.GB30222@thought.org> References: <4E775F6F.601@cyberbotx.com> <20110920084708.5D3741065672@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Mueller@freebsd.org, Thomay@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 21:24:12 -0000 On Thu, Sep 22, 2011 at 10:09:57AM -0500, Scot Hetzel wrote: > Date: Thu, 22 Sep 2011 10:09:57 -0500 > From: Scot Hetzel > Subject: Re: Circular dependency in devel/doxygen? > To: Thomay@freebsd.org, Mueller@freebsd.org > Cc: freebsd-ports@freebsd.org > > On Tue, Sep 20, 2011 at 3:47 AM, wrote: > >> Hey everyone, I maintain devel/doxygen (sorry I didn't add my 2 cents > >> earlier, I've been a bit busy) and was looking at this particular thread.  I > >> know someone filed a PR regarding the circular dependency, stating that it > >> might be best to split apart doxygen so one port builds just the program and > >> another port build just the documentation.  I am not sure if that is the > >> best thing to do or not. I've been wanting to push out an update to doxygen > >> but this has been a stopping block for me. > > > >> Naram Qashat > > > > It seems strange to me that doxygen would have audio dependencies, or is doxygen supposed to work with a speech synthesizer? > > > > What dependencies would doxygen documentation have?  Anything circular? > > > > The problem is that doxygen has a build dependancy on graphics > graphviz when building it's documentation, and when you select certain > options, you can cause a circular dependancy. See below for one > example: > > >> audio/pulseaudio > >> - audio/jack > >> -- devel/doxygen > >> --- graphics/graphviz > >> ---- graphics/devil > >> ----- devel/sdl12 > >> ------ audio/pulseaudio > > Scot > _______________________________________________ > 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" time for my dime's worth of questions. is there any way of building that audio/video app or plugin that works with linux? it is from adobe and works with pc-bsd. we've got a free version. is it flash? this is the main reason i switched to ubuntu for my desktop. so i can watch sites like pbs.org and npr.org. stream igages with sound. in my opinion, it is this that stalls the broader use of all of the berkeley distributions. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org From owner-freebsd-ports@FreeBSD.ORG Thu Sep 22 21:58:54 2011 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 3D412106564A for ; Thu, 22 Sep 2011 21:58:54 +0000 (UTC) (envelope-from magik@roorback.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C94B78FC12 for ; Thu, 22 Sep 2011 21:58:53 +0000 (UTC) Received: by fxg9 with SMTP id 9so4137824fxg.13 for ; Thu, 22 Sep 2011 14:58:52 -0700 (PDT) Received: by 10.223.28.130 with SMTP id m2mr565895fac.144.1316728731907; Thu, 22 Sep 2011 14:58:51 -0700 (PDT) Received: from silver.nine (user-188-33-49-69.play-internet.pl. [188.33.49.69]) by mx.google.com with ESMTPS id u6sm8835279faf.3.2011.09.22.14.58.42 (version=SSLv3 cipher=OTHER); Thu, 22 Sep 2011 14:58:43 -0700 (PDT) Message-ID: <4E7BAF8E.6040001@roorback.net> Date: Thu, 22 Sep 2011 23:58:38 +0200 From: Grzegorz Blach User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: "Frederico Costa (Ports)" References: <4E6D3505.4010500@roorback.net> <15ba6f8b059d4c2bea93d46984a265ee@secure.mufley.com> <96ec8b151da8c83c4283351ebd329384@secure.mufley.com> In-Reply-To: <96ec8b151da8c83c4283351ebd329384@secure.mufley.com> X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: CFT: security/openssh-portable 5.8p2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Sep 2011 21:58:54 -0000 Mainly features introduced by external patches should be tested. They work for me, but maybe someone will find some regressions. From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 01:11:02 2011 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 D1CCB1065672 for ; Fri, 23 Sep 2011 01:11:02 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by mx1.freebsd.org (Postfix) with ESMTP id 944EA8FC08 for ; Fri, 23 Sep 2011 01:11:02 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LRY00LPV8HD7YNS@vms173001.mailsrvcs.net> for freebsd-ports@freebsd.org; Thu, 22 Sep 2011 19:10:52 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Fri, 23 Sep 2011 00:09:58 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) MIME-version: 1.0 Content-type: Text/Plain; charset=us-ascii Content-transfer-encoding: 7bit Message-id: <201109230009.58639.dave4431@verizon.net> Subject: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 01:11:02 -0000 I am upgrading today and have an abort with bigreqsproto-1.1.1, What should I do? Thanks in advance. Dave ----- uname -a FreeBSD bowman.dsl.verizon.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Sep 17 05:53:43 UTC 2011 root@bowman.dsl.verizon.net:/usr/obj/usr/src/sys/GENERIC amd64 ----- #portmaster -aD ===>>> The following actions will be taken if you choose to proceed: Upgrade libX11-1.3.6,1 to libX11-1.4.4,1 Install x11/bigreqsproto Upgrade libXevie-1.0.2 to libXevie-1.0.3 Install x11/evieext Upgrade libXext-1.1.2,1 to libXext-1.3.0_1,1 Upgrade libXfixes-4.0.4 to libXfixes-5.0 Upgrade libXi-1.3.2,1 to libXi-1.4.3,1 Upgrade libXinerama-1.1,1 to libXinerama-1.1.1,1 Upgrade libXp-1.0.0,1 to libXp-1.0.1,1 Upgrade libXpm-3.5.7 to libXpm-3.5.9 Upgrade libXrandr-1.3.0 to libXrandr-1.3.2 Upgrade libXrender-0.9.5 to libXrender-0.9.6 Upgrade libXres-1.0.4 to libXres-1.0.5 Install x11/resourceproto Upgrade libXtst-1.1.0 to libXtst-1.2.0 Upgrade libXv-1.0.5,1 to libXv-1.0.6,1 Upgrade libXxf86dga-1.1.1 to libXxf86dga-1.1.2 Upgrade libXxf86misc-1.0.2 to libXxf86misc-1.0.3 Upgrade libXxf86vm-1.1.0 to libXxf86vm-1.1.1 Upgrade xf86dga-1.0.2_1 to xf86dga-1.0.3 Upgrade xinit-1.2.0_1 to xinit-1.3.1 Upgrade xkbcomp-1.1.0 to xkbcomp-1.2.3 Upgrade xkeyboard-config-1.8_2 to xkeyboard-config-2.1 Upgrade xlsatoms-1.0.2 to xlsatoms-1.1.0 Upgrade xrefresh-1.0.3 to xrefresh-1.0.4 Upgrade xterm-275_1 to xterm-275_2 Upgrade xwud-1.0.2 to xwud-1.0.3 Upgrade xdm-1.1.8_3 to xdm-1.1.10 ===>>> Proceed? y/n [y] ===>>> Starting build for ports that need updating <<<=== ===>>> Launching child to install x11/libX11 ]0;portmaster: All >> x11/libX11 (1/28) ===>>> Port directory: /mnt/disk2/ports/x11/libX11 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for x11/libX11 from ports ===>>> Launching child to install x11/bigreqsproto libX11-1.3.6,1 >> x11/bigreqsproto ]0;portmaster: All >> x11/bigreqsproto (2/28) ===>>> Port directory: /mnt/disk2/ports/x11/bigreqsproto ===>>> Starting check for build dependencies ===>>> Gathering dependency list for x11/bigreqsproto from ports ===>>> No dependencies for x11/bigreqsproto ===> Cleaning for bigreqsproto-1.1.1 ===> License check disabled, port has not defined LICENSE ===> Extracting for bigreqsproto-1.1.1 => SHA256 Checksum OK for xorg/proto/bigreqsproto-1.1.1.tar.bz2. ===> Patching for bigreqsproto-1.1.1 ===> Configuring for bigreqsproto-1.1.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... none checking for cc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... amd64-portbld-freebsd8.2 checking host system type... amd64-portbld-freebsd8.2 checking for a sed that does not truncate output... /usr/local/bin/gsed checking whether to build functional specifications... yes checking for xmlto... /usr/local/bin/xmlto checking the xmlto version... 0.0.24 checking for fop... /usr/local/bin/fop checking for X.Org SGML entities >= 1.5... no configure: creating ./config.status config.status: creating Makefile config.status: creating specs/Makefile config.status: creating bigreqsproto.pc config.status: executing depfiles commands ===> Building for bigreqsproto-1.1.1 Making all in specs GEN bigreq.html GEN bigreq.ps Making portrait pages on letter paper (215.9mmx279.4mm) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}outline" encountered (a child of fo:root}. (See position 2:12587) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}label" encountered (a child of outline}. (See position 2:12598) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}outline" encountered (a child of fo:root}. (See position 2:12746) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}label" encountered (a child of outline}. (See position 2:12757) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}outline" encountered (a child of fo:root}. (See position 2:12894) Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Unknown formatting object "{http://xml.apache.org/fop/extensions}label" encountered (a child of outline}. (See position 2:12905) Sep 22, 2011 11:23:14 PM org.apache.fop.cli.Main startFOP SEVERE: Exception javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: file:/tmp/xmlto.WNnVVh/bigreq.proc:2:13049: Error(2/13049): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination") at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:302) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) at org.apache.fop.cli.Main.startFOP(Main.java:174) at org.apache.fop.cli.Main.main(Main.java:205) --------- javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException: file:/tmp/xmlto.WNnVVh/bigreq.proc:2:13049: Error(2/13049): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination") at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:501) at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:299) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) at org.apache.fop.cli.Main.startFOP(Main.java:174) at org.apache.fop.cli.Main.main(Main.java:205) Caused by: org.apache.fop.apps.FOPException: file:/tmp/xmlto.WNnVVh/bigreq.proc:2:13049: Error(2/13049): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination") at org.apache.fop.fo.ElementMappingRegistry.findFOMaker(ElementMappingRegistry.java:144) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.findFOMaker(FOTreeBuilder.java:396) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:271) at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:171) at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.xinclude.XIncludeHandler.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484) ... 4 more --------- org.apache.fop.apps.FOPException: file:/tmp/xmlto.WNnVVh/bigreq.proc:2:13049: Error(2/13049): No element mapping definition found for (Namespace URI: "http://xml.apache.org/fop/extensions", Local Name: "destination") at org.apache.fop.fo.ElementMappingRegistry.findFOMaker(ElementMappingRegistry.java:144) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.findFOMaker(FOTreeBuilder.java:396) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:271) at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:171) at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1072) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.xinclude.XIncludeHandler.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484) at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:299) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) at org.apache.fop.cli.Main.startFOP(Main.java:174) at org.apache.fop.cli.Main.main(Main.java:205) *** Error code 1 Stop in /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs. *** Error code 1 Stop in /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1. *** Error code 1 Stop in /mnt/disk2/ports/x11/bigreqsproto. ===>>> make failed for x11/bigreqsproto ===>>> Aborting update ===>>> Update for x11/bigreqsproto failed ===>>> Aborting update ===>>> Update for x11/libX11 failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster x11/libX11 x11/bigreqsproto x11/libXevie x11/evieext x11/libXext x11/libXfixes x11/libXi x11/libXinerama x11/libXp x11/libXpm x11/libXrandr x11/libXrender x11/libXres x11/resourceproto x11/libXtst x11/libXv x11/libXxf86dga x11/libXxf86misc x11/libXxf86vm x11/xf86dga x11/xinit x11/xkbcomp x11/xkeyboard-config x11/xlsatoms x11/xrefresh x11/xterm x11/xwud x11/xdm ----end of portupgrade output. ---- pkg_info bowman# pkg_info ImageMagick-6.7.1.10 Image processing tools ORBit2-2.14.19 High-performance CORBA ORB with support for the C language OpenEXR-1.6.1_3 A high dynamic-range (HDR) image file format OpenSP-1.5.2_2 This package is a collection of SGML/XML tools called OpenS WordNet-3.0_2 Dictionaries and thesauri with devel. libraries (C, TCL) an Xaw3d-1.5E_4 A 3-D Athena Widget set that looks like Motif aalib-1.4.r5_6 An ascii art library adobe-cmaps-20051217_1 Adobe CMap collection akonadi-1.6.0 Storage server for kdepim alsa-lib-1.0.23 ALSA compatibility library alsa-plugins-1.0.23_2 ALSA compatibility library plugins amarok-2.4.3 Media player for KDE4 appres-1.0.3 Program to list application's resources apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library aspell-0.60.6.1 Spelling checker with better suggestion logic than ispell atk-2.0.1 A GNOME accessibility toolkit (ATK) attica-0.2.80,1 Collaboration Services API library avahi-app-0.6.29_1 Service discovery on a local network avalon-framework-4.2.0_2 Apache Avalon core framework for component programming babl-0.1.4 Dynamic pixel format conversion library bash-4.1.11 The GNU Project's Bourne Again SHell batik-1.7_2 SVG Toolkit binutils-2.21.1 GNU binary tools bison-2.4.3,1 A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.5 Bitmap editor and converter utilities for X bitstream-vera-1.10_5 Bitstream Vera TrueType font collection blas-1.0_6 Basic Linear Algebra, level 1, 2, and 3 boehm-gc-7.1 Garbage collection and memory leak detection for C and C++ boost-jam-1.45.0 Build tool from the boost.org boost-libs-1.45.0_1 Free portable C++ libraries (without Boost.Python) boost-python-libs-1.45.0_1 Framework for interfacing Python and C++ ca_root_nss-3.12.11_1 The root certificate bundle from the Mozilla Project cagibi-0.1.1 KDE SSDP/uPNP proxy cairo-1.10.2_2,1 Vector graphics library with cross-device output support cantarell-fonts-0.0.6 Cantarell, a Humanist sans-serif font family cdparanoia-3.9.8_9 A CDDA extraction tool (also known as ripper) cdrtools-3.00_1 CD/DVD/BluRay and ISO-9660 image creation and extraction to cfitsio-3.250 Library for reading and writing files in FITS data format chmlib-0.40 A library for dealing with Microsoft ITSS/CHM format files chromium-14.0.835.163_1 A mostly BSD-licensed web browser based on WebKit and Gtk+ cln-1.3.2 Class Library for Numbers clucene-0.9.21 CLucene is a C++ port of Lucene cm-super-0.3.4_3 Computer Modern Font Families in Type 1 Fonts cmake-2.8.4_2 A cross-platform Makefile generator compat7x-amd64-7.3.703000.201008_1 A convenience package to install the compat7x libraries compositeproto-0.4.2 Composite extension headers consolekit-0.4.3 Framework for defining and tracking users cups-client-1.4.8 Common UNIX Printing System: Library cups cups-image-1.4.8 Common UNIX Printing System: Library cupsimage cups-pk-helper-0.0.4_2 A helper that makes system-config-printer use PolicyKit curl-7.21.3_2 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsps-2.1 Create patchset information from CVS cyrus-sasl-2.1.23_3 RFC 2222 SASL (Simple Authentication and Security Layer) damageproto-1.2.1 Damage extension headers db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 dbus-1.4.14_1 A message bus system for inter-application communication dbus-glib-0.94 GLib bindings for the D-BUS messaging system dconf-0.5.1_3 A configuration database system for GNOME desktop-file-utils-0.18 A couple of command line utilities for working with desktop diablo-jdk-1.6.0.07.02_16 Java Development Kit 1.6.0_07.02 djbfft-0.76_2 An extremely fast library for floating-point convolution djvulibre-nox11-3.5.24 DjVu base libraries and utilities dmidecode-2.11 A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.3 DMX extension headers docbook-1.4 Meta-port for the different versions of the DocBook DTD docbook-4.1_4 V4.1 of the DocBook DTD, designed for technical documentati docbook-4.2 V4.2 of the DocBook DTD, designed for technical documentati docbook-4.3 DocBook/SGML DTD V4.3, designed for technical documentation docbook-4.4_2 DocBook/SGML DTD V4.4, designed for technical documentation docbook-4.5_2 DocBook/SGML DTD V4.5, designed for technical documentation docbook-5.0_1 DocBook 5.0, designed for technical documentation docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xml-4.3 DocBook/XML DTD V4.3, designed for technical documentation docbook-xml-4.4_1 DocBook/XML DTD V4.4, designed for technical documentation docbook-xml-4.5 DocBook/XML DTD V4.5, designed for technical documentation docbook-xsl-1.76.1 XSL DocBook stylesheets docproj-1.17_4 The "meta-port" for the FreeBSD Documentation Project dotconf-1.1.0 A simple, powerful configuration-file parser doxygen-1.7.3_1 A documentation system for C, C++ and other languages dri-7.4.4,2 OpenGL hardware acceleration drivers for the DRI dri2proto-2.3 DRI2 prototype headers droid-fonts-ttf-20110324 The Droid typeface family dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvd+rw-tools-7.1 DVD burning software dvipdfmx-20100328 Dvipdfm with Asian languages by CID-keyed font technology s dvipsk-tetex-5.95a_5 Convert a TeX DVI file to PostScript e2fsprogs-libuuid-1.41.14 UUID library from e2fsprogs package ebook-tools-0.2.1_1 Accessing and converting various ebook file formats eggdbus-0.6_1 D-Bus bindings for GObject eigen-2.0.16,1 Lightweight library for vector and matrix math emacs-23.3_5,2 GNU editing macros enca-1.13 A package for detecting encoding of text files enchant-1.6.0 Dictionary/spellchecking framework encodings-1.0.4,1 X.Org Encoding fonts enscript-a4-1.6.4_4 ASCII to PostScript filter espeak-1.45.05 A software speech synthesizer exiv2-0.21.1,1 Exif and Iptc metadata manipulation library and tools expat-2.0.1_2 XML 1.0 parser written in C f2c-20060810_3 Fortran-to-C converter and its run-time libraries faad2-2.7_3,1 MPEG-2 and MPEG-4 AAC audio decoder facile-1.1_2 A Functional Constraint Library farsight2-0.0.22 Collection of GStreamer modules and libraries for videoconf fastest_cvsup-0.3.0 Finds fastest CVSup server fetchmail-6.3.20_2 Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR ffmpeg-0.7.4_1,1 Realtime audio/video encoder/converter and streaming server fftw3-3.2.2_1 Fast C routines to compute the Discrete Fourier Transform fftw3-float-3.2.2_2 Fast C routines (Single Precision) firefox-6.0.2,1 Web browser based on the browser portion of Mozilla fixesproto-5.0 Fixes extension headers fixrtf-0.1.20060303_1 A patch making it possible to embed PNGs into RTFs flac-1.2.1_2 Free lossless audio codec flex-2.5.35_4 Fast lexical analyzer generator flexdock-0.5.2 Swing windowing and docking framework fltk-1.1.10_1 Cross-platform C++ graphical user interface toolkit font-adobe-100dpi-1.0.3 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.3 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.4 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.4 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.4 X.Org Adobe Utopia Type1 font font-alias-1.0.3 X.Org Font aliases font-amsfonts-3.02_1 Computer Modern and standard fonts for TeX font-arabic-misc-1.0.3 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.3 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.3 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.3 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.3 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.3 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.3 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.3 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.3 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.3 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.3 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.3 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.3 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.3 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.3 X.Org IBM Type1 font font-isas-misc-1.0.3 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.3 X.Org miscellaneous JIS fonts font-micro-misc-1.0.3 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.3 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.3 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.3 X.Org miscellaneous Meltho font font-misc-misc-1.1.2 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.3 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.1.2 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.4 X.Org Screen Cyrillic font font-sony-misc-1.0.3 X.Org miscellaneous Sony fonts font-sun-misc-1.0.3 X.Org miscellaneous Sun fonts font-util-1.2.0 Create an index of X font files in a directory font-winitzki-cyrillic-1.0.3 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.4 X.Org XFree86 Type1 font fontcacheproto-0.1.3 Fontcache extension headers fontconfig-2.8.0_1,1 An XML-based font configuration API for X Windows fontsproto-2.1.1 Fonts extension headers fop-1.0 Print formatter driven by XSL formatting freetype-1.3.1_4 A free and portable TrueType font rendering engine freetype-tools-1.3.1_8 Tools for FreeType 1 freetype2-2.4.6 A free and portable TrueType font rendering engine fribidi-0.19.2_1 A Free Implementation of the Unicode Bidirectional Algorith fvwm-2.7.0_1 Popular virtual window manager for X gamin-0.1.10_4 A file and directory monitoring system gawk-4.0.0 The GNU version of Awk gcc-4.5.4.20110908 GNU Compiler Collection 4.5 gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf2-2.32.0_2 A configuration database system for GNOME gd-2.0.35_7,1 A graphics library for fast creation of images gdbm-1.9.1 The GNU database manager gdk-pixbuf-2.23.5 A graphic library for GTK+ gegl-0.1.6_1 A graph based image processing framework getopt-1.1.4_2 A getopt(1) replacement that supports GNU-style long option gettext-0.18.1.1 GNU gettext package ggz-client-libs-0.0.14.1_2 The GGZ Gaming Zone - Core Client Libraries ghostscript9-9.02_4 Ghostscript 9.x PostScript interpreter gimp-app-2.6.11_4,1 A GNU Image Manipulation Program gio-fam-backend-2.28.8 FAM backend for GLib\'s GIO library git-1.7.6.1 Distributed source code management tool gle-3.1.0_2 A GL Tubing and Extrusion Library glib-1.2.10_13 Some useful routines of C programming (previous stable vers glib-2.28.8 Some useful routines of C programming (current stable versi glib-networking-2.28.7_3 Network-related giomodules for glib glproto-1.4.12 GLX extension headers gmake-3.82 GNU version of 'make' utility gmm++-4.1 A generic matrix template library gmp-5.0.2 A free library for arbitrary precision arithmetic gnome-doc-utils-0.20.3 GNOME doc utils gnome-mount-0.8_9 A front-end to mount, umount, and eject using HAL gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_12 A utility port that creates the GNOME directory tree gnuit-4.9.5 GNU Interactive Tools - a file system browser for UNIX syst gnupg-2.0.18 The GNU Privacy Guard gnutls-2.12.11 GNU Transport Layer Security library gobject-introspection-0.10.8 Generate interface introspection data for GObject libraries google-earth-6.0.3.2197,1 Explore, Search and Discover google-perftools-1.8.3 Fast, multi-threaded malloc() and nifty performance analysi gpac-libgpac-0.4.5_4,1 Gpac MPEG-4 Systems library and headers gperf-3.0.3 Generates perfect hash functions for sets of keywords gpgme-1.3.1 A library to make access to GnuPG easier gpsd-3.1 Daemon that monitors one or more GPSes attached to a host c gqview-2.0.4_12 Another gtk2-based graphic file viewer grantlee-0.1.8 String template engine for Qt4 graphviz-2.28.0 Graph Visualization Software from AT&T and Bell Labs gsed-4.2.1_2 The GNU stream editor gsettings-desktop-schemas-3.0.1 Collection of globally shared GSetting schemas gsfonts-8.11_5 Standard Fonts for Ghostscript gsl-1.15 The GNU Scientific Library - mathematical libs gstreamer-0.10.35 Development framework for creating media applications gstreamer-ffmpeg-0.10.11_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.35_1,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.18,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.22,3 Bad gstreamer-plugins gstreamer-plugins-core-0.10_12 Core set of typical audio and video gstreamer- plugins gstreamer-plugins-dts-0.10.22,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.18,3 Gstreamer dvd plugin set gstreamer-plugins-good-0.10.30,3 Good gstreamer-plugins gstreamer-plugins-libpng-0.10.30,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.18,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0_1 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-ogg-0.10.35,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.35,3 Gstreamer pango textoverlay plugin gstreamer-plugins-theora-0.10.35,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.18,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.35,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-vp8-0.10.22_1,3 Gstreamer vp8 codec plugin gstreamer-plugins-xvid-0.10.22,3 Gstreamer xvid plugin gtk-1.2.10_22 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.24.6 Gimp Toolkit for X11 GUI (previous stable version) gtk-engines2-2.20.2 Theme engine for the GTK+-2.0 toolkit gtk-update-icon-cache-2.24.6 gtk-update-icon-cache utility from the Gtk+ toolkit. gv-3.7.2 A PostScript and PDF previewer gvfs-1.6.6_1 GNOME virtual file system hal-0.5.14_17 Hardware Abstraction Layer for simplifying device access hdf-java-2.7_1 Java interface to HDF5 hdf5-1.8.7 Hierarchical Data Format library (from NCSA) help2man-1.40.4 Automatically generating simple manual pages from program o hicolor-icon-theme-0.12 A high-color icon theme shell from the FreeDesktop project html-4.01_2 All W3C published SGML DTDs for HTML html2text-1.3.2a Converts HTML documents into plain text htmldoc-1.8.27_6 Converts HTML to PDF and/or PostScript hu-hunspell-1.6.1 Hunspell hungarian dictionnary hunspell-1.3.2 Improved spell-checker for Hungarian and other languages hupnp-0.7.0 A library for building UPnP devices and control points ibus-1.3.9_1 Intelligent Input Bus for Linux / Unix OS ibus-m17n-1.3.1 The m17n IMEngine for IBus framework iceauth-1.0.5 ICE authority file utility for X icu-4.8.1 International Components for Unicode (from IBM) ilmbase-1.0.1_1 ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex imake-1.0.4,1 Imake and other utilities from X.Org inputproto-2.0.2 Input extension headers intltool-0.41.1 Tools to internationalize various kinds of data files iso-codes-3.25 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) ispell-3.3.02_5 An interactive spelling checker for multiple languages iw-hspell-1.1 Hebrew spellchecker and morphology engine jadetex-3.13_7 A TeX backend for Jade, for typesetting SGML documents jakarta-commons-beanutils-1.8.3 JavaBeans utility library jakarta-commons-collections-3.2.1 Classes that extend/augment the Java Collections Framework jakarta-commons-io-2.0.1 A collection of I/O utilities for Java jakarta-commons-logging-1.1.1 Generic logging wrapper library jasper-1.900.1_9 An implementation of the codec specified in the JPEG-2000 s javahelp-2.0.05_1 A system to add online help to Java applications javavmwrapper-2.3.5 Wrapper script for various Java Virtual Machines jbig2dec-0.11 Decoder implementation of the JBIG2 image compression forma jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.6.0.3p4_26 Java Development Kit 1.6.0 jeuclid-3.1.9 Java based MathML rendering solution jlatexmath-0.9.6 Java API to display mathematical formulas written in LaTeX jogl-1.1.1_1 Java bindings for OpenGL jpeg-8_3 IJG's jpeg compression utilities jrosetta-1.0.2 API for building a graphical console in Swing kbproto-1.0.5 KB extension headers kde4-4.6.5 The "meta-port" for KDE Software Compilation kde4-freebsd-carddeck-1.0 FreeBSD themed deck for KDE card games kde4-icons-oxygen-4.6.5 The Oxygen icon theme for KDE kde4-shared-mime-info-1.1 Handles shared MIME database under ${KDE4_PREFIX} kde4-xdg-env-1.0 Script which hooks into startkde and helps KDE pick up XDG kdeaccessibility-4.6.5 Accessibility applications for KDE4 kdeadmin-4.6.5 KDE Admin applications kdeartwork-4.6.5 KDE Artworks Themes kdebase-4.6.5 Basic applications for the KDE system kdebase-runtime-4.6.5 Basic applications for the KDE system kdebase-workspace-4.6.5 Basic applications for the KDE system kdebindings-smoke-4.6.5 SMOKE bindings for Qt/KDE kdeedu-4.6.5_1 Collection of entertaining, educational programs for KDE kdegames-4.6.5 Games for the KDE integrated X11 desktop kdegraphics-4.6.5_1 Graphics utilities for the KDE4 integrated X11 desktop kdehier4-1.0.9 Utility port that creates hierarchy of shared KDE4 director kdelibs-4.6.5 Base set of libraries needed by KDE programs kdemultimedia-4.6.5 KDE Multimedia applications kdenetwork-4.6.5 KDE Network applications kdepim-4.4.11.1_1 Libraries for KDE-PIM applications kdepim-runtime-4.4.11.1 Libraries for KDE-PIM applications kdepimlibs-4.6.5_1 Libraries for KDE-PIM applications kdeplasma-addons-4.6.5 Extra plasmoids for KDE4 kdesdk-4.6.5_1 KDE Software Development Kit kdetoys-4.6.5 Collection of entertaining programs for KDE kdeutils-4.6.5_1 Utilities for the KDE4 integrated X11 Desktop kdeutils-printer-applet-4.6.5 Printer system tray utility for KDE4 kdevelop-4.2.3 Opensource IDE based on KDevPlatform, KDE and Qt libraries kdevelop-pg-qt-0.9.0 Parser-generator from KDevplatform kdevelop-php-1.2.3 PHP support for KDevelop kdevelop-php-docs-1.2.3 PHP documentation for KDevelop kdevplatform-1.2.3 KDE development platform kdewebdev-4.6.5 Comprehensive html/website development environment kio-upnp-ms-0.8.0_1 KIO slave to access UPnP MediaServers ko-baekmukfonts-ttf-2.2 Baekmuk family Korean TrueType Fonts ko-libhangul-0.0.12 A library for hangul processing ko-scim-hangul-0.3.2 SCIM IMEngine module for Korean(Hangul) input ko-scim-tables-0.5.10 SCIM table based Korean input methods konq-plugins-4.6.1 Additonal plugins and features for Konqueror kphotoalbum-4.1.1.4.4.0_3 Image viewer and organizer for KDE krename-4.0.7_1 Very powerful batch file renamer for KDE ksysguardd-4.6.5 KDE System Guard Daemon ktts-4.6.5 KDE text-to-speech subsystem lame-3.98.4 Fast MP3 encoder kit lapack-3.3.0_1 A library of Fortran 77 subroutines for linear algebra latex-cjk-4.8.2_5 A LaTeX2e macro package which enables the use of CJK script lcms-1.19_1,1 Light Color Management System -- a color management library libFS-1.0.3 The FS library libGL-7.4.4 OpenGL library that renders using GLX or DRI libGLU-7.4.4 OpenGL utility library libICE-1.0.7,1 Inter Client Exchange library for X11 libIDL-0.8.14_1 A library for creating trees of CORBA IDL files libSM-1.2.0,1 Session Management library for X11 libX11-1.3.6,1 X11 library libXScrnSaver-1.2.1 The XScrnSaver library libXTrap-1.0.0 The XTrap library libXau-1.0.6 Authentication Protocol library for X11 libXaw-1.0.8,1 X Athena Widgets library libXcomposite-0.4.3,1 X Composite extension library libXcursor-1.1.12 X client-side cursor loading library libXdamage-1.1.3 X Damage extension library libXdmcp-1.1.0 X Display Manager Control Protocol library libXevie-1.0.2 The Xevie library libXext-1.1.2,1 X11 Extension library libXfixes-4.0.4 X Fixes extension library libXfont-1.4.4,1 X font libary libXfontcache-1.0.5 The Xfontcache library libXft-2.1.14 A client-sided font API for X applications libXi-1.3.2,1 X Input extension library libXinerama-1.1,1 X11 Xinerama library libXmu-1.1.0,1 X Miscellaneous Utilities libraries libXp-1.0.0,1 X print library libXpm-3.5.7 X Pixmap library libXrandr-1.3.0 X Resize and Rotate extension library libXrender-0.9.5 X Render extension library libXres-1.0.4 X Resource usage library libXt-1.0.9 X Toolkit library libXtst-1.1.0 X Test extension libXv-1.0.5,1 X Video Extension library libXvMC-1.0.6 X Video Extension Motion Compensation library libXxf86dga-1.1.1 X DGA Extension libXxf86misc-1.0.2 X XF86-Misc Extension libXxf86vm-1.1.0 X Vidmode Extension liba52-0.7.4_2 A free library for decoding ATSC A/52 streams, aka AC-3 libao-1.1.0 Portable audio output library libart_lgpl-2.3.21,1 Library for high-performance 2D graphics libass-0.9.13 Portable ASS/SSA subtitle renderer libassuan-2.0.2 IPC library used by GnuPG and gpgme libcddb-1.3.2_1 A library to access data on a CDDB server libcdio-0.82_2 Compact Disc Input and Control Library libcheck-0.9.8 A unit test framework for C libcroco-0.6.2_1 CSS2 parsing library libdaemon-0.14 Lightweight C library that eases the writing of UNIX daemon libdbusmenu-qt-0.8.0 Qt4 implementation of the DBusMenu protocol libdca-0.0.5 Free DTS Coherent Acoustics decoder libdiscid-0.2.2_1 A library for creating MusicBrainz DiscIDs libdmtx-0.7.4 Library for reading and writing Data Matrix barcodes libdmx-1.1.1 DMX extension library libdrm-2.4.12_1 Userspace interface to kernel Direct Rendering Module servi libdvdcss-1.2.10_1 Portable abstraction library for DVD decryption libdvdread-4.1.4.r1219 MPlayer version of the libdvdread project libevent-1.4.14b_2 Provides an API to execute callback functions on certain ev libexecinfo-1.1_3 A library for inspecting program's backtrace libexif-0.6.20 Library to read digital camera file meta-data libfame-0.9.1_3 A video encoding library libffi-3.0.9 Foreign Function Interface libfontenc-1.1.0 The fontenc Library libfpx-1.2.0.12_1 Library routines for working with Flashpix images libgcrypt-1.5.0 General purpose crypto library based on code used in GnuPG libgee-0.6.2.1 GObject collection library libggz-0.0.14.1_9 The GGZ Gaming Zone - Base Library libglade2-2.6.4_4 GNOME glade library libglut-7.4.4 OpenGL utility toolkit libgnome-keyring-2.32.0_1 A program that keeps passwords and other secrets libgpg-error-1.10 Common error values for all GnuPG components libgphoto2-2.4.11_1 A universal digital camera picture control tool libgpod-0.8.0 A library for direct access of iPod/iPhone contents libgsf-1.14.21 An extensible i/o abstraction for dealing with structured f libical-0.44 An implementation of the IETF's Calendaring and Scheduling libiconv-1.13.1_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-1.22 Internationalized Domain Names command line tool libimobiledevice-1.0.6_2 A library to communicate with Apple iPhone/iPod Touch devic libiodbc-3.52.7 An ODBC 3.x driver manager, for universal data source acces libkate-0.4.1 Codec for karaoke and text encapsulation for Ogg libksba-1.2.0 KSBA is an X.509 Library libktorrent-1.1.2 Torrent library split from KTorrent liblastfm-0.3.3 Collection of libraries to help integrate Last.fm services liblqr-1-0.4.1_2 An easy to use C/C++ seam carving library libltdl-2.4 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmikmod-3.1.12 MikMod Sound Library libmng-1.0.10_2 Multiple-image Network Graphics (MNG) reference library libmodplug-0.8.8.1 ModPlug mod-like music shared libraries libmsn-4.1 A library for connecting to MSN Messenger service libmtp-1.0.6 Media Transfer Protocol (MTP) library libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libmusicbrainz3-3.0.3_1 MusicBrainz client library for audio metadata lookup libnice-0.0.13_3 Library and transmitter that implements ICE-19 libnotify-0.7.3_1 A library for desktop notifications libnova-0.14.0 Astronomical Calculation Library libofa-0.9.3_6 The Open Fingerprint Architecture Library libogg-1.2.2,4 Ogg bitstream library liboldX-1.0.1 Old X library libopenraw-0.0.8_3 Library for camera RAW files decoding libotf-0.9.12 Library for handling OpenType fonts libotr-3.2.0_4 The portable OTR Messaging Library and toolkit libpaper-1.1.24 A library providing routines for paper size management libpci-3.1.7_2 PCI configuration space I/O made easy libpciaccess-0.12.1 Generic PCI access library libplist-1.4 A library to handle Apple Property List format libproxy-0.4.6 Library that provides automatic proxy configuration managem libpthread-stubs-0.3_3 This library provides weak aliases for pthread functions libqalculate-0.9.7_1 A a multi-purpose desktop calculator (backend library) librsvg2-2.34.1 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.8_1 Secret Rabbit Code: a Sample Rate Converter for audio libsigsegv-2.10 Handling page faults in user mode libslang2-2.2.4 Routines for rapid alpha-numeric terminal applications deve libsndfile-1.0.25 Reading and writing files containing sampled sound (like WA libsoup-2.34.3 A SOAP (Simple Object Access Protocol) implementation in C libsoup-gnome-2.34.3_1 A SOAP (Simple Object Access Protocol) implementation in C libspectre-0.2.6 A small library for rendering Postscript documents libspiro-20071029 Library to convert clothoid splines into bezier splines libssh-0.4.8_1 A library implementing the SSH1 and SSH2 protocol libtasn1-2.9 ASN.1 structure parser library libtheora-1.1.1_2 Theora video codec for the Ogg multimedia streaming system libtool-2.4 Generic shared library support script libtunepimp-0.5.3_9,1 Client library for musicbrainz libungif-4.1.4_5 Tools and library routines for working with GIF images libutempter-1.1.5_1 Interface to record user sessions to utmp and wtmp files libv4l-0.8.4_1 Video4Linux library libvdpau-0.4.1_1 VDPAU wrapper and tracing library libvncserver-0.9.8 Provide an easy API to write one's own vnc server libvolume_id-0.81.1 Library to provide file system type information libvorbis-1.3.2,3 Audio compression codec library libvpx-0.9.7 VP8 Codec SDK libwmf-0.2.8.4_6 Tools and library for converting Microsoft WMF (windows met libwww-5.4.0_4 The W3C Reference Library libxcb-1.7 The X protocol C-language Binding (XCB) library libxine-1.1.19_6 Libraries for xine multimedia player libxkbfile-1.0.7 XKB file library libxkbui-1.0.2_1 The xkbui library libxklavier-5.0,1 An utility library to make XKB stuff easier libxml2-2.7.8_1 XML parser library for GNOME libxslt-1.1.26_3 The XSLT C library for GNOME libzip-0.10 A C library for reading, creating, and modifying zip archiv links-0.98,1 Lynx-like text WWW browser linux-dri-7.4_1 Mesa-based DRI libraries, drivers and binaries (Linux Ubunt linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10) linux-f10-cairo-1.8.0_1 Vector graphics library Cairo (Linux Fedora 10) linux-f10-curl-7.19.6_1 The command line tool for transferring files with URL synta linux-f10-cyrus-sasl2-2.1.22_1 RFC 2222 SASL (Simple Authentication and Security Layer) (L linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing library (Linux linux-f10-flashplugin-10.3r183.10 Adobe Flash Player NPAPI Plugin linux-f10-fontconfig-2.6.0 An XML-based font configuration API for X Windows (Linux Fe linux-f10-gtk2-2.14.7_3 GTK+ library, version 2.X (Linux Fedora 10) linux-f10-jpeg-6b RPM of the JPEG lib (Linux Fedora 10) linux-f10-libssh2-0.18 The library implementing the SSH2 protocol (Linux Fedora 10 linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux Fedora 10) linux-f10-nss-3.12.3.99.3_1 Network Security Services (Linux Fedora 10) linux-f10-openldap-2.4.12_1 Lightweight Directory Access Protocol libraries (Linux Fedo linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora 10) linux-f10-pango-1.28.3 The pango library (Linux Fedora 10) linux-f10-png-1.2.37_1 RPM of the PNG lib (Linux Fedora 10) linux-f10-sqlite3-3.5.9_1 The library that implements an embeddable SQL database engi linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10) linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10) linux-realplayer-10.0.9.809.20070726_2 Linux RealPlayer 10 from RealNetworks linux_base-f10-10_4 Base set of packages needed in Linux mode for i386/amd64 (L linuxdoc-1.1_1 The Linuxdoc SGML DTD looks-2.0.4_2 The JGoodies Looks improve the appearance of your Java appl loudmouth-1.4.3_6 Lightweight Jabber client library lua-5.1.4_6 Small, compilable scripting language providing easy access luit-1.0.5 Locale and ISO 2022 support for Unicode terminals lynx-2.8.8d9_1 A non-graphical, text-based World-Wide Web client m17n-contrib-1.1.12 User-contributed input methods for the m17n library m17n-db-1.6.2 Data files for the m17n library m17n-lib-1.6.2 A library for the multilingual text handling m4-1.4.16,1 GNU m4 mDNSResponder-320.5.1 Apple's mDNSResponder makedepend-1.0.3,1 A dependency generator for makefiles marble-4.6.5 Virtual globe and world atlas for KDE mc-4.7.5_1 Midnight Commander, a free Norton Commander Clone meanwhile-1.0.2_2 Open Source implementation of the Lotus Sametime protocol mime-support-3.51.1 MIME Media Types list minitube-1.5 A native YouTube client mkfontdir-1.0.6 Create an index of X font files in a directory mkfontscale-1.0.9 Creates an index of scalable font files for X mp4v2-1.9.1 Library and tools to read, create, and modify mp4 files mpc-0.9 Library of complex numbers with arbitrarily high precision mpfr-3.0.1 A library for multiple-precision floating-point computation mplayer-1.0.r20110329_3 High performance media player supporting many formats mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI) musepack-2009.03.01_1 Decoder, encoder and replaygain for musepack (mpc) mutt-1.4.2.3_5 The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, mysql-client-5.5.15 Multithreaded SQL database (client) mysql-server-5.5.15_1 Multithreaded SQL database (server) nasm-2.09.10,1 General-purpose multi-platform x86 and amd64 assembler ncurses-5.9 Library for terminal-independent, full-screen output neon29-0.29.6_3 An HTTP and WebDAV client library for Unix systems nepomukcontroller-0.2 Nepomuk systray applet netpbm-10.35.81 A toolkit for conversion of images between different format nettle-2.4 A low-level cryptographic library nspluginwrapper-1.4.4 A compatibility plugin for Mozilla NPAPI plugins nspr-4.8.8_1 A platform-neutral API for system level and libc like funct nss-3.12.11 Libraries to support development of security-enabled applic nvidia-driver-280.13 NVidia graphics card binary drivers for hardware OpenGL ren nvidia-xconfig-280.13 Tool to manipulate X configuration files for the NVidia dri ocaml-3.12.0_1 The Objective Caml compiler and programming environment open-motif-2.3.3 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openal-soft-1.13 A software implementation of the OpenAL specification openbabel-2.2.3 Chemistry file translation program opencv-core-2.3.1_1 OpenCV core libraries openjade-1.3.3p1_2 Object-oriented SGML/XML parser toolkit and DSSSL engine openjpeg-1.3_2 An open-source JPEG 2000 codec openldap-client-2.4.26 Open source LDAP client implementation openslp-1.2.1_3 Open-source implementation of the Service Location Protocol opera-11.51 Blazingly fast, full-featured, standards-compliant browser opera-linuxplugins-11.51 Linux plugin support for the native Opera browser orc-0.4.14_1 Library and toolset to operate arrays of data ortp-0.13.0_1 A Real-time Transport Protocol (RTP) stack p11-kit-0.6 Library for loading and enumurating of PKCS#11 modules p5-Encode-HanExtra-0.23 Extra sets of Chinese encodings p5-Error-0.17016 Perl module to provide Error/exception support for perl: Er p5-IO-Socket-SSL-1.44 Perl5 interface to SSL sockets p5-Locale-gettext-1.05_3 Message handling functions p5-Net-SMTP-SSL-1.01_1 An SMTP client supporting SSL p5-Net-SSLeay-1.38 Perl5 interface to SSL p5-Unicode-Map8-0.13 Mapping table between 8-bit chars and Unicode p5-Unicode-String-2.09 These are experimental Perl5 modules to handle various Unic p5-XML-LibXML-1.84,1 Interface to Gnome libxml2 library p5-XML-NamespaceSupport-1.11 A simple generic namespace support class p5-XML-Parser-2.41 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.96 Simple API for XML p5-type1inst-0.6.1_5 A script that helps install Postscript fonts in X Window Sy p7zip-9.20.1 File archiver with high compression ratio pango-1.28.4 An open-source framework for the layout and rendering of i1 pciids-20110714 Database of all known ID's used in PCI devices pcre-8.13_1 Perl Compatible Regular Expressions library peps-2.0_4 Converts EPS images to anti-aliased bitmaps perl-5.12.4_2 Practical Extraction and Report Language phonon-4.5.0 Multimedia framework for KDE4 phonon-gstreamer-4.5.1 The GStreamer backend for Phonon phonon-xine-4.4.4 The xine backend for Phonon pinentry-qt4-0.8.1_1 QT4 version of the gnupg password dialog pixman-0.22.2 Low-level pixel manipulation library pkg-config-0.25_1 A utility to retrieve information about installed libraries pkg_cutleaves-20090810 Interactive script for deinstalling 'leaf' packages pl-libgadu-1.11.0,1 This library is used by many IMs with Gadu-Gadu support plasma-scriptengine-python-4.6.5 Plasma scriptengine for Python plasma-scriptengine-ruby-4.6.5 Plasma scriptengine for Ruby png-1.4.8 Library for manipulating PNG images podofo-0.7.0_2 PDF manipulation library and tools policykit-0.9_6 Framework for controlling access to system-wide components policykit-gnome-0.9.2_5 GNOME frontend to the PolicKit framework polkit-0.99 Framework for controlling access to system-wide components polkit-kde-0.99.0 KDE4 frontend to PolKit-1 polkit-qt-0.99.0 Qt4 frontend to PolKit-1 poppler-0.16.7 A PDF rendering library poppler-data-0.4.4 Poppler encoding data poppler-gtk-0.16.7 Gtk bindings to poppler poppler-qt4-0.16.7 Qt4 bindings to poppler popt-1.16 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portaudit-0.5.17 Checks installed ports against a list of security vulnerabi portmaster-3.10 Manage your ports without external databases or languages portupgrade-2.4.9.3,2 FreeBSD ports/packages administration and management tool s printproto-1.0.5 Print extension headers pth-2.0.7 GNU Portable Threads py27-cairo-1.8.10 Python bindings for Cairo py27-cups-1.9.58 CUPS bindings for Python py27-dbus-0.84.0 Python bindings for the D-BUS messaging system py27-gobject-2.28.6 Python bindings for GObject py27-gstreamer-0.10.21 A set of Python bindings for gstreamer py27-gtk-2.24.0 A set of Python bindings for GTK+ py27-kdebindings-kde-4.6.5 Python bindings for KDE py27-kdebindings-pykdeuic4-4.6.5 An enhanced version of pyuic4 py27-libxml2-2.7.8_1 Python interface for XML parser library for GNOME py27-notify-0.1.1_8 A python bindings for libnotify py27-qt4-core-4.8.3,1 Python bindings for the Qt4 toolkit, QtCore module py27-qt4-dbus-4.8.3,1 Python bindings for the Qt4 toolkit, D-BUS module py27-qt4-declarative-4.8.3 Python bindings for the Qt4 toolkit, QtDeclarative module py27-qt4-gui-4.8.3,1 Python bindings for the Qt4 toolkit, QtGui module py27-qt4-network-4.8.3,1 Python bindings for the Qt4 toolkit, QtNetwork module py27-qt4-phonon-4.8.3 Python bindings for the Qt4 toolkit, Phonon module py27-qt4-svg-4.8.3,1 Python bindings for the Qt4 toolkit, QtSvg module py27-qt4-webkit-4.8.3 Python bindings for the Qt4 toolkit, QtWebKit module py27-qt4-xml-4.8.3,1 Python bindings for the Qt4 toolkit, QtXml module py27-setuptools-0.6c11_1 Download, build, install, upgrade, and uninstall Python pac py27-sip-4.12.1,1 Python to C and C++ bindings generator py27-twistedCore-11.0.0 An asynchronous networking framework for Python - Core modu py27-xdg-0.19 A python library to access freedesktop.org standards py27-xml-0.8.4_2 PyXML: Python XML library enhancements py27-zopeInterface-3.6.5 Zope.interface package from Zope 3 python27-2.7.2_1 An interpreted object-oriented programming language qca-2.0.3 Cross-platform crypto API for QT qca-ossl-2.0.0.b3_4 QCA OpenSLL plugin qhull-1.0_2 Qhull computes convex hulls, Delaunay triangulations and ha qimageblitz-0.0.6 Graphical effects and filters library for KDE4 qjson-0.7.1_1 Qt-based library that maps JSON data to QVariant objects qscintilla2-2.4.6,1 Qt4 port of the Scintilla C++ editor class qt4-assistant-4.7.3 Qt documentation browser qt4-clucene-4.7.3 QtCLucene full text search library wrapper qt4-corelib-4.7.3 Qt core library qt4-dbus-4.7.3 Qt4 bindings for the D-BUS messaging system qt4-declarative-4.7.3 Qt4 framework for building highly dynamic user interfaces qt4-designer-4.7.3 Qt ui editor qt4-doc-4.7.3 Multiplatform C++ application framework qt4-gui-4.7.3 Qt graphical user interface library qt4-help-4.7.3 QtHelp module provides QHelpEngine API and is used by Assis qt4-help-tools-4.7.3 QtHelp tools to generate and convert documentation qt4-iconengines-4.7.3 Qt SVG icon engine plugin qt4-imageformats-4.7.3 Qt imageformat plugins for GIF, JPEG, MNG and SVG qt4-inputmethods-4.7.3 Qt input method plugins qt4-libQtAssistantClient-4.6.3 Qt documentation browser integration library qt4-linguist-4.7.3 Qt localisation tool qt4-makeqpf-4.7.3 Qt qtopia font creator qt4-moc-4.7.3 Qt meta object compiler qt4-multimedia-4.7.3 Qt4 low-level multimedia API qt4-mysql-plugin-4.7.3 Qt MySQL database plugin qt4-network-4.7.3 Qt network library qt4-opengl-4.7.3 Qt OpenGL library qt4-pixeltool-4.7.3 Qt screen magnification utility qt4-porting-4.7.3 Qt utility to assist with porting Qt3 applications to Qt4 qt4-qdbusviewer-4.7.3 Qt4 D-BUS viewer qt4-qmake-4.7.3 The build utility of the Qt project qt4-qt3support-4.7.3 Qt3 compatibility library qt4-qtestlib-4.7.3 Qt unit testing library qt4-qvfb-4.7.3 Qt virtual framebuffer utility qt4-rcc-4.7.3 Qt resource compiler qt4-script-4.7.3 Qt script qt4-scripttools-4.7.3 Qt script qt4-sql-4.7.3 Qt SQL library qt4-sqlite-plugin-4.7.3 Qt SQLite 3.x database plugin qt4-svg-4.7.3 Qt SVG library qt4-uic-4.7.3 Qt user interface compiler qt4-uic3-4.7.3 Qt backwards-compatible user interface compiler qt4-webkit-4.7.3 Qt4 WebKit engine qt4-xml-4.7.3 Qt XML library qt4-xmlpatterns-4.7.3 XQuery 1.0 and XPath 2.0 support for Qt4 qt4-xmlpatterns-tool-4.7.3 Qt4 command line utility for running XQueries qtscriptgenerator-0.1.0.20101126 Qt Script Generator is a tool that generates Qt bindings fo qwt-5.2.2 Qt Widgets for Technical Applications randrproto-1.3.2 Randr extension headers raptor-1.4.21 RDF Parser Toolkit for Redland rar-4.0.1,3 File archiver (binary port) rarian-0.8.1 An OMF help system based on the Freedesktop specification rasqal-0.9.20 A high-level interface for RDF recode-3.6_8 Converts files between character sets and usages recordproto-1.14.1 RECORD extension headers redland-1.0.12 A high-level interface for RDF renderproto-0.11.1 RenderProto protocol headers rgb-1.0.4 Uncompile an rgb corl-name database rpm-3.0.6_15 The Red Hat Package Manager rtmpdump-2.3_1 A tool to download RTMP streams ruby-1.8.7.352_2,1 An object-oriented interpreted scripting language ruby18-bdb-0.6.6 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat ruby18-kdebindings-4.6.5 Ruby bindings for Qt/KDE rxvt-2.6.4_6 A low memory usage xterm replacement that supports color rxvt-unicode-9.11 A clone of the terminal emulator rxvt modified to support U samba34-libsmbclient-3.4.14 Shared libs from the samba package sane-backends-1.0.22 API for access to scanners, digitals camera, frame grabbers schroedinger-1.0.10 High-speed Dirac codec scilab-5.3.3 Scientific software package for numerical computations scim-1.4.9 Smart Common Input Method platform scim-m17n-0.2.3_4 A SCIM IMEngine module which uses m17n library as the backe scim-table-imengine-0.5.10 SCIM table based input method engine scons-2.0.1 A build tool alternative to make scr2png-1.2_4 Converts the output of "vidcontrol -p" to PNG scr2txt-1.2 Converts the output of "vidcontrol -p" to text scrnsaverproto-1.2.1 ScrnSaver extension headers sdl-1.2.14_2,2 Cross-platform multimedia development API sessreg-1.0.6 Manage utmp/wtmp entries for non-init X clients setxkbmap-1.2.0 Set the keyboard using the X Keyboard Extension sg3_utils-1.28 Set of utilities that send SCSI commands to devices shared-desktop-ontologies-0.6.0 Interoperability between desktops and collaborative environ shared-mime-info-0.90 A MIME type database from the FreeDesktop project skinlf-6.7 Allows Java developers to write skinnable applications in S smproxy-1.0.5 Session Manager Proxy soprano-2.6.0 Qt4 RDF framework speech-dispatcher-0.7.1_1 Common interface to speech synthesis speex-1.2.r1_3,1 An open-source patent-free voice codec sqlite3-3.7.8 An SQL database engine in a C library strigi-0.7.5 Desktop searching program subversion-1.6.17_2 Version control system swig-1.3.40 Simplified Wrapper and Interface Generator sysinfo-1.0.1 Utility used to gather system configuration information system-config-printer-1.1.16_3 CUPS configuration Gtk+2.0 GUI system-config-printer-kde-4.6.5 KDE4 frontend for system-config-printer t1lib-5.1.2_1,1 A Type 1 Rasterizer Library for UNIX/X11 t1utils-1.32 Six utilities for manipulating t1 fonts taglib-1.7 Library for manipulating ID3 tags and Ogg comments taglib-extras-1.0.1 Extra taglib features for Amarok 2.2 talloc-2.0.5 Hierarchical pool based memory allocator tcl-8.5.10 Tool Command Language tcl-modules-8.5.10 Tcl common modules teTeX-3.0_5 A meta port for teTeX suite teTeX-base-3.0_22 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_8 Thomas Esser's distribution of TeX & friends (texmf tree) telepathy-farsight-0.0.15 Farsight Connection Manager for Telepathy Framework telepathy-glib-0.12.7_1 GLib utility library for the Telepathy framework telepathy-qt4-0.7.1 High-level Qt 4 binding for Telepathy tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.82,1 Texinfo to HTML converter thunderbird-6.0.2 Mozilla Thunderbird is standalone mail and news that stands tidy-lib-090315.c_1 Utility to clean up and pretty print HTML/XHTML/XML (with s tiff-4.0.0_2 Tools and library routines for working with TIFF images tk-8.5.10 Graphical toolkit for Tcl tmake-1.7_5 Extremely portable perl-based make utility trapproto-3.4.3 DEC-XTRAP extension headers ttf2pt1-3.4.4_2 True Type Font to Postscript Type 1 Converter twm-1.0.7 Tab Window Manager for the X Window System unmakeself-1.1 Extract Makeself archives unrar-4.00,5 Extract, view & test RAR archives unzip-6.0_1 List, test and extract compressed files in a ZIP archive urwfonts-1.0_3 Another font package for X usbmuxd-1.0.7_1 A daemon for multiplexing connections over USB to an iPhone v4l_compat-1.0.20110720 Video4Linux IOCTL header files vala-0.12.1 Programming language and compiler that converts Vala code i vala-vapigen-0.12.1 Programming language and compiler that converts Vala code i vcdimager-0.7.24 GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping videoproto-2.3.1 Video extension headers virtuoso-6.1.3 Universal SQL/Application Server vorbis-tools-1.4.0_2,3 Play, encode, and manage Ogg Vorbis files w3m-0.5.3 A pager/text-based WWW browser webfonts-0.30_6 TrueType core fonts for the Web webkit-gtk2-1.4.2_1 An opensource browser engine x11perf-1.5.4 X11 server performance test program x264-0.115.2000 Library and tool for encoding H.264/AVC video streams xaos-3.5_2 A real-time fractal browser for X11 and ASCII terminals xauth-1.0.6 X authority file utility xbacklight-1.1.2 Program to adjust backlight brightness xbiff-1.0.3 Mailbox flag for X xbitmaps-1.1.1 X.Org bitmaps data xcalc-1.0.4.1 Scientific calculator for X xcb-proto-1.6 The X protocol C-language Binding (XCB) protocol xcb-util-0.3.6_1 A module with libxcb/libX11 extension/replacement libraries xclock-1.0.4_1 Analog and digital clock for X xcmiscproto-1.2.1 XCMisc extension headers xcmsdb-1.0.3 Device Color Characterization utility for X xcursor-themes-1.0.3 X.org cursors themes xcursorgen-1.0.4 Create an X cursor file from a collection of PNG images xdg-utils-1.0.2_5 Tools to allow all applications to integrate with the free xdm-1.1.8_3 X.Org X display manager xdpyinfo-1.2.0 Display information utility for X xdriinfo-1.0.3 Query configuration information of DRI drivers xdvik-tetex-22.84.16_3 DVI Previewer(kpathsearch) for X xearth-1.1_2 Set the root window to the image of earth xev-1.1.0 Print contents of X events xextproto-7.2.0 XExt extension headers xf86-input-keyboard-1.5.0 X.Org keyboard input driver xf86-input-mouse-1.6.0 X.Org mouse input driver xf86-video-ati-6.14.2 X.Org ati display driver xf86-video-intel-2.7.1_4 Driver for Intel integrated graphics chipsets xf86-video-mach64-6.8.2_1 X.Org mach64 display driver xf86-video-nv-2.1.18 X.Org nv display driver xf86-video-openchrome-0.2.904_3 X.Org openChrome display driver xf86-video-r128-6.8.1_2 X.Org r128 display driver xf86-video-radeonhd-1.3.0_4 X.Org ati RadeonHD display driver xf86-video-vesa-2.3.0_1 X.Org vesa display driver xf86bigfontproto-1.2.0 XFree86-Bigfont extension headers xf86dga-1.0.2_1 Test program for the XFree86-DGA extension xf86dgaproto-2.1 XFree86-DGA extension headers xf86driproto-2.1.1 XFree86-DRI extension headers xf86miscproto-0.9.3 XFree86-Misc extension headers xf86vidmodeproto-2.3.1 XFree86-VidModeExtension extension headers xgamma-1.0.4 Gamma correction through the X server. xgc-1.0.3 X graphics demo xhost-1.0.4 Server access control program for X xhtml-1.0.20020801_4 W3C's XHTML DTD xineramaproto-1.2.1 Xinerama extension headers xinit-1.2.0_1 X Window System initializer xinput-1.5.3 Very useful utility for configuring and testing XInput devi xkbcomp-1.1.0 Compile XKB keyboard description xkbevd-1.1.2 XKB event daemon xkbutils-1.0.3 XKB utility demos xkeyboard-config-1.8_2 X Keyboard Configuration Database xkill-1.0.3 Utility for killing a client by its X resource xload-1.1.0 System load average display for X xlsatoms-1.0.2 List interned atoms defined on a server xlsclients-1.1.2 List client applications running on a display xmessage-1.0.3 Display message or query in a X window xml-commons-1.4.01 Provides common XML code for Apache projects xmlcatmgr-2.2 SGML and XML catalog manager xmlcharent-0.3_2 XML character entities xmlgraphics-commons-1.4 Several reusable components used by Apache Batik and FOP xmlto-0.0.24 Front-end to an XSL toolchain xmms-1.2.11_14 X Multimedia System -- An audio player with Winamp GUI xmodmap-1.0.5 Utility for modifying keymaps and pointer button mappings i xorg-7.5.1 X.Org complete distribution metaport xorg-apps-7.5.1 X.org apps meta-port xorg-cf-files-1.0.4 X.org cf files for use with imake builds xorg-docs-1.4,1 X.org documentation files xorg-drivers-7.5.1 X.org drivers meta-port xorg-fonts-100dpi-7.5.1 X.Org 100dpi bitmap fonts xorg-fonts-7.5.1 X.org fonts meta-port xorg-fonts-75dpi-7.5.1 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.5.1 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.5.1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.5.1 X.Org TrueType fonts xorg-fonts-type1-7.5.1 X.Org Type1 fonts xorg-libraries-7.5.1 X.org libraries meta-port xorg-macros-1.15.0 X.Org development aclocal macros xorg-server-1.7.7_2,1 X.Org X server and related programs xpdf-3.02_16 Display PDF files, and convert them to other formats xplanet-1.2.2 Draw pictures of the earth textured by an image xpr-1.0.3 Utility for printing an X window dump xprop-1.2.1 Property displayer for X xproto-7.0.22 X11 protocol headers xrandr-1.3.5 Primitive command line interface to the RandR extension xrdb-1.0.6_1 X server resource database utility xrefresh-1.0.3 Refresh all or part of an X screen xscreensaver-5.14 Save your screen while you entertain your cat xset-1.2.2_1 User preference utility for X xsetmode-1.0.0 Set the mode for an X Input Device xsetroot-1.1.0 root window parameter setting utility for X xterm-275_1 Terminal emulator for the X Window System xtrans-1.2.6 Abstract network code for X xv-3.10a_14 An X11 program that displays images of various formats xvid-1.3.2,1 An opensource MPEG-4 codec, based on OpenDivx xvinfo-1.1.1 Print out X-Video extension adaptor information xwd-1.0.4 Dump an image of an X window xwininfo-1.1.2 Window information utility for X xwud-1.0.2 Image displayer for X xxxterm-1.518 Minimalists vi-like web browser based on webkit and GTK+ yasm-1.1.0 A complete rewrite of the NASM assembler youtube_dl-2011.08.04 A program for downloading videos from YouTube.com zh-arphicttf-2.11_2 Four Chinese Big5/GB TrueType fonts made by Arphic Technolo zh-docproj-0.1.20060303_5 Supportive tools for Chinese docproj build zh-ttf2pt1-3.4.0 True Type Font to Postscript Type 1 Converter with chinese zh-ttfm-0.9.5_3 A Big5/GB enhanced TrueType Font Manager zip-3.0 Create/update ZIP files compatible with pkzip ---- Contents of make.conf # $FreeBSD: src/share/examples/etc/make.conf,v 1.279.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # NOTE: Please would any committer updating this file also update the # make.conf(5) manual page, if necessary, which is located in # src/share/man/man5/make.conf.5. # # /etc/make.conf, if present, will be read by make (see # /usr/share/mk/sys.mk). It allows you to override macro definitions # to make without changing your source tree, or anything the source # tree installs. # # This file must be in valid Makefile syntax. # # There are additional things you can put into /etc/make.conf. # You have to find those in the Makefiles and documentation of # the source tree. # # Note, that you should not set MAKEOBJDIRPREFIX or MAKEOBJDIR # from make.conf (or as command line variables to make). # Both variables are environment variables for make and must be used as: # # env MAKEOBJDIRPREFIX=/big/directory make # # # The CPUTYPE variable controls which processor should be targeted for # generated code. This controls processor-specific optimizations in # certain code (currently only OpenSSL) as well as modifying the value # of CFLAGS to contain the appropriate optimization directive to gcc. # The automatic setting of CFLAGS may be overridden using the # NO_CPU_CFLAGS variable below. # Currently the following CPU types are recognized: # Intel x86 architecture: # (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4 # athlon-tbird athlon k8 k6-3 k6-2 k6 k5 # (Intel CPUs) core2 core nocona pentium4m pentium4 prescott # pentium3m pentium3 pentium-m pentium2 # pentiumpro pentium-mmx pentium i486 i386 # (Via CPUs) c3 c3-2 # Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4 # AMD64 architecture: opteron, athlon64, nocona, prescott, core2 # Intel ia64 architecture: itanium2, itanium # # (?= allows to buildworld for a different CPUTYPE.) # #CPUTYPE?=pentium3 #NO_CPU_CFLAGS= # Don't add -march= to CFLAGS automatically #NO_CPU_COPTFLAGS= # Don't add -march= to COPTFLAGS automatically # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings other than -O and -O2 are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimization settings to "-O" or "-O2 -fno-strict-aliasing" # before submitting bug reports without patches to the developers. # # Compiling with -fstrict-aliasing optimization breaks some [notable] ports. # GCC turns on -fstrict-aliasing optimization at all levels above -O[1], so # explicitly turn it off when using compiling with the -O2 optimization level. # CFLAGS= -O2 -fno-strict-aliasing -pipe # # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish # to add to CXXFLAGS value, "+=" must be used rather than "=". Using "=" # alone will remove the often needed contents of CFLAGS from CXXFLAGS. # #CXXFLAGS+= -fconserve-space # # MAKE_SHELL controls the shell used internally by make(1) to process the # command scripts in makefiles. Three shells are supported, sh, ksh, and # csh. Using sh is most common, and advised. Using ksh *may* work, but is # not guaranteed to. Using csh is absurd. The default is to use sh. # #MAKE_SHELL?=sh # # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not # included here due to compiler bugs, e.g., mkdir()'s mode_t argument. # #BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # -Wcast-qual -Wchar-subscripts -Winline \ # -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ # -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # # To compile just the kernel with special optimizations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway). # There is very little to gain by using higher optimization levels, and doing # so can cause problems. # COPTFLAGS= -O -pipe # # Compare before install #INSTALL=install -C # # Mtree will follow symlinks #MTREE_FOLLOWS_SYMLINKS= -L # # To enable installing ssh(1) with the setuid bit turned on #ENABLE_SUID_SSH= # # To enable installing newgrp(1) with the setuid bit turned on. # Without the setuid bit, newgrp cannot change users' groups. #ENABLE_SUID_NEWGRP= # # To avoid building various parts of the base system: #NO_MODULES= # do not build modules with the kernel #NO_SHARE= # do not go into the share subdir #NO_SHARED= # build /bin and /sbin statically linked (bad idea) # # Variables that control how ppp(8) is built. #PPP_NO_NAT= # do not build with NAT support (see make.conf(5)) #PPP_NO_NETGRAPH= # do not build with Netgraph support #PPP_NO_RADIUS= # do not build with RADIUS support #PPP_NO_SUID= # build with normal permissions # #TRACEROUTE_NO_IPSEC= # do not build traceroute(8) with IPSEC support # # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD= # do not build modules when building kernel # # The list of modules to build instead of all of them. #MODULES_OVERRIDE= linux ipfw # # The list of modules to never build, applied *after* MODULES_OVERRIDE. #WITHOUT_MODULES= bktr plip # # If you do not want unformatted manual pages to be compressed # when they are installed: # #NO_MANCOMPRESS= # # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # #PRINTERDEVICE= ps # # # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by the # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. # #BOOTWAIT=0 #BOOTWAIT=30000 # # By default, the system will always use the keyboard/video card as system # console. However, the boot blocks may be dynamically configured to use a # serial port in addition to or instead of the keyboard/video console. # # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. Alter as necessary. # # COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8 # #BOOT_COMCONSOLE_PORT= 0x3F8 # # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # #BOOT_COMCONSOLE_SPEED= 115200 # # By default the 'pxeboot' loader retrieves the kernel via NFS. Defining # this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel # via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet # still mount the server's '/' (i.e. rather than load the server's kernel). # #LOADER_TFTP_SUPPORT= YES # # # Kerberos 5 su (k5su) # If you want to use the k5su utility, define this to have it installed # set-user-ID. #ENABLE_SUID_K5SU= # # # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. # SUP_UPDATE= # SUP= /usr/bin/csup SUPFLAGS= -L 2 SUPHOST= cvsup4.FreeBSD.org SUPFILE= /root/stable-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile DOCSUPFILE= /root/doc-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should # be a prime number approximately twice as large as the number of lines in # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 # # Documentation # # The list of languages and encodings to build and install # #DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R # # # sendmail # # The following sets the default m4 configuration file to use at # install time. Use with caution as a make install will overwrite # any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now # deprecated. The value should be a fully qualified path name. # #SENDMAIL_MC=/etc/mail/myconfig.mc # # The following sets the default m4 configuration file for mail # submission to use at install time. Use with caution as a make # install will overwrite any existing /etc/mail/submit.cf. The # value should be a fully qualified path name. # #SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc # # If you need to build additional .cf files during a make buildworld, # include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC. # #SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc # # The following overrides the default location for the m4 configuration # files used to build a .cf file from a .mc file. # #SENDMAIL_CF_DIR=/usr/local/share/sendmail/cf # # Setting the following variable modifies the flags passed to m4 when # building a .cf file from a .mc file. It can be used to enable # features disabled by default. # #SENDMAIL_M4_FLAGS= # # Setting the following variables modifies the build environment for # sendmail and its related utilities. For example, SASL support can be # added with settings such as: # # with SASLv1: # SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL # SENDMAIL_LDFLAGS=-L/usr/local/lib # SENDMAIL_LDADD=-lsasl # # with SASLv2: # SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 # SENDMAIL_LDFLAGS=-L/usr/local/lib # SENDMAIL_LDADD=-lsasl2 # # Note: If you are using Cyrus SASL with other applications which require # access to the sasldb file, you should add the following to your # sendmail.mc file: # # define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile') # #SENDMAIL_CFLAGS= #SENDMAIL_LDFLAGS= #SENDMAIL_LDADD= #SENDMAIL_DPADD= # # Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a # set-user-ID root binary instead of a set-group-ID smmsp binary and will # prevent the installation of /etc/mail/submit.cf. # This is a deprecated mode of operation. See etc/mail/README for more # information. # #SENDMAIL_SET_USER_ID= # # The permissions to use on alias and map databases generated using # /etc/mail/Makefile. Defaults to 0640. # #SENDMAIL_MAP_PERMS= # added by use.perl 2011-09-12 17:30:18 PERL_VERSION=5.12.4 ---- end From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 06:03:59 2011 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 89177106566C for ; Fri, 23 Sep 2011 06:03:59 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0565D8FC17 for ; Fri, 23 Sep 2011 06:03:58 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.5/8.14.5) with ESMTP id p8N5qmM9076277 for ; Fri, 23 Sep 2011 07:52:48 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <4E7C1EB0.3010605@pukruppa.de> Date: Fri, 23 Sep 2011 07:52:48 +0200 From: "Kruppa, Peter Ulrich" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110824 Thunderbird/6.0 MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: print/acroreadwrapper (marked as IGNORE) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 06:03:59 -0000 Hi, when trying to "make" print/acroreadwrapper I receive a ===> acroreadwrapper-0.0.20110920 requires kernel source to be installed. *** Error code 1 My kernel sources are installed - do we have some kind of typo there? Greetings Peter -- Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 06:27:42 2011 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 29502106566B for ; Fri, 23 Sep 2011 06:27:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9798FC12 for ; Fri, 23 Sep 2011 06:27:41 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 1832F141806; Fri, 23 Sep 2011 10:27:40 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316759260; bh=ctzAOLavs5KLpEt44z7zmS0821LxbZpxGbb59fjEf9Y=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Utlg+YCMI3ibaEIdib/wMS6t77jVDvPp413OUxPF+Fv9XHoHYmRspk4B3RUIg4YFb 0USzWroEZ5Z7hrf33nmgpz1VO8kGLq23IR4QPOlHpi62yiXrFqXmnD/sU0jx69+tMY RdnrxRWrIL2cW9UTlu2TO3vCQMFolXOqZxF2oP8A= Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id EB6C716A031C; Fri, 23 Sep 2011 10:27:39 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316759259; bh=ctzAOLavs5KLpEt44z7zmS0821LxbZpxGbb59fjEf9Y=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mgNbzihmAQHbWjQwnU5c00cGKQAO+7YfvtrxBzwE7K6jVcr47Z8UszzT6KKdjGMm0 9FvrZqklqmbwuojpZYWGmc4IRrixxQiyvnfsMpMofu/xvlr9a2nJ7FJzI7aSqvI9JZ i23u9NHM2UtlrYAEHspkAQnPhwLDtiPLr2/44bTs= Received: from unknown (unknown [213.27.65.65]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Rc2SKQGq-Rd2GEldd; Fri, 23 Sep 2011 10:27:39 +0400 X-Yandex-Spam: 1 Message-ID: <4E7C26CC.3090700@yandex.ru> Date: Fri, 23 Sep 2011 10:27:24 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: "Kruppa, Peter Ulrich" References: <4E7C1EB0.3010605@pukruppa.de> In-Reply-To: <4E7C1EB0.3010605@pukruppa.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: print/acroreadwrapper (marked as IGNORE) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 06:27:42 -0000 Kruppa, Peter Ulrich wrote on 23.09.2011 09:52: > Hi, > > when trying to "make" print/acroreadwrapper I receive a > > ===> acroreadwrapper-0.0.20110920 requires kernel source to > be installed. > *** Error code 1 > > My kernel sources are installed - do we have some kind of typo there? > > Greetings > > Peter Hi. It said that /usr/src/sys/i386|amd64/conf/GENERIC is not found. If you removed GENERIC config file for some reason you can define KERNCONF=YOUR_KERNEL_CONFIG_NAME with make, or set it in /etc/make.conf. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 07:04:51 2011 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 1C6851065672; Fri, 23 Sep 2011 07:04:51 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id D0D028FC12; Fri, 23 Sep 2011 07:04:50 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1R6zoX-0005aw-LT>; Fri, 23 Sep 2011 09:04:49 +0200 Received: from e178025198.adsl.alicedsl.de ([85.178.25.198] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1R6zoX-0001iE-Iz>; Fri, 23 Sep 2011 09:04:49 +0200 Message-ID: <4E7C2F91.8040705@zedat.fu-berlin.de> Date: Fri, 23 Sep 2011 09:04:49 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, "freebsd-performance@freebsd.org" Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.25.198 Cc: Subject: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 07:04:51 -0000 I was wondering if the SUN Grid Engine, located in port sysutils/sge6[012] is still broken due to utmpx. My department uses this GRID engine on Linux and since a long time I wish to use it also on FreeBSD. Are there alternatives? What are people using on HPC FreeBSD? Greetings, Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 07:12:27 2011 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 E08D3106566C; Fri, 23 Sep 2011 07:12:27 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECF38FC12; Fri, 23 Sep 2011 07:12:27 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1R6zvu-00078i-Nt>; Fri, 23 Sep 2011 09:12:26 +0200 Received: from e178025198.adsl.alicedsl.de ([85.178.25.198] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1R6zvu-0002EE-LQ>; Fri, 23 Sep 2011 09:12:26 +0200 Message-ID: <4E7C315A.1000606@zedat.fu-berlin.de> Date: Fri, 23 Sep 2011 09:12:26 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, "freebsd-performance@freebsd.org" References: <4E7C2F91.8040705@zedat.fu-berlin.de> In-Reply-To: <4E7C2F91.8040705@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.25.198 Cc: Subject: Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 07:12:28 -0000 On 09/23/11 09:04, Hartmann, O. wrote: > I was wondering if the SUN Grid Engine, located in port > sysutils/sge6[012] is still broken due to utmpx. > > My department uses this GRID engine on Linux and since a long time I > wish to use it also on FreeBSD. > > Are there alternatives? What are people using on HPC FreeBSD? > > Greetings, > Oliver > _______________________________________________ > freebsd-performance@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-performance > To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org" As I can see, net/clusterit is broken due to the same reason! There is obviously no equeuing tool for FreeBSD HPC clusters at this time running FBSD 9? From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 08:15:18 2011 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 53CAF1065673 for ; Fri, 23 Sep 2011 08:15:18 +0000 (UTC) (envelope-from aakuusta@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAA68FC14 for ; Fri, 23 Sep 2011 08:15:17 +0000 (UTC) Received: by vws11 with SMTP id 11so4904038vws.13 for ; Fri, 23 Sep 2011 01:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version:content-type; bh=97u7LAo93XZ2/huH4SrpLlCY/Mbb6JJKiEGtC+OZTHM=; b=U1P55+bw+jg3iY2jX0jDSPkCCctn9aUMqkqiI99mOhM1yz8fA4OCLPYBwmieAVQIaz b8HZHjIlMLjzXPiJthI09C0UzhANP0faHXUO0KoTtOllG5OWDGsifTZi3owJ3BOF2FIK h+3B1PaN+6PtR9KtBTVV9JOZf44k20lLNruqk= Received: by 10.52.70.106 with SMTP id l10mr2575191vdu.483.1316765716534; Fri, 23 Sep 2011 01:15:16 -0700 (PDT) Received: from nil (tor12.anonymizer.ccc.de. [62.113.219.5]) by mx.google.com with ESMTPS id bi11sm8859248vdb.13.2011.09.23.01.15.13 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 01:15:15 -0700 (PDT) From: h h To: Dave Males In-Reply-To: <201109230009.58639.dave4431@verizon.net> (Dave Males's message of "Fri, 23 Sep 2011 00:09:58 +0000") Date: Fri, 23 Sep 2011 12:14:58 +0400 Message-ID: <861uv7brp9.fsf@gmail.com> References: <201109230009.58639.dave4431@verizon.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 08:15:18 -0000 Dave Males writes: > I am upgrading today and have an abort with bigreqsproto-1.1.1, > What should I do? [...] > ===> Configuring for bigreqsproto-1.1.1 [...] > checking for xmlto... /usr/local/bin/xmlto > checking the xmlto version... 0.0.24 > checking for fop... /usr/local/bin/fop > checking for X.Org SGML entities >= 1.5... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating specs/Makefile > config.status: creating bigreqsproto.pc > config.status: executing depfiles commands > ===> Building for bigreqsproto-1.1.1 > Making all in specs > GEN bigreq.html > GEN bigreq.ps > Making portrait pages on letter paper (215.9mmx279.4mm) > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener > processEvent > WARNING: Unknown formatting object [...] Try disabling specs. I wonder if any port actually uses them. %% Index: x11/bigreqsproto/Makefile =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/Makefile 23 Sep 2011 08:06:26 -0000 @@ -13,5 +13,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= BigReqs extension headers XORG_CAT= proto +CONFIGURE_ARGS= --disable-specs --without-xmlto --without-fop +MAKE_ARGS= SUBDIRS= .include Index: x11/bigreqsproto/pkg-plist =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v retrieving revision 1.3 diff -u -p -r1.3 pkg-plist --- x11/bigreqsproto/pkg-plist 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/pkg-plist 23 Sep 2011 08:04:57 -0000 @@ -1,6 +1,4 @@ include/X11/extensions/bigreqsproto.h include/X11/extensions/bigreqstr.h libdata/pkgconfig/bigreqsproto.pc -%%DOCSDIR%%/bigreq.xml -@dirrm %%DOCSDIR%% @dirrmtry include/X11/extensions %% From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 09:17:15 2011 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 1C0841065673 for ; Fri, 23 Sep 2011 09:17:15 +0000 (UTC) (envelope-from norman@khine.net) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id AB0988FC0A for ; Fri, 23 Sep 2011 09:17:14 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so4235278bkb.13 for ; Fri, 23 Sep 2011 02:17:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.136.136 with SMTP id r8mr2341311bkt.298.1316769433174; Fri, 23 Sep 2011 02:17:13 -0700 (PDT) Received: by 10.204.116.19 with HTTP; Fri, 23 Sep 2011 02:17:13 -0700 (PDT) Date: Fri, 23 Sep 2011 11:17:13 +0200 Message-ID: From: Norman Khine To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: nodejs v0.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 09:17:15 -0000 hello, i have tried to build nodejs from the ports, but get this error: # cd /usr/ports/www/node # make install clean && rehash ===> Building for node-0.4.11 Waf: Entering directory `/usr/ports/www/node/work/node-v0.4.11/build' DEST_OS: freebsd DEST_CPU: x64 Parallel Jobs: 1 Product type: program [53/74] cxx: src/node_buffer.cc -> build/default/src/node_buffer_3.o c++ -O2 -pipe -fno-strict-aliasing -pthread -g -O3 -DHAVE_OPENSSL=1 - DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 - DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=0 -DPLATFORM="freebsd" - D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -Idefault/src - I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/ http_parser -I../deps/http_parser -Idefault/deps/libev -I../deps/libev -Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/freebsd- x64 -I../deps/c-ares/freebsd-x64 -I/usr/include -I/usr/local/ include ../src/node_buffer.cc -c -o default/src/node_buffer_3.o ../src/node_buffer.cc: In static member function 'static v8::Handle node::Buffer::Utf8Write(const v8::Arguments&)': ../src/node_buffer.cc:481: error: 'NO_HINTS' is not a member of 'v8::String' Waf: Leaving directory `/usr/ports/www/node/work/node-v0.4.11/build' Build failed: -> task failed (err #1): {task: cxx node_buffer.cc -> node_buffer_3.o} *** Error code 1 Stop in /usr/ports/www/node. from the node groups, http://groups.google.com/group/nodejs/browse_thread/thread/cc99fb94ecc1238a?pli=1 it was pointed that the port was trying to build against a shared libv8 and it's too old. i tried to follow different suggestions, but no answer as yet, anyone here able to point me in a direction that will allow me to build latest stable nodejs. cheers -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] ) From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 09:38:22 2011 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 37F26106564A for ; Fri, 23 Sep 2011 09:38:22 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost02.isp.att.net (fmailhost02.isp.att.net [204.127.217.102]) by mx1.freebsd.org (Postfix) with ESMTP id 255C78FC14 for ; Fri, 23 Sep 2011 09:38:21 +0000 (UTC) Date: Fri, 23 Sep 2011 09:38:20 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-72-147-183-55.sdf.bellsouth.net[72.147.183.55]) by isp.att.net (frfwmhc02) with SMTP id <20110923093819H0200ce87de>; Fri, 23 Sep 2011 09:38:19 +0000 X-Originating-IP: [72.147.183.55] From: "Thomas Mueller" To: freebsd-ports@freebsd.org References: <4E775F6F.601@cyberbotx.com> <20110920084708.5D3741065672@hub.freebsd.org> <20110922210751.GB30222@thought.org> Message-Id: <20110923093822.37F26106564A@hub.freebsd.org> Subject: Re: Circular dependency in devel/doxygen? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 09:38:22 -0000 time for my dime's worth of questions. is there any way of building that audio/video app or plugin that works with linux? it is from adobe and works with pc-bsd. we've got a free version. is it flash? this is the main reason i switched to ubuntu for my desktop. so i can watch sites like pbs.org and npr.org. stream igages with sound. in my opinion, it is this that stalls the broader use of all of the berkeley distributions. Gary Kline kline@thought.org http://www.thought.org Public Service Unix I was successful with doxygen in FreeBSD 9.0-BETA1; trouble came in BETA2. Do you mean Adobe (formerly Macromedia) Flash? There's gnash and swfdec with swfdec-gnome. I'm not sure how to select swfdec(-gnome). Gnash is good on YouTube but dead on many other sites, such as Yahoo. Then there are some web sites that use Adobe Flash apparently just to annoy the user: no YouTube-style movie, nothing that looks like a Flash video. Examples are freefilefillableforms.com and online ads on shoplocal.com, though shoplocal.com also offers html ("dialup mode"). Can mplayer or vlc, or maybe other multimedia ports, play .flv files, or be used as a Flash plugin? Tom From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 15:51:24 2011 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 52E8D106564A for ; Fri, 23 Sep 2011 15:51:24 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) by mx1.freebsd.org (Postfix) with ESMTP id D9CDA8FC12 for ; Fri, 23 Sep 2011 15:51:23 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.5/8.14.5) with ESMTP id p8NFtoZ6098975; Fri, 23 Sep 2011 17:55:50 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <4E7CAC06.6040508@pukruppa.de> Date: Fri, 23 Sep 2011 17:55:50 +0200 From: "Kruppa, Peter Ulrich" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110824 Thunderbird/6.0 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4E7C1EB0.3010605@pukruppa.de> <4E7C26CC.3090700@yandex.ru> In-Reply-To: <4E7C26CC.3090700@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: print/acroreadwrapper (marked as IGNORE) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 15:51:24 -0000 On 23.09.2011 08:27, Ruslan Mahmatkhanov wrote: > Kruppa, Peter Ulrich wrote on 23.09.2011 09:52: >> Hi, >> >> when trying to "make" print/acroreadwrapper I receive a >> >> ===> acroreadwrapper-0.0.20110920 requires kernel source to >> be installed. >> *** Error code 1 >> >> My kernel sources are installed - do we have some kind of typo there? >> >> Greetings >> >> Peter > > Hi. > > It said that /usr/src/sys/i386|amd64/conf/GENERIC is not found. > > If you removed GENERIC config file for some reason you can define > KERNCONF=YOUR_KERNEL_CONFIG_NAME with make, or set it in /etc/make.conf. Great! Thanks - actually I have still got GENERIC in my source tree - but I'am running a custom kernel with a different name. Greetings Peter. -- Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 16:10:57 2011 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 E4816106564A for ; Fri, 23 Sep 2011 16:10:57 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBCC8FC12 for ; Fri, 23 Sep 2011 16:10:48 +0000 (UTC) Received: from julian-mac.elischer.org (home-nat.elischer.org [67.100.89.137]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id p8NFlpNV091801 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 23 Sep 2011 08:47:52 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <4E7CAA51.2060102@freebsd.org> Date: Fri, 23 Sep 2011 08:48:33 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.22) Gecko/20110902 Thunderbird/3.1.14 MIME-Version: 1.0 To: "Hartmann, O." References: <4E7C2F91.8040705@zedat.fu-berlin.de> In-Reply-To: <4E7C2F91.8040705@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-performance@freebsd.org" , freebsd-ports@freebsd.org Subject: Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 16:10:58 -0000 On 9/23/11 12:04 AM, Hartmann, O. wrote: > I was wondering if the SUN Grid Engine, located in port > sysutils/sge6[012] is still broken due to utmpx. > > My department uses this GRID engine on Linux and since a long time I > wish to use it also on FreeBSD. > > Are there alternatives? What are people using on HPC FreeBSD? so how broken is it? Since almost none of the active developers use SGE it is up to the users to help us get it fixed.. > Greetings, > Oliver > _______________________________________________ > freebsd-performance@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-performance > To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 16:12:59 2011 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 AEB52106564A; Fri, 23 Sep 2011 16:12:59 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) by mx1.freebsd.org (Postfix) with ESMTP id E94858FC12; Fri, 23 Sep 2011 16:12:58 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.4/8.14.4) with ESMTP id p8NFwYQ6098115; Fri, 23 Sep 2011 10:58:34 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.4/8.14.4/Submit) id p8NFwYxX098114; Fri, 23 Sep 2011 10:58:34 -0500 (CDT) (envelope-from brooks) Date: Fri, 23 Sep 2011 10:58:33 -0500 From: Brooks Davis To: "Hartmann, O." Message-ID: <20110923155833.GA97579@lor.one-eyed-alien.net> References: <4E7C2F91.8040705@zedat.fu-berlin.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: <4E7C2F91.8040705@zedat.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "freebsd-performance@freebsd.org" , freebsd-ports@FreeBSD.org Subject: Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 16:12:59 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 23, 2011 at 09:04:49AM +0200, Hartmann, O. wrote: > I was wondering if the SUN Grid Engine, located in port > sysutils/sge6[012] is still broken due to utmpx. >=20 > My department uses this GRID engine on Linux and since a long time I > wish to use it also on FreeBSD. I've not had a decent 9.0 system available until quite recently and haven't had as much time as I'd like for FreeBSD HPC stuff lately. I'm taking a look at it today. It looks like I should be able to get it fixed, but ancient version of tcsh that is failing to compile is really annoying to patch for utmpx. -- Brooks --DocE+STaALJfprDB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFOfKypXY6L6fI4GtQRAi16AKCPM1XpLo0PCF+ZdUoj66HLqbpAvQCfXt7B eN1aE8lect9O/wBD9gx9csM= =pK+4 -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 16:28:46 2011 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 C9516106566B; Fri, 23 Sep 2011 16:28:46 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) by mx1.freebsd.org (Postfix) with ESMTP id F31138FC12; Fri, 23 Sep 2011 16:28:45 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.4/8.14.4) with ESMTP id p8NGRVWb098287; Fri, 23 Sep 2011 11:27:31 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.4/8.14.4/Submit) id p8NGRVlp098286; Fri, 23 Sep 2011 11:27:31 -0500 (CDT) (envelope-from brooks) Date: Fri, 23 Sep 2011 11:27:31 -0500 From: Brooks Davis To: "Hartmann, O." Message-ID: <20110923162731.GB97579@lor.one-eyed-alien.net> References: <4E7C2F91.8040705@zedat.fu-berlin.de> <20110923155833.GA97579@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5I6of5zJg18YgZEa" Content-Disposition: inline In-Reply-To: <20110923155833.GA97579@lor.one-eyed-alien.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "freebsd-performance@freebsd.org" , freebsd-ports@FreeBSD.org Subject: Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 16:28:46 -0000 --5I6of5zJg18YgZEa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 23, 2011 at 10:58:33AM -0500, Brooks Davis wrote: > On Fri, Sep 23, 2011 at 09:04:49AM +0200, Hartmann, O. wrote: > > I was wondering if the SUN Grid Engine, located in port > > sysutils/sge6[012] is still broken due to utmpx. > >=20 > > My department uses this GRID engine on Linux and since a long time I > > wish to use it also on FreeBSD. >=20 > I've not had a decent 9.0 system available until quite recently and haven= 't > had as much time as I'd like for FreeBSD HPC stuff lately. I'm taking a > look at it today. It looks like I should be able to get it fixed, but > ancient version of tcsh that is failing to compile is really annoying to > patch for utmpx. I've committed a fix to the sge62 port. Assuming the change makes it through some testing without me acquiring more pointyhats I'll add it to the older ones next week. -- Brooks --5I6of5zJg18YgZEa Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFOfLNyXY6L6fI4GtQRAhNwAKCmga+YoXygqg4ywtnGxEWDESpVMQCdGd+u ztBkuUnl6d+5mwc+65uBvSI= =Qs4H -----END PGP SIGNATURE----- --5I6of5zJg18YgZEa-- From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 16:56:10 2011 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 5793A106564A for ; Fri, 23 Sep 2011 16:56:10 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id E871A8FC0A for ; Fri, 23 Sep 2011 16:56:09 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 0C16F1BC2; Sat, 24 Sep 2011 00:55:09 +0800 (CST) Date: Sat, 24 Sep 2011 00:55:08 +0800 From: Sunpoet Po-Chuan Hsieh To: Norman Khine Message-ID: <20110923165508.GC21889@bonjour.sunpoet.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: nodejs v0.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 16:56:10 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, This problem is already solved by vanilla@. Please update your ports tree and make sure you have extra-patch-src__node_buffer.cc in www/node/files/. Then it should be OK to build nodejs on amd64 arch. On Fri, Sep 23, 2011 at 11:17:13AM +0200, Norman Khine wrote: > hello, i have tried to build nodejs from the ports, but get this error: >=20 > # cd /usr/ports/www/node > # make install clean && rehash > =3D=3D=3D> Building for node-0.4.11 > Waf: Entering directory `/usr/ports/www/node/work/node-v0.4.11/build' > DEST_OS: freebsd > DEST_CPU: x64 > Parallel Jobs: 1 > Product type: program > [53/74] cxx: src/node_buffer.cc -> build/default/src/node_buffer_3.o > c++ -O2 -pipe -fno-strict-aliasing -pthread -g -O3 -DHAVE_OPENSSL=3D1 - > DEV_FORK_ENABLE=3D0 -DEV_EMBED_ENABLE=3D0 -DEV_MULTIPLICITY=3D0 - > DX_STACKSIZE=3D65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 - > DEV_MULTIPLICITY=3D0 -DHAVE_FDATASYNC=3D0 -DPLATFORM=3D"freebsd" - > D__POSIX__=3D1 -Wno-unused-parameter -D_FORTIFY_SOURCE=3D2 -Idefault/src - > I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/ > http_parser -I../deps/http_parser -Idefault/deps/libev -I../deps/libev > -Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/freebsd- > x64 -I../deps/c-ares/freebsd-x64 -I/usr/include -I/usr/local/ > include ../src/node_buffer.cc -c -o default/src/node_buffer_3.o > ../src/node_buffer.cc: In static member function 'static > v8::Handle node::Buffer::Utf8Write(const v8::Arguments&)': > ../src/node_buffer.cc:481: error: 'NO_HINTS' is not a member of > 'v8::String' > Waf: Leaving directory `/usr/ports/www/node/work/node-v0.4.11/build' > Build failed: -> task failed (err #1): > {task: cxx node_buffer.cc -> node_buffer_3.o} > *** Error code 1 >=20 > Stop in /usr/ports/www/node. >=20 > from the node groups, > http://groups.google.com/group/nodejs/browse_thread/thread/cc99fb94ecc123= 8a?pli=3D1 > it was pointed that the port was trying to build against a shared > libv8 and it's too old. >=20 > i tried to follow different suggestions, but no answer as yet, anyone > here able to point me in a direction that will allow me to build > latest stable nodejs. >=20 > cheers >=20 > --=20 > %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or > chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] ) > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 Sunpoet Po-Chuan Hsieh 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt --zhXaljGHf11kAtnf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQIcBAEBAgAGBQJOfLnrAAoJENxEJH7MV+Nrhz8P/jwyeSL7no2t6Pl8MiG1qrMy iCS0GdRKpJTG8K3dD21s9idmTGuRU6XxdRTk74FeyQfj4+ibJO/uSt4na2gc+0MQ dGJek7PpfBE56Oa7am4HjU0x242bHYtKtKkLVCtksZVChJs3wwimIwDV/XUd8wg6 RS9qD3yYpJh8zDXEaWcRfoI1v8NhDyjqhGjKctGHZll6yN6AsBP+DtDBphuHkd8l LoUPylbhpxjtWVZZysip3tSZwkvfEieNvvBEywhp9DAFdmxIwfFJtvL7eLO25m+4 DqF6LRlTfCM53hPoyjG01dsB4jws8RmdTLG2ebgZtxzLQyCkFsCxlHofUSqbviec YYn3XPOiO6KI6cQ7exIhhJGlNTagKHClpxSJPy4Jqpd/2QOhhCYUy/EeuHErAe0+ qFLn/hT8TEUBdwokkyNCexl0tZ5n+HIwIgE3ilDuIm6wABQnITc2XaOuBKxyeDyp kwKuSk626GAxJClVVojNGVp8r9kOZCagSxe0dtHiAplIBdKdzUfRbySQYgRcr0ez +MspNZGG1Kd4ca3chYIo2xmxBvg99BIAU3JQnds1KC+3gHXqhRN8QnRdl6jMBE6y hn+06F6Eo077eG5lYrFFRXXWG2Sm+rGuYbynrJ3Vb7/loBn28/6s9Hul7DbWQ/Af hAB4eHpZPSJRyu47HTWA =pDG/ -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 19:08:00 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 2486C106564A for ; Fri, 23 Sep 2011 19:08:00 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p8NJ808C070445 for ; Fri, 23 Sep 2011 19:08:00 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p8NJ80Eg070444 for ports@FreeBSD.org; Fri, 23 Sep 2011 19:08:00 GMT (envelope-from erwin) Date: Fri, 23 Sep 2011 19:08:00 GMT From: Erwin Lansing Message-Id: <201109231908.p8NJ80Eg070444@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 7.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 19:08:00 -0000 INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. make_index: linux-f10-gnutls-2.4.2: no entry for /usr/ports/security/linux-libgcrypt make_index: linux-f10-gnutls-2.4.2: no entry for /usr/ports/security/linux-libtasn1 Committers on the hook: brooks bsam kuriyama sunpoet swills Most recent CVS update was: U Mk/bsd.linux-apps.mk U databases/pgpool-II/Makefile U databases/pgpool-II/distinfo U databases/pgpool-II/pkg-plist U databases/pgpool-II/files/pgpool.in U databases/pgpool-II-30/Makefile U devel/p5-HOP-Lexer/Makefile U security/Makefile U security/linux-f10-gnutls/Makefile U security/linux-f10-gnutls/distinfo.i386 U security/linux-f10-gnutls/pkg-plist U security/linux-f10-libgcrypt/Makefile U security/linux-f10-libgcrypt/distinfo.i386 U security/linux-f10-libgpg-error/Makefile U security/linux-f10-libgpg-error/distinfo.i386 U security/linux-f10-libgpg-error/pkg-plist U security/linux-f10-libtasn1/Makefile U security/linux-f10-libtasn1/distinfo.i386 U sysutils/py-psutil/files/patch-setup.py U sysutils/sge62/Makefile U sysutils/sge62/files/patch-3rdparty_qtcsh_tc.who.c U sysutils/sge62/files/qtcsh-config.h.diff From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 20:45:10 2011 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 35B13106564A for ; Fri, 23 Sep 2011 20:45:10 +0000 (UTC) (envelope-from rmtodd@servalan.servalan.com) Received: from ln.servalan.com (unknown [IPv6:2600:3c00::f03c:91ff:fe96:62f5]) by mx1.freebsd.org (Postfix) with ESMTP id EF4F18FC15 for ; Fri, 23 Sep 2011 20:45:09 +0000 (UTC) Received: from uucp by ln.servalan.com with local-rmail (Exim 4.71) (envelope-from ) id 1R7CcP-00059n-Gx for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 15:45:09 -0500 Received: from rmtodd by servalan.servalan.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R7CUk-00058D-Ru for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 15:37:14 -0500 To: freebsd-ports@freebsd.org References: <4E7C2F91.8040705@zedat.fu-berlin.de> <4E7CAA51.2060102@freebsd.org> From: Richard Todd Date: Fri, 23 Sep 2011 15:37:14 -0500 In-Reply-To: <4E7CAA51.2060102@freebsd.org> (Julian Elischer's message of "Fri, 23 Sep 2011 08:48:33 -0700") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b28 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: sysutils/sge6[012]: Sun Grid Engine - still broklen due to utmpx? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 20:45:10 -0000 Julian Elischer writes: > On 9/23/11 12:04 AM, Hartmann, O. wrote: >> I was wondering if the SUN Grid Engine, located in port >> sysutils/sge6[012] is still broken due to utmpx. >> >> My department uses this GRID engine on Linux and since a long time I >> wish to use it also on FreeBSD. >> >> Are there alternatives? What are people using on HPC FreeBSD? > > so how broken is it? > Since almost none of the active developers use SGE it is up to the > users to help us get it fixed.. IIRC, the actual breakage is due to an included slightly-hacked version of tcsh that gets used to build the qtcsh command. Since I never used that command, I just hacked that one part of the included tcsh to not do anything with utmp and it built; something like this: --- 3rdparty/qtcsh/FREEBSD_I386/config.h.orig 2003-03-07 20:27:15.000000000 -0600 +++ 3rdparty/qtcsh/FREEBSD_I386/config.h 2011-06-10 13:26:20.421119769 -0500 @@ -26,6 +26,9 @@ */ /* #undef POSIXSIGS */ +/* XXX quick hack to make qtcsh build by disabling utmp usage altogether. */ +#define HAVENOUTMP + /* * VFORK This machine has a vfork(). * It used to be that for job control to work, this define A better fix would be to apply whatever fixes were done in fbsd tcsh code to accomodate the New Utmp Scheme, of course, but this was good enough for me. From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 21:28:28 2011 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 198AF1065670 for ; Fri, 23 Sep 2011 21:28:28 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173019pub.verizon.net (vms173019pub.verizon.net [206.46.173.19]) by mx1.freebsd.org (Postfix) with ESMTP id EEBCE8FC12 for ; Fri, 23 Sep 2011 21:28:27 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LRZ00M9IVMTMVS0@vms173019.mailsrvcs.net> for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 16:28:17 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Fri, 23 Sep 2011 21:27:57 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201109230009.58639.dave4431@verizon.net> <861uv7brp9.fsf@gmail.com> In-reply-to: <861uv7brp9.fsf@gmail.com> MIME-version: 1.0 Content-type: Text/Plain; charset=iso-8859-15 Content-transfer-encoding: 7bit Message-id: <201109232127.57510.dave4431@verizon.net> Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 21:28:28 -0000 On Friday 23 September 2011 08:14:58 h h wrote: > Dave Males writes: > > I am upgrading today and have an abort with bigreqsproto-1.1.1, > > What should I do? > > [...] > > > ===> Configuring for bigreqsproto-1.1.1 > > [...] > > > checking for xmlto... /usr/local/bin/xmlto > > checking the xmlto version... 0.0.24 > > checking for fop... /usr/local/bin/fop > > checking for X.Org SGML entities >= 1.5... no > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating specs/Makefile > > config.status: creating bigreqsproto.pc > > config.status: executing depfiles commands > > ===> Building for bigreqsproto-1.1.1 > > Making all in specs > > > > GEN bigreq.html > > GEN bigreq.ps > > > > Making portrait pages on letter paper (215.9mmx279.4mm) > > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener > > processEvent > > WARNING: Unknown formatting object > > [...] > > Try disabling specs. I wonder if any port actually uses them. > > %% > Index: x11/bigreqsproto/Makefile > =================================================================== > RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -0000 1.3 > +++ x11/bigreqsproto/Makefile 23 Sep 2011 08:06:26 -0000 > @@ -13,5 +13,7 @@ MAINTAINER= x11@FreeBSD.org > COMMENT= BigReqs extension headers > > XORG_CAT= proto > +CONFIGURE_ARGS= --disable-specs --without-xmlto --without-fop > +MAKE_ARGS= SUBDIRS= > > .include > Index: x11/bigreqsproto/pkg-plist > =================================================================== > RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v > retrieving revision 1.3 > diff -u -p -r1.3 pkg-plist > --- x11/bigreqsproto/pkg-plist 25 Feb 2011 16:52:08 -0000 1.3 > +++ x11/bigreqsproto/pkg-plist 23 Sep 2011 08:04:57 -0000 > @@ -1,6 +1,4 @@ > include/X11/extensions/bigreqsproto.h > include/X11/extensions/bigreqstr.h > libdata/pkgconfig/bigreqsproto.pc > -%%DOCSDIR%%/bigreq.xml > -@dirrm %%DOCSDIR%% > @dirrmtry include/X11/extensions > %% > _______________________________________________ > 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" Got it! That works in my /mnt/disk2/ports/x11/bigreqsproto/Makefile ---- PORTNAME= bigreqsproto PORTVERSION= 1.1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= BigReqs extension headers XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop .include ---- h h, Thanks again! ---- && This looks like the only port with the directory /specs, did a wild search with, %find /mnt/disk2/ports/ -name Makefile | xargs grep "/specs" /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:abs_builddir = /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:abs_srcdir = /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs /mnt/disk2/ports/x11/recordproto/Makefile: s/specs//' ${WRKSRC}/Makefile.in /mnt/disk2/ports/x11/scrnsaverproto/Makefile: s/specs//' ${WRKSRC}/Makefile.in /mnt/disk2/ports/x11/xcmiscproto/Makefile: @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ /mnt/disk2/ports/x11/xextproto/Makefile: @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in /mnt/disk2/ports/x11/libXtst/Makefile: s/specs//' ${WRKSRC}/Makefile.in /mnt/disk2/ports/devel/aros-sdk/Makefile: @${REINPLACE_CMD} -e 's| @aros_sdk_path@|${AROS_SDK_PATH}|g; s|@ld_emu@|${LD_EMU}|g; s|@cc_include@| ${CC_INCLUDE}|g; s|@cc_cpu@|${ARCH}|g' ${WRKSRC}/scripts/specs.in /mnt/disk2/ports/devel/aros-sdk/Makefile: @${CP} = ${WRKSRC}/scripts/specs.in ${AROS_SDK_PATH}/${ARCH}-aros/lib/gcc-lib/specs /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf --- end From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 22:18:22 2011 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 82956106566B for ; Fri, 23 Sep 2011 22:18:22 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by mx1.freebsd.org (Postfix) with ESMTP id 631D98FC12 for ; Fri, 23 Sep 2011 22:18:22 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LRZ00DGSXY0JCK6@vms173005.mailsrvcs.net> for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 17:18:01 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Fri, 23 Sep 2011 22:17:55 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201109230009.58639.dave4431@verizon.net> <861uv7brp9.fsf@gmail.com> <201109232127.57510.dave4431@verizon.net> In-reply-to: <201109232127.57510.dave4431@verizon.net> MIME-version: 1.0 Content-type: Text/Plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Message-id: <201109232217.55675.dave4431@verizon.net> Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 22:18:22 -0000 On Friday 23 September 2011 21:27:57 Dave Males wrote: > On Friday 23 September 2011 08:14:58 h h wrote: > > Dave Males writes: > > > I am upgrading today and have an abort with bigreqsproto-1.1.1, > > > What should I do? > > > > [...] > > > > > ===> Configuring for bigreqsproto-1.1.1 > > > > [...] > > > > > checking for xmlto... /usr/local/bin/xmlto > > > checking the xmlto version... 0.0.24 > > > checking for fop... /usr/local/bin/fop > > > checking for X.Org SGML entities >= 1.5... no > > > configure: creating ./config.status > > > config.status: creating Makefile > > > config.status: creating specs/Makefile > > > config.status: creating bigreqsproto.pc > > > config.status: executing depfiles commands > > > ===> Building for bigreqsproto-1.1.1 > > > Making all in specs > > > > > > GEN bigreq.html > > > GEN bigreq.ps > > > > > > Making portrait pages on letter paper (215.9mmx279.4mm) > > > Sep 22, 2011 11:23:14 PM org.apache.fop.events.LoggingEventListener > > > processEvent > > > WARNING: Unknown formatting object > > > > [...] > > > > Try disabling specs. I wonder if any port actually uses them. > > > > %% > > Index: x11/bigreqsproto/Makefile > > =================================================================== > > RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v > > retrieving revision 1.3 > > diff -u -p -r1.3 Makefile > > --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -0000 1.3 > > +++ x11/bigreqsproto/Makefile 23 Sep 2011 08:06:26 -0000 > > @@ -13,5 +13,7 @@ MAINTAINER= x11@FreeBSD.org > > > > COMMENT= BigReqs extension headers > > > > XORG_CAT= proto > > > > +CONFIGURE_ARGS= --disable-specs --without-xmlto --without-fop > > +MAKE_ARGS= SUBDIRS= > > > > .include > > > > Index: x11/bigreqsproto/pkg-plist > > =================================================================== > > RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v > > retrieving revision 1.3 > > diff -u -p -r1.3 pkg-plist > > --- x11/bigreqsproto/pkg-plist 25 Feb 2011 16:52:08 -0000 1.3 > > +++ x11/bigreqsproto/pkg-plist 23 Sep 2011 08:04:57 -0000 > > @@ -1,6 +1,4 @@ > > > > include/X11/extensions/bigreqsproto.h > > include/X11/extensions/bigreqstr.h > > libdata/pkgconfig/bigreqsproto.pc > > > > -%%DOCSDIR%%/bigreq.xml > > -@dirrm %%DOCSDIR%% > > > > @dirrmtry include/X11/extensions > > > > %% > > _______________________________________________ > > 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" > > Got it! > > That works in my > /mnt/disk2/ports/x11/bigreqsproto/Makefile > ---- > PORTNAME= bigreqsproto > PORTVERSION= 1.1.1 > CATEGORIES= x11 > > MAINTAINER= x11@FreeBSD.org > COMMENT= BigReqs extension headers > > XORG_CAT= proto > > CONFIGURE_ARGS+=--disable-specs --without-xmlto --without-fop > > .include > > ---- > h h, > > Thanks again! > > > ---- > && > > This looks like the only port with the directory /specs, > > did a wild search with, > > %find /mnt/disk2/ports/ -name Makefile | xargs grep "/specs" > > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab > s_builddir = > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs > > /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs/Makefile:ab > s_srcdir = /mnt/disk2/ports/x11/bigreqsproto/work/bigreqsproto-1.1.1/specs > > /mnt/disk2/ports/x11/recordproto/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/scrnsaverproto/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/xcmiscproto/Makefile: @${REINPLACE_CMD} > '/^SUBDIRS =/,/^$$/ s/specs//' \ > > /mnt/disk2/ports/x11/xextproto/Makefile: @${REINPLACE_CMD} > '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/x11/libXtst/Makefile: s/specs//' > ${WRKSRC}/Makefile.in > > /mnt/disk2/ports/devel/aros-sdk/Makefile: @${REINPLACE_CMD} -e 's| > @aros_sdk_path@|${AROS_SDK_PATH}|g; s|@ld_emu@|${LD_EMU}|g; s|@cc_include@| > ${CC_INCLUDE}|g; s|@cc_cpu@|${ARCH}|g' ${WRKSRC}/scripts/specs.in > > /mnt/disk2/ports/devel/aros-sdk/Makefile: @${CP} > = ${WRKSRC}/scripts/specs.in > ${AROS_SDK_PATH}/${ARCH}-aros/lib/gcc-lib/specs > > /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e > '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf > > /mnt/disk2/ports/science/abinit/Makefile: ${REINPLACE_CMD} -e > '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf > > > --- > end > > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" "This looks like the only port with the directory /specs," I wanted to say... These look like the only ports with the directory /specs, ---- end From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 22:37:30 2011 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 A4DCA106564A for ; Fri, 23 Sep 2011 22:37:30 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 36C278FC0C for ; Fri, 23 Sep 2011 22:37:29 +0000 (UTC) Received: by wyj26 with SMTP id 26so1827725wyj.13 for ; Fri, 23 Sep 2011 15:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Rm7/2Fo1NnqoarMlE3HmDcCD40iappWeRxGB63I5gbk=; b=p8mc4r26nFQy2jBJ7XElLYhOdaYn0MV/fXwjspPyRR+osDLBa734tYzgQgaZf5uSgV l/f/f95BC3FB53GJKkcldu+L/66vfmBvhepFGc1QZXNYod9hYJFmFAdMueYlCVawGqNr lSYtywwXj89dfQWLIsAa9FznZi/WfuH2Lkaww= Received: by 10.227.2.132 with SMTP id 4mr4224122wbj.25.1316817449124; Fri, 23 Sep 2011 15:37:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.117.1 with HTTP; Fri, 23 Sep 2011 15:36:59 -0700 (PDT) In-Reply-To: <201109232217.55675.dave4431@verizon.net> References: <201109230009.58639.dave4431@verizon.net> <861uv7brp9.fsf@gmail.com> <201109232127.57510.dave4431@verizon.net> <201109232217.55675.dave4431@verizon.net> From: Eitan Adler Date: Fri, 23 Sep 2011 18:36:59 -0400 Message-ID: To: Dave Males Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 22:37:30 -0000 Can you please submit a PR with a diff -u of the fix? Otherwise this change will get lost. On Fri, Sep 23, 2011 at 6:17 PM, Dave Males wrote: > On Friday 23 September 2011 21:27:57 Dave Males wrote: >> On Friday 23 September 2011 08:14:58 h h wrote: >> > Dave Males writes: >> > > I am upgrading today and have an abort with bigreqsproto-1.1.1, >> > > What should I do? -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 23:03:02 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 3738C106564A for ; Fri, 23 Sep 2011 23:03:02 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p8NN324i036270 for ; Fri, 23 Sep 2011 23:03:02 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p8NN32JU036259 for ports@FreeBSD.org; Fri, 23 Sep 2011 23:03:02 GMT (envelope-from erwin) Date: Fri, 23 Sep 2011 23:03:02 GMT From: Erwin Lansing Message-Id: <201109232303.p8NN32JU036259@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 7.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 23:03:02 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 23:30:25 2011 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 E0F41106566B for ; Fri, 23 Sep 2011 23:30:25 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by mx1.freebsd.org (Postfix) with ESMTP id C257E8FC0C for ; Fri, 23 Sep 2011 23:30:25 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LS000EQI1AEN7V3@vms173003.mailsrvcs.net> for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 18:30:15 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Fri, 23 Sep 2011 23:30:09 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201109230009.58639.dave4431@verizon.net> <201109232217.55675.dave4431@verizon.net> In-reply-to: MIME-version: 1.0 Content-type: Text/Plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Message-id: <201109232330.09263.dave4431@verizon.net> Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 23:30:26 -0000 On Friday 23 September 2011 22:36:59 Eitan Adler wrote: > Can you please submit a PR with a diff -u of the fix? Otherwise this > change will get lost. > > On Fri, Sep 23, 2011 at 6:17 PM, Dave Males wrote: > > On Friday 23 September 2011 21:27:57 Dave Males wrote: > >> On Friday 23 September 2011 08:14:58 h h wrote: > >> > Dave Males writes: > >> > > I am upgrading today and have an abort with bigreqsproto-1.1.1, > >> > > What should I do? Will do today. checking PR instructions... From owner-freebsd-ports@FreeBSD.ORG Fri Sep 23 23:36:16 2011 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 EF0B9106564A for ; Fri, 23 Sep 2011 23:36:16 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id A6B188FC15 for ; Fri, 23 Sep 2011 23:36:16 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1R7FHy-0006yW-EP for freebsd-ports@freebsd.org; Sat, 24 Sep 2011 03:36:14 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 46687B84D for ; Sat, 24 Sep 2011 03:36:14 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1DF28B825; Sat, 24 Sep 2011 03:36:14 +0400 (MSD) Date: Sat, 24 Sep 2011 03:36:14 +0400 From: Dmitry Marakasov To: freebsd-ports@freebsd.org Message-ID: <20110923233613.GA72659@hades.panopticon> References: <20110907032718.GJ42123@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20110907032718.GJ42123@hades.panopticon> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: LDFLAGS support for bsd.port.mk and CPPFLAGS/LDFLAGS cleanup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 23 Sep 2011 23:36:17 -0000 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: The patch was committed, LDFLAGS and CPPFLAGS and now handled similarily, shouldn't be passed to CONFIGURE_ENV and should be altered by += like C/CXXFLAGS. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 00:08:24 2011 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 6FC03106564A for ; Sat, 24 Sep 2011 00:08:24 +0000 (UTC) (envelope-from dave4431@verizon.net) Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) by mx1.freebsd.org (Postfix) with ESMTP id 511958FC08 for ; Sat, 24 Sep 2011 00:08:23 +0000 (UTC) Received: from bowman.dsl.verizon.net ([unknown] [71.104.158.14]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LS000LLX31OOI20@vms173009.mailsrvcs.net> for freebsd-ports@freebsd.org; Fri, 23 Sep 2011 19:08:13 -0500 (CDT) From: Dave Males Organization: Home1 To: freebsd-ports@freebsd.org Date: Sat, 24 Sep 2011 00:08:07 +0000 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201109230009.58639.dave4431@verizon.net> <201109232330.09263.dave4431@verizon.net> <864o02vn0v.fsf@gmail.com> In-reply-to: <864o02vn0v.fsf@gmail.com> MIME-version: 1.0 Content-type: Text/Plain; charset=iso-8859-15 Content-transfer-encoding: 7bit Message-id: <201109240008.07622.dave4431@verizon.net> Subject: Re: Upgrade install of x11/bigreqsproto-1.1.1... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 00:08:24 -0000 On Friday 23 September 2011 23:48:00 you wrote: > Dave Males writes: > > On Friday 23 September 2011 22:36:59 Eitan Adler wrote: > >> Can you please submit a PR with a diff -u of the fix? Otherwise this > >> change will get lost. > >> > >> On Fri, Sep 23, 2011 at 6:17 PM, Dave Males wrote: > >> > On Friday 23 September 2011 21:27:57 Dave Males wrote: > >> >> On Friday 23 September 2011 08:14:58 h h wrote: > >> >> > Dave Males writes: > >> >> > > I am upgrading today and have an abort with bigreqsproto-1.1.1, > >> >> > > What should I do? > > > > Will do today. > > checking PR instructions... > > Oops, I almost send the PR myself. The draft is attached. > Using same code as rest *proto ports for consistency. h h, Thank's Please go ahead with PR, I need to brush up on sending, It has been some time. I will study your example for now, Dave From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 06:54:31 2011 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 6E702106566B for ; Sat, 24 Sep 2011 06:54:31 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 33B6A8FC0A for ; Sat, 24 Sep 2011 06:54:31 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1R7M86-000D3e-U1 for ports@freebsd.org; Sat, 24 Sep 2011 08:54:30 +0200 Date: Sat, 24 Sep 2011 08:54:30 +0200 From: Kurt Jaeger To: ports@freebsd.org Message-ID: <20110924065430.GJ28186@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: sysutils/fusefs-kmod compiles only with ruby 1.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 06:54:31 -0000 Hi! With ruby 1.9: env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out doc.dpl :29:in `require': no such file to load -- deplate (LoadError) from :29:in `require' from /usr/local/bin/deplate:2:in `
' *** Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc. With ruby 1.8: env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out doc.dpl No permission: : No permission: : No permission: : -- pi@opsec.eu +49 171 3101372 9 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 07:00:36 2011 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 DBCA8106566B for ; Sat, 24 Sep 2011 07:00:35 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD648FC0A for ; Sat, 24 Sep 2011 07:00:35 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1R7MDw-000D9p-2v; Sat, 24 Sep 2011 09:00:32 +0200 Date: Sat, 24 Sep 2011 09:00:32 +0200 From: Kurt Jaeger To: ports@freebsd.org Message-ID: <20110924070032.GK28186@home.opsec.eu> References: <20110924065430.GJ28186@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110924065430.GJ28186@home.opsec.eu> Cc: jaap@NLnetLabs.nl Subject: dns/opendnssec fails with ruby 1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 07:00:36 -0000 Hi! With ruby 1.9: [...] checking for ruby library xsd/datatypes... not found configure: error: Ruby library 'xsd/datatypes' not found configure: error: ./configure failed for auditor ===> Script "configure" failed unexpectedly. Please report the problem to jaap@NLnetLabs.nl [maintainer] and attach the "/usr/ports/dns/opendnssec/work/opendnssec-1.3.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 [...] It works with ruby 1.8. -- pi@opsec.eu +49 171 3101372 9 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 13:02:12 2011 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 80AE21065674 for ; Sat, 24 Sep 2011 13:02:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68A028FC0A; Sat, 24 Sep 2011 13:02:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8OD2Cm0065819; Sat, 24 Sep 2011 13:02:12 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8OD2Bqh065818; Sat, 24 Sep 2011 13:02:11 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Sat, 24 Sep 2011 15:02:08 +0200 From: Baptiste Daroussin To: Dmitry Marakasov Message-ID: <20110924130208.GE79140@azathoth.lan> References: <20110907032718.GJ42123@hades.panopticon> <20110923233613.GA72659@hades.panopticon> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Oiv9uiLrevHtW1RS" Content-Disposition: inline In-Reply-To: <20110923233613.GA72659@hades.panopticon> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org Subject: Re: LDFLAGS support for bsd.port.mk and CPPFLAGS/LDFLAGS cleanup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 13:02:12 -0000 --Oiv9uiLrevHtW1RS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 24, 2011 at 03:36:14AM +0400, Dmitry Marakasov wrote: > * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: >=20 > The patch was committed, LDFLAGS and CPPFLAGS and now handled > similarily, shouldn't be passed to CONFIGURE_ENV and should be > altered by +=3D like C/CXXFLAGS. >=20 Thanks you very much for your work on this. regards, Bapt --Oiv9uiLrevHtW1RS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk591NAACgkQ8kTtMUmk6EybcgCeJo7gKXjSdnZ62S2lZafx5paO c80Anj3s9n2JVFLA9ntEazzoDte88mAl =Xm/o -----END PGP SIGNATURE----- --Oiv9uiLrevHtW1RS-- From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 19:46:59 2011 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 A59DA106564A for ; Sat, 24 Sep 2011 19:46:59 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 47E4E8FC13 for ; Sat, 24 Sep 2011 19:46:59 +0000 (UTC) Received: by yxk36 with SMTP id 36so4373770yxk.13 for ; Sat, 24 Sep 2011 12:46:58 -0700 (PDT) Received: by 10.236.131.106 with SMTP id l70mr30103898yhi.29.1316893618550; Sat, 24 Sep 2011 12:46:58 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-105-057.nc.res.rr.com. [76.182.105.57]) by mx.google.com with ESMTPS id p46sm21933642yhh.15.2011.09.24.12.46.57 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Sep 2011 12:46:57 -0700 (PDT) Received: from seibercom.net (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3S5hsD1cbtz2CG44; Sat, 24 Sep 2011 15:46:56 -0400 (EDT) Date: Sat, 24 Sep 2011 15:46:55 -0400 From: Jerry To: freebsd-ports@freebsd.org, gnome@FreeBSD.org, Michael Johnson Message-ID: <20110924154655.77e0feac@seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: Updating: gnome-schedule 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, 24 Sep 2011 19:46:59 -0000 I was wondering if there are any plans to update "sysutils/gnome-schedule"? The port version is: "2.1.1", released on 2009-09-11. The latest version is: gnome-schedule-2.1.5 released on 2011-09-03. In any event, there have been several versions released prior to this latest one. -- Jerry ✌ jerry+ports@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ This year October has 5 Mondays, 5 Saturdays and 5 Sundays. This Happens once every 823 years. From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:05:39 2011 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 8727D106564A for ; Sat, 24 Sep 2011 20:05:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 473D08FC0A for ; Sat, 24 Sep 2011 20:05:39 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p8OK4muC038481 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sat, 24 Sep 2011 16:04:49 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E7E3811.6010501@FreeBSD.org> Date: Sat, 24 Sep 2011 16:05:37 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org References: <20110924065430.GJ28186@home.opsec.eu> In-Reply-To: <20110924065430.GJ28186@home.opsec.eu> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Sat, 24 Sep 2011 16:04:49 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: Subject: Re: sysutils/fusefs-kmod compiles only with ruby 1.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:05:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/24/11 02:54, Kurt Jaeger wrote: > Hi! > > With ruby 1.9: > > env RUBYLIB=./lib RUBYPATH=./lib ruby -S deplate -x -D manual -f plain -d /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/doc/plaintext_out doc.dpl > :29:in `require': no such file to load -- deplate (LoadError) > from :29:in `require' > from /usr/local/bin/deplate:2:in `
' > *** Error code 1 > I recall seeing this before, but I can't reproduce it right now and I'm not sure why. Here's my build log: http://people.freebsd.org/~swills/fusefs-kmod-0.3.9.p1.20080208_8.log Could you check that everything is up to date and try again. If it still fails, send the complete build log and complete list of what's installed. Thanks, Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOfjgRAAoJEPXPYrMgexuhyj0H/RiD4ttBG3f+ecb9Zbvipi3r /cAnajxxMlkWbeRs9HQA2cQ3X3vXJwwG6BJX5Ixe3yArrQclfEsksr7DaoeU3HRT lUcZYQ04glMny95uUUgcrd9h9ZbB3tfHK697RFdjAVxPGlY5lrnYfiVQuwPZbZzw xZF0/lH1z41efAk0XKwmpVirsTL3Qqq8S5tMdIx+2tCN2vDS9vFEqrIKLIIHmebN cH/NxmpvoXZUhNXgAgQi1vQy0TVVHo2G053lqHX86KeHn1Wsg2hIuTAQt+efabws j2nvPWN98qDfmVFIyqZD8vxe4/SMsiZ/wlKeKcnuzR6zBhl0abNlK6iiuHyxIHM= =rRQr -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:20:53 2011 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 8021E106568E; Sat, 24 Sep 2011 20:20:53 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward6.mail.yandex.net (forward6.mail.yandex.net [IPv6:2a02:6b8:0:202::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6857D8FC0A; Sat, 24 Sep 2011 20:20:52 +0000 (UTC) Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward6.mail.yandex.net (Yandex) with ESMTP id 82DFBF82540; Sun, 25 Sep 2011 00:20:50 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316895650; bh=/mYrn+Wh7wMIM+Mj4UfSdDEbfpVg6yzC3Bqp6LMoZ64=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=HFuteohntrwbIJojZHZmjM6iuVU+L15D9ibrYYyaY2CWxKbiSvLhAr5p/ngHj0YcI 8jld843RhjcRM9KONq6CBUa3wPH3ddF1+CoXN3wOe3EvFjwbhPXMmqKFrs4baIN5Sb kBrthDqa8d++SmHsSf+krtHRXGtebvd9wGgnveZY= Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id 4FC5D1B60358; Sun, 25 Sep 2011 00:20:50 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316895650; bh=/mYrn+Wh7wMIM+Mj4UfSdDEbfpVg6yzC3Bqp6LMoZ64=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=HFuteohntrwbIJojZHZmjM6iuVU+L15D9ibrYYyaY2CWxKbiSvLhAr5p/ngHj0YcI 8jld843RhjcRM9KONq6CBUa3wPH3ddF1+CoXN3wOe3EvFjwbhPXMmqKFrs4baIN5Sb kBrthDqa8d++SmHsSf+krtHRXGtebvd9wGgnveZY= Received: from unknown (unknown [213.138.88.133]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Kne0UB9o-KneCeO8t; Sun, 25 Sep 2011 00:20:50 +0400 X-Yandex-Spam: 1 Message-ID: <4E7E3B90.4040603@yandex.ru> Date: Sun, 25 Sep 2011 00:20:32 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110924154655.77e0feac@seibercom.net> In-Reply-To: <20110924154655.77e0feac@seibercom.net> Content-Type: multipart/mixed; boundary="------------050800040803000806090308" Cc: gnome@FreeBSD.org, Jerry , Michael Johnson Subject: Re: Updating: gnome-schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:20:53 -0000 This is a multi-part message in MIME format. --------------050800040803000806090308 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Jerry wrote on 24.09.2011 23:46: > I was wondering if there are any plans to update > "sysutils/gnome-schedule"? The port version is: "2.1.1", released on > 2009-09-11. The latest version is: gnome-schedule-2.1.5 released on > 2011-09-03. In any event, there have been several versions released > prior to this latest one. > Here is the patch. I'll submit pr when test it for some time. -- Regards, Ruslan Tinderboxing kills... the drives. --------------050800040803000806090308 Content-Type: text/plain; name="gnome-shedule-2.1.5.diff.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="gnome-shedule-2.1.5.diff.txt" ZGlmZiAtLWdpdCBhL01ha2VmaWxlIGIvTWFrZWZpbGUKaW5kZXggNzA2ZTg3NS4uODczNzE3 NCAxMDA2NDQKLS0tIGEvTWFrZWZpbGUKKysrIGIvTWFrZWZpbGUKQEAgLTcsOCArNyw3IEBA CiAjCiAKIFBPUlROQU1FPQlnbm9tZS1zY2hlZHVsZQotUE9SVFZFUlNJT049CTIuMS4xCi1Q T1JUUkVWSVNJT049CTMKK1BPUlRWRVJTSU9OPQkyLjEuNQogQ0FURUdPUklFUz0Jc3lzdXRp bHMKIE1BU1RFUl9TSVRFUz0JU0YvJHtQT1JUTkFNRX0vJHtQT1JUTkFNRX0tMi8ke1BPUlRO QU1FfS0ke1BPUlRWRVJTSU9OfQogCkBAIC0yNCw2ICsyMyw3IEBAIFVTRV9HTk9NRT0JZ25v bWVwcmVmaXggZ25vbWVoYWNrIHB5Z25vbWUyCiBVU0VfR0VUVEVYVD0JeWVzCiBJTlNUQUxM U19PTUY9CXllcwogR05VX0NPTkZJR1VSRT0JeWVzCitDT05GSUdVUkVfQVJHUys9CS0tZW5h YmxlLWFwcGxldAogCiBwb3N0LWV4dHJhY3Q6CiAJQCR7Uk19ICR7V1JLU1JDfS9zcmMvY29u ZmlnLnB5CmRpZmYgLS1naXQgYS9kaXN0aW5mbyBiL2Rpc3RpbmZvCmluZGV4IDQyYWU4YzEu LjMxMzBjYTUgMTAwNjQ0Ci0tLSBhL2Rpc3RpbmZvCisrKyBiL2Rpc3RpbmZvCkBAIC0xLDIg KzEsMiBAQAotU0hBMjU2IChnbm9tZS1zY2hlZHVsZS0yLjEuMS50YXIuZ3opID0gYzEyYjE3 ZDYxYzllZDY1OGY3NWNmYmY1N2ZjYmRlMjZjOTczNzllYTVjZGUyYjU1ZGRjNzQwNjhkMzdk NThkNwotU0laRSAoZ25vbWUtc2NoZWR1bGUtMi4xLjEudGFyLmd6KSA9IDE0NDA2MjQKK1NI QTI1NiAoZ25vbWUtc2NoZWR1bGUtMi4xLjUudGFyLmd6KSA9IDA5NjkwNTg4MjU1MjdmMzYx N2RiYzQ5OWJhMmIxMzc2M2U0ODI3YjIxZjM0M2QwMmE2NTJmY2U3NzVmMjA3MjYKK1NJWkUg KGdub21lLXNjaGVkdWxlLTIuMS41LnRhci5neikgPSAxNzQ2NDQ1CmRpZmYgLS1naXQgYS9w a2ctcGxpc3QgYi9wa2ctcGxpc3QKaW5kZXggNDBjNzM5YS4uNjhlYjNhMyAxMDA2NDQKLS0t IGEvcGtnLXBsaXN0CisrKyBiL3BrZy1wbGlzdApAQCAtMSw0ICsxLDYgQEAKIGJpbi9nbm9t ZS1zY2hlZHVsZQorYmluL2dub21lLXNjaGVkdWxlLWV4cG9ydAorYmluL2dub21lLXNjaGVk dWxlLWltcG9ydAogbGliZGF0YS9ib25vYm8vc2VydmVycy9HTk9NRV9Hbm9tZVNjaGVkdWxl LnNlcnZlcgogc2hhcmUvYXBwbGljYXRpb25zL2dub21lLXNjaGVkdWxlLmRlc2t0b3AKICUl REFUQURJUiUlL2FkZFdpbmRvdy5weQpAQCAtMjUsNyArMjcsMTUgQEAgc2hhcmUvYXBwbGlj YXRpb25zL2dub21lLXNjaGVkdWxlLmRlc2t0b3AKICUlREFUQURJUiUlL2RhdGEucHkKICUl REFUQURJUiUlL2RhdGEucHljCiAlJURBVEFESVIlJS9kYXRhLnB5bwotJSVEQVRBRElSJSUv Z25vbWUtc2NoZWR1bGUtYXBwbGV0LnhtbAorJSVEQVRBRElSJSUvZGIucHkKKyUlREFUQURJ UiUlL2RiLnB5YworJSVEQVRBRElSJSUvZGIucHlvCislJURBVEFESVIlJS9nbm9tZS1zY2hl ZHVsZS1leHBvcnQucHkKKyUlREFUQURJUiUlL2dub21lLXNjaGVkdWxlLWV4cG9ydC5weWMK KyUlREFUQURJUiUlL2dub21lLXNjaGVkdWxlLWV4cG9ydC5weW8KKyUlREFUQURJUiUlL2du b21lLXNjaGVkdWxlLWltcG9ydC5weQorJSVEQVRBRElSJSUvZ25vbWUtc2NoZWR1bGUtaW1w b3J0LnB5YworJSVEQVRBRElSJSUvZ25vbWUtc2NoZWR1bGUtaW1wb3J0LnB5bwogJSVEQVRB RElSJSUvZ25vbWUtc2NoZWR1bGUuZ2xhZGUKICUlREFUQURJUiUlL2dub21lLXNjaGVkdWxl LnB5CiAlJURBVEFESVIlJS9nbm9tZS1zY2hlZHVsZS5weWMKQEAgLTM2LDkgKzQ2LDYgQEAg c2hhcmUvYXBwbGljYXRpb25zL2dub21lLXNjaGVkdWxlLmRlc2t0b3AKICUlREFUQURJUiUl L21haW5XaW5kb3cucHkKICUlREFUQURJUiUlL21haW5XaW5kb3cucHljCiAlJURBVEFESVIl JS9tYWluV2luZG93LnB5bwotJSVEQVRBRElSJSUvc2NoZWR1bGVhcHBsZXQucHkKLSUlREFU QURJUiUlL3NjaGVkdWxlYXBwbGV0LnB5YwotJSVEQVRBRElSJSUvc2NoZWR1bGVhcHBsZXQu cHlvCiAlJURBVEFESVIlJS9zZXR1c2VyV2luZG93LnB5CiAlJURBVEFESVIlJS9zZXR1c2Vy V2luZG93LnB5YwogJSVEQVRBRElSJSUvc2V0dXNlcldpbmRvdy5weW8KQEAgLTYxLDYgKzY4 LDEyIEBAIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvQy9maWd1cmVzL2dub21l LXNjaGVkdWxlX25ld190YXNrX3JlY3VycmVudC5wbmcKIHNoYXJlL2dub21lL2hlbHAvZ25v bWUtc2NoZWR1bGUvQy9maWd1cmVzL2dub21lLXNjaGVkdWxlX3RlbXBsYXRlcy5wbmcKIHNo YXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvQy9nbm9tZS1zY2hlZHVsZS54bWwKIHNo YXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvQy9sZWdhbC54bWwKK3NoYXJlL2dub21l L2hlbHAvZ25vbWUtc2NoZWR1bGUvY3MvZmlndXJlcy9nbm9tZS1zY2hlZHVsZV9tYWluLnBu Zworc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9jcy9maWd1cmVzL2dub21lLXNj aGVkdWxlX25ld190YXNrLnBuZworc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9j cy9maWd1cmVzL2dub21lLXNjaGVkdWxlX25ld190YXNrX29uY2UucG5nCitzaGFyZS9nbm9t ZS9oZWxwL2dub21lLXNjaGVkdWxlL2NzL2ZpZ3VyZXMvZ25vbWUtc2NoZWR1bGVfbmV3X3Rh c2tfcmVjdXJyZW50LnBuZworc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9jcy9m aWd1cmVzL2dub21lLXNjaGVkdWxlX3RlbXBsYXRlcy5wbmcKK3NoYXJlL2dub21lL2hlbHAv Z25vbWUtc2NoZWR1bGUvY3MvZ25vbWUtc2NoZWR1bGUueG1sCiBzaGFyZS9nbm9tZS9oZWxw L2dub21lLXNjaGVkdWxlL2RlL2ZpZ3VyZXMvZ25vbWUtc2NoZWR1bGVfbWFpbi5wbmcKIHNo YXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvZGUvZmlndXJlcy9nbm9tZS1zY2hlZHVs ZV9uZXdfdGFzay5wbmcKIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvZGUvZmln dXJlcy9nbm9tZS1zY2hlZHVsZV9uZXdfdGFza19vbmNlLnBuZwpAQCAtOTEsNiArMTA0LDEy IEBAIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvb2MvZmlndXJlcy9nbm9tZS1z Y2hlZHVsZV9uZXdfdGFza19vbmNlLnBuZwogc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hl ZHVsZS9vYy9maWd1cmVzL2dub21lLXNjaGVkdWxlX25ld190YXNrX3JlY3VycmVudC5wbmcK IHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvb2MvZmlndXJlcy9nbm9tZS1zY2hl ZHVsZV90ZW1wbGF0ZXMucG5nCiBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL29j L2dub21lLXNjaGVkdWxlLnhtbAorc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9z bC9maWd1cmVzL2dub21lLXNjaGVkdWxlX21haW4ucG5nCitzaGFyZS9nbm9tZS9oZWxwL2du b21lLXNjaGVkdWxlL3NsL2ZpZ3VyZXMvZ25vbWUtc2NoZWR1bGVfbmV3X3Rhc2sucG5nCitz aGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL3NsL2ZpZ3VyZXMvZ25vbWUtc2NoZWR1 bGVfbmV3X3Rhc2tfb25jZS5wbmcKK3NoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUv c2wvZmlndXJlcy9nbm9tZS1zY2hlZHVsZV9uZXdfdGFza19yZWN1cnJlbnQucG5nCitzaGFy ZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL3NsL2ZpZ3VyZXMvZ25vbWUtc2NoZWR1bGVf dGVtcGxhdGVzLnBuZworc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9zbC9nbm9t ZS1zY2hlZHVsZS54bWwKIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1bGUvc3YvZmln dXJlcy9nbm9tZS1zY2hlZHVsZV9tYWluLnBuZwogc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1z Y2hlZHVsZS9zdi9maWd1cmVzL2dub21lLXNjaGVkdWxlX25ld190YXNrLnBuZwogc2hhcmUv Z25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9zdi9maWd1cmVzL2dub21lLXNjaGVkdWxlX25l d190YXNrX29uY2UucG5nCkBAIC0xMDgsNiArMTI3LDcgQEAgc2hhcmUvbG9jYWxlL2VsL0xD X01FU1NBR0VTL2dub21lLXNjaGVkdWxlLm1vCiBzaGFyZS9sb2NhbGUvZW5fQ0EvTENfTUVT U0FHRVMvZ25vbWUtc2NoZWR1bGUubW8KIHNoYXJlL2xvY2FsZS9lbl9HQi9MQ19NRVNTQUdF Uy9nbm9tZS1zY2hlZHVsZS5tbwogc2hhcmUvbG9jYWxlL2VzL0xDX01FU1NBR0VTL2dub21l LXNjaGVkdWxlLm1vCitzaGFyZS9sb2NhbGUvZXUvTENfTUVTU0FHRVMvZ25vbWUtc2NoZWR1 bGUubW8KIHNoYXJlL2xvY2FsZS9maS9MQ19NRVNTQUdFUy9nbm9tZS1zY2hlZHVsZS5tbwog c2hhcmUvbG9jYWxlL2ZyL0xDX01FU1NBR0VTL2dub21lLXNjaGVkdWxlLm1vCiBzaGFyZS9s b2NhbGUvZ2wvTENfTUVTU0FHRVMvZ25vbWUtc2NoZWR1bGUubW8KQEAgLTEyMyw2ICsxNDMs NyBAQCBzaGFyZS9sb2NhbGUvb2MvTENfTUVTU0FHRVMvZ25vbWUtc2NoZWR1bGUubW8KIHNo YXJlL2xvY2FsZS9wYS9MQ19NRVNTQUdFUy9nbm9tZS1zY2hlZHVsZS5tbwogc2hhcmUvbG9j YWxlL3B0L0xDX01FU1NBR0VTL2dub21lLXNjaGVkdWxlLm1vCiBzaGFyZS9sb2NhbGUvcHRf QlIvTENfTUVTU0FHRVMvZ25vbWUtc2NoZWR1bGUubW8KK3NoYXJlL2xvY2FsZS9yby9MQ19N RVNTQUdFUy9nbm9tZS1zY2hlZHVsZS5tbwogc2hhcmUvbG9jYWxlL3J1L0xDX01FU1NBR0VT L2dub21lLXNjaGVkdWxlLm1vCiBzaGFyZS9sb2NhbGUvcncvTENfTUVTU0FHRVMvZ25vbWUt c2NoZWR1bGUubW8KIHNoYXJlL2xvY2FsZS9zbC9MQ19NRVNTQUdFUy9nbm9tZS1zY2hlZHVs ZS5tbwpAQCAtMTM0LDExICsxNTUsMTMgQEAgc2hhcmUvbG9jYWxlL3poX0NOL0xDX01FU1NB R0VTL2dub21lLXNjaGVkdWxlLm1vCiBzaGFyZS9sb2NhbGUvemhfSEsvTENfTUVTU0FHRVMv Z25vbWUtc2NoZWR1bGUubW8KIHNoYXJlL2xvY2FsZS96aF9UVy9MQ19NRVNTQUdFUy9nbm9t ZS1zY2hlZHVsZS5tbwogc2hhcmUvb21mL2dub21lLXNjaGVkdWxlL2dub21lLXNjaGVkdWxl LUMub21mCitzaGFyZS9vbWYvZ25vbWUtc2NoZWR1bGUvZ25vbWUtc2NoZWR1bGUtY3Mub21m CiBzaGFyZS9vbWYvZ25vbWUtc2NoZWR1bGUvZ25vbWUtc2NoZWR1bGUtZGUub21mCiBzaGFy ZS9vbWYvZ25vbWUtc2NoZWR1bGUvZ25vbWUtc2NoZWR1bGUtZXMub21mCiBzaGFyZS9vbWYv Z25vbWUtc2NoZWR1bGUvZ25vbWUtc2NoZWR1bGUtZnIub21mCiBzaGFyZS9vbWYvZ25vbWUt c2NoZWR1bGUvZ25vbWUtc2NoZWR1bGUtaXQub21mCiBzaGFyZS9vbWYvZ25vbWUtc2NoZWR1 bGUvZ25vbWUtc2NoZWR1bGUtb2Mub21mCitzaGFyZS9vbWYvZ25vbWUtc2NoZWR1bGUvZ25v bWUtc2NoZWR1bGUtc2wub21mCiBzaGFyZS9vbWYvZ25vbWUtc2NoZWR1bGUvZ25vbWUtc2No ZWR1bGUtc3Yub21mCiBzaGFyZS9waXhtYXBzL2dub21lLXNjaGVkdWxlL2F0LnN2Zwogc2hh cmUvcGl4bWFwcy9nbm9tZS1zY2hlZHVsZS9jYWxlbmRhci5zdmcKQEAgLTE1Nyw2ICsxODAs OCBAQCBzaGFyZS9waXhtYXBzL2dub21lLXNjaGVkdWxlL3RlbXBsYXRlLnN2ZwogQGRpcnJt dHJ5IHNoYXJlL2xvY2FsZS9kegogQGRpcnJtIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2No ZWR1bGUvc3YvZmlndXJlcwogQGRpcnJtIHNoYXJlL2dub21lL2hlbHAvZ25vbWUtc2NoZWR1 bGUvc3YKK0BkaXJybSBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL3NsL2ZpZ3Vy ZXMKK0BkaXJybSBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL3NsCiBAZGlycm0g c2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9vYy9maWd1cmVzCiBAZGlycm0gc2hh cmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9vYwogQGRpcnJtIHNoYXJlL2dub21lL2hl bHAvZ25vbWUtc2NoZWR1bGUvaXQvZmlndXJlcwpAQCAtMTY3LDYgKzE5Miw4IEBAIHNoYXJl L3BpeG1hcHMvZ25vbWUtc2NoZWR1bGUvdGVtcGxhdGUuc3ZnCiBAZGlycm0gc2hhcmUvZ25v bWUvaGVscC9nbm9tZS1zY2hlZHVsZS9lcwogQGRpcnJtIHNoYXJlL2dub21lL2hlbHAvZ25v bWUtc2NoZWR1bGUvZGUvZmlndXJlcwogQGRpcnJtIHNoYXJlL2dub21lL2hlbHAvZ25vbWUt c2NoZWR1bGUvZGUKK0BkaXJybSBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL2Nz L2ZpZ3VyZXMKK0BkaXJybSBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL2NzCiBA ZGlycm0gc2hhcmUvZ25vbWUvaGVscC9nbm9tZS1zY2hlZHVsZS9DL2ZpZ3VyZXMKIEBkaXJy bSBzaGFyZS9nbm9tZS9oZWxwL2dub21lLXNjaGVkdWxlL0MKIEBkaXJybSBzaGFyZS9nbm9t ZS9oZWxwL2dub21lLXNjaGVkdWxlCg== --------------050800040803000806090308-- From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:22:43 2011 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 D709D106566B for ; Sat, 24 Sep 2011 20:22:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1728FC14 for ; Sat, 24 Sep 2011 20:22:43 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p8OKLoUF038755 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 24 Sep 2011 16:21:52 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E7E3C10.4030109@FreeBSD.org> Date: Sat, 24 Sep 2011 16:22:40 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: Kurt Jaeger References: <20110924065430.GJ28186@home.opsec.eu> <20110924070032.GK28186@home.opsec.eu> In-Reply-To: <20110924070032.GK28186@home.opsec.eu> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Sat, 24 Sep 2011 16:21:53 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: ports@FreeBSD.org, jaap@NLnetLabs.nl Subject: Re: dns/opendnssec fails with ruby 1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:22:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/24/11 03:00, Kurt Jaeger wrote: > Hi! > > With ruby 1.9: > > [...] > checking for ruby library xsd/datatypes... not found > configure: error: Ruby library 'xsd/datatypes' not found > configure: error: ./configure failed for auditor > ===> Script "configure" failed unexpectedly. > Please report the problem to jaap@NLnetLabs.nl [maintainer] and attach the > "/usr/ports/dns/opendnssec/work/opendnssec-1.3.2/config.log" including the > output of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > [...] > > It works with ruby 1.8. > That's why the port is marked as broken with Ruby 1.9: Makefile: .if ${RUBY_VER} == 1.9 BROKEN= does not work with ruby 1.9 .endif Is your tree out of date? What do you have in make.conf? Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOfjwPAAoJEPXPYrMgexuhb3AIAJkXq6RAgcCG3uioE0E3qK/+ 0HHJXDDi1L9nXc7zkEEfxhIK327Y2y017a7ZEMjyzbjwkqLhhHkVsMoTkfYsUDAl TJuG4HlQmZmuZcPqeU5kGMa7WbcncPvEa8um3r8dLFNv8tZOwuDdPxZxgCN3nkuQ nYaodTZqraa9G7nD0K9QNaO4PravjotwvBnyE72ddJ0UznwP4u7GVeWA+yMHhYOs mDq9qHNatNHAsPGyCw0JvAfcYaxpkE5xobQtDR201EI4Pf+lWKUsGJ/JnUsN+sYE YNkcI/JP/vADW1kTRjapbmzv/pHGvfNUJsKO5red0n4PKeiqcNxSDbLB5W4LmZ0= =wV7D -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:26:54 2011 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 8BE29106564A for ; Sat, 24 Sep 2011 20:26:54 +0000 (UTC) (envelope-from jaap@bartok.nlnetlabs.nl) Received: from bartok.nlnetlabs.nl (bartok.nlnetlabs.nl [IPv6:2001:7b8:206:1:216:76ff:feb8:3c02]) by mx1.freebsd.org (Postfix) with ESMTP id 250238FC08 for ; Sat, 24 Sep 2011 20:26:52 +0000 (UTC) Received: from bartok.nlnetlabs.nl (localhost [127.0.0.1]) by bartok.nlnetlabs.nl (8.14.5/8.14.5) with ESMTP id p8OKQnoH086754; Sat, 24 Sep 2011 22:26:49 +0200 (CEST) (envelope-from jaap@bartok.nlnetlabs.nl) Message-Id: <201109242026.p8OKQnoH086754@bartok.nlnetlabs.nl> To: Kurt Jaeger In-reply-to: <20110924070032.GK28186@home.opsec.eu> References: <20110924065430.GJ28186@home.opsec.eu> <20110924070032.GK28186@home.opsec.eu> Comments: In-reply-to Kurt Jaeger message dated "Sat, 24 Sep 2011 09:00:32 +0200." Date: Sat, 24 Sep 2011 22:26:49 +0200 From: Jaap Akkerhuis X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (bartok.nlnetlabs.nl [127.0.0.1]); Sat, 24 Sep 2011 22:26:49 +0200 (CEST) X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00, MISSING_MID autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on bartok.nlnetlabs.nl Cc: ports@freebsd.org Subject: Re: dns/opendnssec fails with ruby 1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:26:54 -0000 Yes, that is a known problem. The port rubygem-dnsruby doesn't work on ruby 1.9. The port maintainer of that has been warned. It works with ruby 1.8. Yup. I guess there aremore probems like that and that's why ruby 1.8 is still the default version in the ports. I'm sorry, but there isn't a lot I can do about that. jaap From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:28:01 2011 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 AEE391065673; Sat, 24 Sep 2011 20:28:01 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 717F88FC08; Sat, 24 Sep 2011 20:28:01 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1R7YpO-000Pqm-JO; Sat, 24 Sep 2011 22:28:02 +0200 Date: Sat, 24 Sep 2011 22:28:02 +0200 From: Kurt Jaeger To: Steve Wills Message-ID: <20110924202802.GL28186@home.opsec.eu> References: <20110924065430.GJ28186@home.opsec.eu> <20110924070032.GK28186@home.opsec.eu> <4E7E3C10.4030109@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E7E3C10.4030109@FreeBSD.org> Cc: ports@FreeBSD.org, jaap@NLnetLabs.nl Subject: Re: dns/opendnssec fails with ruby 1.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:28:01 -0000 Hi! > > With ruby 1.9: [...] > > It works with ruby 1.8. > That's why the port is marked as broken with Ruby 1.9: If it finds a ruby binary in the path, it does not check... > Makefile: > .if ${RUBY_VER} == 1.9 > BROKEN= does not work with ruby 1.9 > .endif > Is your tree out of date? The ports tree is updated every night. But: I have both versions of ruby installed, and no /usr/local/bin/ruby (only a ruby18 and a ruby19). > What do you have in make.conf? Only this: --------- # added by use.perl 2011-09-12 23:47:37 PERL_VERSION=5.14.1 --------- -- pi@opsec.eu +49 171 3101372 9 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 20:46:35 2011 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 D483A106564A; Sat, 24 Sep 2011 20:46:35 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 96DD58FC0C; Sat, 24 Sep 2011 20:46:35 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1R7Z7N-0000Gx-Nl; Sat, 24 Sep 2011 22:46:37 +0200 Date: Sat, 24 Sep 2011 22:46:37 +0200 From: Kurt Jaeger To: Steve Wills Message-ID: <20110924204637.GM28186@home.opsec.eu> References: <20110924065430.GJ28186@home.opsec.eu> <4E7E3811.6010501@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E7E3811.6010501@FreeBSD.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: sysutils/fusefs-kmod compiles only with ruby 1.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 20:46:35 -0000 Hi! > > :29:in `require': no such file to load -- deplate (LoadError) > > from :29:in `require' > > from /usr/local/bin/deplate:2:in `
' > > *** Error code 1 > > > > I recall seeing this before, but I can't reproduce it right now and I'm > not sure why. Here's my build log: > http://people.freebsd.org/~swills/fusefs-kmod-0.3.9.p1.20080208_8.log As I described in the other post, I've /usr/local/bin with ruby18 and ruby19. If I put a link to -18 somewhere in my $PATH as ruby, it compiles. If the link goes to -19, it fails. > Could you check that everything is up to date and try again. If it still > fails, send the complete build log and complete list of what's installed. Maybe some similar contruct as in dns/opendnssec would help ? .if ${RUBY_VER} == 1.9 BROKEN= does not work with ruby 1.9 .endif And: Maybe some construct in bsd.ruby.mk which sets the ruby version? [I have no patch on how to do this, but it sounds helpful in general] ruby --version seems to be helpful there ? -- pi@opsec.eu +49 171 3101372 9 years to go ! From owner-freebsd-ports@FreeBSD.ORG Sat Sep 24 21:34:18 2011 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 67175106566B; Sat, 24 Sep 2011 21:34:18 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id D73C68FC12; Sat, 24 Sep 2011 21:34:17 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 72E3BC22662; Sun, 25 Sep 2011 01:34:16 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316900056; bh=i6MWWn5LnMJkAMq+5utZOYqhMaQ/tePKOk62QmBegl0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZI9PLGZHETDTxVqna/g5Y0QfSAZBT74d0j8F6sH+/D3r8UJtEAFF9NoAzY16kL4uY yBt2J4AYu8clo/uoR/fAV61YSoKqVH/upn3iNA9GPTJy58pchqoNqcPa55OU0Y9Qsr PUsYFQ5vXMNx9bNWZTeA0rbo/GxDLhTR4kwxjy6A= Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 3D62416A04B8; Sun, 25 Sep 2011 01:34:16 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1316900056; bh=i6MWWn5LnMJkAMq+5utZOYqhMaQ/tePKOk62QmBegl0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZI9PLGZHETDTxVqna/g5Y0QfSAZBT74d0j8F6sH+/D3r8UJtEAFF9NoAzY16kL4uY yBt2J4AYu8clo/uoR/fAV61YSoKqVH/upn3iNA9GPTJy58pchqoNqcPa55OU0Y9Qsr PUsYFQ5vXMNx9bNWZTeA0rbo/GxDLhTR4kwxjy6A= Received: from unknown (unknown [213.138.88.133]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id YF2S3EcE-YF2CUDpm; Sun, 25 Sep 2011 01:34:16 +0400 X-Yandex-Spam: 1 Message-ID: <4E7E4CC6.90602@yandex.ru> Date: Sun, 25 Sep 2011 01:33:58 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0.2) Gecko/20110916 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110924154655.77e0feac@seibercom.net> <4E7E3B90.4040603@yandex.ru> In-Reply-To: <4E7E3B90.4040603@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, Jerry , Michael Johnson Subject: Re: Updating: gnome-schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 24 Sep 2011 21:34:18 -0000 Ruslan Mahmatkhanov wrote on 25.09.2011 00:20: > Jerry wrote on 24.09.2011 23:46: >> I was wondering if there are any plans to update >> "sysutils/gnome-schedule"? The port version is: "2.1.1", released on >> 2009-09-11. The latest version is: gnome-schedule-2.1.5 released on >> 2011-09-03. In any event, there have been several versions released >> prior to this latest one. >> > > Here is the patch. I'll submit pr when test it for some time. Here is updated patch: http://happy-nation.by.ru/ports/gnome-schedule-2.1.5.diff.txt - fix plist - respect WITHOUT_NLS - add WITHOUT_APPLET, since applet will work only with gnome2 and we will need convenient option for gnome3 users. Periodic tasks work well for me, one-time tasks - work well too, but doesn't come up to g-s listing, because regex for our atq is incorrect. As far i understand, you are now using gnome-schedule 2.1.1. Does one-time tasks work for you (after adding your username to /var/at/at.allow)? Do you see them in gnome-schedule tasks list? -- Regards, Ruslan Tinderboxing kills... the drives.