From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 00:44:43 2007 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 D566216A41F for ; Sun, 29 Jul 2007 00:44:43 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6F68C13C469 for ; Sun, 29 Jul 2007 00:44:43 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.1/8.13.4) with ESMTP id l6T0igOY025510 for ; Sat, 28 Jul 2007 19:44:43 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Message-ID: <46ABE2FA.8030607@math.missouri.edu> Date: Sat, 28 Jul 2007 19:44:42 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070721 SeaMonkey/1.1.3 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------050709070607040801020400" Cc: Subject: Speedup for pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 00:44:43 -0000 This is a multi-part message in MIME format. --------------050709070607040801020400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is a kludge, but it makes pkg_version 4 times faster on my set up. The idea is that "make -V PKGNAME" should ordinarily be a very fast operation. So it runs a very cut down version of bsd.port.mk. If that bombs with an error, then it does the full bsd.port.mk. Maybe portsmanager and similar tools could use this idea. --------------050709070607040801020400 Content-Type: text/plain; name="ddd" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ddd" --- usr.sbin/pkg_install/version/perform.c-orig 2007-07-28 19:20:33.000000000 -0500 +++ usr.sbin/pkg_install/version/perform.c 2007-07-28 19:24:23.000000000 -0500 @@ -124,6 +124,30 @@ * we look for it's corresponding Makefile. If that fails we pull in * the INDEX, and check there. */ +char exec_string[] = +"makefile=`grep -v -E '\\.include.*\\/dev/null < 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 ADC7216A419 for ; Sun, 29 Jul 2007 00:50:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 1451D13C442 for ; Sun, 29 Jul 2007 00:50:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id l6T0oT93012874 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 29 Jul 2007 02:50:31 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Stephen Montgomery-Smith In-Reply-To: <46ABE2FA.8030607@math.missouri.edu> References: <46ABE2FA.8030607@math.missouri.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Uve/MBVlPX8bOb3fgMnW" Date: Sun, 29 Jul 2007 02:50:29 +0200 Message-Id: <1185670229.57605.68.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Score: -1.705 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.62 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: ports@FreeBSD.org Subject: Re: Speedup for pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 00:50:35 -0000 --=-Uve/MBVlPX8bOb3fgMnW Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Stephen Montgomery-Smith p=ED=B9e v so 28. 07. 2007 v 19:44 -0500: > This is a kludge, but it makes pkg_version 4 times faster on my set up.=20 > The idea is that "make -V PKGNAME" should ordinarily be a very fast=20 > operation. So it runs a very cut down version of bsd.port.mk. If that=20 > bombs with an error, then it does the full bsd.port.mk. >=20 > Maybe portsmanager and similar tools could use this idea. What does this to with ports that have something like PORTVERSION=3D ${MAJOR_VER}.${MINOR_VER} MAJOR_VER=3D 2 MINOR_VER=3D 15 And what about slave ports that inherit PORTVERSION from their master? --=20 Pav Lucistnik Why does the Earth have colors? --=-Uve/MBVlPX8bOb3fgMnW Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGq+RVntdYP8FOsoIRAhX+AJ975QF+M6KWO9bVt8fDpcenwe82dwCgzY2t xw/3359HdglWknP0WL+27yM= =CDZE -----END PGP SIGNATURE----- --=-Uve/MBVlPX8bOb3fgMnW-- From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 01:00:46 2007 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 4A7AE16A417; Sun, 29 Jul 2007 01:00:46 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id E5BA913C46C; Sun, 29 Jul 2007 01:00:45 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-141-151-95-122.phlapa.east.verizon.net [141.151.95.122]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 60514469A5; Sun, 29 Jul 2007 10:00:43 +0900 (JST) Date: Sat, 28 Jul 2007 21:00:37 -0400 From: Yoshihiro Ota To: Doug Barton Message-Id: <20070728210037.5ea54891.ota@j.email.ne.jp> In-Reply-To: <46AACAE3.2060401@FreeBSD.org> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9A56E.5080608@FreeBSD.org> <20070727215923.a5c3c2aa.ota@j.email.ne.jp> <46AACAE3.2060401@FreeBSD.org> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, 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, 29 Jul 2007 01:00:46 -0000 On Fri, 27 Jul 2007 21:49:39 -0700 Doug Barton wrote: > Hiro, > > I'm happy to respond to you, but first I'd like to make clear that I'm > not trying to talk you out of anything. If there is a better way to > manage ports, or even just a different approach, I'm all for it. I > don't think portmaster is a "one size fits all" tool, and I'm not > trying to make it one. Doug, The same goes here. With my approach, if I can handle let's say 90% of cases, that's fair enough. But, let it do as FAST as possible. If one claims he has 32 CPU or 32 cores, let him use all. And let other tools like portupgrade and portmaster handle difficult cases. They are better for intarctive use. For instance, I can never do --recursive option in portupgrade in ports+. It is something impossible for a 'make' utiltiy to do. > Yoshihiro Ota wrote: > > On Fri, 27 Jul 2007 00:57:34 -0700 > > Doug Barton wrote: > > > >> Yoshihiro Ota wrote: > >> > > Could you tell me a bit more or point to a source if already > > written on how portmaster works. > > The man page has a good overview, I have documented it relatively > thoroughly, and I keep it up to date. You can either install the port, > or do: I will do so. > >>> However, "portmaster -a -n" wasn't not fast, neither. > > I should probably point out that this is the worst case scenario, > since by definition portmaster -a has to evaluate each installed port. > The vast majority of the time spent doing that though is in 'make -V > PORTVERSION'. I see. When I just started ports+, I also attempted doing like that. However, when I looked into bsd.port.mk, I found that the ports system uses the INDEX file for pretty-print-run-depends-list. Then, I decided to read the INDEX file myself for 1. it's faster to parse it myself, 2. more information is available, and 3. prevent generating processes. > The benefit comes when you actually start building stuff and because > all the information about the up to date ports is cached, it won't > have to be reevaluated. What do you mean by cached? Is it file-cache by VM? Is it something the ports system do? Or is it something else? > I think it's useful and healthy to discuss where both the various > tools, and the infrastructure can be improved. Sure. I took what portupgrade is doing to upgrade ports to make ports+. I.e, saving dynamic libraries, and so on. When you mention something like 'make -V PORTVERSION', it gives a good idea how to get something out of the port system. It just occurred that as the ports system generates INDEX and ports+ uses it to write out Makefiles, the ports system might be able to write Makefiles for upgrading, too. Hiro From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 01:09:32 2007 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 CBE3916A41A; Sun, 29 Jul 2007 01:09:32 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8D513C474; Sun, 29 Jul 2007 01:09:32 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.1/8.13.4) with ESMTP id l6T19VAF025622; Sat, 28 Jul 2007 20:09:32 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Message-ID: <46ABE8CB.1040401@math.missouri.edu> Date: Sat, 28 Jul 2007 20:09:31 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070721 SeaMonkey/1.1.3 MIME-Version: 1.0 To: pav@freebsd.org References: <46ABE2FA.8030607@math.missouri.edu> <1185670229.57605.68.camel@ikaros.oook.cz> In-Reply-To: <1185670229.57605.68.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: Speedup for pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 01:09:32 -0000 Pav Lucistnik wrote: > Stephen Montgomery-Smith píše v so 28. 07. 2007 v 19:44 -0500: > >> This is a kludge, but it makes pkg_version 4 times faster on my set up. >> The idea is that "make -V PKGNAME" should ordinarily be a very fast >> operation. So it runs a very cut down version of bsd.port.mk. If that >> bombs with an error, then it does the full bsd.port.mk. >> >> Maybe portsmanager and similar tools could use this idea. > > What does this to with ports that have something like > > PORTVERSION= ${MAJOR_VER}.${MINOR_VER} > > MAJOR_VER= 2 > MINOR_VER= 15 > > > And what about slave ports that inherit PORTVERSION from their master? > It will probably work. From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 02:01:36 2007 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 ECD0F16A417 for ; Sun, 29 Jul 2007 02:01:36 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3E613C428 for ; Sun, 29 Jul 2007 02:01:36 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (localhost [127.0.0.1]) by math.missouri.edu (8.13.1/8.13.1) with ESMTP id l6T21Z5e024919 for ; Sat, 28 Jul 2007 21:01:35 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Received: from localhost (stephen@localhost) by math.missouri.edu (8.13.1/8.13.1/Submit) with ESMTP id l6T21Z6O024916 for ; Sat, 28 Jul 2007 21:01:35 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Date: Sat, 28 Jul 2007 21:01:35 -0500 (CDT) From: Stephen Montgomery-Smith To: ports@freebsd.org In-Reply-To: <46ABE2FA.8030607@math.missouri.edu> Message-ID: <20070728210024.K24898@math.missouri.edu> References: <46ABE2FA.8030607@math.missouri.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: Speedup for pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 02:01:37 -0000 On Sat, 28 Jul 2007, Stephen Montgomery-Smith wrote: > This is a kludge, but it makes pkg_version 4 times faster on my set up. The > idea is that "make -V PKGNAME" should ordinarily be a very fast operation. > So it runs a very cut down version of bsd.port.mk. If that bombs with an > error, then it does the full bsd.port.mk. > > Maybe portsmanager and similar tools could use this idea. > > It's not working - it messes up anything where PKGNAMEPREFIX should be set to something non-trivial. E.g. ruby ports. From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 02:14:36 2007 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 D837A16A4AB for ; Sun, 29 Jul 2007 02:14:36 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 83F3813C48D for ; Sun, 29 Jul 2007 02:14:36 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-141-151-95-122.phlapa.east.verizon.net [141.151.95.122]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 5DB3F4F652; Sun, 29 Jul 2007 11:14:33 +0900 (JST) Date: Sat, 28 Jul 2007 22:14:28 -0400 From: Yoshihiro Ota To: "Matthew D. Fuller" Message-Id: <20070728221428.8539106d.ota@j.email.ne.jp> In-Reply-To: <20070728155935.GT21345@over-yonder.net> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9B112.7040408@u.washington.edu> <20070727214847.6708a918.ota@j.email.ne.jp> <20070728155935.GT21345@over-yonder.net> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, 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, 29 Jul 2007 02:14:36 -0000 On Sat, 28 Jul 2007 10:59:36 -0500 "Matthew D. Fuller" wrote: > On Fri, Jul 27, 2007 at 09:48:47PM -0400 I heard the voice of > Yoshihiro Ota, and lo! it spake thus: > > > > Q. Is it safe to assume all dependencies are STATIC? > > A. Yes, it is. > > No, it's not. Lots of ports change dependancies based on what's > installed, so if you install one thing you have to assume that any > other thing you intend to build in the future may change its list > because of that. For a trivial demonstration, look at how many use > the ".if ${HAVE_GNOME:Msomething}" pattern. It doesn't matter how many you have. There are only finite number of ports and configurations. You will finish configuring at one point. With GNU extension, one can write makefile dependencies such that it keeps tracking and generating makefiles until all ports to be installed are configured. The key is how one will process /var/db/ports/* files. I'd say it wouldn't be an easy one, though. Ports+ doesn't do it, yet. Check the link below if you'd like to know more. The 2nd sentence explains the concept of doing this. Remaking Makefiles: http://uw713doc.sco.com/cgi-bin/info2html?(make.info)Remaking%2520Makefiles&lang=en Hiro From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 04:13:02 2007 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 A427516A420 for ; Sun, 29 Jul 2007 04:13:02 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 7DA7913C53C for ; Sun, 29 Jul 2007 04:12:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 9279 invoked by uid 399); 29 Jul 2007 04:12:53 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 29 Jul 2007 04:12:53 -0000 X-Originating-IP: 127.0.0.1 Date: Sat, 28 Jul 2007 21:12:51 -0700 (PDT) From: Doug Barton To: Yoshihiro Ota In-Reply-To: <20070728210037.5ea54891.ota@j.email.ne.jp> Message-ID: <20070728210114.B16750@qbhto.arg> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9A56E.5080608@FreeBSD.org> <20070727215923.a5c3c2aa.ota@j.email.ne.jp> <46AACAE3.2060401@FreeBSD.org> <20070728210037.5ea54891.ota@j.email.ne.jp> Organization: http://www.FreeBSD.org/ X-OpenPGP-Key-ID: 0xD5B2F0FB X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, 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, 29 Jul 2007 04:13:02 -0000 On Sat, 28 Jul 2007, Yoshihiro Ota wrote: > On Fri, 27 Jul 2007 21:49:39 -0700 > Doug Barton wrote: > >> Hiro, >> >> I'm happy to respond to you, but first I'd like to make clear that I'm >> not trying to talk you out of anything. If there is a better way to >> manage ports, or even just a different approach, I'm all for it. I >> don't think portmaster is a "one size fits all" tool, and I'm not >> trying to make it one. > > Doug, > > The same goes here. Great! I'm glad we understand each other. :) > I see. When I just started ports+, I also attempted doing like that. > However, when I looked into bsd.port.mk, I found that the ports system > uses the INDEX file for pretty-print-run-depends-list. Then, I decided > to read the INDEX file myself for 1. it's faster to parse it myself, > 2. more information is available, and 3. prevent generating processes. That's a very reasonable conclusion. FWIW, the primary reason I chose to ignore the INDEX is all of the problem reports on the -ports list from portupgrade users about something breaking because of problematic INDEX generation. Being able to use 'make fetchindex' has solved a lot of those, but the other issues that arose as I studied further are the problems of dependencies changing based on what is installed already on a system, and what options the user chooses in the 'make config' stage. There is also of course the problem of the INDEX sometimes being just a little bit behind the ports tree. That's not a criticism, just a fact of how things work. Having the users generate their own INDEX solves some of these issues, but it introduces some new problems. The first is obviously the time it takes to generate (when you compare that to the time portmaster takes to recurse the dependencies itself I think portmaster comes out ahead), and the second is that the user has to maintain a full ports tree even if they will never use a lot of those ports. I know I have a pretty big refuse file for c[v]sup, and I was not interested in the additional bandwidth and storage that a full tree entails. >> The benefit comes when you actually start building stuff and because >> all the information about the up to date ports is cached, it won't >> have to be reevaluated. > > What do you mean by cached? Is it file-cache by VM? Is it something > the ports system do? Or is it something else? Portmaster starts a parent process to upgrade the port(s) specified on the command line. It then spawns children as needed to handle the upgrades of individual ports. Each child process inherits a set of variables that describe what is already known about the "up-to-date-ness" of the ports that have already been examined. The child adds whatever information it discovers and feeds that back to the parent. Lather rinse, repeat. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 07:35:31 2007 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 DDCF516A417 for ; Sun, 29 Jul 2007 07:35:31 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id B598313C465 for ; Sun, 29 Jul 2007 07:35:31 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id D6E1C28B36; Sun, 29 Jul 2007 02:35:30 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 6AECB61C42; Sun, 29 Jul 2007 02:35:30 -0500 (CDT) Date: Sun, 29 Jul 2007 02:35:30 -0500 From: "Matthew D. Fuller" To: Yoshihiro Ota Message-ID: <20070729073530.GA57843@over-yonder.net> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9B112.7040408@u.washington.edu> <20070727214847.6708a918.ota@j.email.ne.jp> <20070728155935.GT21345@over-yonder.net> <20070728221428.8539106d.ota@j.email.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070728221428.8539106d.ota@j.email.ne.jp> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.16-fullermd.4 (2007-06-09) Cc: Garrett Cooper , freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, 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, 29 Jul 2007 07:35:31 -0000 On Sat, Jul 28, 2007 at 10:14:28PM -0400 I heard the voice of Yoshihiro Ota, and lo! it spake thus: > "Matthew D. Fuller" wrote: > > > > No, it's not. Lots of ports change dependancies based on what's > > installed, so if you install one thing you have to assume that any > > other thing you intend to build in the future may change its list > > because of that. For a trivial demonstration, look at how many > > use the ".if ${HAVE_GNOME:Msomething}" pattern. > > It doesn't matter how many you have. There are only finite number > of ports and configurations. You will finish configuring at one > point. No, you mistake me. I'm not talking about ports _configuring_. I'm talking about ports _installing_. You can recursively configure all the ports, but the dependancies can still change AFTER that, when other ports get INSTALLED. As soon as you install one port in your process, every other port you're dealing with can potentially change its dependancies, with NO actual user interaction or configuration. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 08:45:10 2007 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 CCDB716A417 for ; Sun, 29 Jul 2007 08:45:10 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9000013C461 for ; Sun, 29 Jul 2007 08:45:10 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IF4Oc-0003fk-QL for freebsd-ports@freebsd.org; Sun, 29 Jul 2007 10:45:02 +0200 Received: from dslb-088-073-082-165.pools.arcor-ip.net ([88.73.82.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jul 2007 10:45:02 +0200 Received: from andreas_eder by dslb-088-073-082-165.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jul 2007 10:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Andreas Eder Date: Sun, 29 Jul 2007 10:28:19 +0200 Lines: 45 Message-ID: <861werd36k.fsf@eder.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-088-073-082-165.pools.arcor-ip.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) Cancel-Lock: sha1:CkMMLDjSmo5X5vF/xgzz9Iw8jHg= Sender: news Subject: emacs 22 and info files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 08:45:10 -0000 Hi, after the upgrade to emacs22 I noticed that a few of the emacs related info files in /usr/local/info no longer work. An example is ccmode.info. If a tyoe info ccmode at the commandline I get a message 'No menu item `ccmode' in node `(dir)Top'.' and info show the top. In emacs I get 'Can't find ccmode-1 or any compressed verion of it.' The problem seems to be that the ccmode.info file starts like this: . . . START-INFO-DIR-ENTRY * CC Mode: (ccmode). Emacs mode for editing C, C++, Objective-C, Java, Pike, AWK, and CORBA IDL code. END-INFO-DIR-ENTRY ^_ Indirect: ccmode-1: 1501 ^_ Tag Table: (Indirect) Node: To1501 Node: Introductio3860 Ref: Introduction-Footnote-5806 . . . So there is a reference to cxmode-1, but that file does not exist. Does anyone know how to rectify this? Thanks, 'Andreas -- Wherever I lay my .emacs, there's my $HOME. From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 08:56:46 2007 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 7923D16A41B for ; Sun, 29 Jul 2007 08:56:46 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from smtp.qwerty.ru (smtp.qwerty.ru [87.240.2.134]) by mx1.freebsd.org (Postfix) with ESMTP id B8FBE13C47E for ; Sun, 29 Jul 2007 08:56:45 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from ussr.lissyara.int.otradno.ru (unknown [10.21.64.215]) by smtp.qwerty.ru (Spam Firewall) with ESMTP id 0040F1BF8261 for ; Sun, 29 Jul 2007 12:36:49 +0400 (MSD) Message-ID: <46AC51A1.9020902@lissyara.su> Date: Sun, 29 Jul 2007 12:36:49 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: desktopbsd-tools not compile on FreeBSD current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 29 Jul 2007 08:56:46 -0000 acer# uname -a FreeBSD acer.lissyara.int.otradno.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jul 29 11:48:46 MSD 2007 root@acer.lissyara.int.otradno.ru:/usr/obj/usr/src/sys/main-color-console amd64 acer# acer# cd /usr/ports/sysutils/desktopbsd-tools/ acer# make ===> Vulnerability check disabled, database not found ===> Extracting for desktopbsd-tools-1.1_1 => MD5 Checksum OK for desktopbsd-tools-1.1.tar.bz2. => SHA256 Checksum OK for desktopbsd-tools-1.1.tar.bz2. ===> Patching for desktopbsd-tools-1.1_1 ===> Applying FreeBSD patches for desktopbsd-tools-1.1_1 ===> desktopbsd-tools-1.1_1 depends on executable in : qmake - found ===> desktopbsd-tools-1.1_1 depends on file: /usr/local/bin/moc - found ===> desktopbsd-tools-1.1_1 depends on shared library: kfontinst - found ===> desktopbsd-tools-1.1_1 depends on shared library: kimproxy - found ===> Configuring for desktopbsd-tools-1.1_1 Compiling translation files...Done. Generating IDL for hardware notification...Done. Run make to start the build. ===> Building for desktopbsd-tools-1.1_1 cd libdbsddisk && qmake libdbsddisk.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile Project MESSAGE: Building for architecture amd64 cd libdbsddisk && make -f Makefile cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o blocks.o blocks.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o chunk.o chunk.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o create_chunk.o create_chunk.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o disk.o disk.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o rules.o rules.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o write_amd64_disk.o write_amd64_disk.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o write_disk.o write_disk.c cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o open_disk.o open_disk.c open_disk.c: In function 'Int_Open_Disk': open_disk.c:262: warning: empty body in an else-statement open_disk.c:47: warning: 'b' may be used uninitialized in this function open_disk.c:49: warning: 'alt' may be used uninitialized in this function open_disk.c:49: warning: 'hd' may be used uninitialized in this function open_disk.c:49: warning: 'sc' may be used uninitialized in this function open_disk.c:49: warning: 'ty' may be used uninitialized in this function open_disk.c:48: warning: 'off' may be used uninitialized in this function open_disk.c:46: warning: 'i' may be used uninitialized in this function cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../src/sys/geom -I../../../../../../local/include -I/usr/local/include -o change.o change.c change.c: In function 'Sanitize_Bios_Geom': change.c:56: warning: comparison between signed and unsigned rm -f libdbsddisk.so.1.0.0 libdbsddisk.so libdbsddisk.so.1 libdbsddisk.so.1.0 c++ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -shared -Wl,-soname,libdbsddisk.so.1 -o libdbsddisk.so.1.0.0 blocks.o chunk.o create_chunk.o disk.o rules.o write_amd64_disk.o write_disk.o open_disk.o change.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lqt-mt -lXext -lX11 -lm ln -s libdbsddisk.so.1.0.0 libdbsddisk.so ln -s libdbsddisk.so.1.0.0 libdbsddisk.so.1 ln -s libdbsddisk.so.1.0.0 libdbsddisk.so.1.0 cd libdesktopbsd && qmake libdesktopbsd.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile cd libdesktopbsd && make -f Makefile c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o device.o device.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o executor.o executor.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o rcconf.o rcconf.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o size.o size.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o variables.o variables.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o chunk.o chunk.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o disk.o disk.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o mntdevice.o mntdevice.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o ipv4addr.o ipv4addr.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o ipv4netmask.o ipv4netmask.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o lan.o lan.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o netinterface.o netinterface.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o networks.o networks.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o resolver.o resolver.cpp c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC -DQT_NO_CHECK -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/local/include -o wirelessinterface.o wirelessinterface.cpp wirelessinterface.cpp: In member function 'QPtrList WirelessInterface::getAPs()': wirelessinterface.cpp:196: error: aggregate 'wi_req wreq' has incomplete type and cannot be defined *** Error code 1 Stop in /usr/ports/sysutils/desktopbsd-tools/work/desktopbsd-tools/libdesktopbsd. *** Error code 1 Stop in /usr/ports/sysutils/desktopbsd-tools/work/desktopbsd-tools. *** Error code 1 Stop in /usr/ports/sysutils/desktopbsd-tools. acer# From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 15:57:16 2007 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 39AD816A417 for ; Sun, 29 Jul 2007 15:57:16 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.freebsd.org (Postfix) with ESMTP id 06C1913C458 for ; Sun, 29 Jul 2007 15:57:15 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from t60.mydomain.home (cpe-72-231-141-22.nycap.res.rr.com[72.231.141.22]) by worldnet.att.net (mtiwmhc12) with ESMTP id <20070729154704112006vklle>; Sun, 29 Jul 2007 15:47:14 +0000 Message-ID: <46ACB21E.2070709@att.net> Date: Sun, 29 Jul 2007 11:28:30 -0400 From: "Arend P. van der Veen" User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Duane Winner , "David J. Neu" Subject: speedbar-emacs for emacs 22.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, 29 Jul 2007 15:57:16 -0000 Hi, I have updated emacs to version 22.1 by adding EMACS_PORT_NAME=emacs22 to my /etc/make.conf. This worked without any problems. However, if I now run portsdb -Uu, I get the following error: # sudo portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait..eieio-emacs22-0.17_2: "/usr/ports/editors/speedbar-emacs22" non-existent -- dependency list incomplete ===> devel/eieio failed *** Error code 1 1 error If I remove the string from /etc/make.conf portsdb -Uu works. However, if I install other emacs dependencies, the earlier version of emacs is installed and conflicts with emacs22. What do I need to do to correct portsdb -Uu? Thanks, Arend From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 17:33:29 2007 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 CDB4D16A418 for ; Sun, 29 Jul 2007 17:33:29 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B79E513C457 for ; Sun, 29 Jul 2007 17:33:29 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 846D21A3C1A; Sun, 29 Jul 2007 10:33:15 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 12A20BB43; Sun, 29 Jul 2007 13:33:29 -0400 (EDT) Date: Sun, 29 Jul 2007 13:33:29 -0400 From: Kris Kennaway To: Alex Keda Message-ID: <20070729173329.GA84839@rot26.obsecurity.org> References: <46AC51A1.9020902@lissyara.su> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <46AC51A1.9020902@lissyara.su> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@FreeBSD.org Subject: Re: desktopbsd-tools not compile on FreeBSD current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 29 Jul 2007 17:33:29 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 29, 2007 at 12:36:49PM +0400, Alex Keda wrote: > Stop in=20 > /usr/ports/sysutils/desktopbsd-tools/work/desktopbsd-tools/libdesktopbsd. > *** Error code 1 MAINTAINER=3D ph@desktopbsd.net Kris --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGrM9oWry0BWjoQKURAtutAJ9kcqK9rnhKkV7DMJ7OlPqpNOeHWgCg3bM4 /OPkGTrIVUJsC33DQUIdQFQ= =4G0/ -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 18:34:57 2007 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 7991916A480 for ; Sun, 29 Jul 2007 18:34:57 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.freebsd.org (Postfix) with ESMTP id 3C81313C483 for ; Sun, 29 Jul 2007 18:34:57 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from discordia (c-24-147-139-42.hsd1.ma.comcast.net[24.147.139.42]) by comcast.net (rwcrmhc12) with ESMTP id <20070729182454m1200fndjie>; Sun, 29 Jul 2007 18:24:54 +0000 Received: by discordia (Postfix, from userid 103) id 3FBCA1634F7; Sun, 29 Jul 2007 14:24:54 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id CF1F91634F6; Sun, 29 Jul 2007 14:24:37 -0400 (EDT) Message-ID: <46ACDB4B.6090707@FreeBSD.org> Date: Sun, 29 Jul 2007 14:24:11 -0400 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.5 (X11/20070728) MIME-Version: 1.0 To: Lev Serebryakov References: <1761162510.20070729004710@serebryakov.spb.ru> In-Reply-To: <1761162510.20070729004710@serebryakov.spb.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: REQUEST FOR TESTERS: `devel/mingw32-gcc' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 18:34:57 -0000 Lev Serebryakov wrote: > Hello ports, > > Latest versions of `mingw32-binutils' and `mingw32-bin-msvcrt' were committed. > `mingw32-gcc' is on pipeline. > But it is BIG update: new version is 4.2.0 > I ask you to test this `almost new' port before commit. > > http://lev.serebryakov.spb.ru/download/port-mingw32-gcc-4.2.0.tar.gz > > Many thanks to Coleman Kane , who helps me to prepare this update. > > I'd like to know what everyone else's experience with these new mingw32- ports are. So far I have been building Win32 applications from my FreeBSD box with these versions quite successfully. I think that the binutils and GCC are actually newer than the ones currently shipping with the MinGW32 binary distribution too. -- Coleman Kane From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 20:22:46 2007 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 8BFEB16A417; Sun, 29 Jul 2007 20:22:46 +0000 (UTC) (envelope-from mheyman@symas.com) Received: from valiant.cnchost.com (valiant.cnchost.com [207.155.252.9]) by mx1.freebsd.org (Postfix) with ESMTP id 76E2913C442; Sun, 29 Jul 2007 20:22:46 +0000 (UTC) (envelope-from mheyman@symas.com) Received: from [192.168.1.102] (adsl-63-193-240-128.dsl.snfc21.pacbell.net [63.193.240.128]) (as mheyman%symas.com) by valiant.cnchost.com (ConcentricHost(2.54) Relay) with ESMTP id 771F212C70D; Sun, 29 Jul 2007 16:02:40 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Message-Id: <4E2489CC-44F6-48AF-8634-012B0228D216@symas.com> Content-Transfer-Encoding: quoted-printable From: Marty Heyman Date: Sun, 29 Jul 2007 13:02:38 -0700 To: delphij@FreeBSD.org X-Mailer: Apple Mail (2.752.2) Cc: ports@FreeBSD.org Subject: FreeBSD Port: openldap-server-2.3.37 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 29 Jul 2007 20:22:46 -0000 Sorry to bother you but I'm having a problem installing openldap-=20 server-2.3.37. I'm new to freeBSD and LOVE the ports system. You folk =20= are doing great work! But ... ... openldap-client-2.3.37 was installed as a dependency by asterisk =20 and is now depended on by several installed packages. I want to run =20 an openldap server (slapd) on this system as well but now the =20 Makefile refuses to install the server modules on top of the client =20 install and wants me to remove openldap-client-2.3.37 (which looks =20 painful rolling back all the other packages that depend on it. Suggestions? Thanks in advance! -- Marty Heyman, one of "The Directory Guys.=99" www.symas.com and www.connexitor.com/blog/ (510.290.6484) From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 22:10:00 2007 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 4FE9716A41A for ; Sun, 29 Jul 2007 22:10:00 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (just.puresimplicity.net [68.77.126.251]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6EE13C480 for ; Sun, 29 Jul 2007 22:09:59 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1]) by just.puresimplicity.net (8.13.8/8.13.8) with ESMTP id l6TLhGWY076796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Jul 2007 16:43:16 -0500 (CDT) (envelope-from hemi@just.puresimplicity.net) Received: (from hemi@localhost) by just.puresimplicity.net (8.13.8/8.13.8/Submit) id l6TLhGGH076795 for freebsd-ports@freebsd.org; Sun, 29 Jul 2007 16:43:16 -0500 (CDT) (envelope-from hemi) Date: Sun, 29 Jul 2007 16:43:16 -0500 From: Josh Tolbert To: freebsd-ports@freebsd.org Message-ID: <20070729214316.GA76405@just.puresimplicity.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (just.puresimplicity.net [127.0.0.1]); Sun, 29 Jul 2007 16:43:16 -0500 (CDT) Subject: games/openarena port I'm working on...A few questions! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 29 Jul 2007 22:10:00 -0000 Hello, I'm working on a port of OpenArena (http://openarena.ws). It's going pretty well. I started with the games/ioquake3 port and modified to taste. However, I have a fewquestions regarding handling of conflicts. OpenArena is based on ioquake3...So much they even kept the same binary names. The obvious thing to do would be to just set up CONFLICTs for both games/ioquake3 and games/openarena for now and bug the openarena developers to change their binary names. Is it worth considering renaming the openarena binaries manually during install? Second question: the port requires you to download the Windows/Linux distribution of the game and copy all of the data files to a directlry in /usr/local/share. Is there a mechanism for handling this automatically? Can anyone point me to an example? Other than these two hurdles the port works beautifully. I started on it last night and had it running within two hours. The only remaining hang-ups are the two issues above. Thanks, Josh -- Josh Tolbert hemi@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. -- Helen Keller From owner-freebsd-ports@FreeBSD.ORG Sun Jul 29 22:32:44 2007 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 EABFB16A419 for ; Sun, 29 Jul 2007 22:32:44 +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 6912C13C45B for ; Sun, 29 Jul 2007 22:32:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 29 Jul 2007 18:32:43 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NPK62392; Sun, 29 Jul 2007 18:32:43 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 29 Jul 2007 18:32:41 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18093.5513.422142.488162@jerusalem.litteratus.org> Date: Sun, 29 Jul 2007 18:32:41 -0400 To: freebsd-ports@freebsd.org In-Reply-To: <20070729214316.GA76405@just.puresimplicity.net> References: <20070729214316.GA76405@just.puresimplicity.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: games/openarena port I'm working on...A few questions! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 29 Jul 2007 22:32:45 -0000 Josh Tolbert writes: > Second question: the port requires you to download the > Windows/Linux distribution of the game and copy all of the data > files to a directlry in /usr/local/share. Is there a mechanism > for handling this automatically? Can anyone point me to an > example? (ObRTFM: have you read the "Porters Handbook" chapter of the Handbook?) If it's simply a matter of downloading known files from a fixed place on the 'Net - i.e. there's no requirement for agreeing to a license or entering a product code - them I believe the "fetch" target in bsd.port.mk is your jumping-off point. Also investigate the "extract" target. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 00:13:04 2007 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 EF54416A468; Mon, 30 Jul 2007 00:13:04 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 56B4113C4D5; Mon, 30 Jul 2007 00:13:03 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 16C2BEB31B0; Mon, 30 Jul 2007 08:13:03 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id HZavWv5MW-SZ; Mon, 30 Jul 2007 08:12:58 +0800 (CST) Received: from charlie.delphij.net (unknown [61.51.109.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 2A892EB2E11; Mon, 30 Jul 2007 08:12:58 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=w7azzitgIclcRrHWnf8IWOuMxVSFYx0TgBHAK7iJAPaAg5NeRs3ZBpZP2JTJV3Xb6 uNEihJkAtPb/T8ufTGntw== Message-ID: <46AD2D09.8020201@delphij.net> Date: Mon, 30 Jul 2007 08:12:57 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Marty Heyman References: <4E2489CC-44F6-48AF-8634-012B0228D216@symas.com> In-Reply-To: <4E2489CC-44F6-48AF-8634-012B0228D216@symas.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.ORG, delphij@FreeBSD.ORG Subject: Re: FreeBSD Port: openldap-server-2.3.37 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 30 Jul 2007 00:13:05 -0000 Marty Heyman wrote: > Sorry to bother you but I'm having a problem installing > openldap-server-2.3.37. I'm new to freeBSD and LOVE the ports system. > You folk are doing great work! But ... > > ... openldap-client-2.3.37 was installed as a dependency by asterisk and > is now depended on by several installed packages. I want to run an > openldap server (slapd) on this system as well but now the Makefile > refuses to install the server modules on top of the client install and > wants me to remove openldap-client-2.3.37 (which looks painful rolling > back all the other packages that depend on it. > > Suggestions? Thanks in advance! What did make(1) told you about the conflict? My guess is that you have choosen SASL, if that's a requirement then you have no way other than a replace of openldap-client-2.3.37 with openldap-sasl-client-2.3.37, which can be done with: portupgrade -f -o net/openldap23-sasl-client openldap23-client If you don't have portupgrade installed, use ports-mgmt/portupgrade-devel or ports-mgmt/portupgrade. However, fortunately, if you don't need SASL functionality of slapd (this is the usual case), then you will be able to remove the option then install it without problem: cd /usr/ports/net/openldap23-server make config (uncheck "SASL") make clean all deinstall install Hope that helps. Cheers, From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 03:58:08 2007 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 50E8416A418; Mon, 30 Jul 2007 03:58:08 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 0A9F913C442; Mon, 30 Jul 2007 03:58:07 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6U3VB5P022110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Jul 2007 23:31:11 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6U3VAXI022109; Sun, 29 Jul 2007 23:31:10 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: ports@FreeBSD.org Date: Sun, 29 Jul 2007 23:31:10 -0400 User-Agent: KMail/1.9.6 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: stable@FreeBSD.org Subject: ImageMagick's "modules" and __cxa_finalize X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 30 Jul 2007 03:58:08 -0000 Has anyone had any luck using ImageMagick built with modules support? If I try that, and follow-up with `gmake check' (in the ${WRKSRC}), about a fifth of ImageMagick's own self-tests seg-fault -- all of them inside __cxa_finalize (after main() has already returned): mi@aldan:ImageMagick/work/ImageMagick-6.3.5 (1023) gdb tests/.libs/rwblob tests/rwblob.core [...] (gdb) where 5 #0 0x0000000804008cc0 in ?? () #1 0x00000008020079e2 in __cxa_finalize () from /lib/libc.so.6 #2 0x0000000802007637 in exit () from /lib/libc.so.6 #3 0x0000000000401135 in _start () #4 0x000000080052a000 in ?? () (More stack frames follow...) (gdb) mi@aldan:ImageMagick/work/ImageMagick-6.3.5 (1024) gdb tests/.libs/rwfile tests/rwfile.core [...] (gdb) where 5 #0 0x0000000803f04cc0 in ?? () #1 0x00000008020079e2 in __cxa_finalize () from /lib/libc.so.6 #2 0x0000000802007637 in exit () from /lib/libc.so.6 #3 0x0000000000401085 in _start () #4 0x000000080052a000 in ?? () (More stack frames follow...) (gdb) Full build/test log can be seen here: http://aldan.algebra.com/~mi/IM-6.3.5-3.failure.log Building without modules (as is the port's default) allows all self-tests to pass smoothly. According to ImageMagick and GraphicsMagick developers, these crashes are due to some "reckless" calls to atexit() from inside the modules (or inside the modules-loaded graphics librarires). By the time the program is exiting, the libraries with the atexit-loaded functions may already be unloaded. But I thought, FreeBSD had that case covered since 2003: http://www.freebsd.org/cgi/query-pr.cgi?pr=59552 Can someone, please, comment? -mi From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 06:54:23 2007 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 2296716A420 for ; Mon, 30 Jul 2007 06:54:23 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from gone.xs4all.nl (gone.xs4all.nl [213.84.247.136]) by mx1.freebsd.org (Postfix) with ESMTP id DA3FB13C465 for ; Mon, 30 Jul 2007 06:54:22 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from saturnus.intra.socruel.nu (saturnus.intra.socruel.nu [172.16.0.12]) by gone.xs4all.nl (Postfix) with ESMTP id 8942333F5E for ; Mon, 30 Jul 2007 08:37:22 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 30 Jul 2007 08:37:21 +0200 Message-ID: <302F75DC2739FB43B236373398A8C5992A1C@saturnus.intra.socruel.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY relocation in /bin/cp when installing sudo port Thread-Index: AcfSc9Va1gpEroIKRbSNJVLMb+H/vA== From: "FreeBSD-Ports" Sender: "Lars Wittebrood" To: Subject: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY relocation in /bin/cp when installing sudo 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: Mon, 30 Jul 2007 06:54:23 -0000 Hello list, Anybody seen the message below and knows what it means? Couldn't find anything on Goolge. It's a 6.1-RELEASE-p10 system. root@server sudo # make =3D=3D=3D> WARNING: Vulnerability database out of date, checking anyway =3D=3D=3D> Found saved configuration for sudo-1.6.9.1 =3D=3D=3D> Extracting for sudo-1.6.9.1 =3D> MD5 Checksum OK for sudo-1.6.9p1.tar.gz. =3D> SHA256 Checksum OK for sudo-1.6.9p1.tar.gz. =3D=3D=3D> Patching for sudo-1.6.9.1 =3D=3D=3D> Configuring for sudo-1.6.9.1 /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY relocation in /bin/cp *** Error code 1 Stop in /usr/ports/security/sudo. *** Error code 1 Stop in /usr/ports/security/sudo. With regards, Lars. From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 09:18:08 2007 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 CC32816A418 for ; Mon, 30 Jul 2007 09:18:08 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from gone.xs4all.nl (gone.xs4all.nl [213.84.247.136]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA9D13C481 for ; Mon, 30 Jul 2007 09:18:08 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from saturnus.intra.socruel.nu (saturnus.intra.socruel.nu [172.16.0.12]) by gone.xs4all.nl (Postfix) with ESMTP id A244533F5E for ; Mon, 30 Jul 2007 11:18:07 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 30 Jul 2007 11:17:55 +0200 Message-ID: <302F75DC2739FB43B236373398A8C5992A1D@saturnus.intra.socruel.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port SOLVED Thread-Index: AcfSc9Va1gpEroIKRbSNJVLMb+H/vAAFggLA From: "Lars Wittebrood" To: Subject: RE: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port 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: Mon, 30 Jul 2007 09:18:08 -0000 Hello list, This issue is solved. I have compiled the /bin/cp binary from source again and installed it. Still don't know what caused this though. Cheers, Lars. -----Original Message----- From: owner-freebsd-ports@freebsd.org [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of FreeBSD-Ports Posted At: Monday, July 30, 2007 8:37 AM Posted To: FreeBSD-Ports Conversation: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port Subject: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port Hello list, Anybody seen the message below and knows what it means? Couldn't find anything on Goolge. It's a 6.1-RELEASE-p10 system. root@server sudo # make =3D=3D=3D> WARNING: Vulnerability database out of date, checking anyway = =3D=3D=3D> Found saved configuration for sudo-1.6.9.1 =3D=3D=3D> Extracting for sudo-1.6.9.1 =3D> MD5 Checksum OK for sudo-1.6.9p1.tar.gz. =3D> SHA256 Checksum OK for sudo-1.6.9p1.tar.gz. =3D=3D=3D> Patching for sudo-1.6.9.1 =3D=3D=3D> Configuring for sudo-1.6.9.1 /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY relocation in /bin/cp *** Error code 1 Stop in /usr/ports/security/sudo. *** Error code 1 Stop in /usr/ports/security/sudo. With regards, Lars. _______________________________________________ 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 Mon Jul 30 09:30:10 2007 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 C572B16A473 for ; Mon, 30 Jul 2007 09:30:10 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 91C4A13C4CC for ; Mon, 30 Jul 2007 09:30:10 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6U9U9aH006003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 30 Jul 2007 02:30:10 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6U9U9hw017320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 30 Jul 2007 02:30:09 -0700 Message-ID: <46ADAFA1.5010100@u.washington.edu> Date: Mon, 30 Jul 2007 02:30:09 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------080401000904050502020700" X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.30.20634 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: [Fwd: Re: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port 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: Mon, 30 Jul 2007 09:30:11 -0000 This is a multi-part message in MIME format. --------------080401000904050502020700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------080401000904050502020700 Content-Type: message/rfc822; name="Re: /libexec/ld-elf.so.1: Undefined symbol \"optifd\" referenced fromCOPY relocationin /bin/cp when installing sudo port SOLVED.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename*0="Re: /libexec/ld-elf.so.1: Undefined symbol \"optifd\" refere"; filename*1="nced fromCOPY relocation in /bin/cp when installing sudo por"; filename*2="t SOLVED.eml" Message-ID: <46ADAF8A.8040406@u.washington.edu> Date: Mon, 30 Jul 2007 02:29:46 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Lars Wittebrood , FreeBSD Questions Subject: Re: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port SOLVED References: <302F75DC2739FB43B236373398A8C5992A1D@saturnus.intra.socruel.nu> <46ADAF22.20802@u.washington.edu> In-Reply-To: <46ADAF22.20802@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Garrett Cooper wrote: > Lars Wittebrood wrote: >> Hello list, >> >> This issue is solved. I have compiled the /bin/cp binary from source >> again and installed it. Still don't know what caused this though. >> >> Cheers, >> Lars. >> >> -----Original Message----- >> From: owner-freebsd-ports@freebsd.org >> [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of FreeBSD-Ports >> Posted At: Monday, July 30, 2007 8:37 AM >> Posted To: FreeBSD-Ports >> Conversation: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced >> fromCOPY relocation in /bin/cp when installing sudo port >> Subject: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced >> fromCOPY relocation in /bin/cp when installing sudo port >> >> >> Hello list, >> >> Anybody seen the message below and knows what it means? Couldn't find >> anything on Goolge. It's a 6.1-RELEASE-p10 system. >> >> root@server sudo # make >> ===> WARNING: Vulnerability database out of date, checking anyway ===> >> Found saved configuration for sudo-1.6.9.1 ===> Extracting for >> sudo-1.6.9.1 => MD5 Checksum OK for sudo-1.6.9p1.tar.gz. >> => SHA256 Checksum OK for sudo-1.6.9p1.tar.gz. >> ===> Patching for sudo-1.6.9.1 >> ===> Configuring for sudo-1.6.9.1 >> /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY >> relocation in /bin/cp >> *** Error code 1 >> >> Stop in /usr/ports/security/sudo. >> *** Error code 1 >> >> Stop in /usr/ports/security/sudo. >> >> >> With regards, >> Lars. >> > > ABI changes if you recompiled some sources (and not others) can > cause this. > Always rebuild everything if you changed any important parts (libc, > compiler versions, dependant libs, etc). > -Garrett Err... I meant to email ports@.. -Garrett --------------080401000904050502020700-- From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 10:05:39 2007 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 ADDB616A469 for ; Mon, 30 Jul 2007 10:05:39 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8B73C13C4F9 for ; Mon, 30 Jul 2007 10:05:39 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (c-24-21-141-24.hsd1.or.comcast.net [24.21.141.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id 53CBF3BD2C; Mon, 30 Jul 2007 02:47:32 -0700 (PDT) From: Alexander Botero-Lowry To: ports@FreeBSD.org, python@FreeBSD.org Date: Mon, 30 Jul 2007 02:51:03 -0700 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20070730094732.53CBF3BD2C@cherenkov.geekfire.com> Cc: Subject: Python 2.5.1 as default Python version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 10:05:39 -0000 This is just a quick message to note that we have made Python 2.5.1 the default Python version in the FreeBSD ports collection as of about a minute ago. This change also included a considerable amount of work to make support for Python Eggs more useable in the Ports collection, by provoiding a few macros for working with easy_install registration, as well as support for Python 2.5's egginfo files. Most, if not all, of the work was done by Hye-Shik Chang (perky@) who has done a great job of getting this change into the tree. I'd also like to thank Pav Lucistnik (pav@) for being really on the ball about getting experimental runs done for us so we could get these changes in with a minimal amount of damage within the ports tree. We know there are still a few stragling ports, and will be working to fix them as quickly as possible. The ones we know of right now are: java-gcj-compat, gsculpt, py25-wxPython-common, gourmet, and scribus. Please direct questions, requests, and complaints to python@FreeBSD.org Alex From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 11:06:15 2007 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD4516A477 for ; Mon, 30 Jul 2007 11:06:15 +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 1DA1113C45E for ; Mon, 30 Jul 2007 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6UB6EEI039642 for ; Mon, 30 Jul 2007 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6UB6Dr5039638 for PORTS; Mon, 30 Jul 2007 11:06:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Jul 2007 11:06:13 GMT Message-Id: <200707301106.l6UB6Dr5039638@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, 30 Jul 2007 11:06:15 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/112754 VERY SERIOUS security bug in sysutils/eject o ports/115035 [patch] mpd4: 'libpdel.so.4 not found' on startup - rc 2 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/105549 ports/www/squid_radius_auth doesn't work on sparc64 o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode o ports/107536 editors/scite: Can't write on SciTE text editor f ports/108077 www/linux-flashplugin9 crashes linux-firefox f ports/108413 net/vnc does not works. f ports/108537 print/hplip: Build failure f ports/108606 Courier MTA terminates abnormaly after installation f ports/111338 graphics/yafray: doesn't respect CXX, CXXFLAGS and eve f ports/112083 mail/qsheff overwrites configuration upon upgrade f ports/112094 www/lynx: plist missing configuration file o ports/112385 sysutils/lookupd on Kernel 64 f ports/112698 www/opera's spell-check doesn't work f ports/112921 x11-wm/Beryl not loading focus and keybinding settings f ports/113139 sysutils/ucspi-tcp runtime crash on amd64 w/ fix o ports/113144 print/ghostscript-gnu dumps core with several output d f ports/113498 www/elinks: lua scripting broken f ports/113847 devel/apr's buildconf is not able to find the python o ports/114132 mule goes core dump on X Window System o ports/114286 port unixODBC installs documentation with access mode o ports/114560 editors/mule cannot compile in ports f ports/114819 [patch] x11-toolkits/swt-devel crashes in realpath whe 22 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/94921 isakmpd fails on amd64 o ports/95854 New Port: www/ochusha o ports/100896 [new ports] emulators/vmware-server-guestd1 emulators/ f ports/101166 bittorrent-curses only works under English locales. o ports/103395 security/gnome-ssh-askpass interferes with gnome-scree o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM o ports/107368 audio/normalize: [patch] - normalize-mp3 and normalize f ports/107621 net/proxychains doens't compile on 4 and 5 f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut f ports/108104 print/hplip: documentation gets installed though NOPOR o ports/108595 pstree (sysutils/psmisc) don't work in jail f ports/108723 kxgenerator never worked for me f ports/108788 [patch] sysutils/fusefs-kmod: Add BASE option f ports/108853 Contradiction of CONFLICTSĄĄ f ports/109041 security/tinyca doesn't allow for user installed OpenS o ports/110144 New port: math/Matlab7 f ports/110320 [security/vpnc] rc script returns 0 on failure o ports/111167 New port:mail/ilohamail-devel IlohaMail is a lightweig o ports/111247 New port: sysutil/linux-procfs rpm port of procps f ports/111399 print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE f ports/111456 [UPDATE] finance/pfpro updated distinfo f ports/111549 ports/net/fping patch to add -S source_addr option o ports/112124 [New port] archivers/linux-par2cmdline o ports/112185 [NEW PORT] net/fping+ipv6: Quickly ping N hosts w/o fl o ports/112248 new port: finance/ledgersmb o ports/112271 new port: graphics/lightzone: a photo editor o ports/112499 Add a necessary runtime library for audio/mbrola to ru o ports/112669 New port: net/snmp++ v3 library f ports/112876 audio/xmcd - compile problems after xorg 7.2 upgrade ( f ports/112887 net/nxserver 1.4.0_1 fails to compile after upgrading o ports/112982 new port: security/hamachi f ports/113319 [NEW PORT] www/p5-Catalyst-View-Email: Catalyst View f f ports/113325 japanese/ng: use termios instead of sgtty f ports/113335 biology/linux-foldingathome needs to run as root? f ports/113423 Update for ports net/freenx to version 0.6.0 o ports/113538 databases/unixODBC fails to copy required INI files fo o ports/113572 [patch] japanese/sj3 is broken o ports/113608 New port: devel/codeblocks-devel SVN version of Code:: o ports/113674 [NEW PORT] comms/tbdcnv: Convert "audio" files between f ports/113709 multimedia/mplayer - PATCH - Add icon to gmplayer desk o ports/113741 maintainer update: x11-toolkits/qwt-devel f ports/113750 update science/kst to 1.4.0 o ports/113827 when trying to play midis using audio/playmidi "/dev/s o ports/113835 [PATCH] misc/ipbt: unbreak, update package size/checks o ports/113925 New port: security/openvpn-auth-ldap - LDAP authentica o ports/114004 Missing RUN_DEPENDENCY in /usr/ports/multimedia/dvdaut o ports/114006 [NEW PORT] net/zeroinstall-injector: 0install injector o ports/114017 New port: net-im/iserverd - Groupware ICQ server clone o ports/114031 [PATCH] editors/xemacs-devel - stop XEmacs from corrup o ports/114045 New ports:devel/ETL;devel/synfig;graphics/synfigstudio f ports/114053 Port graphics/gnash is out of date o ports/114067 [new port] japanese/asterisk-sounds-jp Japanese soun o ports/114109 math/maxima - Allow options to be set via spiffy GUI d o ports/114114 New port: devel/p5-Cvs Cvs - Object oriented interface o ports/114122 New port: russian/stardict2-dict-eng_RU, Russian dicti f ports/114127 net/vnc - vnc.so installed to bad location o ports/114231 [patch] audio/timidity - audacious/plugins: default /e o ports/114239 New ports:multimedia/mimms;multimedia/gmimms A fronten o ports/114336 new ports: graphics/php4-chartdirector, graphics/php5- o ports/114365 New port: net-mgmt/nagiosgrapher o ports/114383 [New Port] texproc/yaml-mode.el: Simple major mode to o ports/114462 New port: net-im/jabbin Jabber client with VoIP o ports/114495 [NEW PORT] net-mgmt/netxms: NetXMS - network monitorin f ports/114508 [UPDATE]: java/eclipse to 3.3 o ports/114511 New port: lang/ocs o ports/114541 [NEW PORT] databases/tablelog: Logs changes on a table o ports/114544 New port: net/gateway6 free IPv6 tunnel o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- s ports/114630 [NEW PORT] emulators/wine-doors - Windows application o ports/114634 maintainer update: www/b2evolution o ports/114663 [NEW PORT] security/shibboleth-sp: C++ Shibboleth Serv o ports/114668 [MAINTAINTER, REPOCOPY] irc/riece -> irc/riece-emacs21 o ports/114669 [MAINTAINER, REPOCOPY] mail/c-sig -> mail/c-sig-emacs2 o ports/114670 [REPOCOPY] japanese/lookup -> japanese/lookup-emacs21 f ports/114684 devel/ddd remove check for FreeBSD 4.x o ports/114690 [NEW PORT] www/rubygem-amazon-ecs: A generic Amazon E- o ports/114753 emulators/zsnes: Add .desktop file o ports/114757 [NEW PORT] devel/php-dbg2: php debugger that works wit o ports/114762 New port: sysutils/mtpfs MTP device filesystem o ports/114763 New port: net-mgmt/nagios-devel Nagios development str f ports/114769 [PATCH] comms/smstools: update to 2.2.18 o ports/114785 New port: mail/p5-Net-Server-Mail-ESMTP-AUTH Impleme f ports/114805 [maintainer update] science/mbdyn: uppdate to version o ports/114811 New port: devel/qprog Cross-platform software for the o ports/114812 [new port] devel/ta-lib o ports/114813 [new port] finance/qtstalker-devel o ports/114814 [new port] net/yate f ports/114825 pam module security/pam_abl not working a ports/114831 New port:multimedia/qmmp An audio player with Winamp G f ports/114836 editors/emacs - Emacs22 info files not installed compl o ports/114867 New port:x11/simdock A fast and customizable dockbar o ports/114889 New port:graphics/autoq3d A complete QT quick 3d model f ports/114892 Update: mail/dovecot-sieve to 1.0.2 f ports/114893 [PATCH] audio/musicpd: update to 0.13.0 f ports/114904 [UPDATE]: audio/qmpdclient Update to new release, 1.0. a ports/114905 New port: devel/subcommander Qt based multiplatform su o ports/114934 [NEW PORT] devel/cunit: An automated unit testing fram o ports/114937 [NEW PORT]: graphics/blender-doc - Blender document o ports/114969 New port:science/speedcrunch A desktop calculator for f ports/114971 [PATCH] mail/mutt-devel: Add knob for SMTP support o ports/114972 Port update for www/jetty 6.1.5 s ports/114984 New port:graphics/qtpfsgui A graphical user interface f ports/114993 editors/Emacs causes SIGSEGV f ports/114994 sysutils/3dm: install/uninstall issues that impact the o ports/114997 New port: emulators/fceu-server: The network play serv o ports/114999 security/bro, port upgrade to version 1.2.1, take over o ports/115005 New port: misc/color-theme.el (color themes for emacs) o ports/115012 New port: comms/bluegps BlueGPS is a simple command l f ports/115032 [PATCH] www/validator: Need not to depend upon p5-Enco f ports/115034 devel/autoconf-archive: upgrade to 2007-07-26 release 110 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 18:47:01 2007 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 A1DB216A417 for ; Mon, 30 Jul 2007 18:47:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9F813C46A for ; Mon, 30 Jul 2007 18:47:01 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id l6UIaGDK092064 for ; Mon, 30 Jul 2007 11:36:20 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200707301836.l6UIaGDK092064@gw.catspoiler.org> Date: Mon, 30 Jul 2007 11:36:16 -0700 (PDT) From: Don Lewis To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Subject: pm3-base, cvsup, etc. on -CURRENT [patch] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 18:47:01 -0000 The Modula 3 ports recently stopped working on -CURRENT because of a change to the i386 machine-dependent kernel code removed a kludge that the pm3 garbage collector was using to find the fault address when accesses were made to protected pages. The correct fix for this is to convert the garbage collector to using sigaction() with the SA_SIGINFO flag so that it can get the address in a supported fashion. A further problem is that the pm3-base port can't be built with GCC 4.2, which is the base compiler in current. The patch below addresses both of these issues, though I cheated a bit in the bootstrap code by relying on the fact that the fault address is also returned in an undocumented fourth argument to old-style signal handlers, because this was an easier change to make by hand. In theory, the bootstrap assembly language code could be regenerated from the .m3 source. I've tested this on -CURRENT. I've done some partial testing on 6.2-STABLE, but this port does most of its interesting work in the install step, which is a problem for me because I don't happen to have full access to a machine running -STABLE at the momemt. I'd appreciate any feedback and testing of this patch that I can get. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/pm3-base/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 6 Oct 2006 20:25:43 -0000 1.20 +++ Makefile 30 Jul 2007 17:44:40 -0000 @@ -49,6 +49,10 @@ INST_TARGET= freebsd-4 BOOTSTRAP= pm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 WORDSIZE= 32 +.if ${OSVERSION} >= 700042 +USE_GCC= 3.4 +GCC34_PATCH=${PATCHDIR}/GCC34-patch-${TARGET} +.endif .elif ${ARCH} == "alpha" CFLAGS+= -mieee TARGET= FBSD_ALPHA @@ -63,6 +67,7 @@ .if ${EXTRA_PATCHES} == ${PATCHDIR}/${TARGET}-patch-* .undef EXTRA_PATCHES .endif +EXTRA_PATCHES+= ${GCC34_PATCH} post-patch: @${CP} ${WRKSRC}/libs/m3core/src/runtime/${TARGET}/RTHeapDepC.c \ Index: files/GCC34-patch-FreeBSD4 =================================================================== RCS file: files/GCC34-patch-FreeBSD4 diff -N files/GCC34-patch-FreeBSD4 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/GCC34-patch-FreeBSD4 27 Jul 2007 20:47:31 -0000 @@ -0,0 +1,19 @@ +--- m3config/src/FreeBSD4.orig 2000-05-31 10:55:01.000000000 -0700 ++++ m3config/src/FreeBSD4 2007-07-27 13:46:14.000000000 -0700 +@@ -18,12 +18,12 @@ + + ASM = ["as", "-o"] + BOPT_FLAG = "-O" +-CC = ["cc","-c"] +-GNU_CC = "cc" ++CC = ["gcc34","-c"] ++GNU_CC = "gcc34" + GNU_CFLAGS = [] +-LINK = ["cc"] ++LINK = ["gcc34"] + MAKELIB = [ "ar", "cru" ] +-MAKESHLIB = ["cc","-shared"] ++MAKESHLIB = ["gcc34","-shared"] + OPT_FLAG = "-O" + RANLIB = ["ranlib"] + RPATH_FLAG = "-R" Index: files/patch-RTHeapDep.m3 =================================================================== RCS file: files/patch-RTHeapDep.m3 diff -N files/patch-RTHeapDep.m3 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-RTHeapDep.m3 28 Jul 2007 01:37:47 -0000 @@ -0,0 +1,116 @@ +--- libs/m3core/src/runtime/FreeBSD4/RTHeapDep.m3.orig 2000-05-31 10:54:33.000000000 -0700 ++++ libs/m3core/src/runtime/FreeBSD4/RTHeapDep.m3 2007-07-27 18:37:41.000000000 -0700 +@@ -50,36 +50,41 @@ + + (* establish SIGSEGV handler; remember previous handler *) + VAR +- vec := Usignal.struct_sigvec{ +- sv_handler := Fault, sv_mask := +- Word.LeftShift(1, Usignal.SIGVTALRM - 1), sv_flags := 0}; +- ovec: Usignal.struct_sigvec; +- ret := Usignal.sigvec(Usignal.SIGSEGV, vec, ovec); +- vecb := Usignal.struct_sigvec{ +- sv_handler := Fault, sv_mask := +- Word.LeftShift(1, Usignal.SIGVTALRM - 1), sv_flags := 0}; +- ovecb: Usignal.struct_sigvec; +- retb := Usignal.sigvec(Usignal.SIGBUS, vecb, ovecb); ++ vec, ovec, vecb, ovecb : Usignal.struct_sigaction; ++ ret, retb : Ctypes.int; + BEGIN ++ vec.sa_flags := Word.Or(Usignal.SA_RESTART, Usignal.SA_SIGINFO); ++ vecb.sa_flags := Word.Or(Usignal.SA_RESTART, Usignal.SA_SIGINFO); ++ vec.sa_handler := Fault; ++ vecb.sa_handler := Fault; ++ EVAL Usignal.sigemptyset(vec.sa_mask); ++ EVAL Usignal.sigemptyset(vecb.sa_mask); ++ (* block the "SIGVTALRM" signal when signal handlers are called *) ++ EVAL Usignal.sigaddset(vec.sa_mask, Usignal.SIGVTALRM); ++ EVAL Usignal.sigaddset(vecb.sa_mask, Usignal.SIGVTALRM); ++ ret := Usignal.sigaction(Usignal.SIGSEGV, ADR(vec), ADR(ovec)); ++ retb := Usignal.sigaction(Usignal.SIGSEGV, ADR(vecb), ADR(ovecb)); + <* ASSERT ret = 0 *> + <* ASSERT retb = 0 *> +- defaultSIGSEGV := ovec.sv_handler; +- defaultSIGBUS := ovecb.sv_handler; ++ defaultSIGSEGV := ovec.sa_handler; ++ defaultSIGBUS := ovecb.sa_handler; + END; + + (* establish signal handler for all other signals that dump core, if no + handler exists *) + PROCEDURE OverrideDefault (sig: Ctypes.int) = + VAR +- vec := Usignal.struct_sigvec{ +- sv_handler := Core, sv_mask := +- Word.LeftShift(1, Usignal.SIGVTALRM - 1), sv_flags := 0}; +- ovec: Usignal.struct_sigvec; +- ret := Usignal.sigvec(sig, vec, ovec); ++ vec, ovec : Usignal.struct_sigaction; ++ ret : Ctypes.int; + BEGIN ++ vec.sa_flags := Usignal.SA_SIGINFO; ++ vec.sa_handler := Core; ++ EVAL Usignal.sigemptyset(vec.sa_mask); ++ EVAL Usignal.sigaddset(vec.sa_mask, Usignal.SIGVTALRM); ++ ret := Usignal.sigaction(sig, ADR(vec), ADR(ovec)); + <* ASSERT ret = 0 *> +- IF ovec.sv_handler # Usignal.SIG_DFL THEN +- ret := Usignal.sigvec(sig, ovec, vec); ++ IF ovec.sa_handler # Usignal.SIG_DFL THEN ++ ret := Usignal.sigaction(sig, ADR(ovec), ADR(vec)); + <* ASSERT ret = 0 *> + END; + END OverrideDefault; +@@ -99,10 +104,10 @@ + action. *) + + PROCEDURE Fault (sig : Ctypes.int; +- code: Ctypes.int; +- scp : UNTRACED REF Usignal.struct_sigcontext) = ++ info: UNTRACED REF Usignal.struct_siginfo; ++ uap : UNTRACED REF Usignal.struct_ucontext) = + VAR +- sf_addr := LOOPHOLE(scp.sc_err, ADDRESS); ++ sf_addr := info.si_addr; + + BEGIN + IF RTHeapRep.Fault(sf_addr) THEN +@@ -110,9 +115,9 @@ + END; + IF defaultSIGSEGV = Usignal.SIG_IGN THEN RETURN; END; + IF defaultSIGSEGV = Usignal.SIG_DFL THEN +- Core(sig, code, scp); ++ Core(sig, info, uap); + ELSE +- defaultSIGSEGV(sig, code, scp); ++ defaultSIGSEGV(sig, info, uap); + END; + END Fault; + +@@ -124,18 +129,20 @@ + VAR dumped_core := FALSE; + + PROCEDURE Core ( sig : Ctypes.int; +- <* UNUSED *> code: Ctypes.int; +- <* UNUSED *> scp : UNTRACED REF Usignal.struct_sigcontext) = ++ <* UNUSED *> info: UNTRACED REF Usignal.struct_siginfo; ++ <* UNUSED *> uap : UNTRACED REF Usignal.struct_ucontext) = + VAR +- ovec: Usignal.struct_sigvec; +- vec := Usignal.struct_sigvec{sv_handler := Usignal.SIG_DFL, +- sv_mask := 0, sv_flags := 0}; ++ ovec: Usignal.struct_sigaction; ++ vec : Usignal.struct_sigaction; + BEGIN + INC(RT0u.inCritical); + IF NOT dumped_core THEN + dumped_core := TRUE; + EVAL RTHeapRep.Crash(); (* clean up the heap *) +- EVAL Usignal.sigvec(sig, vec, ovec); (* establish default action *) ++ vec.sa_handler := Usignal.SIG_DFL; ++ EVAL Usignal.sigemptyset(vec.sa_mask); ++ vec.sa_flags := 0; ++ EVAL Usignal.sigaction(sig, ADR(vec), ADR(ovec)); (* establish default action *) + EVAL Usignal.sigsetmask(0); + (** EVAL Usignal.kill(Uprocess.getpid(), sig); (* dump core *) **) + Cstdlib.abort (); (* dump core *) Index: files/patch-RTHeapDep.ms =================================================================== RCS file: files/patch-RTHeapDep.ms diff -N files/patch-RTHeapDep.ms --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-RTHeapDep.ms 27 Jul 2007 20:44:44 -0000 @@ -0,0 +1,12 @@ +--- boot-FreeBSD4/m3core/FreeBSD4/RTHeapDep.ms.orig 2000-09-05 14:50:31.000000000 -0700 ++++ boot-FreeBSD4/m3core/FreeBSD4/RTHeapDep.ms 2007-07-27 13:42:37.000000000 -0700 +@@ -232,8 +232,7 @@ + pushl %ebx + movl 8(%ebp),%edi + movl 12(%ebp),%esi +- movl 16(%ebp),%ebx +- movl 72(%ebx),%eax ++ movl 20(%ebp),%eax + pushl %eax + movl MI_RTHeapRep+556,%eax + call *%eax Index: files/patch-RTSignal.m3 =================================================================== RCS file: files/patch-RTSignal.m3 diff -N files/patch-RTSignal.m3 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-RTSignal.m3 30 Jul 2007 07:39:16 -0000 @@ -0,0 +1,64 @@ +--- libs/m3core/src/runtime/FreeBSD4/RTSignal.m3.orig 2000-05-31 10:54:33.000000000 -0700 ++++ libs/m3core/src/runtime/FreeBSD4/RTSignal.m3 2007-07-27 18:55:32.000000000 -0700 +@@ -10,9 +10,6 @@ + IMPORT RTMisc, RTProcess, Usignal, Uprocess; + FROM Ctypes IMPORT int; + +-TYPE +- SigInfo = UNTRACED REF Usignal.struct_sigcontext; +- + VAR + DefaultHandler : Usignal.SignalHandler; + IgnoreSignal : Usignal.SignalHandler; +@@ -61,7 +58,9 @@ + EVAL Usignal.sigaction (sig, ADR(initial_handlers[id]), NIL); + END RestoreHandler; + +-PROCEDURE Shutdown (sig: int; <*UNUSED*> code: int; <*UNUSED*> scp: SigInfo) = ++PROCEDURE Shutdown (sig : int; ++ <*UNUSED*> info: UNTRACED REF Usignal.struct_siginfo; ++ <*UNUSED*> uap : UNTRACED REF Usignal.struct_ucontext) = + VAR new, old: Usignal.struct_sigaction; + BEGIN + new.sa_handler := DefaultHandler; +@@ -71,28 +70,34 @@ + EVAL Usignal.kill (Uprocess.getpid (), sig); (* and resend the signal *) + END Shutdown; + +-PROCEDURE Interrupt (sig: int; code: int; scp: SigInfo) = ++PROCEDURE Interrupt (sig : int; ++ info: UNTRACED REF Usignal.struct_siginfo; ++ uap : UNTRACED REF Usignal.struct_ucontext) = + VAR h := RTProcess.OnInterrupt (NIL); + BEGIN + IF (h = NIL) THEN +- Shutdown (sig, code, scp); ++ Shutdown (sig, info, uap); + ELSE + EVAL RTProcess.OnInterrupt (h); (* reinstall the handler *) + h (); + END; + END Interrupt; + +-PROCEDURE Quit (<*UNUSED*> sig, code: int; scp: SigInfo) = ++PROCEDURE Quit (<*UNUSED*> sig : int; ++ <*UNUSED*> info: UNTRACED REF Usignal.struct_siginfo; ++ uap : UNTRACED REF Usignal.struct_ucontext) = + VAR pc := 0; + BEGIN +- IF (scp # NIL) THEN pc := scp.sc_eip END; ++ IF (uap # NIL) THEN pc := uap.uc_mcontext.mc_eip END; + RTMisc.FatalErrorPC (pc, "aborted"); + END Quit; + +-PROCEDURE SegV (<*UNUSED*> sig, code: int; scp: SigInfo) = ++PROCEDURE SegV (<*UNUSED*> sig : int; ++ <*UNUSED*> info: UNTRACED REF Usignal.struct_siginfo; ++ uap : UNTRACED REF Usignal.struct_ucontext) = + VAR pc := 0; + BEGIN +- IF (scp # NIL) THEN pc := scp.sc_eip END; ++ IF (uap # NIL) THEN pc := uap.uc_mcontext.mc_eip END; + RTMisc.FatalErrorPC (pc, + "Segmentation violation - possible attempt to dereference NIL"); + END SegV; Index: files/patch-Usignal.i3 =================================================================== RCS file: files/patch-Usignal.i3 diff -N files/patch-Usignal.i3 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Usignal.i3 30 Jul 2007 07:32:05 -0000 @@ -0,0 +1,104 @@ +--- libs/m3core/src/unix/freebsd-4/Usignal.i3.orig 2000-05-31 10:54:53.000000000 -0700 ++++ libs/m3core/src/unix/freebsd-4/Usignal.i3 2007-07-30 00:31:02.000000000 -0700 +@@ -8,7 +8,8 @@ + + INTERFACE Usignal; + +-FROM Ctypes IMPORT int, unsigned_int; ++FROM Ctypes IMPORT int, unsigned_int, char, void_star; ++FROM Utypes IMPORT pid_t, uid_t, size_t; + + (*** ***) + +@@ -62,8 +63,9 @@ + + (* Signal vector "template" used in sigaction call. *) + TYPE +- SignalHandler = PROCEDURE (sig, code: int; +- scp: UNTRACED REF struct_sigcontext); ++ SignalHandler = PROCEDURE (sig: int; ++ info: UNTRACED REF struct_siginfo; ++ uap: UNTRACED REF struct_ucontext); + + sigset_t = ARRAY [0..3] OF unsigned_int; + sigset_t_star = UNTRACED REF sigset_t; +@@ -108,6 +110,8 @@ + SA_RESETHAND = 16_0004; (* reset to SIG_DFL when taking signal *) + SA_NOCLDSTOP = 16_0008; (* do not generate SIGCHLD on child stop *) + SA_NODEFER = 16_0010; (* don't mask the signal we're delivering *) ++ SA_NOCLDWAIT = 16_0020; (* don't keep zombies around *) ++ SA_SIGINFO = 16_0040; (* signal handler with SA_SIGINFO args *) + + TYPE + struct_sigstack = RECORD +@@ -148,6 +152,70 @@ + sc_ss: int; + END; + ++TYPE ++ struct_mcontext = RECORD ++ mc_onstack: int; (* sigstack state to restore *) ++ mc_gs: int; ++ mc_fs: int; ++ mc_es: int; ++ mc_ds: int; ++ mc_edi: int; ++ mc_esi: int; ++ mc_ebp: int; (* frame pointer *) ++ mc_isp: int; ++ mc_ebx: int; ++ mc_edx: int; ++ mc_ecx: int; ++ mc_eax: int; ++ mc_trapno: int; ++ mc_err: int; ++ mc_eip: int; (* program counter *) ++ mc_cs: int; ++ mc_efl: int; ++ mc_esp: int; (* stack pinter *) ++ mc_ss: int; ++ ++ mc_len: int; ++ mc_fpformat: int; ++ mc_ownedfp: int; ++ mc_spare1: int; ++ mc_fpstate: ARRAY [0..127] OF int; ++ mc_spare2: ARRAY [0..7] OF int; ++ END; ++ ++TYPE ++ struct_stack = RECORD ++ ss_sp: UNTRACED REF char; ++ ss_size: size_t; ++ ss_flags: int; ++ END; ++ ++TYPE ++ struct_ucontext = RECORD ++ us_sigmask: sigset_t; (* signal mask to restore *) ++ uc_mcontext: struct_mcontext; ++ uc_link: UNTRACED REF struct_ucontext; ++ uc_stack: struct_stack; ++ uc_flags: int; ++ uc_spare: ARRAY [0..3] OF int; ++ END; ++ ++TYPE ++ struct_siginfo = RECORD ++ si_signo: int; ++ si_errno: int; ++ si_code: int; ++ si_pid: pid_t; ++ si_uid: uid_t; ++ si_status: int; ++ si_addr: void_star; ++ sival_int: int; ++ (* XXX - various union members below *) ++ si_reason_trapno_timerid: int; ++ si_reason_overrun: int; ++ si_spare2: ARRAY [1..6] OF int; ++ END; ++ + (* Do not modifiy these variables *) + VAR (*CONST*) + BADSIG, SIG_ERR, SIG_DFL, SIG_IGN, SIG_HOLD: SignalHandler; From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 19:55:12 2007 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 C1CDC16A421 for ; Mon, 30 Jul 2007 19:55:12 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 99C4813C45B for ; Mon, 30 Jul 2007 19:55:12 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 867BC654D7 for ; Mon, 30 Jul 2007 14:55:11 -0500 (CDT) Date: Mon, 30 Jul 2007 14:55:11 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========55065A48622C4D4F5FD0==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: security/bro port upgrade submission X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 30 Jul 2007 19:55:12 -0000 --==========55065A48622C4D4F5FD0========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I submitted a PR to update the security/bro port to version1.2 (from 0.8.) Just wanted to give a heads up to the committers. This is a complex port=20 that will take a lot of work to test as well as verify my work. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========55065A48622C4D4F5FD0==========-- From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 20:15:06 2007 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 24F6C16A418; Mon, 30 Jul 2007 20:15:06 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id CEFC113C442; Mon, 30 Jul 2007 20:15:04 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l6UJveh4018380; Mon, 30 Jul 2007 15:57:40 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-gnome@FreeBSD.org, freebsd-ports@FreeBSD.org Date: Mon, 30 Jul 2007 15:57:27 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_tKkrGT3EprQ0Z3o" Message-Id: <200707301557.33055.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/3820/Mon Jul 30 08:13:24 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: [PATCH] Update freetype2 to 2.3.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:15:06 -0000 --Boundary-00=_tKkrGT3EprQ0Z3o Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Can we update freetype2 to the latest 2.3.5? Patches are attached. Thanks, Jung-uk Kim --Boundary-00=_tKkrGT3EprQ0Z3o Content-Type: text/x-diff; charset="iso-8859-1"; name="ports-freetype2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports-freetype2.diff" --- ports/print/freetype2/Makefile 2007-05-22 12:23:54.000000000 -0400 +++ ports/print/freetype2/Makefile 2007-07-30 14:56:36.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= freetype2 -PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTVERSION= 2.3.5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ @@ -32,18 +31,6 @@ CONFIGURE_ARGS= --disable-nls CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) -CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -.endif - -.if defined(WITH_CJK) -#PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \ -# http://bsdchat.com/dist/firefly-cjk-patchset/ -#PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz -#PATCH_DIST_STRIP+= -p1 -.endif - pre-everything:: .if !defined(WITHOUT_TTF_BYTECODE_ENABLED) @${ECHO_MSG} --- ports/print/freetype2/distinfo 2006-10-30 18:34:25.000000000 -0500 +++ ports/print/freetype2/distinfo 2007-07-30 14:42:18.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (freetype-2.2.1.tar.bz2) = 5b2f827082c544392a7701f7423f0781 -SHA256 (freetype-2.2.1.tar.bz2) = 0e8eb40392752b306d3a3de21f9fa479d53c17bd774b8051771cb258e162e006 -SIZE (freetype-2.2.1.tar.bz2) = 1212258 +MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c +SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e +SIZE (freetype-2.3.5.tar.bz2) = 1279861 --- ports/print/freetype2/files/patch-src_pcf_pcfdrivr.c 2006-10-30 18:34:25.000000000 -0500 +++ ports/print/freetype2/files/patch-src_pcf_pcfdrivr.c 1969-12-31 19:00:00.000000000 -0500 @@ -1,50 +0,0 @@ ---- src/pcf/pcfdrivr.c.orig 2006-02-17 07:40:36.000000000 +0100 -+++ src/pcf/pcfdrivr.c -@@ -203,19 +203,23 @@ THE SOFTWARE. - - /* free properties */ - { -- PCF_Property prop = face->properties; -+ PCF_Property prop; - FT_Int i; - - -- for ( i = 0; i < face->nprops; i++ ) -+ if ( face->properties ) - { -- prop = &face->properties[i]; -+ for ( i = 0; i < face->nprops; i++ ) -+ { -+ prop = &face->properties[i]; - -- FT_FREE( prop->name ); -- if ( prop->isString ) -- FT_FREE( prop->value.atom ); -+ if ( prop ) { -+ FT_FREE( prop->name ); -+ if ( prop->isString ) -+ FT_FREE( prop->value.atom ); -+ } -+ } - } -- - FT_FREE( face->properties ); - } - -@@ -258,6 +262,8 @@ THE SOFTWARE. - FT_Error error2; - - -+ PCF_Face_Done( pcfface ); -+ - /* this didn't work, try gzip support! */ - error2 = FT_Stream_OpenGzip( &face->gzip_stream, stream ); - if ( FT_ERROR_BASE( error2 ) == FT_Err_Unimplemented_Feature ) -@@ -357,6 +363,7 @@ THE SOFTWARE. - - Fail: - FT_TRACE2(( "[not a valid PCF file]\n" )); -+ PCF_Face_Done( pcfface ); - error = PCF_Err_Unknown_File_Format; /* error */ - goto Exit; - } --- ports/print/freetype2/files/patch-src_pcf_pcfread.c 2006-10-30 18:34:25.000000000 -0500 +++ ports/print/freetype2/files/patch-src_pcf_pcfread.c 1969-12-31 19:00:00.000000000 -0500 @@ -1,455 +0,0 @@ ---- src/pcf/pcfread.c.orig 2006-01-23 17:35:18.000000000 +0100 -+++ src/pcf/pcfread.c -@@ -102,7 +102,8 @@ THE SOFTWARE. - return PCF_Err_Cannot_Open_Resource; - - if ( toc->version != PCF_FILE_VERSION || -- toc->count > FT_ARRAY_MAX( face->toc.tables ) ) -+ toc->count > FT_ARRAY_MAX( face->toc.tables ) || -+ toc->count == 0 ) - return PCF_Err_Invalid_File_Format; - - if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) ) -@@ -116,6 +117,41 @@ THE SOFTWARE. - tables++; - } - -+ /* Sort tables and check for overlaps. Because they are almost */ -+ /* always ordered already, an in-place bubble sort with simultaneous */ -+ /* boundary checking seems appropriate. */ -+ tables = face->toc.tables; -+ -+ for ( n = 0; n < toc->count - 1; n++ ) -+ { -+ FT_UInt i, have_change; -+ -+ -+ have_change = 0; -+ -+ for ( i = 0; i < toc->count - 1 - n; i++ ) -+ { -+ PCF_TableRec tmp; -+ -+ -+ if ( tables[i].offset > tables[i + 1].offset ) -+ { -+ tmp = tables[i]; -+ tables[i] = tables[i + 1]; -+ tables[i + 1] = tmp; -+ -+ have_change = 1; -+ } -+ -+ if ( ( tables[i].size > tables[i + 1].offset ) || -+ ( tables[i].offset > tables[i + 1].offset - tables[i].size ) ) -+ return PCF_Err_Invalid_Offset; -+ } -+ -+ if ( !have_change ) -+ break; -+ } -+ - #if defined( FT_DEBUG_LEVEL_TRACE ) - - { -@@ -130,7 +166,8 @@ THE SOFTWARE. - tables = face->toc.tables; - for ( i = 0; i < toc->count; i++ ) - { -- for( j = 0; j < sizeof ( tableNames ) / sizeof ( tableNames[0] ); j++ ) -+ for ( j = 0; j < sizeof ( tableNames ) / sizeof ( tableNames[0] ); -+ j++ ) - if ( tables[i].type == (FT_UInt)( 1 << j ) ) - name = tableNames[j]; - -@@ -153,13 +190,15 @@ THE SOFTWARE. - } - - -+#define PCF_METRIC_SIZE 12 -+ - static - const FT_Frame_Field pcf_metric_header[] = - { - #undef FT_STRUCTURE - #define FT_STRUCTURE PCF_MetricRec - -- FT_FRAME_START( 12 ), -+ FT_FRAME_START( PCF_METRIC_SIZE ), - FT_FRAME_SHORT_LE( leftSideBearing ), - FT_FRAME_SHORT_LE( rightSideBearing ), - FT_FRAME_SHORT_LE( characterWidth ), -@@ -176,7 +215,7 @@ THE SOFTWARE. - #undef FT_STRUCTURE - #define FT_STRUCTURE PCF_MetricRec - -- FT_FRAME_START( 12 ), -+ FT_FRAME_START( PCF_METRIC_SIZE ), - FT_FRAME_SHORT( leftSideBearing ), - FT_FRAME_SHORT( rightSideBearing ), - FT_FRAME_SHORT( characterWidth ), -@@ -187,13 +226,15 @@ THE SOFTWARE. - }; - - -+#define PCF_COMPRESSED_METRIC_SIZE 5 -+ - static - const FT_Frame_Field pcf_compressed_metric_header[] = - { - #undef FT_STRUCTURE - #define FT_STRUCTURE PCF_Compressed_MetricRec - -- FT_FRAME_START( 5 ), -+ FT_FRAME_START( PCF_COMPRESSED_METRIC_SIZE ), - FT_FRAME_BYTE( leftSideBearing ), - FT_FRAME_BYTE( rightSideBearing ), - FT_FRAME_BYTE( characterWidth ), -@@ -221,7 +262,7 @@ THE SOFTWARE. - ? pcf_metric_msb_header - : pcf_metric_header; - -- /* the following sets 'error' but doesn't return in case of failure */ -+ /* the following sets `error' but doesn't return in case of failure */ - (void)FT_STREAM_READ_FIELDS( fields, metric ); - } - else -@@ -261,17 +302,19 @@ THE SOFTWARE. - for ( i = 0; i < ntables; i++ ) - if ( tables[i].type == type ) - { -- if ( stream->pos > tables[i].offset ) { -+ if ( stream->pos > tables[i].offset ) -+ { - error = PCF_Err_Invalid_Stream_Skip; - goto Fail; - } - -- if ( FT_STREAM_SKIP( tables[i].offset - stream->pos ) ) { -+ if ( FT_STREAM_SKIP( tables[i].offset - stream->pos ) ) -+ { - error = PCF_Err_Invalid_Stream_Skip; - goto Fail; - } - -- *asize = tables[i].size; /* unused - to be removed */ -+ *asize = tables[i].size; - *aformat = tables[i].format; - - return PCF_Err_Ok; -@@ -298,13 +341,15 @@ THE SOFTWARE. - } - - -+#define PCF_PROPERTY_SIZE 9 -+ - static - const FT_Frame_Field pcf_property_header[] = - { - #undef FT_STRUCTURE - #define FT_STRUCTURE PCF_ParsePropertyRec - -- FT_FRAME_START( 9 ), -+ FT_FRAME_START( PCF_PROPERTY_SIZE ), - FT_FRAME_LONG_LE( name ), - FT_FRAME_BYTE ( isString ), - FT_FRAME_LONG_LE( value ), -@@ -318,7 +363,7 @@ THE SOFTWARE. - #undef FT_STRUCTURE - #define FT_STRUCTURE PCF_ParsePropertyRec - -- FT_FRAME_START( 9 ), -+ FT_FRAME_START( PCF_PROPERTY_SIZE ), - FT_FRAME_LONG( name ), - FT_FRAME_BYTE( isString ), - FT_FRAME_LONG( value ), -@@ -353,8 +398,8 @@ THE SOFTWARE. - PCF_Face face ) - { - PCF_ParseProperty props = 0; -- PCF_Property properties = 0; -- FT_Int nprops, i; -+ PCF_Property properties; -+ FT_UInt nprops, i; - FT_ULong format, size; - FT_Error error; - FT_Memory memory = FT_FACE(face)->memory; -@@ -390,6 +435,15 @@ THE SOFTWARE. - - FT_TRACE4(( " nprop = %d\n", nprops )); - -+ /* rough estimate */ -+ if ( nprops > size / PCF_PROPERTY_SIZE ) -+ { -+ error = PCF_Err_Invalid_Table; -+ goto Bail; -+ } -+ -+ face->nprops = nprops; -+ - if ( FT_NEW_ARRAY( props, nprops ) ) - goto Bail; - -@@ -427,6 +481,13 @@ THE SOFTWARE. - - FT_TRACE4(( " string_size = %ld\n", string_size )); - -+ /* rough estimate */ -+ if ( string_size > size - nprops * PCF_PROPERTY_SIZE ) -+ { -+ error = PCF_Err_Invalid_Table; -+ goto Bail; -+ } -+ - if ( FT_NEW_ARRAY( strings, string_size ) ) - goto Bail; - -@@ -437,13 +498,24 @@ THE SOFTWARE. - if ( FT_NEW_ARRAY( properties, nprops ) ) - goto Bail; - -+ face->properties = properties; -+ - for ( i = 0; i < nprops; i++ ) - { -- /* XXX: make atom */ -+ FT_Long name_offset = props[i].name; -+ -+ -+ if ( ( name_offset < 0 ) || -+ ( (FT_ULong)name_offset > string_size ) ) -+ { -+ error = PCF_Err_Invalid_Offset; -+ goto Bail; -+ } -+ - if ( FT_NEW_ARRAY( properties[i].name, -- ft_strlen( strings + props[i].name ) + 1 ) ) -+ ft_strlen( strings + name_offset ) + 1 ) ) - goto Bail; -- ft_strcpy( properties[i].name, strings + props[i].name ); -+ ft_strcpy( properties[i].name, strings + name_offset ); - - FT_TRACE4(( " %s:", properties[i].name )); - -@@ -451,8 +523,18 @@ THE SOFTWARE. - - if ( props[i].isString ) - { -+ FT_Long value_offset = props[i].value; -+ -+ -+ if ( ( value_offset < 0 ) || -+ ( (FT_ULong)value_offset > string_size ) ) -+ { -+ error = PCF_Err_Invalid_Offset; -+ goto Bail; -+ } -+ - if ( FT_NEW_ARRAY( properties[i].value.atom, -- ft_strlen( strings + props[i].value ) + 1 ) ) -+ ft_strlen( strings + value_offset ) + 1 ) ) - goto Bail; - ft_strcpy( properties[i].value.atom, strings + props[i].value ); - -@@ -466,14 +548,8 @@ THE SOFTWARE. - } - } - -- face->properties = properties; -- face->nprops = nprops; -- -- FT_FREE( props ); -- FT_FREE( strings ); -- -- return PCF_Err_Ok; -- -+ error = PCF_Err_Ok; -+ - Bail: - FT_FREE( props ); - FT_FREE( strings ); -@@ -488,11 +564,9 @@ THE SOFTWARE. - { - FT_Error error = PCF_Err_Ok; - FT_Memory memory = FT_FACE(face)->memory; -- FT_ULong format = 0; -- FT_ULong size = 0; -+ FT_ULong format, size; - PCF_Metric metrics = 0; -- int i; -- int nmetrics = -1; -+ FT_ULong nmetrics, i; - - - error = pcf_seek_to_table_type( stream, -@@ -504,7 +578,8 @@ THE SOFTWARE. - if ( error ) - return error; - -- error = FT_READ_ULONG_LE( format ); -+ if ( FT_READ_ULONG_LE( format ) ) -+ goto Bail; - - if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && - !PCF_FORMAT_MATCH( format, PCF_COMPRESSED_METRICS ) ) -@@ -524,16 +599,30 @@ THE SOFTWARE. - else - (void)FT_READ_USHORT_LE( nmetrics ); - } -- if ( error || nmetrics == -1 ) -+ if ( error ) - return PCF_Err_Invalid_File_Format; - - face->nmetrics = nmetrics; - -+ FT_TRACE4(( "pcf_get_metrics:\n" )); -+ -+ FT_TRACE4(( " number of metrics: %d\n", nmetrics )); -+ -+ /* rough estimate */ -+ if ( PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) -+ { -+ if ( nmetrics > size / PCF_METRIC_SIZE ) -+ return PCF_Err_Invalid_Table; -+ } -+ else -+ { -+ if ( nmetrics > size / PCF_COMPRESSED_METRIC_SIZE ) -+ return PCF_Err_Invalid_Table; -+ } -+ - if ( FT_NEW_ARRAY( face->metrics, nmetrics ) ) - return PCF_Err_Out_Of_Memory; - -- FT_TRACE4(( "pcf_get_metrics:\n" )); -- - metrics = face->metrics; - for ( i = 0; i < nmetrics; i++ ) - { -@@ -541,7 +630,7 @@ THE SOFTWARE. - - metrics[i].bits = 0; - -- FT_TRACE4(( " idx %d: width=%d, " -+ FT_TRACE5(( " idx %d: width=%d, " - "lsb=%d, rsb=%d, ascent=%d, descent=%d, swidth=%d\n", - i, - ( metrics + i )->characterWidth, -@@ -557,6 +646,8 @@ THE SOFTWARE. - - if ( error ) - FT_FREE( face->metrics ); -+ -+ Bail: - return error; - } - -@@ -597,14 +688,16 @@ THE SOFTWARE. - if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) ) - return PCF_Err_Invalid_File_Format; - -+ FT_TRACE4(( "pcf_get_bitmaps:\n" )); -+ -+ FT_TRACE4(( " number of bitmaps: %d\n", nbitmaps )); -+ - if ( nbitmaps != face->nmetrics ) - return PCF_Err_Invalid_File_Format; - - if ( FT_NEW_ARRAY( offsets, nbitmaps ) ) - return error; - -- FT_TRACE4(( "pcf_get_bitmaps:\n" )); -- - for ( i = 0; i < nbitmaps; i++ ) - { - if ( PCF_BYTE_ORDER( format ) == MSBFirst ) -@@ -612,7 +705,7 @@ THE SOFTWARE. - else - (void)FT_READ_LONG_LE( offsets[i] ); - -- FT_TRACE4(( " bitmap %d: offset %ld (0x%lX)\n", -+ FT_TRACE5(( " bitmap %d: offset %ld (0x%lX)\n", - i, offsets[i], offsets[i] )); - } - if ( error ) -@@ -640,15 +733,22 @@ THE SOFTWARE. - FT_UNUSED( sizebitmaps ); /* only used for debugging */ - - for ( i = 0; i < nbitmaps; i++ ) -- face->metrics[i].bits = stream->pos + offsets[i]; -+ { -+ /* rough estimate */ -+ if ( ( offsets[i] < 0 ) || -+ ( (FT_ULong)offsets[i] > size ) ) -+ { -+ FT_ERROR(( "pcf_get_bitmaps:")); -+ FT_ERROR(( " invalid offset to bitmap data of glyph %d\n", i )); -+ } -+ else -+ face->metrics[i].bits = stream->pos + offsets[i]; -+ } - - face->bitmapsFormat = format; - -- FT_FREE ( offsets ); -- return error; -- - Bail: -- FT_FREE ( offsets ); -+ FT_FREE( offsets ); - return error; - } - -@@ -734,7 +834,7 @@ THE SOFTWARE. - - tmpEncoding[j].glyph = (FT_Short)encodingOffset; - -- FT_TRACE4(( " code %d (0x%04X): idx %d\n", -+ FT_TRACE5(( " code %d (0x%04X): idx %d\n", - tmpEncoding[j].enc, tmpEncoding[j].enc, - tmpEncoding[j].glyph )); - -@@ -828,7 +928,8 @@ THE SOFTWARE. - if ( error ) - goto Bail; - -- error = FT_READ_ULONG_LE( format ); -+ if ( FT_READ_ULONG_LE( format ) ) -+ goto Bail; - - if ( !PCF_FORMAT_MATCH( format, PCF_DEFAULT_FORMAT ) && - !PCF_FORMAT_MATCH( format, PCF_ACCEL_W_INKBOUNDS ) ) -@@ -876,7 +977,6 @@ THE SOFTWARE. - accel->ink_minbounds = accel->minbounds; /* I'm not sure about this */ - accel->ink_maxbounds = accel->maxbounds; - } -- return error; - - Bail: - return error; -@@ -1082,11 +1182,12 @@ THE SOFTWARE. - else - root->family_name = NULL; - -- /* Note: We shift all glyph indices by +1 since we must -+ /* -+ * Note: We shift all glyph indices by +1 since we must - * respect the convention that glyph 0 always corresponds -- * to the "missing glyph". -+ * to the `missing glyph'. - * -- * This implies bumping the number of "available" glyphs by 1. -+ * This implies bumping the number of `available' glyphs by 1. - */ - root->num_glyphs = face->nmetrics + 1; - -@@ -1171,7 +1272,7 @@ THE SOFTWARE. - Exit: - if ( error ) - { -- /* this is done to respect the behaviour of the original */ -+ /* This is done to respect the behaviour of the original */ - /* PCF font driver. */ - error = PCF_Err_Invalid_File_Format; - } --- ports/print/freetype2/files/patch-src_truetype_ttgload.c 2007-05-21 18:24:16.000000000 -0400 +++ ports/print/freetype2/files/patch-src_truetype_ttgload.c 1969-12-31 19:00:00.000000000 -0500 @@ -1,32 +0,0 @@ ---- src/truetype/ttgload.c.orig Tue Feb 14 12:44:56 2006 -+++ src/truetype/ttgload.c Fri May 18 13:05:34 2007 -@@ -269,7 +269,11 @@ - - n_points = 0; - if ( n_contours > 0 ) -+ { - n_points = cont[-1] + 1; -+ if ( n_points < 0 ) -+ goto Invalid_Outline; -+ } - - /* note that we will add four phantom points later */ - error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 ); -@@ -677,7 +681,7 @@ - FT_GlyphLoader gloader = loader->gloader; - FT_Error error = TT_Err_Ok; - FT_Outline* outline; -- FT_UInt n_points; -+ FT_Int n_points; - - - outline = &gloader->current.outline; -@@ -704,7 +708,7 @@ - /* Deltas apply to the unscaled data. */ - FT_Vector* deltas; - FT_Memory memory = loader->face->memory; -- FT_UInt i; -+ FT_Int i; - - - error = TT_Vary_Get_Glyph_Deltas( (TT_Face)(loader->face), --- ports/print/freetype2/pkg-plist 2006-10-30 18:34:25.000000000 -0500 +++ ports/print/freetype2/pkg-plist 2007-07-30 14:59:45.000000000 -0400 @@ -12,11 +12,13 @@ include/freetype2/freetype/ftchapters.h include/freetype2/freetype/fterrdef.h include/freetype2/freetype/fterrors.h +include/freetype2/freetype/ftgasp.h include/freetype2/freetype/ftglyph.h include/freetype2/freetype/ftgxval.h include/freetype2/freetype/ftgzip.h include/freetype2/freetype/ftimage.h include/freetype2/freetype/ftincrem.h +include/freetype2/freetype/ftlcdfil.h include/freetype2/freetype/ftlist.h include/freetype2/freetype/ftlzw.h include/freetype2/freetype/ftmac.h --Boundary-00=_tKkrGT3EprQ0Z3o Content-Type: text/x-diff; charset="iso-8859-1"; name="ports-ft2demos.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports-ft2demos.diff" diff -Nru ft2demos.old/Makefile ft2demos/Makefile --- ft2demos.old/Makefile 2007-05-21 15:03:07.000000000 -0400 +++ ft2demos/Makefile 2007-07-30 15:50:39.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= ft2demos -PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTVERSION= 2.3.5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ @@ -34,7 +33,8 @@ FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC -FT_PROGRAMS= ftbench ftchkwd ftdump ftgamma ftlint ftmemchk ftmulti ftstring fttimer ftvalid ftview +FT_PROGRAMS= ftbench ftchkwd ftdiff ftdump ftgamma ftgrid ftlint ftmemchk \ + ftmulti ftpatchk ftstring fttimer ftvalid ftview do-install: @(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin) diff -Nru ft2demos.old/distinfo ft2demos/distinfo --- ft2demos.old/distinfo 2006-10-30 18:34:25.000000000 -0500 +++ ft2demos/distinfo 2007-07-30 15:31:44.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (ft2demos-2.2.1.tar.bz2) = 64f5fa4425cd8241b130c0be35ba6760 -SHA256 (ft2demos-2.2.1.tar.bz2) = 1c4349ed98f2c6384cb99399f16572e1049c2c15e9691e9dc2cef2ba137acd3e -SIZE (ft2demos-2.2.1.tar.bz2) = 138604 +MD5 (ft2demos-2.3.5.tar.bz2) = 708bf1bc13a0a1d1bb801466d6d97c40 +SHA256 (ft2demos-2.3.5.tar.bz2) = f86d0d2906a2520d70460336002d20346c5013a973f3cedd049246715cef8e9f +SIZE (ft2demos-2.3.5.tar.bz2) = 157557 diff -Nru ft2demos.old/pkg-plist ft2demos/pkg-plist --- ft2demos.old/pkg-plist 2006-10-30 18:34:25.000000000 -0500 +++ ft2demos/pkg-plist 2007-07-30 15:49:28.000000000 -0400 @@ -1,10 +1,13 @@ bin/ftbench bin/ftchkwd +bin/ftdiff bin/ftdump bin/ftgamma +bin/ftgrid bin/ftlint bin/ftmemchk bin/ftmulti +bin/ftpatchk bin/ftstring bin/fttimer bin/ftvalid --Boundary-00=_tKkrGT3EprQ0Z3o-- From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 20:22:18 2007 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 C2C3B16A46B for ; Mon, 30 Jul 2007 20:22:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (adsl-75-1-14-242.dsl.scrm01.sbcglobal.net [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id A881513C45B for ; Mon, 30 Jul 2007 20:22:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id l6UKMCeJ092292 for ; Mon, 30 Jul 2007 13:22:16 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200707302022.l6UKMCeJ092292@gw.catspoiler.org> Date: Mon, 30 Jul 2007 13:22:12 -0700 (PDT) From: Don Lewis To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Subject: Re: pm3-base, cvsup, etc. on -CURRENT [patch] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:22:18 -0000 On 30 Jul, Don Lewis wrote: > The Modula 3 ports recently stopped working on -CURRENT because of a > change to the i386 machine-dependent kernel code removed a kludge that > the pm3 garbage collector was using to find the fault address when > accesses were made to protected pages. The correct fix for this is to > convert the garbage collector to using sigaction() with the SA_SIGINFO > flag so that it can get the address in a supported fashion. A further > problem is that the pm3-base port can't be built with GCC 4.2, which is > the base compiler in current. The patch below addresses both of these > issues, [snip] Does this change deserve a port version bump? Ordinarily I would say no, because the only effect is to get the port working on -CURRENT, *but* I've heard that the same kernel kludge removal might be coming to 6.2-STABLE for compatibility with the Wine port. It might be helpful if 6.2-STABLE users automagically get pm3-base upgraded before the kernel change breaks cvsup. From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 20:40:00 2007 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 5131516A419; Mon, 30 Jul 2007 20:40:00 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (bantam.cisco.com [64.102.19.199]) by mx1.freebsd.org (Postfix) with ESMTP id 4310513C4FF; Mon, 30 Jul 2007 20:39:57 +0000 (UTC) (envelope-from marcus@freebsd.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id l6UKSwR01344; Mon, 30 Jul 2007 16:28:58 -0400 (EDT) Received: from [64.102.220.188] (dhcp-64-102-220-188.cisco.com [64.102.220.188]) by rooster.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id l6UKStg11618; Mon, 30 Jul 2007 16:28:55 -0400 (EDT) Message-ID: <46AE4A06.5090103@freebsd.org> Date: Mon, 30 Jul 2007 16:28:54 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: Jung-uk Kim References: <200707301557.33055.jkim@FreeBSD.org> In-Reply-To: <200707301557.33055.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: [PATCH] Update freetype2 to 2.3.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:40:00 -0000 Jung-uk Kim wrote: > Can we update freetype2 to the latest 2.3.5? Patches are attached. freetype2 2.3.x is coming with GNOME 2.20 in September. We have been testing it in the MarcusCom CVS tree for a few months now. Joe > > Thanks, > > Jung-uk Kim > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 20:48:53 2007 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 8B34316A420; Mon, 30 Jul 2007 20:48:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 39BC613C4A7; Mon, 30 Jul 2007 20:48:53 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l6UKmq9j022483; Mon, 30 Jul 2007 16:48:52 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Joe Marcus Clarke Date: Mon, 30 Jul 2007 16:48:34 -0400 User-Agent: KMail/1.6.2 References: <200707301557.33055.jkim@FreeBSD.org> <46AE4A06.5090103@freebsd.org> In-Reply-To: <46AE4A06.5090103@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200707301648.45283.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/3821/Mon Jul 30 15:48:09 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org, freebsd-gnome@FreeBSD.org Subject: Re: [PATCH] Update freetype2 to 2.3.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:48:53 -0000 On Monday 30 July 2007 04:28 pm, Joe Marcus Clarke wrote: > Jung-uk Kim wrote: > > Can we update freetype2 to the latest 2.3.5? Patches are > > attached. > > freetype2 2.3.x is coming with GNOME 2.20 in September. We have > been testing it in the MarcusCom CVS tree for a few months now. Okay, then I will shut up and hold my breath. It might be too long to hold it, though. ;-) Thanks, Jung-uk Kim From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 03:16:12 2007 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 22BB216A41A; Tue, 31 Jul 2007 03:16:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 04A5013C48A; Tue, 31 Jul 2007 03:16:10 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6V3G8hZ022530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jul 2007 20:16:08 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6V3G7IU024484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Jul 2007 20:16:08 -0700 Message-ID: <46AEA976.20100@u.washington.edu> Date: Mon, 30 Jul 2007 20:16:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@auscert.org.au References: <200707310307.l6V378Ca028454@app.auscert.org.au> In-Reply-To: <200707310307.l6V378Ca028454@app.auscert.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.30.195132 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 03:16:12 -0000 freebsd-questions@auscert.org.au wrote: > Hi, > > I have a bad feeling that this has been asked already, and not that long > ago, but I can't find it in my mailbox. Is there a variable I can set so > that running 'make install' in a port directory will cause it to download > the package, if available, and install that instead of building from > source? In other words, the equivalent of 'portupgrade -NPP'. I have > looked at the .mk files and nothing in there seems to do that. > > This is for the situation where portupgrade isn't installed yet, and I'd > like to install it quickly from packages so I don't have to wait for Ruby > to build. Sure, I could do it with pkg_add or sysinstall but it would be > neat to be able to do everything from the ports tree. > > thanks, > joel Unfortunately none that I'm aware of. You can always install Ruby (and its dependencies) from packages though ;). -Garrett From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 03:24:03 2007 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 2591D16A418 for ; Tue, 31 Jul 2007 03:24:03 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id B71B313C458 for ; Tue, 31 Jul 2007 03:24:02 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l6V3793Y002997; Tue, 31 Jul 2007 13:07:09 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l6V378Ca028454; Tue, 31 Jul 2007 13:07:09 +1000 (EST) (envelope-from freebsd-questions@auscert.org.au) Message-Id: <200707310307.l6V378Ca028454@app.auscert.org.au> To: freebsd-questions@freebsd.org From: freebsd-questions@auscert.org.au Date: Tue, 31 Jul 2007 13:07:08 +1000 Cc: freebsd-ports@freebsd.org Subject: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 03:24:03 -0000 Hi, I have a bad feeling that this has been asked already, and not that long ago, but I can't find it in my mailbox. Is there a variable I can set so that running 'make install' in a port directory will cause it to download the package, if available, and install that instead of building from source? In other words, the equivalent of 'portupgrade -NPP'. I have looked at the .mk files and nothing in there seems to do that. This is for the situation where portupgrade isn't installed yet, and I'd like to install it quickly from packages so I don't have to wait for Ruby to build. Sure, I could do it with pkg_add or sysinstall but it would be neat to be able to do everything from the ports tree. thanks, joel From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 06:11:20 2007 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 607B916A417 for ; Tue, 31 Jul 2007 06:11:20 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 6954613C45B for ; Tue, 31 Jul 2007 06:11:19 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-13839.home.otenet.gr [87.202.54.123]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6V5RnDh024450; Tue, 31 Jul 2007 08:27:50 +0300 Message-ID: <46AEC854.3070508@otenet.gr> Date: Tue, 31 Jul 2007 08:27:48 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: freebsd-questions@auscert.org.au References: <200707310307.l6V378Ca028454@app.auscert.org.au> In-Reply-To: <200707310307.l6V378Ca028454@app.auscert.org.au> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:11:20 -0000 freebsd-questions@auscert.org.au wrote: > Hi, > > I have a bad feeling that this has been asked already, and not that long > ago, but I can't find it in my mailbox. Is there a variable I can set so > that running 'make install' in a port directory will cause it to download > the package, if available, and install that instead of building from > source? In other words, the equivalent of 'portupgrade -NPP'. I have > looked at the .mk files and nothing in there seems to do that. > > This is for the situation where portupgrade isn't installed yet, and I'd > like to install it quickly from packages so I don't have to wait for Ruby > to build. Sure, I could do it with pkg_add or sysinstall but it would be > neat to be able to do everything from the ports tree. > > thanks, > joel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Make install will always compile from source. You could however use: setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ or export PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ (if you use bash) and then do pkg_add, will get you latest packages build from the -STABLE ports. You don't even have to worry about specific version numbers (i.e. pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close to a "port tree simulation" as possible. The package may still be lagging a few versions behind the port however (or in some cases may not even exist). From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 06:34:17 2007 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 6F92B16A419 for ; Tue, 31 Jul 2007 06:34:17 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 291C813C45A for ; Tue, 31 Jul 2007 06:34:16 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IFlJ6-0002KC-5G for freebsd-ports@freebsd.org; Tue, 31 Jul 2007 08:34:12 +0200 Received: from e177215191.adsl.alicedsl.de ([85.177.215.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 08:34:12 +0200 Received: from rotkap by e177215191.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 08:34:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Followup-To: gmane.os.freebsd.devel.ports Date: Tue, 31 Jul 2007 08:32:58 +0200 Organization: yes Lines: 36 Message-ID: <9n13o4-826.ln1@news.hansenet.de> References: <200707310307.l6V378Ca028454@app.auscert.org.au> <46AEC854.3070508@otenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e177215191.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Cc: freebsd-questions@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:34:17 -0000 Manolis Kiagias wrote: > Make install will always compile from source. You could however use: > > setenv PACKAGESITE > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > or > > export > PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > (if you use bash) > > and then do pkg_add, will get you latest packages build from the -STABLE > ports. You don't even have to worry about specific version numbers (i.e. > pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close > to a "port tree simulation" as possible. The package may still be > lagging a few versions behind the port however (or in some cases may not > even exist). What about the variable PKG_SITES? Once I found (in sime wiki or howto) this entry: export PACKAGESITE=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ export PKG_SITES=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/ what about that variable PKG_SITES? what is it for? Heino From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 06:38:00 2007 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 35F4B16A419; Tue, 31 Jul 2007 06:38:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2561213C465; Tue, 31 Jul 2007 06:38:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 430791A4D7C; Mon, 30 Jul 2007 23:37:39 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 6628FBA22; Tue, 31 Jul 2007 02:37:59 -0400 (EDT) Date: Tue, 31 Jul 2007 02:37:59 -0400 From: Kris Kennaway To: rotkap@gmx.de Message-ID: <20070731063759.GA19731@rot26.obsecurity.org> References: <200707310307.l6V378Ca028454@app.auscert.org.au> <46AEC854.3070508@otenet.gr> <9n13o4-826.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9n13o4-826.ln1@news.hansenet.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:38:00 -0000 On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote: > Manolis Kiagias wrote: > > > Make install will always compile from source. You could however use: > > > > setenv PACKAGESITE > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > > > or > > > > export > > PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > (if you use bash) > > > > and then do pkg_add, will get you latest packages build from the -STABLE > > ports. You don't even have to worry about specific version numbers (i.e. > > pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close > > to a "port tree simulation" as possible. The package may still be > > lagging a few versions behind the port however (or in some cases may not > > even exist). > > What about the variable PKG_SITES? > > Once I found (in sime wiki or howto) this entry: > > > export > PACKAGESITE=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > export PKG_SITES=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/ > > > what about that variable PKG_SITES? what is it for? See pkg_add(1) kris From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 06:39:16 2007 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B16216A41B; Tue, 31 Jul 2007 06:39:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E8B0613C474; Tue, 31 Jul 2007 06:39:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6V6dF7A027772; Tue, 31 Jul 2007 06:39:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6V6dFRJ027768; Tue, 31 Jul 2007 06:39:15 GMT (envelope-from linimon) Date: Tue, 31 Jul 2007 06:39:15 GMT Message-Id: <200707310639.l6V6dFRJ027768@freefall.freebsd.org> To: linimon@FreeBSD.org, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/110326: Use TCL/TK 8.4: games/tvp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 31 Jul 2007 06:39:16 -0000 Synopsis: Use TCL/TK 8.4: games/tvp Responsible-Changed-From-To: hoek->freebsd-ports Responsible-Changed-By: linimon Responsible-Changed-When: Tue Jul 31 06:34:28 UTC 2007 Responsible-Changed-Why: Maintainer was reset. Hat: portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=110326 From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 06:56:59 2007 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 90B3716A417 for ; Tue, 31 Jul 2007 06:56:59 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6B813C457 for ; Tue, 31 Jul 2007 06:56:59 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IFlec-0005ZW-NJ for freebsd-ports@freebsd.org; Tue, 31 Jul 2007 08:56:27 +0200 Received: from e177215191.adsl.alicedsl.de ([85.177.215.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 08:56:26 +0200 Received: from rotkap by e177215191.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 08:56:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Followup-To: gmane.os.freebsd.devel.ports Date: Tue, 31 Jul 2007 08:52:46 +0200 Organization: yes Lines: 41 Message-ID: References: <200707310307.l6V378Ca028454@app.auscert.org.au> <46AEC854.3070508@otenet.gr> <9n13o4-826.ln1@news.hansenet.de> <20070731063759.GA19731@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e177215191.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:56:59 -0000 Kris Kennaway wrote: > On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote: >> Manolis Kiagias wrote: >> >> > Make install will always compile from source. You could however use: >> > >> > setenv PACKAGESITE >> > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ >> > >> > or >> > >> > export >> > PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ >> > (if you use bash) >> > >> > and then do pkg_add, will get you latest packages build from the -STABLE >> > ports. You don't even have to worry about specific version numbers (i.e. >> > pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close >> > to a "port tree simulation" as possible. The package may still be >> > lagging a few versions behind the port however (or in some cases may not >> > even exist). >> >> What about the variable PKG_SITES? >> >> Once I found (in sime wiki or howto) this entry: >> >> >> export >> PACKAGESITE=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ >> export PKG_SITES=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/ >> >> >> what about that variable PKG_SITES? what is it for? > > See pkg_add(1) PACKAGESITE ist explanied in that manpage, PKG_SITES not. Heino From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 08:05:55 2007 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 3CE7B16A417 for ; Tue, 31 Jul 2007 08:05:55 +0000 (UTC) (envelope-from q@veell.net) Received: from smtp.spaceweb.ru (smtp.spaceweb.ru [217.170.76.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9A64B13C481 for ; Tue, 31 Jul 2007 08:05:53 +0000 (UTC) (envelope-from q@veell.net) Received: from [81.222.211.3] (helo=[192.168.1.223]) by smtp.spaceweb.ru with esmtp (Exim 4.63) (envelope-from ) id 1IFmOx-0007eA-FE for ports@FreeBSD.org; Tue, 31 Jul 2007 11:44:19 +0400 Message-ID: <46AF205D.1080303@veell.net> Date: Tue, 31 Jul 2007 11:43:25 +0000 From: baka veell User-Agent: Thunderbird 1.5.0.7 (X11/20070712) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="------------060002080403050209000506" Cc: Subject: ports problem - installing gtkglext X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 31 Jul 2007 08:05:55 -0000 This is a multi-part message in MIME format. --------------060002080403050209000506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit configure: error: Cannot find GLX header ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-toolkits/gtkglext. *** Error code 1 Stop in /usr/ports/graphics/gnash. *** Error code 1 Stop in /usr/ports/graphics/gnash. --- cheers! veell_ --------------060002080403050209000506 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gtkglext configure 1.2.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --localstatedir=/usr/local/share/gnome --datadir=/usr/local/share/gnome --with-html-dir=/usr/local/share/doc --with-help-dir=/usr/local/share/gnome/help --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd6.2 ## --------- ## ## Platform. ## ## --------- ## hostname = baka uname -m = i386 uname -r = 6.2-RELEASE uname -s = FreeBSD uname -v = FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1597: checking for a BSD-compatible install configure:1652: result: /usr/bin/install -c -o root -g wheel configure:1663: checking whether build environment is sane configure:1706: result: yes configure:1739: checking for gawk configure:1755: found /usr/local/bin/gawk configure:1765: result: gawk configure:1775: checking whether gmake sets $(MAKE) configure:1795: result: yes configure:1955: checking whether to enable maintainer-specific portions of Makefiles configure:1964: result: no configure:1986: checking build system type configure:2004: result: i386-portbld-freebsd6.2 configure:2012: checking host system type configure:2026: result: i386-portbld-freebsd6.2 configure:2118: checking for gcc configure:2144: result: cc configure:2388: checking for C compiler version configure:2391: cc --version &5 cc (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2394: $? = 0 configure:2396: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:2399: $? = 0 configure:2401: cc -V &5 cc: `-V' option must have argument configure:2404: $? = 1 configure:2427: checking for C compiler default output file name configure:2430: cc -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:2433: $? = 0 configure:2479: result: a.out configure:2484: checking whether the C compiler works configure:2490: ./a.out configure:2493: $? = 0 configure:2510: result: yes configure:2517: checking whether we are cross compiling configure:2519: result: no configure:2522: checking for suffix of executables configure:2524: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:2527: $? = 0 configure:2552: result: configure:2558: checking for suffix of object files configure:2579: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:2582: $? = 0 configure:2604: result: o configure:2608: checking whether we are using the GNU C compiler configure:2632: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:2638: $? = 0 configure:2642: test -z || test ! -s conftest.err configure:2645: $? = 0 configure:2648: test -s conftest.o configure:2651: $? = 0 configure:2664: result: yes configure:2670: checking whether cc accepts -g configure:2691: cc -c -g conftest.c >&5 configure:2697: $? = 0 configure:2701: test -z || test ! -s conftest.err configure:2704: $? = 0 configure:2707: test -s conftest.o configure:2710: $? = 0 configure:2721: result: yes configure:2738: checking for cc option to accept ANSI C configure:2808: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:2814: $? = 0 configure:2818: test -z || test ! -s conftest.err configure:2821: $? = 0 configure:2824: test -s conftest.o configure:2827: $? = 0 configure:2845: result: none needed configure:2863: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2869: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3013: checking for style of include used by gmake configure:3041: result: GNU configure:3069: checking dependency style of cc configure:3152: result: gcc3 configure:3174: checking how to run the C preprocessor configure:3209: cc -E conftest.c configure:3215: $? = 0 configure:3247: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3253: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | /* end confdefs.h. */ | #include configure:3292: result: cc -E configure:3316: cc -E conftest.c configure:3322: $? = 0 configure:3354: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | /* end confdefs.h. */ | #include configure:3405: checking for strerror in -lcposix configure:3435: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix configure:3441: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3467: result: no configure:3550: checking for a sed that does not truncate output configure:3604: result: /usr/bin/sed configure:3607: checking for egrep configure:3617: result: grep -E configure:3633: checking for ld used by cc configure:3700: result: /usr/bin/ld configure:3709: checking if the linker (/usr/bin/ld) is GNU ld configure:3724: result: yes configure:3729: checking for /usr/bin/ld option to reload object files configure:3736: result: -r configure:3754: checking for BSD-compatible nm configure:3803: result: /usr/bin/nm -B configure:3807: checking whether ln -s works configure:3811: result: yes configure:3818: checking how to recognise dependent libraries configure:3994: result: pass_all configure:4468: checking for ANSI C header files configure:4493: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4499: $? = 0 configure:4503: test -z || test ! -s conftest.err configure:4506: $? = 0 configure:4509: test -s conftest.o configure:4512: $? = 0 configure:4601: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4604: $? = 0 configure:4606: ./conftest configure:4609: $? = 0 configure:4624: result: yes configure:4648: checking for sys/types.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for sys/stat.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for stdlib.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for string.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for memory.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for strings.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for inttypes.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for stdint.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4648: checking for unistd.h configure:4664: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4670: $? = 0 configure:4674: test -z || test ! -s conftest.err configure:4677: $? = 0 configure:4680: test -s conftest.o configure:4683: $? = 0 configure:4694: result: yes configure:4720: checking dlfcn.h usability configure:4732: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:4738: $? = 0 configure:4742: test -z || test ! -s conftest.err configure:4745: $? = 0 configure:4748: test -s conftest.o configure:4751: $? = 0 configure:4761: result: yes configure:4765: checking dlfcn.h presence configure:4775: cc -E conftest.c configure:4781: $? = 0 configure:4801: result: yes configure:4836: checking for dlfcn.h configure:4843: result: yes configure:4950: checking for C++ compiler version configure:4953: c++ --version &5 c++ (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4956: $? = 0 configure:4958: c++ -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:4961: $? = 0 configure:4963: c++ -V &5 c++: `-V' option must have argument configure:4966: $? = 1 configure:4969: checking whether we are using the GNU C++ compiler configure:4993: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cc >&5 configure:4999: $? = 0 configure:5003: test -z || test ! -s conftest.err configure:5006: $? = 0 configure:5009: test -s conftest.o configure:5012: $? = 0 configure:5025: result: yes configure:5031: checking whether c++ accepts -g configure:5052: c++ -c -g conftest.cc >&5 configure:5058: $? = 0 configure:5062: test -z || test ! -s conftest.err configure:5065: $? = 0 configure:5068: test -s conftest.o configure:5071: $? = 0 configure:5082: result: yes configure:5124: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cc >&5 configure:5130: $? = 0 configure:5134: test -z || test ! -s conftest.err configure:5137: $? = 0 configure:5140: test -s conftest.o configure:5143: $? = 0 configure:5169: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:24: error: `exit' was not declared in this scope configure:5175: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:5124: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cc >&5 configure:5130: $? = 0 configure:5134: test -z || test ! -s conftest.err configure:5137: $? = 0 configure:5140: test -s conftest.o configure:5143: $? = 0 configure:5169: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cc >&5 configure:5175: $? = 0 configure:5179: test -z || test ! -s conftest.err configure:5182: $? = 0 configure:5185: test -s conftest.o configure:5188: $? = 0 configure:5213: checking dependency style of c++ configure:5296: result: gcc3 configure:5323: checking how to run the C++ preprocessor configure:5354: c++ -E conftest.cc configure:5360: $? = 0 configure:5392: c++ -E conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:5398: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5437: result: c++ -E configure:5461: c++ -E conftest.cc configure:5467: $? = 0 configure:5499: c++ -E conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:5505: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5602: checking for g77 configure:5631: result: no configure:5602: checking for f77 configure:5618: found /usr/bin/f77 configure:5628: result: f77 configure:5643: checking for Fortran 77 compiler version configure:5646: f77 --version &5 GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305 Copyright (C) 2006 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5649: $? = 0 configure:5651: f77 -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 configure:5654: $? = 0 configure:5656: f77 -V &5 f77: `-V' option must have argument configure:5659: $? = 1 configure:5667: checking whether we are using the GNU Fortran 77 compiler configure:5681: f77 -c conftest.F >&5 configure:5687: $? = 0 configure:5691: test -z || test ! -s conftest.err configure:5694: $? = 0 configure:5697: test -s conftest.o configure:5700: $? = 0 configure:5713: result: yes configure:5719: checking whether f77 accepts -g configure:5731: f77 -c -g conftest.f >&5 configure:5737: $? = 0 configure:5741: test -z || test ! -s conftest.err configure:5744: $? = 0 configure:5747: test -s conftest.o configure:5750: $? = 0 configure:5762: result: yes configure:5792: checking the maximum length of command line arguments configure:5901: result: 262144 configure:5912: checking command to parse /usr/bin/nm -B output from cc object configure:6017: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:6020: $? = 0 configure:6024: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6027: $? = 0 configure:6079: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c conftstm.o >&5 configure:6082: $? = 0 configure:6120: result: ok configure:6124: checking for objdir configure:6139: result: .libs configure:6229: checking for ar configure:6245: found /usr/bin/ar configure:6256: result: ar configure:6309: checking for ranlib configure:6325: found /usr/bin/ranlib configure:6336: result: ranlib configure:6389: checking for strip configure:6405: found /usr/bin/strip configure:6416: result: strip configure:6639: checking for correct ltmain.sh version configure:6689: result: yes configure:6749: checking if cc supports -fno-rtti -fno-exceptions configure:6767: cc -c -O2 -fno-strict-aliasing -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6771: $? = 0 configure:6784: result: no configure:6799: checking for cc option to produce PIC configure:7009: result: -fPIC configure:7017: checking if cc PIC flag -fPIC works configure:7035: cc -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC conftest.c >&5 configure:7039: $? = 0 configure:7052: result: yes configure:7080: checking if cc static flag -static works configure:7108: result: yes configure:7118: checking if cc supports -c -o file.o configure:7139: cc -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.c >&5 configure:7143: $? = 0 configure:7165: result: yes configure:7191: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:8149: result: yes configure:8170: checking whether -lc should be explicitly linked in configure:8175: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:8178: $? = 0 configure:8193: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8196: $? = 1 configure:8208: result: yes configure:8216: checking dynamic linker characteristics configure:8841: result: freebsd6.2 ld.so configure:8850: checking how to hardcode library paths into programs configure:8875: result: immediate configure:8889: checking whether stripping libraries is possible configure:8894: result: yes configure:9728: checking if libtool supports shared libraries configure:9730: result: yes configure:9733: checking whether to build shared libraries configure:9754: result: yes configure:9757: checking whether to build static libraries configure:9761: result: yes configure:9853: creating libtool configure:10441: checking for ld used by c++ configure:10508: result: /usr/bin/ld configure:10517: checking if the linker (/usr/bin/ld) is GNU ld configure:10532: result: yes configure:10583: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11521: result: yes configure:11539: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cpp >&5 configure:11542: $? = 0 configure:11661: checking for c++ option to produce PIC configure:11935: result: -fPIC configure:11943: checking if c++ PIC flag -fPIC works configure:11961: c++ -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC conftest.cpp >&5 configure:11965: $? = 0 configure:11978: result: yes configure:12006: checking if c++ static flag -static works configure:12034: result: yes configure:12044: checking if c++ supports -c -o file.o configure:12065: c++ -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.cpp >&5 configure:12069: $? = 0 configure:12091: result: yes configure:12117: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:12142: result: yes configure:12209: checking dynamic linker characteristics configure:12834: result: freebsd6.2 ld.so configure:12843: checking how to hardcode library paths into programs configure:12868: result: immediate configure:13394: checking if libtool supports shared libraries configure:13396: result: yes configure:13399: checking whether to build shared libraries configure:13419: result: yes configure:13422: checking whether to build static libraries configure:13426: result: yes configure:13436: checking for f77 option to produce PIC configure:13646: result: -fPIC configure:13654: checking if f77 PIC flag -fPIC works configure:13672: f77 -c -g -O2 -fPIC conftest.f >&5 configure:13676: $? = 0 configure:13689: result: yes configure:13717: checking if f77 static flag -static works configure:13745: result: yes configure:13755: checking if f77 supports -c -o file.o configure:13776: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13780: $? = 0 configure:13802: result: yes configure:13828: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14766: result: yes configure:14833: checking dynamic linker characteristics configure:15458: result: freebsd6.2 ld.so configure:15467: checking how to hardcode library paths into programs configure:15492: result: immediate configure:19094: checking for some Win32 platform configure:19103: result: no configure:19118: checking for native Win32 configure:19128: result: no configure:19220: checking whether build environment is sane configure:19263: result: yes configure:19270: checking for cc option to accept ANSI C configure:19333: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:19339: $? = 0 configure:19343: test -z || test ! -s conftest.err configure:19346: $? = 0 configure:19349: test -s conftest.o configure:19352: $? = 0 configure:19367: result: none needed configure:19391: checking for a BSD-compatible install configure:19446: result: /usr/bin/install -c -o root -g wheel configure:19457: checking whether gmake sets $(MAKE) configure:19477: result: yes configure:19486: checking whether ln -s works configure:19490: result: yes configure:19501: checking for gawk configure:19527: result: gawk configure:19669: checking for perl5 configure:19687: found /usr/bin/perl5 configure:19699: result: /usr/bin/perl5 configure:19713: checking for indent configure:19729: found /usr/bin/indent configure:19739: result: indent configure:19812: checking for pkg-config configure:19830: found /usr/local/bin/pkg-config configure:19842: result: /usr/local/bin/pkg-config configure:19857: checking pkg-config is at least version 0.9.0 configure:19860: result: yes configure:19871: checking for BASE_DEPENDENCIES configure:19879: $PKG_CONFIG --exists --print-errors "\ gtk+-2.0 >= 2.0.0 \ gdk-2.0 >= 2.0.0 \ pango >= 1.0.0 \ pangox >= 1.0.0 \ gmodule-2.0 >= 2.0.0 \ " configure:19894: $? = 0 configure:19915: $PKG_CONFIG --exists --print-errors "\ gtk+-2.0 >= 2.0.0 \ gdk-2.0 >= 2.0.0 \ pango >= 1.0.0 \ pangox >= 1.0.0 \ gmodule-2.0 >= 2.0.0 \ " configure:19930: $? = 0 configure:20036: result: yes configure:20071: checking for pkg-config configure:20102: result: /usr/local/bin/pkg-config configure:20125: checking for GLIB - version >= 2.0.0 configure:20244: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include conftest.c -L/usr/local/lib -lglib-2.0 -liconv >&5 configure:20247: $? = 0 configure:20249: ./conftest configure:20252: $? = 0 configure:20270: result: yes (version 2.12.4) configure:20390: checking for pkg-config configure:20421: result: /usr/local/bin/pkg-config configure:20442: checking for GTK+ - version >= 2.0.0 configure:20557: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv >&5 configure:20560: $? = 0 configure:20562: ./conftest configure:20565: $? = 0 configure:20583: result: yes (version 2.10.6) configure:20677: checking for ANSI C header files configure:20833: result: yes configure:20850: checking for inttypes.h configure:20855: result: yes configure:20850: checking for stdlib.h configure:20855: result: yes configure:20850: checking for string.h configure:20855: result: yes configure:20997: checking for an ANSI C-conforming const configure:21064: cc -c -O2 -fno-strict-aliasing -pipe -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:54: warning: unused variable `s' conftest.c:74: warning: unused variable `foo' conftest.c:35: warning: unused variable `x' conftest.c:41: warning: unused variable `zero' conftest.c:71: warning: 'b' might be used uninitialized in this function conftest.c:53: warning: 't' might be used uninitialized in this function configure:21070: $? = 0 configure:21074: test -z || test ! -s conftest.err configure:21077: $? = 0 configure:21080: test -s conftest.o configure:21083: $? = 0 configure:21094: result: yes configure:21114: checking for stdlib.h configure:21119: result: yes configure:21259: checking for GNU libc compatible malloc configure:21288: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 configure:21291: $? = 0 configure:21293: ./conftest configure:21296: $? = 0 configure:21310: result: yes configure:21348: checking for memset configure:21405: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 conftest.c:53: warning: conflicting types for built-in function 'memset' configure:21411: $? = 0 configure:21415: test -z || test ! -s conftest.err configure:21418: $? = 0 configure:21421: test -s conftest configure:21424: $? = 0 configure:21436: result: yes configure:21348: checking for sqrt configure:21405: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 conftest.c:54: warning: conflicting types for built-in function 'sqrt' configure:21411: $? = 0 configure:21415: test -z || test ! -s conftest.err configure:21418: $? = 0 configure:21421: test -s conftest configure:21424: $? = 0 configure:21436: result: yes configure:21348: checking for strchr configure:21405: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 conftest.c:55: warning: conflicting types for built-in function 'strchr' configure:21411: $? = 0 configure:21415: test -z || test ! -s conftest.err configure:21418: $? = 0 configure:21421: test -s conftest configure:21424: $? = 0 configure:21436: result: yes configure:21348: checking for strrchr configure:21405: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 conftest.c:56: warning: conflicting types for built-in function 'strrchr' configure:21411: $? = 0 configure:21415: test -z || test ! -s conftest.err configure:21418: $? = 0 configure:21421: test -s conftest configure:21424: $? = 0 configure:21436: result: yes configure:21348: checking for strstr configure:21405: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -lm >&5 conftest.c:57: warning: conflicting types for built-in function 'strstr' configure:21411: $? = 0 configure:21415: test -z || test ! -s conftest.err configure:21418: $? = 0 configure:21421: test -s conftest configure:21424: $? = 0 configure:21436: result: yes configure:21476: checking gdk/gdkdisplay.h usability configure:21488: cc -c -O2 -fno-strict-aliasing -pipe -Wall -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c >&5 configure:21494: $? = 0 configure:21498: test -z || test ! -s conftest.err configure:21501: $? = 0 configure:21504: test -s conftest.o configure:21507: $? = 0 configure:21517: result: yes configure:21521: checking gdk/gdkdisplay.h presence configure:21531: cc -E -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c configure:21537: $? = 0 configure:21557: result: yes configure:21592: checking for gdk/gdkdisplay.h configure:21599: result: yes configure:21476: checking gdk/gdkscreen.h usability configure:21488: cc -c -O2 -fno-strict-aliasing -pipe -Wall -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c >&5 configure:21494: $? = 0 configure:21498: test -z || test ! -s conftest.err configure:21501: $? = 0 configure:21504: test -s conftest.o configure:21507: $? = 0 configure:21517: result: yes configure:21521: checking gdk/gdkscreen.h presence configure:21531: cc -E -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c configure:21537: $? = 0 configure:21557: result: yes configure:21592: checking for gdk/gdkscreen.h configure:21599: result: yes configure:21616: checking for gdk_display_get_default in GDK library configure:21634: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 conftest.c -Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv >&5 configure:21640: $? = 0 configure:21644: test -z || test ! -s conftest.err configure:21647: $? = 0 configure:21650: test -s conftest configure:21653: $? = 0 configure:21664: result: yes configure:21672: GDK supports multihead configure:21704: checking for gdk_x11_colormap_foreign_new configure:21761: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv >&5 configure:21767: $? = 0 configure:21771: test -z || test ! -s conftest.err configure:21774: $? = 0 configure:21777: test -s conftest configure:21780: $? = 0 configure:21792: result: yes configure:21820: checking for X configure:22050: result: libraries /usr/local/lib, headers /usr/local/include configure:22222: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c -L/usr/local/lib -lX11 >&5 configure:22228: $? = 0 configure:22232: test -z || test ! -s conftest.err configure:22235: $? = 0 configure:22238: test -s conftest configure:22241: $? = 0 configure:22399: checking for gethostbyname configure:22456: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c >&5 configure:22462: $? = 0 configure:22466: test -z || test ! -s conftest.err configure:22469: $? = 0 configure:22472: test -s conftest configure:22475: $? = 0 configure:22487: result: yes configure:22638: checking for connect configure:22695: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c >&5 configure:22701: $? = 0 configure:22705: test -z || test ! -s conftest.err configure:22708: $? = 0 configure:22711: test -s conftest configure:22714: $? = 0 configure:22726: result: yes configure:22801: checking for remove configure:22858: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c >&5 configure:22864: $? = 0 configure:22868: test -z || test ! -s conftest.err configure:22871: $? = 0 configure:22874: test -s conftest configure:22877: $? = 0 configure:22889: result: yes configure:22964: checking for shmat configure:23021: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall conftest.c >&5 configure:23027: $? = 0 configure:23031: test -z || test ! -s conftest.err configure:23034: $? = 0 configure:23037: test -s conftest configure:23040: $? = 0 configure:23052: result: yes configure:23136: checking for IceConnectionNumber in -lICE configure:23166: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -L/usr/local/lib conftest.c -lICE >&5 configure:23172: $? = 0 configure:23176: test -z || test ! -s conftest.err configure:23179: $? = 0 configure:23182: test -s conftest configure:23185: $? = 0 configure:23198: result: yes configure:23225: checking for X11/Xmu/StdCmap.h configure:23242: cc -c -O2 -fno-strict-aliasing -pipe -Wall -I/usr/local/include conftest.c >&5 configure:23248: $? = 0 configure:23252: test -z || test ! -s conftest.err configure:23255: $? = 0 configure:23258: test -s conftest.o configure:23261: $? = 0 configure:23272: result: yes configure:23225: checking for Xmu/StdCmap.h configure:23242: cc -c -O2 -fno-strict-aliasing -pipe -Wall -I/usr/local/include conftest.c >&5 conftest.c:41:25: Xmu/StdCmap.h: No such file or directory configure:23248: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_GDK_GDKDISPLAY_H 1 | #define HAVE_GDK_GDKSCREEN_H 1 | #define HAVE_GDK_X11_COLORMAP_FOREIGN_NEW 1 | #define HAVE_X11_XMU_STDCMAP_H 1 | /* end confdefs.h. */ | #include | #include | | #include configure:23272: result: no configure:23286: checking for XmuLookupStandardColormap in -lXmu configure:23316: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -I/usr/local/include conftest.c -lXmu -lXt -lSM -lICE -L/usr/local/lib -lXext -lX11 >&5 configure:23322: $? = 0 configure:23326: test -z || test ! -s conftest.err configure:23329: $? = 0 configure:23332: test -s conftest configure:23335: $? = 0 configure:23348: result: yes configure:23497: checking GL/glx.h usability configure:23509: cc -c -O2 -fno-strict-aliasing -pipe -Wall -I/usr/local/include conftest.c >&5 conftest.c:73:20: GL/glx.h: No such file or directory configure:23515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_GDK_GDKDISPLAY_H 1 | #define HAVE_GDK_GDKSCREEN_H 1 | #define HAVE_GDK_X11_COLORMAP_FOREIGN_NEW 1 | #define HAVE_X11_XMU_STDCMAP_H 1 | #define HAVE_LIBXMU 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:23538: result: no configure:23542: checking GL/glx.h presence configure:23552: cc -E -I/usr/local/include conftest.c conftest.c:39:20: GL/glx.h: No such file or directory configure:23558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtkglext" | #define PACKAGE_TARNAME "gtkglext" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "gtkglext 1.2.0" | #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMSET 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_GDK_GDKDISPLAY_H 1 | #define HAVE_GDK_GDKSCREEN_H 1 | #define HAVE_GDK_X11_COLORMAP_FOREIGN_NEW 1 | #define HAVE_X11_XMU_STDCMAP_H 1 | #define HAVE_LIBXMU 1 | /* end confdefs.h. */ | #include configure:23578: result: no configure:23613: checking for GL/glx.h configure:23620: result: no configure:23630: error: Cannot find GLX header ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd6.2 ac_cv_build_alias=i386-portbld-freebsd6.2 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set='' ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value='' ac_cv_env_BASE_DEPENDENCIES_LIBS_set='' ac_cv_env_BASE_DEPENDENCIES_LIBS_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe ' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd6.2 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_f77_compiler_gnu=yes ac_cv_func_connect=yes ac_cv_func_gdk_x11_colormap_foreign_new=yes ac_cv_func_gethostbyname=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_func_sqrt=yes ac_cv_func_strchr=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/local/include ac_x_libraries=/usr/local/lib' ac_cv_header_GL_glx_h=no ac_cv_header_X11_Xmu_StdCmap_h=yes ac_cv_header_Xmu_StdCmap_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_gdk_gdkdisplay_h=yes ac_cv_header_gdk_gdkscreen_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-portbld-freebsd6.2 ac_cv_host_alias=i386-portbld-freebsd6.2 ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xmu_XmuLookupStandardColormap=yes ac_cv_lib_cposix_strerror=no ac_cv_objext=o ac_cv_path_PERL=/usr/bin/perl5 ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_INDENT=indent ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_F77=f77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_gmake_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc='' lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_BASE_DEPENDENCIES_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 ' pkg_cv_BASE_DEPENDENCIES_LIBS='-Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run aclocal-1.7 -I ./m4macros' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run tar' API_MI='0' API_MJ='1' AR='ar' AS='as' AUTOCONF='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run automake-1.7' AWK='gawk' BASE_DEPENDENCIES_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 ' BASE_DEPENDENCIES_LIBS='-Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -fno-strict-aliasing -pipe -Wall' CPP='cc -E' CPPFLAGS=' -I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -fno-strict-aliasing -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXAMPLES_DEP_CFLAGS='' EXEEXT='' F77='f77' FFLAGS='-g -O2' GDKGLEXT_DEP_CFLAGS='' GDKGLEXT_DEP_LIBS='' GDKGLEXT_EXTRA_CFLAGS='' GDKGLEXT_EXTRA_LIBS='' GDKGLEXT_MULTIHEAD_SUPPORT='yes' GDKGLEXT_PACKAGES='' GDKGLEXT_WIN_CFLAGS=' -I/usr/local/include' GDKGLEXT_WIN_EXTRA_DEFS='' GDKGLEXT_WIN_LIBS=' -L/usr/local/lib -lXmu -lXt -lSM -lICE' GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' GLIB_GENMARSHAL='glib-genmarshal' GLIB_LIBS='-L/usr/local/lib -lglib-2.0 -liconv ' GLIB_MKENUMS='glib-mkenums' GL_CFLAGS='' GL_LIBS='' GOBJECT_QUERY='gobject-query' GTKDOC='false' GTKGLEXT_API_MAJOR_VERSION='1' GTKGLEXT_API_MINOR_VERSION='0' GTKGLEXT_API_VERSION='1.0' GTKGLEXT_BINARY_AGE='0' GTKGLEXT_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' GTKGLEXT_DEP_CFLAGS='' GTKGLEXT_DEP_LIBS='' GTKGLEXT_DEP_LIBS_WITH_PANGOFT2='' GTKGLEXT_EXTRA_CFLAGS='' GTKGLEXT_EXTRA_LIBS='' GTKGLEXT_INTERFACE_AGE='0' GTKGLEXT_MAJOR_VERSION='1' GTKGLEXT_MICRO_VERSION='0' GTKGLEXT_MINOR_VERSION='2' GTKGLEXT_PACKAGES='' GTKGLEXT_VERSION='1.2.0' GTK_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/freetype2 ' GTK_LIBS='-Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXrender -lXi -lXinerama -lXext -lX11 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv ' HTML_DIR='' INDENT='indent' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS=' -L/usr/local/lib -lXmu -lXt -lSM -lICE -lXext -lX11 -lm' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"' LN_S='ln -s' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='0' LT_CURRENT_MINUS_AGE='0' LT_RELEASE='1.2' LT_REVISION='0' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/missing --run makeinfo' MATH_LIB='-lm' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' MULTIHEAD_SUPPORT_FALSE='#' MULTIHEAD_SUPPORT_TRUE='' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='gtkglext' PACKAGE_BUGREPORT='gtkglext-list@gnome.org' PACKAGE_NAME='gtkglext' PACKAGE_STRING='gtkglext 1.2.0' PACKAGE_TARNAME='gtkglext' PACKAGE_VERSION='1.2.0' PATH_SEPARATOR=':' PERL='/usr/bin/perl5' PKG_CONFIG='/usr/local/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_WIN32_FALSE='' USE_WIN32_TRUE='#' USE_X11_FALSE='#' USE_X11_TRUE='' VERSION='1.2.0' WINDOWING_CFLAGS=' -I/usr/local/include' WINDOWING_LIBS=' -L/usr/local/lib -lXmu -lXt -lSM -lICE -lXext -lX11 ' X_CFLAGS=' -I/usr/local/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/local/lib' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='f77' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_PKG_CONFIG='/usr/local/bin/pkg-config' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd6.2' build_alias='i386-portbld-freebsd6.2' build_cpu='i386' build_os='freebsd6.2' build_vendor='portbld' datadir='/usr/local/share/gnome' exec_prefix='NONE' gdkglext_targetlib='libgdkglext-x11-1.0.la' gdktarget='x11' gtkglext_targetlib='libgtkglext-x11-1.0.la' host='i386-portbld-freebsd6.2' host_alias='' host_cpu='i386' host_os='freebsd6.2' host_vendor='portbld' includedir='${prefix}/include' infodir='/usr/local/info/' install_sh='/usr/ports/x11-toolkits/gtkglext/work/gtkglext-1.2.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/local/share/gnome' mandir='/usr/local/man' ms_librarian='' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_GDK_GDKDISPLAY_H 1 #define HAVE_GDK_GDKSCREEN_H 1 #define HAVE_GDK_X11_COLORMAP_FOREIGN_NEW 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBXMU 1 #define HAVE_MALLOC 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_SQRT 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_X11_XMU_STDCMAP_H 1 #define PACKAGE_BUGREPORT "gtkglext-list@gnome.org" #define PACKAGE_NAME "gtkglext" #define PACKAGE_STRING "gtkglext 1.2.0" #define PACKAGE_TARNAME "gtkglext" #define PACKAGE_VERSION "1.2.0" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 --------------060002080403050209000506 Content-Type: text/plain; name="pkgs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkgs" total 764 drwxr-xr-x 378 root wheel 10240 Jul 31 11:19 . drwxr-xr-x 10 root wheel 512 Jul 25 11:11 .. drwxr-xr-x 2 root wheel 512 Jul 25 10:10 ImageMagick-6.2.9.8 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 ORBit2-2.14.3 drwxr-xr-x 2 root wheel 512 Jul 25 18:43 OpenEXR-1.2.2_1 drwxr-xr-x 2 root wheel 512 Jul 27 16:08 Xaw3d-1.5E_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:51 a2ps-a4-4.13b_3 drwxr-xr-x 2 root wheel 512 Jul 26 13:40 aalib-1.4.r5_2 drwxr-xr-x 2 root wheel 512 Jul 27 16:14 aee-2.2.15b drwxr-xr-x 2 root wheel 512 Jul 26 17:36 amspsfnt-1.0_5 drwxr-xr-x 2 root wheel 512 Jul 25 18:43 arts-1.5.4,1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 aspell-0.60.4_4 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 atk-1.12.3 drwxr-xr-x 2 root wheel 512 Jul 19 16:29 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Jul 25 14:28 autoconf-2.53_3 drwxr-xr-x 2 root wheel 512 Jul 27 16:18 autoconf-2.59_2 drwxr-xr-x 2 root wheel 512 Jul 19 16:29 automake-1.4.6_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:28 automake-1.5_2,1 drwxr-xr-x 2 root wheel 512 Jul 27 16:18 automake-1.9.6_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 avahi-0.6.14 drwxr-xr-x 2 root wheel 512 Jul 10 11:00 bash-2.05b.007_6 drwxr-xr-x 2 root wheel 512 Jul 26 15:53 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 9 19:27 bison-1.75_2,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 bitstream-vera-1.10_2 drwxr-xr-x 2 root wheel 512 Jul 31 11:20 boost-1.34.0 drwxr-xr-x 2 root wheel 512 Jul 18 16:48 boxtools-0.70.1 drwxr-xr-x 2 root wheel 512 Jul 17 16:09 cabextract-1.1_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 cairo-1.2.4 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 cdrtools-2.01_5 drwxr-xr-x 2 root wheel 512 Jul 26 17:36 cmpsfont-1.0_6 drwxr-xr-x 2 root wheel 512 Jul 26 16:53 compositeproto-0.3.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 cups-base-1.2.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:25 curl-7.15.5 drwxr-xr-x 2 root wheel 512 Jul 27 11:26 curl-7.16.1_1 drwxr-xr-x 2 root wheel 512 Jul 6 18:46 cvsup-without-gui-16.1h_2 drwxr-xr-x 2 root wheel 512 Jul 26 16:55 damageproto-1.1.0_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:26 dbh-1.0.24_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 dbus-0.93_3 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 dbus-glib-0.71 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 desktop-file-utils-0.11 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 dmidecode-2.8 drwxr-xr-x 2 root wheel 512 Jul 26 17:08 dmxproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 docbook-sk-4.1.2_3 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Jul 27 16:24 docbook-xml-4.3 drwxr-xr-x 2 root wheel 512 Jul 27 16:24 docbook-xml-4.4 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 docbook-xsl-1.70.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:25 ecore-20070223_2,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 edb-20060926,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 eet-20060926,1 drwxr-xr-x 2 root wheel 512 Jul 19 17:58 embryo-20060926,1 drwxr-xr-x 2 root wheel 512 Jul 18 12:09 emu-1.31_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 enchant-1.2.6 drwxr-xr-x 2 root wheel 512 Jul 20 14:53 enlightenment-0.16.8.2 drwxr-xr-x 2 root wheel 512 Jul 27 11:33 enlightenment-0.16.8.6_1 drwxr-xr-x 2 root wheel 512 Jul 20 14:53 epplets-0.9 drwxr-xr-x 2 root wheel 512 Jul 30 16:35 epplets-0.9_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 esound-0.2.36_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:25 evas-20070223_2,1 drwxr-xr-x 2 root wheel 512 Jul 26 16:56 evieext-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 expat-2.0.0_1 drwxr-xr-x 2 root wheel 512 Jul 6 18:43 ezm3-1.2_1 drwxr-xr-x 2 root wheel 512 Jul 11 21:01 firefox-1.5.0.8,1 drwxr-xr-x 2 root wheel 512 Jul 26 16:53 fixesproto-4.0 drwxr-xr-x 2 root wheel 512 Jul 25 14:01 flac-1.1.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 16:31 fltk-1.1.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 16:48 fluxbox-0.1.14_2 drwxr-xr-x 2 root wheel 512 Jul 18 16:50 fluxconf-0.9.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 17:05 fluxspace-0.0.3_2 drwxr-xr-x 2 root wheel 512 Jul 18 16:51 fluxter-0.1.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 16:31 flwm-1.00 drwxr-xr-x 2 root wheel 512 Jul 26 16:38 fontcacheproto-0.1.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 fontconfig-2.3.2_6,1 drwxr-xr-x 2 root wheel 512 Jul 26 15:21 fontforge-20060822 drwxr-xr-x 2 root wheel 512 Jul 26 16:37 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 freetype2-2.2.1_1 drwxr-xr-x 2 root wheel 512 Jul 26 14:41 fte-20051115 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gail-1.9.3 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gamin-0.1.7_2 drwxr-xr-x 2 root wheel 512 Jul 27 17:18 gawk-3.1.5_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 gconf2-2.16.0 drwxr-xr-x 2 root wheel 512 Jul 26 18:17 gd-2.0.35,1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gdbm-1.8.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:20 gdk-pixbuf-0.22.0_5 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 gettext-0.14.5_2 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 ghostscript-gnu-7.07_15 drwxr-xr-x 2 root wheel 512 Jul 18 12:32 gle-3.1.0 drwxr-xr-x 2 root wheel 512 Jul 10 18:20 glib-1.2.10_12 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 glib-2.12.4 drwxr-xr-x 2 root wheel 512 Jul 6 18:09 gmake-3.81_1 drwxr-xr-x 2 root wheel 512 Jul 27 16:24 gnome-doc-utils-0.10.3_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gnome-icon-theme-2.16.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gnome-keyring-0.6.0 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gnome-menus-2.16.1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gnome-mime-data-2.4.2_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gnome-vfs-2.16.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 gnomehier-2.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 gnutls-1.4.4_1 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 gsfonts-8.11_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:20 gtk-1.2.10_17 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 gtk-2.10.6_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 gtk-engines2-2.8.1 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 gtk-xfce-engine-2.2.8_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 gtksourceview-1.8.1 drwxr-xr-x 2 root wheel 512 Jul 13 18:16 gtkspell-2.0.11_4 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 hal-0.5.8.20060917_2 drwxr-xr-x 2 root wheel 512 Jul 9 11:26 help2man-1.36.4_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 hicolor-icon-theme-0.9_2 drwxr-xr-x 2 root wheel 512 Jul 25 11:21 icon-naming-utils-0.8.1 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 imake-6.9.0 drwxr-xr-x 2 root wheel 512 Jul 19 18:10 imlib-1.9.15_4 drwxr-xr-x 2 root wheel 512 Jul 19 16:59 imlib2-20060926,1 drwxr-xr-x 2 root wheel 512 Jul 27 10:39 imlib2-20070223_1,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 inputproto-1.3.2 drwxr-xr-x 2 root wheel 512 Jul 17 16:13 intlfonts-1.2.1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 intltool-0.35.0 drwxr-xr-x 2 root wheel 512 Jul 27 16:20 iso-codes-0.58_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:24 jackit-0.101.1_1 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 jasper-1.701.0_1 drwxr-xr-x 2 root wheel 512 Jul 27 16:53 javavmwrapper-2.3 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 jbigkit-1.6 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 jpeg-6b_4 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 kbproto-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 25 18:43 kdehier-1.0_11 drwxr-xr-x 2 root wheel 512 Jul 25 19:07 kdelibs-3.5.4_4 drwxr-xr-x 2 root wheel 512 Jul 25 19:07 krusader-1.70.1 drwxr-xr-x 2 root wheel 512 Jul 26 15:21 lcms-1.15_1,1 drwxr-xr-x 2 root wheel 512 Jul 26 14:27 led-2.0 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libFS-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libICE-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libIDL-0.8.7 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libSM-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libX11-1.1.2_1,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXScrnSaver-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXTrap-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXau-1.0.3_2 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXaw-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXcomposite-0.3.2,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXcursor-1.1.8_1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXdamage-1.1.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXdmcp-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXevie-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXext-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 26 16:53 libXfixes-4.0.3 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXfont-1.2.8,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXfontcache-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXft-2.1.12 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXft-2.1.7_1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXi-1.0.2,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXinerama-1.0.2,1 drwxr-xr-x 2 root wheel 512 Jul 26 16:52 libXmu-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 26 16:52 libXp-1.0.0,1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXpm-3.5.6_1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXprintAppUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 26 17:07 libXprintUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXrandr-1.2.1 drwxr-xr-x 2 root wheel 512 Jul 26 16:55 libXrender-0.9.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXres-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libXt-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXtst-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:01 libXv-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXvMC-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXxf86dga-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXxf86misc-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libXxf86vm-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 13 18:17 libao-0.8.5_3 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libart_lgpl-2.3.17_1 drwxr-xr-x 2 root wheel 512 Jul 20 13:55 libast-0.7 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libaudiofile-0.2.6 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libbonobo-2.16.0_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libbonoboui-2.16.0 drwxr-xr-x 2 root wheel 512 Jul 20 14:53 libcdaudio-0.99.12p2_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libcroco-0.6.1 drwxr-xr-x 2 root wheel 512 Jul 20 15:09 libcyrillic-1.9 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libdaemon-0.10_1 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libdmx-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 libdrm-2.0.2 drwxr-xr-x 2 root wheel 512 Jul 26 13:30 libdts-0.0.2_2 drwxr-xr-x 2 root wheel 512 Jul 17 16:54 libexo-0.3.0_3 drwxr-xr-x 2 root wheel 512 Jul 26 16:37 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 libfpx-1.2.0.12 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libgcrypt-1.2.3_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libglade2-2.6.0_2 drwxr-xr-x 2 root wheel 512 Jul 26 15:21 libglut-6.4.2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnome-2.16.0 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnomecanvas-2.14.0_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnomecups-0.2.2_1,1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnomeprint-2.12.1_3 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnomeprintui-2.12.1_2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgnomeui-2.16.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libgpg-error-1.4 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libgsf-1.14.2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libgtkhtml-2.11.0_2 drwxr-xr-x 2 root wheel 512 Jul 30 16:21 libical-0.24_3 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 libiconv-1.9.2_2 drwxr-xr-x 2 root wheel 512 Jul 18 17:00 libid3tag-0.15.1b drwxr-xr-x 2 root wheel 512 Jul 25 18:43 libidn-0.6.7 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 libltdl-1.5.22 drwxr-xr-x 2 root wheel 512 Jul 25 14:24 libmad-0.15.1b_2 drwxr-xr-x 2 root wheel 512 Jul 27 09:36 libmikmod-esound-3.1.11_2 drwxr-xr-x 2 root wheel 512 Jul 18 11:55 libmng-1.0.9 drwxr-xr-x 2 root wheel 512 Jul 25 13:53 libogg-1.1.3,3 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 librsvg2-2.16.0_1 drwxr-xr-x 2 root wheel 512 Jul 19 14:14 libsigc++-1.2.7_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:02 libsndfile-1.0.17 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libsvg-0.1.4 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libsvg-cairo-0.1.6_2 drwxr-xr-x 2 root wheel 512 Jul 25 18:43 libthai-0.1.5_1 drwxr-xr-x 2 root wheel 512 Jul 4 16:57 libtool-1.5.22_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libungif-4.1.4_1 drwxr-xr-x 2 root wheel 512 Jul 26 15:21 libuninameslist-20050712 drwxr-xr-x 2 root wheel 512 Jul 27 17:47 libutf-2.10_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:24 libvorbis-1.1.2,3 drwxr-xr-x 2 root wheel 512 Jul 26 18:17 libwww-5.4.0_4 drwxr-xr-x 2 root wheel 512 Jul 10 18:27 libxfce4gui-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:27 libxfce4mcs-4.2.3_3 drwxr-xr-x 2 root wheel 512 Jul 10 18:26 libxfce4util-4.2.3.2_2 drwxr-xr-x 2 root wheel 512 Jul 26 17:05 libxkbfile-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 libxkbui-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 libxml2-2.6.26 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 libxslt-1.1.17 drwxr-xr-x 2 root wheel 512 Jul 18 12:05 licq-base-1.3.2_2 drwxr-xr-x 2 root wheel 512 Jul 18 12:05 licq-qt-gui-1.3.2_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 linc-1.0.3_6 drwxr-xr-x 2 root wheel 512 Jul 25 12:11 linux-aspell-0.50.4.1_1 drwxr-xr-x 2 root wheel 512 Jul 25 12:11 linux-expat-1.95.8 drwxr-xr-x 2 root wheel 512 Jul 25 12:11 linux-fontconfig-2.2.3_5 drwxr-xr-x 2 root wheel 512 Jul 25 12:11 linux-opera-9.02.20060919_1 drwxr-xr-x 2 root wheel 512 Jul 25 12:11 linux-xorg-libs-6.8.2_5 drwxr-xr-x 2 root wheel 512 Jul 25 12:10 linux_base-fc-4_9 drwxr-xr-x 2 root wheel 512 Jul 9 12:05 lynx-2.8.5_2 drwxr-xr-x 2 root wheel 512 Jul 9 11:28 m4-1.4.4 drwxr-xr-x 2 root wheel 512 Jul 25 18:43 mDNSResponder-108 drwxr-xr-x 2 root wheel 512 Jul 20 13:50 man2html-3.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 27 17:18 mc-light-4.1.40.p9_6 drwxr-xr-x 2 root wheel 512 Jul 17 16:04 mozilla-fonts-1.0_1 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 mpeg2codec-1.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 12:08 mrxvt-0.4.2 drwxr-xr-x 2 root wheel 512 Jul 18 11:55 nas-1.8 drwxr-xr-x 2 root wheel 512 Jul 25 13:55 nasm-0.98.39,1 drwxr-xr-x 2 root wheel 512 Jul 9 19:28 nspr-4.6.3 drwxr-xr-x 2 root wheel 512 Jul 11 21:01 nss-3.11.3 drwxr-xr-x 2 root wheel 512 Jul 17 16:10 nucleus-0.77_2 drwxr-xr-x 2 root wheel 512 Jul 27 16:46 open-motif-2.2.3_3 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 openldap-client-2.3.27 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 p5-XML-Parser-2.34_2 drwxr-xr-x 2 root wheel 512 Jul 25 11:21 p5-XML-Simple-2.15 drwxr-xr-x 2 root wheel 512 Jul 9 11:26 p5-gettext-1.05_1 drwxr-xr-x 2 root wheel 512 Jul 17 16:13 p5-type1inst-0.6.1_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 pango-1.14.7 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 pciids-20060929 drwxr-xr-x 2 root wheel 512 Jul 20 13:53 pcre-6.7 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 perl-5.8.8 drwxr-xr-x 2 root wheel 512 Jul 9 11:44 php4-4.4.4_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 pkg-config-0.21 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 png-1.2.12_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 policykit-0.1.20060514_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 popt-1.7_1 drwxr-xr-x 2 root wheel 512 Jul 25 14:02 portaudio-18.1_2 drwxr-xr-x 2 root wheel 512 Jul 26 16:46 printproto-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 13 17:06 pstree-2.27 drwxr-xr-x 2 root wheel 512 Jul 27 16:24 py24-libxml2-2.6.29 drwxr-xr-x 2 root wheel 512 Jul 27 16:18 py24-xml-0.8.4 drwxr-xr-x 2 root wheel 512 Jul 30 16:21 python24-2.4.3_3 drwxr-xr-x 2 root wheel 512 Jul 18 10:18 qmake-3.3.6 drwxr-xr-x 2 root wheel 512 Jul 18 12:05 qt-3.3.6_3 drwxr-xr-x 2 root wheel 512 Jul 19 18:10 qvwm-1.1.12_2 drwxr-xr-x 2 root wheel 512 Jul 26 16:59 randrproto-1.2.1 drwxr-xr-x 2 root wheel 512 Jul 31 11:18 rar-3.70,2 drwxr-xr-x 2 root wheel 512 Jul 26 17:00 recordproto-1.13.2 drwxr-xr-x 2 root wheel 512 Jul 26 16:54 renderproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jul 26 16:40 resourceproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 19 16:32 rpm-3.0.6_13 drwxr-xr-x 2 root wheel 512 Jul 26 18:18 ru-PSCyr-0.4c2_2 drwxr-xr-x 2 root wheel 512 Jul 20 15:06 ru-artwiz-ru-20041031 drwxr-xr-x 2 root wheel 512 Jul 25 11:27 ru-xruskb-1.15.4 drwxr-xr-x 2 root wheel 512 Jul 12 18:26 samba-3.0.23c_2,1 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 samba-libsmbclient-3.0.23c drwxr-xr-x 2 root wheel 512 Jul 26 16:59 scrnsaverproto-1.1.0 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 scrollkeeper-0.3.14_5,1 drwxr-xr-x 2 root wheel 512 Jul 26 13:40 sdl-1.2.11,2 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 sdocbook-xml-4.1.2.5_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 shared-mime-info-0.19 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 startup-notification-0.8_3 drwxr-xr-x 2 root wheel 512 Jul 26 13:40 svgalib-1.4.3_5 drwxr-xr-x 2 root wheel 512 Jul 18 17:04 swig-1.3.29_2 drwxr-xr-x 2 root wheel 512 Jul 26 18:17 t1lib-5.1.1_1,1 drwxr-xr-x 2 root wheel 512 Jul 27 16:09 tcl-8.4.13_1,1 drwxr-xr-x 2 root wheel 512 Jul 26 18:18 teTeX-base-3.0_12 drwxr-xr-x 2 root wheel 512 Jul 26 18:17 teTeX-texmf-3.0_5 drwxr-xr-x 2 root wheel 512 Jul 26 17:36 tex-texmflocal-1.9 drwxr-xr-x 2 root wheel 512 Jul 26 18:17 texi2html-1.76_1,1 drwxr-xr-x 2 root wheel 512 Jul 12 20:32 thunderbird-1.5.0.7_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 tiff-3.8.2 drwxr-xr-x 2 root wheel 512 Jul 27 16:09 tk-8.4.13,2 drwxr-xr-x 2 root wheel 512 Jul 20 14:10 transset-df-5 drwxr-xr-x 2 root wheel 512 Jul 26 16:44 trapproto-3.4.3 drwxr-xr-x 2 root wheel 512 Jul 20 14:33 unzip-5.52_2 drwxr-xr-x 2 root wheel 512 Jul 27 17:48 utftools-1.6 drwxr-xr-x 2 root wheel 512 Jul 26 17:01 videoproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jul 17 16:09 webfonts-0.30 drwxr-xr-x 2 root wheel 512 Jul 25 10:10 weblint-1.020 drwxr-xr-x 2 root wheel 512 Jul 19 16:32 windowmaker-0.92.0_2 drwxr-xr-x 2 root wheel 512 Jul 26 18:33 wine-0.9.41,1 drwxr-xr-x 2 root wheel 512 Jul 19 16:32 wmakerconf-2.11_3 drwxr-xr-x 2 root wheel 512 Jul 19 16:24 wmicons-1.0 drwxr-xr-x 2 root wheel 512 Jul 18 12:42 wterm-6.2.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 12:34 xaniroc-1.02 drwxr-xr-x 2 root wheel 512 Jul 27 16:46 xbitmaps-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 26 15:54 xcmiscproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 12:34 xcut-0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 12:34 xdtm-2.5.8 drwxr-xr-x 2 root wheel 512 Jul 26 15:00 xed-1.3 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 xextproto-7.0.2 drwxr-xr-x 2 root wheel 512 Jul 26 15:54 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:02 xf86dgaproto-2.0.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:03 xf86miscproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jul 26 17:04 xf86vidmodeproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce-4.2.3.2_3 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-appfinder-4.2.3_1 drwxr-xr-x 2 root wheel 512 Jul 11 18:48 xfce4-artwork-0.0.4_6 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-desktop-4.2.3_3 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-fm-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-icon-theme-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-iconbox-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:35 xfce4-mcs-manager-4.2.3_1 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-mcs-plugins-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-mixer-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:40 xfce4-panel-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-print-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-session-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-systray-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-toys-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-trigger-launcher-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-utils-4.2.3_2 drwxr-xr-x 2 root wheel 512 Jul 10 18:56 xfce4-wm-4.2.3.2_2 drwxr-xr-x 2 root wheel 512 Jul 11 18:43 xfce4-wm-themes-4.2.3_1 drwxr-xr-x 2 root wheel 512 Jul 27 11:12 xgrab-2.41_2 drwxr-xr-x 2 root wheel 512 Jul 26 16:58 xineramaproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 12:34 xinput-1.2 drwxr-xr-x 2 root wheel 512 Jul 18 12:33 xkeycaps-2.46_1 drwxr-xr-x 2 root wheel 512 Jul 27 09:30 xlockmore-5.24 drwxr-xr-x 2 root wheel 512 Jul 25 14:57 xmlcatmgr-2.2 drwxr-xr-x 2 root wheel 512 Jul 27 09:36 xmms-1.2.10_9 drwxr-xr-x 2 root wheel 512 Jul 10 18:38 xorg-clients-6.9.0_3 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 xorg-documents-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-fonts-100dpi-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-fonts-75dpi-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-fonts-cyrillic-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 xorg-fonts-encodings-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-fonts-miscbitmaps-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:13 xorg-fonts-truetype-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-fonts-type1-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 15 18:05 xorg-fontserver-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 xorg-libraries-6.9.0 drwxr-xr-x 2 root wheel 512 Jul 26 17:10 xorg-libraries-7.2_2 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 xorg-manpages-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 xorg-nestserver-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-printserver-6.9.0_2 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 xorg-server-6.9.0_5 drwxr-xr-x 2 root wheel 512 Jun 15 18:04 xorg-vfbserver-6.9.0_2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 xproto-7.0.10 drwxr-xr-x 2 root wheel 512 Jul 18 12:32 xscreensaver-5.01_3 drwxr-xr-x 2 root wheel 512 Jul 18 12:33 xsel-0.04.1_2 drwxr-xr-x 2 root wheel 512 Jun 15 18:03 xterm-220 drwxr-xr-x 2 root wheel 512 Jul 18 12:06 xtermcontrol-2.8 drwxr-xr-x 2 root wheel 512 Jul 18 12:11 xtermset-0.5.2 drwxr-xr-x 2 root wheel 512 Jul 30 17:12 xtrans-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 12:09 xtrlock-2.0.12 drwxr-xr-x 2 root wheel 512 Jul 18 12:11 xtset-1.0 drwxr-xr-x 2 root wheel 512 Jul 20 12:09 xwit-3.4 drwxr-xr-x 2 root wheel 512 Jul 18 12:33 xxkb-1.10 drwxr-xr-x 2 root wheel 512 Jul 20 13:55 zh-eterm-0.9.3_5 drwxr-xr-x 2 root wheel 512 Jul 27 10:44 zh-eterm-0.9.4_2 drwxr-xr-x 2 root wheel 512 Jul 20 13:55 zh-kcfonts-1.05 drwxr-xr-x 2 root wheel 512 Jul 27 10:44 zh-kcfonts-1.05_1 drwxr-xr-x 2 root wheel 512 Jul 9 19:18 zip-2.32 --------------060002080403050209000506-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 09:27:31 2007 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 A1A0C16A417 for ; Tue, 31 Jul 2007 09:27:31 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 58EF513C468 for ; Tue, 31 Jul 2007 09:27:30 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IFo0m-0003Ak-Ja for freebsd-ports@freebsd.org; Tue, 31 Jul 2007 11:27:28 +0200 Received: from 69.31.82.90 ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 11:27:28 +0200 Received: from mark.evenson by 69.31.82.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jul 2007 11:27:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Tue, 31 Jul 2007 11:27:19 +0200 Lines: 16 Message-ID: <46AF0077.9090803@gmx.at> References: <861werd36k.fsf@eder.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: freebsd-ports@freebsd.org X-Gmane-NNTP-Posting-Host: 69.31.82.90 User-Agent: Thunderbird 2.0.0.5 (X11/20070723) In-Reply-To: <861werd36k.fsf@eder.homelinux.net> Sender: news Subject: Re: emacs 22 and info files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 09:27:31 -0000 Andreas Eder wrote: > Hi, > > after the upgrade to emacs22 I noticed that a few of the emacs > related info files in /usr/local/info no longer work. More than that, none of the split info files bundled with emacs-22 are installed on my system (i.e. 'emacs.info' is installed, but 'emacs.info-1', 'emacs.info-2' are not). A bug should be filed. -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 09:54:04 2007 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 BEF0E16A419 for ; Tue, 31 Jul 2007 09:54:04 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 12F4313C467 for ; Tue, 31 Jul 2007 09:54:03 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: (qmail invoked by alias); 31 Jul 2007 09:27:23 -0000 Received: from detroit.slack.net (EHLO [IPv6:::1]) [69.31.82.90] by mail.gmx.net (mp042) with SMTP; 31 Jul 2007 11:27:23 +0200 X-Authenticated: #32963322 X-Provags-ID: V01U2FsdGVkX18oDa9M1tIo4YqEppshVeP3Y3cTNNUs5O5oyy4DLb PN3Y2/XjTemtKK Message-ID: <46AF0077.9090803@gmx.at> Date: Tue, 31 Jul 2007 11:27:19 +0200 From: Mark Evenson User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.ports To: Andreas Eder References: <861werd36k.fsf@eder.homelinux.net> In-Reply-To: <861werd36k.fsf@eder.homelinux.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: emacs 22 and info files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 09:54:04 -0000 Andreas Eder wrote: > Hi, > > after the upgrade to emacs22 I noticed that a few of the emacs > related info files in /usr/local/info no longer work. More than that, none of the split info files bundled with emacs-22 are installed on my system (i.e. 'emacs.info' is installed, but 'emacs.info-1', 'emacs.info-2' are not). A bug should be filed. -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 10:36:33 2007 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 03D6516A468 for ; Tue, 31 Jul 2007 10:36:33 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (neo.vx.sk [88.198.35.14]) by mx1.freebsd.org (Postfix) with ESMTP id B35FA13C465 for ; Tue, 31 Jul 2007 10:36:32 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id C5276443AE for ; Tue, 31 Jul 2007 12:20:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id phBLwV+F-BFE for ; Tue, 31 Jul 2007 12:20:30 +0200 (CEST) Received: from [137.208.224.184] (abt-wi-025.wu-wien.ac.at [137.208.224.184]) by mail.vx.sk (Postfix) with ESMTP id 29022443A7 for ; Tue, 31 Jul 2007 12:20:30 +0200 (CEST) Message-ID: <46AF0CEF.3030606@FreeBSD.org> Date: Tue, 31 Jul 2007 12:20:31 +0200 From: Martin Matuska User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.94.1.2.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Call for testing: sysutils/fusefs-kmod X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 31 Jul 2007 10:36:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I would like to recruit more testers for prepared sysutils/fusefs-kmod update: PR: ports/114629 DIFF: http://mm.vx.sk/diffs/fusefs-kmod-0.3.9.p1.diff Thanks. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: GnuPT 2.7 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGrwzup2uLA0JhsNERAhSCAJ4nznqrdPjFPbZAuCf2LJUo6xqBdgCfWeXZ mRvT0H1LYpjFyf754dO/3NQ= =c6cw -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 12:33:20 2007 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 4225516A417 for ; Tue, 31 Jul 2007 12:33:20 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 6838413C45A for ; Tue, 31 Jul 2007 12:33:19 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so438251anc for ; Tue, 31 Jul 2007 05:33:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=rusLc0UFX9UXLnnjObSMxdpYI+MjOIrpOMiIVxuxKDKx97xgtQiKkiuEOGkX0qk5SaP5ykyj2f+IUjxl99P9nlWA0voK4HEuFTG/kc6KxXcjNR8h3jb5zPmBKmGsDqFk4pPwXqt+c4GyTRLHD1JsxCkAUuj3rx7BMD2fQgDq9NM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=tFNNkCY0ty3K9au/RkP5fejtCDA2u5Z0Swhb5ElDCDsf9PNSky+UslAOyrt6WQ2S6iVfmtvcRwRDL53sY+KYi5FBHUQiKzUyq0MKPcBFcuXtoRIn7KH+BlwKwlZBlFppN86V9/u3MMA3Zxnov9C6zfYKAMg261t/wCpDO2go2N4= Received: by 10.100.11.7 with SMTP id 7mr5187996ank.1185883520454; Tue, 31 Jul 2007 05:05:20 -0700 (PDT) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id c16sm3811730anc.2007.07.31.05.05.05 (version=SSLv3 cipher=OTHER); Tue, 31 Jul 2007 05:05:06 -0700 (PDT) Date: Tue, 31 Jul 2007 08:05:01 -0400 From: Alexander Kabaev Message-ID: <20070731080501.65616627@kan.dnsalias.net> In-Reply-To: <200707292331.10845@aldan> References: <200707292331.10845@aldan> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_YDkkS+HjyfdmMhxBIzTk_Kf; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: ports@FreeBSD.org, stable@FreeBSD.org Subject: Re: ImageMagick's "modules" and __cxa_finalize X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 31 Jul 2007 12:33:20 -0000 --Sig_YDkkS+HjyfdmMhxBIzTk_Kf Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 29 Jul 2007 23:31:10 -0400 Mikhail Teterin wrote: > Has anyone had any luck using ImageMagick built with modules support? >=20 > If I try that, and follow-up with `gmake check' (in the ${WRKSRC}), > about a fifth of ImageMagick's own self-tests seg-fault -- all of > them inside __cxa_finalize (after main() has already returned): >=20 > mi@aldan:ImageMagick/work/ImageMagick-6.3.5 (1023) gdb > tests/.libs/rwblob tests/rwblob.core [...] > (gdb) where 5 > #0 0x0000000804008cc0 in ?? () > #1 0x00000008020079e2 in __cxa_finalize () > from /lib/libc.so.6 #2 0x0000000802007637 in exit () > from /lib/libc.so.6 #3 0x0000000000401135 in _start () > #4 0x000000080052a000 in ?? () > (More stack frames follow...) > (gdb) > mi@aldan:ImageMagick/work/ImageMagick-6.3.5 (1024) gdb > tests/.libs/rwfile tests/rwfile.core [...] > (gdb) where 5 > #0 0x0000000803f04cc0 in ?? () > #1 0x00000008020079e2 in __cxa_finalize () > from /lib/libc.so.6 #2 0x0000000802007637 in exit () > from /lib/libc.so.6 #3 0x0000000000401085 in _start () > #4 0x000000080052a000 in ?? () > (More stack frames follow...) > (gdb)=20 >=20 > Full build/test log can be seen here: >=20 > http://aldan.algebra.com/~mi/IM-6.3.5-3.failure.log >=20 > Building without modules (as is the port's default) allows all > self-tests to pass smoothly. >=20 > According to ImageMagick and GraphicsMagick developers, these crashes > are due to some "reckless" calls to atexit() from inside the modules > (or inside the modules-loaded graphics librarires). By the time the > program is exiting, the libraries with the atexit-loaded functions > may already be unloaded. >=20 > But I thought, FreeBSD had that case covered since 2003: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D59552 >=20 > Can someone, please, comment? >=20 > -mi You thought wrong. Please read the PR again and try to understand what part it really does cover and what doesn't. The comment was given to you before and it is the right one: atexit() cannot be used safely from the shared library. That is the reason why __cxa_atexit was invented in the first place. -- Alexander Kabaev --Sig_YDkkS+HjyfdmMhxBIzTk_Kf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGryVtQ6z1jMm+XZYRApCtAJ9edgBUSYN9wbdfeEbAb+rSZA7TQwCfVoh5 w/zAMR9ZCz4BglLIKMgH7xU= =KF31 -----END PGP SIGNATURE----- --Sig_YDkkS+HjyfdmMhxBIzTk_Kf-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 13:48:04 2007 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 225CE16A41A for ; Tue, 31 Jul 2007 13:48:04 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id E36F213C457 for ; Tue, 31 Jul 2007 13:48:03 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.24.241.234] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l6VDTw99068303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Jul 2007 06:29:58 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AF394E.6060403@enabled.com> Date: Tue, 31 Jul 2007 06:29:50 -0700 From: Noah User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: cant uninstall nessus-gtk2-2.2.9_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:48:04 -0000 Hi there, I am having a bit of trouble with the nessus installation at the moment. any clues how I can fully remove it and install it properly. access1# pkg_info | grep nessus pkg_info: show_file: can't open '+COMMENT' for reading nessus-gtk2-2.2.9_1 ??? nessus-libnasl-2.2.9 Nessus Attack Scripting Language nessus-libraries-2.2.9 Libraries for Nessus, the security scanner access1# pkg_delete -f nessus pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix access1# Cheers, Noah From owner-freebsd-ports@FreeBSD.ORG Tue Jul 31 20:18:18 2007 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 A5F2D16A419; Tue, 31 Jul 2007 20:18:18 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 0A64C13C459; Tue, 31 Jul 2007 20:18:17 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 3763E2048FB; Tue, 31 Jul 2007 22:18:16 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.8/8.13.6) with ESMTP id l6VKG8UX030693; Tue, 31 Jul 2007 22:16:08 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.8/8.13.6/Submit) id l6VKG8Oh030692; Tue, 31 Jul 2007 22:16:08 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 31 Jul 2007 22:16:08 +0200 To: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org Message-ID: <20070731201608.GA30162@saturn.kn-bremen.de> Mail-Followup-To: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org, matthieu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Cc: matthieu Subject: qemu-devel 20070731 port update - please test! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 31 Jul 2007 20:18:18 -0000 Hi! Again I want to update the qemu-devel port (mainly because I played with arm terrier/akita emulation as you can read on the qemu list, but there are also other fixes) and need your help with testing. It now also should respect ifname=tapX with -net tap (modified patch after matthieu morel, Cc'd, I hope I didn't break it... :) Enjoy, Juergen Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.79 diff -u -r1.79 Makefile --- Makefile 10 Jul 2007 20:24:58 -0000 1.79 +++ Makefile 31 Jul 2007 16:49:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070702 +PORTVERSION= 0.9.0s.20070731 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -15,7 +15,7 @@ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-snapshot-2007-07-02_05 +DISTNAME= ${PORTNAME}-snapshot-2007-07-31_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/distinfo,v retrieving revision 1.47 diff -u -r1.47 distinfo --- distinfo 10 Jul 2007 20:24:58 -0000 1.47 +++ distinfo 31 Jul 2007 16:50:33 -0000 @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 624b513bbd86e0c7529344584639fba1 -SHA256 (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 62474848fda0dacb1c6238b33b6b272e49dfa3821352ec57f38388246e0aa8c2 -SIZE (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 2003505 +MD5 (qemu/qemu-snapshot-2007-07-31_05.tar.bz2) = f18b54459c53934138d4c302e7dd0164 +SHA256 (qemu/qemu-snapshot-2007-07-31_05.tar.bz2) = 16fcce3b7a8b606f318ed4af395a77ce0f05012d3d87fd1337f223ba57fa0716 +SIZE (qemu/qemu-snapshot-2007-07-31_05.tar.bz2) = 2043597 MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 SIZE (qemu/patch3_cirrus) = 8817 Index: files/patch-ac =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- files/patch-ac 10 Mar 2007 17:03:05 -0000 1.3 +++ files/patch-ac 31 Jul 2007 16:52:56 -0000 @@ -1,10 +1,10 @@ Index: qemu/configure -@@ -204,7 +204,7 @@ +@@ -540,7 +540,7 @@ + sdl_too_old=no if test -z "$sdl" ; then - --sdl_config="sdl-config" -+sdl_config="${SDL_CONFIG}" - sdl=no - sdl_static=no +- sdl_config="sdl-config" ++ sdl_config="${SDL_CONFIG}" + sdl=no + sdl_static=no Index: files/patch-bt =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-bt,v retrieving revision 1.5 diff -u -r1.5 patch-bt --- files/patch-bt 10 Jul 2007 20:24:59 -0000 1.5 +++ files/patch-bt 31 Jul 2007 18:42:56 -0000 @@ -1,15 +1,17 @@ Index: qemu/vl.c -@@ -76,6 +76,9 @@ +@@ -76,6 +76,11 @@ #endif #endif #endif +#ifdef __FreeBSD__ ++#include +#include ++#include +#endif #if defined(CONFIG_SLIRP) #include "libslirp.h" -@@ -1059,6 +1062,34 @@ +@@ -3407,6 +3410,34 @@ #endif /* CONFIG_SLIRP */ @@ -42,9 +44,9 @@ +#endif + #if !defined(_WIN32) - #ifdef _BSD - static int tun_open(char *ifname, int ifname_size) -@@ -1067,11 +1098,55 @@ + + typedef struct TAPState { +@@ -3470,11 +3501,59 @@ char *dev; struct stat s; @@ -61,12 +63,14 @@ + i = 0; +#endif + for (; i < 10; i++) { -+ if (i == -1) -+ strcpy(dname, "/dev/tap"); ++ if (*ifname) ++ snprintf(dname, sizeof dname, "/dev/%s", ifname); ++ else if (i == -1) ++ strcpy(dname, "/dev/tap"); + else -+ snprintf(dname, sizeof dname, "%s%d", -+ "/dev/tap", i); -+ fd = open(dname, O_RDWR); ++ snprintf(dname, sizeof dname, "%s%d", ++ "/dev/tap", i); ++ TFR(fd = open(dname, O_RDWR)); + if (fd >= 0) + break; + else if (errno == ENXIO || errno == ENOENT) { @@ -81,17 +85,19 @@ + } + if (errno != ENOENT || ++enoentcount > 3) { + err = errno; -+ break; ++ break; + } + } else + err = errno; ++ if (*ifname) ++ break; + } + if (fd < 0) { + fprintf(stderr, "warning: could not open %s (%s): no virtual network emulation\n", dname, strerror(err)); + return -1; + } +#else - fd = open("/dev/tap", O_RDWR); + TFR(fd = open("/dev/tap", O_RDWR)); if (fd < 0) { - fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); + fprintf(stderr, "warning: could not open /dev/tap (%s): no virtual network emulation\n", strerror(errno)); Index: files/patch-vl.c-ppbus =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-vl.c-ppbus,v retrieving revision 1.4 diff -u -r1.4 patch-vl.c-ppbus --- files/patch-vl.c-ppbus 10 Jul 2007 20:24:59 -0000 1.4 +++ files/patch-vl.c-ppbus 31 Jul 2007 18:40:53 -0000 @@ -1,8 +1,10 @@ Index: qemu/vl.c -@@ -78,6 +78,8 @@ +@@ -78,8 +78,10 @@ #endif #ifdef __FreeBSD__ + #include #include + #include +#include +#include #endif Index: files/patch-pxa-gpsr @@ -0,0 +1,11 @@ +Index: qemu/hw/pxa2xx_gpio.c +@@ -152,6 +152,9 @@ + case GPDR: /* GPIO Pin-Direction registers */ + return s->dir[bank]; + ++ case GPSR: /* GPIO Pin-Output Set registers */ ++ return s->olevel[bank]; ++ + case GRER: /* GPIO Rising-Edge Detect Enable registers */ + return s->rising[bank]; + Index: files/patch-spitz-hda @@ -0,0 +1,11 @@ +Index: qemu/hw/spitz.c +@@ -929,7 +929,8 @@ + + if (bs && bdrv_is_inserted(bs) && !bdrv_is_removable(bs)) { + md = dscm1xxxx_init(bs); +- pxa2xx_pcmcia_attach(cpu->pcmcia[0], md); ++ /* at least terrier microdrive is in socket 1 */ ++ pxa2xx_pcmcia_attach(cpu->pcmcia[1], md); + } + } + From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 03:46:36 2007 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 4ED4D16A41A for ; Wed, 1 Aug 2007 03:46:36 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA4813C46A for ; Wed, 1 Aug 2007 03:46:35 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-151-197-31-234.phil.east.verizon.net [151.197.31.234]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 624E84F6AA; Wed, 1 Aug 2007 12:46:32 +0900 (JST) Date: Tue, 31 Jul 2007 23:46:03 -0400 From: Yoshihiro Ota To: "Matthew D. Fuller" Message-Id: <20070731234603.ffda3331.ota@j.email.ne.jp> In-Reply-To: <20070729073530.GA57843@over-yonder.net> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9B112.7040408@u.washington.edu> <20070727214847.6708a918.ota@j.email.ne.jp> <20070728155935.GT21345@over-yonder.net> <20070728221428.8539106d.ota@j.email.ne.jp> <20070729073530.GA57843@over-yonder.net> X-Mailer: Sylpheed 2.4.0 (GTK+ 2.10.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, ports+ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 03:46:36 -0000 On Sun, 29 Jul 2007 02:35:30 -0500 "Matthew D. Fuller" wrote: > On Sat, Jul 28, 2007 at 10:14:28PM -0400 I heard the voice of > Yoshihiro Ota, and lo! it spake thus: > > "Matthew D. Fuller" wrote: > > > > > > No, it's not. Lots of ports change dependancies based on what's > > > installed, so if you install one thing you have to assume that any > > > other thing you intend to build in the future may change its list > > > because of that. For a trivial demonstration, look at how many > > > use the ".if ${HAVE_GNOME:Msomething}" pattern. > > > > It doesn't matter how many you have. There are only finite number > > of ports and configurations. You will finish configuring at one > > point. > > No, you mistake me. I'm not talking about ports _configuring_. I'm > talking about ports _installing_. > > You can recursively configure all the ports, but the dependancies can > still change AFTER that, when other ports get INSTALLED. As soon as > you install one port in your process, every other port you're dealing > with can potentially change its dependancies, with NO actual user > interaction or configuration. I don't think I understand very well on this issue. I have a couple of questions. 1. Is this about RUN_DEPENDS in makefiles? 2. Is this about DEPENDS in makefiles? 3. Or, is this about the "configure" scripts detect extra libraries at run time? 4. If so, does the ports system keep track of such information? At least, I couldn't find anything alarming of this in the makefiles. Is that something the pkg_* tools detect? 5. Do you know how portupgrade or portmaster extract such dependencies? 6. Can you give me an easy example of such port or scenario? Thanks, Hiro From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 04:01:40 2007 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 3BCF116A417 for ; Wed, 1 Aug 2007 04:01:40 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id 0E65A13C45B for ; Wed, 1 Aug 2007 04:01:40 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id 2A81D28BC8; Tue, 31 Jul 2007 23:01:39 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id AC44561C42; Tue, 31 Jul 2007 23:01:38 -0500 (CDT) Date: Tue, 31 Jul 2007 23:01:38 -0500 From: "Matthew D. Fuller" To: Yoshihiro Ota Message-ID: <20070801040138.GA21345@over-yonder.net> References: <20070726011654.cec378be.ota@j.email.ne.jp> <46A866BE.1000407@u.washington.edu> <20070726233610.e536c2e2.ota@j.email.ne.jp> <46A9B112.7040408@u.washington.edu> <20070727214847.6708a918.ota@j.email.ne.jp> <20070728155935.GT21345@over-yonder.net> <20070728221428.8539106d.ota@j.email.ne.jp> <20070729073530.GA57843@over-yonder.net> <20070731234603.ffda3331.ota@j.email.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731234603.ffda3331.ota@j.email.ne.jp> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.16-fullermd.4 (2007-06-09) Cc: Garrett Cooper , freebsd-ports@freebsd.org Subject: Re: Call for testers for yet another ports upgrade program, ports+ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 04:01:40 -0000 On Tue, Jul 31, 2007 at 11:46:03PM -0400 I heard the voice of Yoshihiro Ota, and lo! it spake thus: > > 1. Is this about RUN_DEPENDS in makefiles? Yes, but conditional. For instance, see audio/teknap: .if ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 CONFIGURE_ARGS+=--with-gtk PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+=--without-gtk .endif If you don't have gtk12 installed, and you start building a bunch of stuff (including teknap), and evaluate the dependancies at the start of the process, teknap won't depend on gtk12. If, however, gtk12 gets installed sometime during the process before teknap, the teknap build will then depend on gtk12. pkg_* will get that right of course, because the _DEPENDS parsing is all handled at that time as far as the port is concerned. But, if your tool calculates the dependancies and caches them at the BEGINNING of the process, before gtk12 got installed by somethingorother else, you won't have it in your list. You can only get the right view of the dependancies of a port you're building/installing at the time you build/install it; if you evaluate them, then build/install anything else, you potentially invalidate that cached information. There could also be more intricate cases, whereby instead of the mere presence triggering a feature/dependancy, a particular version does, so an upgrade of one port will change the actions of another. I don't know of any, but it's certainly within reason. (above example found via "cd /usr/ports ; find . -depth 3 -type f -name 'Makefile' -print | xargs grep HAVE_GNOME", along with numerous other examples at least some of which do similar dependancy twisting) Of course, I may have totally misunderstood the sense of your statements, and/or this could be a non-issue in your particular usage. But the way I read your statement of "dependancies are static" is false as above; installing a port, with no other user interaction, can and does change the contents of _DEPENDS variables; if the value is important in a given situation, it needs to be evaluated at the time it's important. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 08:23:45 2007 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 93A2816A417 for ; Wed, 1 Aug 2007 08:23:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id B0C2F13C45B for ; Wed, 1 Aug 2007 08:23:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id F01DF1CD4B for ; Wed, 1 Aug 2007 10:23:43 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20070801082343.F01DF1CD4B@mail.droso.net> Date: Wed, 1 Aug 2007 10:23:43 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 08:23:45 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: chinese/xemacs broken because: Does not build even with fix for -lxpg4 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007072718/zh-xemacs-20.4_3.log (Jul 28 23:57:00 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=xemacs portname: databases/mysql-query-browser broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql-query-browser portname: devel/pear-apd broken because: Incomplete pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007073009/pear-apd-1.0.1,1.log (Jul 30 02:56:17 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=pear-apd portname: ftp/junglemonkey broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=junglemonkey portname: japanese/lynx broken because: Leaves behind config file on deinstall build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: mail/mew-emacs20 broken because: Hangs during build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/mew-emacs20-5.2_1.log (Jun 24 05:57:27 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007071413/mew-emacs20-5.2_1.log (Jul 19 00:58:39 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-emacs20 portname: math/ses broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2007072817/ses-031130_1.log (Jul 30 02:59:36 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=ses portname: multimedia/ogmrip broken because: Incomplete pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2006122818/ogmrip-0.10.0.r4_1.log (Jan 15 22:09:58 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=ogmrip portname: print/bjfilter360 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilter360 portname: print/bjfilter850 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilter850 portname: print/bjfilter850ug broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilter850ug portname: print/bjfilter860 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilter860 portname: print/bjfilter870 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilter870 portname: print/bjfiltercom broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfiltercom portname: print/bjfilters600 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilters600 portname: print/bjfilters630 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilters630 portname: print/bjfilters6300 broken because: Incomplete pkg-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=bjfilters6300 portname: science/felt broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007052100/felt-3.06_2.log (Jun 21 08:23:23 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=felt portname: science/ovt broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=ovt portname: sysutils/sjog broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sjog portname: textproc/Ebnf2ps broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007073017/Ebnf2ps-1.05_3.log (Jul 18 23:14:15 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=Ebnf2ps portname: textproc/ruby-sablot broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-sablot portname: www/mod_auth_mysql broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_mysql portname: www/p5-Apache-AuthenCache broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-AuthenCache portname: www/p5-Kwiki-Edit-RequireUserName broken because: Already bundled in www/p5-Kwiki (0.39 or latter) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Edit-RequireUserName portname: www/rt3 broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3 portname: www/rt32 broken because: Broken due the new mod_perl2 API build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt32 portname: x11-themes/clearlooks-themes-extras broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=clearlooks-themes-extras portname: x11-themes/kde-icons-kids broken because: Unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007050922/kde-icons-kids-0.8.log (May 10 21:06:29 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-kids portname: x11-themes/kde-icons-noia broken because: Unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007050922/kde-icons-noia-1.00.log (May 10 07:45:06 UTC 2007) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/kde-icons-noia-1.00.log.bz2 (Oct 6 19:57:48 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia portname: x11-themes/kde-icons-noia-warm broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia-warm portname: x11-themes/kde-icons-outline broken because: Unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007073017/kde-icons-outline-0.1.0.log (Jul 19 00:10:11 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-outline portname: x11-toolkits/p5-qt broken because: Configure fails build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007052100/p5-qt-3.008_2.log (Jun 21 09:24:24 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-qt portname: x11-wm/alloywm broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=alloywm portname: x11/grabc broken because: Checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=grabc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 08:24:48 2007 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 9B5A416A418 for ; Wed, 1 Aug 2007 08:24:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id BD88D13C45B for ; Wed, 1 Aug 2007 08:24:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 0DD561CD4F for ; Wed, 1 Aug 2007 10:24:47 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20070801082447.0DD561CD4F@mail.droso.net> Date: Wed, 1 Aug 2007 10:24:47 +0200 (CEST) Cc: Subject: FreeBSD ports which depend on ports currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 08:24:48 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports listed in this email are ports that depend on one or more of the ports that are scheduled to be removed, but are not yet themselves on the list. However, once those ports are removed, these ports will then become broken, and thus the reason for this email. Affected port: portname: audio/gaim-festival deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gaim-festival Expiring ports upon which this one depends: portname: net-im/gaim deprecated because: Obsolete version, use net-im/pidgin instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gaim Affected port: portname: editors/semi113 deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi113 Expiring ports upon which this one depends: portname: editors/flim113 deprecated because: distfile disappeared expiration date: 2007-01-21 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2007073102/flim-emacs21-1.13.2_2.log (Jul 31 22:26:27 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=flim113 Affected port: portname: games/hlserver-esf deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-esf Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-existence deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-existence Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-glbwar deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-glbwar Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-heroes deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-heroes Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-ns deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ns Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-opfor deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-opfor Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-si deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-si Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-ts deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ts Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-vs deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-vs Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-wasteland deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wasteland Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: games/hlserver-wizwars deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wizwars Expiring ports upon which this one depends: portname: games/halflifeserver deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver Affected port: portname: graphics/gimpshop deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gimpshop Expiring ports upon which this one depends: portname: print/gimp-print deprecated because: gimp-print has been renamed gutenprint (print/gutenprint), please consider using it. expiration date: 2007-07-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gimp-print Affected port: portname: japanese/elisp-manual deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=elisp-manual Expiring ports upon which this one depends: portname: editors/emacs20 deprecated because: editors/emacs is recommended instead for new installations expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs20 Affected port: portname: japanese/emacs-manual deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=emacs-manual Expiring ports upon which this one depends: portname: editors/emacs20 deprecated because: editors/emacs is recommended instead for new installations expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs20 Affected port: portname: mail/wmymail deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=wmymail Expiring ports upon which this one depends: portname: security/ca-roots deprecated because: Not supported by FreeBSD Security Officer anymore expiration date: 2007-07-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ca-roots Affected port: portname: print/acrobatviewer deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=acrobatviewer Expiring ports upon which this one depends: portname: java/jre deprecated because: For obsolete version of jdk; depends on forbidden compat3x package expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jre Affected port: portname: print/ruby-clibpdf deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-clibpdf Expiring ports upon which this one depends: portname: print/clibpdf deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=clibpdf Affected port: portname: x11/9term deprecated because: build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=9term Expiring ports upon which this one depends: portname: editors/sam deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=sam From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 08:25:22 2007 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 D7AA416A419 for ; Wed, 1 Aug 2007 08:25:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1D513C481 for ; Wed, 1 Aug 2007 08:25:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id A14E91CD36 for ; Wed, 1 Aug 2007 10:25:20 +0200 (CEST) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20070801082520.A14E91CD36@mail.droso.net> Date: Wed, 1 Aug 2007 10:25:20 +0200 (CEST) Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 08:25:23 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems, the ports will be deleted. The goal of this posting is to make this process much more visible to the wider FreeBSD community. portname: audio/linux-mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-mbrola portname: audio/mbrola description: MBROLA voice synthesizer maintainer: ports@FreeBSD.org deprecated because: relies on forbidden port misc/compat3x; last release 2000 expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mbrola portname: chinese/emacs20 description: GNU editing macros maintainer: clive@FreeBSD.org deprecated because: editors/emacs is recommended instead for new installations expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=emacs20 portname: chinese/mule-freewnn description: Multilingual emacs, with FreeWnn support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/zh-mule-freewnn-2.3_5.log (Jul 5 06:12:39 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=mule-freewnn portname: chinese/xemacs description: XEmacs text editor version 20, with XIM support and Big5 settings maintainer: ports@FreeBSD.org status: BROKEN deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2007072718/zh-xemacs-20.4_3.log (Jul 28 23:57:00 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=xemacs portname: comms/ixj description: Driver for Quicknet Internet PhoneJack and LineJack. Used by OpenH323 maintainer: ports@FreeBSD.org status: IGNORE deprecated because: does not work on any supported FreeBSD version expiration date: 2007-07-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=ixj portname: converters/mule-ucs-emacs20 description: Universal encoding system for GNU Emacs 20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=mule-ucs-emacs20 portname: databases/bbdb-emacs20 description: Big Brother Database maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=bbdb-emacs20 portname: databases/java-sqlrelay description: Java classes to access to SQL Relay maintainer: ports@FreeBSD.org deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=java-sqlrelay portname: databases/lsdb-emacs20 description: Lovely Sister Database maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007073017/lsdb-emacs20-0.10_1.log (Jul 31 19:32:49 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=lsdb-emacs20 portname: databases/pgbash description: SQL Bash Shell for PostgreSQL maintainer: ports@FreeBSD.org deprecated because: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a expiration date: 2007-09-15 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/pgbash-7.3_2.log (Jun 23 22:08:19 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pgbash portname: deskutils/mhc-emacs20 description: Message Harmonized Calendaring system maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=mhc-emacs20 portname: devel/eieio-emacs20 description: Enhanced Integration of Emacs Interpreted Objects maintainer: dryice@dryice.name deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=eieio-emacs20 portname: devel/elib-emacs19 description: Collection of useful routines for Emacs lisp programs maintainer: ports@FreeBSD.org deprecated because: emacs19 is obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=elib-emacs19 portname: devel/elib-emacs20 description: Collection of useful routines for Emacs lisp programs maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=elib-emacs20 portname: devel/hs-green-card description: A foreign function interface preprocessor for Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not build with latest GHC expiration date: 2007-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-green-card portname: devel/hs-hpl description: Haskell Ports Library provides ports in Haskell maintainer: haskell@FreeBSD.org status: BROKEN deprecated because: Does not build with latest GHC expiration date: 2007-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=hs-hpl portname: devel/p5-Getopt-Mixed description: Perl module for processing of both short and long command line options maintainer: ports@FreeBSD.org deprecated because: Use devel/p5-Getopt-Long instead expiration date: 2007-04-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Getopt-Mixed portname: devel/pcl-cvs-emacs20 description: An Emacs-based front-end to CVS maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=pcl-cvs-emacs20 portname: devel/qextmdi description: Qt extension for creating SDI/MDI user interfaces maintainer: ports@FreeBSD.org deprecated because: is unfetchable, website disappeared expiration date: 2007-03-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qextmdi portname: devel/semantic-emacs20 description: A lexer, parser-generator, and parser for Emacs maintainer: dryice@dryice.name deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=semantic-emacs20 portname: editors/apel-emacs20 description: A Portable Emacs Library for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=apel-emacs20 portname: editors/bitmap-emacs20 description: Bitmap-mule, Package to use bitmap in Emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=bitmap-emacs20 portname: editors/emacs19 description: GNU editing macros maintainer: ports@FreeBSD.org deprecated because: emacs19 is obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs19 portname: editors/emacs20 description: GNU editing macros maintainer: ports@FreeBSD.org deprecated because: editors/emacs is recommended instead for new installations expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs20 portname: editors/flim-emacs20 description: FLIM, message representation or encoding elisp library for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=flim-emacs20 portname: editors/flim113 description: FLIM, message representation or encoding emacs lisp library for emacs21 maintainer: ports@FreeBSD.org deprecated because: distfile disappeared expiration date: 2007-01-21 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.5.2007073102/flim-emacs21-1.13.2_2.log (Jul 31 22:26:27 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=flim113 portname: editors/gnuserv-emacs20 description: A standalone release of gnuserv for GNU Emacs maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=gnuserv-emacs20 portname: editors/iiimecf description: Internet/Intranet Input Method Emacs Client Framework for GNU Emacs 20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=iiimecf portname: editors/leim20 description: Libraries of (GNU) Emacs Input Method maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=leim20 portname: editors/mule description: A multilingual emacs based 19.34 (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=mule portname: editors/mule-common description: For a multilingual emacs, emacs lisp files, info pages, etc (except executables) maintainer: ports@FreeBSD.org status: IGNORE deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=mule-common portname: editors/psgml-emacs19 description: A major mode for editing SGML and XML documents for emacs19 maintainer: ports@FreeBSD.org deprecated because: emacs19 is obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=psgml-emacs19 portname: editors/psgml-emacs20 description: A major mode for editing SGML and XML documents for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=psgml-emacs20 portname: editors/psgml-mule description: A major mode for editing SGML and XML documents for mule maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=psgml-mule portname: editors/sam description: A unix version of Rob Pike's editor for plan9 maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=sam portname: editors/scite description: A full-featured SCIntilla based Text Editor for GTK/GNOME maintainer: ports@FreeBSD.org status: IGNORE deprecated because: is unusable, writing text does not work expiration date: 2007-09-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=scite portname: editors/semi-emacs20 description: SEMI, Library of MIME feature for GNU Emacs for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi-emacs20 portname: editors/speedbar-emacs20 description: Quick access to files and tags in an Emacs frame maintainer: dryice@dryice.name deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=speedbar-emacs20 portname: editors/tamago-emacs20 description: The Multilingual Input Method - Egg V4 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=tamago-emacs20 portname: games/ggo description: PandaNet's IGS Client, GNU Go Client and SGF Editor maintainer: jonc@chen.org.nz deprecated because: developer's focus have moved elsewhere expiration date: 2007-10-03 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggo portname: games/halflifeserver description: Steam Enabled Half-Life Dedicated Server with CS and DOD maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=halflifeserver portname: games/hlserver-cs description: Half-Life mod Counter-Strike full server package for Linux maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-cs portname: games/hlserver-dod description: Half-Life mod Day of Defeat full server package for Linux maintainer: pat@FreeBSD.org status: BROKEN deprecated because: Incomplete fetch instructions expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-dod portname: games/linux-x-plane-net-installer description: The X-Plane network installer maintainer: jylefort@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=linux-x-plane-net-installer portname: graphics/xpcd description: PhotoCD tool collection maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: is an abandoned project and might be vulnerable expiration date: 2007-07-21 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/xpcd-2.09_1.log (Jun 24 04:44:02 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xpcd portname: irc/irchat-pj-emacs20 description: IRC client which runs under Emacsen maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=irchat-pj-emacs20 portname: irc/irchat-pj-emacs21 description: IRC client which runs under Emacsen maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=irchat-pj-emacs21 portname: irc/irchat-pj-xemacs21-mule description: IRC client which runs under Emacsen maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=irchat-pj-xemacs21-mule portname: irc/pure-emacs20 description: Primitive Universal Relay-chat Environment maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=pure-emacs20 portname: irc/pure-emacs21 description: Primitive Universal Relay-chat Environment maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=pure-emacs21 portname: irc/pure-xemacs21-mule description: Primitive Universal Relay-chat Environment maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=pure-xemacs21-mule portname: irc/riece-emacs20 description: IRC client for Emacs maintainer: yasu@utahime.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=riece-emacs20 portname: japanese/ddskk-emacs20 description: Simple Kana to Kanji conversion program on Emacsen maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ddskk-emacs20 portname: japanese/diclookup-emacs20 description: CDROM dictionary client for emacs. (needs ndtpd or dserver package) maintainer: mita@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=diclookup-emacs20 portname: japanese/diclookup-mule description: CDROM dictionary client for mule maintainer: mita@jp.FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=diclookup-mule portname: japanese/emacs20-emcws description: Emacs + Canna + Wnn + Sj3 maintainer: nakaji@jp.freebsd.org deprecated because: editors/emacs20 is also deprecated expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=emacs20-emcws portname: japanese/gaim description: Multi-protocol instant messaging client maintainer: freebsd@next-generation.org deprecated because: Obsolete version, use net-im/pidgin instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gaim portname: japanese/lookup-emacs20 description: Search interface on emacs20 for CD-ROM books, etc maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lookup-emacs20 portname: japanese/lynx description: A terminal-based World-Wide Web Client with multi-byte modification maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Leaves behind config file on deinstall expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=lynx portname: japanese/migemo-emacs20 description: Japanese incremental search tool for emacs20 maintainer: nobutaka@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=migemo-emacs20 portname: japanese/mule-canna description: A multilingual emacs, with Canna support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna portname: japanese/mule-canna+freewnn description: Multilingual emacs, with Canna and FreeWnn support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-canna+freewnn-2.3_5.log (Jun 24 05:58:42 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bfreewnn portname: japanese/mule-canna+freewnn+sj3 description: Multilingual emacs, with Canna, sj3, and FreeWnn support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bfreewnn%2Bsj3 portname: japanese/mule-canna+sj3 description: A multilingual emacs, with Canna and sj3 support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bsj3 portname: japanese/mule-canna+sj3+wnn6 description: Multilingual emacs, with Canna, sj3, Wnn4, and Wnn6 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bsj3%2Bwnn6 portname: japanese/mule-canna+sj3+wnn7 description: A multilingual emacs, with Canna, sj3, FreeWnn, Wnn6 and Wnn7 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bsj3%2Bwnn7 portname: japanese/mule-canna+wnn6 description: Multilingual emacs, with Canna, Wnn4, and Wnn6 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-canna+wnn6-2.3_5.log (Jun 24 05:58:38 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bwnn6 portname: japanese/mule-canna+wnn7 description: A multilingual emacs, with Canna, FreeWnn, Wnn6 and Wnn7 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-canna+wnn7-2.3_5.log (Jun 24 05:58:46 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-canna%2Bwnn7 portname: japanese/mule-freewnn description: A multilingual emacs, with FreeWnn support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-freewnn-2.3_5.log (Jun 24 05:58:44 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-freewnn portname: japanese/mule-freewnn+sj3 description: A multilingual emacs, with sj3 and FreeWnn support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-freewnn%2Bsj3 portname: japanese/mule-sj3 description: A multilingual emacs, with SJ3 support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-sj3 portname: japanese/mule-sj3+wnn6 description: Multilingual emacs, with sj3, Wnn4, and Wnn6 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-sj3%2Bwnn6 portname: japanese/mule-sj3+wnn7 description: A multilingual emacs, with sj3, FreeWnn, Wnn6 and Wnn7 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-sj3%2Bwnn7 portname: japanese/mule-wnn6 description: Multilingual emacs, with Wnn4, and Wnn6 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-wnn6-2.3_5.log (Jun 24 05:58:44 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-wnn6 portname: japanese/mule-wnn7 description: A multilingual emacs, with FreeWnn, Wnn6 and Wnn7 support built-in maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/ja-mule-wnn7-2.3_5.log (Jun 24 05:59:10 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=mule-wnn7 portname: japanese/navi2ch-emacs20 description: 2ch.net and 2ch-like BBS navigator for Emacsen maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=navi2ch-emacs20 portname: japanese/navi2ch-emacs21 description: 2ch.net and 2ch-like BBS navigator for Emacsen maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=navi2ch-emacs21 portname: japanese/navi2ch-xemacs21-mule description: 2ch.net and 2ch-like BBS navigator for Emacsen maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=navi2ch-xemacs21-mule portname: japanese/netypesv description: Network Type Trainer server program maintainer: mutoh@openedu.org deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=netypesv portname: japanese/skk10-elisp-emacs20 description: Emacs-lisp frontend for the SKK-10 Japanese Input Method maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=skk10-elisp-emacs20 portname: japanese/vje30 description: Modern intelligent Japanese input engine (purchase version) maintainer: ports@FreeBSD.org deprecated because: depends on forbidden port misc/compat3x expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=vje30 portname: japanese/w3 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org deprecated because: distfile is 10 years old and depends on emacs19 which is obsolete expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=w3 portname: japanese/weather-emacs20 description: Weather Report in Japanese Regions maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=weather-emacs20 portname: java/collections description: JDK1.2 Collections\' API for JDK1.1 environments maintainer: java@freebsd.org status: IGNORE deprecated because: only needed for jdk1.1, which is obsolete expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=collections portname: java/gj-jdk11 description: Extension of the Java programming language that supports generic types maintainer: vs@FreeBSD.org deprecated because: Modern versions of jdk support generics natively expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=gj-jdk11 portname: java/jdk11 description: Java Development Kit 1.1 maintainer: glewis@FreeBSD.org deprecated because: Obsolete version; depends on forbidden compat3x package expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk11 portname: java/jdk11-doc description: Java Development Kit 1.1 Documentation maintainer: java@FreeBSD.org deprecated because: Obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk11-doc portname: java/jdk12 description: Java Development Kit 1.2 maintainer: glewis@FreeBSD.org status: IGNORE deprecated because: Obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk12 portname: java/jdk12-doc description: Java Development Kit 1.2 Documentation maintainer: java@FreeBSD.org deprecated because: Obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk12-doc portname: java/jfc description: Java Foundation Classes (JFC)/Swing maintainer: kuriyama@FreeBSD.org status: IGNORE deprecated because: For obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jfc portname: java/jre description: Standard Java Platform for running Java programs maintainer: ports@FreeBSD.org deprecated because: For obsolete version of jdk; depends on forbidden compat3x package expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jre portname: java/linux-blackdown-jdk12 description: Blackdown Java Development Kit 1.2 for Linux maintainer: java@FreeBSD.org deprecated because: Obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=linux-blackdown-jdk12 portname: java/linux-sun-jdk12 description: Sun Java Development Kit 1.2 for Linux maintainer: java@FreeBSD.org status: IGNORE deprecated because: Obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=linux-sun-jdk12 portname: korean/hanemacs description: Korean version of GNU editing macros maintainer: cjh@FreeBSD.org status: BROKEN deprecated because: depends on emacs19 which is obsolete expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=hanemacs portname: korean/mule-freewnn description: A multilingual emacs, with FreeWnn support built in (Only the executables) maintainer: ports@FreeBSD.org deprecated because: emacs19 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/ko-mule-freewnn-2.3_5.log (Jul 5 06:13:55 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=mule-freewnn portname: lang/f2py description: Fortran to Python Interface Generator maintainer: ports@FreeBSD.org deprecated because: Replaced by py-numpy expiration date: 2007-04-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=f2py portname: lang/fesi description: Free EcmaScript Interpreter written in Java maintainer: ports@FreeBSD.org deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=fesi portname: lang/gnat-gcc34 description: The GNU Ada Compiler system maintainer: karel@lovetemple.net deprecated because: This port was made for initial bootstraping of later versions and is no longer needed expiration date: 2007-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gnat-gcc34 portname: lang/gnomebasic description: Provide VB compatible functionality for GNOME, especially VBA maintainer: gnome@FreeBSD.org deprecated because: Five years abandoned project; functionality folded into mono expiration date: 2007-09-04 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/gnomebasic-0.0.20_3.log (Jul 5 06:54:27 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gnomebasic portname: lang/tuareg-mode.el description: Emacs major mode for editing Caml code maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; this port needs an update expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tuareg-mode.el portname: mail/emh-emacs20 description: MIME extension of mh-e.el maintainer: yoichi@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=emh-emacs20 portname: mail/mew-emacs20 description: Messaging in the Emacs World for emacs20 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/mew-emacs20-5.2_1.log (Jun 24 05:57:27 UTC 2007) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007071413/mew-emacs20-5.2_1.log (Jul 19 00:58:39 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-emacs20 portname: mail/mew2-emacs20 description: Message interface to Emacs Window (version 2) for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew2-emacs20 portname: mail/mew3-emacs20 description: Message interface to Emacs Window (version 3) for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew3-emacs20 portname: mail/rmime description: Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e) maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; also, distfile is unfetchable expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=rmime portname: mail/wanderlust-emacs20 description: Yet another message interface on Emacsen maintainer: nobutaka@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=wanderlust-emacs20 portname: mail/yuzu description: A nicer mail user agent powered by JavaMail and JFC/Swing maintainer: daichi@freebsd.org deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=yuzu portname: misc/freeguide description: An interactive TV guide which will create personalized TV listings maintainer: ports@FreeBSD.org deprecated because: Old version, no maintainer expiration date: 2007-11-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=freeguide portname: misc/mango description: A recipe management software maintainer: ports@FreeBSD.org deprecated because: Depends on broken package qextmdi expiration date: 2007-09-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=mango portname: multimedia/nuppelvideo description: A very low CPU usage VCR/DVR application maintainer: steve@sohara.org deprecated because: Unmaintained upstream for years. The nuppelvideo format is now supported by mencoder expiration date: 2007-10-03 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/NuppelVideo-0.52.a_2.log (Dec 28 18:14:09 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/NuppelVideo-0.52.a_3.log (Jul 5 06:23:19 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=nuppelvideo portname: net-im/gaim description: Multi-protocol instant messaging client maintainer: marcus@FreeBSD.org deprecated because: Obsolete version, use net-im/pidgin instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=gaim portname: net-im/jabber-conference description: Jabber Conferencing module maintainer: mm@FreeBSD.org status: BROKEN deprecated because: Development stalled expiration date: 2007-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-conference portname: net-im/jabber-jud description: Jabber User Directory module maintainer: mm@FreeBSD.org status: BROKEN deprecated because: development stalled expiration date: 2007-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-jud portname: net-im/jabber-yahoo description: Jabber Yahoo Transport module maintainer: mm@FreeBSD.org status: BROKEN deprecated because: development stalled expiration date: 2007-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=jabber-yahoo portname: net-mgmt/aircrack description: Aircrack is a set of tools for auditing wireless networks maintainer: lme@FreeBSD.org status: IGNORE deprecated because: Please use net-mgmt/aircrack-ng. expiration date: 2007-06-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=aircrack portname: net/ng_netflow description: Netgraph node implementing Cisco (c) netflow maintainer: glebius@FreeBSD.org deprecated because: already in base in all supported versions of FreeBSD expiration date: 2007-08-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ng_netflow portname: net/rboot description: A remote-boot solution for Microsoft operating systems maintainer: ports@FreeBSD.org deprecated because: The project is no longer under development, and has no homepage expiration date: 2007-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rboot portname: news/gnus-emacs20 description: A popular newsreader for emacs20 maintainer: ports@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=gnus-emacs20 portname: print/clibpdf description: A library for creating PDF (Acrobat) files directly via C language programs maintainer: ports@FreeBSD.org deprecated because: distfile and homepage disappeared expiration date: 2007-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=clibpdf portname: print/ghostscript-afpl description: AFPL Postscript interpreter maintainer: ports@FreeBSD.org deprecated because: the leading edge of Ghostscript development is now under GPL license, use print/ghostscript-gpl instead expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript-afpl portname: print/ghostscript-afpl-nox11 description: AFPL Postscript interpreter maintainer: ports@FreeBSD.org deprecated because: the leading edge of Ghostscript development is now under GPL license, use print/ghostscript-gpl instead expiration date: 2007-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ghostscript-afpl-nox11 portname: print/gimp-print description: GIMP Print Printer Driver maintainer: ahze@FreeBSD.org deprecated because: gimp-print has been renamed gutenprint (print/gutenprint), please consider using it. expiration date: 2007-07-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gimp-print portname: security/amavis-perl description: Mail Virus Scanner (uses external antivirus) maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavis-perl portname: security/amavisd description: The daemonized version of amavis-perl maintainer: ports@FreeBSD.org deprecated because: depends on misc/compat3x, which has security problems; old version expiration date: 2007-09-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=amavisd portname: security/ca-roots description: A list of SSL CA root certificates maintainer: secteam@FreeBSD.org deprecated because: Not supported by FreeBSD Security Officer anymore expiration date: 2007-07-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ca-roots portname: security/cyrus-sasl description: RFC 2222 SASL (Simple Authentication and Security Layer) maintainer: ports@FreeBSD.org deprecated because: patches are unfetchable and this software is unsupported expiration date: 2007-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=cyrus-sasl portname: security/gaim-otr description: Allows deniable private conversations using GAIM maintainer: ports@mcdermottroe.com deprecated because: Obsolete version, use security/pidgin-otr instead expiration date: 2007-08-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=gaim-otr portname: security/p5-Digest-SHA2 description: Perl interface to the SHA-2 algorithms maintainer: clsung@FreeBSD.org deprecated because: Has numerious known bugs, deprecated in favor of Digest::SHA expiration date: 2007-09-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-Digest-SHA2 portname: security/p5-openxpki-client-soap-lite description: SOAP-Lite toolkit for openxpki maintainer: svysh@cryptocom.ru status: IGNORE deprecated because: No longer maintained by Developers. expiration date: 2007-08-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=p5-openxpki-client-soap-lite portname: security/vncrypt description: Cryptographic disk driver for FreeBSD maintainer: skv@FreeBSD.org deprecated because: not supported on any current version of FreeBSD expiration date: 2007-08-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=vncrypt portname: sysutils/cd9660_unicode description: A kernel driver for reading CD disks with non-English filenames maintainer: ports@FreeBSD.org status: IGNORE deprecated because: is obsolete. See mount_cd9660(8) expiration date: 2007-08-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cd9660_unicode portname: sysutils/cdbakeoven description: KDE frontend for cdrecord and mkisofs/mkhybrid maintainer: lofi@freebsd.org deprecated because: Abandonware expiration date: 2007-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=cdbakeoven portname: sysutils/dtc description: A hosting web GUI for admin and accounting all hosting services maintainer: josh@tcbug.org status: BROKEN deprecated because: Broken dependency expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc portname: sysutils/dtc-toaster description: A hosting web GUI for admin and accounting all hosting services maintainer: scrappy@freebsd.org status: BROKEN deprecated because: Broken dependency expiration date: 2007-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc-toaster portname: www/emacs-w3m-emacs20 description: Simple front-end to w3m for emacs20 maintainer: nobutaka@FreeBSD.org deprecated because: emacs20 and related ports are obsolete; please use a more recent version expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=emacs-w3m-emacs20 portname: www/hotjava description: Sun's Hotjava web browser maintainer: java@freebsd.org status: IGNORE deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=hotjava portname: www/mapedit description: A WWW authoring tool to create clickable maps maintainer: araujo@FreeBSD.org deprecated because: Depends on obsolete version of jdk expiration date: 2007-08-22 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mapedit portname: www/p5-Kwiki-Archive-Rcs description: Kwiki Page Archival Using RCS maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Archive-Rcs portname: www/p5-Kwiki-Archive-SVK description: Kwiki Page Archival Using SVK maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Archive-SVK portname: www/p5-Kwiki-Atom description: Kwiki Atom Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Atom portname: www/p5-Kwiki-Cache description: Kwiki Cache Plugin maintainer: include@npf.pt.freebsd.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2007052100/p5-Kwiki-Cache-0.11.log (Jun 21 06:41:23 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Cache portname: www/p5-Kwiki-Diff description: Kwiki Diff Plugin maintainer: rafan@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Diff portname: www/p5-Kwiki-Edit-RequireUserName description: Require a KwikiUserName for edits maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Edit-RequireUserName portname: www/p5-Kwiki-GDGraphGenerator description: Kwiki plugin for putting pretty graphs into your Kwiki pages maintainer: perl@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-GDGraphGenerator portname: www/p5-Kwiki-Infobox description: Kwiki information box, works weel with Kwiki-ColumnLayout maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Infobox portname: www/p5-Kwiki-ModPerl description: Enable Kwiki to work under mod_perl maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-ModPerl portname: www/p5-Kwiki-NavigationToolbar description: Kwiki navigation toolbar, works well with Kwiki-ColumnLayout maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-NavigationToolbar portname: www/p5-Kwiki-NewPage description: Kwiki New Page Plugin maintainer: ports@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-NewPage portname: www/p5-Kwiki-Notify-Mail description: Send email notification of topic updates maintainer: perl@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Notify-Mail portname: www/p5-Kwiki-PagePrivacy description: Kwiki PagePrivacy Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-PagePrivacy portname: www/p5-Kwiki-RecentChanges description: Kwiki Recent Changes Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-RecentChanges portname: www/p5-Kwiki-RecentChangesRSS description: Kwiki RSS Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-RecentChangesRSS portname: www/p5-Kwiki-Revisions description: Kwiki Revisions Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Revisions portname: www/p5-Kwiki-Search description: Kwiki Search Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Search portname: www/p5-Kwiki-Theme-ColumnLayout description: Kwiki Theme with two/three column layout maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-Theme-ColumnLayout portname: www/p5-Kwiki-UserName description: Kwiki User Name Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-UserName portname: www/p5-Kwiki-UserPreferences description: Kwiki User Preferences Plugin maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-UserPreferences portname: www/p5-Kwiki-VimMode description: Kwiki VimMode preformatted forms of text maintainer: clsung@FreeBSD.org status: IGNORE deprecated because: already bundled in www/p5-Kwiki (0.39 or latter) expiration date: 2007-07-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Kwiki-VimMode portname: www/w3 description: WWW browser based on emacs/mule maintainer: ports@FreeBSD.org deprecated because: distfile is 10 years old and depends on emacs19 which is obsolete expiration date: 2007-08-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=w3 portname: www/zope-btreefolder2 description: Zope product that can store many items maintainer: kaeru@inigo-tech.com deprecated because: Included in Zope 2.8 and later expiration date: 2007-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=zope-btreefolder2 portname: x11-fm/endeavour description: A graphical file manager and image viewer aimed towards new users maintainer: itetcu@FreeBSD.org deprecated because: Development ceased, this port should be updated to Endeavour Mark II expiration date: 2007-07-31 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007061905/endeavour-1.13.0_3.log (Jun 24 10:36:59 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=endeavour portname: x11-themes/kde-icons-noia description: KDE Noia complete iconset maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Unfetchable expiration date: 2007-04-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2007050922/kde-icons-noia-1.00.log (May 10 07:45:06 UTC 2007) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006121119/kde-icons-noia-1.00.log.bz2 (Oct 6 19:57:48 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia portname: x11-wm/obtuner description: Configurator for Openbox with keybinding and mousebinding editor maintainer: novel@FreeBSD.org status: BROKEN deprecated because: broken with recent Openbox and the project is not active anymore expiration date: 2007-09-15 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.6.2007062317/obtuner-0.3_2.log (Jul 16 14:01:35 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=obtuner From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 08:25:29 2007 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 CEEC216A47A for ; Wed, 1 Aug 2007 08:25:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:0:206:5bff:fef8:267d]) by mx1.freebsd.org (Postfix) with ESMTP id 86E5C13C491 for ; Wed, 1 Aug 2007 08:25:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 8A49A1CD36 for ; Wed, 1 Aug 2007 10:25:26 +0200 (CEST) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20070801082526.8A49A1CD36@mail.droso.net> Date: Wed, 1 Aug 2007 10:25:26 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 08:25:29 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of the port, including errors seen on the build farm, is included below. portname: graphics/xpcd forbidden because: is an abandoned project and might be vulnerable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2007070212/xpcd-2.09_1.log (Jun 24 04:44:02 UTC 2007) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xpcd portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: sysutils/eject forbidden because: Setuid root and has security issues build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=eject If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 11:23:26 2007 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 702B916A417 for ; Wed, 1 Aug 2007 11:23:26 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone3.qsi.net.nz (drone3-svc-skyt.qsi.net.nz [202.89.128.3]) by mx1.freebsd.org (Postfix) with ESMTP id 13FA813C45A for ; Wed, 1 Aug 2007 11:23:25 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 25658 invoked by uid 0); 1 Aug 2007 10:56:44 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 1 Aug 2007 10:56:44 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id 35C3A7E85D; Wed, 1 Aug 2007 22:56:44 +1200 (NZST) Date: Wed, 1 Aug 2007 22:56:44 +1200 From: Jonathan Chen To: freebsd-ports@freebsd.org Message-ID: <20070801105644.GA73505@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: multimedia@freebsd.org Subject: multimedia/vlc doesn't recognise 'XVID'? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 11:23:26 -0000 Hi all, I've recently portupgraded vlc from 0.8.6.c_1,2 to 0.8.6.c_2,2, and for some reason or other it now doesn't play avi files that played with the previous version. Sound appears okay, but no video. The following message appears on stderr: [00000288] main decoder error: no suitable decoder module for fourcc `XVID'. VLC probably does not support this sound or video format. Anyone here have any idea how to fix this? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 12:46:35 2007 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 B88A316A41B for ; Wed, 1 Aug 2007 12:46:35 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 942E113C442 for ; Wed, 1 Aug 2007 12:46:35 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0CDE75191A for ; Wed, 1 Aug 2007 08:46:32 -0400 (EDT) Date: Wed, 1 Aug 2007 13:46:30 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070801134630.60b9a9b8@gumby.homeunix.com.> In-Reply-To: <46AA5977.9080206@pcbsd.com> References: <46AA5977.9080206@pcbsd.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Are we ready for Native Flash? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 12:46:35 -0000 On Fri, 27 Jul 2007 13:45:43 -0700 Kris Moore wrote: > > Hey, just wanted to give folks a heads up. I'm hearing that we may be > seeing a native Flash binary for FreeBSD in the future, depending on > how quick we can port over Tamarin: > > http://www.mozilla.org/projects/tamarin/ > > They are working on a Linux port now, if anybody is interested in > getting a FBSD port done that will help us a TON in getting Adobe to > release Flash9 in a native FreeBSD format. No more Linux-emulation > just to surf the web! How does that actually work? It reads as if ecma runs on its own virtual machine. So presumably if Flash were developed to run on this it would be platform independent, and there wouldn't be a need for *any* native Flash versions. If ecma is ready in 2008, is there a realistic possibility of Flash working in the same year. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 13:17:47 2007 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 4918416A418 for ; Wed, 1 Aug 2007 13:17:47 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 07D1313C4B5 for ; Wed, 1 Aug 2007 13:17:46 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGE51-00029I-Tc for freebsd-ports@freebsd.org; Wed, 01 Aug 2007 15:17:36 +0200 Received: from detroit.slack.net ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Aug 2007 15:17:35 +0200 Received: from mark.evenson by detroit.slack.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Aug 2007 15:17:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Wed, 01 Aug 2007 15:17:24 +0200 Lines: 19 Message-ID: References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: detroit.slack.net User-Agent: Thunderbird 2.0.0.5 (X11/20070723) In-Reply-To: <46AF0077.9090803@gmx.at> Sender: news Subject: Re: emacs 22 and info files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:17:47 -0000 Mark Evenson wrote: >[...] > A bug should be filed. Which I would do but the [FreeBSD Bugs database][1] seems to not be returning any matches to queries so that I can see that I am not going to file a duplicate bug report, or if one is in the works. Does anyone know what's up (i.e. if it is going to be fixed) with this gnats query function? [1]: http://www.freebsd.org/cgi/query-pr-summary.cgi -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 14:25:50 2007 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 BAE5916A41A for ; Wed, 1 Aug 2007 14:25:50 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9321713C4A3 for ; Wed, 1 Aug 2007 14:25:50 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so134816rvb for ; Wed, 01 Aug 2007 07:25:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DuegjDFd3vE+8OW1sfA8LR9H0XAee521PgdB+8V9p834EJ8rsbaBPqyq9YUpE/pPQKy73WhxKjjsknKCtVEv4MkBHosU0eGALgebXCeLQ1OHg9PdwZ71QN6ddzpeDnU9hxv/Uy3NfeK6S2YU+z+NvlmvlCBT/m+fW2Njgf5OrbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ci2QZ2QtrmREYOQZoXKyfYQKUt6Y8hKLHds2gYnjTajJ1kgUNHLrW9m6w4CDTW1+BMF4lutEynH0iTuhRQeMS/jp6pUGaIP4SJ1atVLdNQhnzv2HmsqbkQQYyaa9BlbIh7FT40lYOIXT4jzyuUO92OIR1v/Yt3KSqHF+bDY+MGo= Received: by 10.115.110.6 with SMTP id n6mr759454wam.1185978350095; Wed, 01 Aug 2007 07:25:50 -0700 (PDT) Received: by 10.114.194.16 with HTTP; Wed, 1 Aug 2007 07:25:50 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 18:25:50 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jonathan Horne" In-Reply-To: <200707200911.13837.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707200836.38583.freebsd@dfwlp.com> <200707200911.13837.freebsd@dfwlp.com> X-Google-Sender-Auth: fee167f4f92b80f8 Cc: FreeBSD Ports , Beech Rintoul Subject: Re: mail/horde X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 14:25:50 -0000 On 7/20/07, Jonathan Horne wrote: > On Friday 20 July 2007 08:36:38 Jonathan Horne wrote: > > i am trying to setup mail/horde on a test box, > > but so far i am not having much success. can > > anyone direct me to a place where i might find > > tips or documentation for setting up the *current* > > port version of horde? > > sorry, i meant to say "www/horde-meta". Why don't you try to contact its maintainer (cc'ed)? Good luck! From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 15:36:29 2007 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 A452916A480 for ; Wed, 1 Aug 2007 15:36:29 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1CC13C491 for ; Wed, 1 Aug 2007 15:36:29 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 9A49DEBC78 for ; Wed, 1 Aug 2007 11:36:28 -0400 (EDT) Date: Wed, 1 Aug 2007 11:36:27 -0400 From: Bill Moran To: ports@FreeBSD.org Message-Id: <20070801113627.679105a4.wmoran@potentialtech.com> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: xorg ports breaks fetch-recursive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 15:36:29 -0000 Following up on a previous discussion about ports refusing to fetch because of issues unrelated to the fetch process. I'm prepping a machine for the xorg 6 -> 7 upgrade, and hitting this in ports/x11/xorg-libraries/Makefile: .if !defined(XORG_UPGRADE) && !defined(PACKAGE_BUILDING) && exists(/usr/X11R6) pre-everything:: @if [ ! -L /usr/X11R6 ]; then \ echo -n "/usr/X11R6 exists, but it is not a symlink. "; \ echo "Installation cannot proceed."; \ echo -n "This looks like an incompletely removed old version "; \ echo -n "of X. In the current version, /usr/X11R6 must be "; \ echo -n "a symlink if it exists at all."; \ echo -n "Please read ${PORTSDIR}/UPDATING (entry of 20070519) "; \ echo -n "for the procedure to upgrade X.org related ports."; \ /usr/bin/false; \ fi .elif !exists(/usr/X11R6) && !defined(WITHOUT_X11R6_SYMLINK) pre-everything:: ${LN} -s ${X11BASE} /usr/X11R6 || ${TRUE} .endif The problem is that this prevents me from doing "make fetch-recursive". Can't use NO_IGNORE to get around this one. Could that Makefile be patched to use IGNORE= instead of the current echo? (note, I just hacked my local version of the Makefile for now, so my immediate problem is solved -- I'm looking to suggest an improvement) I was going to throw together a patch, but I realized I'm fuzzy on the difference between .if and @if -- so if anyone wants to take a few minutes to clarify those for me, I'd be happy :) -- Bill Moran http://www.potentialtech.com From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 16:37:06 2007 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 885CD16A418 for ; Wed, 1 Aug 2007 16:37:06 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5F313C442 for ; Wed, 1 Aug 2007 16:37:06 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id AFF25FBA; Wed, 1 Aug 2007 11:37:02 -0500 (CDT) Date: Wed, 1 Aug 2007 11:37:01 -0500 To: Mark Evenson Message-ID: <20070801163701.GC2698@soaustin.net> References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: emacs 22 and info files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 16:37:06 -0000 On Wed, Aug 01, 2007 at 03:17:24PM +0200, Mark Evenson wrote: > Which I would do but the [FreeBSD Bugs database][1] seems to not be > returning any matches to queries Seems to be working fine for me now. However, I've seen a 'no PRs found' page to be displayed sometimes, possibly due to some internal timeout. mcl From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 16:40:58 2007 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 D492616A417 for ; Wed, 1 Aug 2007 16:40:58 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8FC5513C458 for ; Wed, 1 Aug 2007 16:40:58 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 73C0AED61C6; Wed, 1 Aug 2007 19:39:02 +0300 (EEST) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hFx5NLybVotb; Wed, 1 Aug 2007 19:39:01 +0300 (EEST) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 0DCDAED61C5; Wed, 1 Aug 2007 19:39:01 +0300 (EEST) Message-ID: <46B0B795.5070106@icyb.net.ua> Date: Wed, 01 Aug 2007 19:40:53 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Sam Lawrance References: <46A8AC15.4080509@icyb.net.ua> In-Reply-To: <46A8AC15.4080509@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: uppc kmod installation problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 16:40:58 -0000 on 26/07/2007 17:13 Andriy Gapon said the following: > It seems that installation action of uppc-kmod port (do-install target) > uses incorrect tool to put uppc.ko in its destination. It seems that the > tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid > kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref > then kldxref complains about missing symbol table in uppc.ko and dumps > core. If the module is loaded then it crashes my system. > > On the other hand, if I simply copy uppc.ko from work directory then it > works ok. [snip] > Some system info: > FreeBSD 6.2-RELEASE-p3 amd64 [snip] This problem seems to be the same as the one described here: http://www.freebsd.org/cgi/query-pr.cgi?pr=100703 There seems to be something special about amd64, kernel modules and 'install -s' / strip. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 16:42:50 2007 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 37EBB16A537 for ; Wed, 1 Aug 2007 16:42:50 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id A0F3B13C46E for ; Wed, 1 Aug 2007 16:42:49 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so158730rvb for ; Wed, 01 Aug 2007 09:42:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ezqbxak6A07cBP0c3OO4JsnuTM7fYxgKiL23AusZf6HM+/oY/UP0N4W+DHmtiXJVklKt16HCPeHvIAZb+u5dDOuXzayxIWQiXsXAJVWZFP8MAlAdeNPNw0XUQSdjw7T0UBzV1+TezSTLBh1BnXw8bVsDq3xFHvH16q6NSZtVW94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XAntQqcj1X0+/R7AOtsmFoNB5o7ojw4nyjy9uPdxJ5v5uMg4nCfMOYshuoi5rB7TAWxBgnSt/zbgJjmLIA2JljUgD9s1iEY1kHcxiSwLO12c3Ut9nDedMowfseIwEnZ40X/AYKa9Nlgv13+Khhhg+yBmVZVR8+luuicpezbRWo0= Received: by 10.114.181.1 with SMTP id d1mr890446waf.1185985005575; Wed, 01 Aug 2007 09:16:45 -0700 (PDT) Received: by 10.114.205.5 with HTTP; Wed, 1 Aug 2007 09:16:45 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 11:16:45 -0500 From: Matt To: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org, matthieu In-Reply-To: <20070731201608.GA30162@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070731201608.GA30162@saturn.kn-bremen.de> Cc: Subject: Re: qemu-devel 20070731 port update - please test! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 16:42:50 -0000 On 7/31/07, Juergen Lock wrote: > Hi! > > Again I want to update the qemu-devel port (mainly because I played > with arm terrier/akita emulation as you can read on the qemu list, > but there are also other fixes) and need your help with testing. > It now also should respect ifname=tapX with -net tap (modified patch > after matthieu morel, Cc'd, I hope I didn't break it... :) > > Enjoy, > Juergen New snapshot version compiled cleanly for me this morning with you patches and appears to be running well with my WinXP hosts. Thanks! Matt From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 16:46:15 2007 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 7E4EC16A420 for ; Wed, 1 Aug 2007 16:46:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2BA13C4D9 for ; Wed, 1 Aug 2007 16:46:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l71GkEb6032588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Aug 2007 09:46:14 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l71GkDRx010043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 09:46:14 -0700 Message-ID: <46B0B8D4.1070907@u.washington.edu> Date: Wed, 01 Aug 2007 09:46:12 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: RW References: <46AA5977.9080206@pcbsd.com> <20070801134630.60b9a9b8@gumby.homeunix.com.> In-Reply-To: <20070801134630.60b9a9b8@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.1.92153 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-ports@freebsd.org Subject: Re: Are we ready for Native Flash? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 16:46:15 -0000 RW wrote: > On Fri, 27 Jul 2007 13:45:43 -0700 > Kris Moore wrote: > > >> Hey, just wanted to give folks a heads up. I'm hearing that we may be >> seeing a native Flash binary for FreeBSD in the future, depending on >> how quick we can port over Tamarin: >> >> http://www.mozilla.org/projects/tamarin/ >> >> They are working on a Linux port now, if anybody is interested in >> getting a FBSD port done that will help us a TON in getting Adobe to >> release Flash9 in a native FreeBSD format. No more Linux-emulation >> just to surf the web! >> > > > How does that actually work? It reads as if ecma runs on its > own virtual machine. So presumably if Flash were developed to run on > this it would be platform independent, and there wouldn't be a need > for *any* native Flash versions. > > If ecma is ready in 2008, is there a realistic possibility of Flash > working in the same year. > I got it to compile properly on i386 after some hacking, but the original authors were bad and assumed that the architecture is always 32-bit, so when I tried to compile amd64 it failed miserably. I'm going to try and get the 64-bit copy to compile sometime within the next week or two. -Garrett From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 16:53:44 2007 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 123C616A41B for ; Wed, 1 Aug 2007 16:53:44 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.177]) by mx1.freebsd.org (Postfix) with ESMTP id C5CAE13C469 for ; Wed, 1 Aug 2007 16:53:41 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: by el-out-1112.google.com with SMTP id r23so50639elf for ; Wed, 01 Aug 2007 09:53:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=frFavijMum/Z0vyi/Tf1ysX+vL3BWfVUP8XltWdbVcBrZ545MHmeVoaw+CXbwx+lA6sDFHe6bZhSdNgkRJ73R08LJTe70ctXGjTvlFVdlA+irODt7apHeRGZWJ21q1ZPW+MY4JXAR2mGb2mv1TJqw+9Mj0KP2yJwOnV6cQYBq00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qQwwaqfg/6Hzt/x/oxjz+Ia0Yme50c4sME5TY2zzKxjp0kjPu1deKpqqGRbEFPQt2UIvd4Bf2XRhTb3buwQ56IqAmwkDExzvO5dhAdJnhELwsw9Kyr+48MVKRbo8d4/J/IKzbtVSBAMPoDFCACBF3uFkinpLM4oS11aQ5tFiDZ4= Received: by 10.100.94.3 with SMTP id r3mr509474anb.1185985716806; Wed, 01 Aug 2007 09:28:36 -0700 (PDT) Received: by 10.100.58.11 with HTTP; Wed, 1 Aug 2007 09:28:36 -0700 (PDT) Message-ID: <85bdae4e0708010928n565a3b22ndff942e7e57d603@mail.gmail.com> Date: Wed, 1 Aug 2007 12:28:36 -0400 From: "David Yeske" To: "Jan Marek" In-Reply-To: <41EE5293.9060501@gdi.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41EE5293.9060501@gdi.cz> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: mrxvt-0.3.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: Wed, 01 Aug 2007 16:53:44 -0000 I will look into this. Thank you for informing me of this. On 1/19/05, Jan Marek wrote: > Hello, > sorry for disturbing, but do You plan to add more updated version of > this terminal ? I think there's version 0.3.14 available for linux which > allows to customize keybindigs, that miss so much in this version. > Thx for Your answer > > Jan Marek > From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 17:00:30 2007 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 4463E16A417 for ; Wed, 1 Aug 2007 17:00:30 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8FB13C483 for ; Wed, 1 Aug 2007 17:00:29 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l71H0Gfg060353 for ; Wed, 1 Aug 2007 17:00:16 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l71H0Gf6060352 for ports@FreeBSD.org; Wed, 1 Aug 2007 17:00:16 GMT (envelope-from erwin) Date: Wed, 1 Aug 2007 17:00:16 GMT From: Erwin Lansing Message-Id: <200708011700.l71H0Gf6060352@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 17:00:30 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found p5-Spork-0.20: "/a/erwin/tindex/ports/www/p5-Kwiki-Cache" non-existent -- dependency list incomplete ===> textproc/p5-Spork failed *** Error code 1 "Makefile", line 65: warning: "/usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2>/dev/null" returned non-zero status "/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile", line 65: warning: "/usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2>/dev/null" returned non-zero status "/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile", line 65: warning: "/usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2>/dev/null" returned non-zero status *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: ahze fjoe gabor glewis linimon miwi mnag pav Most recent CVS update was: U MOVED U databases/py-pysqlite23/Makefile U databases/py-pysqlite23/distinfo U databases/sqlite3/Makefile U databases/sqlite3/distinfo U databases/sqlite3/files/fts12_patch-Makefile.in U databases/sqlite3/files/fts1_patch-Makefile.in U databases/sqlite3/files/fts2_patch-Makefile.in U databases/sqlite3/files/patch-ext__fts2__fts2.c U databases/sqlite3/files/patch-ext__fts2__fts2_porter.c U databases/sqlite3/files/patch-ext__fts2__fts2_tokenizer1.c U hungarian/hunspell/Makefile U hungarian/hunspell/distinfo U hungarian/hunspell/pkg-descr U hungarian/hunspell/pkg-plist U java/infobus/Makefile U lang/llvm-gcc4/Makefile U mail/postfix-current/Makefile U mail/postfix-current/distinfo U misc/pciids/Makefile U misc/pciids/distinfo U net/openbgpd-devel/Makefile U net-mgmt/Makefile U russian/fortune-bashorgru/Makefile U security/Makefile U www/Makefile U x11-fm/Makefile From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 17:34:43 2007 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 6B2DB16A41F for ; Wed, 1 Aug 2007 17:34:43 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B90E813C465 for ; Wed, 1 Aug 2007 17:34:42 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l71HYNDj047503; Wed, 1 Aug 2007 18:34:25 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l71HYNDj047503 Message-ID: <46B0C41F.2040905@infracaninophile.co.uk> Date: Wed, 01 Aug 2007 18:34:23 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Bill Moran References: <20070801113627.679105a4.wmoran@potentialtech.com> In-Reply-To: <20070801113627.679105a4.wmoran@potentialtech.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 01 Aug 2007 18:34:35 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3846/Wed Aug 1 08:27:07 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: ports@freebsd.org Subject: Re: xorg ports breaks fetch-recursive X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 17:34:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Bill Moran wrote: > I was going to throw together a patch, but I realized I'm fuzzy on the > difference between .if and @if -- so if anyone wants to take a few > minutes to clarify those for me, I'd be happy :) .if is an internal make thing. In this case it is all about conditionally defining a make target. @if is two things: @ -- meaning "don't echo this command" and "if" which is plain old Bourne Shell code. It's part of the action of the target. If you define XORG_UPGRADE in the environment while attempting your recursive fetch, it should work. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsMQf8Mjk52CukIwRCMQ/AJoCa9BKOZBGsM+Bbjhr4ppqwbTHvQCeOVYl hcwSsQa0SpPcpgqpUI6LKcU= =AyZm -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 19:00:03 2007 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 0683616A417 for ; Wed, 1 Aug 2007 19:00:03 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id D1A8B13C480 for ; Wed, 1 Aug 2007 19:00:02 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l71Ixn5G059181 for ; Wed, 1 Aug 2007 18:59:49 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l71Ixnds059179 for ports@FreeBSD.org; Wed, 1 Aug 2007 18:59:49 GMT (envelope-from erwin) Date: Wed, 1 Aug 2007 18:59:49 GMT From: Erwin Lansing Message-Id: <200708011859.l71Ixnds059179@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:00:03 -0000 From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 19:20:59 2007 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 2CA7816A419 for ; Wed, 1 Aug 2007 19:20:59 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (5-208-223-66.gci.net [66.223.208.5]) by mx1.freebsd.org (Postfix) with ESMTP id E16B713C459 for ; Wed, 1 Aug 2007 19:20:58 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 4CE1B7ED7; Wed, 1 Aug 2007 11:01:52 -0800 (AKDT) From: Beech Rintoul To: "Jonathan Horne" Date: Wed, 1 Aug 2007 11:01:46 -0800 User-Agent: KMail/1.9.7 References: <200707200836.38583.freebsd@dfwlp.com> <200707200911.13837.freebsd@dfwlp.com> In-Reply-To: X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708011101.49965.beech@freebsd.org> Cc: FreeBSD Ports Subject: Re: mail/horde X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:20:59 -0000 On Wednesday 01 August 2007, Andrew Pantyukhin said: > On 7/20/07, Jonathan Horne wrote: > > On Friday 20 July 2007 08:36:38 Jonathan Horne wrote: > > > i am trying to setup mail/horde on a test box, > > > but so far i am not having much success. can > > > anyone direct me to a place where i might find > > > tips or documentation for setting up the *current* > > > port version of horde? > > > > sorry, i meant to say "www/horde-meta". > > Why don't you try to contact its maintainer (cc'ed)? > > Good luck! Horde is a base framework and a series of modules that perform various functions. You can install one or all of them. horde-meta is the FreeBSD version of horde's bundles like "webmail edition" except you can choose what to install. The base and individual modules docs are installed in /usr/local/share/docs/horde. There is extensive documentation on setup and the individual modules at http://www.horde.org and you will also find a wiki and mailing lists. Horde was designed to be versatile and able to run on any webserver that will support php either directly or with fastcgi, that said it seems a bit daunting to set up. I can assure you it really isn't that bad, but does require some user configuration to work. This is well documented, both in the docs and on their site. Good luck with your install and feel free to ask any specific questions you may have. Beech - Horde Maintainer -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 20:01:21 2007 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 6008616A417 for ; Wed, 1 Aug 2007 20:01:21 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp113.sbc.mail.re2.yahoo.com (smtp113.sbc.mail.re2.yahoo.com [68.142.229.92]) by mx1.freebsd.org (Postfix) with SMTP id B36B313C46A for ; Wed, 1 Aug 2007 20:01:20 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 2885 invoked from network); 1 Aug 2007 19:34:35 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.104.73 with login) by smtp113.sbc.mail.re2.yahoo.com with SMTP; 1 Aug 2007 19:34:35 -0000 X-YMail-OSG: 0H0H9m4VM1nwBZkCXp1NW82XNMZMkWpNxx3gPh.yYvE.3EOTdfPq7sMyPxw2ip1w3dyNNhRejQVHt9_nTYNTpPsKBaoHOQ5_uwbJl7bDX1mX3A_LX5W8YrTxu_WqWzJh_9PjAqdoK4BtCQ-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 2162CB8ED; Wed, 1 Aug 2007 14:34:45 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y+DwQ3uE8m5j; Wed, 1 Aug 2007 14:34:44 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id C5EF1B8EC; Wed, 1 Aug 2007 14:34:43 -0500 (CDT) Message-ID: <46B0E048.5030102@mikestammer.com> Date: Wed, 01 Aug 2007 14:34:32 -0500 From: Eric User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Beech Rintoul References: <200707200836.38583.freebsd@dfwlp.com> <200707200911.13837.freebsd@dfwlp.com> <200708011101.49965.beech@freebsd.org> In-Reply-To: <200708011101.49965.beech@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Horne , FreeBSD Ports Subject: Re: mail/horde X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 20:01:21 -0000 Beech Rintoul wrote: > On Wednesday 01 August 2007, Andrew Pantyukhin said: > > Good luck with your install and feel free to ask any specific > questions you may have. > > Beech - Horde Maintainer > on a somewhat related note, any idea when we will see DIMP get put into the ports tree? it looks nice Eric From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 20:17:44 2007 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 15DA316A418; Wed, 1 Aug 2007 20:17:44 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (5-208-223-66.gci.net [66.223.208.5]) by mx1.freebsd.org (Postfix) with ESMTP id DD04E13C46E; Wed, 1 Aug 2007 20:17:43 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 023D2815A; Wed, 1 Aug 2007 12:17:42 -0800 (AKDT) From: Beech Rintoul To: freebsd-ports@freebsd.org Date: Wed, 1 Aug 2007 12:17:33 -0800 User-Agent: KMail/1.9.7 References: <200707200836.38583.freebsd@dfwlp.com> <200708011101.49965.beech@freebsd.org> <46B0E048.5030102@mikestammer.com> In-Reply-To: <46B0E048.5030102@mikestammer.com> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708011217.39408.beech@freebsd.org> Cc: Jonathan Horne , FreeBSD Ports Subject: Re: mail/horde X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:17:44 -0000 On Wednesday 01 August 2007, Eric said: > Beech Rintoul wrote: > > On Wednesday 01 August 2007, Andrew Pantyukhin said: > > > > Good luck with your install and feel free to ask any specific > > questions you may have. > > > > Beech - Horde Maintainer > > on a somewhat related note, any idea when we will see DIMP get put > into the ports tree? it looks nice > > Eric Probably with the next release. Dimp only works with the development version and it would be too big a change. I would have to create devel versions of everything just to get that working. It is on my list of Horde todo's. There are other mods I'm looking at also. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 20:17:44 2007 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 15DA316A418; Wed, 1 Aug 2007 20:17:44 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (5-208-223-66.gci.net [66.223.208.5]) by mx1.freebsd.org (Postfix) with ESMTP id DD04E13C46E; Wed, 1 Aug 2007 20:17:43 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 023D2815A; Wed, 1 Aug 2007 12:17:42 -0800 (AKDT) From: Beech Rintoul To: freebsd-ports@freebsd.org Date: Wed, 1 Aug 2007 12:17:33 -0800 User-Agent: KMail/1.9.7 References: <200707200836.38583.freebsd@dfwlp.com> <200708011101.49965.beech@freebsd.org> <46B0E048.5030102@mikestammer.com> In-Reply-To: <46B0E048.5030102@mikestammer.com> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708011217.39408.beech@freebsd.org> Cc: Jonathan Horne , FreeBSD Ports Subject: Re: mail/horde X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:17:44 -0000 On Wednesday 01 August 2007, Eric said: > Beech Rintoul wrote: > > On Wednesday 01 August 2007, Andrew Pantyukhin said: > > > > Good luck with your install and feel free to ask any specific > > questions you may have. > > > > Beech - Horde Maintainer > > on a somewhat related note, any idea when we will see DIMP get put > into the ports tree? it looks nice > > Eric Probably with the next release. Dimp only works with the development version and it would be too big a change. I would have to create devel versions of everything just to get that working. It is on my list of Horde todo's. There are other mods I'm looking at also. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 21:26:54 2007 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 A9AC916A5C2; Wed, 1 Aug 2007 21:26:54 +0000 (UTC) (envelope-from rhettner@avision.com.au) Received: from omta05sl.mx.bigpond.com (omta05sl.mx.bigpond.com [144.140.93.195]) by mx1.freebsd.org (Postfix) with ESMTP id AC0ED13C458; Wed, 1 Aug 2007 21:26:53 +0000 (UTC) (envelope-from rhettner@avision.com.au) Received: from oaamta05sl.mx.bigpond.com ([58.174.211.175]) by omta05sl.mx.bigpond.com with ESMTP id <20070801212652.SHYZ29750.omta05sl.mx.bigpond.com@oaamta05sl.mx.bigpond.com>; Wed, 1 Aug 2007 21:26:52 +0000 Received: from [172.16.6.204] (really [58.174.211.175]) by oaamta05sl.mx.bigpond.com with ESMTP id <20070801212651.YZKE25463.oaamta05sl.mx.bigpond.com@[172.16.6.204]>; Wed, 1 Aug 2007 21:26:51 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Thu, 02 Aug 2007 06:56:37 +0930 From: Robert Hettner To: Message-ID: Thread-Topic: FreeBSD Port: php5-zlib-5.2.3_1 Thread-Index: AcfUgqRC4wb0LkB1Edy13wARJIWC9g== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: php5-zlib-5.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: Wed, 01 Aug 2007 21:26:54 -0000 Alex, I am trying to use portupgrade to bring my packages / ports up to date but am striking a problem with php5-zlib. If I try and make the port it fails with the message: bradmann# cd /usr/ports/archivers/php5-zlib bradmann# ls Makefile bradmann# make ===> Vulnerability check disabled, database not found => php-5.1.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://br.php.net/distributions/. fetch: http://br.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://cn.php.net/distributions/. fetch: http://cn.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://dk.php.net/distributions/. fetch: http://dk.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://de.php.net/distributions/. fetch: http://de.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://es.php.net/distributions/. fetch: http://es.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://fi.php.net/distributions/. fetch: http://fi.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://fr.php.net/distributions/. fetch: http://fr.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://gr.php.net/distributions/. fetch: http://gr.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://it.php.net/distributions/. fetch: http://it.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://jp.php.net/distributions/. fetch: http://jp.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://nl.php.net/distributions/. fetch: http://nl.php.net/distributions/php-5.1.6.tar.bz2: No address record => Attempting to fetch from http://se.php.net/distributions/. fetch: http://se.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://uk.php.net/distributions/. fetch: http://uk.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://us2.php.net/distributions/. fetch: http://us2.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://ring.sakura.ad.jp/archives/net/www/php/distributions/. fetch: http://ring.sakura.ad.jp/archives/net/www/php/distributions/php-5.1.6.tar.bz 2: Not Found => Attempting to fetch from http://ring.riken.jp/archives/net/www/php/distributions/. fetch: http://ring.riken.jp/archives/net/www/php/distributions/php-5.1.6.tar.bz2: Not Found => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/php-5.1.6.tar.bz2: Connection refused => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/archivers/php5-zlib. Any suggestion how I can add it to my system, it is marked as a dependency for one of the packages I would like to run (tikiwiki-1.9.7 Powerful PHP based Wiki/CMS/Groupware) Thanks Robert Hettner Consulting Engineer E: rhettner@avision.com.au M: 0419 815 775 ------------------------- Ascot Engineering Pty Ltd P: 08 82359606 F: 08 82359538 From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 21:31:23 2007 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 49C3116A46C for ; Wed, 1 Aug 2007 21:31:23 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id C8A1D13C4D1 for ; Wed, 1 Aug 2007 21:31:22 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so306551uge for ; Wed, 01 Aug 2007 14:31:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=TgPddCx1vgP/NSRE7iG/OwIxuDH3YmYI+HdoouUed5dtbZI9Cu8XLJs7S76P+fTQoglNVcyLYjmlceItP6hnO6n5nI6w3aNDf75PyQkvg+NsK1zFgf5aJ2jz7yY/664pbfipdxhaDwq/CjHnpfe9ih6mbt7YwJ2aV1pwkwjGV/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Ms5iUMCARt1oyZJtFbgNatcK+tFBBGQKfMrjKNjPrXxrHPVpvBEJdiUKldZjpiJYzd1xyUSVUPmzmriHND8KjK9XcoMmn3w6fk2TSKQM51UOuOa2iLlUaGHVoDxVhHpK8I9qIH/hRbgW9SQbohO8rG4rknQbzLQbJ/NHc+BXvRo= Received: by 10.67.89.11 with SMTP id r11mr1599046ugl.1186002144909; Wed, 01 Aug 2007 14:02:24 -0700 (PDT) Received: from ?192.168.1.2? ( [80.213.243.231]) by mx.google.com with ESMTPS id z37sm2258417ikz.2007.08.01.14.02.23 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 14:02:24 -0700 (PDT) From: Roberth =?ISO-8859-1?Q?Sjon=F8y?= To: nivit@FreeBSD.org Content-Type: text/plain Date: Wed, 01 Aug 2007 23:02:21 +0200 Message-Id: <1186002141.17002.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: sonata-1.0.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: Wed, 01 Aug 2007 21:31:23 -0000 Hello, please update sonata to latest version. Regards, Roberth. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 21:36:50 2007 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 C917516A418 for ; Wed, 1 Aug 2007 21:36:50 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 5EF6913C46C for ; Wed, 1 Aug 2007 21:36:49 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so75766anc for ; Wed, 01 Aug 2007 14:36:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dVzDCI+S4mnNi3zFJ6npZ6aH9fHq8gpYvfTMZgsytx1awDf0COu+7MYTZlHU1q1PL18HWuHahu5k1a0/Hy/QiaANfslxtGxu3ucciDAVqUUKv1VcmgggjEqVPi4GP+899kUlP5UGDB9/+PN59Xu3PKJ/Yq3oVj0UsmZm0VzZ89Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Y4tBxBrNmZJZHrJwOjltO6o83L+Ju+ItgctaVeIyca+BFmfvTAopA7cXkm8HTotbLe1Svja9j1DQavMCe50hcewkQjcsVjK700QvZu8D/eoO4QkTwnZi2y3jlYbAuwVTu1jp70eB2Zf2RmwklqJHzSbm7g3EFfsRxLsTM94TtII= Received: by 10.100.109.13 with SMTP id h13mr726220anc.1186004209473; Wed, 01 Aug 2007 14:36:49 -0700 (PDT) Received: by 10.100.58.11 with HTTP; Wed, 1 Aug 2007 14:36:49 -0700 (PDT) Message-ID: <85bdae4e0708011436g3d8b01c1x9da74b26c2fc7d49@mail.gmail.com> Date: Wed, 1 Aug 2007 17:36:49 -0400 From: "David Yeske" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: heads up graphics/blender X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 01 Aug 2007 21:36:50 -0000 The graphics/blender port is a binary port that has not been updated in a couple of years. Most of the functionality has been migrated into the open source graphics/blender-devel port. I wanted to take a survey to see if anyone is still using the graphics/blender port as I plan to replace it with the open source blender. Regards, David Yeske From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 21:45:39 2007 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 51B8C16A420 for ; Wed, 1 Aug 2007 21:45:39 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id DAE6F13C457 for ; Wed, 1 Aug 2007 21:45:38 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so308168uge for ; Wed, 01 Aug 2007 14:45:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=n8tAjTU7H6OpmnH2THqg1Nn1zGrzXp5v/+O3I5+9s4unwDxhAM/OO8Qikjnu7hsJgEQTot1gAYEGmbkf6eq+aF19xZoLDC9ZDsmeEr/p5PgDEjUAjwsWtu89BC1sOiaiNfA9o8qn9Jpwwz7hlEnAc/lzcpQQSmAQmKAbvNEsomU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=EsGYmyftX0XeZTOQfPROx556R0M9g1BhXuK7/Z6yH/8wkWoQ7nP79ngIl7qz3eT37nfqm4lXGc82bQ0rBC61cN/4hWBuGaZRWs7PIpJxJOR0yeDyKeMEDZ7gfZYFUfu8GNJ+gnDtKHi8jrVcMLvPlFYsnsDJwpsIcLYHCOmuR2U= Received: by 10.67.20.11 with SMTP id x11mr1645799ugi.1186004737292; Wed, 01 Aug 2007 14:45:37 -0700 (PDT) Received: from ?192.168.1.2? ( [80.213.243.231]) by mx.google.com with ESMTPS id z37sm2316641ikz.2007.08.01.14.45.35 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 14:45:36 -0700 (PDT) From: Roberth =?ISO-8859-1?Q?Sjon=F8y?= To: marcus@FreeBSD.org Content-Type: text/plain Date: Wed, 01 Aug 2007 23:45:36 +0200 Message-Id: <1186004736.17002.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: pidgin-2.0.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:45:39 -0000 Hello, please update pidgin to the latest version. Regards, Roberth. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 22:38:53 2007 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 3D09A16A46C for ; Wed, 1 Aug 2007 22:38:53 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id BD4B413C45D for ; Wed, 1 Aug 2007 22:38:52 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 396C319E02A; Thu, 2 Aug 2007 00:23:38 +0200 (CEST) Received: from [192.168.1.2] (grimm.quip.cz [213.220.192.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id 9ACE719E027; Thu, 2 Aug 2007 00:23:33 +0200 (CEST) Message-ID: <46B1080C.4010705@quip.cz> Date: Thu, 02 Aug 2007 00:24:12 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Robert Hettner References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: FreeBSD Port: php5-zlib-5.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: Wed, 01 Aug 2007 22:38:53 -0000 Robert Hettner wrote: > Alex, > > > I am trying to use portupgrade to bring my packages / ports up to date but > am striking a problem with php5-zlib. > > If I try and make the port it fails with the message: > > bradmann# cd /usr/ports/archivers/php5-zlib > bradmann# ls > Makefile > bradmann# make > ===> Vulnerability check disabled, database not found > => php-5.1.6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://br.php.net/distributions/. > fetch: http://br.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://cn.php.net/distributions/. > fetch: http://cn.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://dk.php.net/distributions/. > fetch: http://dk.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://de.php.net/distributions/. > fetch: http://de.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://es.php.net/distributions/. > fetch: http://es.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://fi.php.net/distributions/. > fetch: http://fi.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://fr.php.net/distributions/. > fetch: http://fr.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://gr.php.net/distributions/. > fetch: http://gr.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://it.php.net/distributions/. > fetch: http://it.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://jp.php.net/distributions/. > fetch: http://jp.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://nl.php.net/distributions/. > fetch: http://nl.php.net/distributions/php-5.1.6.tar.bz2: No address record > => Attempting to fetch from http://se.php.net/distributions/. > fetch: http://se.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://uk.php.net/distributions/. > fetch: http://uk.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from http://us2.php.net/distributions/. > fetch: http://us2.php.net/distributions/php-5.1.6.tar.bz2: Moved Temporarily > => Attempting to fetch from > http://ring.sakura.ad.jp/archives/net/www/php/distributions/. > fetch: > http://ring.sakura.ad.jp/archives/net/www/php/distributions/php-5.1.6.tar.bz > 2: Not Found > => Attempting to fetch from > http://ring.riken.jp/archives/net/www/php/distributions/. > fetch: > http://ring.riken.jp/archives/net/www/php/distributions/php-5.1.6.tar.bz2: > Not Found > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/php-5.1.6.tar.bz2: > Connection refused > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/archivers/php5-zlib. > > > > Any suggestion how I can add it to my system, it is marked as a dependency > for one of the packages I would like to run (tikiwiki-1.9.7 > Powerful PHP based Wiki/CMS/Groupware) As you can see, you are not installing (fetching) 5.2.3, but php-5.1.6. Update your ports tree and try it again. Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Wed Aug 1 23:54:19 2007 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 37BB116A417 for ; Wed, 1 Aug 2007 23:54:19 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0397113C442 for ; Wed, 1 Aug 2007 23:54:18 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 3011A17020; Thu, 2 Aug 2007 08:36:55 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id E81B220; Thu, 2 Aug 2007 08:36:54 +0900 (JST) Received: from localhost (fight.home.utahime.org [192.168.174.7]) by eastasia.home.utahime.org (Postfix) with ESMTP id A01511E; Thu, 2 Aug 2007 08:36:54 +0900 (JST) Date: Thu, 02 Aug 2007 08:36:21 +0900 (JST) Message-Id: <20070802.083621.135294468.yasu@utahime.org> To: freebsd-ports@FreeBSD.org From: KIMURA Yasuhiro X-Mailer: Mew version 5.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: PRs of repocopy request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 23:54:19 -0000 Hello. Would someone handle following PRs of repocopy request? ports/114668 ports/114669 ports/114670 ports/114671 anray@ said he was too busy to handle them. Regards. --- KIMURA Yasuhiro From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 01:32:37 2007 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 A146116A418 for ; Thu, 2 Aug 2007 01:32:37 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7396713C45E for ; Thu, 2 Aug 2007 01:32:37 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.1/8.13.4) with ESMTP id l721Wa6k054020 for ; Wed, 1 Aug 2007 20:32:36 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Message-ID: <46B13434.9010301@math.missouri.edu> Date: Wed, 01 Aug 2007 20:32:36 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------010809090309040608080400" Cc: Subject: Faster pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 01:32:37 -0000 This is a multi-part message in MIME format. --------------010809090309040608080400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here is my next attempt to make a faster pkg_version. This script is not going to be 100% reliable, but it should work most of the time. It works by first checking the time difference between /var/db/pkg/*/+CONTENTS and /usr/ports/*/*/Makefile, and only invokes pkg_version if the former is older. --------------010809090309040608080400 Content-Type: text/plain; name="pkg-version-quick" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-version-quick" #!/usr/bin/make -f DB=/var/db/pkg PORTS=/usr/ports PKG_LIST!=cd ${DB}; \ for p in *; do \ sed -n -E "s/@comment ORIGIN/$$p/p" ${DB}/$$p/+CONTENTS; \ done ALL_LIST=${PKG_LIST:C=(.*):.*=${DB}/\1/+CONTENTS=} all: ${ALL_LIST} .for target in ${PKG_LIST} ${DB}/${target:C/:.*//}/+CONTENTS: ${PORTS}/${target:C/.*://}/Makefile @pkg_version -L'=' -v -s ${target:C/:.*//} .endfor --------------010809090309040608080400-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 02:56:30 2007 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 1DBA416A418 for ; Thu, 2 Aug 2007 02:56:30 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id E2F5113C45D for ; Thu, 2 Aug 2007 02:56:29 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from laptop2.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.1/8.13.4) with ESMTP id l722uT4H054347 for ; Wed, 1 Aug 2007 21:56:29 -0500 (CDT) (envelope-from stephen@math.missouri.edu) Message-ID: <46B147DD.3000001@math.missouri.edu> Date: Wed, 01 Aug 2007 21:56:29 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070729 SeaMonkey/1.1.3 MIME-Version: 1.0 To: ports@freebsd.org References: <46B13434.9010301@math.missouri.edu> In-Reply-To: <46B13434.9010301@math.missouri.edu> Content-Type: multipart/mixed; boundary="------------000105080309020900070104" Cc: Subject: Re: Faster pkg_version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:56:30 -0000 This is a multi-part message in MIME format. --------------000105080309020900070104 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Stephen Montgomery-Smith wrote: > Here is my next attempt to make a faster pkg_version. This script is > not going to be 100% reliable, but it should work most of the time. It > works by first checking the time difference between > /var/db/pkg/*/+CONTENTS and /usr/ports/*/*/Makefile, and only invokes > pkg_version if the former is older. Someone emailed me that it didn't work on their system. Try this one instead. I also corrected a few other potential issues (like if you run my script as root and then press control C, you might mess up your database). --------------000105080309020900070104 Content-Type: text/plain; name="pkg-version-quick" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg-version-quick" #!/usr/bin/make -f PKG_DBDIR?=/var/db/pkg PORTSDIR?=/usr/ports PKG_LIST!= \ for p in ${PKG_DBDIR}/*/+CONTENTS; do \ sed -n "s|@comment ORIGIN|$$p|p" $$p; \ done all: ${PKG_LIST:C/:.*//} .for target in ${PKG_LIST} ${target:C/:.*//}:: ${PORTSDIR}/${target:C/.*://}/Makefile @pkg_version -L'=' -v -s ${target:C|${PKG_DBDIR}/(.*)/\+CONTENTS:.*|\1|} .endfor --------------000105080309020900070104-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 07:45:58 2007 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 1DF6716A468 for ; Thu, 2 Aug 2007 07:45:58 +0000 (UTC) (envelope-from rhettner@avision.com.au) Received: from omta05ps.mx.bigpond.com (omta05ps.mx.bigpond.com [144.140.83.195]) by mx1.freebsd.org (Postfix) with ESMTP id A11FA13C48E for ; Thu, 2 Aug 2007 07:45:57 +0000 (UTC) (envelope-from rhettner@avision.com.au) Received: from oaamta07ps.mx.bigpond.com ([58.174.211.175]) by omta05ps.mx.bigpond.com with ESMTP id <20070802074555.QBCV154.omta05ps.mx.bigpond.com@oaamta07ps.mx.bigpond.com>; Thu, 2 Aug 2007 07:45:55 +0000 Received: from [172.16.6.204] (really [58.174.211.175]) by oaamta07ps.mx.bigpond.com with ESMTP id <20070802074555.LFMN3248.oaamta07ps.mx.bigpond.com@[172.16.6.204]>; Thu, 2 Aug 2007 07:45:55 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Thu, 02 Aug 2007 17:15:51 +0930 From: Robert Hettner To: Message-ID: Thread-Topic: FreeBSD Port: samba-3.0.25a_1,1 Thread-Index: AcfU2SXEZEPtFUDMEdy13wARJIWC9g== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: samba-3.0.25a_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: Thu, 02 Aug 2007 07:45:58 -0000 Hello, I have been working on updating the ports/packages on my FreeBSD box via a combination of portsnap and portupgrade and I have managed to get most of the software upgraded to the latest version. As part of the process I was upgrading (may have been pkg_add) Samba 2.something to samba-3.0.25a_1,1 and was given the option of which additional features I wanted included in the build. One of the options I selected was dynamic DNS updates but I did not select ADS support and it failed (dynamic DNS updates require ADS support). I tried make clean but still get the following bradmann# cd /usr/ports/net/samba3 bradmann# make ===> samba-3.0.25a_1,1 dynamic DNS updates require ADS support. *** Error code 1 Stop in /usr/ports/net/samba3. What do I need to clear / reset / delete to get back to the option selection dialogue (so I can NOT select dynamic DNS updates !) FYI: bradmann# uname -a FreeBSD bradmann.ascotengineering.com.au 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I have tried Google but no joy, any suggestions would be appriciated. Thanks Robert Hettner Consulting Engineer E: rhettner@avision.com.au M: 0419 815 775 ------------------------- Ascot Engineering Pty Ltd P: 08 82359606 F: 08 82359538 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 08:45:02 2007 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 9019316A41A for ; Thu, 2 Aug 2007 08:45:02 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A73113C4B6 for ; Thu, 2 Aug 2007 08:45:01 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id l728QEV9029747; Thu, 2 Aug 2007 10:26:15 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 2 Aug 2007 10:26:18 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB19BC07@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: samba-3.0.25a_1,1 Thread-Index: AcfU2SXEZEPtFUDMEdy13wARJIWC9gABVE/Q References: From: "Johan Hendriks" To: "Robert Hettner" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: ports@freebsd.org Subject: RE: FreeBSD Port: samba-3.0.25a_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: Thu, 02 Aug 2007 08:45:02 -0000 >Hello, >I have been working on updating the ports/packages on my FreeBSD box = via a >combination of portsnap and portupgrade and I have managed to get most = of >the software upgraded to the latest version. >As part of the process I was upgrading (may have been pkg_add) Samba >2.something to samba-3.0.25a_1,1 and was given the option of which >additional features I wanted included in the build. One of the options = I >selected was dynamic DNS updates but I did not select ADS support and = it >failed (dynamic DNS updates require ADS support). >I tried make clean but still get the following >bradmann# cd /usr/ports/net/samba3 >bradmann# make >=3D=3D=3D> samba-3.0.25a_1,1 dynamic DNS updates require ADS support. >*** Error code 1 >Stop in /usr/ports/net/samba3. >What do I need to clear / reset / delete to get back to the option = selection >dialogue (so I can NOT select dynamic DNS updates !) >FYI: >bradmann# uname -a >FreeBSD bradmann.ascotengineering.com.au 6.2-RELEASE FreeBSD = 6.2-RELEASE #0: >Fri Jan 12 10:40:27 UTC 2007 >root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >I have tried Google but no joy, any suggestions would be appriciated. >Thanks make config will let you define the options again regards, Johan _______________________________________________ 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" No virus found in this incoming message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.11.2/931 - Release Date: 1-8-2007 = 16:53 =20 No virus found in this outgoing message. Checked by AVG Free Edition.=20 Version: 7.5.476 / Virus Database: 269.11.2/931 - Release Date: 1-8-2007 = 16:53 =20 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:09:27 2007 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 4CEA616A41F for ; Thu, 2 Aug 2007 09:09:27 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.freebsd.org (Postfix) with ESMTP id D9B7A13C4A7 for ; Thu, 2 Aug 2007 09:09:26 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 512834; Thu, 02 Aug 2007 11:11:15 +0200 Received: (from timur@localhost) by timur.home.bat.ru (8.14.1/8.14.1/Submit) id l728mQv2009909; Thu, 2 Aug 2007 10:48:26 +0200 (CEST) (envelope-from timur) Date: Thu, 2 Aug 2007 10:48:26 +0200 From: "Timur I. Bakeyev" To: Robert Hettner Message-ID: <20070802084825.GA27687@com.bat.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: ports@FreeBSD.org, timur@gnu.org Subject: Re: FreeBSD Port: samba-3.0.25a_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: Thu, 02 Aug 2007 09:09:27 -0000 Hi, Robert! On Thu, Aug 02, 2007 at 05:15:51PM +0930, Robert Hettner wrote: > > I tried make clean but still get the following > > bradmann# cd /usr/ports/net/samba3 > bradmann# make > ===> samba-3.0.25a_1,1 dynamic DNS updates require ADS support. > *** Error code 1 When you install the port it says: ===> ------------------------------------------- ===> Run 'make config' to (re)configure the port ===> ------------------------------------------- Does it ring a bell :)? 'make rmconfig' may also be useful. With regards, Timur. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:14:17 2007 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 B38D516A421 for ; Thu, 2 Aug 2007 09:14:17 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF0813C4B5 for ; Thu, 2 Aug 2007 09:14:17 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from dhcp250-210.yandex.ru ([87.250.250.210]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1IGWl5-0007Mt-Ko; Thu, 02 Aug 2007 13:14:15 +0400 Message-ID: <46B1A066.5050604@FreeBSD.org> Date: Thu, 02 Aug 2007 13:14:14 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: KIMURA Yasuhiro References: <20070802.083621.135294468.yasu@utahime.org> In-Reply-To: <20070802.083621.135294468.yasu@utahime.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org Subject: Re: PRs of repocopy request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:14:17 -0000 KIMURA Yasuhiro wrote: > Hello. > > Would someone handle following PRs of repocopy request? > > ports/114668 > ports/114669 > ports/114670 > ports/114671 > > anray@ said he was too busy to handle them. I'll care. -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:35:34 2007 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 F24E916A468 for ; Thu, 2 Aug 2007 09:35:34 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 3DA8A13C4A8 for ; Thu, 2 Aug 2007 09:35:34 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: (qmail invoked by alias); 02 Aug 2007 09:35:32 -0000 Received: from detroit.slack.net (EHLO [IPv6:::1]) [69.31.82.90] by mail.gmx.net (mp058) with SMTP; 02 Aug 2007 11:35:32 +0200 X-Authenticated: #32963322 X-Provags-ID: V01U2FsdGVkX1/n/QUWk4fn2Z+tblLJAQZXXkvxoT44HfeZ75sTNa Tg7xf+Q/48vYN+ Message-ID: <46B1A55F.1090709@gmx.at> Date: Thu, 02 Aug 2007 11:35:27 +0200 From: Mark Evenson User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.ports To: Mark Linimon References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> <20070801163701.GC2698@soaustin.net> In-Reply-To: <20070801163701.GC2698@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: FreeBSD ports query interface broken [was Re: emacs 22 and info files] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:35:35 -0000 Mark Linimon wrote: > On Wed, Aug 01, 2007 at 03:17:24PM +0200, Mark Evenson wrote: >> Which I would do but the [FreeBSD Bugs database][1] seems to not be >> returning any matches to queries > > Seems to be working fine for me now. However, I've seen a 'no PRs found' > page to be displayed sometimes, possibly due to some internal timeout. I can't get the FreeBSD query interface to work at all. See [1] for a query for entries in "ports" category for "evolution" in single text field including closed reports. I *know* there should be results here, because I have filed multiple bugs for "evolution" over the past year (even helping to fix a couple!). [1]: http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&severity=&priority=&class=&state=&sort=none&text=evolution&responsible=&multitext=&originator=&closedtoo=on&release= -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:35:42 2007 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 109E016A418 for ; Thu, 2 Aug 2007 09:35:42 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id BA61E13C468 for ; Thu, 2 Aug 2007 09:35:41 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGX5j-0001Nu-9B for freebsd-ports@freebsd.org; Thu, 02 Aug 2007 11:35:35 +0200 Received: from detroit.slack.net ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:35:35 +0200 Received: from mark.evenson by detroit.slack.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:35:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Thu, 02 Aug 2007 11:35:27 +0200 Lines: 23 Message-ID: <46B1A55F.1090709@gmx.at> References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> <20070801163701.GC2698@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: freebsd-ports@freebsd.org X-Gmane-NNTP-Posting-Host: detroit.slack.net User-Agent: Thunderbird 2.0.0.5 (X11/20070723) In-Reply-To: <20070801163701.GC2698@soaustin.net> Sender: news Subject: FreeBSD ports query interface broken [was Re: emacs 22 and info files] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:35:42 -0000 Mark Linimon wrote: > On Wed, Aug 01, 2007 at 03:17:24PM +0200, Mark Evenson wrote: >> Which I would do but the [FreeBSD Bugs database][1] seems to not be >> returning any matches to queries > > Seems to be working fine for me now. However, I've seen a 'no PRs found' > page to be displayed sometimes, possibly due to some internal timeout. I can't get the FreeBSD query interface to work at all. See [1] for a query for entries in "ports" category for "evolution" in single text field including closed reports. I *know* there should be results here, because I have filed multiple bugs for "evolution" over the past year (even helping to fix a couple!). [1]: http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports&severity=&priority=&class=&state=&sort=none&text=evolution&responsible=&multitext=&originator=&closedtoo=on&release= -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:43:35 2007 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 2E15616A41A for ; Thu, 2 Aug 2007 09:43:35 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id C619413C45E for ; Thu, 2 Aug 2007 09:43:34 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id DAEFAEB411C; Thu, 2 Aug 2007 17:43:30 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id CFy-Id3Wgcxt; Thu, 2 Aug 2007 17:43:23 +0800 (CST) Received: from LI-Xins-MacBook.local (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 42D6CEB3E73; Thu, 2 Aug 2007 17:43:23 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=KTCF6cSAMlnI33EgLtI3/XICiJPzHzLzU8SyLU8XTAcslQIdj4fox/8kbAumhgWqV bCrBbwr3OMP5zxl1R7Uqg== Message-ID: <46B1A722.9040402@delphij.net> Date: Thu, 02 Aug 2007 17:42:58 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Sergey Matveychuk References: <20070802.083621.135294468.yasu@utahime.org> <46B1A066.5050604@FreeBSD.org> In-Reply-To: <46B1A066.5050604@FreeBSD.org> X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig65D2C347EB749AD0B0AA5C72" Cc: KIMURA Yasuhiro , freebsd-ports@FreeBSD.org Subject: Re: PRs of repocopy request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:43:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig65D2C347EB749AD0B0AA5C72 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sergey Matveychuk wrote: > KIMURA Yasuhiro wrote: >> Hello. >> >> Would someone handle following PRs of repocopy request? >> >> ports/114668 >> ports/114669 >> ports/114670 >> ports/114671 >> >> anray@ said he was too busy to handle them. >=20 > I'll care. Please also consider: ports/115132: [repocopy] Please repocopy databases/db45 -> databases/db46= Thanks! Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig65D2C347EB749AD0B0AA5C72 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsaciOfuToMruuMARCoSOAJ4nvmrWBGlcZ2zAnXehtFWihURQAQCdElYX 8b0+NMLNsVeVyU0PntcC9v0= =/o+2 -----END PGP SIGNATURE----- --------------enig65D2C347EB749AD0B0AA5C72-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 09:50:13 2007 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 4C30D16A481 for ; Thu, 2 Aug 2007 09:50:13 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from mail.ciam.ru (ns.ciam.ru [213.247.195.75]) by mx1.freebsd.org (Postfix) with ESMTP id 07C2613C459 for ; Thu, 2 Aug 2007 09:50:12 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from dhcp250-210.yandex.ru ([87.250.250.210]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1IGXJn-00085P-Lb; Thu, 02 Aug 2007 13:50:07 +0400 Message-ID: <46B1A8CF.1080902@FreeBSD.org> Date: Thu, 02 Aug 2007 13:50:07 +0400 From: Sergey Matveychuk User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: d@delphij.net References: <20070802.083621.135294468.yasu@utahime.org> <46B1A066.5050604@FreeBSD.org> <46B1A722.9040402@delphij.net> In-Reply-To: <46B1A722.9040402@delphij.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: KIMURA Yasuhiro , freebsd-ports@FreeBSD.org Subject: Re: PRs of repocopy request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:50:13 -0000 LI Xin wrote: > Sergey Matveychuk wrote: >> KIMURA Yasuhiro wrote: >>> Hello. >>> >>> Would someone handle following PRs of repocopy request? >>> >>> ports/114668 >>> ports/114669 >>> ports/114670 >>> ports/114671 >>> >>> anray@ said he was too busy to handle them. >> I'll care. > > Please also consider: > > ports/115132: [repocopy] Please repocopy databases/db45 -> databases/db46 > The PRs above was not from committer. So I've just given a responsibility for them. You should wait for marcus@ action :) -- Dixi. Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 10:02:21 2007 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 E4EF616A46E for ; Thu, 2 Aug 2007 10:02:21 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 2C1E913C4EC for ; Thu, 2 Aug 2007 10:02:20 +0000 (UTC) (envelope-from mark.evenson@gmx.at) Received: (qmail invoked by alias); 02 Aug 2007 10:02:19 -0000 Received: from unknown (EHLO [IPv6:::1]) [69.31.82.90] by mail.gmx.net (mp042) with SMTP; 02 Aug 2007 12:02:19 +0200 X-Authenticated: #32963322 X-Provags-ID: V01U2FsdGVkX18z22BTxhszb4N8j2n1lbqoxIVC3GivPsNpq0Mz5e pqSAvO2XtOoBs2 Message-ID: <46B1ABA3.9040602@gmx.at> Date: Thu, 02 Aug 2007 12:02:11 +0200 From: Mark Evenson User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.ports References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> <20070801163701.GC2698@soaustin.net> <46B1A55F.1090709@gmx.at> In-Reply-To: <46B1A55F.1090709@gmx.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Mark Linimon , freebsd-ports@freebsd.org Subject: Re: FreeBSD ports query interface broken [was Re: emacs 22 and info files] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:02:22 -0000 Mark Evenson wrote: > Mark Linimon wrote: >> On Wed, Aug 01, 2007 at 03:17:24PM +0200, Mark Evenson wrote: >>> Which I would do but the [FreeBSD Bugs database][1] seems to not be >>> returning any matches to queries >> >> Seems to be working fine for me now. However, I've seen a 'no PRs found' >> page to be displayed sometimes, possibly due to some internal timeout. > > I can't get the FreeBSD query interface to work at all. The FreeBSD bugs query interface is now working for me. Maybe this is something intermittent? -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 10:02:29 2007 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 D5EB916A41F for ; Thu, 2 Aug 2007 10:02:29 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8E41313C474 for ; Thu, 2 Aug 2007 10:02:29 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGXVh-0004EB-9m for freebsd-ports@freebsd.org; Thu, 02 Aug 2007 12:02:25 +0200 Received: from 69.31.82.90 ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 12:02:25 +0200 Received: from mark.evenson by 69.31.82.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 12:02:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Thu, 02 Aug 2007 12:02:11 +0200 Lines: 21 Message-ID: <46B1ABA3.9040602@gmx.at> References: <861werd36k.fsf@eder.homelinux.net> <46AF0077.9090803@gmx.at> <20070801163701.GC2698@soaustin.net> <46B1A55F.1090709@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 69.31.82.90 User-Agent: Thunderbird 2.0.0.5 (X11/20070723) In-Reply-To: <46B1A55F.1090709@gmx.at> Sender: news Cc: Mark Linimon , freebsd-ports@freebsd.org Subject: Re: FreeBSD ports query interface broken [was Re: emacs 22 and info files] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:02:29 -0000 Mark Evenson wrote: > Mark Linimon wrote: >> On Wed, Aug 01, 2007 at 03:17:24PM +0200, Mark Evenson wrote: >>> Which I would do but the [FreeBSD Bugs database][1] seems to not be >>> returning any matches to queries >> >> Seems to be working fine for me now. However, I've seen a 'no PRs found' >> page to be displayed sometimes, possibly due to some internal timeout. > > I can't get the FreeBSD query interface to work at all. The FreeBSD bugs query interface is now working for me. Maybe this is something intermittent? -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 10:08:07 2007 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 BD6E916A418 for ; Thu, 2 Aug 2007 10:08:07 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.freebsd.org (Postfix) with ESMTP id 55A2D13C4B7 for ; Thu, 2 Aug 2007 10:08:07 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 512830; Thu, 02 Aug 2007 11:09:56 +0200 Received: (from timur@localhost) by timur.home.bat.ru (8.14.1/8.14.1/Submit) id l72986bk009995; Thu, 2 Aug 2007 11:08:06 +0200 (CEST) (envelope-from timur) Date: Thu, 2 Aug 2007 11:08:06 +0200 From: "Timur I. Bakeyev" To: Johan Hendriks Message-ID: <20070802090806.GB27687@com.bat.ru> References: <57200BF94E69E54880C9BB1AF714BBCB19BBD6@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB19BBD6@w2003s01.double-l.local> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: freebsd-ports@freebsd.org Subject: Re: samba 3.0.25b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 02 Aug 2007 10:08:07 -0000 Hi, Johan! On Thu, Jul 26, 2007 at 01:03:51PM +0200, Johan Hendriks wrote: > Does anyone know when the latest samba will hit the ports tree? Cc: me if you want to get an answer in a time fasion :) > Or is the maintainer busy with the samba, zfs issue on current. 3.0.25b had some issues that made it not worth the upgrading. 3.0.25c is coming this week, so we'll see, how does it behave. In general, I hear a lot of complains about recent versions of Samba, so trying to be extra caucious with simple version bumping. With regards, Timur Bakeyev. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 13:23:13 2007 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 D8F4016A419 for ; Thu, 2 Aug 2007 13:23:13 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay01.kiev.sovam.com (relay01.kiev.sovam.com [62.64.120.200]) by mx1.freebsd.org (Postfix) with ESMTP id 7E31913C45D for ; Thu, 2 Aug 2007 13:23:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [89.162.146.170] (helo=skuns.kiev.zoral.com.ua) by relay01.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IGa4L-0006hL-JJ for freebsd-ports@freebsd.org; Thu, 02 Aug 2007 15:46:24 +0300 Received: from deviant.kiev.zoral.com.ua (root@[10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l72Ck6q2042623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 15:46:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l72Ck6aF013550; Thu, 2 Aug 2007 15:46:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l72Ck3pJ013549; Thu, 2 Aug 2007 15:46:03 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 2 Aug 2007 15:46:03 +0300 From: Kostik Belousov To: Andriy Gapon Message-ID: <20070802124603.GC2738@deviant.kiev.zoral.com.ua> References: <46A8AC15.4080509@icyb.net.ua> <46B0B795.5070106@icyb.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/e2eDi0V/xtL+Mc8" Content-Disposition: inline In-Reply-To: <46B0B795.5070106@icyb.net.ua> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on skuns.kiev.zoral.com.ua X-Scanner-Signature: 7155bbd8d023de41950ebecbe4708355 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 1327 [August 2 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Sam Lawrance , freebsd-ports@freebsd.org Subject: Re: uppc kmod installation problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 13:23:14 -0000 --/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 01, 2007 at 07:40:53PM +0300, Andriy Gapon wrote: > on 26/07/2007 17:13 Andriy Gapon said the following: > > It seems that installation action of uppc-kmod port (do-install target) > > uses incorrect tool to put uppc.ko in its destination. It seems that the > > tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid > > kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref > > then kldxref complains about missing symbol table in uppc.ko and dumps > > core. If the module is loaded then it crashes my system. > >=20 > > On the other hand, if I simply copy uppc.ko from work directory then it > > works ok. > [snip] > > Some system info: > > FreeBSD 6.2-RELEASE-p3 amd64 > [snip] >=20 > This problem seems to be the same as the one described here: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D100703 >=20 > There seems to be something special about amd64, kernel modules and > 'install -s' / strip. You cannot strip kernel modules on amd64, because modules are elf object files, as opposed to shared objects on all other archs. Strip strips the object file symbol table, that is used by the static linker and in-kernel linker on amd64. On the other hand, shared object contains also a dynamic symbol table, that is not stripped and used by in-kernel linker on !amd64. --/e2eDi0V/xtL+Mc8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGsdILC3+MBN1Mb4gRAgZhAJ9yJNINXkIw3NIt1CnV1Q2SN71UMgCgkpmv hlDFOCFZiw4zb5CHd/JQwqc= =vIs7 -----END PGP SIGNATURE----- --/e2eDi0V/xtL+Mc8-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 18:37:16 2007 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 0D61816A418; Thu, 2 Aug 2007 18:37:16 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5BC13C4B7; Thu, 2 Aug 2007 18:37:15 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 4222F20516E; Thu, 2 Aug 2007 20:37:13 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.8/8.13.6) with ESMTP id l72IaGui020752; Thu, 2 Aug 2007 20:36:16 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.8/8.13.6/Submit) id l72IaGIB020751; Thu, 2 Aug 2007 20:36:16 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 2 Aug 2007 20:36:15 +0200 To: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org, matthieu Message-ID: <20070802183615.GA20576@saturn.kn-bremen.de> Mail-Followup-To: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org, matthieu References: <20070731201608.GA30162@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731201608.GA30162@saturn.kn-bremen.de> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: update rerolled - 20070802 (was: qemu-devel 20070731 port update - please test!) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 02 Aug 2007 18:37:16 -0000 On Tue, Jul 31, 2007 at 10:16:08PM +0200, Juergen Lock wrote: > Hi! > > Again I want to update the qemu-devel port (mainly because I played > with arm terrier/akita emulation as you can read on the qemu list, > but there are also other fixes) and need your help with testing. > It now also should respect ifname=tapX with -net tap (modified patch > after matthieu morel, Cc'd, I hope I didn't break it... :) Okay there were some late commits which I'd like to include (like, an acpi fix, also arm fixes), so I rerolled the update. Again, please test, to make sure the late commits don't cause regressions... Thanx and enjoy, Juergen Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/Makefile,v retrieving revision 1.79 diff -u -r1.79 Makefile --- Makefile 10 Jul 2007 20:24:58 -0000 1.79 +++ Makefile 2 Aug 2007 16:30:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.9.0s.20070702 +PORTVERSION= 0.9.0s.20070802 CATEGORIES= emulators MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -15,7 +15,7 @@ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-snapshot-2007-07-02_05 +DISTNAME= ${PORTNAME}-snapshot-2007-08-02_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/distinfo,v retrieving revision 1.47 diff -u -r1.47 distinfo --- distinfo 10 Jul 2007 20:24:58 -0000 1.47 +++ distinfo 2 Aug 2007 16:30:47 -0000 @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 624b513bbd86e0c7529344584639fba1 -SHA256 (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 62474848fda0dacb1c6238b33b6b272e49dfa3821352ec57f38388246e0aa8c2 -SIZE (qemu/qemu-snapshot-2007-07-02_05.tar.bz2) = 2003505 +MD5 (qemu/qemu-snapshot-2007-08-02_05.tar.bz2) = 35332948d2a3647c4b29b27c9fc9b5a5 +SHA256 (qemu/qemu-snapshot-2007-08-02_05.tar.bz2) = b3931bf1d3787cf854b2687bd8bd568aba1d5bb2fde798189a56935cb502cd56 +SIZE (qemu/qemu-snapshot-2007-08-02_05.tar.bz2) = 2054955 MD5 (qemu/patch3_cirrus) = ebe7ed9fce804c49e024bc93bfdfc810 SHA256 (qemu/patch3_cirrus) = e862371834b7d895a896fbdb84fd9f70d17b5729a6f6789a48a61504fc941e11 SIZE (qemu/patch3_cirrus) = 8817 Index: files/patch-90_security =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-90_security,v retrieving revision 1.2 diff -u -r1.2 patch-90_security --- files/patch-90_security 10 Jul 2007 20:24:58 -0000 1.2 +++ files/patch-90_security 2 Aug 2007 16:39:44 -0000 @@ -1,7 +1,4 @@ Index: qemu-0.8.2/hw/cirrus_vga.c -=================================================================== ---- qemu-0.8.2.orig/hw/cirrus_vga.c 2007-04-20 06:05:59.000000000 +0300 -+++ qemu-0.8.2/hw/cirrus_vga.c 2007-04-20 06:05:59.000000000 +0300 @@ -217,6 +217,20 @@ #define CIRRUS_HOOK_NOT_HANDLED 0 #define CIRRUS_HOOK_HANDLED 1 @@ -23,7 +20,7 @@ struct CirrusVGAState; typedef void (*cirrus_bitblt_rop_t) (struct CirrusVGAState *s, uint8_t * dst, const uint8_t * src, -@@ -589,7 +603,7 @@ static void cirrus_invalidate_region(Cir +@@ -636,7 +650,7 @@ for (y = 0; y < lines; y++) { off_cur = off_begin; @@ -32,7 +29,7 @@ off_cur &= TARGET_PAGE_MASK; while (off_cur < off_cur_end) { cpu_physical_memory_set_dirty(s->vram_offset + off_cur); -@@ -604,7 +618,11 @@ static int cirrus_bitblt_common_patternc +@@ -651,7 +665,11 @@ { uint8_t *dst; @@ -45,7 +42,7 @@ (*s->cirrus_rop) (s, dst, src, s->cirrus_blt_dstpitch, 0, s->cirrus_blt_width, s->cirrus_blt_height); -@@ -620,8 +638,11 @@ static int cirrus_bitblt_solidfill(Cirru +@@ -667,8 +685,11 @@ { cirrus_fill_t rop_func; @@ -58,7 +55,7 @@ s->cirrus_blt_dstpitch, s->cirrus_blt_width, s->cirrus_blt_height); cirrus_invalidate_region(s, s->cirrus_blt_dstaddr, -@@ -640,8 +661,8 @@ static int cirrus_bitblt_solidfill(Cirru +@@ -687,8 +708,8 @@ static int cirrus_bitblt_videotovideo_patterncopy(CirrusVGAState * s) { return cirrus_bitblt_common_patterncopy(s, @@ -69,9 +66,9 @@ } static void cirrus_do_copy(CirrusVGAState *s, int dst, int src, int w, int h) -@@ -691,8 +712,10 @@ static void cirrus_do_copy(CirrusVGAStat +@@ -738,8 +759,10 @@ if (notify) - video_hw_update(); + vga_hw_update(); - (*s->cirrus_rop) (s, s->vram_ptr + s->cirrus_blt_dstaddr, - s->vram_ptr + s->cirrus_blt_srcaddr, @@ -82,7 +79,7 @@ s->cirrus_blt_dstpitch, s->cirrus_blt_srcpitch, s->cirrus_blt_width, s->cirrus_blt_height); -@@ -718,8 +741,14 @@ static int cirrus_bitblt_videotovideo_co +@@ -765,8 +788,14 @@ s->cirrus_blt_srcaddr - s->start_addr, s->cirrus_blt_width, s->cirrus_blt_height); } else { @@ -99,7 +96,7 @@ s->cirrus_blt_dstpitch, s->cirrus_blt_srcpitch, s->cirrus_blt_width, s->cirrus_blt_height); -@@ -751,8 +780,9 @@ static void cirrus_bitblt_cputovideo_nex +@@ -798,8 +827,9 @@ } else { /* at least one scan line */ do { @@ -111,7 +108,7 @@ cirrus_invalidate_region(s, s->cirrus_blt_dstaddr, 0, s->cirrus_blt_width, 1); s->cirrus_blt_dstaddr += s->cirrus_blt_dstpitch; -@@ -1852,7 +1882,7 @@ static void cirrus_mem_writeb_mode4and5_ +@@ -1917,7 +1947,7 @@ unsigned val = mem_value; uint8_t *dst; @@ -120,7 +117,7 @@ for (x = 0; x < 8; x++) { if (val & 0x80) { *dst = s->cirrus_shadow_gr1; -@@ -1875,7 +1905,7 @@ static void cirrus_mem_writeb_mode4and5_ +@@ -1940,7 +1970,7 @@ unsigned val = mem_value; uint8_t *dst; Index: files/patch-ac =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- files/patch-ac 10 Mar 2007 17:03:05 -0000 1.3 +++ files/patch-ac 31 Jul 2007 16:52:56 -0000 @@ -1,10 +1,10 @@ Index: qemu/configure -@@ -204,7 +204,7 @@ +@@ -540,7 +540,7 @@ + sdl_too_old=no if test -z "$sdl" ; then - --sdl_config="sdl-config" -+sdl_config="${SDL_CONFIG}" - sdl=no - sdl_static=no +- sdl_config="sdl-config" ++ sdl_config="${SDL_CONFIG}" + sdl=no + sdl_static=no Index: files/patch-bt =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-bt,v retrieving revision 1.5 diff -u -r1.5 patch-bt --- files/patch-bt 10 Jul 2007 20:24:59 -0000 1.5 +++ files/patch-bt 31 Jul 2007 18:42:56 -0000 @@ -1,15 +1,17 @@ Index: qemu/vl.c -@@ -76,6 +76,9 @@ +@@ -76,6 +76,11 @@ #endif #endif #endif +#ifdef __FreeBSD__ ++#include +#include ++#include +#endif #if defined(CONFIG_SLIRP) #include "libslirp.h" -@@ -1059,6 +1062,34 @@ +@@ -3407,6 +3410,34 @@ #endif /* CONFIG_SLIRP */ @@ -42,9 +44,9 @@ +#endif + #if !defined(_WIN32) - #ifdef _BSD - static int tun_open(char *ifname, int ifname_size) -@@ -1067,11 +1098,55 @@ + + typedef struct TAPState { +@@ -3470,11 +3501,59 @@ char *dev; struct stat s; @@ -61,12 +63,14 @@ + i = 0; +#endif + for (; i < 10; i++) { -+ if (i == -1) -+ strcpy(dname, "/dev/tap"); ++ if (*ifname) ++ snprintf(dname, sizeof dname, "/dev/%s", ifname); ++ else if (i == -1) ++ strcpy(dname, "/dev/tap"); + else -+ snprintf(dname, sizeof dname, "%s%d", -+ "/dev/tap", i); -+ fd = open(dname, O_RDWR); ++ snprintf(dname, sizeof dname, "%s%d", ++ "/dev/tap", i); ++ TFR(fd = open(dname, O_RDWR)); + if (fd >= 0) + break; + else if (errno == ENXIO || errno == ENOENT) { @@ -81,17 +85,19 @@ + } + if (errno != ENOENT || ++enoentcount > 3) { + err = errno; -+ break; ++ break; + } + } else + err = errno; ++ if (*ifname) ++ break; + } + if (fd < 0) { + fprintf(stderr, "warning: could not open %s (%s): no virtual network emulation\n", dname, strerror(err)); + return -1; + } +#else - fd = open("/dev/tap", O_RDWR); + TFR(fd = open("/dev/tap", O_RDWR)); if (fd < 0) { - fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); + fprintf(stderr, "warning: could not open /dev/tap (%s): no virtual network emulation\n", strerror(errno)); Index: files/patch-vl.c-ppbus =================================================================== RCS file: /home/pcvs/ports/emulators/qemu-devel/files/patch-vl.c-ppbus,v retrieving revision 1.4 diff -u -r1.4 patch-vl.c-ppbus --- files/patch-vl.c-ppbus 10 Jul 2007 20:24:59 -0000 1.4 +++ files/patch-vl.c-ppbus 31 Jul 2007 18:40:53 -0000 @@ -1,8 +1,10 @@ Index: qemu/vl.c -@@ -78,6 +78,8 @@ +@@ -78,8 +78,10 @@ #endif #ifdef __FreeBSD__ + #include #include + #include +#include +#include #endif Index: files/patch-hw-pxa2xx_gpio.c @@ -0,0 +1,11 @@ +Index: qemu/hw/pxa2xx_gpio.c +@@ -152,6 +152,9 @@ + case GPDR: /* GPIO Pin-Direction registers */ + return s->dir[bank]; + ++ case GPSR: /* GPIO Pin-Output Set registers */ ++ return s->olevel[bank]; ++ + case GRER: /* GPIO Rising-Edge Detect Enable registers */ + return s->rising[bank]; + From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 18:47:24 2007 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 6477816A46B for ; Thu, 2 Aug 2007 18:47:24 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (mail.sailorfej.net [66.93.72.123]) by mx1.freebsd.org (Postfix) with ESMTP id 412A513C4A7 for ; Thu, 2 Aug 2007 18:47:24 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from [127.0.0.1] (c-67-160-132-255.hsd1.or.comcast.net [67.160.132.255]) (authenticated bits=0) by mail.sailorfej.net (8.13.8/8.13.8) with ESMTP id l72IeeLJ030776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Aug 2007 11:40:41 -0700 (PDT) (envelope-from jeff@sailorfej.net) Message-ID: <46B226B2.2020000@sailorfej.net> Date: Thu, 02 Aug 2007 11:47:14 -0700 From: Jeffrey Williams User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.4 required=6.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.sailorfej.net Cc: Subject: Help, several but not all ports make failing with no errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:47:24 -0000 Hi Folks, I am having a weird problem, since upgrading several servers to the new Xorg. These servers do not have full X installed on them, but do have apps installed that depend on some X libraries. When trying to install some ports, most recently subversion, when I type "make" in the port directory, I get returned immediately to the prompt, with no messages, and now errors, nothing copied or installed. This problem has occurred intermittently with out a lot of consistency. For instance php5 worked fine on one server but not on another, most of the servers are running in jails, at the moment subversion is my main problem. All servers were upgrade from 6.2p0 to p6 using cvsup and make buildworld, on some the installed ports were upgraded using the portupgrade technique form UPDATING, on others all pre-existing ports were deinstalled, mergebase was run, then needed ports were reinstalled. This problem seems to manifest equally regardless of which technique was used. This problem does not occur with every port, for instance on the two servers currently causing me problems, visitors and wget installed fine, but subversion exhibits the symptoms described above, problem seems to occur more often on the jailed servers than on the regular, I also tried installing to the jailed servers from the jail host server using the DESTDIR flag, but had the same symptom. Really quick help on this would be appreciated, this is holding up some critical projects. Thanks Jeff From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 19:09:52 2007 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 8EC1D16A420; Thu, 2 Aug 2007 19:09:52 +0000 (UTC) (envelope-from rjclark@mdanderson.org) Received: from mdairnmail1.mdacc.tmc.edu (mdairnmail1.mdacc.tmc.edu [143.111.251.123]) by mx1.freebsd.org (Postfix) with ESMTP id 45A8213C45B; Thu, 2 Aug 2007 19:09:51 +0000 (UTC) (envelope-from rjclark@mdanderson.org) Received: from ([143.111.84.152]) by mdairnmail1.mdacc.tmc.edu with ESMTP id KP-BRAYX.92055565; Thu, 02 Aug 2007 13:54:23 -0500 To: infofarmer@FreeBSD.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.2 September 26, 2006 Message-ID: From: rjclark@mdanderson.org Date: Thu, 2 Aug 2007 13:54:20 -0500 X-MIMETrack: Serialize by Router on UTM-MAIL04A/HOU/UTMDACC(Release 5.0.13a |April 8, 2004) at 08/02/2007 01:54:23 PM, Serialize complete at 08/02/2007 01:54:23 PM X-Mailman-Approved-At: Thu, 02 Aug 2007 19:36:03 +0000 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: rsyslog-1.17.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:09:52 -0000 Trying to install rsyslog from ports and getting the following error: net.h:72: warning: "struct sockaddr_storage" declared inside parameter list net.h:72: warning: its scope is only this definition or declaration, which is probably not what you want omfwd.c: In function `doAction': omfwd.c:571: error: `AI_NUMERICSERV' undeclared (first use in this function) omfwd.c:571: error: (Each undeclared identifier is reported only once omfwd.c:571: error: for each function it appears in.) omfwd.c: In function `parseSelectorAct': omfwd.c:854: error: `AI_NUMERICSERV' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/sysutils/rsyslog/work/rsyslog-1.17.6. *** Error code 1 Stop in /usr/ports/sysutils/rsyslog/work/rsyslog-1.17.6. *** Error code 1 Stop in /usr/ports/sysutils/rsyslog. System is FreeBSD 5.x STABLE, here is uname: FreeBSD rjclark1.mdacc.tmc.edu 5.5-STABLE FreeBSD 5.5-STABLE #0: Fri Jul 20 10:08:31 CDT 2007 rclark@rjclark1.mdacc.tmc.edu:/usr/obj/usr/src/sys/MDACC1 i386 Is there an issue with my system, or is something broken in the code? Thanks, Ronnie Clark MDAnderson Cancer Center From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 21:10:56 2007 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 6CC6E16A418 for ; Thu, 2 Aug 2007 21:10:56 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0BBD113C45A for ; Thu, 2 Aug 2007 21:10:47 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l72LAPNW006469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Aug 2007 01:10:32 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l72LADlx006464; Fri, 3 Aug 2007 01:10:13 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Fri, 3 Aug 2007 01:10:13 +0400 From: Yuri Pankov To: Jeffrey Williams Message-ID: <20070802211013.GA1176@darklight.org.ru> References: <46B226B2.2020000@sailorfej.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <46B226B2.2020000@sailorfej.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Fri, 03 Aug 2007 01:10:32 +0400 (MSD) Cc: ports@freebsd.org Subject: Re: Help, several but not all ports make failing with no errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:10:56 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 02, 2007 at 11:47:14AM -0700, Jeffrey Williams wrote: > Hi Folks, > > I am having a weird problem, since upgrading several servers to the new= =20 > Xorg. These servers do not have full X installed on them, but do have ap= ps=20 > installed that depend on some X libraries. > > When trying to install some ports, most recently subversion, when I type= =20 > "make" in the port directory, I get returned immediately to the prompt,= =20 > with no messages, and now errors, nothing copied or installed. > > This problem has occurred intermittently with out a lot of consistency. = =20 > For instance php5 worked fine on one server but not on another, most of t= he=20 > servers are running in jails, at the moment subversion is my main problem. > > All servers were upgrade from 6.2p0 to p6 using cvsup and make buildworld= ,=20 > on some the installed ports were upgraded using the portupgrade technique= =20 > form UPDATING, on others all pre-existing ports were deinstalled, mergeba= se=20 > was run, then needed ports were reinstalled. This problem seems to=20 > manifest equally regardless of which technique was used. > > This problem does not occur with every port, for instance on the two=20 > servers currently causing me problems, visitors and wget installed fine,= =20 > but subversion exhibits the symptoms described above, problem seems to=20 > occur more often on the jailed servers than on the regular, I also tried= =20 > installing to the jailed servers from the jail host server using the=20 > DESTDIR flag, but had the same symptom. > > Really quick help on this would be appreciated, this is holding up some= =20 > critical projects. > > Thanks > Jeff The only reason that I can think of - you haven't cleaned work/ directories after ports installation, and now make is seeing cookie files - work/.build_done, work/.install_done - and is doing nothing as it should. Anyway, try running `portsclean -C' and sorry if reason lies somewhere deeper. HTH, Yuri --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGskg1eoAklVFrLdgRArydAJwLt/fa/AtCS+CyTKrUAK+Vd+6IeQCfbT0w SSOy9q/w8J02zWLuD/8to9g= =nIWJ -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 21:40:54 2007 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 6B81016A41A for ; Thu, 2 Aug 2007 21:40:54 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from mail.sailorfej.net (mail.sailorfej.net [66.93.72.123]) by mx1.freebsd.org (Postfix) with ESMTP id 1E30913C457 for ; Thu, 2 Aug 2007 21:40:54 +0000 (UTC) (envelope-from jeff@sailorfej.net) Received: from [127.0.0.1] (c-67-160-132-255.hsd1.or.comcast.net [67.160.132.255]) (authenticated bits=0) by mail.sailorfej.net (8.13.8/8.13.8) with ESMTP id l72LXrdp032174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 14:33:54 -0700 (PDT) (envelope-from jeff@sailorfej.net) Message-ID: <46B24F49.1080405@sailorfej.net> Date: Thu, 02 Aug 2007 14:40:25 -0700 From: Jeffrey Williams User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Yuri Pankov References: <46B226B2.2020000@sailorfej.net> <20070802211013.GA1176@darklight.org.ru> In-Reply-To: <20070802211013.GA1176@darklight.org.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.4 required=6.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.sailorfej.net Cc: ports@freebsd.org Subject: Re: Help, several but not all ports make failing with no errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:40:54 -0000 Thank you, Yuri that solved it, make clean in the effected port also solved the problem on those machines without portupgrade. Silly of me, I should of realized that, although for the machines that I used portupgrade on, doesn't it run "make clean" as a matter of course when upgrading ports? Thanks, Jeff Yuri Pankov wrote: > On Thu, Aug 02, 2007 at 11:47:14AM -0700, Jeffrey Williams wrote: >> Hi Folks, >> >> I am having a weird problem, since upgrading several servers to the new >> Xorg. These servers do not have full X installed on them, but do have apps >> installed that depend on some X libraries. >> >> When trying to install some ports, most recently subversion, when I type >> "make" in the port directory, I get returned immediately to the prompt, >> with no messages, and now errors, nothing copied or installed. >> >> This problem has occurred intermittently with out a lot of consistency. >> For instance php5 worked fine on one server but not on another, most of the >> servers are running in jails, at the moment subversion is my main problem. >> >> All servers were upgrade from 6.2p0 to p6 using cvsup and make buildworld, >> on some the installed ports were upgraded using the portupgrade technique >> form UPDATING, on others all pre-existing ports were deinstalled, mergebase >> was run, then needed ports were reinstalled. This problem seems to >> manifest equally regardless of which technique was used. >> >> This problem does not occur with every port, for instance on the two >> servers currently causing me problems, visitors and wget installed fine, >> but subversion exhibits the symptoms described above, problem seems to >> occur more often on the jailed servers than on the regular, I also tried >> installing to the jailed servers from the jail host server using the >> DESTDIR flag, but had the same symptom. >> >> Really quick help on this would be appreciated, this is holding up some >> critical projects. >> >> Thanks >> Jeff > > The only reason that I can think of - you haven't cleaned work/ > directories after ports installation, and now make is seeing cookie > files - work/.build_done, work/.install_done - and is doing nothing as > it should. Anyway, try running `portsclean -C' and sorry if reason lies > somewhere deeper. > > > HTH, > Yuri From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 21:52:22 2007 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 306AE16A41A for ; Thu, 2 Aug 2007 21:52:22 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8EB13C458 for ; Thu, 2 Aug 2007 21:52:20 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l72Lq7Vd094590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Aug 2007 01:52:12 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l72Lq7Bb094589; Fri, 3 Aug 2007 01:52:07 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Fri, 3 Aug 2007 01:52:07 +0400 From: Yuri Pankov To: Jeffrey Williams Message-ID: <20070802215207.GC1176@darklight.org.ru> References: <46B226B2.2020000@sailorfej.net> <20070802211013.GA1176@darklight.org.ru> <46B24F49.1080405@sailorfej.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f0KYrhQ4vYSV2aJu" Content-Disposition: inline In-Reply-To: <46B24F49.1080405@sailorfej.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Fri, 03 Aug 2007 01:52:12 +0400 (MSD) Cc: ports@freebsd.org Subject: Re: Help, several but not all ports make failing with no errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:52:22 -0000 --f0KYrhQ4vYSV2aJu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 02, 2007 at 02:40:25PM -0700, Jeffrey Williams wrote: > Thank you, Yuri > > that solved it, make clean in the effected port also solved the problem o= n=20 > those machines without portupgrade. > > Silly of me, I should of realized that, although for the machines that I= =20 > used portupgrade on, doesn't it run "make clean" as a matter of course wh= en=20 > upgrading ports? > > Thanks, > Jeff > Well, it should, if you haven't specified -w (don't clean before upgrading) and -W (don't clean after upgrading) either in PORTUPGRADE env var or in /usr/local/etc/pkgtools.conf. Yuri --f0KYrhQ4vYSV2aJu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGslIHeoAklVFrLdgRApWeAJsH3Vt1LGJTozpQ12RXG0YgOZOTwwCeN1Ew hiXS8S41AzGuGQW5LDpU1kM= =GeXZ -----END PGP SIGNATURE----- --f0KYrhQ4vYSV2aJu-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 08:03:29 2007 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 8719B16A41B for ; Fri, 3 Aug 2007 08:03:29 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3F78913C459 for ; Fri, 3 Aug 2007 08:03:29 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGs82-0007pa-JG for freebsd-ports@freebsd.org; Fri, 03 Aug 2007 10:03:22 +0200 Received: from 69.31.82.90 ([69.31.82.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2007 10:03:22 +0200 Received: from mark.evenson by 69.31.82.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2007 10:03:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Mark Evenson Date: Fri, 03 Aug 2007 10:03:12 +0200 Lines: 27 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 69.31.82.90 User-Agent: Thunderbird 2.0.0.5 (X11/20070723) Sender: news Subject: xvidcap complains about unable to install with "ffpmpeg-devel" but there is no such 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: Fri, 03 Aug 2007 08:03:29 -0000 sysutils/xvidcap won't compile, complaining elvis:/usr/ports/sysutils/xvidcap$ make ===> xvidcap-1.1.4.p1_1,1 is marked as broken: Cannot compile when ffmpeg-devel is installed. *** Error code 1 Stop in /usr/ports/sysutils/xvidcap. Which boils down to the existence of freebsd$ pkg_which /usr/local/lib/libavutil.so ffmpeg-2007.07.12_1 But I don't have 'ffmpeg-devel' installed, just 'multimedia/ffmpeg-2007.07.12_1', and there is no port 'ffmpeg-devel' installed. Did someone forget to change the 'sysutils/xvidcap' Makefile, or is there further work needed to be done? -- "[T]his is not a disentanglement from, but a progressive knotting into." From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 10:36:01 2007 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 7054416A419 for ; Fri, 3 Aug 2007 10:36:01 +0000 (UTC) (envelope-from mike@holownych.com) Received: from smtp108.rog.mail.re2.yahoo.com (smtp108.rog.mail.re2.yahoo.com [68.142.225.206]) by mx1.freebsd.org (Postfix) with SMTP id CAB0C13C467 for ; Fri, 3 Aug 2007 10:36:00 +0000 (UTC) (envelope-from mike@holownych.com) Received: (qmail 12815 invoked from network); 3 Aug 2007 10:09:18 -0000 Received: from unknown (HELO mikexp) (mholownych@rogers.com@74.120.239.190 with login) by smtp108.rog.mail.re2.yahoo.com with SMTP; 3 Aug 2007 10:09:16 -0000 X-YMail-OSG: 9seRF8MVM1keDdJ8dkrvzTDzxiipBV6aEwGVFkBWAfKEVq0idQKsXwj30hIjH.Z4Yw-- From: "Mike Holownych" To: Date: Fri, 3 Aug 2007 06:09:16 -0400 Message-ID: <031c01c7d5b6$59a38000$0cea8000$@com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_031D_01C7D594.D291E000" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfVtlayCsHhyFKXRImO9WrcIFFQkw== Content-Language: en-us x-cr-hashedpuzzle: Al6O As+i A5YW A8IK Br3i C5+m Fxl4 GCNV GEn0 GYK1 HA+i Hecd JAlK JcKO KR4a LqVd; 1; cABvAHIAdABzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {17FEED6D-7AD0-4B25-A8F3-734C2D6FFE0C}; bQBpAGsAZQBAAGgAbwBsAG8AdwBuAHkAYwBoAC4AYwBvAG0A; Fri, 03 Aug 2007 10:09:11 GMT; UwB0AG8AcAAgAGkAbgAgAC8AdQBzAHIALwBwAG8AcgB0AHMALwBnAHIAYQBwAGgAaQBjAHMALwBqAGEAcwBwAGUAcgA= x-cr-puzzleid: {17FEED6D-7AD0-4B25-A8F3-734C2D6FFE0C} X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Stop in /usr/ports/graphics/jasper X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 10:36:01 -0000 This is a multipart message in MIME format. ------=_NextPart_000_031D_01C7D594.D291E000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: base64 Li9jb25maWd1cmUubGluZW5vOiAyMTM4NTogU3ludGF4IGVycm9yOiBlbmQgb2YgZmlsZSB1bmV4 cGVjdGVkIChleHBlY3RpbmcNCiJmaSIpDQoNCj09PT4gIFNjcmlwdCAiY29uZmlndXJlIiBmYWls ZWQgdW5leHBlY3RlZGx5Lg0KDQpQbGVhc2UgcmVwb3J0IHRoZSBwcm9ibGVtIHRvIHBvcnRzQEZy ZWVCU0Qub3JnIFttYWludGFpbmVyXSBhbmQgYXR0YWNoIHRoZQ0KDQoiL3Vzci9wb3J0cy9ncmFw aGljcy9qYXNwZXIvd29yay9qYXNwZXItMS45MDAuMS9jb25maWcubG9nIiBpbmNsdWRpbmcgdGhl DQoNCm91dHB1dCBvZiB0aGUgZmFpbHVyZSBvZiB5b3VyIG1ha2UgY29tbWFuZC4gQWxzbywgaXQg bWlnaHQgYmUgYSBnb29kIGlkZWEgdG8NCg0KcHJvdmlkZSBhbiBvdmVydmlldyBvZiBhbGwgcGFj a2FnZXMgaW5zdGFsbGVkIG9uIHlvdXIgc3lzdGVtIChlLmcuIGFuIGBscw0KDQovdmFyL2RiL3Br Z2ApLg0KDQoqKiogRXJyb3IgY29kZSAxDQoNCiANCg0KU3RvcCBpbiAvdXNyL3BvcnRzL2dyYXBo aWNzL2phc3Blci4NCg0KKioqIEVycm9yIGNvZGUgMQ0KDQogDQoNClN0b3AgaW4gL3Vzci9wb3J0 cy9ncmFwaGljcy9qYXNwZXIuDQoNCioqKiBFcnJvciBjb2RlIDENCg0KIA0KDQpTdG9wIGluIC91 c3IvcG9ydHMveDExL2tkZWxpYnMzLg0KDQoqKiogRXJyb3IgY29kZSAxDQoNCiANCg0KU3RvcCBp biAvdXNyL3BvcnRzL21pc2Mva2RlYWRkb25zMy4NCg0KIA0KDQpbcm9vdEBic2QgL2hvbWUvbWlr ZV0jIGxzIC92YXIvZGIvcGtnDQoNCk9wZW5FWFItMS40LjAgICAgICAgICAgICAgICAgICAgICAg ICAgICBwNS1UZXN0LUJhc2UtMC41Mw0KDQphcGFjaGUtMi4yLjRfMiAgICAgICAgICAgICAgICAg ICAgICAgICAgcDUtVGVzdC1IYXJuZXNzLTIuNjQNCg0KYXBwcmVzLTEuMC4xICAgICAgICAgICAg ICAgICAgICAgICAgICAgIHA1LVRlc3QtU2ltcGxlLTAuNzANCg0KYXJ0cy0xLjUuN18xLDEgICAg ICAgICAgICAgICAgICAgICAgICAgIHA1LVVSSS0xLjM1DQoNCmFzcGVsbC0wLjYwLjVfMiAgICAg ICAgICAgICAgICAgICAgICAgICBwNS1YTUwtUGFyc2VyLTIuMzRfMg0KDQphdXRvY29uZi0yLjU5 XzMgICAgICAgICAgICAgICAgICAgICAgICAgcDUtWUFNTC0wLjY1DQoNCmF1dG9jb25mLTIuNjFf MiAgICAgICAgICAgICAgICAgICAgICAgICBwNS1nZXR0ZXh0LTEuMDVfMQ0KDQphdXRvY29uZi13 cmFwcGVyLTIwMDcwNDA0ICAgICAgICAgICAgICAgcDUtbGlid3d3LTUuODA1DQoNCmF1dG9tYWtl LTEuNV80LDEgICAgICAgICAgICAgICAgICAgICAgICBwY3JlLTcuMg0KDQphdXRvbWFrZS13cmFw cGVyLTIwMDcwNDA0ICAgICAgICAgICAgICAgcGVybC01LjguOA0KDQpiYXNoLTMuMS4xNyAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgcGhwNS01LjIuM18xDQoNCmJkZnRvcGNmLTEuMC4xICAg ICAgICAgICAgICAgICAgICAgICAgICBwaHA1LWdldHRleHQtNS4yLjNfMQ0KDQpiZWZvcmVsaWdo dC0xLjAuMiAgICAgICAgICAgICAgICAgICAgICAgcGhwNS1tYnN0cmluZy01LjIuM18xDQoNCmJp Z3JlcXNwcm90by0xLjAuMiAgICAgICAgICAgICAgICAgICAgICBwaHA1LW1oYXNoLTUuMi4zXzEN Cg0KYmluZDktYmFzZS05LjMuNC4xICAgICAgICAgICAgICAgICAgICAgIHBocDUtbXlzcWwtNS4y LjNfMQ0KDQpiaXRtYXAtMS4wLjMgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGhwNS1vcGVu c3NsLTUuMi4zXzENCg0KYml0c3RyZWFtLXZlcmEtMS4xMF80ICAgICAgICAgICAgICAgICAgIHBo cDUtcGNyZS01LjIuM18xDQoNCmNhY3RpLTAuOC42ai4zXzIgICAgICAgICAgICAgICAgICAgICAg ICBwaHA1LXNlc3Npb24tNS4yLjNfMQ0KDQpjb21wb3NpdGVwcm90by0wLjMuMSAgICAgICAgICAg ICAgICAgICAgcGhwNS1zbm1wLTUuMi4zXzENCg0KY3Vwcy1iYXNlLTEuMi4xMV8zICAgICAgICAg ICAgICAgICAgICAgIHBocDUtc29ja2V0cy01LjIuM18xDQoNCmN1cmwtNy4xNi4xXzEgICAgICAg ICAgICAgICAgICAgICAgICAgICBwaHA1LXhtbC01LjIuM18xDQoNCmN2c3VwLXdpdGhvdXQtZ3Vp LTE2LjFoXzIgICAgICAgICAgICAgICBwa2ctY29uZmlnLTAuMjINCg0KY3lydXMtc2FzbC0yLjEu MjIgICAgICAgICAgICAgICAgICAgICAgIHBrZ2RiLmRiDQoNCmN5cnVzLXNhc2wtc2FzbGF1dGhk LTIuMS4yMiAgICAgICAgICAgICBwbmctMS4yLjE4DQoNCmRhbWFnZXByb3RvLTEuMS4wXzIgICAg ICAgICAgICAgICAgICAgICBwb3J0YXVkaW8tMTguMV8yDQoNCmRiNDEtNC4xLjI1XzQgICAgICAg ICAgICAgICAgICAgICAgICAgICBwb3J0YXVkaXQtMC41LjExDQoNCmRpcm1uZ3ItMC45LjdfMiAg ICAgICAgICAgICAgICAgICAgICAgICBwb3J0dXBncmFkZS0yLjMuMSwyDQoNCmRteHByb3RvLTIu Mi4yICAgICAgICAgICAgICAgICAgICAgICAgICBwcmludHByb3RvLTEuMC4zDQoNCmRvdmVjb3Qt MS4wLjIgICAgICAgICAgICAgICAgICAgICAgICAgICBwdGgtMi4wLjcNCg0KZHJpLTcuMCwyICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIHFtYWtlLTMuMy44XzENCg0KZWRpdHJlcy0xLjAu MyAgICAgICAgICAgICAgICAgICAgICAgICAgIHF0LWNvcHktMy4zLjhfNQ0KDQplbmNvZGluZ3Mt MS4wLjIsMSAgICAgICAgICAgICAgICAgICAgICAgcmFuZHJwcm90by0xLjIuMQ0KDQpldmllZXh0 LTEuMC4yICAgICAgICAgICAgICAgICAgICAgICAgICAgcmF6b3ItYWdlbnRzLTIuODQNCg0KZXhw YXQtMi4wLjBfMSAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlY29yZHByb3RvLTEuMTMuMg0K DQpmYXN0ZXN0X2N2c3VwLTAuMi45XzUgICAgICAgICAgICAgICAgICAgcmVuZGVycHJvdG8tMC45 LjINCg0KZml4ZXNwcm90by00LjAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlc291cmNlcHJv dG8tMS4wLjINCg0KZmxhYy0xLjEuMl8xICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJnYi0x LjAuMQ0KDQpmb250LWFkb2JlLTEwMGRwaS0xLjAuMF8xICAgICAgICAgICAgICAgcnJkdG9vbC0x LjIuMjMNCg0KZm9udC1hZG9iZS03NWRwaS0xLjAuMCAgICAgICAgICAgICAgICAgIHJzdGFydC0x LjAuMg0KDQpmb250LWFkb2JlLXV0b3BpYS0xMDBkcGktMS4wLjEgICAgICAgICAgcnVieS0xLjgu Nl8yLDENCg0KZm9udC1hZG9iZS11dG9waWEtNzVkcGktMS4wLjEgICAgICAgICAgIHJ1YnkxOC1i ZGItMC42LjANCg0KZm9udC1hZG9iZS11dG9waWEtdHlwZTEtMS4wLjEgICAgICAgICAgIHNhbWJh LWxpYnNtYmNsaWVudC0zLjAuMjVhXzENCg0KZm9udC1hbGlhcy0xLjAuMSAgICAgICAgICAgICAg ICAgICAgICAgIHNjcmlwdHMtMS4wLjENCg0KZm9udC1hcmFiaWMtbWlzYy0xLjAuMCAgICAgICAg ICAgICAgICAgIHNjcm5zYXZlcnByb3RvLTEuMS4wDQoNCmZvbnQtYmgtMTAwZHBpLTEuMC4wICAg ICAgICAgICAgICAgICAgICBzZXNzcmVnLTEuMC4yDQoNCmZvbnQtYmgtNzVkcGktMS4wLjAgICAg ICAgICAgICAgICAgICAgICBzZXR4a2JtYXAtMS4wLjMNCg0KZm9udC1iaC1sdWNpZGF0eXBld3Jp dGVyLTEwMGRwaS0xLjAuMCAgIHNob3dmb250LTEuMC4xDQoNCmZvbnQtYmgtbHVjaWRhdHlwZXdy aXRlci03NWRwaS0xLjAuMCAgICBzbXByb3h5LTEuMC4yDQoNCmZvbnQtYmgtdHRmLTEuMC4wICAg ICAgICAgICAgICAgICAgICAgICBzcGFtYXNzLW1pbHRlci0wLjMuMV8zDQoNCmZvbnQtYmgtdHlw ZTEtMS4wLjAgICAgICAgICAgICAgICAgICAgICBzcXVpcnJlbG1haWwtMS40LjEwYQ0KDQpmb250 LWJpdHN0cmVhbS0xMDBkcGktMS4wLjAgICAgICAgICAgICAgc3Vkby0xLjYuOS4yDQoNCmZvbnQt Yml0c3RyZWFtLTc1ZHBpLTEuMC4wICAgICAgICAgICAgICB0aWZmLTMuOC4yXzENCg0KZm9udC1i aXRzdHJlYW0tdHlwZTEtMS4wLjAgICAgICAgICAgICAgIHRyYXBwcm90by0zLjQuMw0KDQpmb250 LWNyb255eC1jeXJpbGxpYy0xLjAuMCAgICAgICAgICAgICAgdHdtLTEuMC4zXzMNCg0KZm9udC1j dXJzb3ItbWlzYy0xLjAuMCAgICAgICAgICAgICAgICAgIHVuemlwLTUuNTJfMw0KDQpmb250LWRh ZXdvby1taXNjLTEuMC4wICAgICAgICAgICAgICAgICAgdmlkZW9wcm90by0yLjIuMg0KDQpmb250 LWRlYy1taXNjLTEuMC4wICAgICAgICAgICAgICAgICAgICAgdmlld3Jlcy0xLjAuMQ0KDQpmb250 LWlibS10eXBlMS0xLjAuMCAgICAgICAgICAgICAgICAgICAgd2VibWluLTEuMzUwXzENCg0KZm9u dC1pc2FzLW1pc2MtMS4wLjAgICAgICAgICAgICAgICAgICAgIHdnZXQtMS4xMC4yDQoNCmZvbnQt amlzLW1pc2MtMS4wLjAgICAgICAgICAgICAgICAgICAgICB4MTFwZXJmLTEuNC4xDQoNCmZvbnQt bWljcm8tbWlzYy0xLjAuMCAgICAgICAgICAgICAgICAgICB4YXV0aC0xLjAuMg0KDQpmb250LW1p c2MtY3lyaWxsaWMtMS4wLjAgICAgICAgICAgICAgICAgeGJpZmYtMS4wLjENCg0KZm9udC1taXNj LWV0aGlvcGljLTEuMC4wICAgICAgICAgICAgICAgIHhiaXRtYXBzLTEuMC4xDQoNCmZvbnQtbWlz Yy1tZWx0aG8tMS4wLjBfMSAgICAgICAgICAgICAgICB4Y2FsYy0xLjAuMQ0KDQpmb250LW1pc2Mt bWlzYy0xLjAuMCAgICAgICAgICAgICAgICAgICAgeGNsaXBib2FyZC0xLjAuMQ0KDQpmb250LW11 dHQtbWlzYy0xLjAuMCAgICAgICAgICAgICAgICAgICAgeGNsb2NrLTEuMC4yDQoNCmZvbnQtc2No dW1hY2hlci1taXNjLTEuMC4wICAgICAgICAgICAgICB4Y21pc2Nwcm90by0xLjEuMg0KDQpmb250 LXNjcmVlbi1jeXJpbGxpYy0xLjAuMSAgICAgICAgICAgICAgeGNtc2RiLTEuMC4xDQoNCmZvbnQt c29ueS1taXNjLTEuMC4wICAgICAgICAgICAgICAgICAgICB4Y29uc29sZS0xLjAuMg0KDQpmb250 LXN1bi1taXNjLTEuMC4wICAgICAgICAgICAgICAgICAgICAgeGN1cnNvci10aGVtZXMtMS4wLjFf MQ0KDQpmb250LXV0aWwtMS4wLjEgICAgICAgICAgICAgICAgICAgICAgICAgeGN1cnNvcmdlbi0x LjAuMQ0KDQpmb250LXdpbml0emtpLWN5cmlsbGljLTEuMC4wICAgICAgICAgICAgeGRiZWRpenp5 LTEuMC4yDQoNCmZvbnQteGZyZWU4Ni10eXBlMS0xLjAuMCAgICAgICAgICAgICAgICB4ZGl0dmll dy0xLjAuMQ0KDQpmb250Y2FjaGVwcm90by0wLjEuMiAgICAgICAgICAgICAgICAgICAgeGRtLTEu MS40XzMNCg0KZm9udGNvbmZpZy0yLjQuMl8yLDEgICAgICAgICAgICAgICAgICAgIHhkcHlpbmZv LTEuMC4yDQoNCmZvbnRzcHJvdG8tMi4wLjIgICAgICAgICAgICAgICAgICAgICAgICB4ZHJpaW5m by0xLjAuMV8xDQoNCmZvbnR0b3NmbnQtMS4wLjMgICAgICAgICAgICAgICAgICAgICAgICB4ZWRp dC0xLjAuMg0KDQpmcmVldHlwZTItMi4yLjFfMiAgICAgICAgICAgICAgICAgICAgICAgeGV2LTEu MC4yDQoNCmZzbHNmb250cy0xLjAuMSAgICAgICAgICAgICAgICAgICAgICAgICB4ZXh0cHJvdG8t Ny4wLjINCg0KZnN0b2JkZi0xLjAuMiAgICAgICAgICAgICAgICAgICAgICAgICAgIHhleWVzLTEu MC4xDQoNCmdhbWluLTAuMS44XzEgICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LWlucHV0 LWFjZWNhZC0xLjEuMA0KDQpnY2NtYWtlZGVwLTEuMC4yICAgICAgICAgICAgICAgICAgICAgICAg eGY4Ni1pbnB1dC1jYWxjb21wLTEuMS4wDQoNCmdldHRleHQtMC4xNC41XzIgICAgICAgICAgICAg ICAgICAgICAgICB4Zjg2LWlucHV0LWNpdHJvbi0yLjIuMA0KDQpnbGliLTIuMTIuMTMgICAgICAg ICAgICAgICAgICAgICAgICAgICAgeGY4Ni1pbnB1dC1kaWdpdGFsZWRnZS0xLjEuMA0KDQpnbHBy b3RvLTEuNC44ICAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4Ni1pbnB1dC1kbWMtMS4xLjAN Cg0KZ21ha2UtMy44MV8yICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtZHlu YXByby0xLjEuMA0KDQpnbnVwZy0yLjAuNCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4 Ni1pbnB1dC1lbG8yMzAwLTEuMS4wDQoNCmdudXRscy0xLjYuMyAgICAgICAgICAgICAgICAgICAg ICAgICAgICB4Zjg2LWlucHV0LWVsb2dyYXBoaWNzLTEuMS4wDQoNCmhlbHAybWFuLTEuMzYuNF8x ICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LWlucHV0LWZwaXQtMS4xLjANCg0KaWNlYXV0aC0x LjAuMSAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtaHlwZXJwZW4tMS4xLjAN Cg0KaWNvLTEuMC4xICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtamFt c3R1ZGlvLTEuMS4wDQoNCmltYWtlLTEuMC4yXzQsMSAgICAgICAgICAgICAgICAgICAgICAgICB4 Zjg2LWlucHV0LWpveXN0aWNrLTEuMS4wDQoNCmlucHV0cHJvdG8tMS4zLjIgICAgICAgICAgICAg ICAgICAgICAgICB4Zjg2LWlucHV0LWtleWJvYXJkLTEuMS4xDQoNCmphY2tpdC0wLjEwMy4wICAg ICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LWlucHV0LW1hZ2VsbGFuLTEuMS4wDQoNCmphc3Bl ci0xLjkwMC4xXzUgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LWlucHV0LW1hZ2ljdG91Y2gt MS4wLjAuNV8xDQoNCmpwZWctNmJfNCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2 LWlucHV0LW1pY3JvdG91Y2gtMS4xLjANCg0Ka2Jwcm90by0xLjAuMyAgICAgICAgICAgICAgICAg ICAgICAgICAgIHhmODYtaW5wdXQtbW91c2UtMS4xLjINCg0KbGNtcy0xLjE2XzEsMSAgICAgICAg ICAgICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtbXV0b3VjaC0xLjEuMA0KDQpsaWJGUy0xLjAu MCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4Ni1pbnB1dC1wYWxtYXgtMS4xLjANCg0K bGliR0wtNy4wICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtcGVubW91 bnQtMS4yLjANCg0KbGliR0xVLTcuMCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYt aW5wdXQtc3BhY2VvcmItMS4xLjANCg0KbGliSUNFLTEuMC4zLDEgICAgICAgICAgICAgICAgICAg ICAgICAgIHhmODYtaW5wdXQtc3VtbWEtMS4xLjANCg0KbGliU00tMS4wLjMsMSAgICAgICAgICAg ICAgICAgICAgICAgICAgIHhmODYtaW5wdXQtdGVrNDk1Ny0xLjEuMA0KDQpsaWJYMTEtMS4xLjJf MSwxICAgICAgICAgICAgICAgICAgICAgICAgeGY4Ni1pbnB1dC12b2lkLTEuMS4wDQoNCmxpYlhT Y3JuU2F2ZXItMS4xLjIgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLWFwbS0xLjEuMQ0K DQpsaWJYVHJhcC0xLjAuMCAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4Ni12aWRlby1hcmst MC42LjANCg0KbGliWGF1LTEuMC4zXzIgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtdmlk ZW8tYXRpLTYuNi4zXzINCg0KbGliWGF3LTEuMC4zLDEgICAgICAgICAgICAgICAgICAgICAgICAg IHhmODYtdmlkZW8tY2hpcHMtMS4xLjENCg0KbGliWGNvbXBvc2l0ZS0wLjMuMiwxICAgICAgICAg ICAgICAgICAgIHhmODYtdmlkZW8tY2lycnVzLTEuMS4wDQoNCmxpYlhjdXJzb3ItMS4xLjhfMSAg ICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLWN5cml4LTEuMS4wDQoNCmxpYlhkYW1hZ2Ut MS4xLjEgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLWR1bW15LTAuMi4wDQoNCmxp YlhkbWNwLTEuMC4yICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLWZiZGV2LTAu My4xDQoNCmxpYlhldmllLTEuMC4yICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVv LWdsaW50LTEuMS4xXzINCg0KbGliWGV4dC0xLjAuMywxICAgICAgICAgICAgICAgICAgICAgICAg IHhmODYtdmlkZW8taTEyOC0xLjIuMQ0KDQpsaWJYZml4ZXMtNC4wLjMgICAgICAgICAgICAgICAg ICAgICAgICAgeGY4Ni12aWRlby1pNzQwLTEuMS4wDQoNCmxpYlhmb250LTEuMi44LDEgICAgICAg ICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLWk4MTAtMS42LjVfMg0KDQpsaWJYZm9udGNhY2hl LTEuMC40ICAgICAgICAgICAgICAgICAgICAgeGY4Ni12aWRlby1pbXN0dC0xLjEuMA0KDQpsaWJY ZnQtMi4xLjEyICAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4Ni12aWRlby1tZ2EtMS40LjYu MV8xDQoNCmxpYlhpLTEuMC4yLDEgICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVv LW5lb21hZ2ljLTEuMS4xDQoNCmxpYlhpbmVyYW1hLTEuMC4yLDEgICAgICAgICAgICAgICAgICAg ICB4Zjg2LXZpZGVvLW5ld3BvcnQtMC4yLjENCg0KbGliWG11LTEuMC4zLDEgICAgICAgICAgICAg ICAgICAgICAgICAgIHhmODYtdmlkZW8tbnNjLTIuOC4yDQoNCmxpYlhwLTEuMC4wLDEgICAgICAg ICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLW52LTIuMS4yDQoNCmxpYlhwbS0zLjUuNl8x ICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLXJlbmRpdGlvbi00LjEuMw0KDQps aWJYcHJpbnRBcHBVdGlsLTEuMC4xICAgICAgICAgICAgICAgICAgeGY4Ni12aWRlby1zMy0wLjUu MA0KDQpsaWJYcHJpbnRVdGlsLTEuMC4xICAgICAgICAgICAgICAgICAgICAgeGY4Ni12aWRlby1z M3ZpcmdlLTEuOS4xDQoNCmxpYlhyYW5kci0xLjIuMSAgICAgICAgICAgICAgICAgICAgICAgICB4 Zjg2LXZpZGVvLXNhdmFnZS0yLjEuMl8yDQoNCmxpYlhyZW5kZXItMC45LjIgICAgICAgICAgICAg ICAgICAgICAgICB4Zjg2LXZpZGVvLXNpbGljb25tb3Rpb24tMS40LjINCg0KbGliWHJlcy0xLjAu M18xICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtdmlkZW8tc2lzLTAuOS4zXzENCg0KbGli WHQtMS4wLjUgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmODYtdmlkZW8tdGRmeC0xLjMu MF8xDQoNCmxpYlh0c3QtMS4wLjIgICAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVv LXRnYS0xLjEuMA0KDQpsaWJYdi0xLjAuMywxICAgICAgICAgICAgICAgICAgICAgICAgICAgeGY4 Ni12aWRlby10cmlkZW50LTEuMi4zDQoNCmxpYlh2TUMtMS4wLjQgICAgICAgICAgICAgICAgICAg ICAgICAgICB4Zjg2LXZpZGVvLXRzZW5nLTEuMS4xDQoNCmxpYlh4Zjg2ZGdhLTEuMC4xICAgICAg ICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLXZlc2EtMS4zLjANCg0KbGliWHhmODZtaXNjLTEu MC4xICAgICAgICAgICAgICAgICAgICAgIHhmODYtdmlkZW8tdmdhLTQuMS4wDQoNCmxpYlh4Zjg2 dm0tMS4wLjEgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLXZpYS0wLjIuMl8xDQoN CmxpYmFydF9sZ3BsLTIuMy4xOSwxICAgICAgICAgICAgICAgICAgICB4Zjg2LXZpZGVvLXZtd2Fy ZS0xMC4xNC4xDQoNCmxpYmFzc3Vhbi0xLjAuMSAgICAgICAgICAgICAgICAgICAgICAgICB4Zjg2 LXZpZGVvLXZvb2Rvby0xLjEuMQ0KDQpsaWJhdWRpb2ZpbGUtMC4yLjYgICAgICAgICAgICAgICAg ICAgICAgeGY4NmJpZ2ZvbnRwcm90by0xLjEuMg0KDQpsaWJkbXgtMS4wLjIgICAgICAgICAgICAg ICAgICAgICAgICAgICAgeGY4NmRnYS0xLjAuMg0KDQpsaWJkcm0tMi4zLjAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgeGY4NmRnYXByb3RvLTIuMC4yDQoNCmxpYmZvbnRlbmMtMS4wLjQgICAg ICAgICAgICAgICAgICAgICAgICB4Zjg2ZHJpcHJvdG8tMi4wLjMNCg0KbGliZ2NyeXB0LTEuMi40 XzEgICAgICAgICAgICAgICAgICAgICAgIHhmODZtaXNjcHJvdG8tMC45LjINCg0KbGliZ3BnLWVy cm9yLTEuNSAgICAgICAgICAgICAgICAgICAgICAgIHhmODZydXNocHJvdG8tMS4xLjINCg0KbGli aWNvbnYtMS45LjJfMiAgICAgICAgICAgICAgICAgICAgICAgIHhmODZ2aWRtb2RlcHJvdG8tMi4y LjINCg0KbGliaWRuLTAuNi4xNCAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmZC0xLjAuMQ0K DQpsaWJrc2JhLTEuMC4xXzEgICAgICAgICAgICAgICAgICAgICAgICAgeGZpbmRwcm94eS0xLjAu MQ0KDQpsaWJtYWQtMC4xNS4xYl8yICAgICAgICAgICAgICAgICAgICAgICAgeGZvbnRzZWwtMS4w LjINCg0KbGlibW5nLTEuMC45ICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmcy0xLjAuNF80 LDENCg0KbGlib2dnLTEuMS4zLDMgICAgICAgICAgICAgICAgICAgICAgICAgIHhmc2luZm8tMS4w LjENCg0KbGlib2xkWC0xLjAuMSAgICAgICAgICAgICAgICAgICAgICAgICAgIHhmd3AtMS4wLjEN Cg0KbGlic25kZmlsZS0xLjAuMTcgICAgICAgICAgICAgICAgICAgICAgIHhnYW1tYS0xLjAuMQ0K DQpsaWJ0aGFpLTAuMS41XzIgICAgICAgICAgICAgICAgICAgICAgICAgeGdjLTEuMC4xDQoNCmxp YnRvb2wtMS41LjIyXzQgICAgICAgICAgICAgICAgICAgICAgICB4aG9zdC0xLjAuMQ0KDQpsaWJ1 c2ItMC4xLjEyXzEgICAgICAgICAgICAgICAgICAgICAgICAgeGluZXJhbWFwcm90by0xLjEuMg0K DQpsaWJ2b3JiaXMtMS4yLjAsMyAgICAgICAgICAgICAgICAgICAgICAgeGluaXQtMS4wLjRfMQ0K DQpsaWJ4a2JmaWxlLTEuMC40ICAgICAgICAgICAgICAgICAgICAgICAgeGtiY29tcC0xLjAuMw0K DQpsaWJ4a2J1aS0xLjAuMiAgICAgICAgICAgICAgICAgICAgICAgICAgeGtiZXZkLTEuMC4yDQoN CmxpYnhtbDItMi42LjI5ICAgICAgICAgICAgICAgICAgICAgICAgICB4a2JwcmludC0xLjAuMQ0K DQpsaWJ4c2x0LTEuMS4yMSAgICAgICAgICAgICAgICAgICAgICAgICAgeGtidXRpbHMtMS4wLjEN Cg0KbGlzdHJlcy0xLjAuMSAgICAgICAgICAgICAgICAgICAgICAgICAgIHhrZXlib2FyZC1jb25m aWctMS4wXzENCg0KbHVpdC0xLjAuMl8yICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhraWxs LTEuMC4xDQoNCmx5bngtMi44LjYuNSwxICAgICAgICAgICAgICAgICAgICAgICAgICB4bG9hZC0x LjAuMg0KDQptNC0xLjQuOSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeGxvZ28tMS4w LjENCg0KbUROU1Jlc3BvbmRlci0xMDggICAgICAgICAgICAgICAgICAgICAgIHhsc2F0b21zLTEu MC4xDQoNCm1ha2VkZXBlbmQtMS4wLjEsMSAgICAgICAgICAgICAgICAgICAgICB4bHNjbGllbnRz LTEuMC4xDQoNCm1oYXNoLTAuOS43LjEgICAgICAgICAgICAgICAgICAgICAgICAgICB4bHNmb250 cy0xLjAuMg0KDQpta2NvbXBvc2VjYWNoZS0xLjJfMSAgICAgICAgICAgICAgICAgICAgeG1hZy0x LjAuMQ0KDQpta2ZvbnRkaXItMS4wLjMgICAgICAgICAgICAgICAgICAgICAgICAgeG1hbi0xLjAu Mg0KDQpta2ZvbnRzY2FsZS0xLjAuMyAgICAgICAgICAgICAgICAgICAgICAgeG1lc3NhZ2UtMS4w LjENCg0KbXlzcWwtY2xpZW50LTUuMC40NSAgICAgICAgICAgICAgICAgICAgIHhtaC0xLjAuMQ0K DQpteXNxbC1zZXJ2ZXItNS4wLjQ1ICAgICAgICAgICAgICAgICAgICAgeG1vZG1hcC0xLjAuMg0K DQpuYW5vLTEuMi41ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeG1vcmUtMS4wLjENCg0K bmFzLTEuOF8xICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhvcmctNy4yDQoNCm5hc20t MC45OC4zOSwxICAgICAgICAgICAgICAgICAgICAgICAgICB4b3JnLWFwcHMtNy4yDQoNCm5jZnRw LTMuMi4wICAgICAgICAgICAgICAgICAgICAgICAgICAgICB4b3JnLWNmLWZpbGVzLTEuMC4yXzIN Cg0KbmV0LXNubXAtNS4zLjFfMyAgICAgICAgICAgICAgICAgICAgICAgIHhvcmctZG9jcy0xLjMs MQ0KDQpvY2xvY2stMS4wLjEgICAgICAgICAgICAgICAgICAgICAgICAgICAgeG9yZy1kcml2ZXJz LTcuMg0KDQpvcGVubGRhcC1jbGllbnQtMi4zLjM3ICAgICAgICAgICAgICAgICAgeG9yZy1mb250 cy0xMDBkcGktNy4yDQoNCnA1LUFyY2hpdmUtVGFyLTEuMzIgICAgICAgICAgICAgICAgICAgICB4 b3JnLWZvbnRzLTcuMg0KDQpwNS1BdXRoZW4tUEFNLTAuMTZfMSAgICAgICAgICAgICAgICAgICAg eG9yZy1mb250cy03NWRwaS03LjINCg0KcDUtQXV0aGVuLVNBU0wtMi4xMF8xICAgICAgICAgICAg ICAgICAgIHhvcmctZm9udHMtY3lyaWxsaWMtNy4yDQoNCnA1LUNvbXByZXNzLVJhdy1abGliLTIu MDA1ICAgICAgICAgICAgICB4b3JnLWZvbnRzLW1pc2NiaXRtYXBzLTcuMg0KDQpwNS1Db21wcmVz cy1abGliLTIuMDA1ICAgICAgICAgICAgICAgICAgeG9yZy1mb250cy10cnVldHlwZS03LjINCg0K cDUtRGlnZXN0LTEuMTUgICAgICAgICAgICAgICAgICAgICAgICAgIHhvcmctZm9udHMtdHlwZTEt Ny4yDQoNCnA1LURpZ2VzdC1ITUFDLTEuMDEgICAgICAgICAgICAgICAgICAgICB4b3JnLWxpYnJh cmllcy03LjJfMg0KDQpwNS1EaWdlc3QtTUQ1LTIuMzYgICAgICAgICAgICAgICAgICAgICAgeG9y Zy1wcm90b3MtNy4yDQoNCnA1LURpZ2VzdC1TSEExLTIuMTEgICAgICAgICAgICAgICAgICAgICB4 b3JnLXNlcnZlci0xLjIuMF8yLDENCg0KcDUtRW5jb2RlLURldGVjdC0xLjAwICAgICAgICAgICAg ICAgICAgIHhwaGVsbG93b3JsZC0xLjAuMQ0KDQpwNS1FeHRVdGlscy1DQnVpbGRlci0wLjE5ICAg ICAgICAgICAgICAgeHBsc3ByaW50ZXJzLTEuMC4xDQoNCnA1LUV4dFV0aWxzLVBhcnNlWFMtMi4x OCAgICAgICAgICAgICAgICB4cHItMS4wLjINCg0KcDUtR1NTQVBJLTAuMjQgICAgICAgICAgICAg ICAgICAgICAgICAgIHhwcmVoYXNocHJpbnRlcmxpc3QtMS4wLjENCg0KcDUtSFRNTC1QYXJzZXIt My41NiAgICAgICAgICAgICAgICAgICAgIHhwcm9wLTEuMC4yDQoNCnA1LUhUTUwtVGFnc2V0LTMu MTAgICAgICAgICAgICAgICAgICAgICB4cHJvdG8tNy4wLjEwDQoNCnA1LUlPLUNvbXByZXNzLUJh c2UtMi4wMDUgICAgICAgICAgICAgICB4cHJveHltYW5hZ2VtZW50cHJvdG9jb2wtMS4wLjINCg0K cDUtSU8tQ29tcHJlc3MtWmxpYi0yLjAwNSAgICAgICAgICAgICAgIHhyYW5kci0xLjIuMA0KDQpw NS1JTy1Tb2NrZXQtSU5FVDYtMi41MV8xICAgICAgICAgICAgICAgeHJkYi0xLjAuMw0KDQpwNS1J Ty1Tb2NrZXQtU1NMLTEuMDcgICAgICAgICAgICAgICAgICAgeHJlZnJlc2gtMS4wLjINCg0KcDUt SU8tU3RyaW5nLTEuMDggICAgICAgICAgICAgICAgICAgICAgIHhyeC0xLjAuMQ0KDQpwNS1JTy1a bGliLTEuMDUgICAgICAgICAgICAgICAgICAgICAgICAgeHNldC0xLjAuMg0KDQpwNS1NSU1FLUJh c2U2NC0zLjA3ICAgICAgICAgICAgICAgICAgICAgeHNldG1vZGUtMS4wLjANCg0KcDUtTWFpbC1T cGFtQXNzYXNzaW4tMy4yLjFfMSAgICAgICAgICAgIHhzZXRwb2ludGVyLTEuMC4wDQoNCnA1LU1h aWwtVG9vbHMtMS43NCAgICAgICAgICAgICAgICAgICAgICB4c2V0cm9vdC0xLjAuMQ0KDQpwNS1N YXRoLUJpZ0ludC0xLjg2ICAgICAgICAgICAgICAgICAgICAgeHNtLTEuMC4xDQoNCnA1LU1vZHVs ZS1CdWlsZC0wLjI4LjA4ICAgICAgICAgICAgICAgICB4c3RkY21hcC0xLjAuMQ0KDQpwNS1OZXQt MS4yMSwxICAgICAgICAgICAgICAgICAgICAgICAgICAgeHRlcm0tMjI4DQoNCnA1LU5ldC1ETlMt MC42MCAgICAgICAgICAgICAgICAgICAgICAgICB4dHJhbnMtMS4wLjMNCg0KcDUtTmV0LUlQLTEu MjUgICAgICAgICAgICAgICAgICAgICAgICAgIHh0cmFwLTEuMC4yDQoNCnA1LU5ldC1TU0xlYXkt MS4zMF8xICAgICAgICAgICAgICAgICAgICB4dmlkdHVuZS0xLjAuMQ0KDQpwNS1QYXRoVG9vbHMt My4yNSAgICAgICAgICAgICAgICAgICAgICAgeHZpbmZvLTEuMC4xDQoNCnA1LVNjYWxhci1MaXN0 LVV0aWxzLTEuMTksMSAgICAgICAgICAgICB4d2QtMS4wLjENCg0KcDUtU29ja2V0Ni0wLjE5ICAg ICAgICAgICAgICAgICAgICAgICAgIHh3aW5pbmZvLTEuMC4yDQoNCnA1LVNwaWZmeS0wLjMwICAg ICAgICAgICAgICAgICAgICAgICAgICB4d3VkLTEuMC4xDQoNCg== ------=_NextPart_000_031D_01C7D594.D291E000 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= It was created by jasper configure 1.900.1, which was=0A= generated by GNU Autoconf 2.59. Invocation command line was=0A= =0A= $ ./configure --enable-shared --enable-static --disable-opengl = --prefix=3D/usr/local --mandir=3D/usr/local/man = --infodir=3D/usr/local/info/ --build=3Di386-portbld-freebsd6.2=0A= =0A= ## --------- ##=0A= ## Platform. ##=0A= ## --------- ##=0A= =0A= hostname =3D bsd.pgesystems.com=0A= uname -m =3D i386=0A= uname -r =3D 6.2-RELEASE-p6=0A= uname -s =3D FreeBSD=0A= uname -v =3D FreeBSD 6.2-RELEASE-p6 #0: Wed Aug 1 19:40:28 EDT 2007 = root@bsd.pgesystems.com:/usr/obj/usr/src/sys/BSD =0A= =0A= /usr/bin/uname -p =3D i386=0A= /bin/uname -X =3D unknown=0A= =0A= /bin/arch =3D unknown=0A= /usr/bin/arch -k =3D unknown=0A= /usr/convex/getsysinfo =3D unknown=0A= hostinfo =3D unknown=0A= /bin/machine =3D unknown=0A= /usr/bin/oslevel =3D unknown=0A= /bin/universe =3D unknown=0A= =0A= PATH: /sbin=0A= PATH: /usr/sbin=0A= PATH: /bin=0A= PATH: /usr/bin=0A= PATH: /usr/local/sbin=0A= PATH: /usr/local/bin=0A= PATH: /usr/X11R6/bin=0A= =0A= =0A= ## ----------- ##=0A= ## Core tests. ##=0A= ## ----------- ##=0A= =0A= configure:1558: checking build system type=0A= configure:1576: result: i386-portbld-freebsd6.2=0A= configure:1584: checking host system type=0A= configure:1598: result: i386-portbld-freebsd6.2=0A= configure:1606: checking target system type=0A= configure:1620: result: i386-portbld-freebsd6.2=0A= configure:1650: checking for a BSD-compatible install=0A= configure:1705: result: /usr/bin/install -c -o root -g wheel=0A= configure:1716: checking whether build environment is sane=0A= configure:1759: result: yes=0A= configure:1824: checking for gawk=0A= configure:1853: result: no=0A= configure:1824: checking for mawk=0A= configure:1853: result: no=0A= configure:1824: checking for nawk=0A= configure:1840: found /usr/bin/nawk=0A= configure:1850: result: nawk=0A= configure:1860: checking whether make sets $(MAKE)=0A= configure:1880: result: yes=0A= configure:2154: checking for gcc=0A= configure:2180: result: cc=0A= configure:2424: checking for C compiler version=0A= configure:2427: cc --version &5=0A= cc (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:2430: $? =3D 0=0A= configure:2432: cc -v &5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:2435: $? =3D 0=0A= configure:2437: cc -V &5=0A= cc: `-V' option must have argument=0A= configure:2440: $? =3D 1=0A= configure:2463: checking for C compiler default output file name=0A= configure:2466: cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:2469: $? =3D 0=0A= configure:2515: result: a.out=0A= configure:2520: checking whether the C compiler works=0A= configure:2526: ./a.out=0A= configure:2529: $? =3D 0=0A= configure:2546: result: yes=0A= configure:2553: checking whether we are cross compiling=0A= configure:2555: result: no=0A= configure:2558: checking for suffix of executables=0A= configure:2560: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:2563: $? =3D 0=0A= configure:2588: result: =0A= configure:2594: checking for suffix of object files=0A= configure:2615: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:2618: $? =3D 0=0A= configure:2640: result: o=0A= configure:2644: checking whether we are using the GNU C compiler=0A= configure:2668: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:2674: $? =3D 0=0A= configure:2678: test -z =0A= || test ! -s conftest.err=0A= configure:2681: $? =3D 0=0A= configure:2684: test -s conftest.o=0A= configure:2687: $? =3D 0=0A= configure:2700: result: yes=0A= configure:2706: checking whether cc accepts -g=0A= configure:2727: cc -c -g -I/usr/local/include conftest.c >&5=0A= configure:2733: $? =3D 0=0A= configure:2737: test -z =0A= || test ! -s conftest.err=0A= configure:2740: $? =3D 0=0A= configure:2743: test -s conftest.o=0A= configure:2746: $? =3D 0=0A= configure:2757: result: yes=0A= configure:2774: checking for cc option to accept ANSI C=0A= configure:2844: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:2850: $? =3D 0=0A= configure:2854: test -z =0A= || test ! -s conftest.err=0A= configure:2857: $? =3D 0=0A= configure:2860: test -s conftest.o=0A= configure:2863: $? =3D 0=0A= configure:2881: result: none needed=0A= configure:2899: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c:2: error: syntax error before "me"=0A= configure:2905: $? =3D 1=0A= configure: failed program was:=0A= | #ifndef __cplusplus=0A= | choke me=0A= | #endif=0A= configure:3049: checking for style of include used by make=0A= configure:3077: result: GNU=0A= configure:3105: checking dependency style of cc=0A= configure:3195: result: gcc3=0A= configure:3225: checking for a BSD-compatible install=0A= configure:3280: result: /usr/bin/install -c -o root -g wheel=0A= configure:3332: checking for ranlib=0A= configure:3348: found /usr/bin/ranlib=0A= configure:3359: result: ranlib=0A= configure:3448: checking for a sed that does not truncate output=0A= configure:3504: result: /usr/bin/sed=0A= configure:3507: checking for egrep=0A= configure:3517: result: grep -E=0A= configure:3533: checking for ld used by cc=0A= configure:3600: result: /usr/bin/ld=0A= configure:3609: checking if the linker (/usr/bin/ld) is GNU ld=0A= configure:3624: result: yes=0A= configure:3629: checking for /usr/bin/ld option to reload object files=0A= configure:3636: result: -r=0A= configure:3654: checking for BSD-compatible nm=0A= configure:3703: result: /usr/bin/nm -B=0A= configure:3707: checking whether ln -s works=0A= configure:3711: result: yes=0A= configure:3718: checking how to recognise dependent libraries=0A= configure:3894: result: pass_all=0A= configure:4131: checking how to run the C preprocessor=0A= configure:4166: cc -E -I/usr/local/include conftest.c=0A= configure:4172: $? =3D 0=0A= configure:4204: cc -E -I/usr/local/include conftest.c=0A= conftest.c:13:28: ac_nonexistent.h: No such file or directory=0A= configure:4210: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4249: result: cc -E=0A= configure:4273: cc -E -I/usr/local/include conftest.c=0A= configure:4279: $? =3D 0=0A= configure:4311: cc -E -I/usr/local/include conftest.c=0A= conftest.c:13:28: ac_nonexistent.h: No such file or directory=0A= configure:4317: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4361: checking for ANSI C header files=0A= configure:4386: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4392: $? =3D 0=0A= configure:4396: test -z =0A= || test ! -s conftest.err=0A= configure:4399: $? =3D 0=0A= configure:4402: test -s conftest.o=0A= configure:4405: $? =3D 0=0A= configure:4494: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:4497: $? =3D 0=0A= configure:4499: ./conftest=0A= configure:4502: $? =3D 0=0A= configure:4517: result: yes=0A= configure:4541: checking for sys/types.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for sys/stat.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for stdlib.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for string.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for memory.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for strings.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for inttypes.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for stdint.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4541: checking for unistd.h=0A= configure:4557: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4563: $? =3D 0=0A= configure:4567: test -z =0A= || test ! -s conftest.err=0A= configure:4570: $? =3D 0=0A= configure:4573: test -s conftest.o=0A= configure:4576: $? =3D 0=0A= configure:4587: result: yes=0A= configure:4613: checking dlfcn.h usability=0A= configure:4625: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:4631: $? =3D 0=0A= configure:4635: test -z =0A= || test ! -s conftest.err=0A= configure:4638: $? =3D 0=0A= configure:4641: test -s conftest.o=0A= configure:4644: $? =3D 0=0A= configure:4654: result: yes=0A= configure:4658: checking dlfcn.h presence=0A= configure:4668: cc -E -I/usr/local/include conftest.c=0A= configure:4674: $? =3D 0=0A= configure:4694: result: yes=0A= configure:4729: checking for dlfcn.h=0A= configure:4736: result: yes=0A= configure:4843: checking for C++ compiler version=0A= configure:4846: c++ --version &5=0A= c++ (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:4849: $? =3D 0=0A= configure:4851: c++ -v &5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:4854: $? =3D 0=0A= configure:4856: c++ -V &5=0A= c++: `-V' option must have argument=0A= configure:4859: $? =3D 1=0A= configure:4862: checking whether we are using the GNU C++ compiler=0A= configure:4886: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cc >&5=0A= configure:4892: $? =3D 0=0A= configure:4896: test -z =0A= || test ! -s conftest.err=0A= configure:4899: $? =3D 0=0A= configure:4902: test -s conftest.o=0A= configure:4905: $? =3D 0=0A= configure:4918: result: yes=0A= configure:4924: checking whether c++ accepts -g=0A= configure:4945: c++ -c -g -I/usr/local/include conftest.cc >&5=0A= configure:4951: $? =3D 0=0A= configure:4955: test -z =0A= || test ! -s conftest.err=0A= configure:4958: $? =3D 0=0A= configure:4961: test -s conftest.o=0A= configure:4964: $? =3D 0=0A= configure:4975: result: yes=0A= configure:5017: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cc >&5=0A= configure:5023: $? =3D 0=0A= configure:5027: test -z =0A= || test ! -s conftest.err=0A= configure:5030: $? =3D 0=0A= configure:5033: test -s conftest.o=0A= configure:5036: $? =3D 0=0A= configure:5062: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cc >&5=0A= conftest.cc: In function `int main()':=0A= conftest.cc:28: error: `exit' was not declared in this scope=0A= configure:5068: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | /* end confdefs.h. */=0A= | =0A= | int=0A= | main ()=0A= | {=0A= | exit (42);=0A= | ;=0A= | return 0;=0A= | }=0A= configure:5017: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cc >&5=0A= configure:5023: $? =3D 0=0A= configure:5027: test -z =0A= || test ! -s conftest.err=0A= configure:5030: $? =3D 0=0A= configure:5033: test -s conftest.o=0A= configure:5036: $? =3D 0=0A= configure:5062: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cc >&5=0A= configure:5068: $? =3D 0=0A= configure:5072: test -z =0A= || test ! -s conftest.err=0A= configure:5075: $? =3D 0=0A= configure:5078: test -s conftest.o=0A= configure:5081: $? =3D 0=0A= configure:5106: checking dependency style of c++=0A= configure:5196: result: gcc3=0A= configure:5223: checking how to run the C++ preprocessor=0A= configure:5254: c++ -E -I/usr/local/include conftest.cc=0A= configure:5260: $? =3D 0=0A= configure:5292: c++ -E -I/usr/local/include conftest.cc=0A= conftest.cc:27:28: ac_nonexistent.h: No such file or directory=0A= configure:5298: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:5337: result: c++ -E=0A= configure:5361: c++ -E -I/usr/local/include conftest.cc=0A= configure:5367: $? =3D 0=0A= configure:5399: c++ -E -I/usr/local/include conftest.cc=0A= conftest.cc:27:28: ac_nonexistent.h: No such file or directory=0A= configure:5405: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:5502: checking for g77=0A= configure:5531: result: no=0A= configure:5502: checking for f77=0A= configure:5518: found /usr/bin/f77=0A= configure:5528: result: f77=0A= configure:5543: checking for Fortran 77 compiler version=0A= configure:5546: f77 --version &5=0A= GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305=0A= Copyright (C) 2006 Free Software Foundation, Inc.=0A= =0A= GNU Fortran comes with NO WARRANTY, to the extent permitted by law.=0A= You may redistribute copies of GNU Fortran=0A= under the terms of the GNU General Public License.=0A= For more information about these matters, see the file named COPYING=0A= or type the command `info -f g77 Copying'.=0A= configure:5549: $? =3D 0=0A= configure:5551: f77 -v &5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.4.6 [FreeBSD] 20060305=0A= configure:5554: $? =3D 0=0A= configure:5556: f77 -V &5=0A= f77: `-V' option must have argument=0A= configure:5559: $? =3D 1=0A= configure:5567: checking whether we are using the GNU Fortran 77 compiler=0A= configure:5581: f77 -c conftest.F >&5=0A= configure:5587: $? =3D 0=0A= configure:5591: test -z =0A= || test ! -s conftest.err=0A= configure:5594: $? =3D 0=0A= configure:5597: test -s conftest.o=0A= configure:5600: $? =3D 0=0A= configure:5613: result: yes=0A= configure:5619: checking whether f77 accepts -g=0A= configure:5631: f77 -c -g conftest.f >&5=0A= configure:5637: $? =3D 0=0A= configure:5641: test -z =0A= || test ! -s conftest.err=0A= configure:5644: $? =3D 0=0A= configure:5647: test -s conftest.o=0A= configure:5650: $? =3D 0=0A= configure:5662: result: yes=0A= configure:5692: checking the maximum length of command line arguments=0A= configure:5801: result: 262144=0A= configure:5812: checking command to parse /usr/bin/nm -B output from cc = object=0A= configure:5917: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:5920: $? =3D 0=0A= configure:5924: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ = ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 = \2/p' \> conftest.nm=0A= configure:5927: $? =3D 0=0A= configure:5979: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c = conftstm.o >&5=0A= configure:5982: $? =3D 0=0A= configure:6020: result: ok=0A= configure:6024: checking for objdir=0A= configure:6039: result: .libs=0A= configure:6129: checking for ar=0A= configure:6145: found /usr/bin/ar=0A= configure:6156: result: ar=0A= configure:6209: checking for ranlib=0A= configure:6236: result: ranlib=0A= configure:6289: checking for strip=0A= configure:6305: found /usr/bin/strip=0A= configure:6316: result: strip=0A= configure:6588: checking if cc supports -fno-rtti -fno-exceptions=0A= configure:6606: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5=0A= cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ = but not for C=0A= configure:6610: $? =3D 0=0A= configure:6623: result: no=0A= configure:6638: checking for cc option to produce PIC=0A= configure:6848: result: -fPIC=0A= configure:6856: checking if cc PIC flag -fPIC works=0A= configure:6874: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -fPIC -DPIC conftest.c >&5=0A= configure:6878: $? =3D 0=0A= configure:6891: result: yes=0A= configure:6919: checking if cc static flag -static works=0A= configure:6947: result: yes=0A= configure:6957: checking if cc supports -c -o file.o=0A= configure:6978: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -o out/conftest2.o conftest.c >&5=0A= configure:6982: $? =3D 0=0A= configure:7004: result: yes=0A= configure:7030: checking whether the cc linker (/usr/bin/ld) supports = shared libraries=0A= configure:7988: result: yes=0A= configure:8009: checking whether -lc should be explicitly linked in=0A= configure:8014: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:8017: $? =3D 0=0A= configure:8032: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o = conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1=0A= configure:8035: $? =3D 1=0A= configure:8047: result: yes=0A= configure:8055: checking dynamic linker characteristics=0A= configure:8664: result: freebsd6.2 ld.so=0A= configure:8673: checking how to hardcode library paths into programs=0A= configure:8698: result: immediate=0A= configure:8712: checking whether stripping libraries is possible=0A= configure:8717: result: yes=0A= configure:9551: checking if libtool supports shared libraries=0A= configure:9553: result: yes=0A= configure:9556: checking whether to build shared libraries=0A= configure:9577: result: yes=0A= configure:9580: checking whether to build static libraries=0A= configure:9584: result: yes=0A= configure:9676: creating libtool=0A= configure:10267: checking for ld used by c++=0A= configure:10334: result: /usr/bin/ld=0A= configure:10343: checking if the linker (/usr/bin/ld) is GNU ld=0A= configure:10358: result: yes=0A= configure:10409: checking whether the c++ linker (/usr/bin/ld) supports = shared libraries=0A= configure:11347: result: yes=0A= configure:11365: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.cpp >&5=0A= configure:11368: $? =3D 0=0A= configure:11487: checking for c++ option to produce PIC=0A= configure:11761: result: -fPIC=0A= configure:11769: checking if c++ PIC flag -fPIC works=0A= configure:11787: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -fPIC -DPIC conftest.cpp >&5=0A= configure:11791: $? =3D 0=0A= configure:11804: result: yes=0A= configure:11832: checking if c++ static flag -static works=0A= configure:11860: result: yes=0A= configure:11870: checking if c++ supports -c -o file.o=0A= configure:11891: c++ -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include -o out/conftest2.o conftest.cpp >&5=0A= configure:11895: $? =3D 0=0A= configure:11917: result: yes=0A= configure:11943: checking whether the c++ linker (/usr/bin/ld) supports = shared libraries=0A= configure:11968: result: yes=0A= configure:12035: checking dynamic linker characteristics=0A= configure:12644: result: freebsd6.2 ld.so=0A= configure:12653: checking how to hardcode library paths into programs=0A= configure:12678: result: immediate=0A= configure:13207: checking if libtool supports shared libraries=0A= configure:13209: result: yes=0A= configure:13212: checking whether to build shared libraries=0A= configure:13232: result: yes=0A= configure:13235: checking whether to build static libraries=0A= configure:13239: result: yes=0A= configure:13249: checking for f77 option to produce PIC=0A= configure:13459: result: -fPIC=0A= configure:13467: checking if f77 PIC flag -fPIC works=0A= configure:13485: f77 -c -g -O2 -fPIC conftest.f >&5=0A= configure:13489: $? =3D 0=0A= configure:13502: result: yes=0A= configure:13530: checking if f77 static flag -static works=0A= configure:13558: result: yes=0A= configure:13568: checking if f77 supports -c -o file.o=0A= configure:13589: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5=0A= configure:13593: $? =3D 0=0A= configure:13615: result: yes=0A= configure:13641: checking whether the f77 linker (/usr/bin/ld) supports = shared libraries=0A= configure:14579: result: yes=0A= configure:14646: checking dynamic linker characteristics=0A= configure:15255: result: freebsd6.2 ld.so=0A= configure:15264: checking how to hardcode library paths into programs=0A= configure:15289: result: immediate=0A= configure:18883: checking for X=0A= configure:19113: result: libraries /usr/local/lib, headers = /usr/local/include=0A= configure:19285: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c = -L/usr/local/lib -lX11 >&5=0A= configure:19291: $? =3D 0=0A= configure:19295: test -z =0A= || test ! -s conftest.err=0A= configure:19298: $? =3D 0=0A= configure:19301: test -s conftest=0A= configure:19304: $? =3D 0=0A= configure:19462: checking for gethostbyname=0A= configure:19519: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:19525: $? =3D 0=0A= configure:19529: test -z =0A= || test ! -s conftest.err=0A= configure:19532: $? =3D 0=0A= configure:19535: test -s conftest=0A= configure:19538: $? =3D 0=0A= configure:19550: result: yes=0A= configure:19701: checking for connect=0A= configure:19758: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:19764: $? =3D 0=0A= configure:19768: test -z =0A= || test ! -s conftest.err=0A= configure:19771: $? =3D 0=0A= configure:19774: test -s conftest=0A= configure:19777: $? =3D 0=0A= configure:19789: result: yes=0A= configure:19864: checking for remove=0A= configure:19921: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:19927: $? =3D 0=0A= configure:19931: test -z =0A= || test ! -s conftest.err=0A= configure:19934: $? =3D 0=0A= configure:19937: test -s conftest=0A= configure:19940: $? =3D 0=0A= configure:19952: result: yes=0A= configure:20027: checking for shmat=0A= configure:20084: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c >&5=0A= configure:20090: $? =3D 0=0A= configure:20094: test -z =0A= || test ! -s conftest.err=0A= configure:20097: $? =3D 0=0A= configure:20100: test -s conftest=0A= configure:20103: $? =3D 0=0A= configure:20115: result: yes=0A= configure:20199: checking for IceConnectionNumber in -lICE=0A= configure:20229: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib -L/usr/local/lib = conftest.c -lICE >&5=0A= configure:20235: $? =3D 0=0A= configure:20239: test -z =0A= || test ! -s conftest.err=0A= configure:20242: $? =3D 0=0A= configure:20245: test -s conftest=0A= configure:20248: $? =3D 0=0A= configure:20261: result: yes=0A= configure:20272: checking whether variable-length arrays are supported=0A= configure:20292: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:20298: $? =3D 0=0A= configure:20302: test -z =0A= || test ! -s conftest.err=0A= configure:20305: $? =3D 0=0A= configure:20308: test -s conftest.o=0A= configure:20311: $? =3D 0=0A= configure:20313: result: yes=0A= configure:20356: checking for jpeg_destroy in -ljpeg=0A= configure:20386: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c = -ljpeg >&5=0A= configure:20392: $? =3D 0=0A= configure:20396: test -z =0A= || test ! -s conftest.err=0A= configure:20399: $? =3D 0=0A= configure:20402: test -s conftest=0A= configure:20405: $? =3D 0=0A= configure:20418: result: yes=0A= configure:20733: checking whether OpenGL libraries and headers were = detected=0A= configure:20735: result: no=0A= configure:20744: checking for main in -lm=0A= configure:20768: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c -lm = -ljpeg >&5=0A= configure:20774: $? =3D 0=0A= configure:20778: test -z =0A= || test ! -s conftest.err=0A= configure:20781: $? =3D 0=0A= configure:20784: test -s conftest=0A= configure:20787: $? =3D 0=0A= configure:20800: result: yes=0A= configure:20816: checking for ANSI C header files=0A= configure:20972: result: yes=0A= configure:21006: checking fcntl.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21024: $? =3D 0=0A= configure:21028: test -z =0A= || test ! -s conftest.err=0A= configure:21031: $? =3D 0=0A= configure:21034: test -s conftest.o=0A= configure:21037: $? =3D 0=0A= configure:21047: result: yes=0A= configure:21051: checking fcntl.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= configure:21067: $? =3D 0=0A= configure:21087: result: yes=0A= configure:21122: checking for fcntl.h=0A= configure:21129: result: yes=0A= configure:21006: checking limits.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21024: $? =3D 0=0A= configure:21028: test -z =0A= || test ! -s conftest.err=0A= configure:21031: $? =3D 0=0A= configure:21034: test -s conftest.o=0A= configure:21037: $? =3D 0=0A= configure:21047: result: yes=0A= configure:21051: checking limits.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= configure:21067: $? =3D 0=0A= configure:21087: result: yes=0A= configure:21122: checking for limits.h=0A= configure:21129: result: yes=0A= configure:20997: checking for unistd.h=0A= configure:21002: result: yes=0A= configure:20997: checking for stdint.h=0A= configure:21002: result: yes=0A= configure:21006: checking stdbool.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21024: $? =3D 0=0A= configure:21028: test -z =0A= || test ! -s conftest.err=0A= configure:21031: $? =3D 0=0A= configure:21034: test -s conftest.o=0A= configure:21037: $? =3D 0=0A= configure:21047: result: yes=0A= configure:21051: checking stdbool.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= configure:21067: $? =3D 0=0A= configure:21087: result: yes=0A= configure:21122: checking for stdbool.h=0A= configure:21129: result: yes=0A= configure:21006: checking io.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c:69:16: io.h: No such file or directory=0A= configure:21024: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:21047: result: no=0A= configure:21051: checking io.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= conftest.c:35:16: io.h: No such file or directory=0A= configure:21067: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:21087: result: no=0A= configure:21122: checking for io.h=0A= configure:21129: result: no=0A= configure:21006: checking windows.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c:69:21: windows.h: No such file or directory=0A= configure:21024: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:21047: result: no=0A= configure:21051: checking windows.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= conftest.c:35:21: windows.h: No such file or directory=0A= configure:21067: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:21087: result: no=0A= configure:21122: checking for windows.h=0A= configure:21129: result: no=0A= configure:20997: checking for sys/types.h=0A= configure:21002: result: yes=0A= configure:21006: checking sys/time.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21024: $? =3D 0=0A= configure:21028: test -z =0A= || test ! -s conftest.err=0A= configure:21031: $? =3D 0=0A= configure:21034: test -s conftest.o=0A= configure:21037: $? =3D 0=0A= configure:21047: result: yes=0A= configure:21051: checking sys/time.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= configure:21067: $? =3D 0=0A= configure:21087: result: yes=0A= configure:21122: checking for sys/time.h=0A= configure:21129: result: yes=0A= configure:20997: checking for stdlib.h=0A= configure:21002: result: yes=0A= configure:21006: checking stddef.h usability=0A= configure:21018: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21024: $? =3D 0=0A= configure:21028: test -z =0A= || test ! -s conftest.err=0A= configure:21031: $? =3D 0=0A= configure:21034: test -s conftest.o=0A= configure:21037: $? =3D 0=0A= configure:21047: result: yes=0A= configure:21051: checking stddef.h presence=0A= configure:21061: cc -E -I/usr/local/include conftest.c=0A= configure:21067: $? =3D 0=0A= configure:21087: result: yes=0A= configure:21122: checking for stddef.h=0A= configure:21129: result: yes=0A= configure:21147: checking for an ANSI C-conforming const=0A= configure:21214: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21220: $? =3D 0=0A= configure:21224: test -z =0A= || test ! -s conftest.err=0A= configure:21227: $? =3D 0=0A= configure:21230: test -s conftest.o=0A= configure:21233: $? =3D 0=0A= configure:21244: result: yes=0A= configure:21254: checking for inline=0A= configure:21275: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21281: $? =3D 0=0A= configure:21285: test -z =0A= || test ! -s conftest.err=0A= configure:21288: $? =3D 0=0A= configure:21291: test -s conftest.o=0A= configure:21294: $? =3D 0=0A= configure:21306: result: inline=0A= configure:21325: checking for size_t=0A= configure:21349: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21355: $? =3D 0=0A= configure:21359: test -z =0A= || test ! -s conftest.err=0A= configure:21362: $? =3D 0=0A= configure:21365: test -s conftest.o=0A= configure:21368: $? =3D 0=0A= configure:21379: result: yes=0A= configure:21391: checking for uchar=0A= configure:21415: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c: In function `main':=0A= conftest.c:76: error: `uchar' undeclared (first use in this function)=0A= conftest.c:76: error: (Each undeclared identifier is reported only once=0A= conftest.c:76: error: for each function it appears in.)=0A= conftest.c:76: error: syntax error before ')' token=0A= configure:21421: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STDDEF_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | int=0A= | main ()=0A= | {=0A= | if ((uchar *) 0)=0A= | return 0;=0A= | if (sizeof (uchar))=0A= | return 0;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:21445: result: no=0A= configure:21457: checking for ushort=0A= configure:21481: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21487: $? =3D 0=0A= configure:21491: test -z =0A= || test ! -s conftest.err=0A= configure:21494: $? =3D 0=0A= configure:21497: test -s conftest.o=0A= configure:21500: $? =3D 0=0A= configure:21511: result: yes=0A= configure:21523: checking for uint=0A= configure:21547: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21553: $? =3D 0=0A= configure:21557: test -z =0A= || test ! -s conftest.err=0A= configure:21560: $? =3D 0=0A= configure:21563: test -s conftest.o=0A= configure:21566: $? =3D 0=0A= configure:21577: result: yes=0A= configure:21589: checking for ulong=0A= configure:21613: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c: In function `main':=0A= conftest.c:77: error: `ulong' undeclared (first use in this function)=0A= conftest.c:77: error: (Each undeclared identifier is reported only once=0A= conftest.c:77: error: for each function it appears in.)=0A= conftest.c:77: error: syntax error before ')' token=0A= configure:21619: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STDDEF_H 1=0A= | #define uchar unsigned char=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | int=0A= | main ()=0A= | {=0A= | if ((ulong *) 0)=0A= | return 0;=0A= | if (sizeof (ulong))=0A= | return 0;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:21643: result: no=0A= configure:21655: checking for longlong=0A= configure:21679: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c: In function `main':=0A= conftest.c:78: error: `longlong' undeclared (first use in this function)=0A= conftest.c:78: error: (Each undeclared identifier is reported only once=0A= conftest.c:78: error: for each function it appears in.)=0A= conftest.c:78: error: syntax error before ')' token=0A= configure:21685: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STDDEF_H 1=0A= | #define uchar unsigned char=0A= | #define ulong unsigned long=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | int=0A= | main ()=0A= | {=0A= | if ((longlong *) 0)=0A= | return 0;=0A= | if (sizeof (longlong))=0A= | return 0;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:21709: result: no=0A= configure:21721: checking for ulonglong=0A= configure:21745: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= conftest.c: In function `main':=0A= conftest.c:79: error: `ulonglong' undeclared (first use in this function)=0A= conftest.c:79: error: (Each undeclared identifier is reported only once=0A= conftest.c:79: error: for each function it appears in.)=0A= conftest.c:79: error: syntax error before ')' token=0A= configure:21751: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STDDEF_H 1=0A= | #define uchar unsigned char=0A= | #define ulong unsigned long=0A= | #define longlong long long=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | int=0A= | main ()=0A= | {=0A= | if ((ulonglong *) 0)=0A= | return 0;=0A= | if (sizeof (ulonglong))=0A= | return 0;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:21775: result: no=0A= configure:21787: checking for ssize_t=0A= configure:21811: cc -c -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 = -I/usr/local/include conftest.c >&5=0A= configure:21817: $? =3D 0=0A= configure:21821: test -z =0A= || test ! -s conftest.err=0A= configure:21824: $? =3D 0=0A= configure:21827: test -s conftest.o=0A= configure:21830: $? =3D 0=0A= configure:21841: result: yes=0A= configure:21857: checking for gettimeofday=0A= configure:21914: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c -lm = -ljpeg >&5=0A= configure:21920: $? =3D 0=0A= configure:21924: test -z =0A= || test ! -s conftest.err=0A= configure:21927: $? =3D 0=0A= configure:21930: test -s conftest=0A= configure:21933: $? =3D 0=0A= configure:21945: result: yes=0A= configure:21959: checking for getrusage=0A= configure:22016: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c -lm = -ljpeg >&5=0A= configure:22022: $? =3D 0=0A= configure:22026: test -z =0A= || test ! -s conftest.err=0A= configure:22029: $? =3D 0=0A= configure:22032: test -s conftest=0A= configure:22035: $? =3D 0=0A= configure:22047: result: yes=0A= configure:22066: checking for vprintf=0A= configure:22123: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c -lm = -ljpeg >&5=0A= conftest.c:69: warning: conflicting types for built-in function 'vprintf'=0A= configure:22129: $? =3D 0=0A= configure:22133: test -z =0A= || test ! -s conftest.err=0A= configure:22136: $? =3D 0=0A= configure:22139: test -s conftest=0A= configure:22142: $? =3D 0=0A= configure:22154: result: yes=0A= configure:22161: checking for _doprnt=0A= configure:22218: cc -o conftest -O2 -fno-strict-aliasing -pipe = -march=3Dpentium4 -I/usr/local/include -L/usr/local/lib conftest.c -lm = -ljpeg >&5=0A= /var/tmp//ccDlDJRZ.o(.text+0x14): In function `main':=0A= : undefined reference to `_doprnt'=0A= /var/tmp//ccDlDJRZ.o(.data+0x0): undefined reference to `_doprnt'=0A= configure:22224: $? =3D 1=0A= configure: failed program was:=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME "jasper"=0A= | #define PACKAGE_TARNAME "jasper"=0A= | #define PACKAGE_VERSION "1.900.1"=0A= | #define PACKAGE_STRING "jasper 1.900.1"=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "jasper"=0A= | #define VERSION "1.900.1"=0A= | #define JAS_VERSION "1.900.1"=0A= | #define JAS_CONFIGURE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | extern "C" void std::exit (int) throw (); using std::exit;=0A= | #endif=0A= | #define HAVE_VLA 1=0A= | #define HAVE_LIBM 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_FCNTL_H 1=0A= | #define HAVE_LIMITS_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_STDBOOL_H 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_TIME_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STDDEF_H 1=0A= | #define uchar unsigned char=0A= | #define ulong unsigned long=0A= | #define longlong long long=0A= | #define ulonglong unsigned long long=0A= | #define HAVE_GETTIMEOFDAY 1=0A= | #define HAVE_GETRUSAGE 1=0A= | #define HAVE_VPRINTF 1=0A= | /* end confdefs.h. */=0A= | /* Define _doprnt to an innocuous variant, in case declares = _doprnt.=0A= | For example, HP-UX 11i declares gettimeofday. */=0A= | #define _doprnt innocuous__doprnt=0A= | =0A= | /* System header to define __stub macros and hopefully few prototypes,=0A= | which can conflict with char _doprnt (); below.=0A= | Prefer to if __STDC__ is defined, since=0A= | exists even on freestanding compilers. */=0A= | =0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | =0A= | #undef _doprnt=0A= | =0A= | /* Override any gcc2 internal prototype to avoid an error. */=0A= | #ifdef __cplusplus=0A= | extern "C"=0A= | {=0A= | #endif=0A= | /* We use char because int might match the return type of a gcc2=0A= | builtin and then its argument prototype would still apply. */=0A= | char _doprnt ();=0A= | /* The GNU C library defines this for functions which it implements=0A= | to always fail with ENOSYS. Some functions are actually named=0A= | something starting with __ and the normal name is an alias. */=0A= | #if defined (__stub__doprnt) || defined (__stub____doprnt)=0A= | choke me=0A= | #else=0A= | char (*f) () =3D _doprnt;=0A= | #endif=0A= | #ifdef __cplusplus=0A= | }=0A= | #endif=0A= | =0A= | int=0A= | main ()=0A= | {=0A= | return f !=3D _doprnt;=0A= | ;=0A= | return 0;=0A= | }=0A= configure:22249: result: no=0A= configure:22507: creating ./config.status=0A= =0A= ## ---------------------- ##=0A= ## Running config.status. ##=0A= ## ---------------------- ##=0A= =0A= This file was extended by jasper config.status 1.900.1, which was=0A= generated by GNU Autoconf 2.59. Invocation command line was=0A= =0A= CONFIG_FILES =3D =0A= CONFIG_HEADERS =3D =0A= CONFIG_LINKS =3D =0A= CONFIG_COMMANDS =3D =0A= $ ./config.status =0A= =0A= on bsd.pgesystems.com=0A= =0A= config.status:23308: creating Makefile=0A= config.status:23308: creating src/Makefile=0A= config.status:23308: creating src/appl/Makefile=0A= config.status:23308: creating src/libjasper/Makefile=0A= config.status:23308: creating src/libjasper/base/Makefile=0A= config.status:23308: creating src/libjasper/bmp/Makefile=0A= config.status:23308: creating src/libjasper/include/Makefile=0A= config.status:23308: creating src/libjasper/include/jasper/Makefile=0A= config.status:23308: creating src/libjasper/jp2/Makefile=0A= config.status:23308: creating src/libjasper/jpc/Makefile=0A= config.status:23308: creating src/libjasper/jpg/Makefile=0A= config.status:23308: creating src/libjasper/mif/Makefile=0A= config.status:23308: creating src/libjasper/pgx/Makefile=0A= config.status:23308: creating src/libjasper/pnm/Makefile=0A= config.status:23308: creating src/libjasper/ras/Makefile=0A= config.status:23308: creating src/msvc/Makefile=0A= config.status:23308: creating jasper.spec=0A= config.status:23411: creating src/libjasper/include/jasper/jas_config.h=0A= config.status:23735: executing depfiles commands=0A= =0A= ## ---------------- ##=0A= ## Cache variables. ##=0A= ## ---------------- ##=0A= =0A= ac_cv_build=3Di386-portbld-freebsd6.2=0A= ac_cv_build_alias=3Di386-portbld-freebsd6.2=0A= ac_cv_c_compiler_gnu=3Dyes=0A= ac_cv_c_const=3Dyes=0A= ac_cv_c_inline=3Dinline=0A= ac_cv_cxx_compiler_gnu=3Dyes=0A= ac_cv_env_CC_set=3Dset=0A= ac_cv_env_CC_value=3Dcc=0A= ac_cv_env_CFLAGS_set=3Dset=0A= ac_cv_env_CFLAGS_value=3D'-O2 -fno-strict-aliasing -pipe = -march=3Dpentium4'=0A= ac_cv_env_CPPFLAGS_set=3Dset=0A= ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include=0A= ac_cv_env_CPP_set=3D''=0A= ac_cv_env_CPP_value=3D''=0A= ac_cv_env_CXXCPP_set=3D''=0A= ac_cv_env_CXXCPP_value=3D''=0A= ac_cv_env_CXXFLAGS_set=3Dset=0A= ac_cv_env_CXXFLAGS_value=3D'-O2 -fno-strict-aliasing -pipe = -march=3Dpentium4'=0A= ac_cv_env_CXX_set=3Dset=0A= ac_cv_env_CXX_value=3Dc++=0A= ac_cv_env_F77_set=3D''=0A= ac_cv_env_F77_value=3D''=0A= ac_cv_env_FFLAGS_set=3D''=0A= ac_cv_env_FFLAGS_value=3D''=0A= ac_cv_env_LDFLAGS_set=3Dset=0A= ac_cv_env_LDFLAGS_value=3D-L/usr/local/lib=0A= ac_cv_env_build_alias_set=3Dset=0A= ac_cv_env_build_alias_value=3Di386-portbld-freebsd6.2=0A= ac_cv_env_host_alias_set=3D''=0A= ac_cv_env_host_alias_value=3D''=0A= ac_cv_env_target_alias_set=3D''=0A= ac_cv_env_target_alias_value=3D''=0A= ac_cv_exeext=3D''=0A= ac_cv_f77_compiler_gnu=3Dyes=0A= ac_cv_func__doprnt=3Dno=0A= ac_cv_func_connect=3Dyes=0A= ac_cv_func_gethostbyname=3Dyes=0A= ac_cv_func_getrusage=3Dyes=0A= ac_cv_func_gettimeofday=3Dyes=0A= ac_cv_func_remove=3Dyes=0A= ac_cv_func_shmat=3Dyes=0A= ac_cv_func_vprintf=3Dyes=0A= ac_cv_have_x=3D'have_x=3Dyes ac_x_includes=3D/usr/local/include = ac_x_libraries=3D/usr/local/lib'=0A= ac_cv_header_dlfcn_h=3Dyes=0A= ac_cv_header_fcntl_h=3Dyes=0A= ac_cv_header_inttypes_h=3Dyes=0A= ac_cv_header_io_h=3Dno=0A= ac_cv_header_limits_h=3Dyes=0A= ac_cv_header_memory_h=3Dyes=0A= ac_cv_header_stdbool_h=3Dyes=0A= ac_cv_header_stdc=3Dyes=0A= ac_cv_header_stddef_h=3Dyes=0A= ac_cv_header_stdint_h=3Dyes=0A= ac_cv_header_stdlib_h=3Dyes=0A= ac_cv_header_string_h=3Dyes=0A= ac_cv_header_strings_h=3Dyes=0A= ac_cv_header_sys_stat_h=3Dyes=0A= ac_cv_header_sys_time_h=3Dyes=0A= ac_cv_header_sys_types_h=3Dyes=0A= ac_cv_header_unistd_h=3Dyes=0A= ac_cv_header_windows_h=3Dno=0A= ac_cv_host=3Di386-portbld-freebsd6.2=0A= ac_cv_host_alias=3Di386-portbld-freebsd6.2=0A= ac_cv_lib_ICE_IceConnectionNumber=3Dyes=0A= ac_cv_lib_jpeg_jpeg_destroy=3Dyes=0A= ac_cv_lib_m_main=3Dyes=0A= ac_cv_objext=3Do=0A= ac_cv_prog_AWK=3Dnawk=0A= ac_cv_prog_CPP=3D'cc -E'=0A= ac_cv_prog_CXXCPP=3D'c++ -E'=0A= ac_cv_prog_ac_ct_AR=3Dar=0A= ac_cv_prog_ac_ct_CC=3Dcc=0A= ac_cv_prog_ac_ct_F77=3Df77=0A= ac_cv_prog_ac_ct_RANLIB=3Dranlib=0A= ac_cv_prog_ac_ct_STRIP=3Dstrip=0A= ac_cv_prog_cc_g=3Dyes=0A= ac_cv_prog_cc_stdc=3D''=0A= ac_cv_prog_cxx_g=3Dyes=0A= ac_cv_prog_egrep=3D'grep -E'=0A= ac_cv_prog_f77_g=3Dyes=0A= ac_cv_prog_make_make_set=3Dyes=0A= ac_cv_target=3Di386-portbld-freebsd6.2=0A= ac_cv_target_alias=3Di386-portbld-freebsd6.2=0A= ac_cv_type_longlong=3Dno=0A= ac_cv_type_size_t=3Dyes=0A= ac_cv_type_ssize_t=3Dyes=0A= ac_cv_type_uchar=3Dno=0A= ac_cv_type_uint=3Dyes=0A= ac_cv_type_ulong=3Dno=0A= ac_cv_type_ulonglong=3Dno=0A= ac_cv_type_ushort=3Dyes=0A= am_cv_CC_dependencies_compiler_type=3Dgcc3=0A= am_cv_CXX_dependencies_compiler_type=3Dgcc3=0A= lt_cv_deplibs_check_method=3Dpass_all=0A= lt_cv_file_magic_cmd=3D'$MAGIC_CMD'=0A= lt_cv_file_magic_test_file=3D''=0A= lt_cv_ld_reload_flag=3D-r=0A= lt_cv_objdir=3D.libs=0A= lt_cv_path_LD=3D/usr/bin/ld=0A= lt_cv_path_LDCXX=3D/usr/bin/ld=0A= lt_cv_path_NM=3D'/usr/bin/nm -B'=0A= lt_cv_path_SED=3D/usr/bin/sed=0A= lt_cv_prog_compiler_c_o=3Dyes=0A= lt_cv_prog_compiler_c_o_CXX=3Dyes=0A= lt_cv_prog_compiler_c_o_F77=3Dyes=0A= lt_cv_prog_compiler_rtti_exceptions=3Dno=0A= lt_cv_prog_gnu_ld=3Dyes=0A= lt_cv_prog_gnu_ldcxx=3Dyes=0A= lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ = ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 = \2/p'\'''=0A= lt_cv_sys_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ = ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ = ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''=0A= lt_cv_sys_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern = int \1;/p'\'''=0A= lt_cv_sys_max_cmd_len=3D262144=0A= lt_lt_cv_prog_compiler_c_o=3D'"yes"'=0A= lt_lt_cv_prog_compiler_c_o_CXX=3D'"yes"'=0A= lt_lt_cv_prog_compiler_c_o_F77=3D'"yes"'=0A= lt_lt_cv_sys_global_symbol_pipe=3D'"sed -n -e '\''s/^.*[ = ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ = ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'=0A= lt_lt_cv_sys_global_symbol_to_c_name_address=3D'"sed -n -e '\''s/^: = \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] = \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'=0A= lt_lt_cv_sys_global_symbol_to_cdecl=3D'"sed -n -e '\''s/^. .* = \\(.*\\)\$/extern int \\1;/p'\''"'=0A= =0A= ## ----------------- ##=0A= ## Output variables. ##=0A= ## ----------------- ##=0A= =0A= ACLOCAL=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run = aclocal-1.9'=0A= AMDEPBACKSLASH=3D'\'=0A= AMDEP_FALSE=3D'#'=0A= AMDEP_TRUE=3D''=0A= AMTAR=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run tar'=0A= AR=3D'ar'=0A= AUTOCONF=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run = autoconf'=0A= AUTOHEADER=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run = autoheader'=0A= AUTOMAKE=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run = automake-1.9'=0A= AWK=3D'nawk'=0A= CC=3D'cc'=0A= CCDEPMODE=3D'depmode=3Dgcc3'=0A= CFLAGS=3D'-O2 -fno-strict-aliasing -pipe -march=3Dpentium4'=0A= CPP=3D'cc -E'=0A= CPPFLAGS=3D'-I/usr/local/include'=0A= CXX=3D'c++'=0A= CXXCPP=3D'c++ -E'=0A= CXXDEPMODE=3D'depmode=3Dgcc3'=0A= CXXFLAGS=3D'-O2 -fno-strict-aliasing -pipe -march=3Dpentium4'=0A= CYGPATH_W=3D'echo'=0A= DEFS=3D'-DHAVE_CONFIG_H'=0A= DEPDIR=3D'.deps'=0A= ECHO=3D'echo'=0A= ECHO_C=3D''=0A= ECHO_N=3D'-n'=0A= ECHO_T=3D''=0A= EGREP=3D'grep -E'=0A= EXEEXT=3D''=0A= F77=3D'f77'=0A= FFLAGS=3D'-g -O2'=0A= HAVE_LIBJPEG_FALSE=3D'#'=0A= HAVE_LIBJPEG_TRUE=3D''=0A= HAVE_OPENGL_FALSE=3D''=0A= HAVE_OPENGL_TRUE=3D'#'=0A= INSTALL_DATA=3D'install -o root -g wheel -m 444'=0A= INSTALL_PROGRAM=3D'install -s -o root -g wheel -m 555'=0A= INSTALL_SCRIPT=3D'install -o root -g wheel -m 555'=0A= INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s'=0A= JAS_MAJOR_VERSION=3D'1'=0A= JAS_MICRO_VERSION=3D'1'=0A= JAS_MINOR_VERSION=3D'900'=0A= JAS_RPM_RELEASE=3D'1'=0A= JAS_VERSION=3D'1.900.1'=0A= LDFLAGS=3D'-L/usr/local/lib'=0A= LIBOBJS=3D''=0A= LIBS=3D'-lm -ljpeg'=0A= LIBTOOL=3D'$(SHELL) /usr/local/bin/libtool'=0A= LN_S=3D'ln -s'=0A= LTLIBOBJS=3D''=0A= LT_AGE=3D'0'=0A= LT_CURRENT=3D'1'=0A= LT_RELEASE=3D'1.900'=0A= LT_REVISION=3D'0'=0A= MAKEINFO=3D'${SHELL} = /usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/missing --run = makeinfo'=0A= OBJEXT=3D'o'=0A= OPENGL_LIBS=3D''=0A= PACKAGE=3D'jasper'=0A= PACKAGE_BUGREPORT=3D''=0A= PACKAGE_NAME=3D'jasper'=0A= PACKAGE_STRING=3D'jasper 1.900.1'=0A= PACKAGE_TARNAME=3D'jasper'=0A= PACKAGE_VERSION=3D'1.900.1'=0A= PATH_SEPARATOR=3D':'=0A= RANLIB=3D'ranlib'=0A= SED=3D'/usr/bin/sed'=0A= SET_MAKE=3D''=0A= SHELL=3D'/bin/sh'=0A= STRIP=3D'strip'=0A= VERSION=3D'1.900.1'=0A= X_CFLAGS=3D' -I/usr/local/include'=0A= X_EXTRA_LIBS=3D''=0A= X_LIBS=3D' -L/usr/local/lib'=0A= X_PRE_LIBS=3D' -lSM -lICE'=0A= ac_ct_AR=3D'ar'=0A= ac_ct_CC=3D'cc'=0A= ac_ct_CXX=3D''=0A= ac_ct_F77=3D'f77'=0A= ac_ct_RANLIB=3D'ranlib'=0A= ac_ct_STRIP=3D'strip'=0A= am__fastdepCC_FALSE=3D'#'=0A= am__fastdepCC_TRUE=3D''=0A= am__fastdepCXX_FALSE=3D'#'=0A= am__fastdepCXX_TRUE=3D''=0A= am__include=3D'include'=0A= am__leading_dot=3D'.'=0A= am__quote=3D''=0A= am__tar=3D'${AMTAR} chof - "$$tardir"'=0A= am__untar=3D'${AMTAR} xf -'=0A= bindir=3D'${exec_prefix}/bin'=0A= build=3D'i386-portbld-freebsd6.2'=0A= build_alias=3D'i386-portbld-freebsd6.2'=0A= build_cpu=3D'i386'=0A= build_os=3D'freebsd6.2'=0A= build_vendor=3D'portbld'=0A= datadir=3D'${prefix}/share'=0A= exec_prefix=3D'${prefix}'=0A= host=3D'i386-portbld-freebsd6.2'=0A= host_alias=3D''=0A= host_cpu=3D'i386'=0A= host_os=3D'freebsd6.2'=0A= host_vendor=3D'portbld'=0A= includedir=3D'${prefix}/include'=0A= infodir=3D'/usr/local/info/'=0A= install_sh=3D'/usr/ports/graphics/jasper/work/jasper-1.900.1/acaux/instal= l-sh'=0A= libdir=3D'${exec_prefix}/lib'=0A= libexecdir=3D'${exec_prefix}/libexec'=0A= localstatedir=3D'${prefix}/var'=0A= mandir=3D'/usr/local/man'=0A= mkdir_p=3D'$(mkinstalldirs)'=0A= oldincludedir=3D'/usr/include'=0A= prefix=3D'/usr/local'=0A= program_transform_name=3D's,x,x,'=0A= sbindir=3D'${exec_prefix}/sbin'=0A= sharedstatedir=3D'${prefix}/com'=0A= sysconfdir=3D'${prefix}/etc'=0A= target=3D'i386-portbld-freebsd6.2'=0A= target_alias=3D''=0A= target_cpu=3D'i386'=0A= target_os=3D'freebsd6.2'=0A= target_vendor=3D'portbld'=0A= =0A= ## ----------- ##=0A= ## confdefs.h. ##=0A= ## ----------- ##=0A= =0A= #define HAVE_DLFCN_H 1=0A= #define HAVE_FCNTL_H 1=0A= #define HAVE_GETRUSAGE 1=0A= #define HAVE_GETTIMEOFDAY 1=0A= #define HAVE_INTTYPES_H 1=0A= #define HAVE_LIBM 1=0A= #define HAVE_LIMITS_H 1=0A= #define HAVE_MEMORY_H 1=0A= #define HAVE_STDBOOL_H 1=0A= #define HAVE_STDDEF_H 1=0A= #define HAVE_STDINT_H 1=0A= #define HAVE_STDINT_H 1=0A= #define HAVE_STDLIB_H 1=0A= #define HAVE_STDLIB_H 1=0A= #define HAVE_STRINGS_H 1=0A= #define HAVE_STRING_H 1=0A= #define HAVE_SYS_STAT_H 1=0A= #define HAVE_SYS_TIME_H 1=0A= #define HAVE_SYS_TYPES_H 1=0A= #define HAVE_SYS_TYPES_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define HAVE_VLA 1=0A= #define HAVE_VPRINTF 1=0A= #define JAS_CONFIGURE 1=0A= #define JAS_VERSION "1.900.1"=0A= #define PACKAGE "jasper"=0A= #define PACKAGE_BUGREPORT ""=0A= #define PACKAGE_NAME "jasper"=0A= #define PACKAGE_STRING "jasper 1.900.1"=0A= #define PACKAGE_TARNAME "jasper"=0A= #define PACKAGE_VERSION "1.900.1"=0A= #define STDC_HEADERS 1=0A= #define STDC_HEADERS 1=0A= #define VERSION "1.900.1"=0A= #define longlong long long=0A= #define uchar unsigned char=0A= #define ulong unsigned long=0A= #define ulonglong unsigned long long=0A= #endif=0A= #ifdef __cplusplus=0A= extern "C" void std::exit (int) throw (); using std::exit;=0A= =0A= configure: exit 0=0A= ------=_NextPart_000_031D_01C7D594.D291E000-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 11:01:10 2007 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 34B1F16A41F for ; Fri, 3 Aug 2007 11:01:10 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id CC2B513C428 for ; Fri, 3 Aug 2007 11:01:09 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73B0ttR012319 for ; Fri, 3 Aug 2007 11:00:55 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73B0tqv012295 for ports@FreeBSD.org; Fri, 3 Aug 2007 11:00:55 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 11:00:55 GMT From: Erwin Lansing Message-Id: <200708031100.l73B0tqv012295@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 11:01:10 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..ruby18-rdbc1-001103_1: "/a/erwin/tindex/ports/databases/ruby-rdbc1/../ruby-postgres" non-existent -- dependency list incomplete ===> databases/ruby-rdbc1 failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: arved clsung maho pav sat Most recent CVS update was: U MOVED U audio/amarok-fs/Makefile U audio/amarok-fs/pkg-plist U databases/Makefile U databases/ruby-dbd_pg/Makefile U databases/rubygem-postgres/Makefile U databases/rubygem-postgres/distinfo U databases/rubygem-postgres/pkg-plist U deskutils/knowit/Makefile U deskutils/knowit/pkg-descr U editors/openoffice.org-2-devel/Makefile U editors/openoffice.org-2-devel/distinfo U editors/openoffice.org-2-devel/files/patch-i80295 U net/Makefile U net/p5-Net-Twitter/Makefile U net/p5-Net-Twitter/distinfo U net/p5-Net-Twitter/pkg-descr U net/p5-Net-Twitter/pkg-plist U www/newsbeuter/Makefile U www/newsbeuter/files/patch-configcontainer.cpp From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 12:23:23 2007 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 3465A16A418 for ; Fri, 3 Aug 2007 12:23:23 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from gateway.cybervisiontech.com.ua (gateway.cybervisiontech.com.ua [88.81.251.18]) by mx1.freebsd.org (Postfix) with ESMTP id D513913C45E for ; Fri, 3 Aug 2007 12:23:22 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (hq.cybervisiontech.com [127.0.0.1]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 91665ED516C; Fri, 3 Aug 2007 15:21:15 +0300 (EEST) X-Virus-Scanned: amavisd-new at cybervisiontech.com Received: from gateway.cybervisiontech.com.ua ([127.0.0.1]) by localhost (hq.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XMpdZC4j+ZHn; Fri, 3 Aug 2007 15:21:14 +0300 (EEST) Received: from [10.2.1.87] (rein.cybervisiontech.com.ua [10.2.1.87]) by gateway.cybervisiontech.com.ua (Postfix) with ESMTP id 4A8B8ED516B; Fri, 3 Aug 2007 15:21:14 +0300 (EEST) Message-ID: <46B31E36.2030305@icyb.net.ua> Date: Fri, 03 Aug 2007 15:23:18 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Kostik Belousov References: <46A8AC15.4080509@icyb.net.ua> <46B0B795.5070106@icyb.net.ua> <20070802124603.GC2738@deviant.kiev.zoral.com.ua> In-Reply-To: <20070802124603.GC2738@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Sam Lawrance , freebsd-ports@freebsd.org Subject: Re: uppc kmod installation problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:23:23 -0000 on 02/08/2007 15:46 Kostik Belousov said the following: > On Wed, Aug 01, 2007 at 07:40:53PM +0300, Andriy Gapon wrote: >> on 26/07/2007 17:13 Andriy Gapon said the following: >>> It seems that installation action of uppc-kmod port (do-install target) >>> uses incorrect tool to put uppc.ko in its destination. It seems that the >>> tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid >>> kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref >>> then kldxref complains about missing symbol table in uppc.ko and dumps >>> core. If the module is loaded then it crashes my system. >>> >>> On the other hand, if I simply copy uppc.ko from work directory then it >>> works ok. >> [snip] >>> Some system info: >>> FreeBSD 6.2-RELEASE-p3 amd64 >> [snip] >> >> This problem seems to be the same as the one described here: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=100703 >> >> There seems to be something special about amd64, kernel modules and >> 'install -s' / strip. > You cannot strip kernel modules on amd64, because modules are elf object > files, as opposed to shared objects on all other archs. Strip strips the > object file symbol table, that is used by the static linker and in-kernel > linker on amd64. On the other hand, shared object contains also a dynamic > symbol table, that is not stripped and used by in-kernel linker on !amd64. Kostik, would you be comfortable to apply a patch from the PR mentioned above (or something similar) to palm/uppc-kmod port ? Current maintainer for the port is ports@, Thank you. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 12:43:59 2007 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 5C8EA16A417 for ; Fri, 3 Aug 2007 12:43:59 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 672B813C465 for ; Fri, 3 Aug 2007 12:43:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [89.162.146.170] (helo=skuns.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IGwVW-000GRY-LS for freebsd-ports@freebsd.org; Fri, 03 Aug 2007 15:43:57 +0300 Received: from deviant.kiev.zoral.com.ua (root@[10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l73ChjtO043858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Aug 2007 15:43:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l73ChjA0019837; Fri, 3 Aug 2007 15:43:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l73ChieB019836; Fri, 3 Aug 2007 15:43:44 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 3 Aug 2007 15:43:44 +0300 From: Kostik Belousov To: Andriy Gapon Message-ID: <20070803124344.GL2738@deviant.kiev.zoral.com.ua> References: <46A8AC15.4080509@icyb.net.ua> <46B0B795.5070106@icyb.net.ua> <20070802124603.GC2738@deviant.kiev.zoral.com.ua> <46B31E36.2030305@icyb.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="00hq2S6J2Jlg6EbK" Content-Disposition: inline In-Reply-To: <46B31E36.2030305@icyb.net.ua> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on skuns.kiev.zoral.com.ua X-Scanner-Signature: 9f090f397804869cf00fade203417d62 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 1336 [August 3 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Sam Lawrance , freebsd-ports@freebsd.org Subject: Re: uppc kmod installation problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:43:59 -0000 --00hq2S6J2Jlg6EbK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 03, 2007 at 03:23:18PM +0300, Andriy Gapon wrote: > on 02/08/2007 15:46 Kostik Belousov said the following: > > On Wed, Aug 01, 2007 at 07:40:53PM +0300, Andriy Gapon wrote: > >> on 26/07/2007 17:13 Andriy Gapon said the following: > >>> It seems that installation action of uppc-kmod port (do-install targe= t) > >>> uses incorrect tool to put uppc.ko in its destination. It seems that = the > >>> tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid > >>> kernel module anymore. If I put uppc.ko into /boot/kernel and do kldx= ref > >>> then kldxref complains about missing symbol table in uppc.ko and dumps > >>> core. If the module is loaded then it crashes my system. > >>> > >>> On the other hand, if I simply copy uppc.ko from work directory then = it > >>> works ok. > >> [snip] > >>> Some system info: > >>> FreeBSD 6.2-RELEASE-p3 amd64 > >> [snip] > >> > >> This problem seems to be the same as the one described here: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D100703 > >> > >> There seems to be something special about amd64, kernel modules and > >> 'install -s' / strip. > > You cannot strip kernel modules on amd64, because modules are elf object > > files, as opposed to shared objects on all other archs. Strip strips the > > object file symbol table, that is used by the static linker and in-kern= el > > linker on amd64. On the other hand, shared object contains also a dynam= ic > > symbol table, that is not stripped and used by in-kernel linker on !amd= 64. >=20 > Kostik, >=20 > would you be comfortable to apply a patch from the PR mentioned above > (or something similar) to palm/uppc-kmod port ? Current maintainer for > the port is ports@, I am not a port committer. Also, some time ago there was a conversation about some unification of install procedure for kernel modules. In particular, I asked about some common location for modules. I do not know whether somebody actually start the work, but, if yes, this problem shall be solved among other. --00hq2S6J2Jlg6EbK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGsyL/C3+MBN1Mb4gRAtmkAJ95dPluLJA1UoAhITKrQG3PZnOU2wCeN+hx uIeXoc8i1mD8A2R8BjX6Ob8= =gsew -----END PGP SIGNATURE----- --00hq2S6J2Jlg6EbK-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 13:07:56 2007 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 3731016A418 for ; Fri, 3 Aug 2007 13:07:56 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 0720213C428 for ; Fri, 3 Aug 2007 13:07:56 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73D7fXL035144 for ; Fri, 3 Aug 2007 13:07:41 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73D7fv6035135 for ports@FreeBSD.org; Fri, 3 Aug 2007 13:07:41 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 13:07:41 GMT From: Erwin Lansing Message-Id: <200708031307.l73D7fv6035135@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 13:07:56 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..ruby18-rdbc1-001103_1: "/a/erwin/tindex/ports/databases/ruby-rdbc1/../ruby-postgres" non-existent -- dependency list incomplete ===> databases/ruby-rdbc1 failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: arved clsung maho pav perky sat Most recent CVS update was: U devel/newt/Makefile U devel/newt/distinfo U mbone/mcl/files/patch-rse_fec.cpp U net/hlmaster/files/patch-HLServerList.cpp U x11-toolkits/inti-gconf/files/patch-client.cc From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 13:14:53 2007 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 425B516A419; Fri, 3 Aug 2007 13:14:53 +0000 (UTC) (envelope-from mmorel@lexsi.com) Received: from mail.lexsi.com (mail.lexsi.com [62.39.129.171]) by mx1.freebsd.org (Postfix) with ESMTP id EACE613C47E; Fri, 3 Aug 2007 13:14:52 +0000 (UTC) (envelope-from mmorel@lexsi.com) Received: from localhost (localhost [127.0.0.1]) by mail.lexsi.com (Postfix) with ESMTP id 7598F1E32E0; Fri, 3 Aug 2007 14:46:37 +0200 (CEST) Received: from mail.lexsi.com ([127.0.0.1]) by localhost (mail.lexsi.com [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id 24824-51; Fri, 3 Aug 2007 14:46:37 +0200 (CEST) Received: from paris.lexsi.com (unknown [192.168.1.23]) by mail.lexsi.com (Postfix) with ESMTP id 3A73A1E322F; Fri, 3 Aug 2007 14:46:37 +0200 (CEST) Received: from [192.168.1.171] ([192.168.1.171]) by paris.lexsi.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Aug 2007 14:46:36 +0200 Message-ID: <46B31555.1020904@lexsi.com> Date: Fri, 03 Aug 2007 13:45:25 +0200 From: matthieu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070604 SeaMonkey/1.1.2 MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org, freebsd-ports@FreeBSD.org, Juergen Lock References: <20070731201608.GA30162@saturn.kn-bremen.de> <20070802183615.GA20576@saturn.kn-bremen.de> In-Reply-To: <20070802183615.GA20576@saturn.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Aug 2007 12:46:36.0853 (UTC) FILETIME=[54594650:01C7D5CC] X-Virus-Scanned: par Amavisd, lexsi.com Cc: Subject: Re: update rerolled - 20070802 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 13:14:53 -0000 Juergen Lock wrote: > On Tue, Jul 31, 2007 at 10:16:08PM +0200, Juergen Lock wrote: >> Hi! >> >> Again I want to update the qemu-devel port (mainly because I played >> with arm terrier/akita emulation as you can read on the qemu list, >> but there are also other fixes) and need your help with testing. >> It now also should respect ifname=tapX with -net tap (modified patch >> after matthieu morel, Cc'd, I hope I didn't break it... :) > > Okay there were some late commits which I'd like to include > (like, an acpi fix, also arm fixes), so I rerolled the update. > Again, please test, to make sure the late commits don't cause > regressions... > > Thanx and enjoy, > Juergen > It has been successfully build and works fine for me, tested under 6.2 and 7-current. Thanks you. -- matthieu morel From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 13:23:53 2007 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 8A91916A420 for ; Fri, 3 Aug 2007 13:23:53 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 47ED913C442 for ; Fri, 3 Aug 2007 13:23:53 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 5033B1CC68; Fri, 3 Aug 2007 06:38:16 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-ports@freebsd.org Date: Fri, 3 Aug 2007 06:38:15 -0700 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708030638.15688.david@vizion2000.net> Subject: Portupgrade sqlite fail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 13:23:53 -0000 Hi On: 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:15:57 UTC 2006 root@bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 I have the following failure: /usr/local/bin/libtool --mode=link --tag=CC cc -O2 -fno-strict-aliasing -pipe -DSQLITE_ENABLE_FTS2 -I. -I./src -DNDEBUG -I/usr/local/include/tcl8.4 -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=1 -I/usr/include/readline -pthread \ -o sqlite3 ./src/shell.c libsqlite3.la \ -lreadline -lreadline -lm cc -O2 -fno-strict-aliasing -pipe -DSQLITE_ENABLE_FTS2 -I. -I./src -DNDEBUG -I/usr/local/include/tcl8.4 -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=1 -I/usr/include/readline -pthread -o .libs/sqlite3 ./src/shell.c ./.libs/libsqlite3.so -pthread -lreadline -lm -Wl,--rpath -Wl,/usr/local/lib ./.libs/libsqlite3.so: undefined reference to `sqlite3Fts2InitHashTable' gmake: *** [sqlite3] Error 1 *** Error code 2 Stop in /usr/ports/databases/sqlite3. *** Error code 1 Stop in /usr/ports/databases/sqlite3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.57679.99 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=sqlite3-3.3.17 UPGRADE_PORT_VER=3.3.17 make ** Fix the problem and try again. Anyone any ideal or should I create a PR? From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 14:39:59 2007 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 31E9D16A418 for ; Fri, 3 Aug 2007 14:39:59 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC5113C457 for ; Fri, 3 Aug 2007 14:39:59 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73Edi4i089948 for ; Fri, 3 Aug 2007 14:39:44 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73EdiHO089933 for ports@FreeBSD.org; Fri, 3 Aug 2007 14:39:44 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 14:39:44 GMT From: Erwin Lansing Message-Id: <200708031439.l73EdiHO089933@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 14:39:59 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..ruby18-rdbc1-001103_1: "/a/erwin/tindex/ports/databases/ruby-rdbc1/../ruby-postgres" non-existent -- dependency list incomplete ===> databases/ruby-rdbc1 failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: arved clsung dinoex maho pav perky sat Most recent CVS update was: U databases/phppgadmin/Makefile U databases/phppgadmin/distinfo U devel/oniguruma4/Makefile U devel/oniguruma4/distinfo U games/cube/files/patch-clientextras.cpp U games/cube/files/patch-server.cpp U games/orbital_eunuchs_sniper/files/patch-target.cpp U graphics/cenon/Makefile U graphics/cenon/distinfo U x11-toolkits/vdk/files/patch-vdk-vdkclist.cc U x11-toolkits/xview/files/patch-clients+olwm+screen.c U x11-toolkits/xview/files/patch-clients+olwm+slave.c U x11-toolkits/xview/files/patch-clients+olwm+winframe.c U x11-toolkits/xview/files/patch-clients+olwmslave+helpwin.c From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 14:42:19 2007 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 A0D8D16A419 for ; Fri, 3 Aug 2007 14:42:19 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 1EED213C4A3 for ; Fri, 3 Aug 2007 14:42:18 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.1/8.14.1) with ESMTP id l73EgIjC005022; Fri, 3 Aug 2007 18:42:18 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Fri, 3 Aug 2007 18:42:18 +0400 (MSD) From: Dmitry Morozovsky To: clsung@FreeBSD.org Message-ID: <20070803184038.B4760@woozle.rinet.ru> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Fri, 03 Aug 2007 18:42:18 +0400 (MSD) Cc: ports@FreeBSD.org Subject: ruby-postgres leftover: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 14:42:19 -0000 Hi there, the following patch seems to be applied. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-rdbc1/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 11 Nov 2005 01:17:24 -0000 1.5 +++ Makefile 3 Aug 2007 14:40:11 -0000 @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ruby Database Connectivity -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../rubygem-postgres USE_RUBY= yes There are also files which contains old portname: marck@test:/var/release/i386/usr/ports> grep -Rl ruby-postgres . ./MOVED ./databases/postgresql73-server/files/pkg-message-client.in ./databases/postgresql74-server/files/pkg-message-client.in ./databases/postgresql80-server/files/pkg-message-client.in ./databases/postgresql81-server/files/pkg-message-client.in ./databases/postgresql82-server/files/pkg-message-client.in ./databases/ruby-dbd_pg/Makefile ./databases/ruby-rdbc1/Makefile~ ./databases/rubygem-activerecord/Makefile ./databases/rubygem-postgres/Makefile ./databases/rubygem-postgres/distinfo ./databases/rubygem-postgres/pkg-plist Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 15:15:52 2007 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 27FBE16A41B for ; Fri, 3 Aug 2007 15:15:52 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out13.ilk.de [194.121.104.13]) by mx1.freebsd.org (Postfix) with ESMTP id 9CFA113C469 for ; Fri, 3 Aug 2007 15:15:51 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool36.ka.ilk.net [212.86.194.36]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id l73FFmQ1013680; Fri, 3 Aug 2007 17:15:49 +0200 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.4+Sun/8.13.4) with ESMTP id l73FCgDr024704; Fri, 3 Aug 2007 17:12:47 +0200 (CEST) Message-ID: <46B3473D.5010506@smo.de> Date: Fri, 03 Aug 2007 17:18:21 +0200 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070525 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: David Southwell References: <200708030638.15688.david@vizion2000.net> In-Reply-To: <200708030638.15688.david@vizion2000.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Portupgrade sqlite fail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 15:15:52 -0000 David Southwell wrote: [snipped] > Anyone any ideal or should I create a PR? Using portupgrade to update the port was fine for me (yesterday...). However, I was able to reproduce it with a install from scratch (--> portinstall sqlite3). Ports-tree is from yesterday ~12:00 CEST. This is on: 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jul 24 12:35:26 CEST 2007 pj@herdubreid.xyz.de:/usr/obj/usr/src/sys/HERDUBREIDKERNEL i386 HTH, Philipp P.S.: This is just a "me too" -- I don't use this port myself (has been deinstalled because of some "tidying up"...) -- www.familie-ost.info/~pj From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 15:39:50 2007 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 1B9F516A417 for ; Fri, 3 Aug 2007 15:39:50 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id E810C13C4D0 for ; Fri, 3 Aug 2007 15:39:49 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73FdZlV009016 for ; Fri, 3 Aug 2007 15:39:35 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73FdZdx009007 for ports@FreeBSD.org; Fri, 3 Aug 2007 15:39:35 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 15:39:35 GMT From: Erwin Lansing Message-Id: <200708031539.l73FdZdx009007@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:39:50 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..ruby18-rdbc1-001103_1: "/a/erwin/tindex/ports/databases/ruby-rdbc1/../ruby-postgres" non-existent -- dependency list incomplete ===> databases/ruby-rdbc1 failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: arved clsung dinoex maho pav perky sat Most recent CVS update was: U devel/eboxy/files/patch-eboxy::basewidgets::variant.cpp U graphics/gtkfig/files/patch-src::main.cc U print/xmbibtex/files/patch-c_refform.cc U print/xmbibtex/files/patch-refman.cc U textproc/skim/Makefile From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 15:47:11 2007 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 04C7C16A46E for ; Fri, 3 Aug 2007 15:47:11 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECB713C459 for ; Fri, 3 Aug 2007 15:47:10 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so535790uge for ; Fri, 03 Aug 2007 08:47:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=fWKMPGucgCQ+CxnbZCOq72mv7vVEwuKAzmFus33idD3YrSfdwBRBEK9tEuVQlVPb6CxXPp/DGeyPX+6807W6+itT79pv2sNRFotrLDggNl4xmh0G7cWJLoNPuXDQR7AhPKhUctf5F6sLaWORzjB5WvpwSUB1TmC0I2llQp5A7/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=cvQv+s+CJDou8lOD/7AJzKO6puXjkj/NS2H52BE9WMBJTeCFgKxaDpJ8nX4Bynu6zgH4EOAQKVfSItbjR5ofgSk1WqQ6Uof7J7w3mkhnzjp/xt5zbvL6qjQBfk5LRBDaEYXc2KtUjE5SK852L+MaRQrgJV7/0OqcWomlWRjvMCI= Received: by 10.67.15.17 with SMTP id s17mr2989497ugi.1186156029430; Fri, 03 Aug 2007 08:47:09 -0700 (PDT) Received: from ?192.168.1.6? ( [80.213.243.231]) by mx.google.com with ESMTPS id y34sm6588970iky.2007.08.03.08.47.08 (version=SSLv3 cipher=RC4-MD5); Fri, 03 Aug 2007 08:47:08 -0700 (PDT) From: Roberth =?ISO-8859-1?Q?Sjon=F8y?= To: danfe@FreeBSD.org Content-Type: text/plain Date: Fri, 03 Aug 2007 17:47:09 +0200 Message-Id: <1186156029.8113.0.camel@Magda> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: nvidia-driver-1.0.9746_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:47:11 -0000 Hello, could you please update this port to the latest version? Regards, Roberth. From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 16:00:29 2007 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 56D7D16A417 for ; Fri, 3 Aug 2007 16:00:29 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 2AEE113C4D1 for ; Fri, 3 Aug 2007 16:00:29 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id AB831654A6 for ; Fri, 3 Aug 2007 11:00:25 -0500 (CDT) Date: Fri, 03 Aug 2007 11:00:25 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <7CBDEA447D8ACF8EF8AA7C37@utd59514.utdallas.edu> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========88F4DF826AD1C02707A4==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make: cannot open Makefile? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 16:00:29 -0000 --==========88F4DF826AD1C02707A4========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm working on a new port. I cvsup every night, so my ports tree is up to=20 date. I'm getting this error, which seems to indicate that the ports=20 system is trying to find a Makefile that doesn't exists in WRKSRC. make install PREFIX=3D/var/tmp/$(make -V PORTNAME) =3D=3D=3D> Extracting for afterglow-1.5 =3D> MD5 Checksum OK for afterglow-1.5.tar.gz. =3D> SHA256 Checksum OK for afterglow-1.5.tar.gz. =3D=3D=3D> afterglow-1.5 depends on file: /usr/local/sbin/pkg_info - = found =3D=3D=3D> Patching for afterglow-1.5 =3D=3D=3D> Configuring for afterglow-1.5 =3D=3D=3D> Installing for afterglow-1.5 =3D=3D=3D> afterglow-1.5 depends on executable in : dot - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if security/afterglow already installed make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/security/afterglow. Here's the entire Makefile for the port: less Makefile # New ports collection makefile for: afterglow # Date created: 1 Aug 2007 # Whom: pauls # # $FreeBSD$ # PORTNAME=3D afterglow PORTVERSION=3D 1.5 CATEGORIES=3D security graphics MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3D afterglow MAINTAINER=3D pauls@utdallas.edu COMMENT=3D A collection of graph-generating scripts RUN_DEPENDS=3D dot:${PORTSDIR}/graphics/graphviz NO_BUILD=3D yes WRKSRC=3D ${WRKDIR}/${PORTNAME} post-install: ${MKDIR} ${DATADIR} ${MKDIR} ${DATADIR}/data ${MKDIR} ${DATADIR}/database ${MKDIR} ${DATADIR}/graph ${MKDIR} ${DATADIR}/parsers (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data) (cd ${WRKSRC}/src/perl/database/ && ${COPYTREE_SHARE} \*=20 ${DATADIR}/database "! -name *.pl") (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \*=20 ${DATADIR}/graph "! -name *,pl") (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \*=20 ${DATADIR}/parsers "! -name *.pl") (cd ${WRKSRC}/src/perl/database/ && ${INSTALL_SCRIPT} \*.pl=20 ${DATADIR}/database) (cd ${WRKSRC}/src/perl/graph/ && ${INSTALL_SCRIPT} \*.pl=20 ${DATADIR}/graph) (cd ${WRKSRC}/src/perl/parsers/ && ${INSTALL_SCRIPT} \*.pl=20 ${DATADIR}/parsers) .include As you can see, I've included NO_BUILD=3D yes. So what's causing this = error? --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========88F4DF826AD1C02707A4==========-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 16:07:08 2007 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 B2F2716A418 for ; Fri, 3 Aug 2007 16:07:08 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 491DD13C4CE for ; Fri, 3 Aug 2007 16:07:06 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l73G6vnl001558 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Aug 2007 20:07:03 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l73G6vuH001557; Fri, 3 Aug 2007 20:06:57 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Fri, 3 Aug 2007 20:06:57 +0400 From: Yuri Pankov To: Paul Schmehl Message-ID: <20070803160657.GA1313@darklight.org.ru> References: <7CBDEA447D8ACF8EF8AA7C37@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <7CBDEA447D8ACF8EF8AA7C37@utd59514.utdallas.edu> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Fri, 03 Aug 2007 20:07:03 +0400 (MSD) Cc: FreeBSD Ports Subject: Re: make: cannot open Makefile? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 16:07:08 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 03, 2007 at 11:00:25AM -0500, Paul Schmehl wrote: > I'm working on a new port. I cvsup every night, so my ports tree is up t= o=20 > date. I'm getting this error, which seems to indicate that the ports=20 > system is trying to find a Makefile that doesn't exists in WRKSRC. > > make install PREFIX=3D/var/tmp/$(make -V PORTNAME) > =3D=3D=3D> Extracting for afterglow-1.5 > =3D> MD5 Checksum OK for afterglow-1.5.tar.gz. > =3D> SHA256 Checksum OK for afterglow-1.5.tar.gz. > =3D=3D=3D> afterglow-1.5 depends on file: /usr/local/sbin/pkg_info - fo= und > =3D=3D=3D> Patching for afterglow-1.5 > =3D=3D=3D> Configuring for afterglow-1.5 > =3D=3D=3D> Installing for afterglow-1.5 > =3D=3D=3D> afterglow-1.5 depends on executable in : dot - found > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Checking if security/afterglow already installed > make: cannot open Makefile. > *** Error code 2 > > Stop in /usr/ports/security/afterglow. > > Here's the entire Makefile for the port: > > less Makefile > # New ports collection makefile for: afterglow > # Date created: 1 Aug 2007 > # Whom: pauls > # > # $FreeBSD$ > # > > PORTNAME=3D afterglow > PORTVERSION=3D 1.5 > CATEGORIES=3D security graphics > MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR=3D afterglow > > MAINTAINER=3D pauls@utdallas.edu > COMMENT=3D A collection of graph-generating scripts > > RUN_DEPENDS=3D dot:${PORTSDIR}/graphics/graphviz > > NO_BUILD=3D yes > > WRKSRC=3D ${WRKDIR}/${PORTNAME} > > post-install: > ${MKDIR} ${DATADIR} > ${MKDIR} ${DATADIR}/data > ${MKDIR} ${DATADIR}/database > ${MKDIR} ${DATADIR}/graph > ${MKDIR} ${DATADIR}/parsers > (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data) > (cd ${WRKSRC}/src/perl/database/ && ${COPYTREE_SHARE} \*=20 > ${DATADIR}/database "! -name *.pl") > (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \*=20 > ${DATADIR}/graph "! -name *,pl") > (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \*=20 > ${DATADIR}/parsers "! -name *.pl") > (cd ${WRKSRC}/src/perl/database/ && ${INSTALL_SCRIPT} \*.pl=20 > ${DATADIR}/database) > (cd ${WRKSRC}/src/perl/graph/ && ${INSTALL_SCRIPT} \*.pl=20 > ${DATADIR}/graph) > (cd ${WRKSRC}/src/perl/parsers/ && ${INSTALL_SCRIPT} \*.pl=20 > ${DATADIR}/parsers) > > .include > > As you can see, I've included NO_BUILD=3D yes. So what's causing this er= ror? > > --=20 > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ I guess you need do-install target and not post-install. HTH, Yuri --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGs1KZeoAklVFrLdgRAitQAJ9UyNK63luxEfVHPhRHuXYISXmOIwCZAT0X haphwiA9r8ZpsbOPI/Gzpz8= =gRC6 -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 16:11:20 2007 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 3403616A418 for ; Fri, 3 Aug 2007 16:11:20 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 0862A13C468 for ; Fri, 3 Aug 2007 16:11:19 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 2E288654A6 for ; Fri, 3 Aug 2007 11:11:19 -0500 (CDT) Date: Fri, 03 Aug 2007 11:11:18 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <521EC09439F3524B031BB91F@utd59514.utdallas.edu> In-Reply-To: <20070803160657.GA1313@darklight.org.ru> References: <7CBDEA447D8ACF8EF8AA7C37@utd59514.utdallas.edu> <20070803160657.GA1313@darklight.org.ru> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========1288FB790F6C908C847A==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: make: cannot open Makefile? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 16:11:20 -0000 --==========1288FB790F6C908C847A========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Friday, August 03, 2007 20:06:57 +0400 Yuri Pankov=20 wrote: > On Fri, Aug 03, 2007 at 11:00:25AM -0500, Paul Schmehl wrote: >> I'm working on a new port. I cvsup every night, so my ports tree is up >> to date. I'm getting this error, which seems to indicate that the >> ports system is trying to find a Makefile that doesn't exists in = WRKSRC. >> >> make install PREFIX=3D/var/tmp/$(make -V PORTNAME) >> =3D=3D=3D> Extracting for afterglow-1.5 >> =3D> MD5 Checksum OK for afterglow-1.5.tar.gz. >> =3D> SHA256 Checksum OK for afterglow-1.5.tar.gz. >> =3D=3D=3D> afterglow-1.5 depends on file: /usr/local/sbin/pkg_info - = found >> =3D=3D=3D> Patching for afterglow-1.5 >> =3D=3D=3D> Configuring for afterglow-1.5 >> =3D=3D=3D> Installing for afterglow-1.5 >> =3D=3D=3D> afterglow-1.5 depends on executable in : dot - found >> =3D=3D=3D> Generating temporary packing list >> =3D=3D=3D> Checking if security/afterglow already installed >> make: cannot open Makefile. >> *** Error code 2 >> >> Stop in /usr/ports/security/afterglow. >> >> Here's the entire Makefile for the port: >> >> less Makefile >> # New ports collection makefile for: afterglow >> # Date created: 1 Aug 2007 >> # Whom: pauls >> # >> # $FreeBSD$ >> # >> >> PORTNAME=3D afterglow >> PORTVERSION=3D 1.5 >> CATEGORIES=3D security graphics >> MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} >> MASTER_SITE_SUBDIR=3D afterglow >> >> MAINTAINER=3D pauls@utdallas.edu >> COMMENT=3D A collection of graph-generating scripts >> >> RUN_DEPENDS=3D dot:${PORTSDIR}/graphics/graphviz >> >> NO_BUILD=3D yes >> >> WRKSRC=3D ${WRKDIR}/${PORTNAME} >> >> post-install: >> ${MKDIR} ${DATADIR} >> ${MKDIR} ${DATADIR}/data >> ${MKDIR} ${DATADIR}/database >> ${MKDIR} ${DATADIR}/graph >> ${MKDIR} ${DATADIR}/parsers >> (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}/data) >> (cd ${WRKSRC}/src/perl/database/ && ${COPYTREE_SHARE} \* >> ${DATADIR}/database "! -name *.pl") >> (cd ${WRKSRC}/src/perl/graph/ && ${COPYTREE_SHARE} \* >> ${DATADIR}/graph "! -name *,pl") >> (cd ${WRKSRC}/src/perl/parsers/ && ${COPYTREE_SHARE} \* >> ${DATADIR}/parsers "! -name *.pl") >> (cd ${WRKSRC}/src/perl/database/ && ${INSTALL_SCRIPT} \*.pl >> ${DATADIR}/database) >> (cd ${WRKSRC}/src/perl/graph/ && ${INSTALL_SCRIPT} \*.pl >> ${DATADIR}/graph) >> (cd ${WRKSRC}/src/perl/parsers/ && ${INSTALL_SCRIPT} \*.pl >> ${DATADIR}/parsers) >> >> .include >> >> As you can see, I've included NO_BUILD=3D yes. So what's causing this >> error? >> >> -- >> Paul Schmehl (pauls@utdallas.edu) >> Senior Information Security Analyst >> The University of Texas at Dallas >> http://www.utdallas.edu/ir/security/ > > I guess you need do-install target and not post-install. > You "guess" right. Thanks. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========1288FB790F6C908C847A==========-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 16:45:45 2007 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 0CA9416A417 for ; Fri, 3 Aug 2007 16:45:45 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id DE1A313C468 for ; Fri, 3 Aug 2007 16:45:44 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73GjU5Z090625 for ; Fri, 3 Aug 2007 16:45:30 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73GjTjO090616 for ports@FreeBSD.org; Fri, 3 Aug 2007 16:45:29 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 16:45:29 GMT From: Erwin Lansing Message-Id: <200708031645.l73GjTjO090616@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:45:45 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..ruby18-rdbc1-001103_1: "/a/erwin/tindex/ports/databases/ruby-rdbc1/../ruby-postgres" non-existent -- dependency list incomplete ===> databases/ruby-rdbc1 failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: ahze arved clsung dinoex maho pav perky rafan sat Most recent CVS update was: U multimedia/gstreamer/Makefile U multimedia/gstreamer/distinfo U multimedia/gstreamer/pkg-plist U sysutils/mono-kmod/Makefile From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 18:00:54 2007 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 5F76116A418 for ; Fri, 3 Aug 2007 18:00:54 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1D413C46B for ; Fri, 3 Aug 2007 18:00:54 +0000 (UTC) (envelope-from erwin@freebsd.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.1/8.14.1) with ESMTP id l73I0dXa028518 for ; Fri, 3 Aug 2007 18:00:39 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.1/8.14.1/Submit) id l73I0dd7028501 for ports@FreeBSD.org; Fri, 3 Aug 2007 18:00:39 GMT (envelope-from erwin) Date: Fri, 3 Aug 2007 18:00:39 GMT From: Erwin Lansing Message-Id: <200708031800.l73I0dd7028501@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 18:00:54 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 18:06:42 2007 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 DC62616A419 for ; Fri, 3 Aug 2007 18:06:42 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id A6A5313C480 for ; Fri, 3 Aug 2007 18:06:42 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from 98.79.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.79.98]) by smtp.vzavenue.net with ESMTP; 03 Aug 2007 13:36:37 -0400 X-REPUTATION: -3.0 X-REMOTE-IP: 66.171.79.98 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmYmAJgEs0ZCq09iRmdsb2JhbACOBgEBATUB X-IronPort-AV: i="4.19,218,1183348800"; d="asc'?scan'208"; a="161539150:sNHT30176973" Received: from linwhf.opal.com (localhost [127.0.0.1]) (authenticated bits=0) by homobox.opal.com (8.13.8/8.13.8) with ESMTP id l73HabK7064407 for ; Fri, 3 Aug 2007 13:36:37 -0400 (EDT) (envelope-from fbsd@opal.com) Received: from linwhf.opal.com ([192.168.3.65] helo=linwhf.opal.com) by ASSP-nospam; 3 Aug 2007 13:36:37 -0400 Date: Fri, 3 Aug 2007 13:36:31 -0400 From: "J.R. Oldroyd" To: freebsd-ports@freebsd.org Message-ID: <20070803133631.79c27d45@linwhf.opal.com> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_WfVHSRjLA..gAq3AjTvLoDl; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: mail/assp updated to 1.3.3, prelim version available X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 18:06:42 -0000 --Sig_WfVHSRjLA..gAq3AjTvLoDl Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I have updated the mail/assp port to 1.3.3. A preliminary version of the port update is available here: http://opal.com/jr/freebsd/ports/mail/assp/ Anyone able to test, please do so and send me comments by email. I will submit for committing in a week or so's time unless problems are unearthed. -jr --Sig_WfVHSRjLA..gAq3AjTvLoDl Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iQDVAwUBRrNnoEkkqUax7f6FAQJpxgYAlJ6TufWA08i4VGVUvaFWkTL7oeCrE5ph g8WOUimzcWD51xMD28JWvmFIR8Y/NKSAvy+T+ujE7ijpE8GZ9jdxffZHQpPCiZlc DU1de7Kqz42Xezo2T13TSHDorDqX0nH3fJnxxsz1CR+fmH/Vu+RtOL+f487Qdnnu qKiu3WgXJdn3srQy9xSi9dWV7tKaxbOSHPFfi6k6xXMMKiSP0e0oE6+8qbfvfu4+ Xg24r+rhSB01XaPaY0YadmUc0RvWrisn =nwwX -----END PGP SIGNATURE----- --Sig_WfVHSRjLA..gAq3AjTvLoDl-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 21:50:13 2007 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 ADF7E16A419 for ; Fri, 3 Aug 2007 21:50:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 1794713C46A for ; Fri, 3 Aug 2007 21:50:12 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.174]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l73LTxGb095507 for ; Sat, 4 Aug 2007 01:30:10 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l73LUFVs001717; Sat, 4 Aug 2007 01:30:15 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: freebsd-ports@freebsd.org From: Boris Samorodov Date: Sat, 04 Aug 2007 01:30:05 +0400 Message-ID: <52921778@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 21:50:13 -0000 Hi! Seems that running ldconfig while building a package at package cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] To be more specific I'm interested at linux ports. ATM we run linux ldconfig (using linuxulator) _at package building_. Hence to create a package for FC6 port we should change compat.linux.osrelease (which I don't like and try to avoid). If the "ldconfig" stage may be skipped when PACKAGE_BUILDING is defined then things get way too easier both for default kernel linux.osrelease and default linux_base port change. What do you think? [1] Actually, I see only one reason to run it -- to test if it runs. ;-) WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 21:58:54 2007 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 B8FD616A417 for ; Fri, 3 Aug 2007 21:58:54 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 53FEC13C469 for ; Fri, 3 Aug 2007 21:58:54 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (rb5dg130.net.upc.cz [89.176.238.130]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id l73LwmQI090369 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 3 Aug 2007 23:58:50 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Boris Samorodov In-Reply-To: <52921778@bsam.ru> References: <52921778@bsam.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-86zssniejXQeewz0vPHL" Date: Fri, 03 Aug 2007 23:58:47 +0200 Message-Id: <1186178328.46188.2.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Spam-Score: -1.752 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.62 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 89.176.238.130; Sender-helo: [192.168.0.23]; ) Cc: freebsd-ports@FreeBSD.org Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 21:58:54 -0000 --=-86zssniejXQeewz0vPHL Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Boris Samorodov p=ED=B9e v so 04. 08. 2007 v 01:30 +0400: > Seems that running ldconfig while building a package at package > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] >=20 > To be more specific I'm interested at linux ports. ATM we run linux > ldconfig (using linuxulator) _at package building_. Hence to create a > package for FC6 port we should change compat.linux.osrelease (which I > don't like and try to avoid). If the "ldconfig" stage may be skipped > when PACKAGE_BUILDING is defined then things get way too easier both > for default kernel linux.osrelease and default linux_base port change. I don't follow - what is the problem? --=20 Pav Lucistnik Said Helvetica Narrow to Helvetica Bold: "Hey, you're just my type." --=-86zssniejXQeewz0vPHL Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGs6UUntdYP8FOsoIRAtiPAJwJtmu/h3FwVUEXB8iElGGdrTsIrQCdGN9L TzgquRC6fA4DvMusi1gFCuc= =6x9W -----END PGP SIGNATURE----- --=-86zssniejXQeewz0vPHL-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 22:10:14 2007 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 35DDF16A46B; Fri, 3 Aug 2007 22:10:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 93A1513C442; Fri, 3 Aug 2007 22:10:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.174]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l73M9qRB099231; Sat, 4 Aug 2007 02:10:03 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l73MA9O8001944; Sat, 4 Aug 2007 02:10:09 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: pav@FreeBSD.org References: <52921778@bsam.ru> <1186178328.46188.2.camel@ikaros.oook.cz> From: Boris Samorodov Date: Sat, 04 Aug 2007 02:09:47 +0400 In-Reply-To: <1186178328.46188.2.camel@ikaros.oook.cz> (Pav Lucistnik's message of "Fri\, 03 Aug 2007 23\:58\:47 +0200") Message-ID: <86849396@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@FreeBSD.org Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 22:10:14 -0000 On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > Boris Samorodov p=C3=AD=C5=A1e v so 04. 08. 2007 v 01:30 +0400: > > Seems that running ldconfig while building a package at package > > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] > >=20 > > To be more specific I'm interested at linux ports. ATM we run linux > > ldconfig (using linuxulator) _at package building_. Hence to create a > > package for FC6 port we should change compat.linux.osrelease (which I > > don't like and try to avoid). If the "ldconfig" stage may be skipped > > when PACKAGE_BUILDING is defined then things get way too easier both > > for default kernel linux.osrelease and default linux_base port change. > I don't follow - what is the problem? An FC6 port can't be build (and more specific -- linux-fc6 ldconfig doesn't run) with current default compat.linux.osrelease=3D2.4.2. So this sysctl should be changed to 2.6.16 for package building sake. When the default compat.linux.osrelease will be switched to 2.6.16 we will get the other way round problem if we try to build and FC4 port. I don't like the status quo and want to find a way to siplify it. WBR --=20 bsam From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 22:44:34 2007 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 3123E16A41F for ; Fri, 3 Aug 2007 22:44:34 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0565813C46A for ; Fri, 3 Aug 2007 22:44:33 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1777413pye for ; Fri, 03 Aug 2007 15:44:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CQiL0g1aQSr8w33/LHovZcm/Aur+JIBpndBZox+TFlam5dRbfcDiWVk8WMSWK3LnehlJli6r1p4N4iueQfpvmCZIi3rStHUzPtQf0fEm/bKXFUviHmkvzp+4T65sMeT/GvBpS4eUIUCMvUTx1LshqEDfVzbrs2AC1GASEDCjUWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GPkMIMhKf4YNwdlh8x9N5owCiGWmWHRs2uHXwVprYX8lBej+tNU2b/zF9XkmkuBJG+WNvb2Ytw8IcGJ4LiwplOCVQVQJIpC4E8QTrBPZBB1BrzDqJwRQqy9NyCc67js47e7RM3M1qhWy4gqlcYY99ecqKhePh2sDmtiC3rOqzfQ= Received: by 10.65.61.5 with SMTP id o5mr5966545qbk.1186179538797; Fri, 03 Aug 2007 15:18:58 -0700 (PDT) Received: by 10.64.199.15 with HTTP; Fri, 3 Aug 2007 15:18:58 -0700 (PDT) Message-ID: <8b4c81f0708031518m3ea4f567w70d33f039d2cb420@mail.gmail.com> Date: Fri, 3 Aug 2007 19:18:58 -0300 From: "Henry Lenzi" To: "Mike Holownych" In-Reply-To: <031c01c7d5b6$59a38000$0cea8000$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <031c01c7d5b6$59a38000$0cea8000$@com> Cc: ports@freebsd.org Subject: Re: Stop in /usr/ports/graphics/jasper X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 22:44:34 -0000 I am also getting similiiar errors with Jasper. Something is wrong Henry From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 23:30:28 2007 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 2EBE916A417 for ; Fri, 3 Aug 2007 23:30:28 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id CC67C13C45B for ; Fri, 3 Aug 2007 23:30:27 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1791365pye for ; Fri, 03 Aug 2007 16:30:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T10H6lrOQlsFwnwPGSHRDImZKOmmSif60V8tymmv0yztLYQ/QyVvRXPM5OzwfUwesiCJKxFnWG9yCZfilwYMFBWzNqoD8MmG11mqv/+Jva9++D4YhYaw6Rh5v/SdzkS15IebXHjF9Wtj/8lMQ5oWFAWHeJchcvto9uafdCbw26k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gG4KTTtrQK6dPYvm1MZsCkymEEGkO5G/dDJfQXdHRC4QhsdycwEOXmz8PD1mEPXtIkHUDYUYwh1Is5YT9rUAM4xT2KzIe+lY623CcWJKk2k04rtLaUEKFw9RcHoRqtSH0Tw/jQIMQugXGroOJnJf7v+B/xNXxEBhrjdQc5Du2mk= Received: by 10.65.51.4 with SMTP id d4mr5991262qbk.1186182250896; Fri, 03 Aug 2007 16:04:10 -0700 (PDT) Received: by 10.64.199.15 with HTTP; Fri, 3 Aug 2007 16:04:10 -0700 (PDT) Message-ID: <8b4c81f0708031604h5c65bfddmb16dba091865fd22@mail.gmail.com> Date: Fri, 3 Aug 2007 20:04:10 -0300 From: "Henry Lenzi" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Jasper - error - jasper-1.900.1_5 has no origin recorded X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 03 Aug 2007 23:30:28 -0000 Gents/Dames-- I am in the middle of performing some updates. I ran into a wall. Apparenly, jasper is the offender. Here's the output of pkw_info: jakarta-commons-lang-2.1 Jakarta library with helper utilities for the java.lang API jasper-1.900.1_5 ??? javavmwrapper-2.3 Wrapper script for various Java Virtual Machines jasper is required by this package: ImageMagick (which was recently updated= ). pkg_delete: package 'jasper-1.900.1_5' is required by these other packages and may not be deinstalled: ImageMagick-6.2.8.5 Here's a session of trying to update jasper Script started on Fri Aug 3 17:33:48 2007 agora# cd /usr/ports/graphics/jasper && make deinstall =3D=3D=3D> Deinstalling for graphics/jasper pkg_info: package jasper-1.900.1_5 has no origin recorded =3D=3D=3D> jasper not installed, skipping agora# pkgdb -F ---> Checking the package registry database Missing origin: bsdpan-Convert-yEnc-1.02 -> Ignored. (the package is held; specify -f to force) Missing origin: bsdpan-TermReadKey-2.30 -> Ignored. (the package is held; specify -f to force) Missing origin: jasper-1.900.1_5 Skip this for now? [yes] To skip it without asking in future, please list it in HOLD_PKGS. Stale origin: 'x11/xorg-manpages': perhaps moved or obsoleted. -> The port 'x11/xorg-manpages' was removed on because: =09"X.org manual pages are now installed with every single port" -> Hint: xorg-manpages-6.9.0 is required by the following package(s): =09xorg-6.9.0 -> Hint: checking for overwritten files... -> No files installed by xorg-manpages-6.9.0 have been overwritten by other packages. Deinstall xorg-manpages-6.9.0 ? [no] Duplicated origin: multimedia/gstreamer - gstreamer-0.10.11 gstreamer80-0.8= .12_2 Unregister any of them? [no] Duplicated origin: x11-fonts/encodings - encodings-1.0.2,1 xorg-fonts-encodings-6.9.0_1 Unregister any of them? [no] Stale dependency: GraphicsMagick-1.1.7 -> libGLU-7.0 (graphics/libGLU): libGL-7.0 (score:35%) ? ([y]es/[n]o/[a]ll) [no] Install stale dependency? ([y]es/[n]o/[a]ll) [yes] [Gathering depends for graphics/libGLU ...........................................................................= ...........................................................................= ...........................................................................= ..................................................................... done] ---> Installing 'libGLU-7.0' from a port (graphics/libGLU) ---> Building '/usr/ports/graphics/libGLU' =3D=3D=3D> Cleaning for libGLU-7.0 =3D=3D=3D> Extracting for libGLU-7.0 =3D> MD5 Checksum OK for MesaLib-7.0.tar.bz2. =3D> SHA256 Checksum OK for MesaLib-7.0.tar.bz2. =3D=3D=3D> Patching for libGLU-7.0 =3D=3D=3D> Applying FreeBSD patches for libGLU-7.0 /bin/cp /usr/ports/graphics/libGLU/files/config /usr/ports/graphics/libGLU/work/Mesa-7.0/configs/current =3D=3D=3D> libGLU-7.0 depends on file: /usr/local/libdata/xorg/libraries = - not found =3D=3D=3D> Verifying install for /usr/local/libdata/xorg/libraries in /usr/ports/x11/xorg-libraries /usr/X11R6 exists, but it is not a symlink. Installation cannot proceed. This looks like an incompletely removed old version of X. In the current version, /usr/X11R6 must be a symlink if it exists at all.Please read /usr/ports/UPDATING (entry of 20070519) for the procedure to upgrade X.org related ports.*** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/graphics/libGLU. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.16278.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) =09! graphics/libGLU=09(unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Command failed [exit code 1]: /usr/local/sbin/portinstall graphics/libGLU agora# cd /usr/ports/graphics/GraphicsMagick/ && make deinstall >& GMERROR agora# cat GMERROR =3D=3D=3D> Deinstalling for graphics/GraphicsMagick pkg_info: package jasper-1.900.1_5 has no origin recorded =3D=3D=3D> Deinstalling GraphicsMagick-1.1.7 pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: file '/usr/local/man/man1/GraphicsMagick++-config.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/GraphicsMagick-config.1.gz' doesn't e= xist pkg_delete: file '/usr/local/man/man1/GraphicsMagickWand-config.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/gm.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man4/miff.4.gz' doesn't exist pkg_delete: file '/usr/local/man/man5/quantize.5.gz' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagick++-config' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagick-config' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagickWand-config' doesn't exist pkg_delete: file '/usr/local/bin/gm' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++.h' doesn't exi= st pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Blob.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/CoderInfo.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Color.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Drawable.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Exception.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Geometry.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Image.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Include.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Montage.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Pixels.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/STL.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/TypeMetric.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/PreRvIcccm.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/api.h' doesn't e= xist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/attribute.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/blob.h' doesn't = exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/cache.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/cache_view.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/color.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/command.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/composite.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/compress.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/constitute.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/decorate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/delegate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/deprecate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/draw.h' doesn't = exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/effect.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/enhance.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/error.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/fx.h' doesn't ex= ist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/gem.h' doesn't e= xist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/image.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/list.h' doesn't = exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/log.h' doesn't e= xist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magic.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick_config.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick_types.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/module.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/monitor.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/montage.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/paint.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/profile.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/quantize.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/registry.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/render.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/resize.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/resource.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/shear.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/signature.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/stream.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/symbols.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/timer.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/transform.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/utility.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/version.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/widget.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/xwindow.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/drawing_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/magick_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/pixel_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/wand_api.h' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/Copyright.txt' doesn't ex= ist pkg_delete: file '/usr/local/share/GraphicsMagick/config/colors.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/delegates.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/log.mgk' doesn't e= xist pkg_delete: file '/usr/local/share/GraphicsMagick/config/magic.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/modules.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-ghostscript.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-solaris.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-windows.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type.mgk' doesn't = exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.so.1' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.so.1' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.so.0' doesn't exist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagick++.pc' doesn't exist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagick.pc' doesn't e= xist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagickWand.pc' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/ball.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/corbis.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/examples.jpg' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-125x80t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-188x120t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-282x180t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/home.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/mail.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/pdfsages.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/pngnow.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/right_triangle.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/right_triangle_option.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/index.html' doesn't e= xist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/AUTHORS.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Changelog.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Copyright.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/FAQ.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/GraphicsMagick.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-mac.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-unix.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-vms.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-windows.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/ImageMagickObject.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Blob.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.fig' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.svg' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/ChangeLog.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/CoderInfo.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Color.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Documentation.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Drawable.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Enumerations.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Exception.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/FormatCharacters.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Future.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Geometry.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Image.fig' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) agora# ^D=08=08exit Script done on Fri Aug 3 17:38:45 2007 Any ideas? TIA. Henry Lenzi From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 23:38:30 2007 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 B1A7616A417; Fri, 3 Aug 2007 23:38:30 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B3C2F13C469; Fri, 3 Aug 2007 23:38:30 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id AD5E81A4D7E; Fri, 3 Aug 2007 16:37:53 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id D628BBB84; Fri, 3 Aug 2007 19:38:29 -0400 (EDT) Date: Fri, 3 Aug 2007 19:38:29 -0400 From: Kris Kennaway To: Boris Samorodov Message-ID: <20070803233829.GA71909@rot26.obsecurity.org> References: <52921778@bsam.ru> <1186178328.46188.2.camel@ikaros.oook.cz> <86849396@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86849396@bsam.ru> User-Agent: Mutt/1.4.2.3i Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 23:38:30 -0000 On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > Boris Samorodov p????e v so 04. 08. 2007 v 01:30 +0400: > > > > Seems that running ldconfig while building a package at package > > > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] > > > > > > To be more specific I'm interested at linux ports. ATM we run linux > > > ldconfig (using linuxulator) _at package building_. Hence to create a > > > package for FC6 port we should change compat.linux.osrelease (which I > > > don't like and try to avoid). If the "ldconfig" stage may be skipped > > > when PACKAGE_BUILDING is defined then things get way too easier both > > > for default kernel linux.osrelease and default linux_base port change. > > > I don't follow - what is the problem? > > An FC6 port can't be build (and more specific -- linux-fc6 ldconfig > doesn't run) with current default compat.linux.osrelease=2.4.2. So > this sysctl should be changed to 2.6.16 for package building sake. > When the default compat.linux.osrelease will be switched to 2.6.16 we > will get the other way round problem if we try to build and FC4 port. > > I don't like the status quo and want to find a way to siplify it. That's a kernel problem, not a ldconfig problem. Kris From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 09:26:54 2007 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 D6C7F16A419 for ; Sat, 4 Aug 2007 09:26:54 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.ipv6.0x20.net [IPv6:2001:aa8:fffb::3]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA5013C46E for ; Sat, 4 Aug 2007 09:26:54 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: by mail.0x20.net (Postfix, from userid 1002) id C51483A523; Sat, 4 Aug 2007 11:26:52 +0200 (CEST) Date: Sat, 4 Aug 2007 11:26:52 +0200 From: Lars Engels To: David Yeske Message-ID: <20070804092652.GR32579@e.0x20.net> References: <41EE5293.9060501@gdi.cz> <85bdae4e0708010928n565a3b22ndff942e7e57d603@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WChQLJJJfbwij+9x" Content-Disposition: inline In-Reply-To: <85bdae4e0708010928n565a3b22ndff942e7e57d603@mail.gmail.com> X-Editor: VIM - Vi IMproved 7.0 X-Operation-System: FreeBSD 5.5-RELEASE User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: ports@freebsd.org, Jan Marek Subject: Re: FreeBSD Port: mrxvt-0.3.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lars Engels List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 09:26:54 -0000 --WChQLJJJfbwij+9x Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 01, 2007 at 12:28:36PM -0400, David Yeske wrote: > I will look into this. Thank you for informing me of this. >=20 > On 1/19/05, Jan Marek wrote: > > Hello, > > sorry for disturbing, but do You plan to add more updated version of > > this terminal ? I think there's version 0.3.14 available for linux which > > allows to customize keybindigs, that miss so much in this version. > > Thx for Your answer > > > > Jan Marek You can also try x11/mrxvt-devel, which is at version 0.5.2. Lars --WChQLJJJfbwij+9x Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGtEZcKc512sD3afgRAtvAAJ9TgGvOH0UewyGxCYYiXPtGCQaFVQCfTatT Mex33p61NM1eEXX8vA5dBl4= =60T8 -----END PGP SIGNATURE----- --WChQLJJJfbwij+9x-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 11:21:06 2007 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 A415716A418; Sat, 4 Aug 2007 11:21:06 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 2922013C45A; Sat, 4 Aug 2007 11:21:05 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.71]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l74BKdSV088415; Sat, 4 Aug 2007 15:20:50 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l74BKnMC001390; Sat, 4 Aug 2007 15:20:49 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: Kris Kennaway References: <52921778@bsam.ru> <1186178328.46188.2.camel@ikaros.oook.cz> <86849396@bsam.ru> <20070803233829.GA71909@rot26.obsecurity.org> From: Boris Samorodov Date: Sat, 04 Aug 2007 15:20:49 +0400 In-Reply-To: <20070803233829.GA71909@rot26.obsecurity.org> (Kris Kennaway's message of "Fri\, 3 Aug 2007 19\:38\:29 -0400") Message-ID: <20756398@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 11:21:06 -0000 On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > > Boris Samorodov p????e v so 04. 08. 2007 v 01:30 +0400: > > > > > > Seems that running ldconfig while building a package at package > > > > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] > > > > > > > > To be more specific I'm interested at linux ports. ATM we run linux > > > > ldconfig (using linuxulator) _at package building_. Hence to create a > > > > package for FC6 port we should change compat.linux.osrelease (which I > > > > don't like and try to avoid). If the "ldconfig" stage may be skipped > > > > when PACKAGE_BUILDING is defined then things get way too easier both > > > > for default kernel linux.osrelease and default linux_base port change. > > > > > I don't follow - what is the problem? > > > > An FC6 port can't be build (and more specific -- linux-fc6 ldconfig > > doesn't run) with current default compat.linux.osrelease=2.4.2. So > > this sysctl should be changed to 2.6.16 for package building sake. > > When the default compat.linux.osrelease will be switched to 2.6.16 we > > will get the other way round problem if we try to build and FC4 port. > > > > I don't like the status quo and want to find a way to siplify it. > That's a kernel problem, not a ldconfig problem. Kris, now I don't follow. Can you explain what did you mean? WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 11:58:40 2007 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 617E616A418 for ; Sat, 4 Aug 2007 11:58:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 8409413C428 for ; Sat, 4 Aug 2007 11:58:39 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id A1C43A49D0C; Sat, 4 Aug 2007 13:43:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jqXns6kH4710; Sat, 4 Aug 2007 13:43:17 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 9953DA49D07; Sat, 4 Aug 2007 13:43:16 +0200 (CEST) Message-ID: <46B4663F.9040807@FreeBSD.org> Date: Sat, 04 Aug 2007 13:42:55 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Ports Content-Type: multipart/mixed; boundary="------------090507070402010408080609" Cc: Subject: HEADSUP: Ports DESTDIR functionality reworked X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Aug 2007 11:58:40 -0000 This is a multi-part message in MIME format. --------------090507070402010408080609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FYI, the overcomplicated and nearly useless DESTDIR functionality has been rewritten as my SoC 2007 project and the new implementation has been committed into CVS. This one does not require individual ports to be modified, so it is much simpler to use. It utilizes chroot(1) and mount_nullfs(1) to build packages for a jail. It is implemented in a new Makefile, called bsd.destdir.mk. You can refer to the header of this file if you need a documentation. At the same time, another new Makefile has been introcuded: bsd.commands.mk. All the variable definitions that cover the command line tools, e.g. MKDIR has been extracted, because it simplifies the structure of the infrastructure Makefiles and it can be reused later within the infrastructure. Thanks goes to Andrew Pantyukhin (sat@) for providing important and useful suggestions and a lot of support as my SoC mentor. Regards, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org --------------090507070402010408080609 Content-Type: message/rfc822; name="cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mkbsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mkbsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tools/scriptssecurity-check.awk.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename*0="cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk "; filename*1=" bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk"; filename*2=" bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.p"; filename*3="ython.mk bsd.ruby.mk ports/Tools/scripts security-ch"; filename*4="eck.awk.eml" Return-Path: X-Original-To: gabor@t-hosting.hu Delivered-To: gabor@t-hosting.hu Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id C5C59A49CFD for ; Sat, 4 Aug 2007 13:37:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iC+45kbxyTon for ; Sat, 4 Aug 2007 13:37:28 +0200 (CEST) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by server.t-hosting.hu (Postfix) with ESMTP id 02A9FA49CEA for ; Sat, 4 Aug 2007 13:37:27 +0200 (CEST) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id B26D67696 for ; Sat, 4 Aug 2007 11:37:26 +0000 (UTC) (envelope-from owner-ports-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 4EDAE16A4C0; Sat, 4 Aug 2007 11:37:26 +0000 (UTC) Delivered-To: gabor@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 2D7AE16A41B; Sat, 4 Aug 2007 11:37:26 +0000 (UTC) Delivered-To: ports-committers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AA9A16A417; Sat, 4 Aug 2007 11:37:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 310C213C469; Sat, 4 Aug 2007 11:37:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l74BbPYA084094; Sat, 4 Aug 2007 11:37:25 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l74BbP9F084093; Sat, 4 Aug 2007 11:37:25 GMT (envelope-from gabor) Message-Id: <200708041137.l74BbP9F084093@repoman.freebsd.org> From: Gabor Kovesdan Date: Sat, 4 Aug 2007 11:37:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tools/scripts security-check.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-ports-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG gabor 2007-08-04 11:37:24 UTC FreeBSD ports repository Modified files: . CHANGES UPDATING Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk Tools/scripts security-check.awk Added files: Mk bsd.commands.mk bsd.destdir.mk Log: - Extract command variable definitions from bsd.port.mk, they are now stored in bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Revision Changes Path 1.77 +17 -1 ports/CHANGES 1.1 +99 -0 ports/Mk/bsd.commands.mk (new) 1.1 +222 -0 ports/Mk/bsd.destdir.mk (new) 1.68 +3 -3 ports/Mk/bsd.emacs.mk 1.143 +8 -8 ports/Mk/bsd.gnome.mk 1.3 +3 -3 ports/Mk/bsd.mail.mk 1.35 +7 -7 ports/Mk/bsd.openssl.mk 1.578 +168 -450 ports/Mk/bsd.port.mk 1.71 +35 -40 ports/Mk/bsd.port.subdir.mk 1.99 +2 -2 ports/Mk/bsd.python.mk 1.163 +3 -3 ports/Mk/bsd.ruby.mk 1.3 +10 -40 ports/Tools/scripts/security-check.awk 1.532 +18 -1 ports/UPDATING --------------090507070402010408080609-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 14:25:10 2007 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 6B26316A4FF for ; Sat, 4 Aug 2007 14:25:10 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5551C13C45B for ; Sat, 4 Aug 2007 14:25:10 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1282374waf for ; Sat, 04 Aug 2007 07:25:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kCgaXidGw94Z04t36uP2T5+LHfNHhjL329ZJXKGkseFQBx12nkrPSXMEvklMlh+8V49qIq7p2EOesiajZgTEVFGvwPcMc2a3NTlM6/YmOhamoQ97P31miNFSFi6E2M/iQwjEGoJx59GgEf6A/mbizlSZrbdXZGjXY0PgQNl5YB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BTDKYg9m8Ix+0RrVEA2GJepyzgHncUUjijSra0eT0r6dZ4iBeewleoneXoOJKI2rbRa3oAw7P7Lowkk4jGhHDynffFoYwUIR5WQxV0a64GOOHZxJ8EGhwLOCDQ1M3K3ay7om1q5s0NsOOUDEF80DLInd+HWrKOhVgngCn6eS96A= Received: by 10.114.106.1 with SMTP id e1mr3983436wac.1186237509662; Sat, 04 Aug 2007 07:25:09 -0700 (PDT) Received: by 10.114.194.16 with HTTP; Sat, 4 Aug 2007 07:25:04 -0700 (PDT) Message-ID: Date: Sat, 4 Aug 2007 18:25:04 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "rjclark@mdanderson.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 108ee0da795100a4 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: rsyslog-1.17.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: Sat, 04 Aug 2007 14:25:10 -0000 On 8/2/07, rjclark@mdanderson.org wrote: > > Trying to install rsyslog from ports and getting the following error: > > net.h:72: warning: "struct sockaddr_storage" declared inside parameter list > net.h:72: warning: its scope is only this definition or declaration, which > is probably not what you want > omfwd.c: In function `doAction': > omfwd.c:571: error: `AI_NUMERICSERV' undeclared (first use in this function) > omfwd.c:571: error: (Each undeclared identifier is reported only once > omfwd.c:571: error: for each function it appears in.) > omfwd.c: In function `parseSelectorAct': > omfwd.c:854: error: `AI_NUMERICSERV' undeclared (first use in this function) > *** Error code 1 > > Stop in /usr/ports/sysutils/rsyslog/work/rsyslog-1.17.6. > *** Error code 1 > > Stop in /usr/ports/sysutils/rsyslog/work/rsyslog-1.17.6. > *** Error code 1 > > Stop in /usr/ports/sysutils/rsyslog. > > > System is FreeBSD 5.x STABLE, here is uname: > FreeBSD rjclark1.mdacc.tmc.edu 5.5-STABLE FreeBSD 5.5-STABLE #0: Fri Jul 20 > 10:08:31 CDT 2007 > rclark@rjclark1.mdacc.tmc.edu:/usr/obj/usr/src/sys/MDACC1 i386 > > Is there an issue with my system, or is something broken in the code? I'm afraid 5.x may have differences from 6.x substantial enough to break rsyslog. I'll wait for our package-building cluster and see if it can reproduce the error, but if it does, I'll probably just mark rsyslog broken on 5.x. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 14:28:02 2007 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 9551816A47B; Sat, 4 Aug 2007 14:28:02 +0000 (UTC) (envelope-from rendol@mail.zp.ua) Received: from mail.zp.ua (relay3-zp.express.net.ua [80.254.0.2]) by mx1.freebsd.org (Postfix) with ESMTP id 773EA13C4F9; Sat, 4 Aug 2007 14:27:56 +0000 (UTC) (envelope-from rendol@mail.zp.ua) Received: from mail.zp.ua (localhost [127.0.0.1]) by mail.zp.ua (Postfix) with ESMTP id 9E477FFCDAD; Sat, 4 Aug 2007 17:01:02 +0300 (EEST) Received: from [10.11.11.12] (mel.express.net.ua [80.254.3.182]) by mail.zp.ua (Postfix) with ESMTP id 6E553FFCDA5; Sat, 4 Aug 2007 17:01:02 +0300 (EEST) Date: Sat, 4 Aug 2007 17:00:52 +0300 From: Sergiy Kazakov X-Mailer: The Bat! (v3.80.06) Professional X-Priority: 3 (Normal) Message-ID: <1514791262.20070804170052@mail.zp.ua> To: ade@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: ports@FreeBSD.org Subject: FreeBSD Port: automake-1.9.6_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergiy Kazakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 14:28:02 -0000 Hello, Please check http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2031017+0+current/freebsd-ports-bugs Is this bug? -- Sincerely, Sergiy mailto:rendol@mail.zp.ua From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 16:14:31 2007 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 9653716A417; Sat, 4 Aug 2007 16:14:31 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 95B0413C442; Sat, 4 Aug 2007 16:14:31 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 963101A4D7E; Sat, 4 Aug 2007 09:13:51 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id D77D2C0F6; Sat, 4 Aug 2007 12:14:30 -0400 (EDT) Date: Sat, 4 Aug 2007 12:14:30 -0400 From: Kris Kennaway To: Boris Samorodov Message-ID: <20070804161430.GA8710@rot26.obsecurity.org> References: <52921778@bsam.ru> <1186178328.46188.2.camel@ikaros.oook.cz> <86849396@bsam.ru> <20070803233829.GA71909@rot26.obsecurity.org> <20756398@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20756398@bsam.ru> User-Agent: Mutt/1.4.2.3i Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org, Kris Kennaway Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 16:14:31 -0000 On Sat, Aug 04, 2007 at 03:20:49PM +0400, Boris Samorodov wrote: > On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > > > Boris Samorodov p????e v so 04. 08. 2007 v 01:30 +0400: > > > > > > > > Seems that running ldconfig while building a package at package > > > > > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] > > > > > > > > > > To be more specific I'm interested at linux ports. ATM we run linux > > > > > ldconfig (using linuxulator) _at package building_. Hence to create a > > > > > package for FC6 port we should change compat.linux.osrelease (which I > > > > > don't like and try to avoid). If the "ldconfig" stage may be skipped > > > > > when PACKAGE_BUILDING is defined then things get way too easier both > > > > > for default kernel linux.osrelease and default linux_base port change. > > > > > > > I don't follow - what is the problem? > > > > > > An FC6 port can't be build (and more specific -- linux-fc6 ldconfig > > > doesn't run) with current default compat.linux.osrelease=2.4.2. So > > > this sysctl should be changed to 2.6.16 for package building sake. > > > When the default compat.linux.osrelease will be switched to 2.6.16 we > > > will get the other way round problem if we try to build and FC4 port. > > > > > > I don't like the status quo and want to find a way to siplify it. > > > That's a kernel problem, not a ldconfig problem. > > Kris, now I don't follow. Can you explain what did you mean? ldconfig is just a symptom. If you make it so ldconfig doesn't run then you'll just run into the next problem from another 2.6.x binary being run. The fix is to get 2.6.16 kernel support good enough so that it can a) run 2.4 binaries in a backwards compatible mode (this is required anyway, you need to be able to run both binaries on the same system), b) be made default. kris From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 18:51:34 2007 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 CFC1A16A41B for ; Sat, 4 Aug 2007 18:51:34 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 63C2A13C47E for ; Sat, 4 Aug 2007 18:51:34 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 22010 invoked by uid 399); 4 Aug 2007 18:51:33 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 4 Aug 2007 18:51:33 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46B4CAB3.4030205@FreeBSD.org> Date: Sat, 04 Aug 2007 11:51:31 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Gabor Kovesdan References: <200708041137.l74BbP9F084093@repoman.freebsd.org> In-Reply-To: <200708041137.l74BbP9F084093@repoman.freebsd.org> X-Enigmail-Version: 0.95.1 OpenPGP: id=D5B2F0FB Content-Type: multipart/mixed; boundary="------------040404060701040003090004" Cc: cvs-ports@FreeBSD.org, portmgr@freebsd.org, freebsd-ports@freebsd.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tools/scripts security-check.awk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Aug 2007 18:51:34 -0000 This is a multi-part message in MIME format. --------------040404060701040003090004 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Gabor Kovesdan wrote: > gabor 2007-08-04 11:37:24 UTC > > FreeBSD ports repository > > Modified files: > . CHANGES UPDATING > Mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk > bsd.openssl.mk bsd.port.mk > bsd.port.subdir.mk bsd.python.mk > bsd.ruby.mk > Tools/scripts security-check.awk > Added files: > Mk bsd.commands.mk bsd.destdir.mk > Log: > - Extract command variable definitions from bsd.port.mk, they are now stored in > bsd.commands.mk and can be easily reused within the infrastructure. > - Revert old DESTDIR implementation. > - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. > > Sponsored by: Google Summer of Code 2007 > Approved by: portmgr (pav) > > Revision Changes Path > 1.77 +17 -1 ports/CHANGES > 1.1 +99 -0 ports/Mk/bsd.commands.mk (new) > 1.1 +222 -0 ports/Mk/bsd.destdir.mk (new) > 1.68 +3 -3 ports/Mk/bsd.emacs.mk > 1.143 +8 -8 ports/Mk/bsd.gnome.mk > 1.3 +3 -3 ports/Mk/bsd.mail.mk > 1.35 +7 -7 ports/Mk/bsd.openssl.mk > 1.578 +168 -450 ports/Mk/bsd.port.mk > 1.71 +35 -40 ports/Mk/bsd.port.subdir.mk > 1.99 +2 -2 ports/Mk/bsd.python.mk > 1.163 +3 -3 ports/Mk/bsd.ruby.mk > 1.3 +10 -40 ports/Tools/scripts/security-check.awk > 1.532 +18 -1 ports/UPDATING > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/CHANGES.diff?&r1=1.76&r2=1.77&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.commands.mk > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.destdir.mk > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.emacs.mk.diff?&r1=1.67&r2=1.68&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.gnome.mk.diff?&r1=1.142&r2=1.143&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.mail.mk.diff?&r1=1.2&r2=1.3&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.openssl.mk.diff?&r1=1.34&r2=1.35&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?&r1=1.577&r2=1.578&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk.diff?&r1=1.70&r2=1.71&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.python.mk.diff?&r1=1.98&r2=1.99&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.ruby.mk.diff?&r1=1.162&r2=1.163&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Tools/scripts/security-check.awk.diff?&r1=1.2&r2=1.3&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/UPDATING.diff?&r1=1.531&r2=1.532&f=h This is nice work, but it seems to require the attached patch. Without it I get the following error messages: "/usr/ports/Mk/bsd.port.mk", line 1092: Could not find /Mk/bsd.commands.mk -p: not found "/usr/ports/Mk/bsd.port.mk", line 1139: warning: " -p" returned non-zero status -s: not found "/usr/ports/Mk/bsd.port.mk", line 1147: warning: " -s" returned non-zero status -r: not found -e: not found "/usr/ports/Mk/bsd.port.mk", line 1152: warning: " -r | -e 's/[-(].*//'" returned non-zero status /^#define __FreeBSD_version/ {print $3}: not found "/usr/ports/Mk/bsd.port.mk", line 1158: warning: " '/^#define __FreeBSD_version/ {print $3}' < /usr/include/sys/param.h" returned non-zero status /var/db/ports//options: not found "/usr/ports/Mk/bsd.port.mk", line 1217: warning: " "/var/db/ports//options"" returned non-zero status make: fatal errors encountered -- cannot continue hth, Doug -- This .signature sanitized for your protection --------------040404060701040003090004 Content-Type: text/plain; name="portsdir.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="portsdir.diff" Index: bsd.port.mk =================================================================== RCS file: /usr/local/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.578 diff -u -r1.578 bsd.port.mk --- bsd.port.mk 4 Aug 2007 11:37:23 -0000 1.578 +++ bsd.port.mk 4 Aug 2007 18:46:39 -0000 @@ -1089,6 +1089,8 @@ # Most port authors should not need to understand anything after this point. # +PORTSDIR?= /usr/ports + .include "${PORTSDIR}/Mk/bsd.commands.mk" # --------------040404060701040003090004-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 19:12:35 2007 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 ECDE216A418; Sat, 4 Aug 2007 19:12:34 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7633F13C45D; Sat, 4 Aug 2007 19:12:34 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.68]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l74JC93u040692; Sat, 4 Aug 2007 23:12:19 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l74JCO9R001362; Sat, 4 Aug 2007 23:12:24 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: Kris Kennaway References: <52921778@bsam.ru> <1186178328.46188.2.camel@ikaros.oook.cz> <86849396@bsam.ru> <20070803233829.GA71909@rot26.obsecurity.org> <20756398@bsam.ru> <20070804161430.GA8710@rot26.obsecurity.org> From: Boris Samorodov Date: Sat, 04 Aug 2007 23:12:02 +0400 In-Reply-To: <20070804161430.GA8710@rot26.obsecurity.org> (Kris Kennaway's message of "Sat\, 4 Aug 2007 12\:14\:30 -0400") Message-ID: <22519197@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pav@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ldconfig when PACKAGE_BUILDING=YES (and linux ports) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 19:12:35 -0000 On Sat, 4 Aug 2007 12:14:30 -0400 Kris Kennaway wrote: > On Sat, Aug 04, 2007 at 03:20:49PM +0400, Boris Samorodov wrote: > > On Fri, 3 Aug 2007 19:38:29 -0400 Kris Kennaway wrote: > > > On Sat, Aug 04, 2007 at 02:09:47AM +0400, Boris Samorodov wrote: > > > > On Fri, 03 Aug 2007 23:58:47 +0200 Pav Lucistnik wrote: > > > > > Boris Samorodov p????e v so 04. 08. 2007 v 01:30 +0400: > > > > > > > > > > Seems that running ldconfig while building a package at package > > > > > > cluster (i.e. when PACKAGE_BUILDING is defined) is quite useless. [1] > > > > > > > > > > > > To be more specific I'm interested at linux ports. ATM we run linux > > > > > > ldconfig (using linuxulator) _at package building_. Hence to create a > > > > > > package for FC6 port we should change compat.linux.osrelease (which I > > > > > > don't like and try to avoid). If the "ldconfig" stage may be skipped > > > > > > when PACKAGE_BUILDING is defined then things get way too easier both > > > > > > for default kernel linux.osrelease and default linux_base port change. > > > > > > > > > I don't follow - what is the problem? > > > > > > > > An FC6 port can't be build (and more specific -- linux-fc6 ldconfig > > > > doesn't run) with current default compat.linux.osrelease=2.4.2. So > > > > this sysctl should be changed to 2.6.16 for package building sake. > > > > When the default compat.linux.osrelease will be switched to 2.6.16 we > > > > will get the other way round problem if we try to build and FC4 port. > > > > > > > > I don't like the status quo and want to find a way to siplify it. > > > > > That's a kernel problem, not a ldconfig problem. > > > > Kris, now I don't follow. Can you explain what did you mean? > ldconfig is just a symptom. If you make it so ldconfig doesn't run So far nobody said if running ldconfig for package building is useless (as I suspect). If it's useless then axing this process doesn't do any harm. But it may help building most of linux-2.6 ports (which use the only one linux binary -- ldconfig -- when building/packaging). And even more, packages may be created at any FreeBSD version for any FreeBSD version. [1] That is what I try to discuss. > then you'll just run into the next problem from another 2.6.x binary > being run. The fix is to get 2.6.16 kernel support good enough so > that it can a) run 2.4 binaries in a backwards compatible mode (this > is required anyway, you need to be able to run both binaries on the > same system), b) be made default. While you may be right I can't comment in details here. But anyway seems that problems building an FC6 package at 7-x jail at 6-x host may exist very long since now. And this problem doen't exist at the scenario [1] I try to discuss. WBR -- bsam From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 19:35:38 2007 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 DE6E616A41A for ; Sat, 4 Aug 2007 19:35:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id BE2E613C442 for ; Sat, 4 Aug 2007 19:35:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1356663waf for ; Sat, 04 Aug 2007 12:35:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qFCagJzmBV0iUV2tejExdeFEreu3IME8dZFwYPnam4WRigEHfINYHb9a4N1sNVkODPsMaKloy5sqFXmw0fUlmRbwYNpqXszJ44WKI0kwdQD4zjRxdxw4OEWOplv8SgCBe0NoQq2Vpn8dTTfceYBvrladIWzWpDZ8Cj1oNqwfzGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uoXPCS0qsn4gY7QGTJEP7blU5gc4mHJ8mtXHf73DvzZnI5azXdJDdf4ulQT/O/Pyoe0d7sVZuZaYykiygDudYhnGk7K1dgpROa5YmGaaI29tx97IBF2AqVFSCEjoQBSof2Z+BUIwhuXbzOpLJeLcieW6pDzkYtu74ZqzNcprbcY= Received: by 10.114.135.1 with SMTP id i1mr4130159wad.1186254589552; Sat, 04 Aug 2007 12:09:49 -0700 (PDT) Received: by 10.114.194.16 with HTTP; Sat, 4 Aug 2007 12:09:49 -0700 (PDT) Message-ID: Date: Sat, 4 Aug 2007 23:09:49 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Doug Barton" In-Reply-To: <46B4CAB3.4030205@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708041137.l74BbP9F084093@repoman.freebsd.org> <46B4CAB3.4030205@FreeBSD.org> X-Google-Sender-Auth: affcbf9ceca47ef4 Cc: cvs-all@freebsd.org, ports-committers@freebsd.org, Gabor Kovesdan , freebsd-ports@freebsd.org, portmgr@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.commands.mk bsd.destdir.mk bsd.emacs.mk bsd.gnome.mk bsd.mail.mk bsd.openssl.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk bsd.ruby.mk ports/Tools/scripts security-check.awk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Aug 2007 19:35:39 -0000 On 8/4/07, Doug Barton wrote: > This is nice work, but it seems to require the attached patch. Without > it I get the following error messages: > > "/usr/ports/Mk/bsd.port.mk", line 1092: Could not find /Mk/bsd.commands.mk > --- bsd.port.mk 4 Aug 2007 11:37:23 -0000 1.578 > +++ bsd.port.mk 4 Aug 2007 18:46:39 -0000 > @@ -1089,6 +1089,8 @@ > # Most port authors should not need to understand anything after this point. > # > > +PORTSDIR?= /usr/ports > + > .include "${PORTSDIR}/Mk/bsd.commands.mk" Looks like it's defined in /usr/share/mk/bsd.port.mk From owner-freebsd-ports@FreeBSD.ORG Sat Aug 4 20:49:19 2007 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 2C5CA16A420 for ; Sat, 4 Aug 2007 20:49:19 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id DFE1A13C47E for ; Sat, 4 Aug 2007 20:49:18 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2061053pye for ; Sat, 04 Aug 2007 13:49:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lNvjN8ZV67PBFGDju1Y5jRdsd1+8vSEK3kDGZg957BgJ36/CyV8CdMtbpWrlPvqOqsoAfkehhqAtynVMiqygczqckTf5/VH/DKlNdNng8D/kax1jsZEI6fZmy8ncr54/zqZ8xIcB5VKEoxDck4DSoKQ0rRoEBHe9yapNVSpkGeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=grIZnOozOQOWe1eeM5Z/jgcGiwNJJfg6esPrTfCOUEIkS3BTOqk7pbrKkuLKzrKn7aFtMXx2qLZ+cFqW2ItaQhMzs9/+OR3DwHpIkhIM8iOzbFFgYE4myTQfgv6C/IHFHswpBHbng9umjRl+bfoFzad1heOZtMWuHKHjDPEx6Ec= Received: by 10.65.96.6 with SMTP id y6mr6863056qbl.1186260557921; Sat, 04 Aug 2007 13:49:17 -0700 (PDT) Received: by 10.64.199.15 with HTTP; Sat, 4 Aug 2007 13:49:17 -0700 (PDT) Message-ID: <8b4c81f0708041349s5a14d6dq9a7794d4469ab68c@mail.gmail.com> Date: Sat, 4 Aug 2007 17:49:17 -0300 From: "Henry Lenzi" To: ports@freebsd.org In-Reply-To: <8b4c81f0708031604h5c65bfddmb16dba091865fd22@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8b4c81f0708031604h5c65bfddmb16dba091865fd22@mail.gmail.com> Cc: Subject: Jasper - error - jasper-1.900.1_5 has no origin recorded X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 04 Aug 2007 20:49:19 -0000 Gents/Dames-- I am in the middle of performing some updates. I ran into a brick wall. Apparenly, jasper is the offender. Here's the output of pkw_info: jakarta-commons-lang-2.1 Jakarta library with helper utilities for the java.lang API jasper-1.900.1_5 ??? javavmwrapper-2.3 Wrapper script for various Java Virtual Machines jasper is required by this package: ImageMagick (which was recently updated). pkg_delete: package 'jasper-1.900.1_5' is required by these other packages and may not be deinstalled: ImageMagick-6.2.8.5 Here's a session of trying to update jasper Script started on Fri Aug 3 17:33:48 2007 agora# cd /usr/ports/graphics/jasper && make deinstall ===> Deinstalling for graphics/jasper pkg_info: package jasper-1.900.1_5 has no origin recorded ===> jasper not installed, skipping agora# pkgdb -F ---> Checking the package registry database Missing origin: bsdpan-Convert-yEnc-1.02 -> Ignored. (the package is held; specify -f to force) Missing origin: bsdpan-TermReadKey-2.30 -> Ignored. (the package is held; specify -f to force) Missing origin: jasper-1.900.1_5 Skip this for now? [yes] To skip it without asking in future, please list it in HOLD_PKGS. Stale origin: 'x11/xorg-manpages': perhaps moved or obsoleted. -> The port 'x11/xorg-manpages' was removed on because: "X.org manual pages are now installed with every single port" -> Hint: xorg-manpages-6.9.0 is required by the following package(s): xorg-6.9.0 -> Hint: checking for overwritten files... -> No files installed by xorg-manpages-6.9.0 have been overwritten by other packages. Deinstall xorg-manpages-6.9.0 ? [no] Duplicated origin: multimedia/gstreamer - gstreamer-0.10.11 gstreamer80-0.8.12_2 Unregister any of them? [no] Duplicated origin: x11-fonts/encodings - encodings-1.0.2,1 xorg-fonts-encodings-6.9.0_1 Unregister any of them? [no] Stale dependency: GraphicsMagick-1.1.7 -> libGLU-7.0 (graphics/libGLU): libGL-7.0 (score:35%) ? ([y]es/[n]o/[a]ll) [no] Install stale dependency? ([y]es/[n]o/[a]ll) [yes] [Gathering depends for graphics/libGLU ...................................................................................................................................................................................................................................................................................................... done] ---> Installing 'libGLU-7.0' from a port (graphics/libGLU) ---> Building '/usr/ports/graphics/libGLU' ===> Cleaning for libGLU-7.0 ===> Extracting for libGLU-7.0 => MD5 Checksum OK for MesaLib-7.0.tar.bz2. => SHA256 Checksum OK for MesaLib-7.0.tar.bz2. ===> Patching for libGLU-7.0 ===> Applying FreeBSD patches for libGLU-7.0 /bin/cp /usr/ports/graphics/libGLU/files/config /usr/ports/graphics/libGLU/work/Mesa-7.0/configs/current ===> libGLU-7.0 depends on file: /usr/local/libdata/xorg/libraries - not found ===> Verifying install for /usr/local/libdata/xorg/libraries in /usr/ports/x11/xorg-libraries /usr/X11R6 exists, but it is not a symlink. Installation cannot proceed. This looks like an incompletely removed old version of X. In the current version, /usr/X11R6 must be a symlink if it exists at all.Please read /usr/ports/UPDATING (entry of 20070519) for the procedure to upgrade X.org related ports.*** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/graphics/libGLU. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.16278.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! graphics/libGLU (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Command failed [exit code 1]: /usr/local/sbin/portinstall graphics/libGLU agora# cd /usr/ports/graphics/GraphicsMagick/ && make deinstall >& GMERROR agora# cat GMERROR ===> Deinstalling for graphics/GraphicsMagick pkg_info: package jasper-1.900.1_5 has no origin recorded ===> Deinstalling GraphicsMagick-1.1.7 pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: package jasper-1.900.1_5 has no origin recorded pkg_delete: file '/usr/local/man/man1/GraphicsMagick++-config.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/GraphicsMagick-config.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/GraphicsMagickWand-config.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/gm.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man4/miff.4.gz' doesn't exist pkg_delete: file '/usr/local/man/man5/quantize.5.gz' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagick++-config' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagick-config' doesn't exist pkg_delete: file '/usr/local/bin/GraphicsMagickWand-config' doesn't exist pkg_delete: file '/usr/local/bin/gm' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Blob.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/CoderInfo.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Color.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Drawable.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Exception.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Geometry.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Image.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Include.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Montage.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/Pixels.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/STL.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/Magick++/TypeMetric.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/PreRvIcccm.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/api.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/attribute.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/blob.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/cache.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/cache_view.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/color.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/command.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/composite.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/compress.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/constitute.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/decorate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/delegate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/deprecate.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/draw.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/effect.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/enhance.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/error.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/fx.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/gem.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/image.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/list.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/log.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magic.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick_config.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/magick_types.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/module.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/monitor.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/montage.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/paint.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/profile.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/quantize.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/registry.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/render.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/resize.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/resource.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/shear.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/signature.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/stream.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/symbols.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/timer.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/transform.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/utility.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/version.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/widget.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/magick/xwindow.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/drawing_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/magick_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/pixel_wand.h' doesn't exist pkg_delete: file '/usr/local/include/GraphicsMagick/wand/wand_api.h' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/Copyright.txt' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/colors.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/delegates.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/log.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/magic.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/modules.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-ghostscript.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-solaris.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type-windows.mgk' doesn't exist pkg_delete: file '/usr/local/share/GraphicsMagick/config/type.mgk' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick++.so.1' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagick.so.1' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.a' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.la' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.so' doesn't exist pkg_delete: file '/usr/local/lib/libGraphicsMagickWand.so.0' doesn't exist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagick++.pc' doesn't exist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagick.pc' doesn't exist pkg_delete: file '/usr/local/libdata/pkgconfig/GraphicsMagickWand.pc' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/ball.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/corbis.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/examples.jpg' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-125x80t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-188x120t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/gm-282x180t.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/home.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/mail.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/pdfsages.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/pngnow.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/right_triangle.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/images/right_triangle_option.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/index.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/AUTHORS.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Changelog.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Copyright.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/FAQ.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/GraphicsMagick.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-mac.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-unix.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-vms.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/INSTALL-windows.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/ImageMagickObject.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Blob.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.fig' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Cache.svg' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/ChangeLog.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/CoderInfo.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Color.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Documentation.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Drawable.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Drawable_example_1.png' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Enumerations.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Exception.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/FormatCharacters.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Future.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Geometry.html' doesn't exist pkg_delete: file '/usr/local/share/doc/GraphicsMagick/www/Magick++/Image.fig' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) agora# ^D exit Script done on Fri Aug 3 17:38:45 2007 Any ideas? TIA. Henry Lenzi