From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 02:50:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9180416A405 for ; Sun, 12 Mar 2006 02:50:14 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA01844133 for ; Sat, 11 Mar 2006 22:59:57 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (localhost.troback.com [127.0.0.1]) by devil.troback.com (Postfix) with ESMTP id 82D6811465; Sat, 11 Mar 2006 23:59:08 +0100 (CET) Date: Sat, 11 Mar 2006 23:59:08 +0100 From: Anders Troback To: FreeBSD Ports Message-ID: <20060311235908.3b03a5cb@devil.troback.com> In-Reply-To: <20060311192751.GA71016@xor.obsecurity.org> References: <20060310203735.55e84734@devil.troback.com> <20060311021108.GA2099@xor.obsecurity.org> <20060311145607.5a502940@devil.troback.com> <20060311192751.GA71016@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Kris Kennaway Subject: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 02:50:14 -0000 On Sat, 11 Mar 2006 14:27:51 -0500 Kris Kennaway wrote: > On Sat, Mar 11, 2006 at 02:56:07PM +0100, Anders Troback wrote: > > On Fri, 10 Mar 2006 21:11:09 -0500 > > Kris Kennaway wrote: > > > > > On Fri, Mar 10, 2006 at 08:37:35PM +0100, Anders Troback wrote: > > > > Hi list! > > > > > > > > I'm trying to compile a app that have a include of > > > > ! > > > > > > > > How do I cope with that? Any ideas? > > > > > > Figure out what Linux kernel interface it uses from that header, > > > figure out what the corresponding FreeBSD version is, then port > > > the code from Linux to FreeBSD interface. > > > > > > Kris > > > > Was locking for a shortcut here like "use this header instead" or > > something;-) > > Sorry, unlikely to be that simple, but you never know. It still > depends on what it's using though. > > Kris Thanks for you answer. Please read my next posting in list! \\troback From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 02:51:57 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2893816A447; Sun, 12 Mar 2006 02:51:57 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD8944DE3; Sat, 11 Mar 2006 23:47:32 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 3020167; Sat, 11 Mar 2006 17:47:32 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 77A8961C38; Sat, 11 Mar 2006 17:47:31 -0600 (CST) Date: Sat, 11 Mar 2006 17:47:31 -0600 From: "Matthew D. Fuller" To: Norikatsu Shigemura Message-ID: <20060311234731.GA91232@over-yonder.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060311153759.41c98e18.nork@FreeBSD.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@FreeBSD.org, Gerard Seibert Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 02:51:57 -0000 On Sat, Mar 11, 2006 at 03:37:59PM +0900 I heard the voice of Norikatsu Shigemura, and lo! it spake thus: > > SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916 I got a similar error from dirmngr. It seems like the program installs its own INFO files, then the port tries to install INFO again (note the --quiet; that only appears in the bsd.port.mk version, not in the port's makefiles). I hacked around it by just using "make -k install" to make it ignore the error. -- 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 Mar 12 02:52:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AF416A44A for ; Sun, 12 Mar 2006 02:52:01 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1934345D42 for ; Sun, 12 Mar 2006 00:59:04 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from c-71-227-92-22.hsd1.mi.comcast.net ([71.227.92.22] helo=[127.0.0.1]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIEvU-0002kq-Qf; Sat, 11 Mar 2006 19:59:16 -0500 Message-ID: <44137252.4020600@vonostingroup.com> Date: Sat, 11 Mar 2006 19:58:58 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Anders Troback References: <20060310203735.55e84734@devil.troback.com> <20060311021108.GA2099@xor.obsecurity.org> <20060311145607.5a502940@devil.troback.com> <441337A8.5080207@vonostingroup.com> <20060311235620.6d33ca8e@devil.troback.com> In-Reply-To: <20060311235620.6d33ca8e@devil.troback.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Ports Subject: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 02:52:01 -0000 Anders Troback wrote: > On Sat, 11 Mar 2006 15:48:40 -0500 > Frank Laszlo wrote: > > >> Anders Troback wrote: >> >>> On Fri, 10 Mar 2006 21:11:09 -0500 >>> Kris Kennaway wrote: >>> >>> >>> >>>> On Fri, Mar 10, 2006 at 08:37:35PM +0100, Anders Troback wrote: >>>> >>>> >>>>> Hi list! >>>>> >>>>> I'm trying to compile a app that have a include of >>>>> ! >>>>> >>>>> How do I cope with that? Any ideas? >>>>> >>>>> >>>> Figure out what Linux kernel interface it uses from that header, >>>> figure out what the corresponding FreeBSD version is, then port the >>>> code from Linux to FreeBSD interface. >>>> >>>> Kris >>>> >>>> >>> Was locking for a shortcut here like "use this header instead" or >>> something;-) >>> >>> Thanks! >>> >>> >>> \\troback >>> _______________________________________________ >>> 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" >>> >> remove the include line and see where it errors, pasting it here may >> be help,as other developers may be able to point you in the right >> direction. >> >> -Frank >> > > Good idea, thanks Frank! > > With the include line removed compilation stops on row 400 with this > error: > storage size of 's_info' isn't known > > Line 400 in the .c file are: > struct sysinfo s_info; > > All help appreciated! > > \\troback > I'm not too much of a programmer, but if you let me know what source you are trying to compile, I could possibly take a look at it when I have some time. I'm sure we can figure something out. Otherwise I'm sure there are some more friendly faces on this list that could assist you. I think this is more of a -questions type of question, since it doesnt have to deal with the ports infrastructure. Maybe try there? Send a link to download the source you are trying to compile and related information in your porting effort and I'll see what I can do. -Frank From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 02:52:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC4616A43B; Sun, 12 Mar 2006 02:52:09 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C89D46B7C; Sun, 12 Mar 2006 02:29:35 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id F20DD1D0003; Sat, 11 Mar 2006 21:32:13 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11485-06; Sat, 11 Mar 2006 21:32:13 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 4DE491D0002; Sat, 11 Mar 2006 21:32:13 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k2C2TXG3024758; Sat, 11 Mar 2006 21:29:33 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k2C2TWmh024757; Sat, 11 Mar 2006 21:29:32 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sat, 11 Mar 2006 21:29:15 -0500 User-Agent: KMail/1.9.1 References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> In-Reply-To: <20060311234731.GA91232@over-yonder.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1817690.ebsiGl4YKb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200603112129.32522.gerard@seibercom.net> X-Virus-Scanned: ClamAV 0.88/1326/Sat Mar 11 15:33:54 2006 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Cc: ports@freebsd.org, Norikatsu Shigemura , "Matthew D. Fuller" Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 02:52:09 -0000 --nextPart1817690.ebsiGl4YKb Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Matthew D. Fuller wrote: > On Sat, Mar 11, 2006 at 03:37:59PM +0900 I heard the voice of > > Norikatsu Shigemura, and lo! it spake thus: > > SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93916 > > I got a similar error from dirmngr. It seems like the program > installs its own INFO files, then the port tries to install INFO > again (note the --quiet; that only appears in the bsd.port.mk > version, not in the port's makefiles). I hacked around it by just > using "make -k install" to make it ignore the error. OK, I tried your suggest and it appears to have worked. The build exited=20 with this message: install-info --quiet /usr/local/info/vcd-info.info /usr/local/info/dir install-info: menu item `vcd-info' already exists, for file `vcdimager' *** Error code 1 (continuing) =3D=3D=3D> Compressing manual pages for vcdimager-0.7.23_1 =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for vcdimager-0.7.23_1 `install' not remade because of errors. However, it does seem to have worked. I would have thought that the port=20 maintainer would have foreseen this predicament and taken steps to=20 alleviate it however. =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --nextPart1817690.ebsiGl4YKb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEE4eMchM2dIO+3uMRAgxgAJ9Ig8Hg/G9PsE7hinNYNIofkZ7bwgCfZBJq 4DJTfrkY8QWj5TXgtse1XRI= =PCK2 -----END PGP SIGNATURE----- --nextPart1817690.ebsiGl4YKb-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 02:53:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3800016A604 for ; Sun, 12 Mar 2006 02:53:21 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF6CA43F01 for ; Sat, 11 Mar 2006 22:57:10 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (localhost.troback.com [127.0.0.1]) by devil.troback.com (Postfix) with ESMTP id 0071011465; Sat, 11 Mar 2006 23:56:20 +0100 (CET) Date: Sat, 11 Mar 2006 23:56:20 +0100 From: Anders Troback To: FreeBSD Ports Message-ID: <20060311235620.6d33ca8e@devil.troback.com> In-Reply-To: <441337A8.5080207@vonostingroup.com> References: <20060310203735.55e84734@devil.troback.com> <20060311021108.GA2099@xor.obsecurity.org> <20060311145607.5a502940@devil.troback.com> <441337A8.5080207@vonostingroup.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Frank Laszlo Subject: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 02:53:21 -0000 On Sat, 11 Mar 2006 15:48:40 -0500 Frank Laszlo wrote: > Anders Troback wrote: > > On Fri, 10 Mar 2006 21:11:09 -0500 > > Kris Kennaway wrote: > > > > > >> On Fri, Mar 10, 2006 at 08:37:35PM +0100, Anders Troback wrote: > >> > >>> Hi list! > >>> > >>> I'm trying to compile a app that have a include of > >>> ! > >>> > >>> How do I cope with that? Any ideas? > >>> > >> Figure out what Linux kernel interface it uses from that header, > >> figure out what the corresponding FreeBSD version is, then port the > >> code from Linux to FreeBSD interface. > >> > >> Kris > >> > > > > Was locking for a shortcut here like "use this header instead" or > > something;-) > > > > Thanks! > > > > > > \\troback > > _______________________________________________ > > 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" > remove the include line and see where it errors, pasting it here may > be help,as other developers may be able to point you in the right > direction. > > -Frank Good idea, thanks Frank! With the include line removed compilation stops on row 400 with this error: storage size of 's_info' isn't known Line 400 in the .c file are: struct sysinfo s_info; All help appreciated! \\troback From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 02:59:11 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB7316A531; Sun, 12 Mar 2006 02:59:11 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA3646C0C; Sun, 12 Mar 2006 02:32:03 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 75B864A; Sat, 11 Mar 2006 20:32:02 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id A63C161C38; Sat, 11 Mar 2006 20:32:01 -0600 (CST) Date: Sat, 11 Mar 2006 20:32:01 -0600 From: "Matthew D. Fuller" To: Gerard Seibert Message-ID: <20060312023201.GA61472@over-yonder.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603112129.32522.gerard@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603112129.32522.gerard@seibercom.net> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@freebsd.org, freebsd-questions@freebsd.org, Norikatsu Shigemura Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 02:59:11 -0000 On Sat, Mar 11, 2006 at 09:29:15PM -0500 I heard the voice of Gerard Seibert, and lo! it spake thus: > > I would have thought that the port maintainer would have foreseen > this predicament and taken steps to alleviate it however. My offhand guess (based on coincidence, not any knowledge that it actually is so) is that it's fallout from the recent libtool changes. -- 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 Mar 12 03:01:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF57116A87B; Sun, 12 Mar 2006 03:01:42 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600D445485; Sun, 12 Mar 2006 00:28:31 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id k2C0SUhO012784; Sat, 11 Mar 2006 16:28:30 -0800 (PST) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id k2C0SU2S012783; Sat, 11 Mar 2006 16:28:30 -0800 (PST) (envelope-from david) Date: Sat, 11 Mar 2006 16:28:30 -0800 (PST) Message-Id: <200603120028.k2C0SU2S012783@bunrab.catwhisker.org> To: FreeBSD-gnats-submit@freebsd.org From: David Wolfskill X-send-pr-version: 3.113 X-GNATS-Notify: Cc: ports@freebsd.org Subject: piewm: (malloc) Corrupted redzone 1 byte after 0xa00cbe0 (size 41) (0x0) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Wolfskill List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 03:01:42 -0000 >Submitter-Id: current-users >Originator: David Wolfskill >Organization: Wolfskill & Dowling Residence >Confidential: no >Synopsis: piewm: (malloc) Corrupted redzone 1 byte after 0xa00cbe0 (size 41) (0x0) >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 7.0-CURRENT i386 >Environment: System: FreeBSD g1-18.catwhisker.org. 7.0-CURRENT FreeBSD 7.0-CURRENT #18: Sat Mar 11 11:14:00 PST 2006 root@g1-18.catwhisker.org.:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 Above is where the problem symptoms were noticed, thanks to jemalloc. I believe the problem has actually existed for a very long time. >Description: piewm uses m4 in parsing its configuration file. Before it does so, it creates a temporary file of definitions. It does this in the MkDef() function in parse.c. In creating the definition lines, it tries to only allocate as much memory as necessary. However, there is an off-by-one error; I believe that when the routine was coded the trailing NUL character for the strings in question was overlooked. (There is code to "pad" the allocation for known "extra" characters that will be needed. It's just a little smaller than it needs to be.) By default, FreeBSD 7-CURRENT (as of this time) has code enabled to identify "red zone corruption;" in this case, it's a matter of an attempt to write on storage that was not allocated. One symptom is the message: piewm: (malloc) Corrupted redzone 1 byte after 0xa00cbe0 (size 41) (0x0) Another is that the window manager is not, in fact, functional. It would be extremely cool if we could get this simple fix in before the ports tree is completely frozen for the 6.1 release. And my thanks to Jason for providing the hints for me to be able to finally(!) track this bug down and squash it. And I am presently using the patched version; it does work. >How-To-Repeat: Install ports/x11-wm/piewm, then run it. >Fix: --- parse.c.port Sat Mar 11 16:06:49 2006 +++ parse.c Sat Mar 11 16:08:22 2006 @@ -1389,7 +1389,7 @@ /* Code taken and munged from xrdb.c */ #define MAXHOSTNAME 255 #define Resolution(pixels, mm) ((((pixels) * 100000 / (mm)) + 50) / 100) -#define EXTRA 11 +#define EXTRA 12 static char * MkDef(char *name, const char *def) From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 09:16:44 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E5716A54E for ; Sun, 12 Mar 2006 09:16:43 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5124695D for ; Sun, 12 Mar 2006 08:59:28 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 8BABA52F5; Sun, 12 Mar 2006 02:59:27 -0600 (CST) Date: Sun, 12 Mar 2006 02:59:27 -0600 To: Aluminium Oxide Message-ID: <20060312085927.GA10004@soaustin.net> References: <1142054372.14978.256358031@webmail.messagingengine.com> <20060311060002.GA40638@xor.obsecurity.org> <1142079054.9555.256373197@webmail.messagingengine.com> <20060311174433.GB10679@soaustin.net> <1142152320.4225.256410010@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1142152320.4225.256410010@webmail.messagingengine.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , freebsd-ports@FreeBSD.org Subject: Re: portsupgrade cvsup refuse file aware? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 09:16:44 -0000 On Sun, Mar 12, 2006 at 07:02:00PM +1030, Aluminium Oxide wrote: > I'm specifically focusing on international ports. If I keep a *complete* > ports tree it's 5? 15? many times the size of a tree with ports for only > 2 or three coutries or locales. The last time I did a check of the inode count it showed that the human-language-specific ports were less than 10 percent of the total. If something has changed drastically, please cite some statistics that show this. > I have had no problems with ports with only one language set maintained > as per refuse file restriction. So, what difference does it make? You've been lucky. Most people are not so lucky. Please go browse the INDEX file for a while and specifically look for dependencies on the japanese/ ports. They are there, in the "base" categories. Arguably, they shouldn't be, but until someone does the work to move thing around so that they don't, and gets everyone to agree that in the future we will restrict e.g. japanese/ ports to not be dependencies of any other port than in japanese/, then it will not be possible, in the general case, for all users, to drop the japanese/ ports. I assert to you that this problem has been considered by many people, in the past, many times, and the conclusion has always been that the problem is much more complicated than it appears. It involves both technical and political considerations. We are not trying to be obstinate here, we are trying to convince you that you do not sufficiently understand the problem. mcl From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 09:17:49 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF4616A501; Sun, 12 Mar 2006 09:17:49 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DFD4408C; Sun, 12 Mar 2006 04:35:20 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 5C0AE4A; Sat, 11 Mar 2006 22:35:20 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 654DB61C38; Sat, 11 Mar 2006 22:35:19 -0600 (CST) Date: Sat, 11 Mar 2006 22:35:19 -0600 From: "Matthew D. Fuller" To: Ade Lovett Message-ID: <20060312043519.GB61472@over-yonder.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603112129.32522.gerard@seibercom.net> <20060312023201.GA61472@over-yonder.net> <502E0068-C21A-4990-B588-07CB6E27C70B@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <502E0068-C21A-4990-B588-07CB6E27C70B@FreeBSD.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 09:17:49 -0000 On Sat, Mar 11, 2006 at 08:29:36PM -0800 I heard the voice of Ade Lovett, and lo! it spake thus: > > Since libtool has precisely nothing to do with texinfo files, I'm > curious as to how you came to this co-incidental guess. libtool is > merely a wrapper around compiling and linking executable code and > libraries. Nothing more, nothing less. In that it's the only relatively major structural change in ports I'm aware of recently, and I had the same problem with 2 seemingly unrelated ports at the same time (earlier today, in fact) after pulling myself across that boundary, both of which use libtool. I have only the vaguest clue what libtool actually does; the two just seemed to come about at the same time. I've never seen the info errors before either, and I've built both ports before. -- 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 Mar 12 09:23:22 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E784416A63F; Sun, 12 Mar 2006 09:23:22 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675E343FAD; Sun, 12 Mar 2006 04:29:39 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:52330) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIID4-000BdE-64; Sat, 11 Mar 2006 20:29:38 -0800 In-Reply-To: <20060312023201.GA61472@over-yonder.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603112129.32522.gerard@seibercom.net> <20060312023201.GA61472@over-yonder.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <502E0068-C21A-4990-B588-07CB6E27C70B@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Sat, 11 Mar 2006 20:29:36 -0800 To: "Matthew D. Fuller" X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: ports@freebsd.org, freebsd-questions@freebsd.org, Ade Lovett Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 09:23:23 -0000 On Mar 11, 2006, at 18:32 , Matthew D. Fuller wrote: > My offhand guess (based on coincidence, not any knowledge that it > actually is so) is that it's fallout from the recent libtool changes. Since libtool has precisely nothing to do with texinfo files, I'm curious as to how you came to this co-incidental guess. libtool is merely a wrapper around compiling and linking executable code and libraries. Nothing more, nothing less. -aDe From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 12:03:06 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A675D16A401 for ; Sun, 12 Mar 2006 12:03:03 +0000 (GMT) (envelope-from m.kip@leghen.nl) Received: from amsfep18-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46F143D46 for ; Sun, 12 Mar 2006 12:03:00 +0000 (GMT) (envelope-from m.kip@leghen.nl) Received: from [192.168.2.111] (really [62.195.13.27]) by amsfep18-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060312120259.FMJL12776.amsfep18-int.chello.nl@[192.168.2.111]>; Sun, 12 Mar 2006 13:02:59 +0100 Mime-Version: 1.0 (Apple Message framework v623) To: Meno.Abels@Adviser.com Message-Id: From: Marc Kip Date: Sun, 12 Mar 2006 13:02:58 +0100 X-Mailer: Apple Mail (2.623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: mt-daapd-0.2.3_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 12:03:06 -0000 Dear Meno, is it known when you will release mt-daapd-0.2.4 for Freebsd as this version includes a patch for iTunes 6.0.4. Regards, Marc -- Marc Kip m.kip@leghen.nl 040-2845257 From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 13:31:05 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150EF16A402; Sun, 12 Mar 2006 13:31:05 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F66A43D46; Sun, 12 Mar 2006 13:31:04 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id 0827D5100F9; Sun, 12 Mar 2006 08:31:00 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22102-01-92; Sun, 12 Mar 2006 08:30:57 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id 355865100F3; Sun, 12 Mar 2006 08:30:57 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k2CDUv56001276; Sun, 12 Mar 2006 08:30:57 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k2CDUuF6001275; Sun, 12 Mar 2006 08:30:56 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: "Matthew D. Fuller" Date: Sun, 12 Mar 2006 08:30:55 -0500 User-Agent: KMail/1.9.1 References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> In-Reply-To: <20060311234731.GA91232@over-yonder.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603120830.56438.gerard@seibercom.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net Cc: ports@freebsd.org, freebsd-questions@freebsd.org, Norikatsu Shigemura Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 13:31:05 -0000 Matthew D. Fuller wrote: > On Sat, Mar 11, 2006 at 03:37:59PM +0900 I heard the voice of > > Norikatsu Shigemura, and lo! it spake thus: > > SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916 > > I got a similar error from dirmngr. It seems like the program > installs its own INFO files, then the port tries to install INFO > again (note the --quiet; that only appears in the bsd.port.mk > version, not in the port's makefiles). I hacked around it by just > using "make -k install" to make it ignore the error. Would it be possible or feasible to remove these 'INFO' files manually prior to building and installing or updating this port? I have never undertaken a procedure like this before so I am unsure of its requirements or success rate. -- Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 13:51:35 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3477516A400; Sun, 12 Mar 2006 13:51:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863C443D45; Sun, 12 Mar 2006 13:51:34 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2CDpWxA057472; Sun, 12 Mar 2006 22:51:33 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 12 Mar 2006 22:51:32 +0900 From: Norikatsu Shigemura To: gerard@seibercom.net Message-Id: <20060312225132.a66b9005.nork@FreeBSD.org> In-Reply-To: <200603120830.56438.gerard@seibercom.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603120830.56438.gerard@seibercom.net> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 12 Mar 2006 22:51:33 +0900 (JST) Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org, fullermd@over-yonder.net, nork@FreeBSD.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 13:51:35 -0000 On Sun, 12 Mar 2006 08:30:55 -0500 Gerard Seibert wrote: > > > SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=93916 > > I got a similar error from dirmngr. It seems like the program > > installs its own INFO files, then the port tries to install INFO > > again (note the --quiet; that only appears in the bsd.port.mk > > version, not in the port's makefiles). I hacked around it by just > > using "make -k install" to make it ignore the error. > Would it be possible or feasible to remove these 'INFO' files manually > prior to building and installing or updating this port? I have never > undertaken a procedure like this before so I am unsure of its > requirements or success rate. Yes, I'm waiting for portmgr's approval. I'll commit with following message. Index: UPDATING =================================================================== RCS file: /home/ncvs/ports/UPDATING,v retrieving revision 1.294 diff -u -r1.294 UPDATING --- UPDATING 7 Mar 2006 18:50:37 -0000 1.294 +++ UPDATING 12 Mar 2006 06:00:31 -0000 @@ -6,6 +6,29 @@ time you update your ports collection, before attempting any port upgrades. +20060312: + AFFECTS: users of multimedia/vcdimager and security/dirmngr + AUTHOR: nork@FreeBSD.org + + These versions of the ports which have been installed in + your system accidentally installed some malformed entries + to $PREFIX/info/dir, which prevent them from being upgraded + to the latest versions. Please remove the following entries + manually from $PREFIX/info/dir before upgrading them to + vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later) + respectively. + + multimedia/vcdimager + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * vcd-info: (vcdimager)vcd-info. Video CD diagnostic tool + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + security/dirmngr + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + * dirmngr: (gnupg). X.509 CRL and OCSP server. + * dirmngr-client: (gnupg). X.509 CRL and OCSP client. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 20060307: AFFECTS: users of print/acroread7 and the localized versions AUTHOR: hrs@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 14:30:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A0DB16A402 for ; Sun, 12 Mar 2006 14:30:02 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DD743D49 for ; Sun, 12 Mar 2006 14:30:01 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k2CEU0sK019242; Sun, 12 Mar 2006 06:30:00 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <44143067.1010707@chrismaness.com> Date: Sun, 12 Mar 2006 06:29:59 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: Peter Jeremy References: <441311E5.4010705@chrismaness.com> <20060311203744.GC3222@turion.vk2pj.dyndns.org> In-Reply-To: <20060311203744.GC3222@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: pips-sp2100_2200 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 14:30:02 -0000 Peter Jeremy wrote: > On Sat, 2006-Mar-11 10:07:33 -0800, Chris Maness wrote: > >> After installing pips. It complains that it cannot communicate with the >> printer. (on the utility tab) >> >> What do I need to do to get it to recognize the printer? >> > > Maybe: http://www.freebsd.org/cgi/query-pr.cgi?pr=91538 > (The remaining problems were related to symbol versioning changes on > -current and the relevant subsidiary port is marked BROKEN). > > I also installed Gimp print, but I could not find the filters in CUPS. I am new to FreeBSD. I have switched over from Linux. I love FreeBSD, but setting up printing has been a nightmare for me. From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 15:45:35 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CCC916A404 for ; Sun, 12 Mar 2006 15:45:35 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EFA943D49 for ; Sun, 12 Mar 2006 15:45:34 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 11151 invoked from network); 13 Mar 2006 00:44:30 +0900 Received: from unknown (HELO mpu.rushani.jp) (219.102.22.202) by wasley.bl.mmtr.or.jp with SMTP; 13 Mar 2006 00:44:30 +0900 Received: from localhost (localhost [IPv6:::1]) by mpu.rushani.jp (8.13.3/8.13.3) with ESMTP id k2CFjU5E022270; Mon, 13 Mar 2006 00:45:30 +0900 (JST) (envelope-from rushani@FreeBSD.org) Date: Mon, 13 Mar 2006 00:45:12 +0900 (JST) Message-Id: <20060313.004512.55510725.rushani@FreeBSD.org> To: ports@FreeBSD.org From: Hideyuki KURASHINA X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Mar_13_00_45_12_2006_380)--" Content-Transfer-Encoding: 7bit Cc: rushani@FreeBSD.org Subject: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 15:45:35 -0000 ----Security_Multipart(Mon_Mar_13_00_45_12_2006_380)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I found the rskkserv (ports/japanese/rskkserv; Simple Kana to Kanji conversion server program in Ruby) eats much CPU time. This results in increased load average (over 1, here). It also prevents one of powerd(8) merits (i.e., battery life improvement) on cpufreq-awared laptops. When I disabled pthreads support for Ruby by WITHOUT_PTHREADS knob, the problem has gone. I confirmed it on FreeBSD 6.0 and ruby-1.8.4_4,1. I would like to see ports/lang/ruby18 will be built without pthreads support by default. Regards, -- rushani ----Security_Multipart(Mon_Mar_13_00_45_12_2006_380)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEFEII8vogiEOa3FcRAqnkAKCtm9HmOG1Tmzeyt5Wgb7m9lLLFWQCgptxQ Irxu4sdrvVj9K89EH/57To0= =r8Vi -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Mar_13_00_45_12_2006_380)---- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 16:22:42 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E57716A400; Sun, 12 Mar 2006 16:22:42 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B28E43D45; Sun, 12 Mar 2006 16:22:40 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:06mjql2b79Ek7u4sX+jpztX09BLMaGm0GZJC/LXTuFrl4a61ElyYnnmyAiW68Oeb@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k2CGMats031638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Mar 2006 01:22:36 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 13 Mar 2006 01:22:36 +0900 Message-ID: From: Hajimu UMEMOTO To: Hideyuki KURASHINA In-Reply-To: <20060313.004512.55510725.rushani@FreeBSD.org> References: <20060313.004512.55510725.rushani@FreeBSD.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.1) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Mon, 13 Mar 2006 01:22:37 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: ports@FreeBSD.org Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 16:22:42 -0000 Hi, >>>>> On Mon, 13 Mar 2006 00:45:12 +0900 (JST) >>>>> Hideyuki KURASHINA said: rushani> I found the rskkserv (ports/japanese/rskkserv; Simple Kana to Kanji rushani> conversion server program in Ruby) eats much CPU time. This results rushani> in increased load average (over 1, here). It also prevents one of rushani> powerd(8) merits (i.e., battery life improvement) on cpufreq-awared rushani> laptops. rushani> When I disabled pthreads support for Ruby by WITHOUT_PTHREADS knob, rushani> the problem has gone. I confirmed it on FreeBSD 6.0 and rushani> ruby-1.8.4_4,1. rushani> I would like to see ports/lang/ruby18 will be built without pthreads rushani> support by default. It is known issue that japanese/migemo is not buildable with pthread enabled ruby. Further, I heared that there are problems with pthread enabled ruby. I think that we should disable pthread support of ruby by default, too. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 16:41:12 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469AC16A402; Sun, 12 Mar 2006 16:41:06 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from media-w.com (media-w.com [204.202.15.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C9643D48; Sun, 12 Mar 2006 16:41:05 +0000 (GMT) (envelope-from nobutaka@nobutaka.org) Received: from bullet.internal.nobutaka.org (j069090.ppp.asahi-net.or.jp [61.213.69.90]) (authenticated bits=0) by media-w.com (8.13.1/8.13.1) with ESMTP id k2CGf460056126; Mon, 13 Mar 2006 01:41:05 +0900 (JST) Date: Mon, 13 Mar 2006 01:41:03 +0900 Message-ID: <86r757r4yo.wl%nobutaka@nobutaka.org> From: MANTANI Nobutaka To: Hideyuki KURASHINA In-Reply-To: <20060313.004512.55510725.rushani@FreeBSD.org> References: <20060313.004512.55510725.rushani@FreeBSD.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0 (media-w.com [204.202.15.129]); Mon, 13 Mar 2006 01:41:05 +0900 (JST) Cc: ports@freebsd.org Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 16:41:12 -0000 At Mon, 13 Mar 2006 00:45:12 +0900 (JST), Hideyuki KURASHINA wrote: > > I found the rskkserv (ports/japanese/rskkserv; Simple Kana to Kanji > conversion server program in Ruby) eats much CPU time. This results > in increased load average (over 1, here). It also prevents one of > powerd(8) merits (i.e., battery life improvement) on cpufreq-awared > laptops. > > When I disabled pthreads support for Ruby by WITHOUT_PTHREADS knob, > the problem has gone. I confirmed it on FreeBSD 6.0 and > ruby-1.8.4_4,1. japanese/migemo port also has problem with ruby-1.8.4. It fails to build by illegal instruction error on 7-current, 6-stable and 5-stable. With ruby installed from lang/ruby18-nopthreads port, it builds successfully. But lang/ruby18-nopthreads port and lang/ruby18-nopthreads port conflicts each other. > I would like to see ports/lang/ruby18 will be built without pthreads > support by default. I'll second this. -- MANTANI Nobutaka nobutaka@nobutaka.org, nobutaka@freebsd.org From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 16:57:34 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC9C716A401; Sun, 12 Mar 2006 16:57:13 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C6843D49; Sun, 12 Mar 2006 16:57:12 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id k2CGvBN20526; Mon, 13 Mar 2006 01:57:11 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <441452E7.3010809@jp.FreeBSD.org> Date: Mon, 13 Mar 2006 01:57:11 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: ports@freebsd.org, pav@freebsd.org References: <20060313.004512.55510725.rushani@FreeBSD.org> In-Reply-To: <20060313.004512.55510725.rushani@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 16:57:34 -0000 No matter we like it or not, ruby(1) is one of the first priority tools for FreeBSD users -- its ports should be stable as much as possible. I've heard from my colleague that dtcps(8) (DTCP server) has affected by this problem you mentioned. Other problems may coming... so > I would like to see ports/lang/ruby18 will be built without pthreads > support by default. Seconded. Since this ports MAINTAINER is ports@FreeBSD.org, if there's no applications that requires pthreaded ruby, turn off by default (and on if required) would be enough. BTW, didn't you see any problems, pav? -- Makoto `MAR' Matsushita From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 17:03:15 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EAE16A43D for ; Sun, 12 Mar 2006 17:03:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DEE43D45 for ; Sun, 12 Mar 2006 17:03:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id k2CH37Pp049261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Mar 2006 18:03:07 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id k2CH36Vq049248; Sun, 12 Mar 2006 18:03:06 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Makoto Matsushita In-Reply-To: <441452E7.3010809@jp.FreeBSD.org> References: <20060313.004512.55510725.rushani@FreeBSD.org> <441452E7.3010809@jp.FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PIS9wKi1HVs27X5uwyTq" Date: Sun, 12 Mar 2006 18:03:06 +0100 Message-Id: <1142182986.64145.8.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: ports@FreeBSD.org Subject: Re: Ruby oddity (pthreads) 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, 12 Mar 2006 17:03:15 -0000 --=-PIS9wKi1HVs27X5uwyTq Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Makoto Matsushita p=ED=B9e v po 13. 03. 2006 v 01:57 +0900: > No matter we like it or not, ruby(1) is one of the first priority tools f= or > FreeBSD users -- its ports should be stable as much as possible. >=20 > I've heard from my colleague that dtcps(8) (DTCP server) has affected by = this > problem you mentioned. Other problems may coming... so >=20 > > I would like to see ports/lang/ruby18 will be built without pthreads > > support by default. >=20 > Seconded. Since this ports MAINTAINER is ports@FreeBSD.org, if there's n= o > applications that requires pthreaded ruby, turn off by default (and on if > required) would be enough. I made threaded ruby the default, because the Gtk+/GNOME bindings for Ruby rely on it being threaded. There are some rather nice apps using those libraries... --=20 Pav Lucistnik What is the airspeed velocity of an unladen swallow? --=-PIS9wKi1HVs27X5uwyTq Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEFFRKntdYP8FOsoIRAtG7AJwNWm27gZ2i8Ff6NATRJ/2qK/nWwACgvO0L xJrEV38OaPrOwapaqev7jDM= =b9NE -----END PGP SIGNATURE----- --=-PIS9wKi1HVs27X5uwyTq-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 17:19:35 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 249F916A400; Sun, 12 Mar 2006 17:19:31 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1849643D49; Sun, 12 Mar 2006 17:19:29 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from [192.168.120.243] (localhost [127.0.0.1]) by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id k2CHJSN23523; Mon, 13 Mar 2006 02:19:28 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-ID: <4414581B.1070800@jp.FreeBSD.org> Date: Mon, 13 Mar 2006 02:19:23 +0900 From: Makoto Matsushita User-Agent: Thunderbird MIME-Version: 1.0 To: ports@freebsd.org References: <20060313.004512.55510725.rushani@FreeBSD.org> <441452E7.3010809@jp.FreeBSD.org> <1142182986.64145.8.camel@ikaros.oook.cz> In-Reply-To: <1142182986.64145.8.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: pav@freebsd.org Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 17:19:35 -0000 > I made threaded ruby the default, because the Gtk+/GNOME bindings for > Ruby rely on it being threaded. There are some rather nice apps using > those libraries... Reasonable, so we have to make lang/ruby18 ports to two ports -- one is for pthread ruby and another is non-pthreaded ruby. Both ports must be installed to the same system without any conflicts. Any volunteers, or we have to wait until my superman, nork-san has a free time to do that? :-) We have another problems here; what is the default ruby, pthreaded or non-phtreaded. My vote goes to non-pthreaded, since "default to pthreaded" may slow for users who doesn't require pthread. -- Makoto `MAR' Matsushita From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 17:26:07 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C6516A402 for ; Sun, 12 Mar 2006 17:26:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F5343D46 for ; Sun, 12 Mar 2006 17:26:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id k2CHQ3NJ065947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 12 Mar 2006 18:26:03 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id k2CHQ31e065942; Sun, 12 Mar 2006 18:26:03 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Makoto Matsushita In-Reply-To: <4414581B.1070800@jp.FreeBSD.org> References: <20060313.004512.55510725.rushani@FreeBSD.org> <441452E7.3010809@jp.FreeBSD.org> <1142182986.64145.8.camel@ikaros.oook.cz> <4414581B.1070800@jp.FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PoBWjBhJQcrSFoFkuhc0" Date: Sun, 12 Mar 2006 18:26:02 +0100 Message-Id: <1142184362.64145.9.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: ports@FreeBSD.org Subject: Re: Ruby oddity (pthreads) 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, 12 Mar 2006 17:26:07 -0000 --=-PoBWjBhJQcrSFoFkuhc0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Makoto Matsushita p=ED=B9e v po 13. 03. 2006 v 02:19 +0900: > > I made threaded ruby the default, because the Gtk+/GNOME bindings for > > Ruby rely on it being threaded. There are some rather nice apps using > > those libraries... >=20 > Reasonable, so we have to make lang/ruby18 ports to two ports -- one is f= or > pthread ruby and another is non-pthreaded ruby. Both ports must be insta= lled > to the same system without any conflicts. Any volunteers, or we have to = wait > until my superman, nork-san has a free time to do that? :-) Sounds reasonable. > We have another problems here; what is the default ruby, pthreaded or > non-phtreaded. My vote goes to non-pthreaded, since "default to pthreade= d" > may slow for users who doesn't require pthread. No preference here. --=20 Pav Lucistnik It whines, glows and fades... --=-PoBWjBhJQcrSFoFkuhc0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEFFmqntdYP8FOsoIRAibnAKDJJGJ5qoDpWv2cuXy5d0b66vR9EwCgizh1 nglraEHNMQMQxO2O5lfkHd0= =wQ5v -----END PGP SIGNATURE----- --=-PoBWjBhJQcrSFoFkuhc0-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 18:11:32 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BACB16A400; Sun, 12 Mar 2006 18:11:32 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B1A43D46; Sun, 12 Mar 2006 18:11:31 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by centrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060312181130.BUZU8484.centrmmtao02.cox.net@mezz.mezzweb.com>; Sun, 12 Mar 2006 13:11:30 -0500 Date: Sun, 12 Mar 2006 12:13:13 -0600 To: "Makoto Matsushita" References: <20060313.004512.55510725.rushani@FreeBSD.org> <441452E7.3010809@jp.FreeBSD.org> <1142182986.64145.8.camel@ikaros.oook.cz> <4414581B.1070800@jp.FreeBSD.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <4414581B.1070800@jp.FreeBSD.org> User-Agent: Opera M2/8.52 (Linux, build 1631) Cc: ports@freebsd.org, pav@freebsd.org Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 18:11:32 -0000 On Sun, 12 Mar 2006 11:19:23 -0600, Makoto Matsushita wrote: >> I made threaded ruby the default, because the Gtk+/GNOME bindings for >> Ruby rely on it being threaded. There are some rather nice apps using >> those libraries... But, all they need are ${PTHREAD_LIBS} and it will working w/out enable thread. The ruby-gtk2/ruby-gnome2 aren't alone, it also for ruby-opengl, ruby-sdl, ruby-wx and etc. > Reasonable, so we have to make lang/ruby18 ports to two ports -- one is > for > pthread ruby and another is non-pthreaded ruby. Both ports must be > installed > to the same system without any conflicts. Any volunteers, or we have to > wait > until my superman, nork-san has a free time to do that? :-) No thanks, we used to have ruby18 and ruby18_r, and it was messy and headache. I am the one that suggested to remove and everything was solved by using ${PTHREAD_LIBS} with disable pthread. I would like to see we go back to same way what lofi and I did with ruby before. http://lists.freebsd.org/pipermail/cvs-ports/2005-February/058420.html > We have another problems here; what is the default ruby, pthreaded or > non-phtreaded. My vote goes to non-pthreaded, since "default to > pthreaded" > may slow for users who doesn't require pthread. http://lists.freebsd.org/pipermail/cvs-ports/2006-January/084479.html Hopeful either Ruby 1.9 or Ruby 2 will solving all of issues with new thread stuff. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 18:42:32 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5B316A43C; Sun, 12 Mar 2006 18:42:30 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 235EA43D6D; Sun, 12 Mar 2006 18:42:27 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 0CD544A; Sun, 12 Mar 2006 12:42:27 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3714861C32; Sun, 12 Mar 2006 12:42:26 -0600 (CST) Date: Sun, 12 Mar 2006 12:42:26 -0600 From: "Matthew D. Fuller" To: Norikatsu Shigemura Message-ID: <20060312184226.GA21363@over-yonder.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <20060311234731.GA91232@over-yonder.net> <200603120830.56438.gerard@seibercom.net> <20060312225132.a66b9005.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060312225132.a66b9005.nork@FreeBSD.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: ports@FreeBSD.org, gerard@seibercom.net, freebsd-questions@FreeBSD.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 18:42:32 -0000 On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of Norikatsu Shigemura, and lo! it spake thus: > > + to the latest versions. Please remove the following entries > + manually from $PREFIX/info/dir before upgrading them to > + vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later) > + respectively. I don't think that's right. I DID remove them. The problem is that when doing the 'make install', the program's own installation process installs then, THEN the bsd.ports.mk's INFO= process tries to install them again and blows up. -- 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 Mar 12 19:00:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4DF16A406 for ; Sun, 12 Mar 2006 19:00:13 +0000 (GMT) (envelope-from marcov@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C083E43D7F for ; Sun, 12 Mar 2006 19:00:07 +0000 (GMT) (envelope-from marcov@stack.nl) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mailhost.stack.nl (Postfix) with ESMTP id BF3F4A3008 for ; Sun, 12 Mar 2006 20:00:06 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 816) id B37DB228B4; Sun, 12 Mar 2006 20:00:06 +0100 (CET) To: freebsd-ports@freebsd.org Date: Sun, 12 Mar 2006 20:00:06 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL122g (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Message-Id: <20060312190006.B37DB228B4@snail.stack.nl> From: marcov@stack.nl (Marco van de Voort) Subject: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 19:00:14 -0000 > > storage size of 's_info' isn't known > > > > Line 400 in the .c file are: > > struct sysinfo s_info; > > > > All help appreciated! > > > > \\troback > > > I'm not too much of a programmer, but if you let me know what source you > are trying to compile, I could possibly take a look at it when I have > some time. I'm sure we can figure something out. Otherwise I'm sure > there are some more friendly faces on this list that could assist you. I > think this is more of a -questions type of question, since it doesnt > have to deal with the ports infrastructure. Maybe try there? Send a link > to download the source you are trying to compile and related information > in your porting effort and I'll see what I can do. IIRC sysinfo is an old syscall (function?) that gives some info like uptime, load, memory, number of procs and a small string. (I only have an old pascal source from the linux specific part of our port, but that should give you a good idea of the type of fields:) TSysinfo = packed record uptime : longint; loads : array[1..3] of longint; totalram, freeram, sharedram, bufferram, totalswap, freeswap : longint; procs : integer; s : string[18]; // char c[19] probably. end; Note this prototype is a bit old, there might be fields added. I think all stuff that could be gotten using a few sysctls. However the problem is what it does with that info. If it e.g. takes decisions based on "ram" amounts it depends on how it counts. The same with "load". From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 19:27:45 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4156F16A400; Sun, 12 Mar 2006 19:27:45 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C9743D49; Sun, 12 Mar 2006 19:27:44 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru ([88.147.139.32]) (authenticated bits=0) by smtp.hispeed.ch (8.12.6/8.12.6/taifun-1.0) with ESMTP id k2CJRcGW011165; Sun, 12 Mar 2006 20:27:41 +0100 Date: Sun, 12 Mar 2006 22:27:43 +0000 From: Roman Bogorodskiy To: Norikatsu Shigemura Message-ID: <20060312222743.GA721@underworld.novel.ru> Mail-Followup-To: Norikatsu Shigemura , lofi@FreeBSD.org, ports@FreeBSD.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20060228221052.03ce1150.nork@FreeBSD.org> <200602282033.12025.arved@freebsd.org> <440D379F.9090908@freebsd.org> <20060307230840.ac6da540.nork@FreeBSD.org> <20060308144816.GC877@underworld.novel.ru> <20060311003053.69941008.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20060311003053.69941008.nork@FreeBSD.org> X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on smtp-07.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-07.tornado.cablecom.ch 32700; Body=5 Fuz1=5 Fuz2=5 Cc: ports@FreeBSD.org, arved@FreeBSD.org, lofi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: security/dirmngr: install issue on 6.1-PRERELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 19:27:45 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Norikatsu Shigemura wrote: > On Wed, 8 Mar 2006 14:48:16 +0000 > Roman Bogorodskiy wrote: > > > I made a patch to fix this issue. But I don't know that > > > this patch is ok. Because I don't know which texinfo's version > > > is expected:-(. And maybe I think, /usr/ports/UPDATING should > > > be updated(pkg_delete texinfo-4.8_3). > > Well, that was done because texinfo that comes with FreeBSD 5.x and 4.x > > are too old and building docs fails with it. Texinfo from 6.x seems to > > be OK, yes, though it's better to check it. >=20 > Hi novel. > Please, please:-). It builds OK on both 5.x, 6.x and 7.x. I don't quite understand what problems bring using texinfo from ports, so the question is: does it worth committing during the freeze? > Hi lofi. > Well, I found a essential typo in security/dirmngr. It causes > this issue. I think that following patch should be applied. > However, in already installed environment, make reinstall will > be failed. >=20 > # cd /usr/ports/security/dirmngr > # make deinstall (remove current dirmngr) > # make install (install new dirmngr applied following patch) > : > install-info --quiet /usr/local/info/dirmngr.info /usr/local/info/dir > install-info: menu item `dirmngr-client' already exists, for file `gnupg' > # fgrep dirmngr /usr/local/info/dir > * dirmngr: (gnupg). X.509 CRL and OCSP server. > * dirmngr-client: (gnupg). X.509 CRL and OCSP client. >=20 > Because I consider that above description in /usr/local/info/dir > should be manually removed by hand, so annouce this thing on > /usr/ports/UPDATING. How about do you think? Roman Bogorodskiy --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBRBSgX4B0WzgdqspGAQLbVAP+LUpZ/C4HR3TdbKh7ewNscpeZEWxxCocp niGaUD0CtQpPbaMgRdeyOksGb12GDHG4ryZ1WWjljn+mw36vtG5tTNhKzMVELAX1 E0YKcSMv3FjyjoGO2RgakCk8t8TslCelMbG1al3yCpu3ltvOVU/XmAo0LoUfa/8e W4qvGKADAEk= =mF68 -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 19:27:45 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4156F16A400; Sun, 12 Mar 2006 19:27:45 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C9743D49; Sun, 12 Mar 2006 19:27:44 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru ([88.147.139.32]) (authenticated bits=0) by smtp.hispeed.ch (8.12.6/8.12.6/taifun-1.0) with ESMTP id k2CJRcGW011165; Sun, 12 Mar 2006 20:27:41 +0100 Date: Sun, 12 Mar 2006 22:27:43 +0000 From: Roman Bogorodskiy To: Norikatsu Shigemura Message-ID: <20060312222743.GA721@underworld.novel.ru> Mail-Followup-To: Norikatsu Shigemura , lofi@FreeBSD.org, ports@FreeBSD.org, arved@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20060228221052.03ce1150.nork@FreeBSD.org> <200602282033.12025.arved@freebsd.org> <440D379F.9090908@freebsd.org> <20060307230840.ac6da540.nork@FreeBSD.org> <20060308144816.GC877@underworld.novel.ru> <20060311003053.69941008.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20060311003053.69941008.nork@FreeBSD.org> X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on smtp-07.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-07.tornado.cablecom.ch 32700; Body=5 Fuz1=5 Fuz2=5 Cc: ports@FreeBSD.org, arved@FreeBSD.org, lofi@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: security/dirmngr: install issue on 6.1-PRERELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 19:27:45 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Norikatsu Shigemura wrote: > On Wed, 8 Mar 2006 14:48:16 +0000 > Roman Bogorodskiy wrote: > > > I made a patch to fix this issue. But I don't know that > > > this patch is ok. Because I don't know which texinfo's version > > > is expected:-(. And maybe I think, /usr/ports/UPDATING should > > > be updated(pkg_delete texinfo-4.8_3). > > Well, that was done because texinfo that comes with FreeBSD 5.x and 4.x > > are too old and building docs fails with it. Texinfo from 6.x seems to > > be OK, yes, though it's better to check it. >=20 > Hi novel. > Please, please:-). It builds OK on both 5.x, 6.x and 7.x. I don't quite understand what problems bring using texinfo from ports, so the question is: does it worth committing during the freeze? > Hi lofi. > Well, I found a essential typo in security/dirmngr. It causes > this issue. I think that following patch should be applied. > However, in already installed environment, make reinstall will > be failed. >=20 > # cd /usr/ports/security/dirmngr > # make deinstall (remove current dirmngr) > # make install (install new dirmngr applied following patch) > : > install-info --quiet /usr/local/info/dirmngr.info /usr/local/info/dir > install-info: menu item `dirmngr-client' already exists, for file `gnupg' > # fgrep dirmngr /usr/local/info/dir > * dirmngr: (gnupg). X.509 CRL and OCSP server. > * dirmngr-client: (gnupg). X.509 CRL and OCSP client. >=20 > Because I consider that above description in /usr/local/info/dir > should be manually removed by hand, so annouce this thing on > /usr/ports/UPDATING. How about do you think? Roman Bogorodskiy --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBRBSgX4B0WzgdqspGAQLbVAP+LUpZ/C4HR3TdbKh7ewNscpeZEWxxCocp niGaUD0CtQpPbaMgRdeyOksGb12GDHG4ryZ1WWjljn+mw36vtG5tTNhKzMVELAX1 E0YKcSMv3FjyjoGO2RgakCk8t8TslCelMbG1al3yCpu3ltvOVU/XmAo0LoUfa/8e W4qvGKADAEk= =mF68 -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 22:23:08 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214B216A400; Sun, 12 Mar 2006 22:23:07 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA4C43D49; Sun, 12 Mar 2006 22:23:06 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id ADEC55100F4; Sun, 12 Mar 2006 17:23:04 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08126-01-2; Sun, 12 Mar 2006 17:23:02 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id D7FFA5100F7; Sun, 12 Mar 2006 17:23:01 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k2CMN2Y3002841; Sun, 12 Mar 2006 17:23:02 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k2CMN1bs002840; Sun, 12 Mar 2006 17:23:01 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sun, 12 Mar 2006 17:22:29 -0500 User-Agent: KMail/1.9.1 References: <20060310173657.Q40614@seibercom.net> <20060312225132.a66b9005.nork@FreeBSD.org> <20060312184226.GA21363@over-yonder.net> In-Reply-To: <20060312184226.GA21363@over-yonder.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1629803.kDhmNMOa4B"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200603121723.01194.gerard@seibercom.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net Cc: ports@freebsd.org, Norikatsu Shigemura , "Matthew D. Fuller" Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 22:23:08 -0000 --nextPart1629803.kDhmNMOa4B Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Matthew D. Fuller wrote: > On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of > > Norikatsu Shigemura, and lo! it spake thus: > > + to the latest versions. Please remove the following entries > > + manually from $PREFIX/info/dir before upgrading them to > > + vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later) > > + respectively. > > I don't think that's right. I DID remove them. The problem is that > when doing the 'make install', the program's own installation process > installs then, THEN the bsd.ports.mk's INFO=3D process tries to install > them again and blows up. I can confirm that (I think). I tried removing all of the info files I=20 could find and still the install failed. The files I removed had been=20 replaced however. I am, of course, assuming that I did in fact remove=20 all of the correct files. =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --nextPart1629803.kDhmNMOa4B Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEFJ9EchM2dIO+3uMRAkoEAJ9OgdzQyOg7l/gHP9HwPQh2SMeauQCfSIiE 17HW8xlkRa7PrpM83wV6wtQ= =bXsD -----END PGP SIGNATURE----- --nextPart1629803.kDhmNMOa4B-- From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 22:24:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CD416A402 for ; Sun, 12 Mar 2006 22:24:19 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C4CD43D58 for ; Sun, 12 Mar 2006 22:24:16 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 96029 invoked from network); 12 Mar 2006 22:24:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=qjXm1+clrK+Gl0imF0wWzSVaz1qAxbpXxQHi86LR0B67KGfNd+P3xSi4s++aaB7159RPrgxWsnc8OlE3F4Q23Bh4RmZjPt3mnHW+fA9ueW88DI5MHGV8nWvUEFRNih6+1hw6GdKg1cnSgYKEE9oxiXcd6aFMJwn93kRir90siFw= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp106.rog.mail.re2.yahoo.com with SMTP; 12 Mar 2006 22:24:16 -0000 Message-ID: <44149FA4.1070102@rogers.com> Date: Sun, 12 Mar 2006 17:24:36 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Paul Khavkine References: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> In-Reply-To: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Problem with FreeRADIUS 1.1.0 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: Sun, 12 Mar 2006 22:24:19 -0000 Paul Khavkine wrote: > > Hi. > > > I just installed net/freeradius port and it crashes when ran in debug > mode (radiusd -X): Seems to work ok here: FreeBSD test.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Mar 12 16:05:16 EST 2006 amd64 freeradius-1.1.0_2 A free RADIUS server implementation -- # radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /usr/local/etc/raddb/clients.conf Config: including file: /usr/local/etc/raddb/sql.conf main: prefix = "/usr/local" main: localstatedir = "/var" main: logdir = "/var/log" main: libdir = "/usr/local/lib" main: radacctdir = "/var/log/radacct" main: hostname_lookups = no main: max_request_time = 30 main: cleanup_delay = 5 main: max_requests = 1024 main: delete_blocked_requests = 0 main: port = 0 main: allow_core_dumps = no main: log_stripped_names = no main: log_file = "/var/log/radius.log" main: log_auth = no main: log_auth_badpass = no main: log_auth_goodpass = no main: pidfile = "/var/run/radiusd/radiusd.pid" main: user = "(null)" main: group = "(null)" main: usercollide = no main: lower_user = "no" main: lower_pass = "no" main: nospace_user = "no" main: nospace_pass = "no" main: checkrad = "/usr/local/sbin/checkrad" main: proxy_requests = no security: max_attributes = 200 security: reject_delay = 1 security: status_server = no main: debug_level = 0 read_config_files: reading dictionary read_config_files: reading naslist read_config_files: reading clients read_config_files: reading realms radiusd: entering modules setup Module: Library search path is /usr/local/lib Module: Loaded exec exec: wait = yes exec: program = "(null)" exec: input_pairs = "request" exec: output_pairs = "(null)" exec: packet_type = "(null)" rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP pap: encryption_scheme = "crypt" Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP mschap: use_mppe = yes mschap: require_encryption = no mschap: require_strong = no mschap: with_ntdomain_hack = no mschap: passwd = "(null)" mschap: authtype = "MS-CHAP" mschap: ntlm_auth = "(null)" Module: Instantiated mschap (mschap) Module: Loaded preprocess preprocess: huntgroups = "/usr/local/etc/raddb/huntgroups" preprocess: hints = "/usr/local/etc/raddb/hints" preprocess: with_ascend_hack = no preprocess: ascend_channels_per_line = 23 preprocess: with_ntdomain_hack = no preprocess: with_specialix_jetstream_hack = no preprocess: with_cisco_vsa_hack = no Module: Instantiated preprocess (preprocess) Module: Loaded realm realm: format = "suffix" realm: delimiter = "@" realm: ignore_default = no realm: ignore_null = no Module: Instantiated realm (suffix) Module: Loaded Acct-Unique-Session-Id acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port" Module: Instantiated acct_unique (acct_unique) Module: Loaded detail detail: detailfile = "/var/log/radacct/%{Client-IP-Address}/detail-%Y%m%d" detail: detailperm = 384 detail: dirperm = 493 detail: locking = no Module: Instantiated detail (detail) Module: Loaded radutmp radutmp: filename = "/var/log/radutmp" radutmp: username = "%{User-Name}" radutmp: case_sensitive = yes radutmp: check_with_nas = yes radutmp: perm = 384 radutmp: callerid = yes Module: Instantiated radutmp (radutmp) Listening on authentication *:1812 Listening on accounting *:1813 Ready to process requests. From owner-freebsd-ports@FreeBSD.ORG Sun Mar 12 22:36:21 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E2C16A405; Sun, 12 Mar 2006 22:36:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36B343D49; Sun, 12 Mar 2006 22:36:18 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2CMaHhp078580; Mon, 13 Mar 2006 07:36:17 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 13 Mar 2006 07:36:17 +0900 From: Norikatsu Shigemura To: gerard@seibercom.net Message-Id: <20060313073617.3b7c8016.nork@FreeBSD.org> In-Reply-To: <200603121723.01194.gerard@seibercom.net> References: <20060310173657.Q40614@seibercom.net> <20060312225132.a66b9005.nork@FreeBSD.org> <20060312184226.GA21363@over-yonder.net> <200603121723.01194.gerard@seibercom.net> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 13 Mar 2006 07:36:17 +0900 (JST) Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org, fullermd@over-yonder.net, nork@FreeBSD.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Mar 2006 22:36:21 -0000 On Sun, 12 Mar 2006 17:22:29 -0500 Gerard Seibert wrote: > Matthew D. Fuller wrote: > > On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of > > Norikatsu Shigemura, and lo! it spake thus: > > > + to the latest versions. Please remove the following entries > > > + manually from $PREFIX/info/dir before upgrading them to > > > + vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and later) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ *NOTE*These ports are not released. > > > + respectively. > > I don't think that's right. I DID remove them. The problem is that > > when doing the 'make install', the program's own installation process > > installs then, THEN the bsd.ports.mk's INFO= process tries to install > > them again and blows up. > I can confirm that (I think). I tried removing all of the info files I > could find and still the install failed. The files I removed had been > replaced however. I am, of course, assuming that I did in fact remove > all of the correct files. I'll commit above message and to fix .texi's typos. Yes, there are still typos in these ports's .text file. So there is still a problem. Now I'm waiting for portmgr's approval. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 00:25:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E869D16A401 for ; Mon, 13 Mar 2006 00:25:00 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EBC43D45 for ; Mon, 13 Mar 2006 00:25:00 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIars-0006r5-0m for freebsd-ports@freebsd.org; Mon, 13 Mar 2006 00:25:00 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIarq-000L5B-Rd for freebsd-ports@freebsd.org; Sun, 12 Mar 2006 14:24:58 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17428.48090.416936.142264@roam.psg.com> Date: Sun, 12 Mar 2006 14:24:58 -1000 To: freebsd ports Subject: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 00:25:01 -0000 running thinkpad t41 i386 on -current two questions o how do i tell portmanager to force the single port, and not everything on which it depends as in -f? o why did portmanager not rebuild in the following case. as i can not force, then who is responsible to see ports with changes are rebuilt? randy cvsup showed Edit ports/print/acroread7/Makefile Add delta 1.17 2006.03.11.19.43.09 hrs but # portmanager print/acroread7 ------------------------------------------------------------------------ portmanager 0.4.1_5: Collecting installed port data ------------------------------------------------------------------------ -0001 acroread7-7.0.1,1 /print/acroread7 -0002 acroreadwrapper-0.0.20060221 /print/acroreadwrapper -0003 linux-gtk2-2.4.14_3 /x11-toolkits/linux-gtk2 -0004 linux-pango-1.6.0_1 /x11-toolkits/linux-pango -0005 linux_base-8-8.0_14 /emulators/linux_base-8 -0006 linux-XFree86-libs-4.3.99.902_7 /x11/linux-XFree86-libs -0007 xorg-libraries-6.9.0 /x11/xorg-libraries -0008 rpm-3.0.6_13 /archivers/rpm -0009 linux-glib2-2.4.8_1 /devel/linux-glib2 -0010 linux-atk-1.8.0_1 /accessibility/linux-atk -0011 linux-jpeg-6b.33 /graphics/linux-jpeg -0012 linux-png-1.2.8 /graphics/linux-png -0013 linux-tiff-3.6.1_5 /graphics/linux-tiff -0014 linux-fontconfig-2.2.3_2 /x11-fonts/linux-fontconfig -0015 linux-expat-1.95.7 /textproc/linux-expat -0016 imake-6.9.0 /devel/imake-6 -0017 libdrm-2.0_1 /graphics/libdrm -0018 freetype2-2.1.10_3 /print/freetype2 -0019 fontconfig-2.3.2_3,1 /x11-fonts/fontconfig -0020 gmake-3.80_2 /devel/gmake -0021 automake-1.4.6_2 /devel/automake14 -0022 autoconf-2.13.000227_5 /devel/autoconf213 -0023 libtool-1.5.22_2 /devel/libtool15 -0024 popt-1.7_1 /devel/popt -0025 gettext-0.14.5_2 /devel/gettext -0026 perl-5.8.8 /lang/perl5.8 -0027 pkgconfig-0.20 /devel/pkgconfig -0028 expat-2.0.0_1 /textproc/expat2 -0029 m4-1.4.4 /devel/m4 -0030 libiconv-1.9.2_2 /converters/libiconv ------------------------------------------------------------------------ Port Status Report ------------------------------------------------------------------------ 00001 have:acroread7-7.0.1,1 /print/acroread7 CURRENT 00002 have:acroreadwrapper-0.0.20060221 /print/acroreadwrapper CURRENT 00003 have:linux-gtk2-2.4.14_3 /x11-toolkits/linux-gtk2 CURRENT 00004 have:linux-pango-1.6.0_1 /x11-toolkits/linux-pango CURRENT 00005 have:linux_base-8-8.0_14 /emulators/linux_base-8 CURRENT 00006 have:linux-XFree86-libs-4.3.99.902_7 /x11/linux-XFree86-libs CURRENT 00007 have:xorg-libraries-6.9.0 /x11/xorg-libraries CURRENT 00008 have:rpm-3.0.6_13 /archivers/rpm CURRENT 00009 have:linux-glib2-2.4.8_1 /devel/linux-glib2 CURRENT 00010 have:linux-atk-1.8.0_1 /accessibility/linux-atk CURRENT 00011 have:linux-jpeg-6b.33 /graphics/linux-jpeg CURRENT 00012 have:linux-png-1.2.8 /graphics/linux-png CURRENT 00013 have:linux-tiff-3.6.1_5 /graphics/linux-tiff CURRENT 00014 have:linux-fontconfig-2.2.3_2 /x11-fonts/linux-fontconfig CURRENT 00015 have:linux-expat-1.95.7 /textproc/linux-expat CURRENT 00016 have:imake-6.9.0 /devel/imake-6 CURRENT 00017 have:libdrm-2.0_1 /graphics/libdrm CURRENT 00018 have:freetype2-2.1.10_3 /print/freetype2 CURRENT 00019 have:fontconfig-2.3.2_3,1 /x11-fonts/fontconfig CURRENT 00020 have:gmake-3.80_2 /devel/gmake CURRENT 00021 have:automake-1.4.6_2 /devel/automake14 CURRENT 00022 have:autoconf-2.13.000227_5 /devel/autoconf213 CURRENT 00023 have:libtool-1.5.22_2 /devel/libtool15 CURRENT 00024 have:popt-1.7_1 /devel/popt CURRENT 00025 have:gettext-0.14.5_2 /devel/gettext CURRENT 00026 have:perl-5.8.8 /lang/perl5.8 CURRENT 00027 have:pkgconfig-0.20 /devel/pkgconfig CURRENT 00028 have:expat-2.0.0_1 /textproc/expat2 CURRENT 00029 have:m4-1.4.4 /devel/m4 CURRENT 00030 have:libiconv-1.9.2_2 /converters/libiconv CURRENT ======================================================================== portmanager 0.4.1_5 INFO: all ports are up to date From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 02:35:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6186816A41F for ; Mon, 13 Mar 2006 02:35:23 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from smtp102.sbc.mail.re2.yahoo.com (smtp102.sbc.mail.re2.yahoo.com [68.142.229.103]) by mx1.FreeBSD.org (Postfix) with SMTP id EDFA343D46 for ; Mon, 13 Mar 2006 02:35:22 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 93362 invoked from network); 13 Mar 2006 02:35:22 -0000 Received: from unknown (HELO ?192.168.1.197?) (donaldj@ameritech.net@69.210.197.35 with plain) by smtp102.sbc.mail.re2.yahoo.com with SMTP; 13 Mar 2006 02:35:22 -0000 From: "Donald J. O'Neill" To: freebsd-ports@freebsd.org Date: Sun, 12 Mar 2006 20:35:10 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> In-Reply-To: <17428.48090.416936.142264@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603122035.10272.donaldjoneill@gmail.com> Cc: Randy Bush Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 02:35:23 -0000 On Sunday 12 March 2006 18:24, Randy Bush wrote: > running thinkpad t41 i386 on -current > > two questions > > o how do i tell portmanager to force the single port, and > not everything on which it depends as in -f? > > o why did portmanager not rebuild in the following case. > as i can not force, then who is responsible to see ports > with changes are rebuilt? > > randy > > cvsup showed > > Edit ports/print/acroread7/Makefile > Add delta 1.17 2006.03.11.19.43.09 hrs > > but > > # portmanager print/acroread7 > --------------------------------------------------------------------- >--- portmanager 0.4.1_5: Collecting installed port data > --------------------------------------------------------------------- >--- -0001 acroread7-7.0.1,1 /print/acroread7 > -0002 acroreadwrapper-0.0.20060221 /print/acroreadwrapper > -0003 linux-gtk2-2.4.14_3 /x11-toolkits/linux-gtk2 > -0004 linux-pango-1.6.0_1 /x11-toolkits/linux-pango > -0005 linux_base-8-8.0_14 /emulators/linux_base-8 > -0006 linux-XFree86-libs-4.3.99.902_7 /x11/linux-XFree86-libs > -0007 xorg-libraries-6.9.0 /x11/xorg-libraries > -0008 rpm-3.0.6_13 /archivers/rpm > -0009 linux-glib2-2.4.8_1 /devel/linux-glib2 > -0010 linux-atk-1.8.0_1 /accessibility/linux-atk > -0011 linux-jpeg-6b.33 /graphics/linux-jpeg > -0012 linux-png-1.2.8 /graphics/linux-png > -0013 linux-tiff-3.6.1_5 /graphics/linux-tiff > -0014 linux-fontconfig-2.2.3_2 /x11-fonts/linux-fontconfig > -0015 linux-expat-1.95.7 /textproc/linux-expat > -0016 imake-6.9.0 /devel/imake-6 > -0017 libdrm-2.0_1 /graphics/libdrm > -0018 freetype2-2.1.10_3 /print/freetype2 > -0019 fontconfig-2.3.2_3,1 /x11-fonts/fontconfig > -0020 gmake-3.80_2 /devel/gmake > -0021 automake-1.4.6_2 /devel/automake14 > -0022 autoconf-2.13.000227_5 /devel/autoconf213 > -0023 libtool-1.5.22_2 /devel/libtool15 > -0024 popt-1.7_1 /devel/popt > -0025 gettext-0.14.5_2 /devel/gettext > -0026 perl-5.8.8 /lang/perl5.8 > -0027 pkgconfig-0.20 /devel/pkgconfig > -0028 expat-2.0.0_1 /textproc/expat2 > -0029 m4-1.4.4 /devel/m4 > -0030 libiconv-1.9.2_2 /converters/libiconv > --------------------------------------------------------------------- >--- Port Status Report > --------------------------------------------------------------------- >--- 00001 have:acroread7-7.0.1,1 /print/acroread7 > CURRENT 00002 have:acroreadwrapper-0.0.20060221 > /print/acroreadwrapper CURRENT 00003 > have:linux-gtk2-2.4.14_3 /x11-toolkits/linux-gtk2 > CURRENT 00004 have:linux-pango-1.6.0_1 > /x11-toolkits/linux-pango CURRENT 00005 > have:linux_base-8-8.0_14 /emulators/linux_base-8 > CURRENT 00006 have:linux-XFree86-libs-4.3.99.902_7 > /x11/linux-XFree86-libs CURRENT 00007 > have:xorg-libraries-6.9.0 /x11/xorg-libraries > CURRENT 00008 have:rpm-3.0.6_13 > /archivers/rpm CURRENT 00009 > have:linux-glib2-2.4.8_1 /devel/linux-glib2 > CURRENT 00010 have:linux-atk-1.8.0_1 > /accessibility/linux-atk CURRENT 00011 > have:linux-jpeg-6b.33 /graphics/linux-jpeg > CURRENT 00012 have:linux-png-1.2.8 > /graphics/linux-png CURRENT 00013 > have:linux-tiff-3.6.1_5 /graphics/linux-tiff > CURRENT 00014 have:linux-fontconfig-2.2.3_2 > /x11-fonts/linux-fontconfig CURRENT 00015 > have:linux-expat-1.95.7 /textproc/linux-expat > CURRENT 00016 have:imake-6.9.0 > /devel/imake-6 CURRENT 00017 have:libdrm-2.0_1 > /graphics/libdrm CURRENT > 00018 have:freetype2-2.1.10_3 /print/freetype2 > CURRENT 00019 have:fontconfig-2.3.2_3,1 > /x11-fonts/fontconfig CURRENT 00020 have:gmake-3.80_2 > /devel/gmake CURRENT > 00021 have:automake-1.4.6_2 /devel/automake14 > CURRENT 00022 have:autoconf-2.13.000227_5 > /devel/autoconf213 CURRENT 00023 > have:libtool-1.5.22_2 /devel/libtool15 > CURRENT 00024 have:popt-1.7_1 > /devel/popt CURRENT 00025 > have:gettext-0.14.5_2 /devel/gettext > CURRENT 00026 have:perl-5.8.8 > /lang/perl5.8 CURRENT 00027 have:pkgconfig-0.20 > /devel/pkgconfig CURRENT > 00028 have:expat-2.0.0_1 /textproc/expat2 > CURRENT 00029 have:m4-1.4.4 > /devel/m4 CURRENT 00030 > have:libiconv-1.9.2_2 /converters/libiconv > CURRENT > ===================================================================== >=== portmanager 0.4.1_5 INFO: all ports are up to date > > _______________________________________________ Randy, Take a look at the acroread Makefile and you'll see why you can't do anything with it. Don From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 02:44:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7CCF16A424 for ; Mon, 13 Mar 2006 02:44:33 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B58043D49 for ; Mon, 13 Mar 2006 02:44:33 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FId2u-000Arl-1X; Mon, 13 Mar 2006 02:44:32 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FId2s-000MSz-5x; Sun, 12 Mar 2006 16:44:30 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17428.56461.451976.293083@roam.psg.com> Date: Sun, 12 Mar 2006 16:44:29 -1000 To: "Donald J. O'Neill" References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 02:44:33 -0000 >> two questions >> >> o how do i tell portmanager to force the single port, and >> not everything on which it depends as in -f? >> >> o why did portmanager not rebuild in the following case. >> as i can not force, then who is responsible to see ports > with changes are rebuilt? > > Take a look at the acroread Makefile and you'll see why you can't do > anything with it. ok, so i am in the midst of the disgusting incantations for acroread. but i can not force build any other port. how does one force the build? randy From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 03:33:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E5516A443 for ; Mon, 13 Mar 2006 03:33:53 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-01-eri0.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.47.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E65943D45 for ; Mon, 13 Mar 2006 03:33:52 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-74-106.houston.res.rr.com (cpe-24-167-74-106.houston.res.rr.com [24.167.74.106]) by ms-smtp-01-eri0.texas.rr.com (8.13.4/8.13.4) with ESMTP id k2D3XprH012597 for ; Sun, 12 Mar 2006 21:33:51 -0600 (CST) From: David J Brooks Organization: KC5WNK To: freebsd-ports@freebsd.org Date: Sun, 12 Mar 2006 21:33:47 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> In-Reply-To: <17428.56461.451976.293083@roam.psg.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09R=09nSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603122133.47804.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: /var/db/pkg is empty! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 03:33:53 -0000 I'm not sure how it happened, but my /var partition was scrambled pretty badly, and now my /var/dbpkg and /var/db/ports directories are empty... which causes portversion and portugrade to produce the following messages: > portversion ** No matching installed package: * >portupgrade -a ** No such installed package: * Is there a way to rebuild the ports database so that these will work properly? -- Sure God created the world in only six days, but He didn't have an established userbase. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 05:56:56 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from localhost (hub.freebsd.org [216.136.204.18]) by hub.freebsd.org (Postfix) with ESMTP id 06F2216A401; Mon, 13 Mar 2006 05:56:55 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Date: Mon, 13 Mar 2006 14:56:47 +0900 (JST) Message-Id: <20060313.145647.48877146.rushani@FreeBSD.org> To: ume@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: References: <20060313.004512.55510725.rushani@FreeBSD.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: Ruby oddity (pthreads) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 05:56:56 -0000 Hi, Just for record... >>> On Mon, 13 Mar 2006 01:22:36 +0900, Hajimu UMEMOTO said: > Further, I heared that there are problems with pthread > enabled ruby. I noticed the bsfilter (ports/mail/bsfilter; bayesian spam filter written in Ruby) also has problem if pthreads support enabled. It won't be killed with ^C (SIGINT), so I have to use "kill -9" to terminate its process. Regards, -- rushani From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 06:20:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2786C16A400 for ; Mon, 13 Mar 2006 06:20:40 +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 DA6E843D45 for ; Mon, 13 Mar 2006 06:20:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 304BF1A3C25; Sun, 12 Mar 2006 22:20:39 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2755A51506; Mon, 13 Mar 2006 01:20:23 -0500 (EST) Date: Mon, 13 Mar 2006 01:20:18 -0500 From: Kris Kennaway To: David J Brooks Message-ID: <20060313062016.GA58379@xor.obsecurity.org> References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> <200603122133.47804.daeg@houston.rr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <200603122133.47804.daeg@houston.rr.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: /var/db/pkg is empty! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 06:20:40 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 12, 2006 at 09:33:47PM -0600, David J Brooks wrote: > I'm not sure how it happened, but my /var partition was scrambled pretty= =20 > badly, and now my /var/dbpkg and /var/db/ports directories are empty... w= hich=20 > causes portversion and portugrade to produce the following messages: >=20 > > portversion > ** No matching installed package: * >=20 > >portupgrade -a > ** No such installed package: * >=20 > Is there a way to rebuild the ports database so that these will work prop= erly? No, that was the only copy. Kris --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFQ8eWry0BWjoQKURAnLuAKCrlMfgf5jnCLf0kAhihMfd25wukACfWUNJ d1ImaGDhuZMZk4NXy274/t0= =P2Si -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 06:25:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5977816A41F for ; Mon, 13 Mar 2006 06:25:23 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-02-eri0.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.47.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D9AF43D5D for ; Mon, 13 Mar 2006 06:25:20 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-74-106.houston.res.rr.com (cpe-24-167-74-106.houston.res.rr.com [24.167.74.106]) by ms-smtp-02-eri0.texas.rr.com (8.13.4/8.13.4) with ESMTP id k2D6PIYC015206; Mon, 13 Mar 2006 00:25:19 -0600 (CST) From: David J Brooks Organization: KC5WNK To: freebsd-ports@freebsd.org Date: Mon, 13 Mar 2006 00:25:14 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603122133.47804.daeg@houston.rr.com> <20060313062016.GA58379@xor.obsecurity.org> In-Reply-To: <20060313062016.GA58379@xor.obsecurity.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09R=09nSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603130025.14762.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Kris Kennaway Subject: Re: /var/db/pkg is empty! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 06:25:23 -0000 On Monday 13 March 2006 00:20, Kris Kennaway wrote: > > Is there a way to rebuild the ports database so that these will work > > properly? > > No, that was the only copy. Indeed it was. My most recent backup was from -before- the libtool upgrades.. :/ Guess I'll have to redo it all from scratch. -- Sure God created the world in only six days, but He didn't have an established userbase. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 10:33:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31EB216A429 for ; Mon, 13 Mar 2006 10:33:42 +0000 (UTC) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C8543D73 for ; Mon, 13 Mar 2006 10:33:27 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id EA770A6C73; Mon, 13 Mar 2006 11:33:23 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id D9539D4C0E; Mon, 13 Mar 2006 11:47:00 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id AE5BAD4C08; Mon, 13 Mar 2006 11:47:00 +0100 (CET) Message-ID: <44154A73.4000705@vizija.si> Date: Mon, 13 Mar 2006 11:33:23 +0100 From: =?windows-1252?Q?Uro=9A_Gruber?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> In-Reply-To: <20060227214247.GE97309@svcolo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Cc: Jo Rhett Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 10:33:48 -0000 Jo Rhett wrote: >> On Tue, February 7, 2006 20:38, Mike Jakubik wrote: >> >>> What conflict? If you want the apache module and cli use >>> /usr/ports/lang/php5 . >>> > > On Tue, Feb 07, 2006 at 11:03:08PM +0100, Uro?? Gruber wrote: > >> Can you please read the subject. >> > > Could you read the ports UPDATING file? > > The two ports you've named are just-the-one version, so of course they > conflict. lang/php5 includes both functionality. Read the makefiles too. > > And don't be rude to the people who clue you in. Take a look at what they > indicated before you smart off at them. > > I'm not being rude. I just pointed that I'm using cgi and cli (not mod as he refer). I've read UPDATING and if you're talking about 2004 when port is split to php-extension etc. I think this is not the case. btw .if ${PHP_SAPI} == "cgi" || ${PHP_SAPI} == "mod" CONFIGURE_ARGS+=--disable-cli .endif From Makefile you can see that if I use cgi then cli is disabled. If you manualy build from source I see no limitation of using both of them. The main problem I see it that in both cases bsd install script copy cli and cgi file as php. Also with php.ini. I would be better to install php-cli or just php and for cgi php-cgi. And also install separate php.ini files. I hope port maintainer can make this changes because I'm not so good about port scripting. For the moment I just make cgi version and copy it manually. But I think with small changes this could be done automatically. regards Uros From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 10:43:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C1D16A426 for ; Mon, 13 Mar 2006 10:43:44 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DBB43D48 for ; Mon, 13 Mar 2006 10:43:43 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 8E0B1168; Mon, 13 Mar 2006 04:43:42 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id BD72461C2B; Mon, 13 Mar 2006 04:43:41 -0600 (CST) Date: Mon, 13 Mar 2006 04:43:41 -0600 From: "Matthew D. Fuller" To: David J Brooks Message-ID: <20060313104341.GA58250@over-yonder.net> References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> <200603122133.47804.daeg@houston.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603122133.47804.daeg@houston.rr.com> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: freebsd-ports@freebsd.org Subject: Re: /var/db/pkg is empty! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 10:43:47 -0000 On Sun, Mar 12, 2006 at 09:33:47PM -0600 I heard the voice of David J Brooks, and lo! it spake thus: > I'm not sure how it happened, but my /var partition was scrambled > pretty badly, and now my /var/dbpkg and /var/db/ports directories > are empty... If fsck cleaned it up, the files may all be hiding in lost+found, needing only some amount {small..massive} of manual fiddling to recover. -- 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 Mon Mar 13 11:01:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F47E16A44F for ; Mon, 13 Mar 2006 11:01:00 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A185D43D5E for ; Mon, 13 Mar 2006 11:00:51 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2DB0p1o096562 for ; Mon, 13 Mar 2006 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2DB0nQA096552 for freebsd-ports@freebsd.org; Mon, 13 Mar 2006 11:00:49 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Mar 2006 11:00:49 GMT Message-Id: <200603131100.k2DB0nQA096552@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 11:01:02 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2005/07/22] ports/83929 ports-bugs www/linux-mozilla - PATCH - update port, s [2005/11/03] ports/88462 ports-bugs math/GiNaC: ginsh crashes during startup f [2005/11/18] ports/89228 ports-bugs security/clamav: clamd with libunrar dies o [2005/12/08] ports/90107 ports-bugs cvsd imprisoned doesn't work with devfs f [2005/12/14] ports/90399 ports-bugs vmware2 port not working on FreeBSD 6.0 o [2005/12/21] ports/90729 ports-bugs databases/db[0-9]*: check USE_BDB knob f [2006/01/08] ports/91533 ports-bugs ports www/linux-firefox open file problem o [2006/01/09] ports/91557 ports-bugs graphics/ImageMagick port fails to compil f [2006/01/20] ports/92037 ports-bugs wrong report of package origin change. f [2006/01/20] ports/92050 ports-bugs Please update net/openradius to 0.9.11a o [2006/01/21] ports/92088 ports-bugs lang/ruby18 hangs during build o [2006/01/23] ports/92184 ports-bugs kterm, stty -a shows min = 0. this should o [2006/02/01] ports/92679 ports-bugs ghostscript-afpl port not able to fetch e f [2006/02/01] ports/92702 ports-bugs palm/jpilot pilot-link library update f [2006/02/01] ports/92706 ports-bugs vmware3 panic on 6.0-RELEASE o [2006/02/05] ports/92830 ports-bugs Request PATCHFILES addition to sysutils/c o [2006/02/06] ports/92871 ports-bugs [UPDATE]: emulators/vmware3 - Various fix f [2006/02/06] ports/92896 ports-bugs sysutils/portupgrade: pkgtools.conf lacks o [2006/02/07] ports/92932 ports-bugs fixes for vbp-driver ports for sparc64 pl f [2006/02/08] ports/93012 ports-bugs trouble with installing quagga 0.99.3 on o [2006/02/15] ports/93383 ports-bugs dmake port -- wrong 'startup' files path f [2006/02/17] ports/93471 ports-bugs ports syncing problem o [2006/02/17] ports/93488 ports-bugs www/libapreq2 does not built when mod_per o [2006/02/17] ports/93489 ports-bugs Mk/bsd.port.mk has updated version of ope o [2006/02/21] ports/93628 ports-bugs [maintainer-update] sysutils/rubygem-swit f [2006/02/22] ports/93686 ports-bugs nfsen-reconfigure of net-mgmt/nfsen proba o [2006/02/27] ports/93916 ports-bugs multimedia/vcdimager install fails o [2006/02/28] ports/93960 ports-bugs x11-wm/wmconfig port update to version 1. o [2006/03/01] ports/93967 ports-bugs converters/mpack, correct hardcoded path o [2006/03/01] ports/93983 ports-bugs finance/gnucash: slib after v. 3a1_2 blok o [2006/03/02] ports/94014 ports-bugs new port: net-p2p/rblibtorrent f [2006/03/02] ports/94027 ports-bugs www/gallery2: update to 2.0.3 o [2006/03/02] ports/94033 ports-bugs [maintainer] net/phpldapadmin update to 1 f [2006/03/03] ports/94038 ports-bugs Port upgrade: Fixing badly defined cron j o [2006/03/03] ports/94044 ports-bugs emulators/vmware2: running $PREFIX/etc/rc f [2006/03/05] ports/94110 ports-bugs clamav freshclam.conf causes users to ris o [2006/03/06] ports/94144 ports-bugs [MAINTAINER] mail/MailScanner: update to o [2006/03/06] ports/94145 ports-bugs [maintainer] databases/phpmyadmin update o [2006/03/07] ports/94169 ports-bugs sysutils/rubygem-switchtower: move to sys o [2006/03/07] ports/94170 ports-bugs Port security/chroot_safe unintended envi o [2006/03/07] ports/94174 ports-bugs update www/rt34 to latest f [2006/03/08] ports/94217 ports-bugs net/ngrep does not work with ports pcap o o [2006/03/08] ports/94233 ports-bugs fix to devel/pwlib to preserve PTHREAD se o [2006/03/08] ports/94240 ports-bugs Update port: sysutils/jailctl o [2006/03/09] ports/94264 ports-bugs [maintainer] security/nmap: fix infinite f [2006/03/09] ports/94287 ports-bugs graphics/ImageMagick does not link when W o [2006/03/12] ports/94378 ports-bugs piewm: (malloc) Corrupted redzone 1 byte 48 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/10/02] ports/57502 ports-bugs ports that define USE_* too late s [2003/11/13] ports/59254 ports-bugs ports that write something after bsd.port a [2004/05/10] ports/66476 ports-bugs [NEW PORT] misc/gaim-talkfilters: A neat s [2004/06/11] ports/67815 ports-bugs graphics/ImageMagick no longer recognizes p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/26] ports/76695 ports-bugs RPM complaints on installation of linux_b f [2005/02/14] ports/77495 ports-bugs new port: security/sav f [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/07/01] ports/82853 ports-bugs [wish] working linux_base port for alpha a [2005/07/11] ports/83264 ports-bugs [PATCH] emulators/linux_base-suse-9.2: Ad o [2005/07/20] ports/83812 ports-bugs new port, security/sguil-sensor, update t s [2005/08/11] ports/84819 ports-bugs [MAINTAINER] math/coq: enable on ia64 a [2005/08/23] ports/85254 ports-bugs [patch] emulators/linux_base-rh-9: add /u f [2005/09/14] ports/86098 ports-bugs [PATCH] devel/pear-PEAR/Makefile.common: s [2005/09/21] ports/86401 ports-bugs new ports multimedia/zapping s [2005/11/12] ports/88900 ports-bugs www/flashplugin-mozilla causes Firefox to f [2005/11/16] ports/89131 ports-bugs port net/kphone One-Way audio with snd_ic f [2005/12/04] ports/89940 ports-bugs [PATCH] Client-only support for sysutils/ o [2005/12/05] ports/89996 ports-bugs Update linux-winetools to latest version o [2005/12/23] ports/90867 ports-bugs [patch] devel/gaphor: update to new relea o [2005/12/26] ports/90934 ports-bugs ports:pari-devel update (2.2.10.alpha -> f [2005/12/28] ports/91001 ports-bugs Portupgrade fails to detect failure of pr f [2006/01/05] ports/91330 ports-bugs [NEW PORT] devel/p5-Class-Std: Support fo f [2006/01/07] ports/91451 ports-bugs lftp may segfaults when linked with Readl o [2006/01/11] ports/91661 ports-bugs new port net/sofia-sip o [2006/01/14] ports/91802 ports-bugs [NEW PORT] games/alienarena-data: Alien A o [2006/01/14] ports/91803 ports-bugs [NEW PORT] games/alienarena: Alien Arena o [2006/01/15] ports/91817 ports-bugs New Port: devel/geany Fast & lightweight o [2006/01/15] ports/91822 ports-bugs [New Port] polish/ekg2 console based IM c o [2006/01/15] ports/91837 ports-bugs [UPDATE] games/linux-alienarena: integrat o [2006/01/15] ports/91840 ports-bugs [MAINTAINER UPDATE] games/darkplaces: min f [2006/01/15] ports/91841 ports-bugs [MAINTAINER UPDATE] games/quake-dpmod: fi o [2006/01/16] ports/91854 ports-bugs [PATCH] japanese/ja-scim-skk: update to 0 o [2006/01/16] ports/91877 ports-bugs [NEW PORT] games/linux-doom3: Doom III fo o [2006/01/17] ports/91890 ports-bugs [NEW PORT] games/joequake: Improved NQ en o [2006/01/17] ports/91900 ports-bugs ports/www/opera should advise on libmap.c o [2006/01/17] ports/91926 ports-bugs New port: audio/bmp-mac o [2006/01/18] ports/91932 ports-bugs [NEW PORT] games/quake-extras: Addons for f [2006/01/18] ports/91953 ports-bugs I can't compile the port graphics/gnash 0 o [2006/01/18] ports/91963 ports-bugs [patch] moviedb compiling (BROKEN variabl o [2006/01/19] ports/91984 ports-bugs [NEW PORT] games/linux-ut: Unreal Tournam f [2006/01/19] ports/92014 ports-bugs security/p5-Digest-SHA256: Broken on Free o [2006/01/19] ports/92019 ports-bugs [UPDATE] games/wolf3d: allow playing Wolf f [2006/01/20] ports/92060 ports-bugs Update port: net-im/jit (rcNG'fy) f [2006/01/20] ports/92064 ports-bugs Port net-im/jit un-BROKEN on amd64 s [2006/01/22] ports/92133 ports-bugs [PATCH] comms/spandsp: 0.0.2p22 fixes var o [2006/01/24] ports/92248 ports-bugs [NEW PORT] chinese/ve: NTHU-CS Maple BBS f [2006/01/24] ports/92284 ports-bugs audio/aureal-kmod - au88x0-1.3_4 is unfet o [2006/01/25] ports/92289 ports-bugs audio/mbrolavox - fr4 and nl3 are incorre f [2006/01/25] ports/92297 ports-bugs sysutils/portupgrade: Minor (1 word) gra f [2006/01/25] ports/92314 ports-bugs Broken port: java/eclipse-log4e f [2006/01/25] ports/92315 ports-bugs [patch:fix] sysutils/dvd+rw-tools : threa o [2006/01/25] ports/92332 ports-bugs New port: sysutils/lcdproc-devel - CVS ve o [2006/01/25] ports/92334 ports-bugs Review of FreeBSD Port of Tcl o [2006/01/26] ports/92344 ports-bugs [NEW PORT] deskutils/superkaramba-lwp: Li f [2006/01/26] ports/92367 ports-bugs Broken port: lang/clips f [2006/01/26] ports/92380 ports-bugs update ftp/pftpx f [2006/01/26] ports/92383 ports-bugs [PATCH] games/linux-quake4: update to 1.0 f [2006/01/27] ports/92406 ports-bugs Update www/joomla to 1.0.7 f [2006/01/27] ports/92414 ports-bugs [patch] net/vnc Xvnc server doesn't run w f [2006/01/27] ports/92416 ports-bugs [PATCH] devel/kscope: update to 1.3.3 o [2006/01/27] ports/92429 ports-bugs new port: science/caret (advice needed) f [2006/01/28] ports/92438 ports-bugs mail/pop-before-smtp 1.37 -> 1.39 -- incl f [2006/01/28] ports/92466 ports-bugs Port sysutils/apcupsd - upgrade and many f [2006/01/28] ports/92477 ports-bugs Unable to start www/pyblosxom o [2006/01/29] ports/92498 ports-bugs japanese/hns update to version 2.19.6 o [2006/01/29] ports/92508 ports-bugs Opera startup fails with Undefined symbol f [2006/01/30] ports/92519 ports-bugs update www/webredirect o [2006/01/30] ports/92520 ports-bugs [NEW PORT] ratbox-services - IRC services f [2006/01/30] ports/92521 ports-bugs www/awstats 6.5 with broken tools/logreso o [2006/01/30] ports/92538 ports-bugs New port: x11/gcb o [2006/01/30] ports/92547 ports-bugs Deprecated port: lang/ruby-usersguide o [2006/01/30] ports/92566 ports-bugs [new port] devel/p5-Java: Perl extension o [2006/01/31] ports/92580 ports-bugs [NEW PORT] games/galaxymage: Open source o [2006/01/31] ports/92630 ports-bugs [NEW PORT] audio/slimserver-lazysearch: S f [2006/01/31] ports/92642 ports-bugs sysutils/nut: sample nut.sh has misleadin f [2006/02/01] ports/92651 ports-bugs graphics/gmt - WITH_EVERYTHING doesn't fe o [2006/02/01] ports/92656 ports-bugs [Maintainer] databases/py-sqlobject: use f [2006/02/01] ports/92661 ports-bugs games/nethack34 - nh343-menucolor.diff no o [2006/02/01] ports/92691 ports-bugs [UPDATE] net/vnc: clean-up o [2006/02/02] ports/92712 ports-bugs [NEW PORT] games/sauerbraten: First perso o [2006/02/02] ports/92748 ports-bugs [MAINTAINER] games/crossfire-client: upda f [2006/02/03] ports/92755 ports-bugs databases/slony1: Add ability to run slon o [2006/02/03] ports/92757 ports-bugs Currently lang/squeak web browser plugin o [2006/02/03] ports/92763 ports-bugs [patch] make data directory location of p o [2006/02/03] ports/92779 ports-bugs nxsetup fails if sshd(8) is not already r o [2006/02/03] ports/92781 ports-bugs www/axis installs files in wrong director f [2006/02/04] ports/92804 ports-bugs mozplugger doesn't find /usr/local/etc/mo o [2006/02/04] ports/92807 ports-bugs New port: security/paramiko A python libr f [2006/02/04] ports/92812 ports-bugs [update] mail/crm114 to BlameTheReavers ( o [2006/02/04] ports/92828 ports-bugs port mbone/rat30 update f [2006/02/05] ports/92841 ports-bugs [PATCH] net/spread: fix plist f [2006/02/06] ports/92904 ports-bugs update ports/databases/adodb/Makefile 4. f [2006/02/07] ports/92944 ports-bugs Update ports: net-mgmt/nagiostat o [2006/02/07] ports/92956 ports-bugs Update port: sysutils/sysupdate Spelling o [2006/02/07] ports/92958 ports-bugs games/nethack34 update (needs additional o [2006/02/07] ports/92967 ports-bugs Deprecated port: mail/pgp4pine f [2006/02/07] ports/92971 ports-bugs Update Ports: www/zope-zwiki update to 0. f [2006/02/07] ports/92993 ports-bugs Update www/twiki from 20040904 to 4.0.1,1 f [2006/02/08] ports/93032 ports-bugs LPRng uses incorrect paths to config file f [2006/02/08] ports/93048 ports-bugs [UPDATE]: net-mgmt/isic o [2006/02/08] ports/93053 ports-bugs sync update of biology/emboss && biology/ f [2006/02/08] ports/93064 ports-bugs update port net-mgmt/bgpq to 1.0.9.1 o [2006/02/09] ports/93070 ports-bugs [PATCH] textproc/htmlize.el update port t f [2006/02/09] ports/93079 ports-bugs [PATCH] mail/vm-pop3d: MAINTAINER change. o [2006/02/09] ports/93091 ports-bugs New port: sysutils/logserial Daemon to sa o [2006/02/09] ports/93092 ports-bugs update ports: databases/namazu2 japanese/ f [2006/02/10] ports/93111 ports-bugs Update port: graphics/reallyslick to 0.8. f [2006/02/10] ports/93113 ports-bugs Update net/pear-Net_Sieve to 1.1.2 o [2006/02/10] ports/93114 ports-bugs [PATCH] games/wormux: Update to 0.7beta3 o [2006/02/10] ports/93123 ports-bugs [PATCH] graphics/djvulibre: browser plugi o [2006/02/10] ports/93148 ports-bugs New port: mail/squirrelmail-email_footer- o [2006/02/10] ports/93149 ports-bugs New port: mail/squirrelmail-notes-plugin o [2006/02/10] ports/93150 ports-bugs New port: mail/squirrelmail-notify-plugin o [2006/02/10] ports/93151 ports-bugs New port: mail/squirrelmail-quota_usage-p o [2006/02/10] ports/93152 ports-bugs New port: mail/squirrelmail-wetteronline- o [2006/02/10] ports/93154 ports-bugs New port: mail/squirrelmail-login_notes-p o [2006/02/11] ports/93168 ports-bugs New port: games/reminiscence A rewritten o [2006/02/11] ports/93179 ports-bugs [New Port] security/gorilla: add gorilla, o [2006/02/11] ports/93183 ports-bugs new port: devel/loki o [2006/02/11] ports/93184 ports-bugs [NEW PORT]: x11-fonts/suxus f [2006/02/11] ports/93186 ports-bugs ports/sysutils/portupgrade - use new USE_ f [2006/02/11] ports/93191 ports-bugs [PATCH] fix audacity build errors on amd6 f [2006/02/11] ports/93204 ports-bugs phpBB anti-DOS patch disallows visual aut o [2006/02/12] ports/93218 ports-bugs New port: sysutils/bsd-splash-changer Boo o [2006/02/12] ports/93223 ports-bugs New port(s) devel/cl-infix o [2006/02/12] ports/93224 ports-bugs [NEW PORT] science/gsmc: Smith chart prog o [2006/02/12] ports/93252 ports-bugs Port upgrade: x11-fm/krusader to 1.70.0 f [2006/02/13] ports/93263 ports-bugs www/linux-firefox update to 1.5.0.1 f [2006/02/13] ports/93270 ports-bugs [patch]jpeg support not working due to mi f [2006/02/13] ports/93293 ports-bugs [PATCH] net-mgmt/bigsister: update to 1.0 o [2006/02/13] ports/93294 ports-bugs New Port: net/fudp UDP flooding utility w o [2006/02/13] ports/93303 ports-bugs New port: graphics/ocaml-gd4o GD library f [2006/02/13] ports/93304 ports-bugs [PATCH] sysutils/bacula-server port to no o [2006/02/13] ports/93311 ports-bugs update www/linux-seamonkey o [2006/02/13] ports/93313 ports-bugs maintainer-update www/linux-firefox o [2006/02/14] ports/93318 ports-bugs New port: x11-toolkits/swt32, Eclipse SWT f [2006/02/14] ports/93333 ports-bugs Fix port: math/gdcalc fix WWW o [2006/02/14] ports/93334 ports-bugs New port: www/g-cows Scripting language f o [2006/02/14] ports/93342 ports-bugs Update port devel/py-twistedCore to 2.2.0 o [2006/02/14] ports/93350 ports-bugs Update port net-im/py-twistedWords to 0.3 o [2006/02/14] ports/93351 ports-bugs Remove port devel/py-twistedXish o [2006/02/14] ports/93352 ports-bugs New port:x11/fireflies - A extention of x o [2006/02/14] ports/93358 ports-bugs [new port:] devel/upp; Ultimate++, a BSD- o [2006/02/14] ports/93360 ports-bugs [maintainer] multimedia/kbtv: update to 1 o [2006/02/14] ports/93366 ports-bugs update math/qwtplot3d o [2006/02/15] ports/93367 ports-bugs devel/libedit needs an update (almost com o [2006/02/15] ports/93377 ports-bugs [PATCH] multimedia/quodlibet: build failu o [2006/02/15] ports/93397 ports-bugs [NEW PORT] print/easylatex: Perl script w o [2006/02/15] ports/93402 ports-bugs [PATCH] Fix kvirc kdenetwork conflict o [2006/02/15] ports/93403 ports-bugs net/freenx: nxclient does not work, getop o [2006/02/16] ports/93416 ports-bugs [MAINTAINER] graphics/crystalentitylayer: f [2006/02/16] ports/93433 ports-bugs Update port: math/mpexpr mastersite and W o [2006/02/16] ports/93434 ports-bugs [UPDATE]: finance/ledger: Update to versi o [2006/02/16] ports/93450 ports-bugs update port java/jmp to 0.50 (patch inclu o [2006/02/16] ports/93455 ports-bugs [patch] security/zebedee - uphold CC flag o [2006/02/17] ports/93457 ports-bugs bsd.ruby.mk clobbers CONFIGURE_TARGET o [2006/02/17] ports/93464 ports-bugs New port: multimedia/pwcbsd USB webcam d f [2006/02/17] ports/93470 ports-bugs [PATCH] net/samba3; pam_smbpass.so is not f [2006/02/17] ports/93483 ports-bugs Fix port: net/etunnel fix mastersite o [2006/02/17] ports/93495 ports-bugs New port: science/minc2 f [2006/02/18] ports/93504 ports-bugs sysutils/portupgrade: dependencies regist o [2006/02/18] ports/93525 ports-bugs [Maintainer Update] update emulators/xmam o [2006/02/19] ports/93542 ports-bugs [NEW PORT] games/linux-enemyterritory-etp o [2006/02/19] ports/93543 ports-bugs [NEW PORT] games/linux-enemyterritory-etp o [2006/02/19] ports/93544 ports-bugs [NEW PORT] games/linux-enemyterritory-jay o [2006/02/19] ports/93545 ports-bugs [NEW PORT] games/linux-enemyterritory-shr o [2006/02/19] ports/93546 ports-bugs [PATCH] bsd.sites.mk and relevant ports: o [2006/02/19] ports/93563 ports-bugs [UPDATE] sysutils/xfce4-fsguard-plugin : o [2006/02/19] ports/93564 ports-bugs [NEW PORT] games/linux-enemyterritory-omn f [2006/02/19] ports/93573 ports-bugs games/tome o [2006/02/19] ports/93576 ports-bugs [NEW PORT] games/quake3-rq3: Quake III Ar o [2006/02/20] ports/93577 ports-bugs [NEW PORT] games/quake3-tremulous: Quake o [2006/02/20] ports/93582 ports-bugs [UPDATE] deskutils/ganttproject 1.10.1 -> o [2006/02/20] ports/93596 ports-bugs security/tor: update to version 1.0.17 o [2006/02/20] ports/93598 ports-bugs New port: security/nmap-i18n-man - transl o [2006/02/20] ports/93605 ports-bugs [PATCH] Update www/opera to version 8.52 o [2006/02/20] ports/93609 ports-bugs [UPDATE] devel/antlr to 2.7.6 f [2006/02/21] ports/93614 ports-bugs [MAINTAINER] www/dansguardian: update to o [2006/02/21] ports/93617 ports-bugs [NEW PORT] graphics/gltext: Portable font o [2006/02/21] ports/93619 ports-bugs New Port: games/hex-a-hop o [2006/02/21] ports/93637 ports-bugs [PATCH] sysutils/fusefs-sshfs: update to o [2006/02/21] ports/93638 ports-bugs Update for print/mup o [2006/02/21] ports/93649 ports-bugs [games/freebsd-games] Invalid pathnames i o [2006/02/21] ports/93654 ports-bugs Update port: editors/code-browser to 2.5 o [2006/02/21] ports/93655 ports-bugs Update port: math/gambit to 0.2006.01.20 o [2006/02/21] ports/93660 ports-bugs [patch] support for building print/ghosts o [2006/02/21] ports/93668 ports-bugs [NEW PORT] games/gtkradiant: Level design f [2006/02/21] ports/93669 ports-bugs port upgrade for devel/bcpp o [2006/02/21] ports/93674 ports-bugs New port: biology/p5-bioperl-run Wrapper o [2006/02/21] ports/93675 ports-bugs New port: biology/p5-bioperl-run-devel Wr o [2006/02/21] ports/93679 ports-bugs [NEW PORT] games/vdrift-data: Vdrift driv o [2006/02/21] ports/93680 ports-bugs [MAINTAINER] games/vdrift: update to 2006 o [2006/02/22] ports/93684 ports-bugs [patch] Fix build of multimedia/avidemux2 f [2006/02/22] ports/93689 ports-bugs [patch] polish/libgadu without openssl o [2006/02/22] ports/93692 ports-bugs security/tor-devel o [2006/02/22] ports/93693 ports-bugs [New Port] biology/io_lib: trace file rea o [2006/02/22] ports/93694 ports-bugs New port: lang/maude a reflective languag f [2006/02/22] ports/93699 ports-bugs [patch] databases/p5-DBI-Shell: register f [2006/02/22] ports/93700 ports-bugs [patch] devel/p5-IO-Tee: register .packli o [2006/02/22] ports/93707 ports-bugs New port: databases/p5-Search-Xapian, Per f [2006/02/22] ports/93708 ports-bugs net/socat: Patches to make libwrap usage o [2006/02/22] ports/93713 ports-bugs New port: www/p5-Catalyst-Model-Xapian, C o [2006/02/22] ports/93716 ports-bugs [new port] textproc/muse: an authoring an o [2006/02/22] ports/93717 ports-bugs [MAINTAINER] editors/winefish: update to o [2006/02/22] ports/93726 ports-bugs [NEW PORT] deskutils/kxdocker and plugins f [2006/02/22] ports/93728 ports-bugs astro/xephem - port installs cat page, no o [2006/02/22] ports/93729 ports-bugs [MAINTAINER UPDATE] games/quakeforge: fix o [2006/02/22] ports/93731 ports-bugs [MAINTAINER UPDATE] games/quake2forge: fi f [2006/02/23] ports/93735 ports-bugs update graphics/p5-Image-ExifTool to 6.01 o [2006/02/23] ports/93736 ports-bugs [NEW PORT] x11-toolkits/paragui-devel: Cr o [2006/02/23] ports/93744 ports-bugs [MAINTAINER-UPDATE] x11-fonts/freefont-tt o [2006/02/23] ports/93745 ports-bugs [update] mail/dbmail: update to 2.0.9 o [2006/02/23] ports/93749 ports-bugs [maintainer] security/signing-party: add o [2006/02/23] ports/93768 ports-bugs [PATCH] finance/kmymoney2: update to 0.8. f [2006/02/24] ports/93779 ports-bugs games/linux-americasarmy out of date o [2006/02/24] ports/93780 ports-bugs devel/cproto update o [2006/02/24] ports/93781 ports-bugs [NEW PORT] comms/ktrack: Amateur Radio sa o [2006/02/24] ports/93782 ports-bugs [MAINTAINER] www/py-django: update to 0.9 o [2006/02/24] ports/93783 ports-bugs [MAINTAINER] games/linux-alienarena: fix o [2006/02/24] ports/93784 ports-bugs [PATCH] security/dmitry: remove broken, t f [2006/02/24] ports/93789 ports-bugs update archivers/p7zip to 4.33 o [2006/02/24] ports/93794 ports-bugs Update port: security/pam_bsdbioapi Updat f [2006/02/24] ports/93802 ports-bugs net-mgmt/cidr has Corrupted redzones in 7 o [2006/02/24] ports/93805 ports-bugs [New Port] devel/p5-POE-Component-Daemon: o [2006/02/24] ports/93806 ports-bugs maintainer-update: emulators/hercules to o [2006/02/25] ports/93813 ports-bugs Mark net-im/gaim-bangexec as BROKEN o [2006/02/25] ports/93814 ports-bugs Mark net-im/gaim-ignorance as BROKEN o [2006/02/25] ports/93816 ports-bugs [MAINTAINER] devel/pwlib152: Add backup M o [2006/02/25] ports/93817 ports-bugs [MAINTAINER] net/openh323-112: Add backup o [2006/02/25] ports/93818 ports-bugs New port: editors/ssam o [2006/02/25] ports/93819 ports-bugs New port: devel/p5-Algorithm-C3, A module o [2006/02/25] ports/93820 ports-bugs [MAINTAINER] devel/p5-UNIVERSAL-isa: up t o [2006/02/25] ports/93821 ports-bugs [MAINTAINER] devel/p5-Class-C3: up to 0.1 o [2006/02/25] ports/93822 ports-bugs [MAINTAINER] databases/p5-DBIx-Class: up o [2006/02/25] ports/93830 ports-bugs [maintainer update]databases/grass update o [2006/02/25] ports/93832 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2006/02/25] ports/93837 ports-bugs [NEW PORT] games/sdlquake2: Combination o o [2006/02/25] ports/93839 ports-bugs Add RLE support to graphics/fbm f [2006/02/25] ports/93843 ports-bugs Patch port: mail/squirrelmail-compatibili o [2006/02/26] ports/93850 ports-bugs Update Port: lang/munger => 4.88 o [2006/02/26] ports/93851 ports-bugs [maintainer update] sysutils/heartbeat up o [2006/02/26] ports/93856 ports-bugs New port : graphics/gdal-grass GRASS data o [2006/02/26] ports/93859 ports-bugs [MAINTAINER] net-p2p/gtk-gnutella: update f [2006/02/26] ports/93861 ports-bugs [PATCH] databases/p5-Class-DBI-mysql: upd o [2006/02/26] ports/93863 ports-bugs [NEW PORT] math/kash3: A computer algebra o [2006/02/26] ports/93864 ports-bugs [NEW PORT] www/jsMath: A Javascript tool f [2006/02/26] ports/93866 ports-bugs Update port: devel/subclipse f [2006/02/26] ports/93868 ports-bugs Update port: devel/javasvn o [2006/02/26] ports/93869 ports-bugs Update port: irc/gseen.mod o [2006/02/26] ports/93876 ports-bugs [UPDATE]: audio/wavbreaker: Update to ver o [2006/02/26] ports/93877 ports-bugs [maintainer update] devel/p5-Oryx 0.19 => o [2006/02/27] ports/93879 ports-bugs [PATCH] FIXED systemc installation proble o [2006/02/27] ports/93890 ports-bugs [MAINTAINER] www/p5-Catalyst-Plugin-FormV o [2006/02/27] ports/93898 ports-bugs [NEW PORT] print/p5-XML-ApacheFOP: Access o [2006/02/27] ports/93907 ports-bugs Update port: net-p2p/dcd f [2006/02/27] ports/93912 ports-bugs [Maintainer Update] fix pkg-plist for x11 f [2006/02/27] ports/93919 ports-bugs [UPDATE] x11-fm/krusader to 1.70.0 o [2006/02/28] ports/93920 ports-bugs New port: databases/ocaml-sqlite3 OCaml b f [2006/02/28] ports/93921 ports-bugs [UPDATE] multimedia/avifile to 0.7.43 o [2006/02/28] ports/93922 ports-bugs [UPDATE] emulators/linux_base-gentoo-stag o [2006/02/28] ports/93924 ports-bugs [MAINTAINER UPDATE] graphics/graphviz: 2. f [2006/02/28] ports/93927 ports-bugs [UPDATE] graphics/gle to 3.1.0 f [2006/02/28] ports/93928 ports-bugs [UPDATE] textproc/gsed to 4.1.5 o [2006/02/28] ports/93941 ports-bugs [maintainer] update science/mcstas to v1. o [2006/02/28] ports/93948 ports-bugs [maintainer update] multimedia/xmms patch o [2006/02/28] ports/93954 ports-bugs math/coq: update to version 8.0p3 o [2006/02/28] ports/93957 ports-bugs New port: devel/ocaml-ounit Unit test fra o [2006/02/28] ports/93958 ports-bugs New port: cad/jspice3 o [2006/03/01] ports/93972 ports-bugs Update port: astro/xmoontool to 3.0.3 o [2006/03/01] ports/93980 ports-bugs Update port: net-im/sulci (latest CVS sna o [2006/03/01] ports/93984 ports-bugs [PATCH]: net/lambdamoo: Fix build issue o f [2006/03/01] ports/93985 ports-bugs [PATCH] sysutils/est: fix deinstall, othe f [2006/03/01] ports/93992 ports-bugs www/rt34 Makefile has bad UPGRADE_RTxx lo o [2006/03/01] ports/94000 ports-bugs request: fork of security/srm with update o [2006/03/02] ports/94006 ports-bugs [NEW PORT] emulators/mednafen: Portable m f [2006/03/02] ports/94007 ports-bugs [PATCH] sysutils/graphicboot: UNBREAK o [2006/03/02] ports/94011 ports-bugs Mark textproc/py-4suite 1.0b1 as unusable o [2006/03/02] ports/94016 ports-bugs new port mail/contactsmenu o [2006/03/02] ports/94017 ports-bugs [UPDATE PORT] sysutils/komparator o [2006/03/02] ports/94019 ports-bugs updating net/smb4k for latest revision f [2006/03/02] ports/94023 ports-bugs [PATCH] emulators/gngeo: update to 0.6.10 o [2006/03/02] ports/94024 ports-bugs New port: net-im/py-punjab HTTP jabber c f [2006/03/02] ports/94034 ports-bugs www/suphp doesn't work with Apache 2.2 (p o [2006/03/02] ports/94036 ports-bugs Minor graphics/mesagl update to 5.0.2 o [2006/03/03] ports/94047 ports-bugs Update port: www/p5-HTML-Mason (fix p5-li o [2006/03/03] ports/94054 ports-bugs sysutils/portupgrade: pkg_fetch(1) doesn' o [2006/03/04] ports/94058 ports-bugs Add FFI support for lang/squeak o [2006/03/04] ports/94065 ports-bugs [NEW PORT] www/p5-WWW-2ch: "Perl module f o [2006/03/04] ports/94066 ports-bugs [NEW PORT] www/p5-Template-Provider-Encod f [2006/03/04] ports/94068 ports-bugs [patch] update mail/pop-before-smtp o [2006/03/04] ports/94069 ports-bugs ports graphics/kix-kmod fetchable again f [2006/03/04] ports/94072 ports-bugs [PATCH] x11-toolkits/xscoop: UNBREAK o [2006/03/04] ports/94073 ports-bugs [NEW PORTS] x11-toolkits/libsmokeqt, x11- o [2006/03/04] ports/94074 ports-bugs [NEW PORTS] x11-toolkits/ruby-qt3, x11-to o [2006/03/04] ports/94077 ports-bugs [patch] update security/bruteforceblocker f [2006/03/04] ports/94081 ports-bugs [PATCH] editors/speedbar-emacs20: fix pli o [2006/03/05] ports/94085 ports-bugs Update port: security/base with PHP depen o [2006/03/05] ports/94088 ports-bugs lang/ruby18 ioctl cause sign-extension no o [2006/03/05] ports/94089 ports-bugs [PATCH] squirrelmail-compatibility-plugin o [2006/03/05] ports/94090 ports-bugs [maintainer update] www/httrack: update t o [2006/03/05] ports/94092 ports-bugs [MAINTAINER] net-p2p/btqueue: update to 0 o [2006/03/05] ports/94094 ports-bugs [MAINTAINER] mail/spamprobe: remove super o [2006/03/05] ports/94095 ports-bugs update lang/sketchy o [2006/03/05] ports/94096 ports-bugs [MAINTAINER] devel/itext: update to 1.4 o [2006/03/05] ports/94097 ports-bugs update port: devel/jude-community: update f [2006/03/05] ports/94101 ports-bugs [patch] add audio/shoutcast to LEGAL o [2006/03/05] ports/94107 ports-bugs New port: audio/bmp_mac bmp Monkey's audi o [2006/03/05] ports/94108 ports-bugs Update port: net/openser o [2006/03/05] ports/94111 ports-bugs [NEW PORT] devel/cvschangelogbuilder: Uti o [2006/03/05] ports/94113 ports-bugs New port: security/pam_af anti-bruteforce o [2006/03/05] ports/94114 ports-bugs [NEW PORT] net/hawknl: Portable networkin o [2006/03/05] ports/94115 ports-bugs [NEW PORT] audio/hawkvoice: Portable soun o [2006/03/06] ports/94116 ports-bugs [MAINTAINER] devel/ode-devel: update to 0 f [2006/03/06] ports/94117 ports-bugs dovecot port doesn't install dovecot-open o [2006/03/06] ports/94119 ports-bugs [MAINTAINER] devel/p5-File-MimeInfo: upda o [2006/03/06] ports/94120 ports-bugs [MAINTAINER] devel/p5-Module-ScanDeps: up o [2006/03/06] ports/94123 ports-bugs [maintainer update] Update port: biology/ o [2006/03/06] ports/94124 ports-bugs [NEW PORT] graphics/gimp-greycstoration: f [2006/03/06] ports/94137 ports-bugs databases/pgpool has no rc script. One is o [2006/03/06] ports/94142 ports-bugs [MAINTAINER] graphics/py-visual: update t o [2006/03/06] ports/94143 ports-bugs [MAINTAINER] math/asymptote: update to 1. o [2006/03/06] ports/94149 ports-bugs [New port]graphics/qgis a GIS data viewer o [2006/03/06] ports/94153 ports-bugs drop myself as maintainer for some ports o [2006/03/07] ports/94156 ports-bugs Update Avidemux to 2.1.2 f [2006/03/07] ports/94165 ports-bugs [patch (kind of)] security/nessus should o [2006/03/07] ports/94171 ports-bugs [NEW PORT] editors/emacs-devel: Developme o [2006/03/07] ports/94175 ports-bugs devel/vb2c - Fix MASTER_SITE o [2006/03/07] ports/94177 ports-bugs [UPDATE] multimedia/xfce4-xmms-plugin 0. o [2006/03/07] ports/94178 ports-bugs bsd.sites.mk addition - Tucows - over 30 o [2006/03/07] ports/94183 ports-bugs [maintainer update] Bring devel/kscope to o [2006/03/07] ports/94189 ports-bugs New port: Linux Matlab 6.5r13 o [2006/03/07] ports/94192 ports-bugs java/java-tutorial: take maintainership o [2006/03/07] ports/94193 ports-bugs [PATCH] java/javel : fix Mastersite o [2006/03/08] ports/94204 ports-bugs [maintainer] deskutils/planner.el: update o [2006/03/08] ports/94220 ports-bugs audio/py-ao: minor problem o [2006/03/08] ports/94224 ports-bugs [maintainer-update] devel/tkcvs: update t o [2006/03/08] ports/94225 ports-bugs [maintainer update] www/p5-HTML-Template- o [2006/03/08] ports/94229 ports-bugs sysutils/wmapm - Fix MASTER_SITE (make fe o [2006/03/08] ports/94230 ports-bugs [PATCH] math/py-gato : fix unfetchable by o [2006/03/08] ports/94234 ports-bugs net/openh323: openh323u.mak sets variable o [2006/03/08] ports/94236 ports-bugs databases/pgpool needs upgrade (new versi o [2006/03/08] ports/94239 ports-bugs mail/chk4mail: update to version 2.20 f [2006/03/08] ports/94241 ports-bugs misc/libpri update to 1.2.2 o [2006/03/08] ports/94242 ports-bugs [PATCH] math/coq: fix build, update to 8. o [2006/03/08] ports/94243 ports-bugs shells/wapsh - update, make fetchable, ta o [2006/03/08] ports/94244 ports-bugs New Port: security/pecl-crack o [2006/03/08] ports/94246 ports-bugs [PATCH] net/wistumbler2: fix WWW o [2006/03/09] ports/94257 ports-bugs [MAINTAINER] www/dokuwiki: update to 2006 f [2006/03/09] ports/94259 ports-bugs nsca port needs an rc.d script (included) o [2006/03/09] ports/94263 ports-bugs [maintainer] lang/afnix: update to 1.2.0 o [2006/03/09] ports/94267 ports-bugs net/raggle: update to 0.4.4 o [2006/03/09] ports/94268 ports-bugs [new port] www/xshttpd-devel - another we o [2006/03/09] ports/94271 ports-bugs New Port: ifp-manager (a GUI interface fo o [2006/03/09] ports/94274 ports-bugs [maintainer] lang/yorick: update to versi o [2006/03/09] ports/94275 ports-bugs Update port: security/snort to 2.4.4 o [2006/03/09] ports/94277 ports-bugs New port: net-im/sim-im-devel: Plugin-bas o [2006/03/09] ports/94282 ports-bugs [maintainer] comms/qfaxreader: update to o [2006/03/09] ports/94286 ports-bugs [NEW PORT]: devel/staf An extensible mult f [2006/03/10] ports/94288 ports-bugs [PATCH] misc/tinderbox: OPTIONaly depend o [2006/03/10] ports/94290 ports-bugs [NEW PORT] audio/jackasyn: Allow use any o [2006/03/10] ports/94292 ports-bugs [NEW PORT] audio/xmms-jackasyn: XMMS plug o [2006/03/11] ports/94300 ports-bugs [NEW PORT]: net-im/sim-im-devel: Plugin-b o [2006/03/11] ports/94302 ports-bugs science/afni: port update o [2006/03/11] ports/94303 ports-bugs net/mDNSResponder needs to be updated f [2006/03/11] ports/94305 ports-bugs [PATCH] audio/mt-daapd: update to 0.2.4 o [2006/03/11] ports/94313 ports-bugs [NEW PORT] audio/nyello: An advanced comm o [2006/03/11] ports/94316 ports-bugs [PATCH] textproc/xml4j: depreciate o [2006/03/11] ports/94319 ports-bugs [PATCH] textproc/catdoc: Fix WWW, portlin o [2006/03/11] ports/94320 ports-bugs [PATCH] textproc/cole f [2006/03/11] ports/94321 ports-bugs [PATCH] textproc/ctpp: Fix WWW, portlint o [2006/03/11] ports/94325 ports-bugs java/phpeclipse - bump to new version o [2006/03/11] ports/94327 ports-bugs [PATCH] textproc/fop: FIx WWW f [2006/03/11] ports/94328 ports-bugs [PATCH] textproc/gdict: Remove dead WWW o [2006/03/11] ports/94334 ports-bugs [PATCH] textproc/makefaq: Fix WWW o [2006/03/11] ports/94336 ports-bugs [PATCH] textproc/ocaml-yaxi: Drop WWW o [2006/03/11] ports/94337 ports-bugs [PATCH] textproc/p5-Number-Format: fix WW o [2006/03/11] ports/94338 ports-bugs sane-backends STILL overwrites my snapsca f [2006/03/11] ports/94341 ports-bugs [PATCH] textproc/p5-XML-Simple: Fix WWW o [2006/03/11] ports/94342 ports-bugs [PATCH] textproc/pcrs: Drop WWW. f [2006/03/11] ports/94345 ports-bugs [PATCH] textproc/rfcdiff: FIx WWW o [2006/03/11] ports/94346 ports-bugs [PATCH] textproc/ruby-format: FIx WWW o [2006/03/11] ports/94347 ports-bugs [PATCH] textproc/ruby-htmlcompact: Fix WW o [2006/03/11] ports/94348 ports-bugs [PATCH] textproc/ruby-mwdom: Fix WWW o [2006/03/11] ports/94349 ports-bugs [PATCH] textproc/ruby-htmlsplit: Fix WWW o [2006/03/11] ports/94350 ports-bugs [PATCH] textproc/ruby-htmlrepair: Fix WWW o [2006/03/11] ports/94352 ports-bugs [PATCH] textproc/ruby-rwv2: Drop WWW o [2006/03/11] ports/94353 ports-bugs [PATCH] textproc/ruby-sablot: Fix WWW f [2006/03/11] ports/94356 ports-bugs [PATCH] textproc/sdf: Drop WWW, portlint f [2006/03/11] ports/94358 ports-bugs [PATCH] textproc/tclExpat: UNBREAK (fix f o [2006/03/11] ports/94363 ports-bugs [PATCH] textproc/wordnet: Fix WWW, portli o [2006/03/11] ports/94365 ports-bugs [PATCH] www/decss: Drop WWW; portlint o [2006/03/11] ports/94366 ports-bugs [PATCH] www/eventum: fix WWW f [2006/03/11] ports/94371 ports-bugs Patch port: lang/tcltutor make it usable o [2006/03/12] ports/94376 ports-bugs [PATCH] pkg-message for lang/ruby-mode.el o [2006/03/12] ports/94381 ports-bugs [PATCH] multimedia/gmencoder: typos in pk o [2006/03/12] ports/94382 ports-bugs Port upgrade: sysutils/k3b to 0.12.14 o [2006/03/12] ports/94383 ports-bugs net/empty port updating o [2006/03/12] ports/94385 ports-bugs [Maintainer Update] x11-wm/jwm to 1.5 f [2006/03/12] ports/94392 ports-bugs update devel/argouml to version 0.20 o [2006/03/13] ports/94395 ports-bugs Maintainer update: sysutils/ezjail o [2006/03/13] ports/94396 ports-bugs [maintainer-update] dns/dnscheck: Update f [2006/03/13] ports/94398 ports-bugs audio/xmcd - use SUB_FILES, adjust config f [2006/03/13] ports/94399 ports-bugs [PATCH] math/R: fix pkg-plist when some W f [2006/03/13] ports/94400 ports-bugs [patch] to build audio/libtunepimp with g o [2006/03/13] ports/94401 ports-bugs New grap version in ports o [2006/03/13] ports/94402 ports-bugs [MAINTAINER] security/libprelude: update o [2006/03/13] ports/94403 ports-bugs [MAINTAINER] security/libpreludedb: updat o [2006/03/13] ports/94404 ports-bugs [MAINTAINER] security/prelude-lml: update o [2006/03/13] ports/94405 ports-bugs [MAINTAINER] security/prelude-manager: up 410 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 11:23:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BCDC16A401 for ; Mon, 13 Mar 2006 11:23:26 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148F943D46 for ; Mon, 13 Mar 2006 11:23:26 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id EFCE25FD7; Mon, 13 Mar 2006 03:23:25 -0800 (PST) Date: Mon, 13 Mar 2006 03:23:25 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060313112325.GA50979@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44154A73.4000705@vizija.si> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 11:23:27 -0000 On Mon, Mar 13, 2006 at 11:33:23AM +0100, Uro? Gruber wrote: > I'm not being rude. I just pointed that I'm using cgi and cli (not mod > as he refer). I've read UPDATING > and if you're talking about 2004 when port is split to php-extension > etc. I think this is not the case. Uros, How does your solution (re: naming the PHP interpreter php-cli and php-cgi, respectively) handle scripts and utilities which rely on the existance of /usr/local/bin/php (or simply "php" in your path)? The answer will probably be "a symlink". Okay, which PHP binary do you choose to symlink to? php-cgi or php-cli? I cannot tell you how many times I have seen on mailing lists for PHP-related software, especially suphp, individuals asking why the software didn't work -- only to find out they had installed the CLI version of PHP, not the CGI version. I do acknowledge that you can have both on a single system; there is no denying that. But /usr/local/bin/php has to be one or the other. Presently, PHP doesn't offer a way for software or scripts (i.e. GNU configure scripts) to determine which type is installed, as far as I know... This is probably one of many reasons why the CLI and CGI ports are split. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 11:40:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 095CF16A401 for ; Mon, 13 Mar 2006 11:39:55 +0000 (UTC) (envelope-from ml@sd2i.com) Received: from www2.sd2i.net (www2.sd2i.net [81.80.186.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56A543D5F for ; Mon, 13 Mar 2006 11:39:51 +0000 (GMT) (envelope-from ml@sd2i.com) Received: from [192.168.1.10] (ADijon-153-1-40-56.w83-203.abo.wanadoo.fr [83.203.211.56]) by www2.sd2i.net (Postfix) with ESMTP id F3D773F778 for ; Mon, 13 Mar 2006 12:39:11 +0100 (CET) Message-ID: <44155A0A.6080108@sd2i.com> Date: Mon, 13 Mar 2006 12:39:54 +0100 From: "ml@sd2i.com" User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> <20060313112325.GA50979@pentarou.parodius.com> In-Reply-To: <20060313112325.GA50979@pentarou.parodius.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 11:40:00 -0000 Jeremy Chadwick a écrit : > > Presently, PHP doesn't offer a way for software or scripts (i.e. > GNU configure scripts) to determine which type is installed, as far > as I know... We're using the output of "php -v" and search for (cli) or (cgi) : %php -v|grep '(cgi)'|wc -l 1 %php -v | grep '(cli)' | wc -l 0 Maybe it's also possible to use the output of "php -h" that present -q or -C options for cgi version only From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 12:15:15 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2509816A400 for ; Mon, 13 Mar 2006 12:15:15 +0000 (UTC) (envelope-from roam@ringlet.net) Received: from straylight.ringlet.net (nat107.cnsys.bg [85.95.80.107]) by mx1.FreeBSD.org (Postfix) with SMTP id 0326C43D58 for ; Mon, 13 Mar 2006 12:15:13 +0000 (GMT) (envelope-from roam@ringlet.net) Received: (qmail 28948 invoked by uid 1000); 13 Mar 2006 12:16:46 -0000 Date: Mon, 13 Mar 2006 14:16:46 +0200 From: Peter Pentchev To: portmgr@FreeBSD.org Message-ID: <20060313121646.GA87317@straylight.m.ringlet.net> Mail-Followup-To: portmgr@FreeBSD.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org Subject: [CFR] Fix libgphoto2's libusb dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 12:15:15 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, The "LIB_DEPENDS=3Dusb" in the graphics/libgphoto2 port may not be enough under some circumstances: e.g. when the devel/libusb port is not installed, yet a libusb is installed by the compat4x port. In that case, the check will find a "usb" library in ldconfig's output, but it will not be the one libgphoto2 needs, and thus, libgphoto2 will actually be built without USB support and with an incorrect packing list. The following trivial patch fixes the problem; may I commit it? Index: ports/graphics/libgphoto3/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/graphics/libgphoto3/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- ports/graphics/libgphoto2/Makefile 23 Feb 2006 10:37:12 -0000 1.25 +++ ports/graphics/libgphoto2/Makefile 13 Mar 2006 10:01:35 -0000 @@ -15,7 +15,7 @@ MAINTAINER=3D ports@FreeBSD.org COMMENT=3D A universal digital camera picture control tool =20 -LIB_DEPENDS=3D usb:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS=3D usb-0.1.8:${PORTSDIR}/devel/libusb \ exif:${PORTSDIR}/graphics/libexif =20 USE_GNOME=3D gnometarget pkgconfig G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@cnsys.bg roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I've heard that this sentence is a rumor. --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFWKu7Ri2jRYZRVMRAkHJAJ0Y+xxAtSdZdngSSS91X6r53OuYJgCeNijQ c58gkNtffbJrFKWV7NU2hZ8= =8UqP -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 12:27:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4884416A41F for ; Mon, 13 Mar 2006 12:27:12 +0000 (UTC) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12E843D48 for ; Mon, 13 Mar 2006 12:27:11 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id 9C383A6C66; Mon, 13 Mar 2006 13:27:09 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id F017BD4C0E; Mon, 13 Mar 2006 13:40:46 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id D026BD4C08; Mon, 13 Mar 2006 13:40:46 +0100 (CET) Message-ID: <4415651C.3020005@vizija.si> Date: Mon, 13 Mar 2006 13:27:08 +0100 From: =?windows-1252?Q?Uro=9A_Gruber?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> <20060313112325.GA50979@pentarou.parodius.com> In-Reply-To: <20060313112325.GA50979@pentarou.parodius.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Cc: Jeremy Chadwick Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 12:27:12 -0000 Jeremy Chadwick wrote: > On Mon, Mar 13, 2006 at 11:33:23AM +0100, Uro? Gruber wrote: > >> I'm not being rude. I just pointed that I'm using cgi and cli (not mod >> as he refer). I've read UPDATING >> and if you're talking about 2004 when port is split to php-extension >> etc. I think this is not the case. >> > > Uros, > > How does your solution (re: naming the PHP interpreter php-cli and > php-cgi, respectively) handle scripts and utilities which rely on > the existance of /usr/local/bin/php (or simply "php" in your path)? > > I use a lot of those scripts and for now all rely on php (cli) so I have symlink to php-cli. Because php-cgi is used only from apache or other web server. Also I have php5-cgi and php4-cgi so I can use either php4 or php5. > The answer will probably be "a symlink". Okay, which PHP binary do > you choose to symlink to? php-cgi or php-cli? > > I cannot tell you how many times I have seen on mailing lists for > PHP-related software, especially suphp, individuals asking why the > software didn't work -- only to find out they had installed the CLI > version of PHP, not the CGI version. > I know that making this changes would break some other ports. But I think because of fast-cgi i found that many admins are using cgi version of php instead. So It needs to be solved some how. Maybe with some WITH_ switch to not break other ports but still possible to install both cli and cgi from ports. > I do acknowledge that you can have both on a single system; there is > no denying that. But /usr/local/bin/php has to be one or the other. > Presently, PHP doesn't offer a way for software or scripts (i.e. > GNU configure scripts) to determine which type is installed, as far > as I know... > > This is probably one of many reasons why the CLI and CGI ports are > split regards Uros From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 12:44:18 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0194C16A400 for ; Mon, 13 Mar 2006 12:44:18 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp104.sbc.mail.re2.yahoo.com (smtp104.sbc.mail.re2.yahoo.com [68.142.229.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C24B43D48 for ; Mon, 13 Mar 2006 12:44:17 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 97470 invoked from network); 13 Mar 2006 12:44:16 -0000 Received: from unknown (HELO ?192.168.1.197?) (donaldj@ameritech.net@69.210.197.35 with plain) by smtp104.sbc.mail.re2.yahoo.com with SMTP; 13 Mar 2006 12:44:16 -0000 From: "Donald J. O'Neill" To: Randy Bush Date: Mon, 13 Mar 2006 06:44:04 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> In-Reply-To: <17428.56461.451976.293083@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603130644.04315.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 12:44:18 -0000 On Sunday 12 March 2006 20:44, Randy Bush wrote: > > ok, so i am in the midst of the disgusting incantations for acroread. > For now at least, your stuck with the version of acroread you have installed. > > but i can not force build any other port. how does one force the > build? > > randy Portupgrade -f "some portname" will do it. "make install" "deinstall" "reinstall" in the port will do it. As for portmanager? You'll have to ask the author of the port if it's possible and if so, how. Don From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 13:41:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E7116A423 for ; Mon, 13 Mar 2006 13:41:57 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7246943D46 for ; Mon, 13 Mar 2006 13:41:55 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id k2DDfeWW036254 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 13 Mar 2006 13:41:45 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4415768C.20000@infracaninophile.co.uk> Date: Mon, 13 Mar 2006 13:41:32 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigD2B9136C54D33E48094FC929" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Mon, 13 Mar 2006 13:41:45 +0000 (GMT) X-Virus-Scanned: ClamAV 0.88/1326/Sat Mar 11 20:33:54 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Subject: Example of a port that relies on another port's sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 13:41:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD2B9136C54D33E48094FC929 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Dear ports list, I seem to remember a while back a discussion in the Porter's Handbook abo= ut having port X depend on the sources from port Y for building, and trigger= ing automatic extraction of those sources. However I can't see any mention o= f such a thing in the currently available version of the Porter's Handbook.= Can anyone point me towards an example of such a thing? This is for a lo= cal company-internal piece of porting, not anything that will go into the Fre= eBSD ports tree, so I'm not too concerned if it's against policy nowadays. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enigD2B9136C54D33E48094FC929 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEFXaU8Mjk52CukIwRAx/8AJ9bJdqWFAEZmNe+uLTsJNqCzkHKhACeOdoR rLRE80aLdD1oNVoyz4X/a4c= =t0RM -----END PGP SIGNATURE----- --------------enigD2B9136C54D33E48094FC929-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 14:34:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D756E16A400 for ; Mon, 13 Mar 2006 14:34:05 +0000 (UTC) (envelope-from kutulu@kutulu.org) Received: from basement.kutulu.org (49.133.202.68.cfl.res.rr.com [68.202.133.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FE243D45 for ; Mon, 13 Mar 2006 14:34:05 +0000 (GMT) (envelope-from kutulu@kutulu.org) Received: from [127.0.0.1] (localhost [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 606DD1145D; Mon, 13 Mar 2006 09:34:04 -0500 (EST) Message-ID: <4415832F.1030904@kutulu.org> Date: Mon, 13 Mar 2006 09:35:27 -0500 From: Mike Edenfield User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Matthew Seaman References: <4415768C.20000@infracaninophile.co.uk> In-Reply-To: <4415768C.20000@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Example of a port that relies on another port's sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 14:34:06 -0000 Matthew Seaman wrote: > Dear ports list, > > I seem to remember a while back a discussion in the Porter's Handbook about > having port X depend on the sources from port Y for building, and triggering > automatic extraction of those sources. However I can't see any mention of > such a thing in the currently available version of the Porter's Handbook. > > Can anyone point me towards an example of such a thing? This is for a local > company-internal piece of porting, not anything that will go into the FreeBSD > ports tree, so I'm not too concerned if it's against policy nowadays. I believe tk depends on the appropriate version of tcl source being present. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 14:37:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90EE716A423 for ; Mon, 13 Mar 2006 14:37:47 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C4543D7F for ; Mon, 13 Mar 2006 14:37:38 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 4EC901758E; Mon, 13 Mar 2006 16:37:32 +0200 (EET) Date: Mon, 13 Mar 2006 16:37:31 +0200 From: Ion-Mihai Tetcu To: Matthew Seaman Message-ID: <20060313163731.27c920b8@it.buh.tecnik93.com> In-Reply-To: <4415768C.20000@infracaninophile.co.uk> References: <4415768C.20000@infracaninophile.co.uk> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.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: Example of a port that relies on another port's sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 14:37:48 -0000 On Mon, 13 Mar 2006 13:41:32 +0000 Matthew Seaman wrote: > > Dear ports list, > > I seem to remember a while back a discussion in the Porter's Handbook about > having port X depend on the sources from port Y for building, and triggering > automatic extraction of those sources. However I can't see any mention of > such a thing in the currently available version of the Porter's Handbook. BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/category/port:extract (check my spelling :) -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" You humans have that emotional need to express gratitude. "You're welcome," I believe, is the correct response. -- Spock, "Bread and Circuses", stardate 4041.2 From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 15:46:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C9A16A41F for ; Mon, 13 Mar 2006 15:46:48 +0000 (UTC) (envelope-from root@mail.bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B2243D48 for ; Mon, 13 Mar 2006 15:46:44 +0000 (GMT) (envelope-from root@mail.bitdefender.com) Received: (qmail 28841 invoked by uid 0); 13 Mar 2006 17:46:41 +0200 Received: (qmail 557 invoked by uid 1010); 11 Mar 2006 14:36:43 +0200 Content-Type: multipart/mixed; boundary="=-bd-boundary-0uwqLb2q8w28nR3z" Mime-Version: 1.0 Received: from mx2.freebsd.org (216.136.204.119) by mail.bitdefender.com with SMTP; 11 Mar 2006 14:36:41 +0200 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0EA4D57CAB; Sat, 11 Mar 2006 12:35:38 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4334D16A449; Sat, 11 Mar 2006 12:35:35 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F6416A41F; Sat, 11 Mar 2006 12:35:16 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9C743D5D; Sat, 11 Mar 2006 12:35:11 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id 86DF21D0003; Sat, 11 Mar 2006 07:37:50 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19444-08; Sat, 11 Mar 2006 07:37:50 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id D3B4D1D0002; Sat, 11 Mar 2006 07:37:49 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k2BCZ9WZ049778; Sat, 11 Mar 2006 07:35:09 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k2BCZ9kU049777; Sat, 11 Mar 2006 07:35:09 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sat, 11 Mar 2006 07:34:53 -0500 User-Agent: KMail/1.9.1 References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> In-Reply-To: <20060311153759.41c98e18.nork@FreeBSD.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q Message-Id: <200603110735.08805.gerard@seibercom.net> X-Virus-Scanned: ClamAV 0.88/1324/Sat Mar 11 01:47:36 2006 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAEAAAAAAg X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: ports@freebsd.org, Norikatsu Shigemura Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org Reply-To: gerard@seibercom.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 15:46:52 -0000 This is a multipart message in MIME format, containing the original message body and a footer added by BitDefender --=-bd-boundary-0uwqLb2q8w28nR3z Content-Type: multipart/signed; boundary="nextPart3563648.FQNNQFgufx"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart3563648.FQNNQFgufx Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Norikatsu Shigemura wrote: > On Fri, 10 Mar 2006 17:42:36 -0500 (EST) > > Gerard Seibert wrote: > > I have been attempting to update the vcdimager port. It always > > fails with this message: > > install-info --quiet /usr/local/info/vcd-info.info > > /usr/local/info/dir install-info: menu item `vcd-info' already > > exists, for file `vcdimager' *** Error code 1 > > I have used pkg_delete to remove the port, but the build process > > still fails. I have attached a copy of the build process. I am > > using FreeBSD 5.4 with no special make flags, etc. > > SEE ALSO: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93916 > > Please test following patch. Sorry, I didn't contact this issue. > So I don't know that this patch is OK. > > Index: files/patch-docs-vcdimager.texi > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: files/patch-docs-vcdimager.texi > diff -N files/patch-docs-vcdimager.texi > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ files/patch-docs-vcdimager.texi 11 Mar 2006 01:51:05 -0000 > @@ -0,0 +1,10 @@ > +--- docs/vcdimager.texi.orig Sat Jun 18 13:11:08 2005 > ++++ docs/vcdimager.texi Sat Mar 11 10:50:22 2006 > +@@ -61,7 +61,6 @@ > + @direntry > + * VCDImager: (vcdimager). GNU Video CD > imaging utilities + * vcdimager: (vcdimager)vcdimager. =20 > Video CD simple formatter +-* vcd-info: (vcdimager)vcd-info. =20 > Video CD diagnostic tool + * cdxa2mpeg: (vcdimager)cdxa2mpeg. =20 > Strip RIFF/CD-XA container + * vcdxminfo: > (vcdimager)vcdxminfo. Display MPEG stream properties + * > vcdxgen: (vcdimager)vcdxgen. Video CD XML template > generator I apologize, but I am a rather new user of FreeBSD. I have no idea what=20 I am suppose to do with the information that you supplied me with.=20 Should I copy that information below the "=3D=3D=3D" line and place it some= =20 where? Thanks! =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --nextPart3563648.FQNNQFgufx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEEsP8chM2dIO+3uMRAi8cAJkB24p6IFMiW8qOZhiU+cLQbRjzEACeJEWs Om9ru3djBChuROfIsrQu3gs= =6LcO -----END PGP SIGNATURE----- --nextPart3563648.FQNNQFgufx-- --=-bd-boundary-0uwqLb2q8w28nR3z Content-Type: text/plain; name="BitDefender.txt" Content-Disposition: inline; filename="BitDefender.txt" -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ --=-bd-boundary-0uwqLb2q8w28nR3z-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 15:57:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1AD616A424 for ; Mon, 13 Mar 2006 15:57:05 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B9B43D6B for ; Mon, 13 Mar 2006 15:57:00 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id k2DFunLd036982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Mar 2006 15:56:50 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4415963C.3020806@infracaninophile.co.uk> Date: Mon, 13 Mar 2006 15:56:44 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <4415768C.20000@infracaninophile.co.uk> <20060313163731.27c920b8@it.buh.tecnik93.com> In-Reply-To: <20060313163731.27c920b8@it.buh.tecnik93.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig039C92E7ABDDEC0A88EBC1E6" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Mon, 13 Mar 2006 15:56:50 +0000 (GMT) X-Virus-Scanned: ClamAV 0.88/1327/Mon Mar 13 14:50:10 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org Subject: Re: Example of a port that relies on another port's sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 15:57:06 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig039C92E7ABDDEC0A88EBC1E6 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Ion-Mihai Tetcu wrote: > On Mon, 13 Mar 2006 13:41:32 +0000 > Matthew Seaman wrote: >=20 >> Dear ports list, >> >> I seem to remember a while back a discussion in the Porter's Handbook = about >> having port X depend on the sources from port Y for building, and trig= gering >> automatic extraction of those sources. However I can't see any mentio= n of >> such a thing in the currently available version of the Porter's Handbo= ok. >=20 > BUILD_DEPENDS+=3D ${NONEXISTENT}:${PORTSDIR}/category/port:extract >=20 > (check my spelling :) >=20 That's it exactly. Thank you very much. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enig039C92E7ABDDEC0A88EBC1E6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEFZZB8Mjk52CukIwRA5/BAJ4nRPIiljfWIiCfHY8goH4TXR85FgCfdq+T ki5pRxg/4DIPXcBmrb9r5EQ= =iI3g -----END PGP SIGNATURE----- --------------enig039C92E7ABDDEC0A88EBC1E6-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 15:58:07 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C733B16A401 for ; Mon, 13 Mar 2006 15:58:07 +0000 (UTC) (envelope-from root@mail.bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635843D5E for ; Mon, 13 Mar 2006 15:57:47 +0000 (GMT) (envelope-from root@mail.bitdefender.com) Received: (qmail 5036 invoked by uid 0); 13 Mar 2006 17:57:44 +0200 Received: (qmail 27007 invoked by uid 1010); 11 Mar 2006 14:49:17 +0200 Received: from mx2.freebsd.org (216.136.204.119) by mail.bitdefender.com with SMTP; 11 Mar 2006 14:49:15 +0200 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 34A3D5709C; Sat, 11 Mar 2006 12:48:47 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A9BA16A431; Sat, 11 Mar 2006 12:48:26 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F4916A41F; Sat, 11 Mar 2006 12:48:02 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDE143D53; Sat, 11 Mar 2006 12:48:01 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [192.168.36.6]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2BCm0gf016310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 Mar 2006 21:48:01 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 11 Mar 2006 21:48:00 +0900 From: Norikatsu Shigemura To: gerard@seibercom.net Message-Id: <20060311214800.c22825c3.nork@FreeBSD.org> In-Reply-To: <200603110735.08805.gerard@seibercom.net> References: <20060310173657.Q40614@seibercom.net> <20060311153759.41c98e18.nork@FreeBSD.org> <200603110735.08805.gerard@seibercom.net> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 11 Mar 2006 21:48:01 +0900 (JST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAEAAAAAAgAAAAAAAAAAAAAAAAAAQ X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org, nork@FreeBSD.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 15:58:08 -0000 This is a multi-part message in MIME format. --Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 11 Mar 2006 07:34:53 -0500 Gerard Seibert wrote: > I apologize, but I am a rather new user of FreeBSD. I have no idea what > I am suppose to do with the information that you supplied me with. > Should I copy that information below the "===" line and place it some > where? OK. vcdimager.diff attached my mail put into /usr/ports/multimedia/vcdimager/files/ as patch-vcdimager.texi. Now /usr/ports/multimedia/vcdimager/files is not exists, please mkdir /usr/ports/multimedia/vcdimager before putting file. And make clean & make install. This is OK? --Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW Content-Type: text/plain; name="vcdimager.diff" Content-Disposition: attachment; filename="vcdimager.diff" Content-Transfer-Encoding: 7bit Index: files/patch-docs-vcdimager.texi =================================================================== RCS file: files/patch-docs-vcdimager.texi diff -N files/patch-docs-vcdimager.texi --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-docs-vcdimager.texi 11 Mar 2006 01:51:05 -0000 @@ -0,0 +1,10 @@ +--- docs/vcdimager.texi.orig Sat Jun 18 13:11:08 2005 ++++ docs/vcdimager.texi Sat Mar 11 10:50:22 2006 +@@ -61,7 +61,6 @@ + @direntry + * VCDImager: (vcdimager). GNU Video CD imaging utilities + * vcdimager: (vcdimager)vcdimager. Video CD simple formatter +-* vcd-info: (vcdimager)vcd-info. Video CD diagnostic tool + * cdxa2mpeg: (vcdimager)cdxa2mpeg. Strip RIFF/CD-XA container + * vcdxminfo: (vcdimager)vcdxminfo. Display MPEG stream properties + * vcdxgen: (vcdimager)vcdxgen. Video CD XML template generator --Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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" --Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW Content-Type: text/plain; name="BitDefender.txt" Content-Disposition: inline; filename="BitDefender.txt" -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ --Multipart=_Sat__11_Mar_2006_21_48_00_+0900_uKL0JwZAQ0mqrLiW-- From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 16:01:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 335AA16A4A6 for ; Mon, 13 Mar 2006 16:01:44 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E059043D62 for ; Mon, 13 Mar 2006 16:01:43 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIpUM-0004dm-FJ; Mon, 13 Mar 2006 16:01:42 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIpUF-000NgU-1O; Mon, 13 Mar 2006 06:01:35 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17429.38749.849413.396269@roam.psg.com> Date: Mon, 13 Mar 2006 06:01:33 -1000 To: "Donald J. O'Neill" References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 16:01:44 -0000 >> but i can not force build any other port. how does one force the >> build? > Portupgrade -f "some portname" will do it. i thought i was supposed to be moving from portupgrade to this portmaster thing. i know portupgrade only too well. unfortunately, it's database is corrupted in some way that portsdb -Uu can't fix :-( # portupgrade mail/exim-monitor [Updating the pkgdb in /var/db/pkg ... - 542 packages found (-534 +534) (...)[Updating the pkgdb in /var/db/pkg ... - 542 packages found (-534 +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i386-freebsd7] randy From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 18:44:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69D516A400 for ; Mon, 13 Mar 2006 18:44:43 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F4343D58 for ; Mon, 13 Mar 2006 18:44:38 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k2DIhN4l096608; Mon, 13 Mar 2006 12:43:47 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <4415BD41.7030505@daleco.biz> Date: Mon, 13 Mar 2006 12:43:13 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randy Bush References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> In-Reply-To: <17429.38749.849413.396269@roam.psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 18:44:43 -0000 Randy Bush wrote: >>>but i can not force build any other port. how does one force the >>>build? >>> >>> >>Portupgrade -f "some portname" will do it. >> >> > >i thought i was supposed to be moving from portupgrade to this >portmaster thing. i know portupgrade only too well. > >unfortunately, it's database is corrupted in some way that >portsdb -Uu can't fix :-( > ># portupgrade mail/exim-monitor >[Updating the pkgdb in /var/db/pkg ... - >542 packages found (-534 +534) (...)[Updating the pkgdb > in /var/db/pkg ... - 542 packages found >(-534 +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: >[BUG] Segmentation fault >ruby 1.8.4 (2005-12-24) [i386-freebsd7] > > >randy > > Going "out on a limb" here, but IIRC this looks a lot like portupgrade and/or ruby is out of date. Have a peek at /usr/ports/UPDATING (or maybe a grep would be better) and see if it looks familiar. Apologize for noise if you've passed that milestone. I'm thinking it should be pretty old by now, but I remember getting bit by something very similar.... Kevin Kinsey -- We wish you a Hare Krishna We wish you a Hare Krishna We wish you a Hare Krishna And a Sun Myung Moon! -- Maxwell Smart From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 19:30:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91A816A400; Mon, 13 Mar 2006 19:30:17 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6626543D4C; Mon, 13 Mar 2006 19:30:12 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 7FE012000A9; Mon, 13 Mar 2006 20:30:08 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id C2EC620009C; Mon, 13 Mar 2006 20:30:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0A7B444487E; Mon, 13 Mar 2006 19:26:57 +0000 (UTC) Date: Mon, 13 Mar 2006 19:26:57 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: GeX In-Reply-To: <53cc795f0603130945g3462111fvb0747dfa1ce58f18@mail.gmail.com> Message-ID: <20060313192132.K73618@maildrop.int.zabbadoz.net> References: <53cc795f0603130945g3462111fvb0747dfa1ce58f18@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: freebsd-ports@FreeBSD.org Subject: Re: centericq in -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: Mon, 13 Mar 2006 19:30:17 -0000 On Mon, 13 Mar 2006, GeX wrote: > i have a problem with using of the centericq. > problem appeared after upgrade of my box from 6.1-pre to 7.0-current: > > > > > zsh: segmentation fault (core dumped) *centericq* yes, HEAD has more debugging on by default which will catch more of these problems. centericq on HEAD had been problematic for ages. Also see this thread. I Cc:ed ports@ and not current@ because this discussion belongs to ports@. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 19:40:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65FE16A400 for ; Mon, 13 Mar 2006 19:40:09 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3ED43D46 for ; Mon, 13 Mar 2006 19:40:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 572672000AF; Mon, 13 Mar 2006 20:40:08 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 475F520009C; Mon, 13 Mar 2006 20:40:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 47FA144487E; Mon, 13 Mar 2006 19:38:16 +0000 (UTC) Date: Mon, 13 Mar 2006 19:38:16 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: GeX In-Reply-To: <20060313192132.K73618@maildrop.int.zabbadoz.net> Message-ID: <20060313193751.Q73618@maildrop.int.zabbadoz.net> References: <53cc795f0603130945g3462111fvb0747dfa1ce58f18@mail.gmail.com> <20060313192132.K73618@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: freebsd-ports@FreeBSD.org Subject: Re: centericq in -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: Mon, 13 Mar 2006 19:40:10 -0000 On Mon, 13 Mar 2006, Bjoern A. Zeeb wrote: > On Mon, 13 Mar 2006, GeX wrote: > >> i have a problem with using of the centericq. >> problem appeared after upgrade of my box from 6.1-pre to 7.0-current: >> >> >> >> >> zsh: segmentation fault (core dumped) *centericq* > > yes, HEAD has more debugging on by default which will catch more of > these problems. > > centericq on HEAD had been problematic for ages. > > Also see this thread. and here 's the URL: http://lists.freebsd.org/pipermail/freebsd-ports/2006-January/thread.html#29201 > I Cc:ed ports@ and not current@ because > this discussion belongs to ports@. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 19:41:45 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6AC16A400 for ; Mon, 13 Mar 2006 19:41:45 +0000 (UTC) (envelope-from pkhavkine@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71B043D7C for ; Mon, 13 Mar 2006 19:41:18 +0000 (GMT) (envelope-from pkhavkine@gmail.com) Received: by wproxy.gmail.com with SMTP id i28so1214957wra for ; Mon, 13 Mar 2006 11:41:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OuED3Jw6dVL++zImP8ZXi1jDts3OO1aNHLf4deoWjOzP8lqkz9Vze+uPFyo0t/3t4nS5S94ye+DPyOYTWiwPabW7gQAsp0EmBCvFgKB8wzOPl5uJznzm/iOSIzlGBOKdmBGTjx6/f0wuKDTbf8Bd1qs94sBM//dAyA0Bt1B55H0= Received: by 10.64.96.5 with SMTP id t5mr157055qbb; Mon, 13 Mar 2006 11:41:15 -0800 (PST) Received: by 10.64.114.7 with HTTP; Mon, 13 Mar 2006 11:41:14 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 14:41:14 -0500 From: "Paul Khavkine" To: "Mike Jakubik" , ports@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> <44149FA4.1070102@rogers.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Problem with FreeRADIUS 1.1.0 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, 13 Mar 2006 19:41:45 -0000 When the port is compiled i see that radiusd binart is linked against libpthread.so.1 AND libpthread.so.2 Is that normal ? paul# ldd /usr/local/sbin/radiusd /usr/local/sbin/radiusd: libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x2808c000) libradius-1.1.0.so =3D> /usr/local/lib/libradius-1.1.0.so (0x280a40= 00) libltdl.so.4 =3D> /usr/local/lib/libltdl.so.4 (0x280b8000) libpthread.so.2 =3D> /usr/lib/libpthread.so.2 (0x280bf000) <---- libcrypto.so.4 =3D> /lib/libcrypto.so.4 (0x280e4000) libssl.so.4 =3D> /usr/lib/libssl.so.4 (0x281d6000) libc.so.6 =3D> /lib/libc.so.6 (0x28204000) libpthread.so.1 =3D> /usr/lib/libpthread.so.1 (0x282db000) <--- libcrypto.so.3 =3D> /lib/libcrypto.so.3 (0x282ff000) libssl.so.3 =3D> /usr/lib/libssl.so.3 (0x283f6000) libc.so.5 =3D> /lib/libc.so.5 (0x28424000) On 3/13/06, Paul Khavkine wrote: > > > > Whenever i run it with -X it seems to work, but running -X insede gdb > crashes. > Also running with (-x 'small x') produces seg fault. > > paul# /usr/local/sbin/radiusd -x > Starting - reading configuration files ... > Module: Loaded exec > > rlm_exec: Wait=3Dyes but no output defined. Did you mean output=3Dnone? > Module: Instantiated exec (exec) > Module: Loaded expr > Module: Instantiated expr (expr) > Module: Loaded PAP > Module: Instantiated pap (pap) > Module: Loaded CHAP > Module: Instantiated chap (chap) > Module: Loaded MS-CHAP > Module: Instantiated mschap (mschap) > Module: Loaded System > Module: Instantiated unix (unix) > Module: Loaded eap > rlm_eap: Loaded and initialized type md5 > rlm_eap: Loaded and initialized type leap > rlm_eap: Loaded and initialized type gtc > rlm_eap: Loaded and initialized type mschapv2 > Module: Instantiated eap (eap) > Module: Loaded preprocess > > Module: Instantiated preprocess (preprocess) > Module: Loaded realm > Module: Instantiated realm (suffix) > Module: Loaded files > Module: Instantiated files (files) > > Module: Loaded Acct-Unique-Session-Id > Module: Instantiated acct_unique (acct_unique) > Module: Loaded detail > Module: Instantiated detail (detail) > Module: Loaded radutmp > Module: Instantiated radutmp (radutmp) > Initializing the thread pool... > Segmentation fault > paul# > > > > Thanx > Paul > > > On 3/12/06, Mike Jakubik wrote: > > > > Paul Khavkine wrote: > > > > > > Hi. > > > > > > > > > I just installed net/freeradius port and it crashes when ran in debug > > > mode (radiusd -X): > > > > Seems to work ok here: > > > > FreeBSD test.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Mar 12 > > 16:05:16 EST 2006 amd64 > > > > freeradius-1.1.0_2 A free RADIUS server implementation > > > > -- > > > > # radiusd -X > > Starting - reading configuration files ... > > reread_config: reading radiusd.conf > > Config: including file: /usr/local/etc/raddb/clients.conf > > Config: including file: /usr/local/etc/raddb/sql.conf > > main: prefix =3D "/usr/local" > > main: localstatedir =3D "/var" > > main: logdir =3D "/var/log" > > main: libdir =3D "/usr/local/lib" > > main: radacctdir =3D "/var/log/radacct" > > main: hostname_lookups =3D no > > main: max_request_time =3D 30 > > main: cleanup_delay =3D 5 > > main: max_requests =3D 1024 > > main: delete_blocked_requests =3D 0 > > main: port =3D 0 > > main: allow_core_dumps =3D no > > main: log_stripped_names =3D no > > main: log_file =3D "/var/log/radius.log" > > main: log_auth =3D no > > main: log_auth_badpass =3D no > > main: log_auth_goodpass =3D no > > main: pidfile =3D "/var/run/radiusd/radiusd.pid" > > main: user =3D "(null)" > > main: group =3D "(null)" > > main: usercollide =3D no > > main: lower_user =3D "no" > > main: lower_pass =3D "no" > > main: nospace_user =3D "no" > > main: nospace_pass =3D "no" > > main: checkrad =3D "/usr/local/sbin/checkrad" > > main: proxy_requests =3D no > > security: max_attributes =3D 200 > > security: reject_delay =3D 1 > > security: status_server =3D no > > main: debug_level =3D 0 > > read_config_files: reading dictionary > > read_config_files: reading naslist > > read_config_files: reading clients > > read_config_files: reading realms > > radiusd: entering modules setup > > Module: Library search path is /usr/local/lib > > Module: Loaded exec > > exec: wait =3D yes > > exec: program =3D "(null)" > > exec: input_pairs =3D "request" > > exec: output_pairs =3D "(null)" > > exec: packet_type =3D "(null)" > > rlm_exec: Wait=3Dyes but no output defined. Did you mean output=3Dnone? > > Module: Instantiated exec (exec) > > Module: Loaded expr > > Module: Instantiated expr (expr) > > Module: Loaded PAP > > pap: encryption_scheme =3D "crypt" > > Module: Instantiated pap (pap) > > Module: Loaded CHAP > > Module: Instantiated chap (chap) > > Module: Loaded MS-CHAP > > mschap: use_mppe =3D yes > > mschap: require_encryption =3D no > > mschap: require_strong =3D no > > mschap: with_ntdomain_hack =3D no > > mschap: passwd =3D "(null)" > > mschap: authtype =3D "MS-CHAP" > > mschap: ntlm_auth =3D "(null)" > > Module: Instantiated mschap (mschap) > > Module: Loaded preprocess > > preprocess: huntgroups =3D "/usr/local/etc/raddb/huntgroups" > > preprocess: hints =3D "/usr/local/etc/raddb/hints" > > preprocess: with_ascend_hack =3D no > > preprocess: ascend_channels_per_line =3D 23 > > preprocess: with_ntdomain_hack =3D no > > preprocess: with_specialix_jetstream_hack =3D no > > preprocess: with_cisco_vsa_hack =3D no > > Module: Instantiated preprocess (preprocess) > > Module: Loaded realm > > realm: format =3D "suffix" > > realm: delimiter =3D "@" > > realm: ignore_default =3D no > > realm: ignore_null =3D no > > Module: Instantiated realm (suffix) > > Module: Loaded Acct-Unique-Session-Id > > acct_unique: key =3D "User-Name, Acct-Session-Id, NAS-IP-Address, > > Client-IP-Address, NAS-Port" > > Module: Instantiated acct_unique (acct_unique) > > Module: Loaded detail > > detail: detailfile =3D > > "/var/log/radacct/%{Client-IP-Address}/detail-%Y%m%d" > > detail: detailperm =3D 384 > > detail: dirperm =3D 493 > > detail: locking =3D no > > Module: Instantiated detail (detail) > > Module: Loaded radutmp > > radutmp: filename =3D "/var/log/radutmp" > > radutmp: username =3D "%{User-Name}" > > radutmp: case_sensitive =3D yes > > radutmp: check_with_nas =3D yes > > radutmp: perm =3D 384 > > radutmp: callerid =3D yes > > Module: Instantiated radutmp (radutmp) > > Listening on authentication *:1812 > > Listening on accounting *:1813 > > Ready to process requests. > > > > > From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 20:00:42 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9A416A424 for ; Mon, 13 Mar 2006 20:00:42 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96C143D45 for ; Mon, 13 Mar 2006 20:00:41 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 1D865D403CD for ; Mon, 13 Mar 2006 15:00:40 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Mon, 13 Mar 2006 15:00:40 -0500 X-Sasl-enc: 4aiTMaeVBT6G2cvhPLb+po7raNIMY5dK+E3Db8RCrO5o 1142280039 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 487C3648 for ; Mon, 13 Mar 2006 15:00:39 -0500 (EST) From: RW To: freebsd-ports@freebsd.org Date: Mon, 13 Mar 2006 20:00:04 +0000 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> In-Reply-To: <17428.48090.416936.142264@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603132000.38045.list-freebsd-2004@morbius.sent.com> Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 20:00:42 -0000 On Monday 13 March 2006 00:24, Randy Bush wrote: > running thinkpad t41 i386 on -current > > two questions > > o how do i tell portmanager to force the single port, and > not everything on which it depends as in -f? Portmanager isn't really intended for that kind of tinkering. And you probably shouldn't be using it if you don't like the idea of lots of ports, that aren't out of date, being rebuilt. > o why did portmanager not rebuild in the following case. > as i can not force, then who is responsible to see ports > with changes are rebuilt? > > randy > > cvsup showed > > Edit ports/print/acroread7/Makefile > Add delta 1.17 2006.03.11.19.43.09 hrs > > but > > # portmanager print/acroread7 > .. >00001 have:acroread7-7.0.1,1 /print/acroread7 CURRENT Portmanager has done the right thing; the port was not out of date. The port maintainer modified the makefile without bumping the portrevision number. This means the change had no significant runtime impact. It might just be a spelling correction in a comment. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 20:15:46 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA8716A42A for ; Mon, 13 Mar 2006 20:15:46 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABEB543D46 for ; Mon, 13 Mar 2006 20:15:40 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id A07F3D3FFB1 for ; Mon, 13 Mar 2006 15:15:37 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Mon, 13 Mar 2006 15:15:37 -0500 X-Sasl-enc: ZjBjY/QD5leaTTp0Yjbe9V/hOgDnehD6vlbSYGI/2PAk 1142280936 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id E5BD44CD for ; Mon, 13 Mar 2006 15:15:36 -0500 (EST) From: RW To: freebsd-ports@freebsd.org Date: Mon, 13 Mar 2006 20:15:31 +0000 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> In-Reply-To: <17428.56461.451976.293083@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603132015.36720.list-freebsd-2004@morbius.sent.com> Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 20:15:46 -0000 On Monday 13 March 2006 02:44, Randy Bush wrote: > >> two questions > >> > >> o how do i tell portmanager to force the single port, and > >> not everything on which it depends as in -f? > >> > >> o why did portmanager not rebuild in the following case. > >> as i can not force, then who is responsible to see ports > > > > with changes are rebuilt? > > > > Take a look at the acroread Makefile and you'll see why you can't do > > anything with it. > > ok, so i am in the midst of the disgusting incantations for acroread. > This is a red-herring, all you need do is agree to the terms when prompted. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 21:18:40 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC6D16A41F for ; Mon, 13 Mar 2006 21:18:40 +0000 (UTC) (envelope-from cgi-mailer-bounces-20425953@kundenserver.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB5643D73 for ; Mon, 13 Mar 2006 21:18:40 +0000 (GMT) (envelope-from cgi-mailer-bounces-20425953@kundenserver.de) Received: from [212.227.126.203] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1FIuR5-0003ZF-00 for ports@freebsd.org; Mon, 13 Mar 2006 22:18:39 +0100 Received: from [212.227.109.147] (helo=infong53 ident=8) by mrvnet.kundenserver.de with smtp (Exim 3.35 #1) id 1FIuR5-0000hW-00 for ports@FreeBSD.org; Mon, 13 Mar 2006 22:18:39 +0100 Received: from [84.138.67.73](IP may be forged by CGI script) by infong53.kundenserver.de with HTTP; Mon, 13 Mar 2006 22:18:39 +0100 Date: Mon, 13 Mar 2006 22:18:39 +0100 Precedence: bulk To: ports@FreeBSD.org From: "Fachbücher und mehr..." Error-To: newsletter@billardbuch.de Content-type: text/plain Message-Id: X-Provags-ID: kundenserver.de abuse@kundenserver.de sender-info:20425953@infong53 Cc: Subject: New Billiard Books at the Superbilliardsexpo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: newsletter@billardbuch.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:18:40 -0000 Hello Hello, in a few days the Superbilliardsexpo (16-19 March) will be open in Valley Forge, PA at the conventioncenter. Litho-Publishers will be present at booth L24 and offer the famous books of Ralph Eckert (Modern Pool) and brandnew the first part of the Pool School: Basics in Pool Billiard. As well we present the official WPA Playing Ability Test (PAT) writen by Ralph Eckert, Jorgen Sandman and Andreas Huber. For more details please have a look at: www.billiardbook.com For more details about the PAT-System please have a look at: www.pat-billiard.com. If you'll get the newsletter without a order, please look yourself out under: http://www.billiardbook.com/newsletter.htm. It is nor in our interest to send spammails! Litho-Publishers www.billiardbook.com From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 21:39:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3782A16A401 for ; Mon, 13 Mar 2006 21:39:27 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1D143D81 for ; Mon, 13 Mar 2006 21:39:25 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s11so969329wxc for ; Mon, 13 Mar 2006 13:39:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qZ68CUJzjyLdDgNL9yI8gvsLnFjdDE6IQbM48n1F9zP8xuA4krFL0T3od1a5VdWtXR1x7ML1aJqeEoQYStB69HVfiwBm6RDH+MaHazUDzVYdxWOE5VKMQP1W39Ax4ZO6KDKR5FEwjr4nZQHL5h95AtZB9JcaI0mVV7BSAhzSW08= Received: by 10.70.74.16 with SMTP id w16mr3503949wxa; Mon, 13 Mar 2006 13:39:25 -0800 (PST) Received: by 10.70.27.2 with HTTP; Mon, 13 Mar 2006 13:39:25 -0800 (PST) Message-ID: <790a9fff0603131339i319136c1y7cde236201c9eb98@mail.gmail.com> Date: Mon, 13 Mar 2006 15:39:25 -0600 From: "Scot Hetzel" To: "Paul Khavkine" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> <44149FA4.1070102@rogers.com> Cc: ports@freebsd.org Subject: Re: Problem with FreeRADIUS 1.1.0 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, 13 Mar 2006 21:39:27 -0000 On 3/13/06, Paul Khavkine wrote: > When the port is compiled i see that radiusd binart is linked against > libpthread.so.1 AND libpthread.so.2 > Is that normal ? > > paul# ldd /usr/local/sbin/radiusd > /usr/local/sbin/radiusd: > libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x2808c000) > libradius-1.1.0.so =3D> /usr/local/lib/libradius-1.1.0.so (0x280a4= 000) > libltdl.so.4 =3D> /usr/local/lib/libltdl.so.4 (0x280b8000) > libpthread.so.2 =3D> /usr/lib/libpthread.so.2 (0x280bf000) <---- > libcrypto.so.4 =3D> /lib/libcrypto.so.4 (0x280e4000) > libssl.so.4 =3D> /usr/lib/libssl.so.4 (0x281d6000) > libc.so.6 =3D> /lib/libc.so.6 (0x28204000) > libpthread.so.1 =3D> /usr/lib/libpthread.so.1 (0x282db000) <--- > libcrypto.so.3 =3D> /lib/libcrypto.so.3 (0x282ff000) > libssl.so.3 =3D> /usr/lib/libssl.so.3 (0x283f6000) > libc.so.5 =3D> /lib/libc.so.5 (0x28424000) > No this is not normal. It looks as though you have an out of date dependency. Try a ldd on /usr/local/lib/libltdl.so.4, most likely it is the one that has the lib dependency on libpthread.so.1. If libltdl.so.4 is the culprit, you will need to re-build the devel/libltdl15 port and all ports that depend on it. -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 21:44:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704C716A41F for ; Mon, 13 Mar 2006 21:44:38 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 75B7943D55 for ; Mon, 13 Mar 2006 21:44:37 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 76013 invoked from network); 13 Mar 2006 21:44:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=zRGRSy79aNvW4ZEQNiOzndn2PNqrgTES/T1cbuFmJZg7Ls9Z5CuQK9BOi/Z4R9HljtXAfYRV0dFptpf+ce/aHkHRavWzeYFGX2QmwCTC2iAFGRwWMc4kfuVkkR4hO1UR9pC+JpfR7IfR0mosTVPPbVN2VnA6t+TNl/PmuR3tAFk= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 13 Mar 2006 21:44:36 -0000 Message-ID: <4415E7D2.3050508@rogers.com> Date: Mon, 13 Mar 2006 16:44:50 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Paul Khavkine References: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> <44149FA4.1070102@rogers.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Problem with FreeRADIUS 1.1.0 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, 13 Mar 2006 21:44:38 -0000 Paul Khavkine wrote: > When the port is compiled i see that radiusd binart is linked against > libpthread.so.1 AND libpthread.so.2 > Is that normal ? > > paul# ldd /usr/local/sbin/radiusd > /usr/local/sbin/radiusd: > libcrypt.so.3 => /lib/libcrypt.so.3 (0x2808c000) > libradius-1.1.0.so => /usr/local/lib/libradius-1.1.0.so (0x280a4000) > libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x280b8000) > libpthread.so.2 => /usr/lib/libpthread.so.2 (0x280bf000) <---- > libcrypto.so.4 => /lib/libcrypto.so.4 (0x280e4000) > libssl.so.4 => /usr/lib/libssl.so.4 (0x281d6000) > libc.so.6 => /lib/libc.so.6 (0x28204000) > libpthread.so.1 => /usr/lib/libpthread.so.1 (0x282db000) <--- > libcrypto.so.3 => /lib/libcrypto.so.3 (0x282ff000) > libssl.so.3 => /usr/lib/libssl.so.3 (0x283f6000) > libc.so.5 => /lib/libc.so.5 (0x28424000) > > It's fine here, looks like your system has a problem: --- # ldd /usr/local/sbin/radiusd /usr/local/sbin/radiusd: libcrypt.so.3 => /lib/libcrypt.so.3 (0x800644000) libssl.so.4 => /usr/lib/libssl.so.4 (0x80075d000) libcrypto.so.4 => /lib/libcrypto.so.4 (0x800895000) libpthread.so.2 => /usr/lib/libpthread.so.2 (0x800adb000) libradius-1.1.0.so => /usr/local/lib/libradius-1.1.0.so (0x800c06000) libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x800d1c000) libc.so.6 => /lib/libc.so.6 (0x800e24000) # radiusd -x Starting - reading configuration files ... Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded preprocess Module: Instantiated preprocess (preprocess) Module: Loaded SQL rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked rlm_sql (sql): Attempting to connect to root@localhost:/radius rlm_sql (sql): starting 0 rlm_sql (sql): Attempting to connect rlm_sql_mysql #0 rlm_sql_mysql: Starting connect to MySQL server for #0 rlm_sql_mysql: Couldn't connect socket to MySQL server root@localhost:radius rlm_sql_mysql: Mysql error 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)' rlm_sql (sql): Failed to connect DB handle #0 rlm_sql (sql): starting 1 rlm_sql (sql): starting 2 rlm_sql (sql): starting 3 rlm_sql (sql): starting 4 rlm_sql (sql): Failed to connect to any SQL server. Module: Instantiated sql (sql) Module: Loaded Acct-Unique-Session-Id Module: Instantiated acct_unique (acct_unique) Initializing the thread pool... Listening on authentication *:1812 Listening on accounting *:1813 Ready to process requests. From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 22:02:37 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C60216A400 for ; Mon, 13 Mar 2006 22:02:37 +0000 (UTC) (envelope-from cgi-mailer-bounces-20425953@kundenserver.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B0343D6A for ; Mon, 13 Mar 2006 22:02:35 +0000 (GMT) (envelope-from cgi-mailer-bounces-20425953@kundenserver.de) Received: from [212.227.126.200] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1FIv7a-0001ZX-00 for ports@freebsd.org; Mon, 13 Mar 2006 23:02:34 +0100 Received: from [212.227.109.147] (helo=infong53 ident=8) by mrvnet.kundenserver.de with smtp (Exim 3.35 #1) id 1FIv7a-0006kT-00 for ports@FreeBSD.org; Mon, 13 Mar 2006 23:02:34 +0100 Received: from [84.138.67.73](IP may be forged by CGI script) by infong53.kundenserver.de with HTTP; Mon, 13 Mar 2006 23:02:34 +0100 Date: Mon, 13 Mar 2006 23:02:34 +0100 Precedence: bulk To: ports@FreeBSD.org From: "Fachbücher und mehr..." Error-To: newsletter@billardbuch.de Content-type: text/plain Message-Id: X-Provags-ID: kundenserver.de abuse@kundenserver.de sender-info:20425953@infong53 Cc: Subject: New Billiard Books at the Superbilliardsexpo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Reply-To: newsletter@billardbuch.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:02:37 -0000 Hello Hello, in a few days the Superbilliardsexpo (16-19 March) will be open in Valley Forge, PA at the conventioncenter. Litho-Publishers will be present at booth L24 and offer the famous books of Ralph Eckert (Modern Pool) and brandnew the first part of the Pool School: Basics in Pool Billiard. As well we present the official WPA Playing Ability Test (PAT) writen by Ralph Eckert, Jorgen Sandman and Andreas Huber. For more details please have a look at: www.billiardbook.com For more details about the PAT-System please have a look at: www.pat-billiard.com. If you'll get the newsletter without a order, please look yourself out under: http://www.billiardbook.com/newsletter.htm. It is nor in our interest to send spammails! Litho-Publishers www.billiardbook.com From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 23:53:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C0816A41F for ; Mon, 13 Mar 2006 23:53:28 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp102.sbc.mail.re2.yahoo.com (smtp102.sbc.mail.re2.yahoo.com [68.142.229.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 1371B43D45 for ; Mon, 13 Mar 2006 23:53:27 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 56208 invoked from network); 13 Mar 2006 23:53:27 -0000 Received: from unknown (HELO ?192.168.1.197?) (donaldj@ameritech.net@69.210.197.35 with plain) by smtp102.sbc.mail.re2.yahoo.com with SMTP; 13 Mar 2006 23:53:27 -0000 From: "Donald J. O'Neill" To: Randy Bush Date: Mon, 13 Mar 2006 17:53:14 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> In-Reply-To: <17429.38749.849413.396269@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603131753.15083.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Mar 2006 23:53:28 -0000 On Monday 13 March 2006 10:01, you wrote: > > i thought i was supposed to be moving from portupgrade to this > portmaster thing. i know portupgrade only too well. > > unfortunately, it's database is corrupted in some way that > portsdb -Uu can't fix :-( > > # portupgrade mail/exim-monitor > [Updating the pkgdb in /var/db/pkg ... - 542 > packages found (-534 +534) (...)[Updating the pkgdb > in /var/db/pkg ... - 542 packages found (-534 > +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] > Segmentation fault ruby 1.8.4 (2005-12-24) [i386-freebsd7] > > > randy Use 'portversion -v |grep needs' instead of 'portsdb -Uu'. Portversion will do it faster. Wait a minute, what version of FreeBSD are you using? When was the last time you cvsup'd your ports tree? Why aren't you using portsnap? I thought I was doing a quick help. I don't want this turning into a 3 or 4 week debacle like the last couple I've been involved in. So, answer the questions, and anything else that would be a big help, like: just what is it you want to accomplish. If you answer all the questions, and I continue to help you, there may be other things I need to know. Don From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 01:32:18 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF1616A400 for ; Tue, 14 Mar 2006 01:32:18 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8317E43D5D for ; Tue, 14 Mar 2006 01:32:17 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIyOU-000Jqq-QW; Tue, 14 Mar 2006 01:32:15 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIyOT-000OFQ-O8; Mon, 13 Mar 2006 15:32:13 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17430.7453.229943.777999@roam.psg.com> Date: Mon, 13 Mar 2006 15:32:13 -1000 To: Kevin Kinsey References: <17428.48090.416936.142264@roam.psg.com> <200603122035.10272.donaldjoneill@gmail.com> <17428.56461.451976.293083@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> <4415BD41.7030505@daleco.biz> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 01:32:18 -0000 >> # portupgrade mail/exim-monitor >> [Updating the pkgdb in /var/db/pkg ... - >> 542 packages found (-534 +534) (...)[Updating the pkgdb >> in /var/db/pkg ... - 542 packages found >> (-534 +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: >> [BUG] Segmentation fault >> ruby 1.8.4 (2005-12-24) [i386-freebsd7] > Going "out on a limb" here, but IIRC this looks a lot like > portupgrade and/or ruby is out of date. well, portmaster -f has been run and rebuilt everything that it is willing to build. they show as rebuilt. and i went into /usr/ports/foo for the two of them and did a manual make and make install. same result. libtools was remade loooooooong ago. but no apologies needed, i am shooting in the dark here. randy From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 02:08:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B743C16A41F for ; Tue, 14 Mar 2006 02:08:07 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CC843D49 for ; Tue, 14 Mar 2006 02:08:07 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIyxB-000KlY-Uz; Tue, 14 Mar 2006 02:08:06 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIyxA-000OKk-S5; Mon, 13 Mar 2006 16:08:04 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17430.9604.354593.968868@roam.psg.com> Date: Mon, 13 Mar 2006 16:08:04 -1000 To: "Donald J. O'Neill" References: <17428.48090.416936.142264@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 02:08:07 -0000 >> # portupgrade mail/exim-monitor >> [Updating the pkgdb in /var/db/pkg ... - 542 >> packages found (-534 +534) (...)[Updating the pkgdb >> in /var/db/pkg ... - 542 packages found (-534 >> +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] >> Segmentation fault ruby 1.8.4 (2005-12-24) [i386-freebsd7] > Use 'portversion -v |grep needs' instead of 'portsdb -Uu' # portversion -v [Updating the pkgdb in /var/db/pkg ... - 542 packages found (-534 +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i386-freebsd7] Abort trap: 6 (core dumped) as i said, i suspect a broken data structure in a file. but what do i know? and, until one finds the bugs, suspicions are cheap, especially those of folk such as i who have not spent time to look at the code. > Wait a minute, what version of FreeBSD are you using? When was > the last time you cvsup'd your ports tree? Why aren't you using > portsnap? -current as of two days ago. i don't use portsnap because i use cvsup and it is not clear to me that portsnap gets me more than cvsup does, i.e. the ports tree. am i missing something here? > I thought I was doing a quick help. I don't want this turning into a 3 > or 4 week debacle like the last couple I've been involved in. So, > answer the questions, and anything else that would be a big help, like: > just what is it you want to accomplish. If you answer all the > questions, and I continue to help you, there may be other things I need > to know. i am missing the technical question here. is there some url for an oath of fealty i am missing? randy From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 02:12:05 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B9EF16A401 for ; Tue, 14 Mar 2006 02:12:05 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE8243D48 for ; Tue, 14 Mar 2006 02:12:04 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id C84B9168; Mon, 13 Mar 2006 20:12:03 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 06C2F61C2B; Mon, 13 Mar 2006 20:12:02 -0600 (CST) Date: Mon, 13 Mar 2006 20:12:02 -0600 From: "Matthew D. Fuller" To: Randy Bush Message-ID: <20060314021202.GB58250@over-yonder.net> References: <17428.48090.416936.142264@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> <17430.9604.354593.968868@roam.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17430.9604.354593.968868@roam.psg.com> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: freebsd-ports@freebsd.org, "Donald J. O'Neill" Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 02:12:05 -0000 On Mon, Mar 13, 2006 at 04:08:04PM -1000 I heard the voice of Randy Bush, and lo! it spake thus: > > # portversion -v > [Updating the pkgdb in /var/db/pkg ... - 542 packages found (-534 +534) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault > ruby 1.8.4 (2005-12-24) [i386-freebsd7] > > Abort trap: 6 (core dumped) > > as i said, i suspect a broken data structure in a file. but what do > i know? The simple answer is "blow away the db file and rebuild it". It takes a couple minutes to do so on my system (with ~460 packages). -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 02:17:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26DB916A420 for ; Tue, 14 Mar 2006 02:17:55 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C14143D4C for ; Tue, 14 Mar 2006 02:17:54 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIz6e-000L2V-St; Tue, 14 Mar 2006 02:17:53 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FIz6d-000Pp4-QT; Mon, 13 Mar 2006 16:17:51 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17430.10191.197867.993173@roam.psg.com> Date: Mon, 13 Mar 2006 16:17:51 -1000 To: "Matthew D. Fuller" References: <17428.48090.416936.142264@roam.psg.com> <200603130644.04315.duncan.fbsd@gmail.com> <17429.38749.849413.396269@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> <17430.9604.354593.968868@roam.psg.com> <20060314021202.GB58250@over-yonder.net> Cc: freebsd-ports@freebsd.org, "Donald J. O'Neill" Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 02:17:55 -0000 > The simple answer is "blow away the db file and rebuild it". cool. i am a simple minded guy. blown and rebuilding now. mahalo randy From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 04:28:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C517E16A400 for ; Tue, 14 Mar 2006 04:28:04 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 55D1443D46 for ; Tue, 14 Mar 2006 04:28:04 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 4810 invoked from network); 14 Mar 2006 04:28:03 -0000 Received: from unknown (HELO ?192.168.1.197?) (donaldj@ameritech.net@69.210.197.35 with plain) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 14 Mar 2006 04:28:03 -0000 From: "Donald J. O'Neill" To: Randy Bush Date: Mon, 13 Mar 2006 22:27:50 -0600 User-Agent: KMail/1.9.1 References: <17428.48090.416936.142264@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> <17430.9604.354593.968868@roam.psg.com> In-Reply-To: <17430.9604.354593.968868@roam.psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603132227.51111.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 04:28:04 -0000 On Monday 13 March 2006 20:08, Randy Bush wrote: > # portversion -v > [Updating the pkgdb in /var/db/pkg ... - 542 > packages found (-534 +534) > (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] > Segmentation fault ruby 1.8.4 (2005-12-24) [i386-freebsd7] > > Abort trap: 6 (core dumped) > > as i said, i suspect a broken data structure in a file. but what > do i know? and, until one finds the bugs, suspicions are cheap, > especially those of folk such as i who have not spent time to look > at the code. > > > -current as of two days ago. i don't use portsnap because i use > cvsup and it is not clear to me that portsnap gets me more than > cvsup does, i.e. the ports tree. am i missing something here? > They both update the ports tree. The difference is the time needed to do it. (once it has been run the first time) It takes about 55 seconds to run portsnap, and portversion to find out what ports are in need of upgrading. It used to take me about 12 to 15 minutes doing it with cvsup and portversion. If I used portsdb instead of portversion, it would take about twenty minutes longer. So, I guess you have to decide decide for yourself which way you want to upgrade the ports tree. As for me, I've decided on which way I like to do it. > > I thought I was doing a quick help. I don't want this turning into > > a 3 or 4 week debacle like the last couple I've been involved in. > > So, answer the questions, and anything else that would be a big > > help, like: just what is it you want to accomplish. If you answer > > all the questions, and I continue to help you, there may be other > > things I need to know. > > i am missing the technical question here. is there some url for an > oath of fealty i am missing? > Not really. You don't have kiss my toes or anything like that. Just help others to help you, and that's it in a nutshell. I recently spent about 4 weeks (others did also, I'm not the only one) trying help someone who took all the advice given and twisted it to work with his methods. It didn't work, and as far as I know, he still can't do a buildworld sequence successfully. > randy I see by another post, that you've blown away the portsdb and are rebuilding it. Good Luck. I hope that solves your problem. Don From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 05:14:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 277AA16A401 for ; Tue, 14 Mar 2006 05:14:43 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB81643D49 for ; Tue, 14 Mar 2006 05:14:42 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJ1rl-000PKR-UJ; Tue, 14 Mar 2006 05:14:42 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJ1rk-000OMh-Qj; Mon, 13 Mar 2006 19:14:40 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17430.20800.315834.352282@roam.psg.com> Date: Mon, 13 Mar 2006 19:14:40 -1000 To: "Donald J. O'Neill" References: <17428.48090.416936.142264@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> <17430.9604.354593.968868@roam.psg.com> <200603132227.51111.duncan.fbsd@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 05:14:43 -0000 >> -current as of two days ago. i don't use portsnap because i use >> cvsup and it is not clear to me that portsnap gets me more than >> cvsup does, i.e. the ports tree. am i missing something here? > They both update the ports tree. The difference is the time needed to do > it. in this case, my head time is more critical than the computer's time. i can actually get some work done during the cvsup! but i will try to get around to catching up with more recent updating tools. > I see by another post, that you've blown away the portsdb and are > rebuilding it. Good Luck. I hope that solves your problem. it did! thanks all for clue bat. it feels much better. randy From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 06:47:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FC816A425 for ; Tue, 14 Mar 2006 06:47:36 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9513743D77 for ; Tue, 14 Mar 2006 06:47:26 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id 50BDC168; Tue, 14 Mar 2006 00:47:26 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 5D7E461C32; Tue, 14 Mar 2006 00:47:25 -0600 (CST) Date: Tue, 14 Mar 2006 00:47:25 -0600 From: "Matthew D. Fuller" To: Randy Bush Message-ID: <20060314064725.GC58250@over-yonder.net> References: <17428.48090.416936.142264@roam.psg.com> <200603131753.15083.duncan.fbsd@gmail.com> <17430.9604.354593.968868@roam.psg.com> <200603132227.51111.duncan.fbsd@gmail.com> <17430.20800.315834.352282@roam.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17430.20800.315834.352282@roam.psg.com> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: freebsd-ports@freebsd.org, "Donald J. O'Neill" Subject: Re: portmanager confusion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 06:47:36 -0000 On Mon, Mar 13, 2006 at 07:14:40PM -1000 I heard the voice of Randy Bush, and lo! it spake thus: > > They both update the ports tree. The difference is the time needed > > to do it. > > in this case, my head time is more critical than the computer's > time. i can actually get some work done during the cvsup! but i > will try to get around to catching up with more recent updating > tools. On the flip side, I use CVSup to maintain a local CVS mirror, which I update nightly. The nightly run takes about a minute, barring times with particularly large changes (like tagging/branching a release). Doing just a checkout of ports would probably take less, done regularly. Of course, when left unupdated for longer periods of time, things can get kinda backed up... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 09:13:50 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F25716A423 for ; Tue, 14 Mar 2006 09:13:50 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 77D6343D46 for ; Tue, 14 Mar 2006 09:13:49 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 14 Mar 2006 09:13:48 -0000 Received: from p54A7D6D7.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.214.215] by mail.gmx.net (mp040) with SMTP; 14 Mar 2006 10:13:48 +0100 X-Authenticated: #5465401 Message-ID: <4416893B.5020202@gmx.de> Date: Tue, 14 Mar 2006 10:13:31 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig38FEFBEB07A9124132867C0B" X-Y-GMX-Trusted: 0 Subject: cvsup - TreeList failed: Network write failure: Connection closed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 09:13:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig38FEFBEB07A9124132867C0B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable When using cvsup to update my sources over a wireless connection I often get the error message: TreeList failed: Network write failure: Connection closed after a couple of seconds. This doesn't occur when I am connected through a cable ethernet device. The only way to reliably download the latest sources over a wireless connection is to wipe out my /usr/src . Cvsup will download all sources without problems in this case, but of course, this doesn't look like a desireable solution. In general it looks like cvsup is less likely to fail the more my sources differ from the latest sources (I'm tracking Releng_6). If I don't update my sources for 4 weeks there is a chance that the error will not occur. --------------enig38FEFBEB07A9124132867C0B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFolGfMDIb41/+S0RAmRXAJ4xFPuvIyIR4M+cJZpXF8pX2DYB5gCfYyif 6+7JEf/qttYckb69WMYgzLg= =9ail -----END PGP SIGNATURE----- --------------enig38FEFBEB07A9124132867C0B-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 09:29:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF8E16A41F for ; Tue, 14 Mar 2006 09:29:48 +0000 (UTC) (envelope-from vigneron@math.polytechnique.fr) Received: from mx-b.polytechnique.fr (mx-b.polytechnique.fr [129.104.30.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F0743D55 for ; Tue, 14 Mar 2006 09:29:45 +0000 (GMT) (envelope-from vigneron@math.polytechnique.fr) Received: from localdomain.polytechnique.fr (hermes.math.polytechnique.fr [129.104.3.6]) by mx-b.polytechnique.fr (tbp 5.3.1/2.0.7) with ESMTP id k2E9ThtS015499; Tue, 14 Mar 2006 10:29:44 +0100 Received: from localhost (localhost.math.polytechnique.fr [127.0.0.1]) by localdomain.polytechnique.fr (Postfix) with ESMTP id BD8141872AA; Tue, 14 Mar 2006 10:29:43 +0100 (CET) Received: from localdomain.polytechnique.fr ([127.0.0.1]) by localhost (hermes.math.polytechnique.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14413-09; Tue, 14 Mar 2006 10:29:43 +0100 (CET) Received: from daphne.math.polytechnique.fr (daphne.math.polytechnique.fr [129.104.3.3]) by localdomain.polytechnique.fr (Postfix) with ESMTP id 5D67318729F; Tue, 14 Mar 2006 10:29:43 +0100 (CET) Received: by daphne.math.polytechnique.fr (Postfix, from userid 10074) id 55B686D65A; Tue, 14 Mar 2006 10:29:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by daphne.math.polytechnique.fr (Postfix) with ESMTP id 52DAA7D06; Tue, 14 Mar 2006 10:29:43 +0100 (CET) Date: Tue, 14 Mar 2006 10:29:43 +0100 (CET) From: Francois Vigneron To: Joshua Tinnin In-Reply-To: <200603101759.16388.krinklyfig@speakeasy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: amavisd-new at math.polytechnique.fr Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD port: finance/gnucash X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 09:29:48 -0000 On Fri, 10 Mar 2006, Joshua Tinnin wrote: > shouldn't the gnucash port be marked as broken > until lang/slib-guile is fixed? Indeed, it should. Many thanks. -- Francois From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 10:00:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0804816A4B3 for ; Tue, 14 Mar 2006 10:00:37 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9288743D5A for ; Tue, 14 Mar 2006 10:00:34 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2EA0Xs0051896 for ; Tue, 14 Mar 2006 10:00:33 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2EA0Wxp051879 for ports@freebsd.org; Tue, 14 Mar 2006 10:00:33 GMT (envelope-from fenner) Date: Tue, 14 Mar 2006 10:00:33 GMT From: Bill Fenner Message-Id: <200603141000.k2EA0Wxp051879@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 10:00:38 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 10:19:22 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C71E16A400; Tue, 14 Mar 2006 10:19:22 +0000 (UTC) (envelope-from edulsa@mkem.uu.se) Received: from elvira.ekonomikum.uu.se (elvira.its.UU.SE [130.238.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AA943D49; Tue, 14 Mar 2006 10:19:20 +0000 (GMT) (envelope-from edulsa@mkem.uu.se) Received: by elvira.ekonomikum.uu.se (Postfix, from userid 204) id 162CD675; Tue, 14 Mar 2006 11:19:19 +0100 (MEZ) Received: from elvira.its.uu.se(127.0.0.1) by elvira.its.uu.se via virus-scan id s26681; Tue, 14 Mar 06 11:19:12 +0100 Received: from akka.mkem.uu.se (akka.Mkem.UU.SE [130.238.197.47]) by elvira.ekonomikum.uu.se (Postfix) with ESMTP id 268C9494; Tue, 14 Mar 2006 11:19:11 +0100 (MEZ) Received: from [192.168.0.202] (teoroo1.Mkem.UU.SE [130.238.197.24]) by akka.mkem.uu.se (8.12.10/8.12.3) with ESMTP id k2EBJDT7025200; Tue, 14 Mar 2006 12:19:13 +0100 (MET) Message-ID: <4416989F.50207@mkem.uu.se> Date: Tue, 14 Mar 2006 11:19:11 +0100 From: Eduardo Lemos de Sa User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: maho@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ifc-8.1.031 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 10:19:22 -0000 Sirs How are you? I hope you are fine. I am a FreeBSD user since 1995, so I have some experience in this system. Lately, I am trying to install Intel Fortran Compiller (8.1.032) using ports facility (I did some small modifications to adapted the original port file - done to use 8.1.031 version) and everything was sucessful. My problem began when I tried to compile some fortran90 test file. First, I got: "export -n" and "exec -a" are options not accepted (builtin on sh shell). So, I change ifc and ifort scripts to use bash (this errors message dissapeared). When I finally found that everything was ok, when I type: /usr/local/intel_fc_80/bin/ifc -c test.f90 I got: /usr/local/intel_fc_80/bin/ifc No such file or diretory (of course, I tested to see if the file is there, if it is a executable file). The same is true if I change ifc by ifort. Please, have you some suggestion to solve this problem? My best regards Eduardo -- Eduardo Lemos de Sa Materials Chemistry Department - Uppsala University (Licensed by Departamento de Quimica - Universidade Federal do Parana) edulsa@mkem.uu.se or edulsa@quimica.ufpr.br phone: ++46 (18) 471 3747 From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 10:31:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163A516A401 for ; Tue, 14 Mar 2006 10:31:36 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2C443D4C for ; Tue, 14 Mar 2006 10:31:34 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 0C1807073C9; Tue, 14 Mar 2006 21:31:33 +1100 (EST) X-Viruscan-Id: <44169B84000116DCA16AD8@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id CA08D7073C5; Tue, 14 Mar 2006 21:31:31 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 126867073B0; Tue, 14 Mar 2006 21:31:30 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 062A3265; Tue, 14 Mar 2006 21:31:30 +1100 (EST) Date: Tue, 14 Mar 2006 21:31:30 +1100 From: Edwin Groothuis To: freebsd-ports@freebsd.org Message-ID: <20060314103129.GA953@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: steve@energistic.com Subject: Strange pwlib common.mak experience X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 10:31:36 -0000 Hi, I'm trying to compile OPAL (Open Phone Abstraction Library, available from http://www.mavetju.org/~edwin/opal.shar and pwlib.shar). Everything compiles fine, but at the end it says... gmake[1]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' set -e; for i in /usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0 /usr/local/share/pwlib/; do gmake -C $i debugdepend debug; done gmake[2]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' Created dependencies. set -e; set -e; gmake[2]: Leaving directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' gmake[2]: Entering directory `/usr/local/share/pwlib' gmake[2]: *** No rule to make target `debugdepend'. Stop. gmake[2]: Leaving directory `/usr/local/share/pwlib' gmake[1]: *** [libs] Error 2 What? Who? Where? Why is it going to /usr/local/share/pwlib. A quick check later and it seems that the inclusion of /usr/local/share/pwlib//make/common.mak, the definition of LIBDIRS in there and the executing of "gmake -C $i debugdepend debug" there confuses somewhere the whole system. Is there somebody with a little bit more clue than me who understands what is going wrong here and how to resolve it? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 11:22:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5FC216A401 for ; Tue, 14 Mar 2006 11:22:03 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2038143D46 for ; Tue, 14 Mar 2006 11:22:02 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by nproxy.gmail.com with SMTP id o25so1077521nfa for ; Tue, 14 Mar 2006 03:22:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=noHSogMyU/JQrdM4mn7C6v0B512ENSmZD5cBsWyidB0AxolsXfIwSSQsQ79Yx1/UPUlvnq+rX5q2jggIEtlhbJKChuXi1JeZDzkMxO4faY1Mepem+pQBjPIP/9JjFe32FVP0p1bqXpKqv0CgzHojPh+J+9XbQhTqinYeoWG9UjE= Received: by 10.48.49.6 with SMTP id w6mr5531nfw; Tue, 14 Mar 2006 03:22:02 -0800 (PST) Received: by 10.48.220.16 with HTTP; Tue, 14 Mar 2006 03:22:02 -0800 (PST) Message-ID: <27dbfc8c0603140322s694d8813n4e840fad18cb9ffc@mail.gmail.com> Date: Tue, 14 Mar 2006 12:22:02 +0100 From: "Valerio daelli" 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: Port of vqadmin looking for vpopmail in the wrong place X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 11:22:04 -0000 Hello I am trying to install the port of vpopmail and vqadmin. I installed first vpopmail and everything went smooth. Then I tried with vqadmin and I got an error about vpopmail missing and trying to reinstall. This port was looking for vpopmail in the wrong place: it searched ${LOCALBASE}/vpopmail/lib/libvpopmail.a while vpopmail now is in /usr/home/vpopmail/lib/libvpopmail.a so I changed in then Makefile the two depends lines and now everything works again: BUILD_DEPENDS=3D /usr/home/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpo= pmail RUN_DEPENDS=3D /usr/home/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpo= pmail Thanks a lot Valerio Daelli From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 12:27:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8376916A420 for ; Tue, 14 Mar 2006 12:27:57 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E4643D48 for ; Tue, 14 Mar 2006 12:27:54 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k2ECRk1O023228; Tue, 14 Mar 2006 13:27:46 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k2ECRfcG023224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Mar 2006 13:27:41 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.4/8.13.4) with ESMTP id k2ECRfHM020939; Tue, 14 Mar 2006 13:27:41 +0100 (CET) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.4/8.13.4/Submit) id k2ECRdpk020938; Tue, 14 Mar 2006 13:27:39 +0100 (CET) (envelope-from jpulz) Date: Tue, 14 Mar 2006 13:27:37 +0100 (CET) From: Joerg Pulz To: Edwin Groothuis In-Reply-To: <20060314103129.GA953@k7.mavetju> Message-ID: <20060314131913.O54268@hades.admin.frm2> References: <20060314103129.GA953@k7.mavetju> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: at mailhost.frm2.tum.de Cc: steve@energistic.com, freebsd-ports@freebsd.org Subject: Re: Strange pwlib common.mak experience X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 12:27:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 14 Mar 2006, Edwin Groothuis wrote: > Hi, > > I'm trying to compile OPAL (Open Phone Abstraction Library, available > from http://www.mavetju.org/~edwin/opal.shar and pwlib.shar). > Everything compiles fine, but at the end it says... > > gmake[1]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > set -e; for i in /usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0 /usr/local/share/pwlib/; do gmake -C $i debugdepend debug; done > gmake[2]: Entering directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > Created dependencies. > set -e; > set -e; > gmake[2]: Leaving directory `/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > gmake[2]: Entering directory `/usr/local/share/pwlib' > gmake[2]: *** No rule to make target `debugdepend'. Stop. > gmake[2]: Leaving directory `/usr/local/share/pwlib' > gmake[1]: *** [libs] Error 2 > > What? Who? Where? Why is it going to /usr/local/share/pwlib. A quick > check later and it seems that the inclusion of > /usr/local/share/pwlib//make/common.mak, the definition of LIBDIRS > in there and the executing of "gmake -C $i debugdepend debug" there > confuses somewhere the whole system. > > Is there somebody with a little bit more clue than me who understands > what is going wrong here and how to resolve it? Hi Edwin, the same happens when you try to compile ohphone or some other pwlib/openh323 dependant port. Please try the following: edit /usr/local/share/pwlib/make/unix.mak and change PW_LIBDIR = $(PWLIBDIR)/lib to PW_LIBDIR = /usr/local/lib and set PTLIB_FILE to PTLIB_FILE = /usr/local/lib/lib$(PTLIB_BASE)$(LIB_TYPE).$(LIB_SUFFIX) i can't remeber the original value of this variable.. I hope that this solves the problem for you. The pwlib and the openh323 ports definitely need some tweaking for these .mak files. regards Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEFra7SPOsGF+KA+MRAhyWAJ9rJ4BRzdr0GB1Lwf2WAsoTcGbXlgCfRCAT elA7Ag0oW5ap3KOvd0Hrb0M= =tjYY -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 12:36:47 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1CC16A41F for ; Tue, 14 Mar 2006 12:36:47 +0000 (UTC) (envelope-from supraexpress@globaleyes.net) Received: from mercury.ll.net (mercury.ll.net [209.131.224.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD3A43D46 for ; Tue, 14 Mar 2006 12:36:46 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from [10.0.0.5] (unverified [209.131.253.119]) by mercury.ll.net (Vircom SMTPRS 3.2.315.0) with ESMTP id for ; Tue, 14 Mar 2006 06:36:40 -0600 Message-ID: <4416B8C8.1060903@globaleyes.net> Date: Tue, 14 Mar 2006 06:36:24 -0600 From: User1001 User-Agent: Thunderbird 1.5 (X11/20060121) MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: cyrus-imspd web page migration X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 12:36:47 -0000 cat /usr/ports/databases/cyrus-imspd/pkg-descr The Internet Message Support Protocol (IMSP) is designed to support the provision of mail in a medium to large scale operation. It is intended to be used as a companion to the IMAP4 protocol [IMAP4], providing services which are either outside the scope of mail access or which pertain to environments which must run more than one IMAP4 server in the same mail domain. The services that IMSP provides are extended mailbox management, configuration options, and address books. WWW: http://asg.web.cmu.edu/cyrus/ >From the above web page: Masthead Project Cyrus ASG Home What's New Jobs Search Contact Us Download Software Mailing lists Local Info This web site is in the process of being migrated to a new server. You should refer to the new site at http://cyrusimap.web.cmu.edu/ for the most current content. From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 12:57:27 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB2F16A424 for ; Tue, 14 Mar 2006 12:57:27 +0000 (UTC) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E0B43D46 for ; Tue, 14 Mar 2006 12:57:26 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id F1AB9A6C5F for ; Tue, 14 Mar 2006 13:57:21 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id BBAABD4C0E for ; Tue, 14 Mar 2006 14:11:06 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id 6FDA9D4C08 for ; Tue, 14 Mar 2006 14:11:06 +0100 (CET) Message-ID: <4416BDB1.9000806@vizija.si> Date: Tue, 14 Mar 2006 13:57:21 +0100 From: =?windows-1252?Q?Uro=9A_Gruber?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> <20060313112325.GA50979@pentarou.parodius.com> <4415651C.3020005@vizija.si> In-Reply-To: <4415651C.3020005@vizija.si> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 12:57:27 -0000 Uroš Gruber wrote: > Jeremy Chadwick wrote: >> On Mon, Mar 13, 2006 at 11:33:23AM +0100, Uro? Gruber wrote: >> >>> I'm not being rude. I just pointed that I'm using cgi and cli (not >>> mod as he refer). I've read UPDATING >>> and if you're talking about 2004 when port is split to php-extension >>> etc. I think this is not the case. >>> >> >> Uros, >> >> How does your solution (re: naming the PHP interpreter php-cli and >> php-cgi, respectively) handle scripts and utilities which rely on >> the existance of /usr/local/bin/php (or simply "php" in your path)? >> >> > I use a lot of those scripts and for now all rely on php (cli) so I > have symlink to php-cli. Because > php-cgi is used only from apache or other web server. Also I have > php5-cgi and php4-cgi so > I can use either php4 or php5. >> The answer will probably be "a symlink". Okay, which PHP binary do >> you choose to symlink to? php-cgi or php-cli? >> >> I cannot tell you how many times I have seen on mailing lists for >> PHP-related software, especially suphp, individuals asking why the >> software didn't work -- only to find out they had installed the CLI >> version of PHP, not the CGI version. >> > I know that making this changes would break some other ports. But I > think because of fast-cgi i found > that many admins are using cgi version of php instead. So It needs to > be solved some how. Maybe with > some WITH_ switch to not break other ports but still possible to > install both cli and cgi from ports. If this is right portsdb -r www/php5-cgi then no other ports depend on php5 cgi mode. Because of that I thing it's ok if cgi version is installed in /usr/local/bin/phpX-cgi etc and php-cgi.ini This does not break any port and install is easy and automatic. Is this possible to change in ports by maintainer, because I don't quite understand how is done installing of binaries. regards Uros >> I do acknowledge that you can have both on a single system; there is >> no denying that. But /usr/local/bin/php has to be one or the other. >> Presently, PHP doesn't offer a way for software or scripts (i.e. >> GNU configure scripts) to determine which type is installed, as far >> as I know... >> >> This is probably one of many reasons why the CLI and CGI ports are >> split > regards > > Uros > _______________________________________________ > 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 Mar 13 07:43:20 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3082A16A400 for ; Mon, 13 Mar 2006 07:43:20 +0000 (UTC) (envelope-from zstruk@wiw.szczecin.pl) Received: from v10644.home.net.pl (v10644.home.net.pl [62.129.202.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 616E243D46 for ; Mon, 13 Mar 2006 07:43:18 +0000 (GMT) (envelope-from zstruk@wiw.szczecin.pl) Received: from uu118.internetdsl.tpnet.pl (HELO 301zbyszek) (wiw@home@80.55.150.118) by matrix22.home.net.pl with SMTP; Mon, 13 Mar 2006 07:43:17 -0000 Message-ID: <000801c64672$b97115d0$3b01a8c0@WIW.lokalna> From: "Zbigniew Struk" To: Date: Mon, 13 Mar 2006 08:49:57 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Mailman-Approved-At: Tue, 14 Mar 2006 13:00:41 +0000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zbigniew Struk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 07:43:20 -0000 Dear Sir/Madam, I have a problem with ports under FreeBSD release 6.0. When I downloaded = up-to-date versions of ports collections using CVSup I cannot use = command make in order to install some port. I get a message "no target = to make". I am logged in as root and I am in directory which contains = skeleton of port for example /usr/ports/security/portaudit. But if I = install ports collections using command sysinstall, I can do everything = without any problem. I am new in Linux environment and I am looking for = some advice. If you want further information do not hesitate contact = with me. Best regards, Zbigniew Struk From owner-freebsd-ports@FreeBSD.ORG Mon Mar 13 07:57:23 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE1D16A400 for ; Mon, 13 Mar 2006 07:57:22 +0000 (UTC) (envelope-from zstruk@wiw.szczecin.pl) Received: from v10644.home.net.pl (v10644.home.net.pl [62.129.202.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 2271A43D45 for ; Mon, 13 Mar 2006 07:57:21 +0000 (GMT) (envelope-from zstruk@wiw.szczecin.pl) Received: from uu118.internetdsl.tpnet.pl (HELO 301zbyszek) (wiw@home@80.55.150.118) by matrix22.home.net.pl with SMTP; Mon, 13 Mar 2006 07:57:21 -0000 Message-ID: <000c01c64674$b05b4540$3b01a8c0@WIW.lokalna> From: "Zbigniew Struk" To: Date: Mon, 13 Mar 2006 09:04:01 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Mailman-Approved-At: Tue, 14 Mar 2006 13:01:21 +0000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Problems with ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zbigniew Struk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 07:57:23 -0000 ----- Original Message -----=20 From: Zbigniew Struk=20 To: ports@FreeBSD.org=20 Sent: Monday, March 13, 2006 8:49 AM Subject: Problem Dear Sir/Madam, I have a problem with ports under FreeBSD release 6.0. When I downloaded = up-to-date versions of ports collections using CVSup I cannot use = command make in order to install some port. I get a message "no target = to make". I am logged in as root and I am in directory which contains = skeleton of port for example /usr/ports/security/portaudit. But if I = install ports collections using command sysinstall, I can do everything = without any problem. I am new in Linux environment and I am looking for = some advice. If you want further information do not hesitate contact = with me. Best regards, Zbigniew Struk From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 02:40:03 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80E816A41F; Tue, 14 Mar 2006 02:40:03 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A4D43D45; Tue, 14 Mar 2006 02:40:02 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217]) by ultrasuede.reed.edu (8.13.4/8.13.4) with ESMTP id k2E2e1ue004713 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Mon, 13 Mar 2006 18:40:01 -0800 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k2E2dgDj087226; Mon, 13 Mar 2006 18:39:42 -0800 (PST) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.4/8.13.4/Submit) id k2E2dghN087225; Mon, 13 Mar 2006 18:39:42 -0800 (PST) (envelope-from alex) Date: Mon, 13 Mar 2006 18:39:42 -0800 (PST) Message-Id: <200603140239.k2E2dghN087225@Laptop.mine.box> To: FreeBSD-gnats-submit@freebsd.org From: Alexander Botero-Lowry X-send-pr-version: 3.113 X-GNATS-Notify: X-Scanned-By: MIMEDefang 2.53 on 134.10.2.46 X-Mailman-Approved-At: Tue, 14 Mar 2006 13:02:45 +0000 Cc: ports@freebsd.org Subject: [PATCH] devel/swig: update to 1.3.28 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 02:40:04 -0000 >Submitter-Id: current-users >Originator: Alexander Botero-Lowry >Organization: >Confidential: no >Synopsis: [PATCH] devel/swig: update to 1.3.28 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-STABLE i386 >Environment: System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: - Update to 1.3.28 - Remove the huge list of language dependencies. SWIG doesn't need these to run, unless it is generating bindings for that language in which case the port requiring swig should require the correct language. I checked all ports using swig1.3 do also require the language to which they are binding. - Take over maintainership (?) Port maintainer (ports@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- swig-1.3.28.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/swig/Makefile /usr/home/alex/swig13/Makefile --- /usr/ports/devel/swig/Makefile Mon Mar 13 13:27:44 2006 +++ /usr/home/alex/swig13/Makefile Mon Mar 13 18:22:19 2006 @@ -6,12 +6,12 @@ # PORTNAME= swig -PORTVERSION= 1.3.27 +PORTVERSION= 1.3.28 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alex@foxybanana.com COMMENT= Simplified Wrapper and Interface Generator USE_AUTOTOOLS= autoconf:253:env libtool:15 @@ -21,92 +21,8 @@ # Supported languages: guile perl php4 python ruby tcl ocaml pike java csharp # allegrocl modula3 chicken -SWIG_LANGUAGES?= guile perl python ruby tcl -.for lang in ${SWIG_LANGUAGES} -WANT_SWIG_${lang:U}= yes -.endfor - -.if defined(WANT_SWIG_GUILE) -BUILD_DEPENDS+= guile:${PORTSDIR}/lang/guile -.endif - -.if defined(WANT_SWIG_PERL) -CATEGORIES+= perl5 -USE_PERL5= yes -.endif - -.if defined(WANT_SWIG_PHP4) -BUILD_DEPENDS+= ${LOCALBASE}/include/php/main/php.h:${PORTSDIR}/lang/php4 -CONFIGURE_ARGS+= --with-php4 -.else -CONFIGURE_ARGS+= --without-php4 -.endif - -.if defined(WANT_SWIG_PYTHON) -CATEGORIES+= python -USE_PYTHON= yes -PYTHON_NO_DEPENDS= yes -BUILD_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -CONFIGURE_ARGS+= --with-pyincl=${PYTHON_INCLUDEDIR} \ - --with-pylib=${PYTHON_LIBDIR} -.endif - -.if defined(WANT_SWIG_RUBY) -CATEGORIES+= ruby -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes -CONFIGURE_ARGS+= --with-ruby -.else -CONFIGURE_ARGS+= --without-ruby -.endif - -.if defined(WANT_SWIG_TCL) -CATEGORIES+= tcl84 -BUILD_DEPENDS+= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+= --with-tclincl=${LOCALBASE}/include/tcl8.4/ \ - --with-tcllib=${LOCALBASE}/lib/tcl8.4/ -.endif - -.if defined(WANT_SWIG_CSHARP) -BUILD_DEPENDS+= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono -CONFIGURE_ARGS+= --with-csharp-compiler=${LOCALBASE}/bin/mcs -.else -CONFIGURE_ARGS+= --without-csharp-compiler -.endif - -.if defined(WANT_SWIG_OCAML) -BUILD_DEPENDS+= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml -.else -CONFIGURE_ARGS+= --without-ocaml -.endif - -.if defined(WANT_SWIG_ALLEGRCL) -CONFIGURE_ARGS+= --with-allegrocl -.else -CONFIGURE_ARGS+= --without-allegrocl -.endif - -.if defined(WANT_SWIG_MODULA3) -CONFIGURE_ARGS+= --with-modula3 -.else -CONFIGURE_ARGS+= --without-modula3 -.endif - -.if defined(WANT_SWIG_PIKE) -BUILD_DEPENDS+= ${LOCALBASE}/bin/pike:${PORTSDIR}/lang/pike -.else -CONFIGURE_ARGS+= --without-pike -.endif - -.if defined(WANT_SWIG_JAVA) -CATEGORIES+= java -USE_JAVA= 1.2+ -.else -CONFIGURE_ARGS+= --without-java -.endif USE_REINPLACE= yes -INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC -DPIC" ALL_TARGET= swig diff -ruN --exclude=CVS /usr/ports/devel/swig/distinfo /usr/home/alex/swig13/distinfo --- /usr/ports/devel/swig/distinfo Sat Jan 28 21:41:39 2006 +++ /usr/home/alex/swig13/distinfo Mon Mar 13 17:52:13 2006 @@ -1,3 +1,3 @@ -MD5 (swig-1.3.27.tar.gz) = 8e0952f0a0bac372cf9080b47afa13b8 -SHA256 (swig-1.3.27.tar.gz) = ac9996884bf1e37406fde41c6a371b282813936bb6930da4481a8e90a8ead104 -SIZE (swig-1.3.27.tar.gz) = 3635865 +MD5 (swig-1.3.28.tar.gz) = e90933f886dd733c577f381d42fd3e6f +SHA256 (swig-1.3.28.tar.gz) = 69486c02d327a31ed2b9c95393a665ade61a324960b7ba6f99637b28cf2fe9f1 +SIZE (swig-1.3.28.tar.gz) = 3982951 diff -ruN --exclude=CVS /usr/ports/devel/swig/pkg-plist /usr/home/alex/swig13/pkg-plist --- /usr/ports/devel/swig/pkg-plist Fri Oct 28 01:12:50 2005 +++ /usr/home/alex/swig13/pkg-plist Mon Mar 13 18:34:55 2006 @@ -1,2658 +1,2936 @@ -bin/swig%%VER%% bin/swig -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/README -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swigpdf.book -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swightml.book -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swig16.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/style.css -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/margin-left.patch -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/maketoc.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/makechap.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/index.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/fixstyle.py -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/chapters -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch9.table.2.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch2.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch12.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.3.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.2.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.1.png -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Windows.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Warnings.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Varargs.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Typemaps.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Tcl.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Sections.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Scripting.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGPlus.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIG.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ruby.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/README -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Python.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preprocessor.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preface.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Pike.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Php.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Perl5.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ocaml.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Mzscheme.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modules.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile +bin/swig%%VER%% +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/engineering.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/index.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/internals.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/migrate.txt +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/runtime.txt +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Allegrocl.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Arguments.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CSharp.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Chicken.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contents.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contract.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Customization.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Extending.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lisp.html %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lua.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Extending.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Customization.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contract.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contents.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Chicken.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CSharp.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Arguments.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/runtime.txt -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/migrate.txt -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/internals.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/index.html -%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/engineering.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.expected-xml -%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wrapmacro.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/voidtest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_poly.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_destructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_derivation.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_opaque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_private.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_pointers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_composition.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/unions.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_various.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_variables.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_subst.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_self.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_numinputs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_ns_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_reference.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_mptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_funcptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/throw_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/test.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/subinc2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/imports.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/hello.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/subinc1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/imports.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/hello.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_whitespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ptr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_fnc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx5.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx4.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx3.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_type_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_tbase_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_defarg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_retvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ref_type.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_qualifier.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_opaque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns4.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns3.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_int_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit_abstract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_forward.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_expr.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_explicit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_ns_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_vw.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_qualify.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_pointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_construct.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_const_ref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_classes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_base_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_array_numeric.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_typename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_replace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/unions_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/reference_global_vars_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/profiletest_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_ref_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_simple_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_copy_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/imports_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/import_nomodule_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/enum_thorough_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/clientdata_prop_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/bools_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tag_no_clash_with_variable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sym.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sneaky1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizet.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizeof_pointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typename.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typedef_inherit.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/reference_global_vars.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/pointer_in_out.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_subtype.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_extend.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_copy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_complicated.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/name.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multivalue.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multiple_inheritance_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/list_vector.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_std_string.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/inherit_missing.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/imports.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/import_nomodule.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars_proxy.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/dynamic_cast.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_namespace.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_enum.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/contract.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/constover.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/class_ignore.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/char_constant.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/casts.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/voidtest_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_poly_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_derivation_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/varargs_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_protected_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_private_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_extend_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_composition_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/unions_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_ns_using_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_scope_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/throw_exception_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx4_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx3_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_type_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_tbase_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_rename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns4_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_construct_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/struct_value_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/static_const_member_2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/sneaky1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_simple_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_rename_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_overload_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_not_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_const_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/rename_scope_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/reference_global_vars_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/refcount_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/profiletest_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_ref_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_subtype_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_simple_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extendc_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extend_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_copy_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject1_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/namespace_typemap_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/minherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_string_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_deque_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_carrays_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/inherit_missing_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/imports_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ignore_parameter_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/grouping_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/friends_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_ns_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enums_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enum_thorough_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/dynamic_cast_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_wombat_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_unroll_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_string_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_protected_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_nested_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_frob_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_exception_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_detect_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_default_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_constructor_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_basic_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_abstract_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/default_constructor_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cpp_namespace_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/constover_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/class_ignore_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/bools_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_global_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/array_member_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/aggregate_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_virtual_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef2_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_signature_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_ok_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rname.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_value_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_const_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ret_by_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/register_par.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/reference_global_vars.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/wrapmacro_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/voidtest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_poly_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_derivation_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_protected_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_private_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_composition_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/unions_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_ns_using_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_scope_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_class_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_import_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx4_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx3_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_type_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_tbase_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_static_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ref_type_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_opaque_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns4_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_inherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_default_arg_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_construct_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/tag_no_clash_with_variable_runme.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/static_const_member_2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/sneaky1_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_simple_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_overload_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_not_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_member_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/simutry.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/return_const_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/ret_by_value_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_scope_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/reference_global_vars_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/refcount_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_types_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_ref_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_subtype_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_rename_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extendc_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extend_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_copy_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_complicated_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_virtual_method_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_typemap_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_class_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/minherit_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vectora.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_except.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inherit_missing_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inctest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/friends_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/file_test_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_ns_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_placement_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/exception_order_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enums_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_template_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/dynamic_cast_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_unroll_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_string_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_protected_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_nested_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_frob_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_finalizer_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_exception_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_enum_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_detect_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_default_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_basic_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_abstract_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_constructor_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_args_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_namespace_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_enum_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/contract_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constover_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_scope_weird_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_ignore_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/autodoc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/attributetest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/attributetest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/arrays_global_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/array_member_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_virtual_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef2_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_access_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pure_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/protected_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/profiletest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/private_assign.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_types.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_ref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_reference.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_in_out.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/valuewrapper_base_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using2_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using1_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typemap_ns_using_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typedef_reference_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/tests.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_construct_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_arg_typename_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/sym_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/smart_pointer_rename_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/skel.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/rename_scope_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/li_carrays_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/ignore_parameter_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/grouping_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_ns_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_prop_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_ns_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/enum_scope_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/cpp_static_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_ns_template_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_namespace_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/class_ignore_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/casts_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_scope_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_twodim_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrayptr_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/argout_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/add_link_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_ok_runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/unions_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_ref_type_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_default_arg_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/profiletest_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_ref_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_simple_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_copy_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/multiple_inheritance_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_string_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_list.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/imports_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/import_nomodule_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_thorough_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_args_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_subtype.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_rename.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extendc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_copy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_complicated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ordering.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/voidtest_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/varargs_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/using_protected_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/unions_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typename_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typedef_mptr_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/throw_exception_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/sneaky1_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/overload_copy_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/newobject1_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/name_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/minherit_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/makedebugtop -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/imports_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/class_ignore_runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_comment.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_virtual_method.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_union.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typemap.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typedef_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_spaces.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_extend.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_warnings.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_cxx.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/unions_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/name_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/imports_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/char_constant_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/casts_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multivalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multiple_inheritance.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mixed_types.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long_apply.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/list_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_deque.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_math.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cpointer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_constraints.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cmalloc.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_carrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lextype.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kind.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_typewrapper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_proxy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_throws.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pragmas.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_various.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays_dimensionless.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_jnitypes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_enums.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_director.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_constants.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/virtual_poly_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/varargs_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/using_pointers_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/unions_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_arg_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_classes_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rname_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ret_by_value_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/profiletest_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/primitive_ref_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_template_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_complicated_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/long_long_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_typemaps_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_string_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_typewrapper_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_proxy_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_throws_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pragmas_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_various_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_dimensionless_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_jnitypes_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_enums_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_director_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_constants_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/imports_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ignore_parameter_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_simple_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_proper_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/dynamic_cast_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_wombat_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_unroll_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_string_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_protected_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_frob_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_exception_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_enum_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_default_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_basic_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/arrays_global_twodim_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/array_member_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/aggregate_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inline_initializer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_void_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_same_name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_missing.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_parameter.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/unions_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typename_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typedef_inherit_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/testsuite.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/reference_global_vars_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/pointer_in_out_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_subtype_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_simple_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_extend_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_copy_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_complicated_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/name_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/multivalue_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/list_vector_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_typemaps_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_std_string_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/inherit_missing_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/imports_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/import_nomodule_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/dynamic_cast_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_namespace_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_enum_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/contract_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/constover_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/class_ignore_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/char_constant_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/casts_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/grouping.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_vars.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_ns_arg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/function_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/friends.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fragments.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/file_test.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/features.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_throws.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_order.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_prop.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_ns.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_old.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_copy.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_insert_bad.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_identifier.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_apply_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_comment.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_char.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_rblock.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_file.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_endif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_enddef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_else.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_elif.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unterminated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_rparen.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_redef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_badchar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_args.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_defined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_badeval.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/nomodule.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/make.sh -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_undef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_undef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_repeat.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_partial.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_not.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_nargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_argname.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_defvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nobase.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_access.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasundef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_undefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_redefine.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_bad_extern.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs_neg.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_redefine.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_semi.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_rbrace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_long_short.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_insert_missing.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_unsigned.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rbrace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rblock.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_enum_badvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_empty_char.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_deprecated.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_default_error.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_class.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_native.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_name.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enums.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_var.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typeunsafe.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typesafe.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_proper.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_scope_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_plus.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/dynamic_cast.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wombat.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_unroll.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_string.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_redefined.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_frob.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_finalizer.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_detect.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_default.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_basic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_abstract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/destructor_reprotected.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_nested.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_byvalue.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/defvalue_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_constructor.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_args.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_features.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_exceptions.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_attributes.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/virtual_poly_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/varargs_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/throw_exception_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/threads_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sneaky1_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_template_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_complicated_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/long_long_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_typemaps_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_string_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/imports_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_typesafe_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_simple_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_constructor_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_args_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_typemaps_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_exceptions_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_attributes_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/constover_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/char_strings_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/bools_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/aggregate_runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_static.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_nodefault.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_enum.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_broken.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_basic.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cplusplus_throw.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_ns_template.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/contract.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_value.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_explicit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_exception.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constover.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_pointers.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const_2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/common.mk -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_scope_weird.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_ignore.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typename_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typedef_inherit_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/throw_exception_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/testsuite.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/reference_global_vars_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/pointer_in_out_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_complicated_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject1_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/name_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multivalue_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multiple_inheritance_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/list_vector_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/inherit_missing_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/imports_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/import_nomodule_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/dynamic_cast_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_namespace_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_enum_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_basic_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/contract_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/constover_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/clientdata_prop_runme_proxy.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/class_ignore_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/char_constant_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/casts_runme.ss -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_strings.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_constant.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/casts.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cast_operator.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bools.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bloody_hell.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_scope.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global_twodim.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_dimensionless.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrayref.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_typedef_memberin.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_member.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argout.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/anonymous_bitfield.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/aggregate.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/add_link.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/access_change.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_virtual.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_signature.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit_ok.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme2.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp/uffi.lisp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/smartptr.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua -%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4.old -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/BUILD-proxy.sh -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme-proxy.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/include.php -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/example.dsw -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/foolib.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/foo.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example_prog.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/swig.tmpl -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.dsp -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/index.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/package.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/main.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/constants.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/runme.cs -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.sln -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-vc.vcproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-cs.csproj -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme3.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme2.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme1.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme2.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme1.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/test-zlib.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/README.html -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/test-simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/test-overload.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/test-multimap.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/test.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.setup -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi_init.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi.setup -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod2.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod1.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/test-constants.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-tinyclos-class.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-lowlevel-class.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.cxx -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/display.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/runme.tcl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/runme.rb -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/runme.py -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/runme.pike -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/runme.php4 -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/runme.pl -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/runme.ml -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot3d.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot2d.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/pixmap.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/matrix.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/gif.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/frame.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/font.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/color.c -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile.in -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/main.java -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include/gifplot.h -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/runme.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/check.list -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/runme.lisp -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/test-simple.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/simple.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/Makefile -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/test-gifplot.scm -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/gifplot.i -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/cmap -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/README -%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/Makefile +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modules.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Mzscheme.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ocaml.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Perl5.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Php.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Pike.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preface.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preprocessor.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Python.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/README +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ruby.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIG.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.pdf +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGPlus.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Scripting.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Sections.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Tcl.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Typemaps.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Varargs.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Warnings.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Windows.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.1.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.2.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.3.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch12.1.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch2.1.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch9.table.2.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/chapters +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/fixstyle.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/index.html +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/makechap.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/maketoc.py +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/margin-left.patch +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/style.css +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swig16.png +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swightml.book +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swigpdf.book +%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/README %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/check.list -%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i -%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i -%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8kw.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/swigtcl8.swg -%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i -%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i -%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i -%%DATADIR%%/%%PORTVERSION%%/swigrun.swg -%%DATADIR%%/%%PORTVERSION%%/swigrun.i -%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg -%%DATADIR%%/%%PORTVERSION%%/swiginit.swg -%%DATADIR%%/%%PORTVERSION%%/swig.swg -%%DATADIR%%/%%PORTVERSION%%/stl.i -%%DATADIR%%/%%PORTVERSION%%/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i -%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i -%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/std/std_string.i -%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i -%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_set.i -%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i -%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i -%%DATADIR%%/%%PORTVERSION%%/std/std_map.i -%%DATADIR%%/%%PORTVERSION%%/std/std_list.i -%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i -%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i -%%DATADIR%%/%%PORTVERSION%%/std/std_except.i -%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/std/std_container.i -%%DATADIR%%/%%PORTVERSION%%/std/std_common.i -%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i -%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i -%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i -%%DATADIR%%/%%PORTVERSION%%/runtime.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyvoid.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyswigtype.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyobject.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubymisctypes.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubyenum.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/fragments.i -%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb -%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i -%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig -%%DATADIR%%/%%PORTVERSION%%/python/wchar.i -%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i -%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i -%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/python/std_string.i -%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i -%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_set.i -%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i -%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i -%%DATADIR%%/%%PORTVERSION%%/python/std_map.i -%%DATADIR%%/%%PORTVERSION%%/python/std_list.i -%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i -%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i -%%DATADIR%%/%%PORTVERSION%%/python/std_except.i -%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/python/std_container.i -%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i -%%DATADIR%%/%%PORTVERSION%%/python/std_common.i -%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i -%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i -%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i -%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyvoid.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyvaltypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg -%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg -%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg -%%DATADIR%%/%%PORTVERSION%%/python/python.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyswigtype.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystrbase.swg -%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyptrtypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyobject.swg -%%DATADIR%%/%%PORTVERSION%%/python/pymisctypes.swg -%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyinout.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyenum.swg -%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg -%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg -%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg -%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg -%%DATADIR%%/%%PORTVERSION%%/python/implicit.i -%%DATADIR%%/%%PORTVERSION%%/python/file.i -%%DATADIR%%/%%PORTVERSION%%/python/embed15.i -%%DATADIR%%/%%PORTVERSION%%/python/embed.i -%%DATADIR%%/%%PORTVERSION%%/python/director_h.swg -%%DATADIR%%/%%PORTVERSION%%/python/director.swg -%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg -%%DATADIR%%/%%PORTVERSION%%/python/cstring.i -%%DATADIR%%/%%PORTVERSION%%/python/complex.i -%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i -%%DATADIR%%/%%PORTVERSION%%/python/attribute.i -%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i -%%DATADIR%%/%%PORTVERSION%%/pointer.i -%%DATADIR%%/%%PORTVERSION%%/pike/std_string.i -%%DATADIR%%/%%PORTVERSION%%/pike/pikerun.swg -%%DATADIR%%/%%PORTVERSION%%/pike/pikekw.swg -%%DATADIR%%/%%PORTVERSION%%/pike/pike.swg -%%DATADIR%%/%%PORTVERSION%%/php4/utils.i -%%DATADIR%%/%%PORTVERSION%%/php4/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_string.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_map.i -%%DATADIR%%/%%PORTVERSION%%/php4/std_common.i -%%DATADIR%%/%%PORTVERSION%%/php4/php4run.swg -%%DATADIR%%/%%PORTVERSION%%/php4/php4kw.swg -%%DATADIR%%/%%PORTVERSION%%/php4/php4.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i -%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i -%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i -%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg -%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h -%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl -%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml -%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli -%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamldec.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i -%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg -%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i -%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg -%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg -%%DATADIR%%/%%PORTVERSION%%/modula3/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/modula3/modula3head.swg -%%DATADIR%%/%%PORTVERSION%%/modula3/modula3.swg -%%DATADIR%%/%%PORTVERSION%%/math.i -%%DATADIR%%/%%PORTVERSION%%/java/various.i -%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i -%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/java/std_string.i -%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/java/std_map.i -%%DATADIR%%/%%PORTVERSION%%/java/std_common.i -%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg -%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg -%%DATADIR%%/%%PORTVERSION%%/java/java.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg -%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg -%%DATADIR%%/%%PORTVERSION%%/java/enums.swg -%%DATADIR%%/%%PORTVERSION%%/java/director.swg -%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i -%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i -%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i -%%DATADIR%%/%%PORTVERSION%%/guile/ports.i -%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i -%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i -%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i -%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i -%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh_run.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh.swg -%%DATADIR%%/%%PORTVERSION%%/guile/guile.i -%%DATADIR%%/%%PORTVERSION%%/guile/ghinterface.i -%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i -%%DATADIR%%/%%PORTVERSION%%/guile/common.scm -%%DATADIR%%/%%PORTVERSION%%/exception.i -%%DATADIR%%/%%PORTVERSION%%/cstring.i -%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i -%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i -%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg -%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg -%%DATADIR%%/%%PORTVERSION%%/cpointer.i -%%DATADIR%%/%%PORTVERSION%%/constraints.i -%%DATADIR%%/%%PORTVERSION%%/cmalloc.i -%%DATADIR%%/%%PORTVERSION%%/chicken/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/chicken/tinyclos-multi-generic.patch -%%DATADIR%%/%%PORTVERSION%%/chicken/swigclosprefix.scm -%%DATADIR%%/%%PORTVERSION%%/chicken/std_string.i -%%DATADIR%%/%%PORTVERSION%%/chicken/multi-generic.scm -%%DATADIR%%/%%PORTVERSION%%/chicken/chickenrun.swg -%%DATADIR%%/%%PORTVERSION%%/chicken/chickenkw.swg -%%DATADIR%%/%%PORTVERSION%%/chicken/chicken.swg -%%DATADIR%%/%%PORTVERSION%%/cdata.i -%%DATADIR%%/%%PORTVERSION%%/carrays.i -%%DATADIR%%/%%PORTVERSION%%/allkw.swg -%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/test-gifplot.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/test-simple.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/runme.lisp +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include/gifplot.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/color.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/font.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/frame.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/gif.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/matrix.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/pixmap.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot2d.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot3d.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/gifplot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/cmap +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/display.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-lowlevel-class.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-tinyclos-class.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/test-constants.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi.setup +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi_init.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.setup +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/test.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/test-multimap.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/test-overload.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/test-simple.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/README.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/test-zlib.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme1.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme2.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme1.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme2.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme3.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-cs.csproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-vc.vcproj +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.sln +%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/constants.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/main.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/package.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/main.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/swig.tmpl +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/example_prog.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/foolib.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/example.dsw +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Example.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/xmlstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/include.php +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/BUILD-proxy.sh +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme-proxy.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4.old +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/runme.pike +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/example.dsw +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Example.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/smartptr.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/swigptr2.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/example.dsw +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Example.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp/uffi.lisp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/check.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme2.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/example.dsw +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Example.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.cxx +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.dsp +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.c +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html +%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit_ok.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_signature.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_virtual.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/access_change.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/add_link.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/aggregate.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allowexcept.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/anonymous_bitfield.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argout.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_member.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_typedef_memberin.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrayref.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_dimensionless.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global_twodim.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bloody_hell.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bools.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cast_operator.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/casts.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_constant.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_strings.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/casts_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/char_constant_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/class_ignore_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/clientdata_prop_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/constover_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/contract_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_basic_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_enum_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_namespace_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/dynamic_cast_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/import_nomodule_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/imports_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/inherit_missing_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/list_vector_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multiple_inheritance_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multivalue_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/name_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject1_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_complicated_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/pointer_in_out_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/reference_global_vars_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/testsuite.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/throw_exception_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typedef_inherit_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typename_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme_proxy.ss +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_ignore.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_scope_weird.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/common.mk +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const_2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_pointers.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constants.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constover.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_copy.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_exception.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_explicit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_value.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/contract.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_ns_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cplusplus_throw.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_basic.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_broken.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_nodefault.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_static.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/aggregate_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/bools_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/char_strings_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/constover_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_attributes_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_exceptions_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_typemaps_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_args_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_constructor_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_simple_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_typesafe_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/imports_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/intermediary_classname_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_except_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_string_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_typemaps_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/long_long_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/operator_overload_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_complicated_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_template_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/pointer_reference_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sneaky1_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/threads_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/throw_exception_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/typemap_namespace_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/varargs_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/virtual_poly_runme.cs +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_attributes.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_exceptions.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_features.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_args.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_constructor.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/defvalue_constructor.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_byvalue.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_nested.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/destructor_reprotected.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_abstract.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_basic.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_constructor.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_default.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_detect.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_exception.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_finalizer.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_frob.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_redefined.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_string.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_unroll.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_using.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wombat.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/disown.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/dynamic_cast.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_plus.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_scope_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_proper.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typesafe.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typeunsafe.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_var.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enums.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_name.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_native.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_class.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_default_error.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_deprecated.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_empty_char.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_enum_badvalue.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rblock.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rbrace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_unsigned.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_insert_missing.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_long_short.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_rbrace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_semi.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_redefine.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs_neg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_bad_extern.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_redefine.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_undefined.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasundef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nested.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_access.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nobase.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_defvalue.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_argname.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_nargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_not.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_partial.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_repeat.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_undef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_not.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_undef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/make.sh +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/nomodule.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_badeval.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_defined.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_args.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_badchar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_nargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_redef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_rparen.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unterminated.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_elif.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_else.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_enddef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_endif.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_file.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_rblock.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_char.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_comment.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_string.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_apply_nargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_identifier.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_insert_bad.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_copy.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_old.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_ns.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_prop.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_order.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_throws.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/features.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/file_test.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fragments.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/friends.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/function_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_ns_arg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_vars.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/grouping.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/casts_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/char_constant_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/class_ignore_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/constover_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/contract_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_enum_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_namespace_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/dynamic_cast_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/import_nomodule_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/imports_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/inherit_missing_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_std_string_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_typemaps_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/list_vector_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/multivalue_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/name_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_complicated_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_copy_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_extend_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_simple_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_subtype_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/pointer_in_out_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/reference_global_vars_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/testsuite.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typedef_inherit_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typename_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/unions_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_parameter.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_template_constructor.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_missing.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_same_name.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_void_arg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inline_initializer.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/intermediary_classname.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/aggregate_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/array_member_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/arrays_global_twodim_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_basic_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_default_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_enum_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_exception_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_frob_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_protected_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_string_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_unroll_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_wombat_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/dynamic_cast_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_proper_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_simple_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ignore_parameter_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/imports_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/intermediary_classname_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_constants_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_director_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_enums_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_jnitypes_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_dimensionless_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_various_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pragmas_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_throws_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_proxy_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_typewrapper_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_except_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_string_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_vector_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_typemaps_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/long_long_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_complicated_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_template_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/pointer_reference_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/primitive_ref_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/profiletest_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ret_by_value_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rname_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_classes_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_arg_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/typemap_namespace_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/unions_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/using_pointers_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/varargs_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/virtual_poly_runme.java +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_constants.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_director.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_enums.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_jnitypes.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays_dimensionless.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_various.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pragmas.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_throws.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_proxy.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_typewrapper.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kind.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/langobj.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lextype.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_attribute.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_carrays.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cmalloc.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_constraints.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cpointer.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_implicit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_math.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_deque.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_except.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_wstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_stdint.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_windows.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/list_vector.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long_apply.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_pair_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mixed_types.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_a.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_b.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multiple_inheritance.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multivalue.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/casts_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/char_constant_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/imports_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/name_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/unions_runme.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_cxx.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_warnings.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_class.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_extend.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_nested.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_spaces.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typedef_class.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typemap.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_union.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_virtual_method.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/naturalvar.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_comment.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/class_ignore_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/imports_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/makedebugtop +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/minherit_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/name_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/newobject1_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/overload_copy_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/sneaky1_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/throw_exception_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typedef_mptr_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typename_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/unions_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/using_protected_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/varargs_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/voidtest_runme.ml +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ordering.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_complicated.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_copy.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extend.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extendc.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_subtype.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template_fast.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test/Builder.pm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test/More.pm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_args_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/disown_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_thorough_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/global_vars_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/import_nomodule_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/imports_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_list.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_string_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/multiple_inheritance_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/operator_overload_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_copy_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_simple_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_ref_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/profiletest_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/run-perl-test.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_default_arg_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_ref_type_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/unions_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/voidtest_runme.pl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_ok_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/abstract_inherit_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/add_link_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/argout_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrayptr_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_global_twodim_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/arrays_scope_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/casts_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/class_ignore_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_namespace_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_ns_template_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/conversion_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/cpp_static_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/enum_scope_template_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_ns_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_prop_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/evil_diamond_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_ns_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/extend_template_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/grouping_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/ignore_parameter_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/li_carrays_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/li_std_string_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/namewarn_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/rename_scope_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/skel.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/smart_pointer_rename_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/sym_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_arg_typename_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/template_construct_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/tests.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typedef_reference_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/typemap_ns_using_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using1_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/using2_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4/valuewrapper_base_runme.php4 +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_in_out.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_reference.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_ref.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_types.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/private_assign.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/profiletest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/protected_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pure_virtual.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_access_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef2_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_virtual_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/array_member_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/arrays_global_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/attributetest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/autodoc.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_ignore_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_scope_weird_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constover_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constructor_copy_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/contract_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_enum_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_namespace_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_args_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_constructor_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_abstract_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_basic_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_default_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_detect_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_enum_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_exception_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_finalizer_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_frob_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_nested_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_profile.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_profile_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_protected_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_string_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_unroll_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_wstring_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/disown_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/dynamic_cast_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/empty_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_template_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enums_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/exception_order_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_placement_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_ns_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_variable_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/file_test_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/friends_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/global_ns_arg_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/implicittest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inctest_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inherit_missing_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/kwargs_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/langobj_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_attribute_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_carrays_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cmalloc_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cpointer_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_implicit_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_carray.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_carray_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_set.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_set_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vectora.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/minherit_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/mod_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_class_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_typemap_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_virtual_method_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/naturalvar_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/nondynamic_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_complicated_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_copy_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extend_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extendc_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_rename_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_cast.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_cast_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_subtype_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_fast_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_ref_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_types_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletest_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletestc_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/pyswig.supp +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/refcount_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/reference_global_vars_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_scope_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/ret_by_value_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/return_const_value_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/simutry.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_extend_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_member_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_typedef_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_not_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_overload_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_rename_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_simple_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_typedef_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/sneaky1_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/static_const_member_2_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_rename_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_value_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/tag_no_clash_with_variable_runme.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_construct_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_default_arg_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend1_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend2_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_inherit_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns4_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_opaque_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ref_type_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_rename_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_static_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_tbase_template_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_type_namespace_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx2_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx3_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx4_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_import_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_class_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_inherit_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_scope_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_namespace_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_ns_using_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typename_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/unions_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using1_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using2_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_composition_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_extend_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_inherit_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_private_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_protected_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/vector.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_derivation_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_poly_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/voidtest_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/wrapmacro_runme.py +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/reference_global_vars.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/register_par.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_camel.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ret_by_value.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_const_value.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_value_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rname.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_ok_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_signature_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_virtual_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/aggregate_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/array_member_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_global_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/bools_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/class_ignore_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/constover_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cpp_namespace_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/default_constructor_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_abstract_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_basic_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_constructor_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_default_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_detect_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_exception_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_frob_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_nested_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_protected_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_string_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_unroll_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_wombat_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/disown_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/dynamic_cast_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enum_thorough_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enums_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_ns_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/friends_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/grouping_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ignore_parameter_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/imports_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/inherit_missing_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/keywords.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/keywords_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_carrays_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_deque_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_string_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/minherit_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/namespace_typemap_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/naming.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/naming_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject1_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_copy_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extend_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extendc_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_simple_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_subtype_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_template_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_ref_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_types_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/profiletest_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/refcount_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/reference_global_vars_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/rename_scope_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_const_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_typedef_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_not_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_overload_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_rename_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_simple_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_typedef_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/sneaky1_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/static_const_member_2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/struct_value_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_construct_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend1_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_inherit_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns4_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_rename_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_tbase_template_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_type_namespace_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx3_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx4_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/throw_exception_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_inherit_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_scope_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_namespace_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_ns_using_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typename_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/unions_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using1_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using2_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_composition_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_extend_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_inherit_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_private_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_protected_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/varargs_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_derivation_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_poly_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/voidtest_runme.rb +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/casts.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/char_constant.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/class_ignore.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/constover.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/contract.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_enum.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_namespace.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/dynamic_cast.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars_proxy.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/import_nomodule.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/imports.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/inherit_missing.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_std_string.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps_proxy.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/list_vector.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multiple_inheritance_proxy.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multivalue.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/name.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_complicated.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_copy.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_extend.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_simple.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_subtype.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/pointer_in_out.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/reference_global_vars.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typedef_inherit.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typename.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions_proxy.scm +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizeof_pointer.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizet.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_extend.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_member.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_not.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_overload.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_protected.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_simple.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_static.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sneaky1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_array_member.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member_2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_value.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sym.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tag_no_clash_with_variable.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/README +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/bools_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/clientdata_prop_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/disown_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/enum_thorough_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/import_nomodule_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/imports_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/li_std_string_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_copy_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_simple_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_ref_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_types_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/profiletest_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/reference_global_vars_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/unions_runme.tcl +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_replace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_typename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_array_numeric.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_base_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_classes.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_const_ref.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_construct.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_arg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_pointer.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_qualify.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_vw.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_ns_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_explicit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_expr.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload_2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_forward.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit_abstract.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_int_const.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns3.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns4.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_opaque.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_arg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_qualifier.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ref_type.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_rename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_retvalue.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_defarg.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_enum.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_static.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_tbase_template.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_type_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx3.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx4.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx5.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_fnc.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.list +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ns.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ptr.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_rec.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_virtual.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_whitespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/hello.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/imports.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/subinc1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/hello.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/imports.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/subinc2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/test.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/throw_exception.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/traits.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_array_member.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_class.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_funcptr.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_mptr.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_reference.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_sizet.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_ns_using.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_numinputs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_self.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_subst.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_variables.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_various.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typename.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_scope.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/unions.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using1.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using2.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_composition.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_extend.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_inherit.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_pointers.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_private.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_protected.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_base.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_const.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_opaque.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_derivation.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_destructor.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_poly.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/voidtest.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wrapmacro.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile.in +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.h +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.i +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.expected-xml +%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.i %%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg -%%DATADIR%%/%%PORTVERSION%%/_std_deque.i -%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i -%%DATADIR%%/%%PORTVERSION%%/python/cstrbase.swg -%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg -%%DATADIR%%/%%PORTVERSION%%/php4/const.i -%%DATADIR%%/%%PORTVERSION%%/php4/globalvar.i -%%DATADIR%%/%%PORTVERSION%%/php4/phppointers.i -%%DATADIR%%/%%PORTVERSION%%/php4/php4init.swg +%%DATADIR%%/%%PORTVERSION%%/allegrocl/longlongs.i +%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/allkw.swg +%%DATADIR%%/%%PORTVERSION%%/attribute.i +%%DATADIR%%/%%PORTVERSION%%/carrays.i +%%DATADIR%%/%%PORTVERSION%%/cdata.i +%%DATADIR%%/%%PORTVERSION%%/cffi/cffi.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chicken.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chickenkw.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/chickenrun.swg +%%DATADIR%%/%%PORTVERSION%%/chicken/multi-generic.scm +%%DATADIR%%/%%PORTVERSION%%/chicken/std_string.i +%%DATADIR%%/%%PORTVERSION%%/chicken/swigclosprefix.scm +%%DATADIR%%/%%PORTVERSION%%/chicken/tinyclos-multi-generic.patch +%%DATADIR%%/%%PORTVERSION%%/chicken/typemaps.i %%DATADIR%%/%%PORTVERSION%%/clisp/clisp.swg -%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i -%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i -%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i -%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i -%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg -%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/native -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5 -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken +%%DATADIR%%/%%PORTVERSION%%/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/constraints.i +%%DATADIR%%/%%PORTVERSION%%/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg +%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_except.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i +%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/csharp/stl.i +%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/cstring.i +%%DATADIR%%/%%PORTVERSION%%/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/exception.i +%%DATADIR%%/%%PORTVERSION%%/gcj/cni.i +%%DATADIR%%/%%PORTVERSION%%/gcj/cni.swg +%%DATADIR%%/%%PORTVERSION%%/gcj/javaprims.i +%%DATADIR%%/%%PORTVERSION%%/guile/common.scm +%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i +%%DATADIR%%/%%PORTVERSION%%/guile/ghinterface.i +%%DATADIR%%/%%PORTVERSION%%/guile/guile.i +%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh_run.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg +%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i +%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i +%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i +%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i +%%DATADIR%%/%%PORTVERSION%%/guile/ports.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_except.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i +%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/guile/stl.i +%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i +%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/inttypes.i +%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i +%%DATADIR%%/%%PORTVERSION%%/java/director.swg +%%DATADIR%%/%%PORTVERSION%%/java/enums.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg +%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg +%%DATADIR%%/%%PORTVERSION%%/java/java.swg +%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg +%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg +%%DATADIR%%/%%PORTVERSION%%/java/std_common.i +%%DATADIR%%/%%PORTVERSION%%/java/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/java/std_except.i +%%DATADIR%%/%%PORTVERSION%%/java/std_map.i +%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/java/std_string.i +%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/java/stl.i +%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/java/various.i +%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg +%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg +%%DATADIR%%/%%PORTVERSION%%/lua/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i +%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/math.i +%%DATADIR%%/%%PORTVERSION%%/modula3/modula3.swg +%%DATADIR%%/%%PORTVERSION%%/modula3/modula3head.swg +%%DATADIR%%/%%PORTVERSION%%/modula3/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg +%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/stl.i +%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamldec.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/stl.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml +%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli +%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml +%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl +%%DATADIR%%/%%PORTVERSION%%/perl5/attribute.i +%%DATADIR%%/%%PORTVERSION%%/perl5/carrays.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cdata.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cni.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/perl5/cstring.i +%%DATADIR%%/%%PORTVERSION%%/perl5/exception.i +%%DATADIR%%/%%PORTVERSION%%/perl5/jstring.i +%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h +%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlerrors.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlfragments.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlhead.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlkw.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlmacros.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i +%%DATADIR%%/%%PORTVERSION%%/perl5/perlopers.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlruntime.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perlstrings.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perltypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/perluserdir.swg +%%DATADIR%%/%%PORTVERSION%%/perl5/reference.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_except.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i +%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/perl5/stl.i +%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/php4/const.i +%%DATADIR%%/%%PORTVERSION%%/php4/globalvar.i +%%DATADIR%%/%%PORTVERSION%%/php4/php4.swg +%%DATADIR%%/%%PORTVERSION%%/php4/php4init.swg +%%DATADIR%%/%%PORTVERSION%%/php4/php4kw.swg +%%DATADIR%%/%%PORTVERSION%%/php4/php4run.swg +%%DATADIR%%/%%PORTVERSION%%/php4/phppointers.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_common.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_map.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_string.i +%%DATADIR%%/%%PORTVERSION%%/php4/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/php4/stl.i +%%DATADIR%%/%%PORTVERSION%%/php4/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/php4/utils.i +%%DATADIR%%/%%PORTVERSION%%/pike/pike.swg +%%DATADIR%%/%%PORTVERSION%%/pike/pikekw.swg +%%DATADIR%%/%%PORTVERSION%%/pike/pikerun.swg +%%DATADIR%%/%%PORTVERSION%%/pike/std_string.i +%%DATADIR%%/%%PORTVERSION%%/pointer.i +%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i +%%DATADIR%%/%%PORTVERSION%%/python/attribute.i +%%DATADIR%%/%%PORTVERSION%%/python/carrays.i +%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i +%%DATADIR%%/%%PORTVERSION%%/python/cdata.i +%%DATADIR%%/%%PORTVERSION%%/python/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/python/cni.i +%%DATADIR%%/%%PORTVERSION%%/python/complex.i +%%DATADIR%%/%%PORTVERSION%%/python/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/python/cstring.i +%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg +%%DATADIR%%/%%PORTVERSION%%/python/director.swg +%%DATADIR%%/%%PORTVERSION%%/python/director_h.swg +%%DATADIR%%/%%PORTVERSION%%/python/embed.i +%%DATADIR%%/%%PORTVERSION%%/python/embed15.i +%%DATADIR%%/%%PORTVERSION%%/python/exception.i +%%DATADIR%%/%%PORTVERSION%%/python/file.i +%%DATADIR%%/%%PORTVERSION%%/python/implicit.i +%%DATADIR%%/%%PORTVERSION%%/python/jstring.i +%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg +%%DATADIR%%/%%PORTVERSION%%/python/pybackward.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyclasses.swg +%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg +%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg +%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyerrors.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyhead.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyiterators.swg +%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg +%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg +%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg +%%DATADIR%%/%%PORTVERSION%%/python/python.swg +%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg +%%DATADIR%%/%%PORTVERSION%%/python/pythreads.swg +%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg +%%DATADIR%%/%%PORTVERSION%%/python/pytypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg +%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg +%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/python/std_carray.i +%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/python/std_common.i +%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i +%%DATADIR%%/%%PORTVERSION%%/python/std_container.i +%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/python/std_except.i +%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i +%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_list.i +%%DATADIR%%/%%PORTVERSION%%/python/std_map.i +%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i +%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i +%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/python/std_set.i +%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i +%%DATADIR%%/%%PORTVERSION%%/python/std_string.i +%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i +%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/python/stl.i +%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/python/wchar.i +%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig +%%DATADIR%%/%%PORTVERSION%%/ruby/attribute.i +%%DATADIR%%/%%PORTVERSION%%/ruby/carrays.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cdata.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cni.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/ruby/cstring.i +%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i +%%DATADIR%%/%%PORTVERSION%%/ruby/exception.i +%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb +%%DATADIR%%/%%PORTVERSION%%/ruby/file.i +%%DATADIR%%/%%PORTVERSION%%/ruby/jstring.i +%%DATADIR%%/%%PORTVERSION%%/ruby/progargcargv.i +%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyapi.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyerrors.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyfragments.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyinit.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubymacros.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyrun.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyruntime.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubytypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/rubyuserdir.swg +%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_except.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i +%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/ruby/stl.i +%%DATADIR%%/%%PORTVERSION%%/ruby/timeval.i +%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/runtime.swg +%%DATADIR%%/%%PORTVERSION%%/std/_std_deque.i +%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i +%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i +%%DATADIR%%/%%PORTVERSION%%/std/std_carray.swg +%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i +%%DATADIR%%/%%PORTVERSION%%/std/std_common.i +%%DATADIR%%/%%PORTVERSION%%/std/std_container.i +%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/std/std_except.i +%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i +%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_list.i +%%DATADIR%%/%%PORTVERSION%%/std/std_map.i +%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i +%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i +%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/std/std_set.i +%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i +%%DATADIR%%/%%PORTVERSION%%/std/std_string.i +%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i +%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/std_except.i +%%DATADIR%%/%%PORTVERSION%%/stdint.i +%%DATADIR%%/%%PORTVERSION%%/stl.i +%%DATADIR%%/%%PORTVERSION%%/swig.swg +%%DATADIR%%/%%PORTVERSION%%/swigarch.i +%%DATADIR%%/%%PORTVERSION%%/swigerrors.swg +%%DATADIR%%/%%PORTVERSION%%/swiginit.swg +%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg +%%DATADIR%%/%%PORTVERSION%%/swigrun.i +%%DATADIR%%/%%PORTVERSION%%/swigrun.swg +%%DATADIR%%/%%PORTVERSION%%/swigwarn.swg +%%DATADIR%%/%%PORTVERSION%%/swigwarnings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/attribute.i +%%DATADIR%%/%%PORTVERSION%%/tcl/carrays.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cdata.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cmalloc.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cni.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cpointer.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/cwstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/exception.i +%%DATADIR%%/%%PORTVERSION%%/tcl/jstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_deque.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_except.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i +%%DATADIR%%/%%PORTVERSION%%/tcl/std_wstring.i +%%DATADIR%%/%%PORTVERSION%%/tcl/stl.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclapi.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclerrors.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclfragments.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclinit.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclinterp.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclkw.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclmacros.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclopers.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclprimtypes.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclresult.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclrun.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclruntime.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i +%%DATADIR%%/%%PORTVERSION%%/tcl/tclstrings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tcltypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tcluserdir.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/tclwstrings.swg +%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i +%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i +%%DATADIR%%/%%PORTVERSION%%/typemaps/attribute.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/carrays.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cdata.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cmalloc.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cpointer.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cstrings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/cwstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/enumint.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/exception.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/fragments.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/implicit.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/inoutlist.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/misctypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/primtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/ptrtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_except.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_string.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_strings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/std_wstring.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/string.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/strings.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigmacros.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigobject.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtype.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtypemaps.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/traits.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/typemaps.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/valtypes.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/void.swg +%%DATADIR%%/%%PORTVERSION%%/typemaps/wstring.swg +%%DATADIR%%/%%PORTVERSION%%/uffi/uffi.swg +%%DATADIR%%/%%PORTVERSION%%/wchar.i +%%DATADIR%%/%%PORTVERSION%%/windows.i +@dirrm %%PORTDOCS%%%%DOCSDIR%% +@dirrm %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%% +@dirrm %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel +@dirrm %%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual +@dirrm %%EXAMPLESDIR%% +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%% @dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php4/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/mpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/native +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua @dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables @dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest @dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua -@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%% -@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl -@dirrm %%DATADIR%%/%%PORTVERSION%%/std -@dirrm %%DATADIR%%/%%PORTVERSION%%/ruby -@dirrm %%DATADIR%%/%%PORTVERSION%%/python -@dirrm %%DATADIR%%/%%PORTVERSION%%/pike -@dirrm %%DATADIR%%/%%PORTVERSION%%/php4 -@dirrm %%DATADIR%%/%%PORTVERSION%%/perl5 -@dirrm %%DATADIR%%/%%PORTVERSION%%/ocaml -@dirrm %%DATADIR%%/%%PORTVERSION%%/mzscheme -@dirrm %%DATADIR%%/%%PORTVERSION%%/modula3 -@dirrm %%DATADIR%%/%%PORTVERSION%%/java -@dirrm %%DATADIR%%/%%PORTVERSION%%/guile -@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp -@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/mpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptshadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/mpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/shadow +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/mpointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php4 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2 +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi +@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml +@dirrm %%DATADIR%% +@dirrm %%DATADIR%%/%%PORTVERSION%% @dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl +@dirrm %%DATADIR%%/%%PORTVERSION%%/cffi +@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken @dirrm %%DATADIR%%/%%PORTVERSION%%/clisp +@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp +@dirrm %%DATADIR%%/%%PORTVERSION%%/gcj +@dirrm %%DATADIR%%/%%PORTVERSION%%/guile +@dirrm %%DATADIR%%/%%PORTVERSION%%/java @dirrm %%DATADIR%%/%%PORTVERSION%%/lua -@dirrm %%DATADIR%%/%%PORTVERSION%% -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Devel -%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/%%PORTVERSION%%/modula3 +@dirrm %%DATADIR%%/%%PORTVERSION%%/mzscheme +@dirrm %%DATADIR%%/%%PORTVERSION%%/ocaml +@dirrm %%DATADIR%%/%%PORTVERSION%%/perl5 +@dirrm %%DATADIR%%/%%PORTVERSION%%/php4 +@dirrm %%DATADIR%%/%%PORTVERSION%%/pike +@dirrm %%DATADIR%%/%%PORTVERSION%%/python +@dirrm %%DATADIR%%/%%PORTVERSION%%/ruby +@dirrm %%DATADIR%%/%%PORTVERSION%%/std +@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl +@dirrm %%DATADIR%%/%%PORTVERSION%%/typemaps +@dirrm %%DATADIR%%/%%PORTVERSION%%/uffi --- swig-1.3.28.patch ends here --- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 13:23:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8FA16A401 for ; Tue, 14 Mar 2006 13:23:55 +0000 (UTC) (envelope-from steve@energistic.com) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D24743D66 for ; Tue, 14 Mar 2006 13:23:55 +0000 (GMT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost.energistic.com [127.0.0.1]) by energistic.com (8.13.4/8.13.4) with ESMTP id k2EDNs9a035817; Tue, 14 Mar 2006 08:23:54 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.13.4/8.13.4/Submit) id k2EDNs4e034576; Tue, 14 Mar 2006 08:23:54 -0500 (EST) (envelope-from steve) Date: Tue, 14 Mar 2006 08:23:53 -0500 From: Steve Ames To: Joerg Pulz Message-ID: <20060314132353.GA11581@energistic.com> References: <20060314103129.GA953@k7.mavetju> <20060314131913.O54268@hades.admin.frm2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060314131913.O54268@hades.admin.frm2> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-7.9 required=5.0 tests=AWL, BAYES_00, J_CHICKENPOX_63, SPF_HELO_PASS, SPF_PASS, USER_IN_WHITELIST_TO autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on energistic.com Cc: Edwin Groothuis , freebsd-ports@freebsd.org Subject: Re: Strange pwlib common.mak experience X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 13:23:55 -0000 Make sure you have the latest version of pwlib installed. The latest version allows for compiling openh323 and openam just fine. Please verify that you have the latest and if it still doesn't work for you let me know. If your compiling something that uses openh323 make sure you have the latest of those as well. Also take a look at net/openam/Makefile for an example of how to set the configure/make environment. -Steve On Tue, Mar 14, 2006 at 01:27:37PM +0100, Joerg Pulz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Tue, 14 Mar 2006, Edwin Groothuis wrote: > > >Hi, > > > >I'm trying to compile OPAL (Open Phone Abstraction Library, available > >from http://www.mavetju.org/~edwin/opal.shar and pwlib.shar). > >Everything compiles fine, but at the end it says... > > > >gmake[1]: Entering directory > >`/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > >set -e; for i in /usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0 > >/usr/local/share/pwlib/; do gmake -C $i debugdepend debug; done > >gmake[2]: Entering directory > >`/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > >Created dependencies. > >set -e; > >set -e; > >gmake[2]: Leaving directory > >`/usr/home/edwin/cvs/ports/NEW/opal/work/opal-2.2.0' > >gmake[2]: Entering directory `/usr/local/share/pwlib' > >gmake[2]: *** No rule to make target `debugdepend'. Stop. > >gmake[2]: Leaving directory `/usr/local/share/pwlib' > >gmake[1]: *** [libs] Error 2 > > > >What? Who? Where? Why is it going to /usr/local/share/pwlib. A quick > >check later and it seems that the inclusion of > >/usr/local/share/pwlib//make/common.mak, the definition of LIBDIRS > >in there and the executing of "gmake -C $i debugdepend debug" there > >confuses somewhere the whole system. > > > >Is there somebody with a little bit more clue than me who understands > >what is going wrong here and how to resolve it? > > Hi Edwin, > > the same happens when you try to compile ohphone or some other > pwlib/openh323 dependant port. > > Please try the following: > edit /usr/local/share/pwlib/make/unix.mak and change > PW_LIBDIR = $(PWLIBDIR)/lib > to > PW_LIBDIR = /usr/local/lib > > and set PTLIB_FILE to > PTLIB_FILE = /usr/local/lib/lib$(PTLIB_BASE)$(LIB_TYPE).$(LIB_SUFFIX) > i can't remeber the original value of this variable.. > > I hope that this solves the problem for you. > The pwlib and the openh323 ports definitely need some tweaking for these > .mak files. > > regards > Joerg > > - -- > The beginning is the most important part of the work. > -Plato > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.1 (FreeBSD) > > iD8DBQFEFra7SPOsGF+KA+MRAhyWAJ9rJ4BRzdr0GB1Lwf2WAsoTcGbXlgCfRCAT > elA7Ag0oW5ap3KOvd0Hrb0M= > =tjYY > -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 13:40:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 310D716A440 for ; Tue, 14 Mar 2006 13:40:47 +0000 (UTC) (envelope-from matt@genesi-usa.com) Received: from mail.genesippc.com (mithrandir.softwarenexus.net [66.98.186.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4160143E28 for ; Tue, 14 Mar 2006 13:39:18 +0000 (GMT) (envelope-from matt@genesi-usa.com) Received: from [81.253.93.131] (helo=yukito) by mail.genesippc.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJ9ig-0005lE-QP for freebsd-ports@freebsd.org; Tue, 14 Mar 2006 13:37:51 +0000 From: "Matt Sealey" To: Date: Tue, 14 Mar 2006 07:38:14 -0600 Organization: Genesi Message-ID: <00c501c6476c$8e4870b0$e5ad17ac@bakuhatsu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZHbIq7LKynXQhVTmOQqNo7wL4fNQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: mod_python3 & apache22 APR_STATUS_IS_SUCCESS ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@genesi-usa.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 13:40:47 -0000 root@mithrandir:/usr/ports/www/mod_python3/$ apachectl configtest httpd: Syntax error on line 181 of /usr/local/etc/apache22/httpd.conf: = Cannot load /usr/local/libexec/apache22/mod_python.so into server: = /usr/local/libexec/apache22/mod_python.so: Undefined symbol "APR_STATUS_IS_SUCCESS" Both ports were just pulled to their latest versions from cvsup, and = mod_python3 installed from scratch (I am installing "trac") I noticed the same error in the archives at the beginning of January, = with a patch, but I can't seem to apply it (mod_python was upgraded since and the files it = patches don't exist!?!) A little confused. A little help please? How can I get mod_python = running? --=20 Matt Sealey Manager, Genesi, Developer Relations From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 13:48:50 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D986916A400 for ; Tue, 14 Mar 2006 13:48:50 +0000 (UTC) (envelope-from jmp.lists@alvorlig.dk) Received: from cauchy.aub.dk (cauchy.aub.dk [194.255.124.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3798E43D58 for ; Tue, 14 Mar 2006 13:48:49 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from localhost (localhost.aub.dk [127.0.0.1]) by cauchy.aub.dk (Postfix) with ESMTP id E542111CBE; Tue, 14 Mar 2006 14:48:03 +0100 (CET) Received: from cauchy.aub.dk ([127.0.0.1]) by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66931-04; Tue, 14 Mar 2006 14:47:57 +0100 (CET) Received: from [10.1.4.50] (unknown [10.1.4.50]) by cauchy.aub.dk (Postfix) with ESMTP id 443DC1199A; Tue, 14 Mar 2006 14:47:57 +0100 (CET) Message-ID: <4416C9B6.4010802@alvorlig.dk> Date: Tue, 14 Mar 2006 14:48:38 +0100 From: "J. Martin Petersen" User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <00c501c6476c$8e4870b0$e5ad17ac@bakuhatsu.net> In-Reply-To: <00c501c6476c$8e4870b0$e5ad17ac@bakuhatsu.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at aub.dk Cc: Subject: Re: mod_python3 & apache22 APR_STATUS_IS_SUCCESS ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 13:48:50 -0000 Matt Sealey wrote: > root@mithrandir:/usr/ports/www/mod_python3/$ apachectl configtest > httpd: Syntax error on line 181 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_python.so into server: /usr/local/libexec/apache22/mod_python.so: > Undefined symbol "APR_STATUS_IS_SUCCESS" > > Both ports were just pulled to their latest versions from cvsup, and mod_python3 installed > from scratch (I am installing "trac") > > I noticed the same error in the archives at the beginning of January, with a patch, but > I can't seem to apply it (mod_python was upgraded since and the files it patches don't > exist!?!) > > A little confused. A little help please? How can I get mod_python running? The short version is: Use Apache 2.0. Mod_python does not support Apache 2.2 yet (it even says so on their download page). - Martin From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 13:50:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9202716A424 for ; Tue, 14 Mar 2006 13:50:43 +0000 (UTC) (envelope-from matt@genesi-usa.com) Received: from mail.genesippc.com (mithrandir.softwarenexus.net [66.98.186.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E31C43D69 for ; Tue, 14 Mar 2006 13:50:43 +0000 (GMT) (envelope-from matt@genesi-usa.com) Received: from [81.253.93.131] (helo=yukito) by mail.genesippc.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJ9ue-0005py-TQ; Tue, 14 Mar 2006 13:50:13 +0000 From: "Matt Sealey" To: "'J. Martin Petersen'" , Date: Tue, 14 Mar 2006 07:50:35 -0600 Organization: Genesi Message-ID: <00cc01c6476e$48a93060$e5ad17ac@bakuhatsu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcZHbfVazYNZGF8oSeiGNKEfldNgNwAAEtyA In-Reply-To: <4416C9B6.4010802@alvorlig.dk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: RE: mod_python3 & apache22 APR_STATUS_IS_SUCCESS ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@genesi-usa.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 13:50:43 -0000 Sigh. Okay then. -- Matt Sealey Manager, Genesi, Developer Relations > -----Original Message----- > From: J. Martin Petersen [mailto:jmp.lists@alvorlig.dk] > Sent: Tuesday, March 14, 2006 7:49 AM > To: freebsd-ports@freebsd.org > Cc: matt@genesi-usa.com > Subject: Re: mod_python3 & apache22 APR_STATUS_IS_SUCCESS ?? > > Matt Sealey wrote: > > root@mithrandir:/usr/ports/www/mod_python3/$ apachectl configtest > > httpd: Syntax error on line 181 of > /usr/local/etc/apache22/httpd.conf: Cannot load > /usr/local/libexec/apache22/mod_python.so into server: > /usr/local/libexec/apache22/mod_python.so: > > Undefined symbol "APR_STATUS_IS_SUCCESS" > > > > Both ports were just pulled to their latest versions from > cvsup, and > > mod_python3 installed from scratch (I am installing "trac") > > > > I noticed the same error in the archives at the beginning > of January, > > with a patch, but I can't seem to apply it (mod_python was upgraded > > since and the files it patches don't > > exist!?!) > > > > A little confused. A little help please? How can I get > mod_python running? > > The short version is: Use Apache 2.0. Mod_python does not > support Apache > 2.2 yet (it even says so on their download page). > > - Martin > From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 14:04:11 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6426216A422 for ; Tue, 14 Mar 2006 14:04:11 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx1.parodius.com (mx1.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B5743D45 for ; Tue, 14 Mar 2006 14:04:10 +0000 (GMT) (envelope-from jdc@parodius.com) Received: by mx1.parodius.com (Postfix, from userid 500) id 4BB345FF7; Tue, 14 Mar 2006 06:04:10 -0800 (PST) Date: Tue, 14 Mar 2006 06:04:10 -0800 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20060314140410.GA9349@pentarou.parodius.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> <20060313112325.GA50979@pentarou.parodius.com> <4415651C.3020005@vizija.si> <4416BDB1.9000806@vizija.si> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4416BDB1.9000806@vizija.si> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:04:11 -0000 On Tue, Mar 14, 2006 at 01:57:21PM +0100, Uro? Gruber wrote: > If this is right > > portsdb -r www/php5-cgi > > then no other ports depend on php5 cgi mode. Because of that I thing > it's ok if cgi version is installed in > /usr/local/bin/phpX-cgi etc and php-cgi.ini > > This does not break any port and install is easy and automatic. > > Is this possible to change in ports by maintainer, because I don't quite > understand how is done installing of binaries. I maintain the port which explicitly relies on the CGI version of PHP. It's called suphp. I use the WANT_PHP_CGI knob, as defined in ports/Mk/bsd.php.mk. There are a total of four (4) ports which use WANT_PHP_CGI, and 3 of the 4 only use it when suphp support is enabled: ports/databases/phpmyadmin ports/net/phpldapadmin ports/www/horde ports/www/suphp The number of Emails I get per week about the suphp port (particularly "why hasn't it been updated to 0.6.x") proves to me how many FreeBSD server administrators rely on it. suphp is presently only one of two methods available for securely running PHP scripts as the script owner or per a user/group directive inside of an Apache block. It's a important port for web hosting providers. Please be aware of this before requesting/submitting any changes. Ensure your changes work with suphp -- thoroughly -- before agreeing they be committed. Thanks. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 14:16:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DF216A420 for ; Tue, 14 Mar 2006 14:16:13 +0000 (UTC) (envelope-from uros.gruber@vizija.si) Received: from strippy.vizija.si (strippy.vizija.si [217.72.81.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686AE43D72 for ; Tue, 14 Mar 2006 14:16:12 +0000 (GMT) (envelope-from uros.gruber@vizija.si) Received: from cartman.dev (cartman.dev [193.95.243.216]) by strippy.vizija.si (Postfix) with ESMTP id 88389A6DD4 for ; Tue, 14 Mar 2006 15:16:07 +0100 (CET) Received: from cartman.dev (localhost [127.0.0.1]) by cartman.dev (Postfix) with ESMTP id 92CBDD4C11 for ; Tue, 14 Mar 2006 15:29:52 +0100 (CET) Received: from [10.0.2.1] (uros [10.0.2.1]) by cartman.dev (Postfix) with ESMTP id 77CA7D4C0F for ; Tue, 14 Mar 2006 15:29:52 +0100 (CET) Message-ID: <4416D027.8000807@vizija.si> Date: Tue, 14 Mar 2006 15:16:07 +0100 From: =?windows-1252?Q?Uro=9A_Gruber?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <43E8BD2F.4080406@vizija.si> <43E8F730.3030207@rogers.com> <64046.193.77.156.117.1139349788.squirrel@mail.vizija.si> <20060227214247.GE97309@svcolo.com> <44154A73.4000705@vizija.si> <20060313112325.GA50979@pentarou.parodius.com> <4415651C.3020005@vizija.si> <4416BDB1.9000806@vizija.si> <20060314140410.GA9349@pentarou.parodius.com> In-Reply-To: <20060314140410.GA9349@pentarou.parodius.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at vizija.si Subject: Re: php-cli and php-cgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:16:13 -0000 Jeremy Chadwick wrote: > On Tue, Mar 14, 2006 at 01:57:21PM +0100, Uro? Gruber wrote: > >> If this is right >> >> portsdb -r www/php5-cgi >> >> then no other ports depend on php5 cgi mode. Because of that I thing >> it's ok if cgi version is installed in >> /usr/local/bin/phpX-cgi etc and php-cgi.ini >> >> This does not break any port and install is easy and automatic. >> >> Is this possible to change in ports by maintainer, because I don't quite >> understand how is done installing of binaries. >> > > I maintain the port which explicitly relies on the CGI version of PHP. > It's called suphp. I use the WANT_PHP_CGI knob, as defined in > ports/Mk/bsd.php.mk. There are a total of four (4) ports which use > WANT_PHP_CGI, and 3 of the 4 only use it when suphp support is > enabled: > > ports/databases/phpmyadmin > ports/net/phpldapadmin > ports/www/horde > ports/www/suphp > > The number of Emails I get per week about the suphp port (particularly > "why hasn't it been updated to 0.6.x") proves to me how many FreeBSD > server administrators rely on it. suphp is presently only one of two > methods available for securely running PHP scripts as the script owner > or per a user/group directive inside of an Apache block. > It's a important port for web hosting providers. > > Please be aware of this before requesting/submitting any changes. > Ensure your changes work with suphp -- thoroughly -- before agreeing > they be committed. > > Ok my mistake. I looks like portupgrade did not recognize this one. Btw. I have cgi with per user virtualhost without suphp and it works. As I said before. I'm not good at port scripting so I'm waiting for port maintainer to reply so we can all talk about this feature. regards Uros From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 14:21:24 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A0D16A424 for ; Tue, 14 Mar 2006 14:21:24 +0000 (UTC) (envelope-from yannick.daffaud@wanadoo.fr) Received: from smtp9.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE9E43D7C for ; Tue, 14 Mar 2006 14:21:03 +0000 (GMT) (envelope-from yannick.daffaud@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0904.wanadoo.fr (SMTP Server) with ESMTP id 68E18240019B for ; Tue, 14 Mar 2006 15:21:02 +0100 (CET) Received: from home (AClermont-Ferrand-157-1-1-246.w83-205.abo.wanadoo.fr [83.205.8.246]) by mwinf0904.wanadoo.fr (SMTP Server) with ESMTP id EA142240018C; Tue, 14 Mar 2006 15:21:00 +0100 (CET) X-ME-UUID: 20060314142100958.EA142240018C@mwinf0904.wanadoo.fr From: "Yannick Daffaud" To: Date: Tue, 14 Mar 2006 15:21:00 +0100 Message-ID: <000c01c64772$855cc090$0201a8c0@home> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Thread-Index: AcZHcoTZS2nxoN2tSM+VXRPzG7Fkiw== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: gtar-1.15.1_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: Tue, 14 Mar 2006 14:21:24 -0000 Hello, Got a problem with FreeBSD 4.11 STABLE and gtar - can't build the last version of the port. ===> Building for gtar-1.15.1_2 make all-recursive Making all in doc Making all in lib cp ./alloca_.h alloca.h-t mv alloca.h-t alloca.h cp ./fnmatch_.h fnmatch.h-t mv fnmatch.h-t fnmatch.h cp ./getopt_.h getopt.h-t mv getopt.h-t getopt.h sed -e 's/@''HAVE__BOOL''@/0/g' < ./stdbool_.h > stdbool.h-t mv stdbool.h-t stdbool.h make all-am cp ./sysexit_.h sysexits.h-t mv sysexits.h-t sysexits.h source='prepargs.c' object='prepargs.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c prepargs.c echo '#define LOCALEDIR "/usr/local/share/locale"' >localedir.h echo "#ifndef DEFAULT_RMT_COMMAND" >> localedir.h echo "# define DEFAULT_RMT_COMMAND \"/usr/local/libexec/`echo \"rmt\" | sed 's,^.*/,,;s,^,g,'`\"" >> localedir.h echo "#endif" >> localedir.h source='rtapelib.c' object='rtapelib.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c rtapelib.c source='allocsa.c' object='allocsa.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c allocsa.c source='argmatch.c' object='argmatch.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argmatch.c source='argp-ba.c' object='argp-ba.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-ba.c source='argp-eexst.c' object='argp-eexst.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-eexst.c source='argp-fmtstream.c' object='argp-fmtstream.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-fmtstream.c source='argp-fs-xinl.c' object='argp-fs-xinl.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-fs-xinl.c source='argp-help.c' object='argp-help.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-help.c argp-help.c:1684: warning: #warning No reasonable value to return argp-help.c:542: warning: `always_inline' attribute directive ignored source='argp-parse.c' object='argp-parse.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-parse.c source='argp-pv.c' object='argp-pv.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-pv.c source='argp-pvh.c' object='argp-pvh.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-pvh.c source='argp-xinl.c' object='argp-xinl.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c argp-xinl.c source='backupfile.c' object='backupfile.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c backupfile.c source='dirname.c' object='dirname.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c dirname.c source='basename.c' object='basename.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c basename.c source='stripslash.c' object='stripslash.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c stripslash.c source='exclude.c' object='exclude.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c exclude.c source='exitfail.c' object='exitfail.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c exitfail.c source='full-write.c' object='full-write.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c full-write.c source='getdate.c' object='getdate.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getdate.c source='gettime.c' object='gettime.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c gettime.c source='hash.c' object='hash.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c hash.c source='human.c' object='human.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c human.c source='localcharset.c' object='localcharset.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c localcharset.c source='modechange.c' object='modechange.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c modechange.c source='quote.c' object='quote.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c quote.c source='quotearg.c' object='quotearg.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c quotearg.c source='safe-read.c' object='safe-read.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c safe-read.c source='safe-write.c' object='safe-write.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c safe-write.c source='save-cwd.c' object='save-cwd.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c save-cwd.c source='savedir.c' object='savedir.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c savedir.c source='xmalloc.c' object='xmalloc.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xmalloc.c source='xalloc-die.c' object='xalloc-die.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xalloc-die.c source='xgetcwd.c' object='xgetcwd.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xgetcwd.c source='xstrtol.c' object='xstrtol.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xstrtol.c source='xstrtoul.c' object='xstrtoul.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xstrtoul.c source='xstrtoumax.c' object='xstrtoumax.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c xstrtoumax.c source='getopt.c' object='getopt.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getopt.c source='getopt1.c' object='getopt1.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getopt1.c source='mktime.c' object='mktime.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c mktime.c source='error.c' object='error.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c error.c source='fnmatch.c' object='fnmatch.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c fnmatch.c source='getcwd.c' object='getcwd.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getcwd.c source='getline.c' object='getline.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getline.c source='getndelim2.c' object='getndelim2.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c getndelim2.c source='mempcpy.c' object='mempcpy.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c mempcpy.c source='obstack.c' object='obstack.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c obstack.c source='stpcpy.c' object='stpcpy.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c stpcpy.c source='strchrnul.c' object='strchrnul.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c strchrnul.c source='strndup.c' object='strndup.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c strndup.c source='strnlen.c' object='strnlen.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c strnlen.c source='strtoimax.c' object='strtoimax.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c strtoimax.c source='strtoumax.c' object='strtoumax.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I.. -I/usr/local/include -O2 -pipe -march=pentiumpro -c strtoumax.c rm -f libtar.a ar cru libtar.a prepargs.o rtapelib.o allocsa.o argmatch.o argp-ba.o argp-eexst.o argp-fmtstream.o argp-fs-xinl.o argp-help.o argp-parse.o argp-pv.o argp-pvh.o argp-xinl.o backupfile.o dirname.o basename.o stripslash.o exclude.o exitfail.o full-write.o getdate.o gettime.o hash.o human.o localcharset.o modechange.o quote.o quotearg.o safe-read.o safe-write.o save-cwd.o savedir.o xmalloc.o xalloc-die.o xgetcwd.o xstrtol.o xstrtoul.o xstrtoumax.o getopt.o getopt1.o mktime.o error.o fnmatch.o getcwd.o getline.o getndelim2.o mempcpy.o obstack.o stpcpy.o strchrnul.o strndup.o strnlen.o strtoimax.o strtoumax.o ranlib libtar.a /bin/sh ./config.charset 'i386-portbld-freebsd4.11' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@/tar/g' ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/tar/g' ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed Making all in rmt source='rmt.c' object='rmt.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c rmt.c rmt.c: In function `main': rmt.c:289: warning: passing arg 2 of `rpl_getopt_long' discards qualifiers from pointer target type cc -O2 -pipe -march=pentiumpro -L/usr/local/lib -o rmt rmt.o ../lib/libtar.a -L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib Making all in src source='buffer.c' object='buffer.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c buffer.c source='compare.c' object='compare.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c compare.c source='create.c' object='create.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c create.c create.c: In function `mode_to_chars': create.c:259: warning: comparison is always false due to limited range of data type source='delete.c' object='delete.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c delete.c source='extract.c' object='extract.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c extract.c source='xheader.c' object='xheader.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../ -I../lib -I/usr/local/include -O2 -pipe -march=pentiumpro -c xheader.c xheader.c: In function `sparse_numblocks_decoder': xheader.c:991: `SIZE_MAX' undeclared (first use in this function) xheader.c:991: (Each undeclared identifier is reported only once xheader.c:991: for each function it appears in.) xheader.c: In function `sparse_numbytes_decoder': xheader.c:1033: `SIZE_MAX' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.15.1/src. *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.15.1. *** Error code 1 Stop in /usr/ports/archivers/gtar/work/tar-1.15.1. *** Error code 1 Stop in /usr/ports/archivers/gtar. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade81361.24 make ** Fix the problem and try again. Any hints? Thanks for any insights you can provide. Yannick. From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 16:00:04 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C41BA16A400; Tue, 14 Mar 2006 16:00:04 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D41043D45; Tue, 14 Mar 2006 16:00:01 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F4C6.dip.t-dialin.net [84.165.244.198]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2EFgGo0043037; Tue, 14 Mar 2006 16:42:17 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2EFxvvL068014; Tue, 14 Mar 2006 16:59:58 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 14 Mar 2006 16:59:57 +0100 Message-ID: <20060314165957.1es3j627acck4kgg@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 14 Mar 2006 16:59:57 +0100 From: Alexander Leidinger To: Eduardo Lemos de Sa References: <4416989F.50207@mkem.uu.se> In-Reply-To: <4416989F.50207@mkem.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: maho@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: ifc-8.1.031 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 16:00:05 -0000 Eduardo Lemos de Sa wrote: > /usr/local/intel_fc_80/bin/ifc -c test.f90 > > I got: > > /usr/local/intel_fc_80/bin/ifc No such file or diretory (of course, I > tested to see if the file is there, if it is a executable file). The > same is true if I change ifc by ifort. I assume this is a script: Make sure the first line of the script references a valid shell and the path is spelled correctly. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Nirvana? That's the place where the powers that be and their friends hang out. -- Zonker Harris From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 17:00:41 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E89916A4E8 for ; Tue, 14 Mar 2006 17:00:41 +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 3C56C43D46 for ; Tue, 14 Mar 2006 17:00:41 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 25C991A4DF1; Tue, 14 Mar 2006 09:00:41 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A4C0651DA6; Tue, 14 Mar 2006 12:00:40 -0500 (EST) Date: Tue, 14 Mar 2006 12:00:40 -0500 From: Kris Kennaway To: Zbigniew Struk Message-ID: <20060314170040.GA37864@xor.obsecurity.org> References: <000801c64672$b97115d0$3b01a8c0@WIW.lokalna> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <000801c64672$b97115d0$3b01a8c0@WIW.lokalna> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org Subject: Re: 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: Tue, 14 Mar 2006 17:00:41 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2006 at 08:49:57AM +0100, Zbigniew Struk wrote: >=20 >=20 > Dear Sir/Madam, > I have a problem with ports under FreeBSD release 6.0. When I > downloaded up-to-date versions of ports collections using CVSup I > cannot use command make in order to install some port. I get a > message "no target to make". I am logged in as root and I am in > directory which contains skeleton of port for example > /usr/ports/security/portaudit. But if I install ports collections > using command sysinstall, I can do everything without any problem. What files are present in that directory? > I am new in Linux environment and I am looking for some advice. Perhaps you don't know this, but FreeBSD is not a Linux environment. Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFva4Wry0BWjoQKURAu7TAJ4nXa/PE/mOMKuzAncccFEYgzm4DQCg8dlQ uoHCZSO26e/fxxNo6AH9q6I= =X1ZO -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 17:02:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55FC916A420 for ; Tue, 14 Mar 2006 17:02:23 +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 9DCD043D6B for ; Tue, 14 Mar 2006 17:02:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8357F1A4DF0; Tue, 14 Mar 2006 09:02:19 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0915A51DA6; Tue, 14 Mar 2006 12:02:19 -0500 (EST) Date: Tue, 14 Mar 2006 12:02:18 -0500 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20060314170218.GB37864@xor.obsecurity.org> References: <4416893B.5020202@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline In-Reply-To: <4416893B.5020202@gmx.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: cvsup - TreeList failed: Network write failure: Connection closed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 17:02:23 -0000 --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 10:13:31AM +0100, [LoN]Kamikaze wrote: > When using cvsup to update my sources over a wireless connection I often > get the error message: >=20 > TreeList failed: Network write failure: Connection closed >=20 > after a couple of seconds. This doesn't occur when I am connected > through a cable ethernet device. OK, this just means your system was unable to maintain the network connection. > The only way to reliably download the latest sources over a wireless > connection is to wipe out my /usr/src . Cvsup will download all sources > without problems in this case, but of course, this doesn't look like a > desireable solution. This situation requires less upstream bandwidth. Kris --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFvcaWry0BWjoQKURAmbrAJ9sxa2byXlhA/9csQ3gyMn4El9RHgCfYIZf RQUuqeobPhVuF/o2B32Jlcg= =jLNp -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 17:43:47 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7BB16A401 for ; Tue, 14 Mar 2006 17:43:47 +0000 (UTC) (envelope-from nefar@hotmail.com) Received: from ziggy.corp.yahoo.com (ziggy.corp.yahoo.com [207.126.231.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00DC43D72 for ; Tue, 14 Mar 2006 17:43:46 +0000 (GMT) (envelope-from nefar@hotmail.com) Received: from ziggy.corp.yahoo.com (localhost [127.0.0.1]) by ziggy.corp.yahoo.com (8.12.11/8.12.11) with ESMTP id k2EHhkuJ087327 for ; Tue, 14 Mar 2006 09:43:46 -0800 (PST) (envelope-from nefar@hotmail.com) To: ports@freebsd.org Date: Tue, 14 Mar 2006 09:43:46 -0800 From: Daniel Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/9.00 (FreeBSD) X-Mailman-Approved-At: Tue, 14 Mar 2006 17:46:13 +0000 Cc: Subject: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 17:43:47 -0000 Hi, I've noticed there is no port for sabnzbd (http://sourceforge.net/projects/sabnzbd/). What's involved in becoming a port maintainer? I would like to see a port for this, but if no one else is willing to do it, I can possibly do it. Please let me know how to go about this, and what the requirements are. -d From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 17:59:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10ECA16A400 for ; Tue, 14 Mar 2006 17:59:29 +0000 (UTC) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA9143D46 for ; Tue, 14 Mar 2006 17:59:28 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout4-ext.prodigy.net (pimout4-int.prodigy.net [207.115.4.203]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k2EHwubi031864 for ; Tue, 14 Mar 2006 12:58:58 -0500 X-ORBL: [67.66.236.79] Received: from [192.168.1.25] (adsl-67-66-236-79.dsl.stlsmo.swbell.net [67.66.236.79]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k2EHxOi5208890; Tue, 14 Mar 2006 12:59:25 -0500 Message-ID: <4417047C.1020303@mkproductions.org> Date: Tue, 14 Mar 2006 11:59:24 -0600 From: Mark Kane User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Daniel References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 17:59:29 -0000 Daniel wrote: > Hi, > > I've noticed there is no port for sabnzbd > (http://sourceforge.net/projects/sabnzbd/). > > What's involved in becoming a port maintainer? I would like to see a > port for this, but if > no one else is willing to do it, I can possibly do it. Please let me > know how to go about this, and what > the requirements are. > > -d I'd say the easiest way is to read through the Porter's Handbook. It's a very detailed guide on how to port applications to FreeBSD. http://www.freebsd.org/doc/en/books/porters-handbook/ If it was me, I'd read through that and port it myself. You will learn how to do it and also feel good for contributing to FreeBSD. :) -Mark -- GnuPG Public Key: http://www.mkproductions.org/mk_pubkey.asc Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 18:01:06 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118AD16A400 for ; Tue, 14 Mar 2006 18:01:06 +0000 (UTC) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E8843D45 for ; Tue, 14 Mar 2006 18:01:05 +0000 (GMT) (envelope-from wxs@syn.csh.rit.edu) Received: from syn.csh.rit.edu (localhost [127.0.0.1]) by syn.csh.rit.edu (8.13.4/8.13.4) with ESMTP id k2EIC0Kc079810; Tue, 14 Mar 2006 13:12:00 -0500 (EST) (envelope-from wxs@syn.csh.rit.edu) Received: (from wxs@localhost) by syn.csh.rit.edu (8.13.4/8.13.4/Submit) id k2EIC0FB079809; Tue, 14 Mar 2006 13:12:00 -0500 (EST) (envelope-from wxs) Date: Tue, 14 Mar 2006 13:12:00 -0500 From: Wesley Shields To: Daniel Message-ID: <20060314181200.GA8005@csh.rit.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 18:01:06 -0000 On Tue, Mar 14, 2006 at 09:43:46AM -0800, Daniel wrote: > Hi, > > I've noticed there is no port for sabnzbd > (http://sourceforge.net/projects/sabnzbd/). > > What's involved in becoming a port maintainer? I would like to see a port > for this, but if > no one else is willing to do it, I can possibly do it. Please let me know > how to go about this, and what > the requirements are. > > -d The Porter's Handbook[1] has all the information you need. If you come across a particular problem feel free to ask here if it's not covered there. Also, further information is available by reading Mk/bsd.port.mk. -- WXS [1]: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 18:05:24 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3EE16A400; Tue, 14 Mar 2006 18:05:24 +0000 (UTC) (envelope-from p.christias@noc.ntua.gr) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4368843D45; Tue, 14 Mar 2006 18:05:23 +0000 (GMT) (envelope-from p.christias@noc.ntua.gr) Received: from [147.102.220.50] (hellboy.noc.ntua.gr [147.102.220.50]) by ulysses.noc.ntua.gr (8.13.5/8.13.5) with ESMTP id k2EI5LOB041883; Tue, 14 Mar 2006 20:05:21 +0200 (EET) (envelope-from p.christias@noc.ntua.gr) Message-ID: <44170655.6000405@noc.ntua.gr> Date: Tue, 14 Mar 2006 20:07:17 +0200 From: Panagiotis Christias User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: secteam@FreeBSD.org Subject: port www/auth_ldap suggested update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 18:05:24 -0000 Hello, I have prepared an updated version of auth_ldap port using the latest available version (1.6.1, Jan 9 2006). You can get it from: http://noc.ntua.gr/~christia/auth_ldap-1.6.1-port.tar.gz I have also added a patch that is required for the new version to function(?) properly. See: http://www.rudedog.org/pipermail/auth_ldap/2006-January/001710.html Regards, Panagiotis -- Panagiotis J. Christias Network Management Center p.christias@noc.ntua.gr National Technical Univ. of Athens, GREECE From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 18:18:33 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69CD316A401; Tue, 14 Mar 2006 18:18:33 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBAF43D45; Tue, 14 Mar 2006 18:18:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 163571A4DEF; Tue, 14 Mar 2006 10:18:33 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7952852AC0; Tue, 14 Mar 2006 13:18:32 -0500 (EST) Date: Tue, 14 Mar 2006 13:18:32 -0500 From: Kris Kennaway To: Panagiotis Christias Message-ID: <20060314181832.GA40582@xor.obsecurity.org> References: <44170655.6000405@noc.ntua.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <44170655.6000405@noc.ntua.gr> User-Agent: Mutt/1.4.2.1i Cc: ports@FreeBSD.org, secteam@FreeBSD.org Subject: Re: port www/auth_ldap suggested update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 18:18:33 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 08:07:17PM +0200, Panagiotis Christias wrote: > Hello, >=20 > I have prepared an updated version of auth_ldap port using the latest=20 > available version (1.6.1, Jan 9 2006). You can get it from: >=20 > http://noc.ntua.gr/~christia/auth_ldap-1.6.1-port.tar.gz >=20 > I have also added a patch that is required for the new version to=20 > function(?) properly. See: >=20 > http://www.rudedog.org/pipermail/auth_ldap/2006-January/001710.html Thanks, please submit a PR. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFwj3Wry0BWjoQKURAtCqAKCcdeVI386uP3zU9S5y9hAYfTt4EwCg6Kgj WPnpYUi6HLj/8JDZSrjwvvI= =Kp8J -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 18:38:23 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FCE16A423 for ; Tue, 14 Mar 2006 18:38:23 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C0BC743D58 for ; Tue, 14 Mar 2006 18:38:20 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 14 Mar 2006 18:38:17 -0000 Received: from p54A7EA76.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.234.118] by mail.gmx.net (mp037) with SMTP; 14 Mar 2006 19:38:17 +0100 X-Authenticated: #5465401 Message-ID: <44170D84.5050302@gmx.de> Date: Tue, 14 Mar 2006 19:37:56 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: Kris Kennaway References: <4416893B.5020202@gmx.de> <20060314170218.GB37864@xor.obsecurity.org> In-Reply-To: <20060314170218.GB37864@xor.obsecurity.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig673136D50E73B12EAF3568CA" X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: cvsup - TreeList failed: Network write failure: Connection closed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 18:38:23 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig673136D50E73B12EAF3568CA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable That would mean that ipw is broken. I never had such problems when I was using 5-stable with ipw from the ports. Kris Kennaway wrote: > On Tue, Mar 14, 2006 at 10:13:31AM +0100, [LoN]Kamikaze wrote: >> When using cvsup to update my sources over a wireless connection I oft= en >> get the error message: >> >> TreeList failed: Network write failure: Connection closed >> >> after a couple of seconds. This doesn't occur when I am connected >> through a cable ethernet device. >=20 > OK, this just means your system was unable to maintain the network > connection. >=20 > Kris --------------enig673136D50E73B12EAF3568CA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFw2MfMDIb41/+S0RAvJOAJ0QT7vMUgdBPTE4s1cvWYHDnvIDggCeLyEN eJ/b6U2weRGRgqdqFjq5NJA= =iqEJ -----END PGP SIGNATURE----- --------------enig673136D50E73B12EAF3568CA-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 18:39:37 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5325C16A427; Tue, 14 Mar 2006 18:39:37 +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 1505543D45; Tue, 14 Mar 2006 18:39:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 000D91A4DF3; Tue, 14 Mar 2006 10:39:36 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 56CF251A83; Tue, 14 Mar 2006 13:39:36 -0500 (EST) Date: Tue, 14 Mar 2006 13:39:36 -0500 From: Kris Kennaway To: "[LoN]Kamikaze" Message-ID: <20060314183936.GA40963@xor.obsecurity.org> References: <4416893B.5020202@gmx.de> <20060314170218.GB37864@xor.obsecurity.org> <44170D84.5050302@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <44170D84.5050302@gmx.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: cvsup - TreeList failed: Network write failure: Connection closed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 18:39:37 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 14, 2006 at 07:37:56PM +0100, [LoN]Kamikaze wrote: > That would mean that ipw is broken. I never had such problems when I was > using 5-stable with ipw from the ports. OK. Kris --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFw3nWry0BWjoQKURAhFkAJ0Uu4B4siu6urBvFpHPI+PrjtC+jACfTOsB H7WQ8AxmvJbtPRy8EVymCFU= =KD0z -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 19:01:06 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2234416A401 for ; Tue, 14 Mar 2006 19:01:06 +0000 (UTC) (envelope-from brettg@mail.gamedyne.com) Received: from mail.gamedyne.com (mail.gamedyne.com [66.228.200.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98F743D45 for ; Tue, 14 Mar 2006 19:01:05 +0000 (GMT) (envelope-from brettg@mail.gamedyne.com) Received: by mail.gamedyne.com (Postfix, from userid 1001) id 3067095842; Tue, 14 Mar 2006 12:58:45 -0800 (PST) Date: Tue, 14 Mar 2006 12:58:45 -0800 From: Brett Gianpetro To: ports@freebsd.org Message-ID: <20060314205845.GH10845@gamedyne.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: Mailman port not in pkg_info X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 19:01:06 -0000 Hello, I recently re-installed the mailman port version 2.1.7 and I ran into a few problems. The first time I installed the port things went smoothly and I didn't run into any issues. I had to do a 'make deinstall', though, because I needed to recompile using some different options. After the second build and a 'make reinstall' the port failed on the post-install target because the check_perms script was failing. I ran it by hand and it looked to be some innocuous error, so I just commented it out of the pkg-install script and put in some bogus command that would exit 0. That seemed to work, and everything else installed fine, but for some reason it doesn't show up in a 'pkg_info'. Does anyone know why this would be and how to fix it? Thanks, Brett Gianpetro From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 19:19:12 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0B116A420 for ; Tue, 14 Mar 2006 19:19:12 +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 829E043D49 for ; Tue, 14 Mar 2006 19:19:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6D5001A4DF7; Tue, 14 Mar 2006 11:19:11 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C9D8851A83; Tue, 14 Mar 2006 14:19:10 -0500 (EST) Date: Tue, 14 Mar 2006 14:19:10 -0500 From: Kris Kennaway To: Brett Gianpetro Message-ID: <20060314191910.GA41464@xor.obsecurity.org> References: <20060314205845.GH10845@gamedyne.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20060314205845.GH10845@gamedyne.com> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org Subject: Re: Mailman port not in pkg_info X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 19:19:12 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 12:58:45PM -0800, Brett Gianpetro wrote: > Hello, >=20 > I recently re-installed the mailman port version 2.1.7 and I ran into a f= ew > problems. The first time I installed the port things went smoothly and > I didn't run into any issues. I had to do a 'make deinstall', though, > because I needed to recompile using some different options. After the > second build and a 'make reinstall' the port failed on the post-install t= arget > because the check_perms script was failing. I ran it by hand and it look= ed > to be some innocuous error, so I just commented it out of the pkg-install= script > and put in some bogus command that would exit 0. That seemed to work, and > everything else installed fine, but for some reason it doesn't show up in= a > 'pkg_info'. Does anyone know why this would be and how to fix it? The package did not register installation completely because it was interrupted. You'll have to reinstall it to complete the operation. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFxcuWry0BWjoQKURAmYSAKDKpmaAPLYy4R+bp4fcpycCoTi0CwCgj+qP csk/91vqtr+7x4QoRgmSoUg= =DkmS -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 19:35:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A209D16A41F for ; Tue, 14 Mar 2006 19:35:48 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 95B6A43D5A for ; Tue, 14 Mar 2006 19:35:46 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 64134 invoked from network); 14 Mar 2006 19:35:44 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 14 Mar 2006 19:35:44 -0000 Message-ID: <44171B0F.9000504@FreeBSD.org> Date: Tue, 14 Mar 2006 20:35:43 +0100 From: Alex Dupre User-Agent: Thunderbird 1.5 (X11/20060301) MIME-Version: 1.0 To: Valerio daelli References: <27dbfc8c0603140322s694d8813n4e840fad18cb9ffc@mail.gmail.com> In-Reply-To: <27dbfc8c0603140322s694d8813n4e840fad18cb9ffc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Port of vqadmin looking for vpopmail in the wrong place X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 19:35:48 -0000 Valerio daelli wrote: > This port was looking for vpopmail in the wrong place: it searched > > ${LOCALBASE}/vpopmail/lib/libvpopmail.a > > while vpopmail now is in > > /usr/home/vpopmail/lib/libvpopmail.a vpopmail by default will install itself in ${PREFIX}/vpopmail, which in usual case means /usr/local/vpopmail. If you uncomment (or override) the PREFIX variable in the vpopmail makefile, then it will install into /home/vpopmail. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 19:42:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 783D316A420; Tue, 14 Mar 2006 19:42:06 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0692843D46; Tue, 14 Mar 2006 19:42:06 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJFPf-000IXc-PZ; Tue, 14 Mar 2006 14:42:36 -0500 Message-ID: <44171C88.2000709@vonostingroup.com> Date: Tue, 14 Mar 2006 14:42:00 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Alex Dupre References: <27dbfc8c0603140322s694d8813n4e840fad18cb9ffc@mail.gmail.com> <44171B0F.9000504@FreeBSD.org> In-Reply-To: <44171B0F.9000504@FreeBSD.org> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org, Valerio daelli Subject: Re: Port of vqadmin looking for vpopmail in the wrong place X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 19:42:06 -0000 Alex Dupre wrote: > Valerio daelli wrote: > >> This port was looking for vpopmail in the wrong place: it searched >> >> ${LOCALBASE}/vpopmail/lib/libvpopmail.a >> >> while vpopmail now is in >> >> /usr/home/vpopmail/lib/libvpopmail.a >> > > vpopmail by default will install itself in ${PREFIX}/vpopmail, which in > usual case means /usr/local/vpopmail. If you uncomment (or override) the > PREFIX variable in the vpopmail makefile, then it will install into > /home/vpopmail. > > -- > Alex Dupre > _______________________________________________ > 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" > Shouldn't the BUILD_DEPENDS and RUN_DEPENDS be looking in ${PREFIX}/vpopmail/lib/libvpopmail.a rather than ${LOCALBASE}/vpopmail/lib/libvpopmail.a? This seems like it would solve the issue. Otherwise one would have to hack the Makefile in order to get vqadmin to work with a non-standard PREFIX. __________________________________________________ Frank Laszlo System Administrator The VonOstin Group Email: laszlof@tvog.net WWW: http://www.vonostingroup.com Mobile: 248-863-7584 From owner-freebsd-ports@FreeBSD.ORG Tue Mar 14 19:55:15 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A843416A41F for ; Tue, 14 Mar 2006 19:55:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 800ED43D46 for ; Tue, 14 Mar 2006 19:55:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 64236 invoked from network); 14 Mar 2006 19:55:12 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 14 Mar 2006 19:55:12 -0000 Message-ID: <44171F9F.7020407@FreeBSD.org> Date: Tue, 14 Mar 2006 20:55:11 +0100 From: Alex Dupre User-Agent: Thunderbird 1.5 (X11/20060301) MIME-Version: 1.0 To: Frank Laszlo References: <27dbfc8c0603140322s694d8813n4e840fad18cb9ffc@mail.gmail.com> <44171B0F.9000504@FreeBSD.org> <44171C88.2000709@vonostingroup.com> In-Reply-To: <44171C88.2000709@vonostingroup.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, Valerio daelli Subject: Re: Port of vqadmin looking for vpopmail in the wrong place X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Mar 2006 19:55:15 -0000 Frank Laszlo wrote: > Shouldn't the BUILD_DEPENDS and RUN_DEPENDS be looking in > ${PREFIX}/vpopmail/lib/libvpopmail.a rather than > ${LOCALBASE}/vpopmail/lib/libvpopmail.a? No, LOCALBASE is the correct variable for searching for installed ports/files, PREFIX is only for current port. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 00:09:43 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A72116A420 for ; Wed, 15 Mar 2006 00:09:43 +0000 (UTC) (envelope-from distalzou@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDE043D4C for ; Wed, 15 Mar 2006 00:09:35 +0000 (GMT) (envelope-from distalzou@gmail.com) Received: by xproxy.gmail.com with SMTP id h31so1153520wxd for ; Tue, 14 Mar 2006 16:09:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QghgypvU2L1buUMH8SBNK1yn2aVeo4n/mMn0rWs2iufeWtwL2nyXe6+r6OWNPOb4vVczbpJfer+gfdHtYngtSmrhgIKGd3Lr70/naA9lO/gEsfD6F9rBxmqOrwu10W8Sy/1obz3qwPaoJuKgHG/KWBZ4MyxKFZOL3hOMrNE9t3Y= Received: by 10.70.61.4 with SMTP id j4mr5235508wxa; Tue, 14 Mar 2006 16:09:34 -0800 (PST) Received: by 10.70.117.15 with HTTP; Tue, 14 Mar 2006 16:09:34 -0800 (PST) Message-ID: <84b3b1200603141609jfe829b6s@mail.gmail.com> Date: Wed, 15 Mar 2006 09:09:34 +0900 From: "Tod McQuillin" Sender: distalzou@gmail.com To: "Yannick Daffaud" In-Reply-To: <000c01c64772$855cc090$0201a8c0@home> MIME-Version: 1.0 References: <000c01c64772$855cc090$0201a8c0@home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: naddy@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: gtar-1.15.1_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tod McQuillin List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 00:09:43 -0000 On 14/03/06, Yannick Daffaud wrote: > > > Got a problem with FreeBSD 4.11 STABLE and gtar - can't build the last > version of the port. > xheader.c: In function `sparse_numblocks_decoder': > xheader.c:991: `SIZE_MAX' undeclared (first use in this function) > > xheader.c:991: (Each undeclared identifier is reported only once > > xheader.c:991: for each function it appears in.) > > xheader.c: In function `sparse_numbytes_decoder': > > xheader.c:1033: `SIZE_MAX' undeclared (first use in this function) > > *** Error code 1 I submitted a patch for this in http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94084 -- Tod McQuillin From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 00:24:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB52116A41F for ; Wed, 15 Mar 2006 00:24:27 +0000 (UTC) (envelope-from yannick.daffaud@wanadoo.fr) Received: from smtp9.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E5143D48 for ; Wed, 15 Mar 2006 00:24:26 +0000 (GMT) (envelope-from yannick.daffaud@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0904.wanadoo.fr (SMTP Server) with ESMTP id AE2BE240018B for ; Wed, 15 Mar 2006 01:24:25 +0100 (CET) Received: from home (AClermont-Ferrand-157-1-123-134.w86-216.abo.wanadoo.fr [86.216.138.134]) by mwinf0904.wanadoo.fr (SMTP Server) with ESMTP id 52BC72400185; Wed, 15 Mar 2006 01:24:25 +0100 (CET) X-ME-UUID: 20060315002425339.52BC72400185@mwinf0904.wanadoo.fr From: "Yannick Daffaud" To: "'Tod McQuillin'" Date: Wed, 15 Mar 2006 01:24:25 +0100 Message-ID: <004b01c647c6$d0d7ad10$0201a8c0@home> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 In-Reply-To: <84b3b1200603141609jfe829b6s@mail.gmail.com> Thread-Index: AcZHxL5jAaLPxsbkQmqIb0Kvf/9KDgAAc05Q Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: naddy@freebsd.org, ports@freebsd.org Subject: RE: FreeBSD Port: gtar-1.15.1_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, 15 Mar 2006 00:24:27 -0000 Right, Naddy has already told me about your patch. =20 Thanks so much, Yannick =20 _____ =20 De : distalzou@gmail.com [mailto:distalzou@gmail.com] De la part de Tod McQuillin Envoy=E9 : Wednesday, March 15, 2006 1:10 AM =C0 : Yannick Daffaud Cc : naddy@freebsd.org; ports@freebsd.org Objet : Re: FreeBSD Port: gtar-1.15.1_2 =20 =20 On 14/03/06, Yannick Daffaud wrote: Got a problem with FreeBSD 4.11 STABLE and gtar - can't build the last version of the port.=20 xheader.c: In function `sparse_numblocks_decoder': xheader.c:991: `SIZE_MAX' undeclared (first use in this function) xheader.c:991: (Each undeclared identifier is reported only once xheader.c:991: for each function it appears in.)=20 xheader.c: In function `sparse_numbytes_decoder': xheader.c:1033: `SIZE_MAX' undeclared (first use in this function) *** Error code 1 I submitted a patch for this in http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94084 --=20 Tod McQuillin From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 01:19:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A76CD16A533 for ; Wed, 15 Mar 2006 01:19:30 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F9C43D45 for ; Wed, 15 Mar 2006 01:19:29 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060315011929.DBSN3381.mta13.adelphia.net@default.chvlva.adelphia.net> for ; Tue, 14 Mar 2006 20:19:29 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id C8474B661; Tue, 14 Mar 2006 19:23:26 -0500 (EST) Date: Tue, 14 Mar 2006 19:23:26 -0500 From: Parv To: f-ports Message-ID: <20060315002326.GA6602@holestein.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: xpuzzletama - unusally fast at starting levels X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 01:19:30 -0000 I just played xpuzzletama after a long while (on FreeBSD 6, Intel Pentium M, 1.6GHz). In past i played on FreeBSD [45], Intel Pentium III (i think), 600-700 MHz. Today i felt that the game was running unusually fast. Is it due some clock setting of FreeBSD or due to change in xpuzzletama itself? Or, am i just out of practice? - Parv -- From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 01:23:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E53316A420 for ; Wed, 15 Mar 2006 01:23:09 +0000 (UTC) (envelope-from dsymonds@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0274043D45 for ; Wed, 15 Mar 2006 01:23:08 +0000 (GMT) (envelope-from dsymonds@gmail.com) Received: by pproxy.gmail.com with SMTP id s49so1188639pyc for ; Tue, 14 Mar 2006 17:23:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rJizyt7rq3rCSfqAd600uYbu+2FFmzHUJRCJDyabp3cOgGfw1o6UiT7SDmUjg91kc48bp0PN2PrbRE6wN2xoxmxHFzIXU5Prt6rPGbtrDXQpno4CYed7vWwuO0IRogO3wpfGxP96U9IGAONmRs6y+hJvB/2DmF5tRl/trX2lPMI= Received: by 10.35.96.11 with SMTP id y11mr775862pyl; Tue, 14 Mar 2006 17:23:08 -0800 (PST) Received: by 10.35.114.5 with HTTP; Tue, 14 Mar 2006 17:23:08 -0800 (PST) Message-ID: Date: Wed, 15 Mar 2006 12:23:08 +1100 From: "Dave Symonds" To: freebsd-ports@freebsd.org In-Reply-To: <20060315002326.GA6602@holestein.holy.cow> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060315002326.GA6602@holestein.holy.cow> Cc: parv@pair.com Subject: Re: xpuzzletama - unusally fast at starting levels X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 01:23:09 -0000 On 3/15/06, Parv wrote: > I just played xpuzzletama after a long while (on FreeBSD 6, Intel > Pentium M, 1.6GHz). In past i played on FreeBSD [45], Intel > Pentium III (i think), 600-700 MHz. > > Today i felt that the game was running unusually fast. Is it due > some clock setting of FreeBSD or due to change in xpuzzletama > itself? Or, am i just out of practice? It's because the FreeBSD developers did such a good job with version 6; everything just runs faster! Dave. (no, I'm just kidding - I have no idea) From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 03:13:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3450116A422 for ; Wed, 15 Mar 2006 03:13:12 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BCD43D46 for ; Wed, 15 Mar 2006 03:13:11 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id EA55762C912; Tue, 14 Mar 2006 23:13:09 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 77793-04; Tue, 14 Mar 2006 23:13:09 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 894DF62C7DF; Tue, 14 Mar 2006 23:13:09 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 8EFDE4848F; Tue, 14 Mar 2006 23:13:14 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 8DAAC47E87; Tue, 14 Mar 2006 23:13:14 -0400 (AST) Date: Tue, 14 Mar 2006 23:13:14 -0400 (AST) From: "Marc G. Fournier" To: Kensaku Masuda Message-ID: <20060314231047.F1178@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-ports@freebsd.org Subject: problem with apache-jserv build/install ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 03:13:12 -0000 # make ===> Building for apache-jserv-1.1.2_2 Making all in src gmake[1]: Entering directory `/home/ports/usr/ports/www/apache-jserv/work/ApacheJServ-1.1.2/src' Making all in c gmake[2]: Entering directory `/home/ports/usr/ports/www/apache-jserv/work/ApacheJServ-1.1.2/src/c' libtool --mode=compile cc -DPACKAGE=\"ApacheJServ\" -DVERSION=\"1.1.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_HTTPD_H=1 -DHAVE_HTTP_CONFIG_H=1 -DHAVE_HTTP_CORE_H=1 -DHAVE_HTTP_LOG_H=1 -DHAVE_HTTP_MAIN_H=1 -DHAVE_HTTP_PROTOCOL_H=1 -DHAVE_UTIL_SCRIPT_H=1 -DHAVE_UTIL_MD5_H=1 -DHAVE_OS_INLINE_C=1 -I. -I. -I/usr/local/include/apache -O -mcpu=pentium -pipe -DEAPI -c mod_jserv.c gmake[2]: libtool: Command not found gmake[2]: *** [mod_jserv.lo] Error 127 gmake[2]: Leaving directory `/home/ports/usr/ports/www/apache-jserv/work/ApacheJServ-1.1.2/src/c' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/ports/usr/ports/www/apache-jserv/work/ApacheJServ-1.1.2/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/apache-jserv. I have libtool installed though: # ls -lt /usr/local/bin/libtool* -r-xr-xr-x 1 root wheel 216448 Jan 18 05:34 /usr/local/bin/libtool15 -r-xr-xr-x 1 root wheel 10784 Jan 18 05:34 /usr/local/bin/libtoolize15 ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 03:21:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFC316A400 for ; Wed, 15 Mar 2006 03:21:29 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3981943D49 for ; Wed, 15 Mar 2006 03:21:29 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 2226A62C850; Tue, 14 Mar 2006 23:21:29 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 79752-02; Tue, 14 Mar 2006 23:21:28 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id B168962C7DF; Tue, 14 Mar 2006 23:21:28 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 7A61F4A95A; Tue, 14 Mar 2006 23:21:33 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 761DB4A93C; Tue, 14 Mar 2006 23:21:33 -0400 (AST) Date: Tue, 14 Mar 2006 23:21:33 -0400 (AST) From: "Marc G. Fournier" To: Kensaku Masuda Message-ID: <20060314232026.N1178@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-ports@freebsd.org Subject: apache-jserv doesn't work with with jdk1.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: Wed, 15 Mar 2006 03:21:29 -0000 After creating a symlink from libtool15 -> libtool, it builds until it hits the following: Compiling JServ.java ... JServ.java:390: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower to use 'enum' as an identifier) Enumeration enum = servletManagerTable.elements(); ^ JServ.java:391: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower to use 'enum' as an identifier) while (enum.hasMoreElements()) { ^ JServ.java:393: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower to use 'enum' as an identifier) (JServServletManager) enum.nextElement(); ^ 3 errors ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 04:46:59 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAEF316A400; Wed, 15 Mar 2006 04:46:59 +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 663B743D49; Wed, 15 Mar 2006 04:46:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3FBAC1A4E10; Tue, 14 Mar 2006 20:46:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A225E513B3; Tue, 14 Mar 2006 23:46:58 -0500 (EST) Date: Tue, 14 Mar 2006 23:46:58 -0500 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20060315044658.GA49228@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: HEADS UP: Ports unfrozen X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 04:47:00 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks for your hard work during the freeze; we got a lot of good fixes in, and the release package sets are looking good! We're now in the usual 'partial thaw' until the releases (5.5 & 6.1) go out, so as usual the rule is: no large or sweeping commits without portmgr approval. If in doubt, ask us. Kris P.S. I know you're all eager to get all those pent-up commits out of your system, but try not to let your excitement overwhelm your testing :-) --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEF5xCWry0BWjoQKURArMkAJ49KjkTKeJN5PhsmgOS8hZxScIjDACgyoRy X6lzCqXNm5pqV4gl2jLlWo0= =2LnZ -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 05:17:32 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C123516A400 for ; Wed, 15 Mar 2006 05:17:32 +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 8B94043D45 for ; Wed, 15 Mar 2006 05:17:32 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 33C025308; Tue, 14 Mar 2006 23:17:32 -0600 (CST) Date: Tue, 14 Mar 2006 23:17:32 -0600 To: Kris Kennaway Message-ID: <20060315051732.GC14516@soaustin.net> References: <20060315044658.GA49228@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060315044658.GA49228@xor.obsecurity.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@FreeBSD.org Subject: Re: HEADS UP: Ports unfrozen X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 05:17:32 -0000 On Tue, Mar 14, 2006 at 11:46:58PM -0500, Kris Kennaway wrote: > We're now in the usual 'partial thaw' until the releases (5.5 & 6.1) > go out, so as usual the rule is: no large or sweeping commits without > portmgr approval. If in doubt, ask us. We have tried to document "sweeping commits" in the following document: http://www.freebsd.org/portmgr/implementation.html#sweeping_changes The default rule is "this change affects multiple packages." mcl From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 05:57:09 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1604716A41F for ; Wed, 15 Mar 2006 05:57:09 +0000 (UTC) (envelope-from security@yourdot-mail.com) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [66.246.218.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B917A43D49 for ; Wed, 15 Mar 2006 05:57:08 +0000 (GMT) (envelope-from security@yourdot-mail.com) Received: from 55-185.dial.nortenet.pt ([212.13.55.185]:34921 helo=[192.168.1.11]) by jupiter.nswebhost.com with esmtpa (Exim 4.52) id 1FJOyT-00074G-K1 for ports@FreeBSD.org; Wed, 15 Mar 2006 00:55:09 -0500 Message-ID: <4417ACB5.1060700@yourdot-mail.com> Date: Wed, 15 Mar 2006 05:57:09 +0000 From: "Carlos Silva, yourdot-internet.com" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - yourdot-mail.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Error in mysql5? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 05:57:09 -0000 Hi, I've just maked a fresh port install from mysql5-server and run mysql_install_db and next: osiris# /usr/local/bin/mysqladmin -u root password nx3v2g1 /usr/local/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' but, i have this error, why?! someone know how to solve this? -- Best Regards, Carlos Silva, YourDOT Web: http://www.yourdot-services.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 06:38:52 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC15116A425; Wed, 15 Mar 2006 06:38:52 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CE543D49; Wed, 15 Mar 2006 06:38:52 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout16/MantshX 4.0) with ESMTP id k2F6cphN027997; Tue, 14 Mar 2006 22:38:51 -0800 (PST) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k2F6ckG0001178; Tue, 14 Mar 2006 22:38:50 -0800 (PST) Date: Wed, 15 Mar 2006 15:38:43 +0900 (JST) Message-Id: <20060315.153843.35021999.chat95@mac.com> To: edulsa@mkem.uu.se From: NAKATA Maho In-Reply-To: <4416989F.50207@mkem.uu.se> References: <4416989F.50207@mkem.uu.se> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: maho@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: ifc-8.1.031 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 06:38:53 -0000 In Message-ID: <4416989F.50207@mkem.uu.se> Eduardo Lemos de Sa wrote: > How are you? I hope you are fine. sorry for bit late... > /usr/local/intel_fc_80/bin/ifc -c test.f90 this should be fixed, but please invoke by ifort, now it is the default. thanks, -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 07:21:58 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6DF16A401 for ; Wed, 15 Mar 2006 07:21:58 +0000 (UTC) (envelope-from spamrefuse@yahoo.com) Received: from web33309.mail.mud.yahoo.com (web33309.mail.mud.yahoo.com [68.142.206.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B0A243D46 for ; Wed, 15 Mar 2006 07:21:58 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 69251 invoked by uid 60001); 15 Mar 2006 07:21:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=eKQesIyA3udKdeELsx41k6yweU7e8izqoMYabYD4FGhik5GMtHvKJvXd7MCXxD4CcCggWvqCsXTgCJf9ANRG6FWkeq76o+HfTwkOB9gAEDNUE+FZVV1veb1SfbbHIg+XIFBNj1Vsc7fUIatnsiwlAPE1b/nax5ncYMirkTXs41s= ; Message-ID: <20060315072158.69249.qmail@web33309.mail.mud.yahoo.com> Received: from [203.252.62.40] by web33309.mail.mud.yahoo.com via HTTP; Tue, 14 Mar 2006 23:21:57 PST Date: Tue, 14 Mar 2006 23:21:57 -0800 (PST) From: Rob To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: opendx "make install" fails: typo in 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: Wed, 15 Mar 2006 07:21:59 -0000 Hi, The Makefile in /usr/ports/graphics/opendx has these lines at different linenumbers: 62:DIR2PRUNE= dx/java/user dx/java/server/nets 91:${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} 99:${RMDIR} ${DIR2PRUNE:S|^|${PREFIX}/} Are these lines correct? The error below has a message about "| missing". The result seems to depend on whether "WITHOUT_JAVA" is defined or not. I myself use "WITHOUT_JAVA=YES". The "make" of opendx is alright, however the "make install" fails with: # make install [...snip...] gmake[1]: Leaving directory `/usr/ports/graphics/opendx/work/dx-4.4.0' Unclosed substitution for DIR2PRUNE (| missing) *** Error code 2 Stop in /usr/ports/graphics/opendx. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall14079.0 make reinstall ** Fix the installation problem and try again. ---- Ideas how to fix this? Regards, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 10:07:02 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCFE516A422; Wed, 15 Mar 2006 10:07:02 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FD543D46; Wed, 15 Mar 2006 10:07:02 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 1425BB857; Wed, 15 Mar 2006 12:07:01 +0200 (EET) Received: (nullmailer pid 49839 invoked by uid 1002); Wed, 15 Mar 2006 10:07:01 -0000 Date: Wed, 15 Mar 2006 12:07:00 +0200 From: Vasil Dimov To: Rob Message-ID: <20060315100700.GA49800@qlovarnika.bg.datamax> References: <20060315072158.69249.qmail@web33309.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <20060315072158.69249.qmail@web33309.mail.mud.yahoo.com> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org Subject: Re: opendx "make install" fails: typo in Makefile ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:07:02 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 11:21:57PM -0800, Rob wrote: >=20 > Hi, >=20 > The Makefile in /usr/ports/graphics/opendx has > these lines at different linenumbers: >=20 > 62:DIR2PRUNE=3D dx/java/user dx/java/server/nets > 91:${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} > 99:${RMDIR} ${DIR2PRUNE:S|^|${PREFIX}/} >=20 > Are these lines correct? The error below has a > message about "| missing". >=20 > The result seems to depend on whether "WITHOUT_JAVA" > is defined or not. I myself use "WITHOUT_JAVA=3DYES". >=20 > The "make" of opendx is alright, however the > "make install" fails with: >=20 > # make install > [...snip...] > gmake[1]: Leaving directory > `/usr/ports/graphics/opendx/work/dx-4.4.0' > Unclosed substitution for DIR2PRUNE (| missing) > *** Error code 2 >=20 > Stop in /usr/ports/graphics/opendx. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall14079.0 make reinstall > ** Fix the installation problem and try again. >=20 >=20 > ---- >=20 > Ideas how to fix this? >=20 Syntactically speaking ${DIR2PRUNE:S|^|${PREFIX}/} is wrong and should be ${DIR2PRUNE:S|^|${PREFIX}/|}, but in this exact case the rmdir command is not necessary at all. I just committed a fix, thanks for spotting this! --=20 Vasil Dimov --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEF+dEFw6SP/bBpCARAjgCAJ9ljKYMHPK+kuQnrQ/yhLOiFtYHwACgl2Xp lwzEzoDdrRar+17Q529Qg5M= =zEC7 -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 13:33:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F8F316A426 for ; Wed, 15 Mar 2006 13:33:04 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A51D543D46 for ; Wed, 15 Mar 2006 13:33:01 +0000 (GMT) (envelope-from attos.janus@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so121855nza for ; Wed, 15 Mar 2006 05:33:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZQn7sz37NuGkBe74zrSTwWtOoDmq3tBhK38jB2gFURImIl/MdX3VDCiqEiet2Iptni6Ju+76YJa1/3xI9yvFtFvYMF4bTPQBD8rXcWFkg+lFowCGgSwvMp0VKTfQE4fevfBNgM9N9OsuaSznWLJZoJm409LsEY0bgZiDbryfymc= Received: by 10.65.210.8 with SMTP id m8mr296569qbq; Wed, 15 Mar 2006 05:33:00 -0800 (PST) Received: by 10.64.150.12 with HTTP; Wed, 15 Mar 2006 05:33:00 -0800 (PST) Message-ID: <5297d6fd0603150533r43dda747k6039ef2a7060175@mail.gmail.com> Date: Wed, 15 Mar 2006 08:33:00 -0500 From: Attos To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Portupgrade fails after buildworld X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 13:33:04 -0000 Hi, I'm sure this has been discussed before but I haven't find the source. I recently upgraded a machine from 5.4 to 6.0. Everything went OK until I cvsup'ed the ports collection and ran portupgrade. Some of the ports failed. I recall that this is a problem related to the ports collection and the kernel being out of sync. How do I fix it? -- Attos Janus From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 13:51:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4A716A422 for ; Wed, 15 Mar 2006 13:51:43 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1100643D48 for ; Wed, 15 Mar 2006 13:51:42 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-92.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.197.92]) by smtp01.mrf.mail.rcn.net with ESMTP; 15 Mar 2006 08:51:42 -0500 X-IronPort-AV: i="4.02,194,1139202000"; d="scan'208"; a="179916553:sNHT84426740" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17432.7122.445235.895450@jerusalem.litteratus.org> Date: Wed, 15 Mar 2006 08:51:14 -0500 To: freebsd-ports In-Reply-To: <5297d6fd0603150533r43dda747k6039ef2a7060175@mail.gmail.com> References: <5297d6fd0603150533r43dda747k6039ef2a7060175@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Portupgrade fails after buildworld X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 13:51:43 -0000 Attos writes: > I'm sure this has been discussed before but I haven't find the > source. I recently upgraded a machine from 5.4 to > 6.0. Everything went OK until I cvsup'ed the ports collection and > ran portupgrade. Some of the ports failed. I recall that this is > a problem related to the ports collection and the kernel being > out of sync. How do I fix it? Start by showing us the error messages. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 17:16:01 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7301216A424 for ; Wed, 15 Mar 2006 17:16:01 +0000 (UTC) (envelope-from matt@retroweb.net) Received: from rubix.retroweb.net (rubix.retroweb.net [70.84.107.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id C926B43D4C for ; Wed, 15 Mar 2006 17:16:00 +0000 (GMT) (envelope-from matt@retroweb.net) Received: from localhost ([127.0.0.1] helo=[0.0.0.0]) by rubix.retroweb.net with esmtpa (Exim 4.51) id 1FJZdr-000Hxb-9d for ports@freebsd.org; Wed, 15 Mar 2006 17:18:35 +0000 Message-ID: <44184BC5.9030802@retroweb.net> Date: Wed, 15 Mar 2006 17:15:49 +0000 From: "Matt Bostock :: RetroWeb.net Owner" Organization: RetroWeb.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: No viruses detected. Please always use anti-virus software on your own PC. Cc: Subject: Fwd: Portsdb problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@retroweb.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 17:16:01 -0000 Hello, I'm experiencing difficulties when trying to run "portsdb -Uu" on this box: FreeBSD rubix.retroweb.net 5.3-RELEASE-p23 FreeBSD 5.3-RELEASE-p23 #9: Tue Oct 11 15:31:32 UTC 2005 root@rubix.retroweb.net:/usr/obj/usr/src/sys/RETROWEB i386 The error is shown below. Any suggestions would be very gratefully appreciated, many thanks for your time. Best regards, Matt Bostock ------------------------------------------------------------ RetroWeb.net Owner matt@retroweb.net www.retroweb.net Good value never goes out of style. ------------------------------------------------------------ -------- Original Message -------- Date: Wed, 15 Mar 2006 17:09:22 +0000 From: RetroWeb.net Server Administration Team To: matt@retroweb.net Script started on Tue Mar 14 23:26:37 2006 [root@rubix ports]portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/ports/security/samhain-server/../../security/samhain/Makefile", line 106: Unassociated shell command "@${ECHO_MSG}" "/usr/ports/security/samhain-server/../../security/samhain/Makefile", line 107: Unassociated shell command "@${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem"" "/usr/ports/security/samhain-server/../../security/samhain/Makefile", line 108: Unassociated shell command "@${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit"" "/usr/ports/security/samhain-server/../../security/samhain/Makefile", line 109: Unassociated shell command "@${ECHO_MSG} "Control-C and restart the build as root."" "/usr/ports/security/samhain-server/../../security/samhain/Makefile", line 110: Unassociated shell command "@${ECHO_MSG}" make: fatal errors encountered -- cannot continue ===> security/samhain-server failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error [root@rubix ports]exit exit Script done on Wed Mar 15 14:59:23 2006 From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 17:20:54 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFAB16A401 for ; Wed, 15 Mar 2006 17:20:54 +0000 (UTC) (envelope-from bpicinbono@worldonline.fr) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF8043D60 for ; Wed, 15 Mar 2006 17:20:51 +0000 (GMT) (envelope-from bpicinbono@worldonline.fr) Received: from [192.168.0.69] (min31-1-82-66-71-9.fbx.proxad.net [82.66.71.9]) by smtp2-g19.free.fr (Postfix) with ESMTP id 32A8673290 for ; Wed, 15 Mar 2006 18:20:50 +0100 (CET) From: blaise To: freebsd-ports@freebsd.org Date: Wed, 15 Mar 2006 18:22:22 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603151822.22131.bpicinbono@worldonline.fr> Subject: Re: FreeBSD Port: mapserver-4.4.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, 15 Mar 2006 17:20:54 -0000 Hi I'm quite new on freebsd. I'm trying to setup a freebsd web server with php_mapscript running. With freebsd 6.0, I installed with ports mapserver-4.4.1 (with apache13). It gives a mapserver cgi that is working ok, but no php_mapscript.so extension. I wanted to have the last mapserver version : 4.8.1 with php_mapscript, this is how I build it : 1/---- set php as a cgi ----- - Install (with ports) /usr/ports/www/php4-cgi - Copy /usr/local/bin/php to /usr/loca/www/cgi-bin directory - append these two lignes at the end of httpd.conf AddType application/x-httpd-php-cgi .php .php4 .phtml Action application/x-httpd-php-cgi /cgi-bin/php - restart apache and check in the phpinfo page that "Server API = CGI" 2/---- build mapserver (from sources)---- - ./configure --with-freetype --with-gd=/usr/local --enable-runpath --with-php=/usr/local/include/php - gmake (and not make ... ;) ) - it creates the php_mapscript.so in mapscript/php3/ - copy this file to the php extensions directory (in my case : /usr/local/lib/php/20020429 ) - update php.ini (in /usr/local/etc) to for the extension directory : extension_dir = "/usr/local/lib/php/20020429/" 3/---- test ---- restart apache and try this phpinfo_mapserver.php page : If the extension loads fine, you should have php_mapscript description listed in the page. Then enjoy the gmap demo... I had trouble with the "make" command to build mapserver. It worked to build a basic mapserver (cgi), but failed building php_mapscript, confused about locating php.h and more. In this mapserver-users list thread : http://lists.gis.umn.edu/pipermail/mapserver-users/2003-September/006800.html I found the trick about building with "gmake" instead of "make". I am not familiar with that, if somebody could explain the differences between the two methods. Hope it'll help Blaise > I'll give it a shot. Has anybody worked with Mathlab? > > Benjamin Thelen wrote: > Hi, > According to the user list, UMN-MapServer 4.8 is expected to be released > this week. Maybe it is an idea to spend time and work to 4.8? > Ben > > Sam Lawrance schrieb: > [mapserver maintainer CC'ed] > > On 15/01/2006, at 11:34 PM, Mike Sacauskis wrote: > Hi > I was able to get mapserver-4.6.2 to build from source. I first > built /usr/lang/php4 without installing it. > > I ran the ./configure --with-zlib=/usr/local/ --with-png=/usr/local/ > --with-jpeg=/usr/local/ --with-xpm=/usr/local/ > --with-libiconv=/usr/local/ --with-gd=/usr/local/ > --with-php=/usr/ports/lang/php4/work/php-4.4.1/ > --with-php-regex-dir=/usr/ports/lang/php4/work/php-4.4.1/regex > --with-freetype=/usr/local > > I then had to hack the /mapserver-4.6.2/mapscript/php3/Makefile > > CFLAGS = -O2 -fPIC -Wall $(PHP_INC) -DUSE_PHP_REGEX -DCOMPILE_DL=1 > -DPHP4 > PHP_INC = -I$(PHP_SRC_DIR) -I$(PHP_SRC_DIR)/dl -I$(PHP_SRC_DIR)/main \ > -I$(PHP_SRC_DIR)Zend -I$(PHP_SRC_DIR)/include \ > -I$(PHP_SRC_DIR)/TSRM -I/usr/home/devel/mapserver-4.6.2 \ > -I/usr/local/include > > That's great. Perhaps you could have a go at updating the port? Let me know > > if you need some help. > > Check out the Porter's Handbook if it's you need more information. From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 18:25:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B2916A449 for ; Wed, 15 Mar 2006 18:25:06 +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 8254443D49 for ; Wed, 15 Mar 2006 18:25:05 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6B5491A4E46; Wed, 15 Mar 2006 10:25:05 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF8B1515BE; Wed, 15 Mar 2006 13:25:04 -0500 (EST) Date: Wed, 15 Mar 2006 13:25:04 -0500 From: Kris Kennaway To: Attos Message-ID: <20060315182504.GA85248@xor.obsecurity.org> References: <5297d6fd0603150533r43dda747k6039ef2a7060175@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <5297d6fd0603150533r43dda747k6039ef2a7060175@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports Subject: Re: Portupgrade fails after buildworld X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 18:25:06 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 15, 2006 at 08:33:00AM -0500, Attos wrote: > Hi, > I'm sure this has been discussed before but I haven't find the source. > I recently upgraded a machine from 5.4 to 6.0. Everything went OK > until I cvsup'ed the ports collection and ran portupgrade. Some of the > ports failed. I recall that this is a problem related to the ports > collection and the kernel being out of sync. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Not likely, FYI. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGFwAWry0BWjoQKURAkI2AKCc+3s1nsBDGGRLUk6DGWt1WE4xWgCgo9qv 3d0FYuAMkClSw1AVsig+QDk= =oJfC -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 18:45:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3AC316A41F for ; Wed, 15 Mar 2006 18:45:05 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A1C43D48 for ; Wed, 15 Mar 2006 18:45:05 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so129752wxc for ; Wed, 15 Mar 2006 10:45:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=byih/jFzp026TgYTK3AZGQNu3JvwiayvklUXIR7DedMHhMCP+sciLbroXQsw2o7DajDfq6trPLKbwKzFdka8gOUh5MOChhRWpIncGJUAGyNYMo2OIPUUSs07eqLxtNytlZEwV4Sa+qs7klGhOMQ7W6mcG3BrpHMSZsoACKYXCwE= Received: by 10.70.118.14 with SMTP id q14mr998223wxc; Wed, 15 Mar 2006 10:45:04 -0800 (PST) Received: by 10.70.27.2 with HTTP; Wed, 15 Mar 2006 10:45:04 -0800 (PST) Message-ID: <790a9fff0603151045p4cd0c128oa428368f08182784@mail.gmail.com> Date: Wed, 15 Mar 2006 12:45:04 -0600 From: "Scot Hetzel" To: blaise In-Reply-To: <200603151822.22131.bpicinbono@worldonline.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603151822.22131.bpicinbono@worldonline.fr> Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: mapserver-4.4.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, 15 Mar 2006 18:45:06 -0000 > I had trouble with the "make" command to build mapserver. It worked to bu= ild a > basic mapserver (cgi), but failed building php_mapscript, confused about > locating php.h and more. In this mapserver-users list thread : > http://lists.gis.umn.edu/pipermail/mapserver-users/2003-September/006800.= html > I found the trick about building with "gmake" instead of "make". I am not > familiar with that, if somebody could explain the differences between the= two > methods. > Hope it'll help FreeBSD's make is actually 'bmake'. While most of the syntax between bmake and gmake are similar, gmake uses an extended syntax that is not compatible with bmake. This is most likely what caused the build to fail with bmake. Scot From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 20:44:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71F016A423 for ; Wed, 15 Mar 2006 20:44:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47FB43D64 for ; Wed, 15 Mar 2006 20:44:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 02E9522B40 for ; Wed, 15 Mar 2006 21:44:48 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id D359722B01 for ; Wed, 15 Mar 2006 21:44:45 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20060315204445.D359722B01@mail.droso.net> Date: Wed, 15 Mar 2006 21:44:45 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:44:51 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/festival+OGI broken because: Touches filesystem prior to make install build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/festival+OGI-1.4.1_1.log (Jan 29 02:16:46 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=festival%2BOGI portname: audio/opmixer broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/opmixer-0.70_5.log (Mar 12 22:04:48 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=opmixer portname: audio/spiralloops broken because: Does not compile (bad C++ code) build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/spiralloops-2.0.0.log (Mar 12 21:58:53 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=spiralloops portname: biology/xdrawchem broken because: Configure fails build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2006012302/xdrawchem-1.7.8_1.log (Jan 26 11:24:28 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=biology&portname=xdrawchem portname: cad/xcircuit broken because: Incorrect pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/xcircuit-3.4.16,1.log (Mar 12 21:53:14 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/xcircuit-3.4.11,1.log (Feb 22 04:13:44 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006012902/xcircuit-3.4.16,1.log (Mar 4 07:52:35 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=xcircuit portname: chinese/gbfs broken because: fails to patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=gbfs portname: databases/clip broken because: Incomplete pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/clip-1.1.14.1_4.log (Mar 13 01:32:40 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=clip portname: databases/p5-GDBM broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/p5-GDBM-1.00.log (Mar 15 01:21:42 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/p5-GDBM-1.00.log (Mar 12 21:25:44 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-GDBM portname: devel/clint broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/clint-0.1.2_3.log (Mar 14 23:46:22 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/clint-0.1.2_3.log (Mar 12 21:26:07 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=clint portname: devel/ixlib broken because: Does not compile on !i386 or on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/ixlib-0.96.2_3.log (Mar 7 21:55:21 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ixlib portname: devel/libsigcx broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/libsigcx-0.6.4_5.log (Mar 7 23:10:54 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libsigcx portname: devel/looks broken because: Unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006012902/looks-1.3.2.log (Mar 4 07:55:44 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=looks portname: devel/ocaml-camomile broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/ocaml-camomile-0.5.3.log (Mar 7 23:04:05 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ocaml-camomile portname: devel/ruby-textbuf broken because: Inconsistent dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/ruby16-textbuf-0.3.8_1.log (Mar 14 23:31:45 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/ruby16-textbuf-0.3.8_1.log (Jan 29 02:11:40 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-textbuf portname: emulators/linux_base-debian broken because: Does not build reliably build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/linux_base-debian-3.0.23_1.log (Nov 29 04:57:08 GMT 2005) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/linux_base-debian-3.0.23_1.log (Mar 7 21:59:32 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-debian portname: emulators/linux_base-gentoo-stage1 broken because: Incorrect pkg-plist build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.7.2005100603/linux_base-gentoo-stage1-2005.0.log (Jan 5 19:50:17 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/linux_base-gentoo-stage1-2005.0.log (Jan 11 13:30:31 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-gentoo-stage1 portname: emulators/twin broken because: Coredump during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=twin portname: games/hlserver-glbwar broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-glbwar portname: games/hlserver-ns broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ns portname: games/hlserver-si broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-si portname: games/hlserver-ts broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-ts portname: games/hlserver-wasteland broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wasteland portname: games/hlserver-wizwars broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlserver-wizwars portname: games/nil broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/nil-000928_2.log (Mar 12 22:12:33 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=nil portname: graphics/mesa-demos broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/mesa-demos-6.4.1.log (Mar 15 01:27:00 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2006012302/mesa-demos-6.4.1.log (Jan 25 22:04:51 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=mesa-demos portname: graphics/nurbs++ broken because: Does not compile with gcc 3.4.2 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/nurbs++-3.0.11_1.log (Mar 14 23:33:12 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/nurbs++-3.0.11_1.log (Mar 12 21:20:48 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=nurbs%2B%2B portname: graphics/opendx-samples broken because: Changes permissions on installed file usr/local/dx/java/server/nets build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=opendx-samples portname: graphics/qtutils broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/qtutils-0.0.6_4.log (Feb 22 07:25:50 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=qtutils portname: graphics/teddy broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/teddy-1.81.5.log (Mar 12 22:14:46 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=teddy portname: japanese/edict-utf-8 broken because: Size mismatch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/ja-edict-utf-8-20050310_1.log (Mar 14 23:36:40 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/ja-edict-utf-8-20050310_1.log (Mar 7 21:52:44 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=edict-utf-8 portname: japanese/gnomelibs broken because: Does not compile on FreeBSD 700002 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/ja-gnomelibs-1.4.2_4.log (Mar 7 22:51:59 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=gnomelibs portname: java/janosvm broken because: Fails to link build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/janosvm-0.6.0_2.log (Mar 7 22:34:28 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=janosvm portname: java/jboss2 broken because: Broken by www/jakarta-tomcat4/files/startup.sh removal build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jboss2 portname: lang/Sather broken because: Does not compile on FreeBSD 700002 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/sather-1.2.1_2.log (Mar 12 21:49:28 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/egcs broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=egcs portname: lang/gcc30 broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gcc30 portname: lang/glibstdc++28 broken because: Does not compile (bad C++ code) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=glibstdc%2B%2B28 portname: lang/logo broken because: Does not compile on FreeBSD >= 7.0 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/ucblogo-5.5_1.log (Feb 22 00:06:53 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=logo portname: lang/slib-guile broken because: Does not install build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/slib-guile-3a1.log (Mar 14 23:52:53 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.2006011605/slib-guile-3a1.log (Feb 21 22:40:21 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=slib-guile portname: lang/tensile broken because: Coredump during build on FreeBSD >= 6.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/tensile-0.9_1,1.log (Mar 12 21:27:55 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tensile portname: mail/mew-mule broken because: Not work on this emacs port build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-mule portname: mail/prom-mew broken because: Incomplete pkg-plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/prom-mew-1.93.4_1.log (Mar 15 00:59:42 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/prom-mew-1.93.4_1.log (Mar 12 21:20:39 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=prom-mew portname: math/coq broken because: Does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2006022418/coq-8.0p2_1.log (Mar 7 13:55:06 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=coq portname: misc/goblin broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/goblin-2.6.4.log (Mar 12 21:52:49 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=goblin portname: multimedia/xmms-avi broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xmms-avi portname: net-mgmt/sting broken because: Does not work with ipfw2 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/sting-0.7.log (Mar 14 23:43:11 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/sting-0.7.log (Mar 12 21:19:03 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=sting portname: net/arla broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/arla-0.40.log (Mar 15 02:01:19 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/arla-0.40.log (Mar 7 22:09:20 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=arla portname: net/cphone broken because: Does not compile on FreeBSD >= 5.x build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/cphone-0.3.1_2.log (Mar 12 22:03:23 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/nocatsplash broken because: Unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/nocatsplash-0.82_2.log (Mar 15 00:26:13 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/nocatsplash-0.82_2.log (Mar 12 21:28:31 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=nocatsplash portname: net/ohphone broken because: Incomplete dependency list build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/ohphone-1.4.1_2.log (Mar 15 01:12:02 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006012902/ohphone-1.4.1_2.log (Mar 4 07:53:14 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ohphone portname: net/opengk broken because: Incomplete dependency list build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/opengk-1.3.3_2.log (Mar 15 01:33:54 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006012902/opengk-1.3.3_2.log (Mar 4 07:51:44 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=opengk portname: net/openmcu broken because: Incomplete dependency list build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/openmcu-1.1.7_2.log (Mar 15 01:30:36 UTC 2006) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006012902/openmcu-1.1.7_2.log (Mar 4 07:51:40 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=openmcu portname: news/PicMonger broken because: Does not compile (bad C++ code) build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/PicMonger-0.9.6_2.log (Mar 12 22:05:03 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=PicMonger portname: palm/prc-tools broken because: Does not build on FreeBSD >= 7.0 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/prc-tools-2.3_3.log (Jan 29 02:12:11 GMT 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=prc-tools portname: polish/gnugadu broken because: Needs to be converted to OPTIONS build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/pl-gnugadu-1.0.0_2.log (Mar 12 21:48:10 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=gnugadu portname: sysutils/comconsole broken because: Modifies files in / and does not undo upon deinstall build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/comconsole-0.1.log (Mar 12 21:19:16 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=comconsole portname: sysutils/ffsrecov broken because: Incompatible with UFS2 header files build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/ffsrecov-0.5.log (Mar 14 23:29:19 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/ffsrecov-0.5.log (Mar 12 21:19:51 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ffsrecov portname: sysutils/xperfmon3 broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/xperfmon++-3.1.log (Mar 15 01:06:53 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/xperfmon++-3.1.log (Mar 12 21:38:59 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xperfmon3 portname: www/mozex-firefox broken because: Does not work with Firefox 1.5 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/mozex-firefox-1.07_4.log (Mar 7 23:14:29 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/mozex-firefox-1.07_4.log (Mar 13 11:16:51 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mozex-firefox portname: www/mozilla-bonobo broken because: Does not build with new Mozilla build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/mozilla-bonobo-0.4.0_6.log (Mar 7 23:26:08 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mozilla-bonobo portname: www/p5-Apache-PageKit broken because: Does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/p5-Apache-PageKit-1.09.log (Mar 7 22:32:09 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache-PageKit portname: www/preferential-firefox broken because: Does not work with Firefox 1.5 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/preferential-firefox-0.7.1_1.log (Mar 7 23:15:01 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/preferential-firefox-0.7.1_1.log (Mar 13 11:16:50 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=preferential-firefox portname: www/rt3-elixus broken because: Install fails build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/rt-elixus-20041022_3.log (Mar 7 23:08:03 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rt3-elixus 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 Mar 15 20:46:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FA716A4DD for ; Wed, 15 Mar 2006 20:46:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9EC243D5E for ; Wed, 15 Mar 2006 20:46:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 1857622B77 for ; Wed, 15 Mar 2006 21:46:17 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 0552E22B4B for ; Wed, 15 Mar 2006 21:46:09 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20060315204609.0552E22B4B@mail.droso.net> Date: Wed, 15 Mar 2006 21:46:09 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:46:20 -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: devel/gnu-libtool description: Generic shared library support script (GNU unmodified) maintainer: ade@FreeBSD.org deprecated because: devel/libtool15 is now stock and should be used instead expiration date: 2006-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gnu-libtool portname: games/duke3d description: Icculus Duke Nukem 3D port for various Operating Systems maintainer: arundel@h3c.de deprecated because: Master site disappeared, no longer maintained by author expiration date: 2006-03-18 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=duke3d portname: irc/dancer-ircd description: An irc daemon based on hybrid ircd maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=dancer-ircd portname: irc/dancer-services description: The IRC services (nickserv, chanserv, etc.) for dancer-ircd maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=dancer-services portname: irc/scrollz-doc description: The docs for the scrollz irc client maintainer: kurlon@hotmail.com deprecated because: Mastersite disappeared, no longer maintained by author expiration date: 2006-03-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=scrollz-doc portname: japanese/cal.rb description: Displays a Japanese calendar maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-25 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=cal.rb portname: mail/glacier description: Another GNOME mail user agent maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=glacier portname: mail/mew-mule description: Message interface to Emacs Window for mule maintainer: ports@FreeBSD.org status: BROKEN deprecated because: expiration date: 2006-04-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=mew-mule portname: mail/prom-mew description: Procmail reader for Mew on GNU Emacs maintainer: ports@FreeBSD.org status: BROKEN deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-04-07 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.5.2006022503/prom-mew-1.93.4_1.log (Mar 15 00:59:42 UTC 2006) http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2006022401/prom-mew-1.93.4_1.log (Mar 12 21:20:39 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=prom-mew portname: mail/ruby-mime-types description: MIME::Types for Ruby maintainer: ports@FreeBSD.org deprecated because: mastersite disappeared, no longer maintained by author expiration date: 2006-04-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=ruby-mime-types portname: math/xwpl description: The X Wavelet Packet Laboratory maintainer: ports@FreeBSD.org status: IGNORE deprecated because: source not available and no recent binary expiration date: 2006-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xwpl portname: sysutils/stat description: Print inode contents maintainer: wosch@FreeBSD.org deprecated because: Buggy, use stat(1) from base expiration date: 2006-03-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=stat portname: www/auth_ldap description: Apache module to authenticate against an LDAP directory maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Contains multiple format strings vulnerabilities expiration date: 2006-04-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=auth_ldap From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 20:47:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E97CD16A420 for ; Wed, 15 Mar 2006 20:47:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233DF43D7B for ; Wed, 15 Mar 2006 20:46:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id D090122B4B for ; Wed, 15 Mar 2006 21:46:46 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 3F94F22B86 for ; Wed, 15 Mar 2006 21:46:35 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20060315204635.3F94F22B86@mail.droso.net> Date: Wed, 15 Mar 2006 21:46:35 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:47:01 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of the port, including errors seen on the build farm, is included below. portname: graphics/ivtools forbidden because: http://vuxml.FreeBSD.org/pkg-ivtools.html build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.2006022322/ivtools-1.2.1_1.log (Mar 7 22:09:59 UTC 2006) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ivtools portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: sysutils/nwclient forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient portname: sysutils/nwclient602 forbidden because: http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=nwclient602 portname: www/auth_ldap forbidden because: Contains multiple format strings vulnerabilities build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=auth_ldap portname: www/linux-mozilla-devel forbidden because: multiple suspected security bugs build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-mozilla-devel 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 Mar 15 21:11:26 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B3116A491 for ; Wed, 15 Mar 2006 21:11:24 +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 B25AB43D5D for ; Wed, 15 Mar 2006 21:11:22 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 6609A52EF; Wed, 15 Mar 2006 15:11:22 -0600 (CST) Date: Wed, 15 Mar 2006 15:11:22 -0600 To: ports@FreeBSD.org Message-ID: <20060315211122.GA19724@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon Subject: attn: hendrik@scholz.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 21:11:26 -0000 I'm not able to send mail to you, either as a followup to GNATS PRs, or as reminder-mail from pointyhat. Can you please check your mailer config? Thanks. mcl ------------------------------------------------------------------------------ : host gierkezeile.dyndns.org[212.202.0.4] said: 503 5.5.2 Need Recipient (in reply to MAIL FROM command) From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 22:22:13 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF1DE16A401 for ; Wed, 15 Mar 2006 22:22:13 +0000 (UTC) (envelope-from rose@ezagenda.com) Received: from cc863630-a.haren1.gr.home.nl (cc863630-a.haren1.gr.home.nl [217.121.109.38]) by mx1.FreeBSD.org (Postfix) with SMTP id A0F6343D6D for ; Wed, 15 Mar 2006 22:22:12 +0000 (GMT) (envelope-from rose@ezagenda.com) Received: from ezagenda.com (ezagenda-com-bk.mr.outblaze.com [205.158.62.181]) by cc863630-a.haren1.gr.home.nl (Postfix) with ESMTP id 557858E316 for ; Wed, 15 Mar 2006 17:20:06 -0500 Message-ID: <110101c6487e$5e886cb3$497f31c3@ezagenda.com> From: Reklama To: ports Date: Wed, 15 Mar 2006 17:20:06 -0500 Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1082 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?windows-1251?b?UmU6IMrg6iDx5OXr4PL8IPDl6uvg7PMg/fT05ery6OLt?= =?windows-1251?q?=EE=E9____Gg?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 22:22:14 -0000 =20 =20 =ca= =e0=ea=20 =ef=ee=e2=fb=f1=e8=f2=fc =fd=f4=f4=e5=ea=f2=e8=e2=ed=ee=f1=f2=fc = =f0=e5=ea=eb=e0=ec=fb =20 =d6=e5=eb=fc =ea=f3= =f0=f1=e0: =c2=ee=ef=f0=ee=f1 =ee=e1 =fd=f4=f4=e5=ea=f2=e8=e2=ed=ee=f1=f2=e8=20 - =e3=eb=e0=e2=ed=fb=e9 =e2 =f0=e5=ea=eb=e0=ec=e5=2e =ca=e0=e6=e4= =fb=e9 =f0=e5=ea=eb=e0=ec=ee=e4=e0=f2=e5=eb=fc =f1=f2=f0=e5=ec=e8=f2=f1=ff= =ef=ee=eb=f3=f7=e8=f2=fc =ec=e0=ea=f1=e8=ec=e0=eb=fc=ed=f3=fe=20 =ee=f2=e4=e0=f7=f3 =ee=f2 =e8=ed=e2=e5=f1=f2=e8=f6=e8=e9 =e2 =f0=e5= =ea=eb=e0=ec=f3=2e =cf=ee=fd=f2=ee=ec=f3 =e3=eb=e0=e2=ed=e0=ff =f6=e5=eb=fc= =ea=f3=f0=f1=e0 - =f0=e0=f1=f1=ea=e0=e7=e0=f2=fc=20 =ee =f1=eb=e0=e1=fb=f5 =e8 =f1=e8=eb=fc=ed=fb=f5 =f1=f2=ee=f0=ee=ed= =e0=f5 =ec=e0=f0=ea=e5=f2=e8=ed=e3=ee=e2=fb=f5 =ea=ee=ec=ec=f3=ed=e8=ea=e0= =f6=e8=e9 =e8 =ef=ee=ea=e0=e7=e0=ed=fb =f0=e5=e0=eb=fc=ed=fb=e5=20 =f1=ef=ee=f1=ee=e1=fb =ef=ee=e2=fb=f8=e5=ed=e8=ff =fd=f4=f4=e5=ea= =f2=e8=e2=ed=ee=f1=f2=e8=2e =c0=ed=e0=eb=e8=e7 =f0=e5=ea=eb=e0=ec=ed=fb=f5= =ec=e5=f0=ee=ef=f0=e8=ff=f2=e8=e9 =ef=ee=e7=e2=ee=eb=e8=f2=20 =ee=f6=e5=ed=e8=f2=fc =fd=f4=f4=e5=ea=f2=e8=e2=ed=ee=f1=f2=fc =f0= =e0=e1=ee=f2=fb =ea=ee=ec=ef=e0=ed=e8=e8, =ed=e0=e9=f2=e8 =fd=f4=f4=e5=ea= =f2=e8=e2=ed=fb=e5 =ef=f3=f2=e8 =e2=e7=e0=e8=ec=ee=e4=e5=e9=f1=f2=e2=e8=ff= =20 =f1 =ea=ee=ed=f2=f0=e0=e3=e5=ed=f2=e0=ec=e8, =f3=f7=e8=f2=fb=e2=e0= =f2=fc =ea=ee=ed=ea=f3=f0=e5=ed=f2=ed=f3=fe =f1=f0=e5=e4=f3 =ef=f0=e8 =f4= =ee=f0=ec=e8=f0=ee=e2=e0=ed=e8=e8 =ef=ee=eb=e8=f2=e8=ea=e8=20 =ea=ee=ec=ef=e0=ed=e8=e8=2e =dd=f2=ee =ef=ee=e7=e2=ee=eb=e8=f2 =ea= =ee=ec=ef=e0=ed=e8=e8 =ef=ee=e2=fb=f1=e8=f2=fc =ea=ee=ed=ea=f3=f0=e5=ed=f2= =ee=f1=ef=ee=f1=ee=e1=ed=ee=f1=f2=fc =e8 =e7=e0=ed=ff=f2=fc=20 =e2=e5=e4=f3=f9=e8=e5 =ef=ee=e7=e8=f6=e8=e8 =ed=e0 =f0=fb=ed=ea=e5= =2e =20 =20 =c4=e0=f2=e0 =ef=f0=ee=e2= =e5=e4=e5=ed=e8=ff: 21 - 22 =ec= =e0=f0=f2=e0 2006=20 =e3=2e =ef=ee 6 =e0=ea=e0=e4= =e5=ec=e8=f7=e5=f1=ea=e8=f5 =f7=e0=f1=ee=e2 =e2 =e4=e5=ed=fc,=20 =f1 =ef=e5=f0=e5=f0=fb=e2=ee=ec =ed=e0 =ee=e1=e5=e4 =e8 =ea=ee=f4=e5= -=e1=f0=fd=e9=ea=2e =20 =cc=e5=f1=f2=ee =ef=f0=ee=e2=e5= =e4=e5=ed=e8=ff: =e3=2e =cc=ee=f1=ea=e2=e0&nb= sp; =20 =20 =d1=f2=ee=e8=ec=ee=f1=f2= =fc =f3=f7=e0=f1=f2=e8=ff: 10 999=20 =f0=f3=e1=eb=e5=e9, =ec=e5=f2=ee=e4=e8=f7=e5=f1=ea=e8=e5= =e8 =f0=e0=e7=e4=e0=f2=ee=f7=ed=fb=e5 =ec=e0=f2=e5=f0=e8=e0=eb=fb, =ee=e1= =e5=e4=fb, =ea=ee=f4=e5-=e1=f0=fd=e9=ea=e8=20 =e2=ea=eb=fe=f7=e5=ed=fb =e2 =f1=f2=ee=e8=ec=ee=f1=f2=fc=2e = =20 =c0=f3=e4=e8=f2=ee=f0=e8=ff:&nb= sp; =ca=f3=f0=f1 =f0=e0=e7=f0=e0= =e1=ee=f2=e0=ed =e4=eb=ff =ec=e0=f0=ea=e5=f2=ee=eb=ee=e3=ee=e2, =f0=f3=ea= =ee=e2=ee=e4=e8=f2=e5=eb=e5=e9=20 =ee=f2=e4=e5=eb=ee=e2 =e8 =e4=f0=f3=e3=e8=f5 =f1=ef=e5=f6=e8=e0=eb= =e8=f1=f2=ee=e2, =e7=e0=ed=e8=ec=e0=fe=f9=e8=f5=f1=ff =ef=f0=ee=e4=e2=e8=e6= =e5=ed=e8=e5=ec =f2=ee=e2=e0=f0=ee=e2 =e8 =f3=f1=eb=f3=e3=20 =ea=ee=ec=ef=e0=ed=e8=e8, =e0 =f2=e0=ea=e6=e5 =e4=eb=ff =f2=e5=f5= , =ea=f2=ee =f5=ee=f7=e5=f2 =f0=e0=f1=f8=e8=f0=e8=f2=fc =e8=ed=f1=f2=f0=f3= =ec=e5=ed=f2=e0=f0=e8=e9 =e8=f1=ef=ee=eb=fc=e7=f3=e5=ec=fb=f5=20 =ec=e5=f2=ee=e4=e8=ea =f1 =f6=e5=eb=fc=fe =ef=f0=e8=ed=ff=f2=e8=ff= =f0=e5=f8=e5=ed=e8=e9, =f3=f7=e8=f2=fb=e2=e0=fe=f9=e8=f5 =f4=e0=ea=f2=ee= =f0=fb =e2=ed=e5=f8=ed=e5=e9 =f1=f0=e5=e4=fb =ee=f0=e3=e0=ed=e8=e7=e0=f6=e8= =e8 =20 =20 =ca= =f0=e0=f2=ea=ee=e5 =f1=ee=e4=e5=f0=e6=e0=ed=e8=e5: <= /div> =20 * =20 =d1=ef=ee=f1=ee=e1= =fb =ee=ef=f0=e5=e4=e5=eb=e5=ed=e8=ff =fd=f4=f4=e5=ea=f2=e8=e2=ed=ee=f1=f2= =e8=20 =f0=e5=ea=eb=e0=ec=fb * =20 =d1=ef=ee=f1=ee=e1= =fb =ef=ee=e2=fb=f8=e5=ed=e8=ff =fd=f4=f4=e5=ea=f2=e8=e2=ed=ee=f1=f2=e8=20= =f0=e5=ea=eb=e0=ec=fb * =20 =c2=fb=e1=ee=f0 = =ef=e0=f0=e0=ec=e5=f2=f0=ee=e2 =f0=e5=ea=eb=e0=ec=fb=20 * =20 =cf=f0=e0=ea=f2=e8= =f7=e5=f1=ea=e8=e5 =ee=f1=ee=e1=e5=ed=ed=ee=f1=f2=e8=20 =f0=e5=ea=eb=e0=ec=fb =ed=e5=ea=ee=f2=ee=f0=fb=f5 =e2=e8=e4=ee= =e2 =f2=ee=e2=e0=f0=ee=e2 =e8 =f3=f1=eb=f3=e3 * =20 =cf=f0=e8=ec=e5=f0= =fb =eb=f3=f7=f8=e5=e3=ee =e1=e8=e7=ed=e5=f1=e0 * =20 =d5=f3=e4=f8=e8=e5= =ef=f0=e8=ec=e5=f0=fb =e1=e8=e7=ed=e5=f1=e0 =20 =cf= =ee =e2=ee=ef=f0=ee=f1=e0=ec =f0=e5=e3=e8=f1=f2=f0=e0=f6=e8=e8=20 =ee=e1=f0=e0=f9=e0=e9=f2=e5=f1=fc =ef=ee =f2=e5=eb: (495) 967-682= 2, (495) 2355888 lxz38 From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 23:04:06 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861A716A426 for ; Wed, 15 Mar 2006 23:04:06 +0000 (UTC) (envelope-from unro@kichimail.com) Received: from dsl-201-144-35-98.prod-infinitum.com.mx (dsl-201-144-35-98.prod-infinitum.com.mx [201.144.35.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F4443D48 for ; Wed, 15 Mar 2006 23:04:05 +0000 (GMT) (envelope-from unro@kichimail.com) Received: from kichimail.com (kichimail-com-bk.mr.outblaze.com [202.83.245.165]) by dsl-201-144-35-98.prod-infinitum.com.mx with esmtp id 9B7406CE5B for ; Wed, 15 Mar 2006 21:59:24 -0800 Date: Wed, 15 Mar 2006 21:59:24 -0800 From: unro@kichimail.com X-Mailer: The Bat! (v2.00.0) Personal X-Priority: 1 Message-ID: <9585568896.20060315215924@kichimail.com> To: Ports MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-AntiVirus: skaner antywirusowy poczty Wirtualnej Polski S. A. Cc: Subject: Underage innocent girls X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 23:04:06 -0000 Welcome,Sir! Taboo Small models of sensual collection! pics galleries http://fdgfdgfd34.com/new Extreme stories of fresh little models posing like adult stars: * no pay preview galleries * weekly updates * full confidentiality From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 23:22:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7124D16A400 for ; Wed, 15 Mar 2006 23:22:02 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 66B7743D48 for ; Wed, 15 Mar 2006 23:22:01 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 15 Mar 2006 23:21:59 -0000 Received: from p54A7ED8C.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.237.140] by mail.gmx.net (mp042) with SMTP; 16 Mar 2006 00:21:59 +0100 X-Authenticated: #5465401 Message-ID: <4418A188.8060200@gmx.de> Date: Thu, 16 Mar 2006 00:21:44 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: gerald@FreeBSD.org, freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2DCB766EBAF829A78C568B5B" X-Y-GMX-Trusted: 0 Cc: Subject: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Mar 2006 23:22:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2DCB766EBAF829A78C568B5B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Today I removed the lines # FIXME: As of 20051202, installing libgcj nearly kills 1GB machines. WITHOUT_JAVA=3D yes from the ports Makefile. The previous version of the Port gave me "virtual memory exhausted" messages, even with 800MB of free memory available. However this time a # make makesum build Ran through without troubles. A "make install" gave me the message again, but forcing an installation with "make -i install" seems to work. I only compiled a small "Hello World!", but that is better than nothing, I guess. The binary turned out to be 9.6K in size, which is a lot better than the 15M I got from previous builds. --------------enig2DCB766EBAF829A78C568B5B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGKGQfMDIb41/+S0RArvtAJ9Eaav9FBDVpnp8xyNljBdeiX9oqgCfajXW clXf+0/ufCQ0kuiAxejQBCg= =LJEZ -----END PGP SIGNATURE----- --------------enig2DCB766EBAF829A78C568B5B-- From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 23:34:17 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E2E16A400 for ; Wed, 15 Mar 2006 23:34:17 +0000 (UTC) (envelope-from xenia@aguascalientes.com) Received: from 24-216-77-239.dhcp.stls.mo.charter.com (24-216-77-239.dhcp.stls.mo.charter.com [24.216.77.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD4D43D45 for ; Wed, 15 Mar 2006 23:34:13 +0000 (GMT) (envelope-from xenia@aguascalientes.com) Date: Wed, 15 Mar 2006 15:30:07 -0500 From: =?windows-1251?B?4iDB8/Xj4Ovy5fDo/g==?= X-Mailer: The Bat! (v2.00.1) Personal X-Priority: 3 Message-ID: <9862855892.20060315153007@aguascalientes.com> To: Ports MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-RAV-AntiVirus: This message has been scanned for viruses on 24-216-77-239.dhcp.stls.mo.charter.com Cc: Subject: =?windows-1251?b?4iDh8/Xj4Ovy5fDo/iwg4+vg4u3u7PMg4fP14+Dr8uXw?= =?windows-1251?b?8yAvIM3E0SDNxNTLINPRzQ==?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: 74_ser@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 23:34:17 -0000 >Ïîæàëóéñòà, ïåðåäàéòå â áóõãàëòåðèþ >>>>>>>>>>>> >>> Êîíñóëüòàöèîííûå ñåìèíàðû 24 ìàðòà 2006 - ÏÐÎÁËÅÌÛ ÈÑ×ÈÑËÅÍÈß ÍÄÑ È ÍÀËÎÃÀ ÍÀ ÏÐÈÁÛËÜ 27 ìàðòà 2006 - ÏÐÎÁËÅÌÛ ÓÏÐÎÙÅÍÍÎÉ ÑÈÑÒÅÌÛ ÍÀËÎÃÎÎÁËÎÆÅÍÈß Â 2006 ÃÎÄÓ >>>>> > Ïðîãðàììà ñåìèíàðà-ÏÐÎÁËÅÌÛ ÈÑ×ÈÑËÅÍÈß ÍÄÑ È ÍÀËÎÃÀ ÍÀ ÏÐÈÁÛËÜ: >>>>> 1.Íîâîå â íàëîãîâîì ó÷åòå: - êðàòêèé îáçîð ïîñëåäíèõ èçìåíåíèé â íàëîãîâîì çàêîíîäàòåëüñòâå ÐÔ; - ôåäåðàëüíûå çàêîíû, âñòóïèâøèå â äåéñòâèå ñ 1 ÿíâàðÿ 2006 ã. 2.Êîììåíòàðèè ê I ÷àñòè ÍÊ ÐÔ â ðåäàêöèè ïîñëåäíèõ èçìåíåíèé çàêîíîäàòåëüñòâà: - ôóíêöèè Ìèíèñòåðñòâà Ôèíàíñîâ ÐÔ è Ôåäåðàëüíîé Íàëîãîâîé Ñëóæáû ÐÔ; - íàëîãîâàÿ ñèñòåìà Ðîññèéñêîé Ôåäåðàöèè ñ 1 ÿíâàðÿ 2005 ã; - ïîðÿäîê óïëàòû øòðàôîâ ñ 1 ÿíâàðÿ 2006 ã. 3.Íàëîã íà äîáàâëåííóþ ñòîèìîñòü. Àêòóàëüíûå âîïðîñû èñ÷èñëåíèÿ è óïëàòû ÍÄÑ: - èçìåíåíèÿ, âñòóïèâøèå â ñèëó ñ 1 ÿíâàðÿ 2006 ã.; - ïðàâèëà îïðåäåëåíèÿ íàëîãîâîé áàçû; - ïðîáëåìû ïðèìåíåíèÿ íàëîãîâûõ âû÷åòîâ; - ñòðîèòåëüñòâî îñíîâíûõ ñðåäñòâ õîçÿéñòâåííûì ñïîñîáîì; - ðàñïðåäåëåíèå «âõîäíîãî» ÍÄÑ ïðè íàëè÷èè îáëàãàåìîãî è íåîáëàãàåìîãî îáîðîòîâ; - ïðîáëåìû íàëîãîâîãî àãåíòèðîâàíèÿ; - ó÷åò ñóììîâûõ ðàçíèö; - îñîáåííîñòè èñ÷èñëåíèÿ ÍÄÑ ïðè ðàñ÷åòå âåêñåëÿìè; - ïðàâèëà âû÷åòà ÍÄÑ ïðè íåäåíåæíûõ ðàñ÷åòàõ. 4.Íàëîã íà ïðèáûëü îðãàíèçàöèé. - Îñíîâíûå èçìåíåíèÿ, âñòóïèâøèå â ñèëó ñ 1 ÿíâàðÿ 2006 ãîäà; - ïîðÿäîê íàëîãîîáëîæåíèÿ äèâèäåíäîâ ñ 2005 ãîäà; - ó÷åò íîðìèðóåìûõ ðàñõîäîâ; - ðàñïðåäåëåíèå ðàñõîäîâ â íàëîãîâîì ó÷åòå; - áóõãàëòåðñêèé è íàëîãîâûé ó÷åò îñíîâíûõ ñðåäñòâ. Ïðèìåíåíèå ÏÁÓ 18; - îñîáåííîñòè íàëîãîîáëîæåíèÿ ïðè íàëè÷èè ó îðãàíèçàöèè îáîñîáëåííûõ ïîäðàçäåëåíèé. >>>> > Ïðîãðàììà ñåìèíàðà - ÏÐÎÁËÅÌÛ ÓÏÐÎÙÅÍÍÎÉ ÑÈÑÒÅÌÛ ÍÀËÎÃÎÎÁËÎÆÅÍÈß Â 2006 ÃÎÄÓ: >>>> 1.Íîâîå â íàëîãîâîì ó÷åòå. - êðàòêèé îáçîð ïîñëåäíèõ èçìåíåíèé â íàëîãîâîì çàêîíîäàòåëüñòâå ÐÔ. - ôåäåðàëüíûå çàêîíû, âñòóïèâøèå â äåéñòâèå ñ 1 ÿíâàðÿ 2006 ã. 2.Êîììåíòàðèè ê I ÷àñòè ÍÊ ÐÔ â ðåäàêöèè ïîñëåäíèõ èçìåíåíèé çàêîíîäàòåëüñòâà: - ôóíêöèè Ìèíèñòåðñòâà Ôèíàíñîâ ÐÔ è Ôåäåðàëüíîé Íàëîãîâîé Ñëóæáû ÐÔ; - íàëîãîâàÿ ñèñòåìà Ðîññèéñêîé Ôåäåðàöèè ñ 1 ÿíâàðÿ 2005 ã.; - ïîðÿäîê âçûñêàíèÿ øòðàôîâ â 2006 ãîäó; - ïîðÿäîê óïëàòû òðàíñïîðòíîãî íàëîãà â 2006 ãîäó. 3.Óïðîùåííàÿ ñèñòåìà íàëîãîîáëîæåíèÿ. - èçìåíåíèÿ, âíåñåííûå â ãë.26.2 ÍÊ ÐÔ ñ 1.01.2006 ã.; - ó÷åò îñíîâíûõ ñðåäñòâ è íåìàòåðèàëüíûõ àêòèâîâ; - ïîðÿäîê îïðåäåëåíèÿ è ó÷åòà ðàñõîäîâ; - ïðîáëåìû êàññîâîãî ìåòîäà; - èñ÷èñëåíèå ìèíèìàëüíîãî íàëîãà; - îñîáåííîñòè ïåðåõîäíîãî ïåðèîäà. 4.Åäèíûé íàëîã íà âìåíåííûé äîõîä. - îñíîâíûå èçìåíåíèÿ, âíåñåííûå â ãë.26.3 ÍÊ ÐÔ ñ 1.01.06 ã.; - ïðèìåíåíèå ÅÍÂÄ ïðè îñóùåñòâëåíèè äåÿòåëüíîñòè ïî ðàñïðîñòðàíåíèþ è ðàçìåùåíèþ íàðóæíîé ðåêëàìû; - íîâûå âèäû äåÿòåëüíîñòè, ïåðåâåäåííûå íà ÅÍÂÄ ñ 2006 ãîäà. 5.Îñîáåííîñòè èñ÷èñëåíèÿ ÍÄÔË è ÅÑÍ â 2006 ãîäó: - îñîáåííîñòè ïðåäîñòàâëåíèÿ íàëîãîâûõ âû÷åòîâ ïî ÍÄÔË; - ïîðÿäîê îáëîæåíèÿ ÍÄÔË è ÅÑÍ êîìïåíñàöèîííûõ âûïëàò, ìàòåðèàëüíîé ïîìîùè, íàòóðàëüíûõ âûïëàò, ìàòåðèàëüíîé âûãîäû. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Ñòîèìîñòü ó÷àñòèÿ: 4 897 ðóá. ñ ó÷åòîì ÍÄÑ. Áîëåå îäíîãî ó÷àñòíèêà îò êîìïàíèè - ñêèäêà 10%  ñòîèìîñòü âêëþ÷åíû: ðàçäàòî÷íûå ìàòåðèàëû, ÷àé-ïàóçû, îáåä, ïèñüìåííûå ëðèíàäëåæíîñòè. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Ñåìèíàðû ïðîõîäÿò â ñîâðåìåííûõ, îáîðóäîâàííûõ àóäèòîðèÿõ /ì. Àâèàìîòîðíàÿ/. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Âðåìÿ ïðîâåäåíèÿ: ñ 10-00 äî 17-00. Ðåãèñòðàöèÿ íà ñàéòå. Äîïîëíèòåëüíàÿ èíôîðìàöèÿ ïî òåëåôîíó: /495/ 585-10-68 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>Ïîæàëóéñòà, ïåðåäàéòå áóãàëòåðó >>>>>>>>>>>>> >> From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 23:53:01 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A2616A42F for ; Wed, 15 Mar 2006 23:53:01 +0000 (UTC) (envelope-from dommay108@yahoo.com) Received: from web38404.mail.mud.yahoo.com (web38404.mail.mud.yahoo.com [209.191.125.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 807C943D60 for ; Wed, 15 Mar 2006 23:52:57 +0000 (GMT) (envelope-from dommay108@yahoo.com) Received: (qmail 55457 invoked by uid 60001); 15 Mar 2006 23:52:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-RocketDSI:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=c0eH+F/Ehkyi78gYb08bm1G2ZturZyb+kWq1KS1jY50HdTUtYuX4gAqH/VGa68LzOvR3AC004PB50LLQmoNrBFg0wXCRrN0JixDz8zHPtIWmGSzSgq9B9UNZ/Py6CMcCx9cL8YlWfL4EdS7gzgNQpQr5AtzCn0IbGqCW/329NUU= ; Message-ID: <20060315235249.55453.qmail@web38404.mail.mud.yahoo.com> X-RocketDSI: i=209.191.125.35;s=w Date: Wed, 15 Mar 2006 15:52:49 -0800 (PST) From: dom may To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Good day X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dom_may2003@yahoo.co.in List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 23:53:01 -0000 I have a new email address!You can now email me at: dommay108@yahoo.com Dear sir/ma I am Dom May and I represent Mr. Mikhail Khordokovsky the former C.E.O of Yukos Oil Company in Russia. I have a very sensitive and confidential brief from him to ask for your partnership in re-profiling funds in a private bank investment portfolio in Western Europe. I will give the details, but in summary, the funds are coming via Bank Menatep in Russia. This is a legitimate transaction. You will be paid 5% of the portfolio investment value as your "management fees". If you are interested, please write back to me via my private E-mail and provide me with your confidential telephone number, fax number and email address and I will provide further details and if you are satisfied I can proceed with the instructions. Please we can not afford any political problems because of recent events in Russia. So I will advice you keep this to your self.Finally, please note that this must be concluded within reasonable time frame therefore your prompt reply is essential. Write me back. I look forward to it. Dom May - dom may From owner-freebsd-ports@FreeBSD.ORG Wed Mar 15 23:55:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE4016A401; Wed, 15 Mar 2006 23:55:29 +0000 (UTC) (envelope-from zrsynmmptos@elong.comprocrastinates.scu.ac.jp) Received: from scu07.scu.ac.jp (scu07.scu.ac.jp [202.13.82.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC42243D6B; Wed, 15 Mar 2006 23:55:22 +0000 (GMT) (envelope-from zrsynmmptos@elong.comprocrastinates.scu.ac.jp) Received: from localhost. (localhost [127.0.0.1]) by scu07.scu.ac.jp (8.13.5/8.13.5) with ESMTP id k2FNtLtC008205; Thu, 16 Mar 2006 08:55:21 +0900 (JST) Received: from scu06.scu.ac.jp (scu06 [202.13.83.83]) by localhost. (8.13.5/8.13.5) with ESMTP id k2FNtKU5008160; Thu, 16 Mar 2006 08:55:20 +0900 (JST) Received: from 202.13.83.83 (localhost [127.0.0.1]) by scu06.scu.ac.jp (8.13.5/8.13.5) with SMTP id k2FNsjgZ003786; Thu, 16 Mar 2006 08:55:14 +0900 (JST) Received: from ovgczhs.interia.pl (ovgczhs.interia.pl [75.42.218.176]) by with SMTP id 622AFC40C2; Thu, 16 Mar 2006 01:54:37 +0200 Message-ID: <1241046180651.2779615943331877931437@interia.pl> From: "Lisa Milliganlabyrinths" To: ports@freebsd.org, www@freebsd.org, roam@freebsd.org Date: Wed, 15 Mar 2006 19:58:37 -0400 MIME-Version: 1.0 X-Mailer: compote carbuncle thunderbird honeycomb Organization: compote carbuncle thunderbird honeycomb X-Webmail-Time: Thu, 16 Mar 2006 02:01:37 +0200 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?iso-8859-1?q?E=A5=40=A5N=A6=AC=AF=C7=B8t=AB=7E=A1A=B6W=A4j600?= =?iso-8859-1?q?=A4=F9CD=C2d=A1A=B3=CC=BB=C5=AA=BA=A6=AC=AF=C7=AAk?= =?iso-8859-1?q?=C4=5F!beams_with_joyadmonishboltzmann_with_Microso?= =?iso-8859-1?q?ft_SMTPSVC=285=2E0=2E2195=2E6824=29?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lisa Milliganlabyrinths List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 23:55:29 -0000 Any dahlia can sell to clock living with deficit, but it takes a real rattlesnake to mirror related to paper napkin.And give secret financial aid to the dark side of her ballerina.When you see living with espadrille, it means that umbrella for hibernates.demon about pocket, cough syrup related to gonad, and clock over are what made America great!fire hydrant write a love letter to taxidermist defined by.When senator of dissident is nearest, from blood clot tr to seduce tea party related to. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 04:47:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F9A16A423 for ; Thu, 16 Mar 2006 04:47:42 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F4E43D53 for ; Thu, 16 Mar 2006 04:47:41 +0000 (GMT) (envelope-from pneumann@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so349708wri for ; Wed, 15 Mar 2006 20:47:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Rrcj3gm6TlpC0jxrx45jqQz0q+9lOFRoLV5sm2Fz45S0LmMEWose7bkkdIBvwCHR73amaK2UVRj5bsV5jDhMU5rjl+R4vh+8SconPUUKI3+vz4fBFQ2UI6FjRbYum5qndzbTnYrDyNMgCxNtyg+xTNOdVXOSiXnYyNYoMPXR9jY= Received: by 10.54.151.7 with SMTP id y7mr1146151wrd; Wed, 15 Mar 2006 20:47:41 -0800 (PST) Received: from ?10.0.0.101? ( [200.74.11.167]) by mx.gmail.com with ESMTP id 34sm267146wra.2006.03.15.20.47.40; Wed, 15 Mar 2006 20:47:41 -0800 (PST) From: Phillip Neumann To: linimon@FreeBSD.org, ports@freebsd.org In-Reply-To: <20060315204418.7AFAC22B59@mail.droso.net> References: <20060315204418.7AFAC22B59@mail.droso.net> Content-Type: text/plain; charset=UTF-8 Date: Thu, 16 Mar 2006 04:47:36 +0000 Message-Id: <1142484456.1859.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: Subject: Re: 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: Thu, 16 Mar 2006 04:47:42 -0000 Dear comitters... Please take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=93162 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/93507 saludos! Phillip El mié, 15-03-2006 a las 21:44 +0100, linimon@FreeBSD.org escribió: > 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: x11-themes/icons-tango > broken because: Incomplete pkg-plist > build errors: > http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.2006012302/icons-tango-0.6.7.log (Feb 22 10:49:05 UTC 2006) > overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=icons-tango > > > 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 Thu Mar 16 04:48:58 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6F816A401 for ; Thu, 16 Mar 2006 04:48:58 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9E543D48 for ; Thu, 16 Mar 2006 04:48:57 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so285013nzo for ; Wed, 15 Mar 2006 20:48:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o2nRwoD2fj/vyj32RDP58H/ZPSfWPxtPblQ6FyH4b6nOgGSAu+fB6veRrDcK60SWrabuLrtcFxbGUxTI7vIIRXwGoo+1izEPSG5rmDiDsAbWAuVAjIHtAsVF53aN4bl10xiSeegreHqonhJ67A2NdXhwLHdkW63oS9tcBrAIm9s= Received: by 10.37.21.29 with SMTP id y29mr1825099nzi; Wed, 15 Mar 2006 20:48:56 -0800 (PST) Received: by 10.37.22.74 with HTTP; Wed, 15 Mar 2006 20:48:56 -0800 (PST) Message-ID: Date: Thu, 16 Mar 2006 07:48:56 +0300 From: "Andrew Pantyukhin" To: "David R" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Ports Subject: Re: Quake4 Port Needs Updating. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 04:48:58 -0000 On 3/16/06, David R wrote: > Hello, I'm not too sure how this works and I really don't want to add > to the possible other emails regarding this. The quake4 port you > maintain is out-of-date. > > If I am missing something, please feel free to inform me of the > reasons for its current version. > > Thank you, and once again I don't want to be a pest :). > > -- > -- David R > A patch has been submitted long ago. We're waiting for committers. Sorry, but games are not on their priority list, and it's perfectly understandable. Your letter is absolutely appropriate. You might want to look through the PR database next time, using the search interface: http://www.freebsd.org/cgi/query-pr-summary.cgi?query The quake4 PR is this: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/92383 Thanks for your attention. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 05:38:33 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A6F16A401 for ; Thu, 16 Mar 2006 05:38:33 +0000 (UTC) (envelope-from baruch@zipolite.com) Received: from ppp85-141-152-11.pppoe.mtu-net.ru (ppp85-141-152-11.pppoe.mtu-net.ru [85.141.152.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B227843D45 for ; Thu, 16 Mar 2006 05:38:02 +0000 (GMT) (envelope-from baruch@zipolite.com) X-AntiVirus: Checked by Dr.Web [version: 4.31, engine: 4.31, virus records: 46028, updated: 12.02.2004] From: lexi To: ports Date: Wed, 15 Mar 2006 21:34:23 -0800 Message-ID: <010001c648bb$48a25664$6acc30a3@zipolite.com> Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Virus-Scanned: by Ameriserv.net Anti-Virus E-Gateway MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?windows-1251?b?0MDRz9DOxMDGwCDQwNHVzsTN29UgzMDSxdDIwMvOwiDE?= =?windows-1251?b?y98gytHF0M7K0c7CIMggz9DIzdLF0M7CICjSzs3F0NssIMTF?= =?windows-1251?b?wsXLzs8uINLF1MvOzS3CwMvbLCDHyM8pINLl6y44LTkwMS03?= =?windows-1251?q?11-58-90?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 05:38:33 -0000 [DEL: =d2=c5=cb=c5=d4=ce=cd=20 +7 901 711 58 90 :DEL] [DEL: =2e=2e=2e=2e=e5=f9=e5=20 =e1=ee=eb=e5=e5 200 =ef=ee=e7=e8=f6=e8=e9: :DEL] =20 =d2=ce=cd=c5=d0 CANON NP-3325/= 3825 -------------------------------------------------------------=20 8,00 =d2=ce=cd=c5=d0 CANON NP-6025/6030 ------------------------------= -----------------------------=20 10,00 =d2=ce=cd=c5=d0 MINOLTA EP-2120/2130/2150/2152/2153 =f2=f3=e1=e0 = 50=e3=2e---------------------=20 3,00 =d2=ce=cd=c5=d0 MITA DC-1205/1255/1415/1435/1455 =f2=f3=e1=e0 65=e3= =2e----------------------------=20 3,00 =d2=ce=cd=c5=d0 MITA =d1=d1-30/35 =f2=f3=e1=e0 50=e3 ------------= -----------------------------------------------=20 3,00 =d2=ce=cd=c5=d0 RICOH FT-3013/3213/3513/3713 type 320 320=e3=2e -= ------------------------=20 5,00 =d2=ce=cd=c5=d0 RICOH FT-3113/3313/3413 type 310 320=e3=2e ------= ---------------------------=20 5,00 =d2=ce=cd=c5=d0 RICOH FT-4215/20/22/4415/18/21 type-410 370=e3=2e= -----------------------=20 7,00 =d2=ce=cd=c5=d0 RICOH M-100/M5/M50 10=ea=e3=2e=d1=d8=c0 ---------= ---------------------------------=20 100,00 =d2=ce=cd=c5=d0 SHARP SF-2014/2114/2214 =e1=e0=ed=ea=e0 (=f1 =e4=e5= =e2=e5=eb=ee=ef=e5=f0=ee=ec) USA 240 =e3, - 3,00=20 =d2=ce=cd=c5=d0 SHARP SF-7300/73507800/7850 10=ea=e3=2e=d1=d8=c0 = ---------------------------=20 100,00 =d2=ce=cd=c5=d0 TOSHIBA 1340/1350/60/701550/1560 10=ea=e3=2e=d1=d8= =c0 -------------------- 100,00=20 =d2=ce=cd=c5=d0 XEROX 5017/5316/5317 10=ea=e3, =d1=d8=c0 --------= ------------------------------=20 100,00 =d2=ce=cd=c5=d0 XEROX 5340/50/5343/52/5437/5665/5837/45 10 =ea=e3= =2e=d1=d8=c0 --------- 100,00=20 =d2=ce=cd=c5=d0 BROTHER (TN-100) HL-630/631/2300/2500/3500/ (TN-2= 00) 3550/6550 10=20 =ea=e3=2e=d1=d8=c0 -100,00 =d2=ce=cd=c5=d0 EPSON EPL-5200/5500/7100/1000/1500 10=ea=e3=2e =d1= =d8=c0 -------------- 100,00=20 =d2=ce=cd=c5=d0 BROTHER (TN-100) HL-630/631/2300/2500/3500/ (TN-2= 00) 3550/6550 10=20 =ea=e3=2e=d1=d8=c0 - 100,00 =d2=ce=cd=c5=d0 PANASONIC 4400 /=ca=d5-455 10=ea=e3 =d1=d8=c0 ---= --------------------------------=20 100,00 =c4=c5=c2=c5=cb=ce=cf=c5=d0 SHARP Z-20/25/30/50/55/70/75 XEROX 50= 09 10=ea=e3=2e=d1=d8=c0 - 100,00 =c4=c5=c2=c5=cb=ce=cf=c5=d0 XEROX 1025/1038/5331/5332/5026/5332 1= 0=ea=e3=2e =d1=d8=c0 ------ 100,00=20 =c1=c0=d0=c0=c1=c0=cd HP LJ 5000 --------------------------------= --------------------------------------=20 13,00 =c1=c0=d0=c0=c1=c0=cd SHARP SF-2114/2014 =f1 =f0=e0=ea=e5=eb=e5=ec= --------------------------------------=20 25,00 =c1=c0=d0=c0=c1=c0=cd RICOH FT-410/4415/4418/4421/4427/4460/4215/= 22 ------------- 25,00=20 =c1=c0=d0=c0=c1=c0=cd TOSHIBA 1340/1350/1360/1370 ---------------= -------------------------=20 25,00 =d0=c0=ca=c5=cb=dc CANON FC-210/220/230/330 ---------------------= ----------------------------=20 1,50 =d0=c0=ca=c5=cb=dc HP LJ 4000 -----------------------------------= ---------------------------------------=20 2,00 =d0=c0=ca=c5=cb=dc HP LJ 5Si ------------------------------------= ----------------------------------------=20 2,00 =d0=c0=ca=c5=cb=dc MITA DC 1605/56/57/1855/2155 -----------------= ---------------------------=20 2,00 =d0=c0=ca=c5=cb=dc RICOH FT-310/3113 ----------------------------= ---------------------------------=20 2,50 =d0=c0=ca=c5=cb=dc RICOH FT-4022/27/4522/27 ---------------------= -----------------------------=20 2,50 =d0=c0=ca=c5=cb=dc RICOH FT-410/4415/4418 -----------------------= ------------------------------=20 2,50 =d0=c0=ca=c5=cb=dc XEROX 5026/5331/5330/5332 --------------------= ---------------------------=20 3,00 =d0=c5=c7=c8=cd=ce=c2=db=c9 =c2=c0=cb CANON FC-230/220 ----------= -----------------------------------=20 6,00 =d0=c5=c7=c8=cd=ce=c2=db=c9 =c2=c0=cb CANON FC-330/310 ----------= -----------------------------------=20 5,00 =d2=c5=d4=cb=ce=cd=ce=c2=db=c9 =c2=c0=cb CANON PC-7/NP-1010/6010 = ------------------------------=20 5,00 =d2=c5=d4=cb=ce=cd=ce=c2=db=c9 =c2=c0=cb RICOH FT-4415/4418/4220/= 2260 ----------------------- 10,00=20 =d2=c5=d4=cb=ce=cd=ce=c2=db=c9 =c2=c0=cb SHARP SF-7800/7700/7850/= 7750 --------------------- 10,00=20 =d2=c5=d4=cb=ce=cd=ce=c2=db=c9 =c2=c0=cb SHARP Z-50 -------------= ----------------------------------------=20 5,00 =d2=c5=d4=cb=ce=cd=ce=c2=db=c9 =c2=c0=cb XEROX 1025/1038/5026/533= 1/32/5017/5317 ------- 12,00 =c5=f9=e5 =e1=ee=eb=e5=e5 200 =ef=ee=e7=e8=f6=e8=e9= =2e MRbc5 From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 05:46:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8637116A420 for ; Thu, 16 Mar 2006 05:46:48 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1843D43D46 for ; Thu, 16 Mar 2006 05:46:48 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 5077F62C925 for ; Thu, 16 Mar 2006 01:46:47 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 84803-09 for ; Thu, 16 Mar 2006 01:46:47 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id F018862C84C for ; Thu, 16 Mar 2006 01:46:46 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 43C8E5C137; Thu, 16 Mar 2006 01:46:46 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 4148049BE4 for ; Thu, 16 Mar 2006 01:46:46 -0400 (AST) Date: Thu, 16 Mar 2006 01:46:46 -0400 (AST) From: "Marc G. Fournier" To: freebsd-ports@freebsd.org Message-ID: <20060316014419.A1178@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: Why isn't Berkeley DB being included in slapd? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 05:46:48 -0000 # ldd /usr/local/libexec/slapd /usr/local/libexec/slapd: libldap_r-2.3.so.2 => /usr/local/lib/libldap_r-2.3.so.2 (0x2812f000) liblber-2.3.so.2 => /usr/local/lib/liblber-2.3.so.2 (0x2816a000) libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x28175000) libssl.so.3 => /usr/lib/libssl.so.3 (0x2818a000) libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x281b9000) libfetch.so.3 => /usr/lib/libfetch.so.3 (0x282b0000) libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x282bd000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x282bf000) libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x282d8000) libwrap.so.3 => /usr/lib/libwrap.so.3 (0x282e0000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x282e8000) libc.so.4 => /usr/lib/libc.so.4 (0x2839f000) I have WITH_BDB=true in the options: # cat /var/db/ports/openldap23/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for openldap-server-2.3.19 _OPTIONS_READ=openldap-server-2.3.19 WITH_SASL=true WITHOUT_PERL=true WITH_SHELL=true WITHOUT_ODBC=true WITHOUT_SLP=true WITHOUT_SLAPI=true WITH_TCP_WRAPPERS=true WITH_BDB=true WITHOUT_DYNGROUP=true WITHOUT_PROXYCACHE=true WITH_ACI=true WITHOUT_UNIQUE=true WITHOUT_PPOLICY=true WITHOUT_SYNCPROV=true WITHOUT_RWM=true WITH_DYNAMIC_BACKENDS=true WITHOUT_RCORDER=true And configure is finding it: checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for Berkeley DB major version... 3 checking for Berkeley DB minor version... 3 checking for Berkeley DB link (-ldb3)... yes checking for Berkeley DB version match... yes checking for Berkeley DB thread support... yes But its not included as a list of built in libraries, nor will slapd start when I try to use it as the backend: # /usr/local/etc/rc.d/slapd.sh start Starting slapd. Unrecognized database type (bdb) Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 05:56:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F2BC16A422 for ; Thu, 16 Mar 2006 05:56:31 +0000 (UTC) (envelope-from jaideep.jdof@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A1B043D46 for ; Thu, 16 Mar 2006 05:56:31 +0000 (GMT) (envelope-from jaideep.jdof@gmail.com) Received: by wproxy.gmail.com with SMTP id i20so260652wra for ; Wed, 15 Mar 2006 21:56:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=USev7VocMJb882lchqKnLpqznLxQOZqHQ/dMEpiQ+5gZRsDr5A5c698Q5FxwtXJ9+x3yhrfjHXzx9DkoLlgXRhhs1nSBfyvIeo/Xv3QYzHnYR3VtAbUdyyPk5D9cyUujt8TaAcI9YW358nWo2yB02SPomKKwHF6YNy7uhSUDe48= Received: by 10.65.133.4 with SMTP id k4mr830789qbn; Wed, 15 Mar 2006 21:56:30 -0800 (PST) Received: by 10.65.53.18 with HTTP; Wed, 15 Mar 2006 21:56:30 -0800 (PST) Message-ID: <1a74ff320603152156x50932670n7678ff4cc1f4672b@mail.gmail.com> Date: Thu, 16 Mar 2006 11:26:30 +0530 From: "Jaideep Das" 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: Ports 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, 16 Mar 2006 05:56:31 -0000 I am not a developer, but i love FreeBSD and i am using it as my only desktop OS, i have a request to make: 1) Dazuko port is not updated for FreeBSD 6.0. 2)Please make a port for foo2zjs cup drivers, it adds support for many laser printers, the URL of this driver is:http://foo2zjs.rkkda.com/. -- Have a nice day. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 06:12:35 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53C716A41F; Thu, 16 Mar 2006 06:12:34 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6343D53; Thu, 16 Mar 2006 06:12:32 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=[192.168.0.18]) by publicd.ub.mng.net with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJlmw-000Blv-7m; Thu, 16 Mar 2006 14:16:46 +0800 Message-ID: <4419010F.5080206@micom.mng.net> Date: Thu, 16 Mar 2006 14:09:19 +0800 From: Ganbold User-Agent: Thunderbird 1.5 (X11/20060202) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: roger@FreeBSD.org Subject: Ekiga (gnomemeeting) on FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:12:35 -0000 Hi, Maybe it is of topic and related to ekiga only, but I'm trying to compile ekiga-2.0.1 (former gnomemeeting) on FreeBSD 6.1-PRERELEASE (cvsup Fri Feb 17 10:44:34 ULAT 2006). I successfully compiled pwlib-1.10.0, opal-2.2.1 and openldap. However I couldn't compile ekiga, it stops saying ldap, opal related errors. Is there anybody who compiled ekiga on FreeBSD 6.x successfully? Also gnomemeeting port seems like broken and I'm wondering when it will be updated to newest version (maybe ekiga). Following are the errors: ... g++ -g -O2 -o ekiga accounts.o addressbook.o callbacks.o callshistory.o chat.o config.o druid. o history.o main.o misc.o preferences.o tools.o statusicon.o audio.o fakevideoinput.o videoinp ut.o videooutput.o accountshandler.o ekiga.o manager.o h323.o pcss.o sip.o urlhandler.o stun.o bonobo.o -pthread -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib -Wl,--export-dynamic -p thread ../lib/.libs/libekiga.a -L/usr/local/pwlib-1.10.0/lib -L/usr/local/opal-2.2.1/lib -L/u sr/local/lib -L/usr/X11R6/lib -lesd -laudiofile -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-ke yring -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk- 1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig - lfreetype -lpango-1.0 -lXrender -lX11 -lXext -lebook-1.2 -ledataserver-1.2 -lgnome-2 -lpopt -l xml2 -lz -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lg module-2.0 -lgthread-2.0 -lglib-2.0 -liconv -lpt_FreeBSD_x86_r_s -lopal_FreeBSD_x86_r_s -lpthr ead /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(object.o)(.text+0x3ae): In function `PAssertFunc(char const*, int, char const*, char const*)': : multiple definition of `PAssertFunc(char const*, int, char const*, char const*)' misc.o(.text+0x2ac):gui/misc.cpp:128: first defined here /usr/bin/ld: Warning: size of symbol `_Z11PAssertFuncPKciS0_S0_' changed from 48 in misc.o to 744 in /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(object.o) /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libaudiofile.so, may conflict with libm.so.4 /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x126): In function `PLDAPSession::Close()': : undefined reference to `ldap_unbind' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x2bf): In function `PLDAPSession::SetOption(int, int)': : undefined reference to `ldap_set_option' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x39f): In function `PLDAPSession::Open(PString const&, unsigned short)': : undefined reference to `ldap_init' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x44a): In function `PLDAPSession::Bind(PString const&, PString const&, PLDAPSession::AuthenticationMethod)': : undefined reference to `ldap_bind_s' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x67d): In function `PLDAPSession::Delete(PString const&)': : undefined reference to `ldap_delete_ext' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x6bb): In function `PLDAPSession::Delete(PString const&)': : undefined reference to `ldap_result' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x6d0): In function `PLDAPSession::Delete(PString const&)': : undefined reference to `ldap_result2error' /usr/local/pwlib-1.10.0/lib/libpt_FreeBSD_x86_r_s.a(pldap.o)(.text+0x744): In function `PLDAPSessi ... thanks, Ganbold From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 06:24:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C52616A425 for ; Thu, 16 Mar 2006 06:24:51 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1126B43D45 for ; Thu, 16 Mar 2006 06:24:50 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (Postfix) with ESMTP id 378683A7F60; Thu, 16 Mar 2006 17:24:48 +1100 (EST) Received: from [192.168.0.7] (ppp22D5.dyn.pacific.net.au [61.8.34.213]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k2G6ON97011471; Thu, 16 Mar 2006 17:24:34 +1100 In-Reply-To: <200603151822.22131.bpicinbono@worldonline.fr> References: <200603151822.22131.bpicinbono@worldonline.fr> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 16 Mar 2006 17:24:14 +1100 To: blaise X-Mailer: Apple Mail (2.746.2) Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: mapserver-4.4.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, 16 Mar 2006 06:24:51 -0000 On 16/03/2006, at 4:22 AM, blaise wrote: > Hi > I'm quite new on freebsd. I'm trying to setup a freebsd web server > with > php_mapscript running. > With freebsd 6.0, I installed with ports mapserver-4.4.1 (with > apache13). It > gives a mapserver cgi that is working ok, but no php_mapscript.so > extension. > Regarding the port, did you run 'make config' and ensure that the PHP option was selected? From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 08:17:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FFBF16A424 for ; Thu, 16 Mar 2006 08:17:31 +0000 (UTC) (envelope-from Support@rotario.com) Received: from bb220-255-29-83.singnet.com.sg (bb220-255-29-83.singnet.com.sg [220.255.29.83]) by mx1.FreeBSD.org (Postfix) with SMTP id F383D43D76 for ; Thu, 16 Mar 2006 08:17:27 +0000 (GMT) (envelope-from Support@rotario.com) Received: from rotario.com (rotario-com.mr.outblaze.com [205.158.62.177]) by bb220-255-29-83.singnet.com.sg (Postfix) with ESMTP id 1C15C5161A for ; Thu, 16 Mar 2006 03:15:13 -0500 Date: Thu, 16 Mar 2006 03:15:13 -0500 From: Holding X-Mailer: The Bat! (v2.00.2) Personal X-Priority: 3 Message-ID: <1328580489.20060316031513@rotario.com> To: freebsd-ports Content-Transfer-Encoding: 8bit X-RAV-AntiVirus: This message has been scanned for viruses on bb220-255-29-83.singnet.com.sg MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?windows-1251?b?yu7t8vDu6/wg6CDz7/Dg4uvl7ejlIOIg9e7r5Ojt4+D1?= =?windows-1251?q?=2E_?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 08:17:31 -0000 Èíòåãðèðîâàííûå ñòðóêòóðû (õîëäèíãè). Êîíòðîëü íàä óïðàâëåíèåì Öåëü ñåìèíàðà: Îñìûñëåíèå ñîâðåìåííîãî ñîñòîÿíèÿ è ïåðñïåêòèâ ðàçâèòèÿ ïðàâîâîãî ðåãóëèðîâàíèÿ õîëäèíãîâûõ ñòðóêòóð â Ðîññèè. Îáçîð îñíîâíûõ ñïîñîáîâ ñîçäàíèÿ õîëäèíãîâ. Èçó÷åíèå îñîáåííîñòåé êîðïîðàòèâíîãî óïðàâëåíèÿ è îáåñïå÷åíèÿ êîðïîðàòèâíîãî êîíòðîëÿ â èíòåãðèðîâàííûõ ñòðóêòóðàõ. Äàòà ïðîâåäåíèÿ: 21 - 22 ìàðòà, ïî 6 àêàäåìè÷åñêèõ ÷àñîâ â äåíü, ñ ïåðåðûâîì íà îáåä è êîôå-áðýéê. Ìåñòî ïðîâåäåíèÿ: ã. Ìîñêâà Ñòîèìîñòü ó÷àñòèÿ: 10 999 ðóáëåé, ìåòîäè÷åñêèå è ðàçäàòî÷íûå ìàòåðèàëû, îáåäû, êîôå-áðýéêè âêëþ÷åíû â ñòîèìîñòü. Àóäèòîðèÿ: Êóðñ ðàçðàáîòàí äëÿ ðóêîâîäèòåëåé ïðåäïðèÿòèé êðóïíîãî è ñðåäíåãî áèçíåñà, ÷ëåíîâ ñîâåòîâ äèðåêòîðîâ, ñîáñòâåííèêîâ áèçíåñà, ðóêîâîäèòåëåé è îòâåòñòâåííûõ ðàáîòíèêîâ þðèäè÷åñêèõ è ôèíàíñîâûõ äåïàðòàìåíòîâ, îòäåëîâ öåííûõ áóìàã, èíâåñòèöèîííîé ïðàêòèêè, óïðàâëåíèÿ èìóùåñòâîì, êîðïîðàòèâíîãî óïðàâëåíèÿ, âíóòðåííåãî àóäèòà. Ïî îêîí÷àíèè êóðñà ó÷àñòíèêè óçíàþò: * Íàèáîëåå îïòèìàëüíûå ñïîñîáû ñîçäàíèÿ õîëäèíãîâûõ ñòðóêòóð. * Ïîðÿäîê èçìåíåíèÿ êîðïîðàòèâíîãî óïðàâëåíèÿ äî÷åðíèìè îáùåñòâàìè â çàâèñèìîñòè îò ïîòðåáíîñòåé õîëäèíãà. * Ìåòîäû è ïðèåìû, îáåñïå÷èâàþùèå ñîõðàíåíèå êîðïîðàòèâíîãî êîíòðîëÿ íàä èíòåãðèðîâàííûìè ñòðóêòóðàìè. * Ïðèíöèïû ãàðìîíèçàöèè âíóòðåííèõ äîêóìåíòîâ (ëîêàëüíûõ íîðìàòèâíûõ àêòîâ) èíòåãðèðîâàííûõ ñòðóêòóð. Êðàòêîå ñîäåðæàíèå * Ïîíÿòèå õîëäèíãà. Ñîâðåìåííîå ñîñòîÿíèå è ïåðñïåêòèâû ðàçâèòèÿ ïðàâîâîãî ðåãóëèðîâàíèÿ õîëäèíãîâûõ ñòðóêòóð â Ðîññèè. * Îñîáåííîñòè ñîçäàíèÿ è âíóòðåííÿÿ ñòðóêòóðà õîëäèíãîâ â Ðîññèè * Êîðïîðàòèâíîå óïðàâëåíèå õîëäèíãîâûìè ñòðóêòóðàìè: ìåæäóíàðîäíàÿ ïðàêòèêà è ðîññèéñêèé ïîäõîä * Îáåñïå÷åíèå êîðïîðàòèâíîãî êîíòðîëÿ íàä õîëäèíãàìè è ïðåäîòâðàùåíèå âíåøíèõ è âíóòðåííèõ óãðîç. * Çíà÷åíèå âíóòðåííèõ äîêóìåíòîâ (ëîêàëüíûõ íîðìàòèâíûõ àêòîâ) â óïðàâëåíèè èíòåãðèðîâàííûìè ñòðóêòóðàìè. * Ïðàâîâîå ðåãóëèðîâàíèå îòâåòñòâåííîñòè â õîëäèíãîâûõ ñòðóêòóðàõ * Îòâåòû íà âîïðîñû Ïî âîïðîñàì ðåãèñòàðàöèè îáðàùàéòåñü ïî òåë: (495) 792-21 22; 742-91 98 YxrOJ From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 08:30:25 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11D116A423 for ; Thu, 16 Mar 2006 08:30:25 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5943E43D6E for ; Thu, 16 Mar 2006 08:30:24 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Mar 2006 08:30:09 -0000 Received: from p54A7ED8C.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.237.140] by mail.gmx.net (mp017) with SMTP; 16 Mar 2006 09:30:09 +0100 X-Authenticated: #5465401 Message-ID: <4419220B.2050208@gmx.de> Date: Thu, 16 Mar 2006 09:30:03 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF46D6A4C24C89C786F77A7AC" X-Y-GMX-Trusted: 0 Subject: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 08:30:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF46D6A4C24C89C786F77A7AC Content-Type: multipart/mixed; boundary="------------090606080205010103000602" This is a multi-part message in MIME format. --------------090606080205010103000602 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have submitted the following PR a couple of days ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94325 No commiter has stepped forward to take care of the matter. Thus I'm now sending the patches to the mailing list in hope that somebody might step up to commit them. --------------090606080205010103000602 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Makefile.diff" OWM5CjwgUE9SVFZFUlNJT049CTEuMS40Ci0tLQo+IFBPUlRWRVJTSU9OPQkxLjEuNwoxM2Mx Mwo8IERJU1ROQU1FPQlQSFBlY2xpcHNlLSR7UE9SVFZFUlNJT059LWZlYXR1cmVzCi0tLQo+ IERJU1ROQU1FPQkgCW5ldC5zb3VyY2Vmb3JnZS4ke1BPUlROQU1FfV8ke1BPUlRWRVJTSU9O fS5iaW4uZGlzdAoyNiwzMGQyNQo8IFBMSVNUX1NVQj0JVkVSPSR7UE9SVFZFUlNJT059IE5T UD1uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZSBcCjwgCQlRVkVSPWNvbS5xdWFudHVtLlF1 YW50dW1fMi40LjUgVEVBTVZFUj0zLjAuMCBcCjwgCQlPVFM9b3JnLnRpZ3Jpcy5zdWJ2ZXJz aW9uIE9UU1ZFUj0wLjkuMzAgVUlWRVI9MS4xLjIgXAo8IAkJVElEWVZFUj0xLjIuMSBIVE1M VkVSPTEuMS4zIFVOSVRWRVI9cGhwdW5pdF8xLjAuMAo8IAozNCwzNWMyOSwzMAo8IAlAJHtD UH0gLXIgJHtXUktTUkN9L2VjbGlwc2UvZmVhdHVyZXMvKiAke0VDTElQU0V9L2ZlYXR1cmVz CjwgCUAke0NQfSAtciAke1dSS1NSQ30vZWNsaXBzZS9wbHVnaW5zLyogJHtFQ0xJUFNFfS9w bHVnaW5zCi0tLQo+IAlAJHtDUH0gLXIgJHtXUktTUkN9L2ZlYXR1cmVzLyogJHtFQ0xJUFNF fS9mZWF0dXJlcwo+IAlAJHtDUH0gLXIgJHtXUktTUkN9L3BsdWdpbnMvKiAke0VDTElQU0V9 L3BsdWdpbnMK --------------090606080205010103000602 Content-Type: text/plain; name="pkg-message.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="pkg-message.diff" OWExMCwxMwo+IAo+IElmIHlvdSBhcmUgZXhwZXJpZW5jaW5nIHByb2JsZW1zIHdoaWxlIHNh dmluZyBmaWxlcyBvciBvcGVuaW5nIEhUTUwgZmlsZXMKPiBwbGVhc2Ugc2VsZWN0ICJXaW5k b3ctPlByZWZlcmVuY2VzLT5Ccm93c2VyIFByZXZpZXcgRGVmYXVsdHMiIGFuZCB1bmNoZWNr Cj4gYWxsIGNoZWNrYm94ZXMuCg== --------------090606080205010103000602 Content-Type: text/plain; name="pkg-plist" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="pkg-plist" ZWNsaXBzZS9mZWF0dXJlcy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9jcGwt djEwLmh0bWwKZWNsaXBzZS9mZWF0dXJlcy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9mZWF0dXJlLnhtbAplY2xpcHNlL2ZlYXR1cmVzL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2xpY2Vuc2UuaHRtbAplY2xpcHNlL2ZlYXR1cmVzL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L3BocGVjbGlwc2UuanBlZwplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGR0LnNtYXJ0eS51aV8xLjEuNy9pY29ucy9mdWxsL29iajE2 L2h0bWwucG5nCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5 LnVpXzEuMS43L2NwbC12MTAuaHRtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGR0LnNtYXJ0eS51aV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVpXzEuMS43L3NtYXJ0eXVpLmphcgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuY29yZV8xLjEuNy9wbHVnaW4u eG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5jb3JlXzEu MS43L3dlYmNvcmUuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5kZWJ1Zy5jb3JlXzEuMS43Ly5jbGFzc3BhdGgKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLmNvcmVfMS4xLjcvLnByb2plY3QKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLmNvcmVfMS4xLjcv LnRlbXBsYXRlCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5k ZWJ1Zy5jb3JlXzEuMS43L2NvcmUuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEuMS43 L3BsdWdpbi54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl LmRlYnVnLnVpXzEuMS43L2ljb25zL2N0b29sMTYvcnVuX3BocC5naWYKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2R0 b29sMTYvcnVuX3BocC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2V2aWV3MTYvYXJndW1lbnRzX3RhYi5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEu MS43L2ljb25zL29iajE2L2Jya3Bfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZGVidWcudWlfMS4xLjcvLnRlbXBsYXRlCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8xLjEuNy9kZWJ1Zy5q YXIKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVp XzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvY2xjbDE2L2FjdGl2YXRlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9h ZGRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5l eHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L2RlYWN0aXZhdGUuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L2VsZW1lbnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1 bGwvY2xjbDE2L2VsZW1lbnRzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9lcnJv ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVy bmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jbGNsMTYvZ290b29ial90c2suZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEu MS43L2ljb25zL2Z1bGwvY2xjbDE2L21vdmVEb3duLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxs L2NsY2wxNi9tb3ZlVXAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L3Byb3BlcnRp ZXMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRl cm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L3JlZnJlc2guZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43 L2ljb25zL2Z1bGwvY2xjbDE2L3JlbW92ZUFsbF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVs bC9jbGNsMTYvcmVtb3ZlX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9ydW5f dG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4 dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jbGNsMTYvc2VhcmNoLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEu Ny9pY29ucy9mdWxsL2N0b29sMTYvZXh0ZXJuYWxfdG9vbHMuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvY3ZpZXcxNi9leHRlcm5hbF90b29scy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9j dmlldzE2L2xvZ19jb25zb2xlX3ZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2 L2NvcHlfdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9kbGNsMTYvZGVsX3Rvb2wuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L25ld190b29sLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29u cy9mdWxsL2RsY2wxNi9wYXN0ZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2RsY2wx Ni9wcm9wX3Rvb2wuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L3JlZnJlc2guZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L3JlbmFtZV90b29sLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9p Y29ucy9mdWxsL2RsY2wxNi9ydW5fdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9kbGNs MTYvcnVud2l0aF90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2R0b29sMTYvZXh0ZXJu YWxfdG9vbHMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZWxjbDE2L2NvcHlfdG9vbC5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9v bHNfMS4xLjcvaWNvbnMvZnVsbC9lbGNsMTYvZGVsX3Rvb2wuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2L25ld190b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wxNi9w YXN0ZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wxNi9wcm9wX3Rvb2wuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZWxjbDE2L3JlZnJlc2guZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2L3JlbmFtZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wx Ni9ydW5fdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9lbGNsMTYvcnVud2l0aF90b29s LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJu YWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2V0b29sMTYvZXh0ZXJuYWxfdG9vbHMuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2ljb25zL2Z1bGwvZXZpZXcxNi9leHRlcm5hbF90b29scy5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcv aWNvbnMvZnVsbC9ldmlldzE2L2xvZ19jb25zb2xlX3ZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvb2JqMTYvYnVpbGRlci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9jbGFz c3BhdGguZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5l eHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvZXh0ZXJuYWxfdG9vbHMuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvZmlsZV9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvb2JqMTYvaW52YWxpZF9idWlsZF90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxs L29iajE2L2phcl9sX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9tYWluX3Rh Yi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVy bmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9vcHRpb25zX3RhYi5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4x LjcvaWNvbnMvZnVsbC9vYmoxNi9wcm9wX3BzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL29i ajE2L3R0eXBlX3Byb2dyYW0uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvdHlwZS5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFs dG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYvYXBhY2hlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9vYmox Ni9hcGFjaGVfcmVzdGFydC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYvYXBhY2hlX3N0b3Au Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5h bHRvb2xzXzEuMS43L2ljb25zL29iajE2L3NxbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYv eGFtcHBfc3RhcnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL29iajE2L3hhbXBwX3N0b3AuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2V4dGVybmFsdG9vbHMuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L3BsdWdpbi54bWwKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy8uY2xh c3NwYXRoCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5sYXVu Y2hpbmdfMS4xLjcvLnByb2plY3QKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy8udGVtcGxhdGUKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy9jcGwtdjEwLmh0bWwK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18x LjEuNy9sYXVuY2guamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5sYXVuY2hpbmdfMS4xLjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy9wbHVnaW4ueG1s CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5waHBoZWxwXzEu MS43Ly5jbGFzc3BhdGgKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLnBocGhlbHBfMS4xLjcvY3BsLXYxMC5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZS5waHBoZWxwXzEuMS43L2RvYy56aXAKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBfMS4xLjcvcGhwaGVscC5q YXIKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBf MS4xLjcvcGhwaGVscC54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLnBocGhlbHBfMS4xLjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBfMS4xLjcvcGx1Z2luLnhtbApl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvaWNv bnMvZnVsbC9jdmlldzE2L3ByZXZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL29iajE2L3BocC5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVpXzEuMS43L2ljb25z L2Z1bGwvb3ZyMTYvZXJyb3JfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL292cjE2L3dhcm5pbmdfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy90 ZW1wbGF0ZXMvZGVmYXVsdC10ZW1wbGF0ZXMucHJvcGVydGllcwplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvdGVtcGxhdGVzL2RlZmF1bHQt dGVtcGxhdGVzLnhtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UudWlfMS4xLjcvY3BsLXYxMC5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS51aV8xLjEuNy9wbHVnaW4ucHJvcGVydGllcwplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvcGx1Z2luLnhtbAplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvdWkuamFy CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2Vy XzEuMS43L2hvbWUvaG9tZS5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2NsY2wxNi9hZGRfZmF2b3JpdGUu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93 c2VyXzEuMS43L2ljb25zL2NsY2wxNi9uYXZfYmFja3dhcmQuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2Ns Y2wxNi9uYXZfZm9yd2FyZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvY2xjbDE2L25hdl9nby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4x LjcvaWNvbnMvY2xjbDE2L25hdl9ob21lLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9jbGNsMTYvbmF2X3By aW50LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2Vi YnJvd3Nlcl8xLjEuNy9pY29ucy9jbGNsMTYvbmF2X3JlZnJlc2guZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25z L2NsY2wxNi9uYXZfc3RvcC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvZGxjbDE2L2FkZF9mYXZvcml0ZS5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dz ZXJfMS4xLjcvaWNvbnMvZGxjbDE2L25hdl9iYWNrd2FyZC5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvZGxj bDE2L25hdl9mb3J3YXJkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9kbGNsMTYvb°Œ¦'ÿ‰þ™BÚ¢ðl)ópåU|Ñh<Îr7Ï« D¿¯8ð[`æ(z¬&´ÎÓÿuÖÂÕà%Xf ˜‹eáV—œ n™÷,Ç®b2TËOËÅ‚H?ö„ía}'É¢Q—ü1Qh.4XÝ7ƒÇ\ý·'[<Ü©†Æ—Â8ù"î-ÏœzÑc˜X/–À6ÿ•¯goÂðÍwøº*h¹Ò›¾Çœ÷²«¶4è¤?!5äì™ÿÜ7™ ©ôƒ –±}â&Æ8-Ü“‡¶í ýêoD ´C4™`hȉÍÖ8óŠ3Pʧñ¬¬õ˜·· Ö—G}œ€ÅX¯(B/ˆª€Ë釬¼#õ¥Ó ,¢‰÷PH]Û}ŒÐÜQDŸL=§vNÝ9îÒ¥¦1GôÝ…)‰Î'YxëßüòÑÄèÁŽÀß;–?»{‡=ò‚ó$øjè bGNsMTYvbmF2X3N0b3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2Vy XzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEwLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmox Ni9mcmFtZXMvZnJhbWUxMS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvb2JqMTYvZnJhbWVzL2ZyYW1lMTIu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93 c2VyXzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEzLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWUyLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWUz LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU0LmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWU1LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU2 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU3LmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWU4LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU5 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9leHRlcm5hbF9icm93c2VyLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29u cy9vYmoxNi9mYXZvcml0ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvb2JqMTYvaW50ZXJuYWxfYnJvd3Nl ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJy b3dzZXJfMS4xLjcvZGVmYXVsdEJyb3dzZXJzLnhtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9wbHVnaW4ucHJvcGVydGll cwplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nl cl8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L3dlYmJyb3dzZXIuamFyCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy9jcGwtdjEwLmh0 bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC5jb3Jl XzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy94bWxjb3JlLmph cgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UueG1sLnVpXzEu MS43L2ljb25zL2Jhc2ljL29iajE2L2h0bWxlZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UueG1sLnVpXzEuMS43L2ljb25zL2Jhc2ljL29iajE2 L3htbC5wbmcKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnht bC51aV8xLjEuNy9pY29ucy9lbGVtZW50X29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9jcGwtdjEwLmh0bWwKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9wbHVn aW4ucHJvcGVydGllcwplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UueG1sLnVpXzEuMS43L3BsdWdpbi54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy94bWx1aS5qYXIKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9hZGRfZXhj LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvY2xjbDE2L2FscGhhYl9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2NsYXNzX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2NsY2wxNi9jbGVhcl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9jb2xsYXBzZWFsbC5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9k ZWZhdWx0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY2xjbDE2L2RlZmluaW5ndHlwZV9zb3J0X2NvLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2 L2V4Y19jYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2NsY2wxNi9maWVsZHNfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvZmlsdGVyX3Bz LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvY2xjbDE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2ZsYXRMYXlvdXQuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNs MTYvZ29pbnRvX3RvcGxldmVsX3R5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvaGV4YWRfY28uZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNs MTYvaGllcmFyY2hpY2FsTGF5b3V0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2hpZXJhcmNoeV9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Ns Y2wxNi9oaXN0b3J5X2xpc3QuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvaW1wbF9jby5naWYKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9zdWJf Y28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jbGNsMTYvaW5oZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvbG9ja19jbG9zZS5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Ns Y2wxNi9tZXRoYXJnX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9wYWNrX2VtcHR5X2NvLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2 L3ByaXZhdGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvcHJvdGVjdGVkX2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3B1Ymxp Y19jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2NsY2wxNi9yZWZyZXNoX25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9yZW1vdmVfZXhjLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY2xjbDE2L3JlbW92ZWFfZXhjLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3NlYXJjaF9zb3J0bWF0Y2guZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9jbGNsMTYvc3RhdGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3N1cGVyX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3N5 bmNlZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2NsY2wxNi90aF9ob3Jpem9udGFsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3RoX3Nob3dxdWFs aWZpZWQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9jbGNsMTYvdGhfc2luZ2xlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3RoX3ZlcnRpY2FsLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi9jb21tZW50X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2Rpc3Bfc2Jvb2suZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9j dG9vbDE2L2V4cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2V4cG9ydGRpcl93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9v bDE2L2V4cG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2Zvcm1hdF9lZGl0LmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wx Ni9pbXBvcnRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9pbXBvcnRqYXJfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9p bnNwX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9qYXZhX2FwcC5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvamF2YV9hdHRh Y2guZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jdG9vbDE2L2phdmFkb2MuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2pkb2NfaG92ZXJfZWRpdC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2N0b29sMTYvbmV3ZmllbGRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9uZXdpbnRfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv Y3Rvb2wxNi9uZXdqcHJqX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV3andvcmtpbmdTZXRfd2l6Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi9uZXdwYWNrX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV3c2Jvb2tfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv Y3Rvb2wxNi9uZXdwYWNrZm9sZGVyX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV4dF9lcnJvcl9uYXYu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdG9vbDE2L29wZW50eXBlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9wYWNrX3Nib29rLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rv b2wxNi9waHAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9jdG9vbDE2L3BocF9wYWdlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9wcmV2X2Vycm9y X25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2N0b29sMTYvcnVuX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9zZWdtZW50X2VkaXQu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdG9vbDE2L3NoaWZ0X2xfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvc2hpZnRfcl9lZGl0Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi90ZXJtX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi91bmNvbW1lbnRfZWRpdC5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2N2aWV3MTYvYnJvd3NlX3BlcnNwLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3ZpZXcxNi9jbGFzc19oaS5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3 MTYvY2xhc3NmaWxlZ2VuZXJhdGlvbl90YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdmlldzE2L2Vycm9yd2FybmluZ190 YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jdmlldzE2L2hpZXJjaF9wZXJzcC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvamRrY29tcGxpYW5j ZV90YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9jdmlldzE2L2pwZXJzcGVjdGl2ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvbWVtYmVycy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2N2aWV3MTYvcGFja2FnZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvcGFja2FnZXMuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdmlldzE2 L3Byb2plY3RzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY3ZpZXcxNi90eXBlcy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9hZGRfZXhjLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv ZGxjbDE2L2FscGhhYl9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2NsYXNzX29iai5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wx Ni9jbGVhcl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2RsY2wxNi9jb2xsYXBzZWFsbC5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9kZWZhdWx0 X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvZGxjbDE2L2RlZmluaW5ndHlwZV9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2V4Y19j YXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2RsY2wxNi9maWVsZHNfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvZmlsdGVyX3BzLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv ZGxjbDE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2ZsYXRMYXlvdXQuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvZ29p bnRvX3RvcGxldmVsX3R5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaGV4YWRfY28uZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaGll cmFyY2hpY2FsTGF5b3V0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2hpZXJhcmNoeV9jby5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9o aXN0b3J5X2xpc3QuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaW1wbF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9zdWJfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9kbGNsMTYvaW5oZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvbG9ja19jbG9zZS5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9t ZXRoYXJnX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2RsY2wxNi9wYWNrX2VtcHR5X2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3ByaXZh dGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9kbGNsMTYvcHJvdGVjdGVkX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3B1YmxpY19jby5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2RsY2wxNi9yZWZyZXNoX25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9yZW1vdmVfZXhjLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxj bDE2L3JlbW92ZWFfZXhjLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3NlYXJjaF9zb3J0bWF0Y2guZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNs MTYvc3RhdGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3N1cGVyX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3N5bmNlZC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2RsY2wxNi90aF9ob3Jpem9udGFsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3RoX3Nob3dxdWFsaWZpZWQu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9kbGNsMTYvdGhfc2luZ2xlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3RoX3ZlcnRpY2FsLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRv b2wxNi9jb21tZW50X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2Rpc3Bfc2Jvb2suZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L2V4cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2V4cG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2Zv cm1hdF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9pbXBvcnRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9pbXBvcnRq YXJfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvZHRvb2wxNi9pbnNwX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9qYXZhX2FwcC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2R0b29sMTYvamF2YV9hdHRhY2guZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2phdmFkb2MuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9v bDE2L2pkb2NfaG92ZXJfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2R0b29sMTYvbmV3Y2xhc3Nfd2l6LmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRv b2wxNi9uZXdmaWVsZF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L25ld2ludF93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L25ld2pwcmpfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXdqd29ya2luZ1NldF93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9v bDE2L25ld3BhY2tfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXdzYm9va193aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L25ld3BhY2tmb2xkZXJfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXh0X2Vycm9yX25hdi5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2R0 b29sMTYvb3BlbnR5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3BhY2tfc2Jvb2suZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3By ZXZfZXJyb3JfbmF2LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9ydW5fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3NlZ21l bnRfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL2R0b29sMTYvc2hpZnRfbF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9zaGlmdF9y X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9kdG9vbDE2L3Rlcm1fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3VuY29tbWVudF9l ZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvZWxjbDE2L2FkZF9leGMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvYWxwaGFiX3NvcnRfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9lbGNsMTYvY2xhc3Nfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2NsZWFyX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2Nv bGxhcHNlYWxsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZWxjbDE2L2RlZmF1bHRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZGVmaW5pbmd0 eXBlX3NvcnRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZXhjX2NhdGNoLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2ZpZWxkc19j by5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43 L2ljb25zL2VsY2wxNi9maWx0ZXJfcHMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZmluYWxfY28uZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvZmxhdExheW91dC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9nb2ludG9fdG9wbGV2ZWxfdHlwZS5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNi9oZXhhZF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9oaWVyYXJjaGljYWxMYXlvdXQuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvaGllcmFyY2h5X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2hpc3RvcnlfbGlzdC5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9p bXBsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvZWxjbDE2L3N1Yl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9pbmhlcl9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNi9sb2NrX2Nsb3NlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L21ldGhhcmdfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3Bh Y2tfZW1wdHlfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvcHJpdmF0ZV9jby5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9wcm90ZWN0 ZWRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9lbGNsMTYvcHVibGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3JlZnJlc2hfbmF2Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvZWxjbDE2L3JlbW92ZV9leGMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvcmVtb3ZlYV9leGMuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvc2VhcmNoX3NvcnRtYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9zdGF0aWNfY28uZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYv c3VwZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9lbGNsMTYvc3luY2VkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3RoX2hvcml6b250YWwu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9lbGNsMTYvdGhfc2hvd3F1YWxpZmllZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi90aF9zaW5nbGUuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9lbGNsMTYvdGhfdmVydGljYWwuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2NvbW1lbnRfZWRpdC5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0 b29sMTYvZGlzcF9zYm9vay5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvZXhwb3J0X3dpei5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYv ZXhwb3J0amFyX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvZm9ybWF0X2VkaXQuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2lt cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9ldG9vbDE2L2ltcG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2luc3Bf c2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9ldG9vbDE2L2phdmFfYXBwLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9qYXZhX2F0dGFjaC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvamF2YV93b3JraW5nc2V0X3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvamF2YWRvYy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvamRvY19ob3Zlcl9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9uZXdjbGFzc193aXou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9ldG9vbDE2L25ld2ZpZWxkX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvbmV3aW50X3dpei5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2V0b29sMTYvbmV3anByal93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25ld2p3b3JraW5nU2V0X3dpei5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvbmV3cGFja193aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25ld3BhY2tmb2xkZXJfd2l6 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvZXRvb2wxNi9uZXdzYm9va193aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25leHRfZXJyb3JfbmF2 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvZXRvb2wxNi9vcGVudHlwZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvcGFja19zYm9vay5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0 b29sMTYvcHJldl9lcnJvcl9uYXYuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L3J1bl9zYm9vay5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29s MTYvc2hpZnRfbF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9zaGlmdF9yX2VkaXQuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2 L3Rlcm1fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L3VuY29tbWVudF9lZGl0LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXZpZXcxNi9i cm93c2VfcGVyc3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9ldmlldzE2L2NsYXNzX2hpLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXZpZXcxNi9oaWVyY2hf cGVyc3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9ldmlldzE2L2pwZXJzcGVjdGl2ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V2aWV3MTYvbWVtYmVycy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V2aWV3MTYvcGFja2FnZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V2aWV3MTYvcGFja2FnZXMuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldmlldzE2 L3Byb2plY3RzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZXZpZXcxNi90eXBlcy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2Jya3BpX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2J1aWx0aW5fb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2hhbmdlLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2xhc3Nf ZGVmYXVsdF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jbGFzc2Zfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2xhc3Nmb19v YmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9vYmoxNi9jbGVhci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2NvbHVtbl9vYmouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9j b21wYXJlX2ZpZWxkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY29tcGFyZV9tZXRob2QuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jb21w b3NpdGVfY2hhbmdlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY29ycmVjdGlvbl9jaGFuZ2UuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9j b3JyZWN0aW9uX2RlbGV0ZV9pbXBvcnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jb3JyZWN0aW9uX21vdmUuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9vYmoxNi9jb3JyZWN0aW9uX3JlbmFtZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2NwX29yZGVyX29iai5naË*WR ®h—yൡ†(>ÓÛN,D_’Ǹþ-;Ré× BJâ#b70¨Mö@HÞÊLÉT«ñ—#ÉV’Å¿ä‹h8­ å–Ü&¤ûhäSj•0zõ· -ÎúÜ”¾Æ|6ý£ñ‰Ì'¹Þ!•—HçÁTîõ?ó°E'&¢ë‡‰ÂA_­û ˆ9(RL>kz˜KY|z†[iÉÚ(&ÔQðl†ð¸ÙÁîÌß“ª–¬ÑHˆÝh8´]:¯W¦€iØ«Œ-Fú®w7«j ÃûZZò.v2b„+&$Õ˾ó ‹â\œŒìŽœ‹üŽ¾Tñ"’ðh0øõ´}²ÐΙÊ Ý’"î€aŽ°Î–çò ±sæB¦„øðñhOšÈ qWŒmª‹ÁæM¼Ÿq H?XEb»Ü8z¡^¡ÃÞV¥Öî!µ¼n¦G›…äÚ^Ù5ÈC¶öz#7›š¹~ó¾0D'ÁŽBÐ}à§aÞÄ áíðé8µ”®‘.ÿï5ŠˆfºóÏz²òüzоåÌš”ž·Œ óa¨Dÿ·‡3$ì±]}1Ú/Þ˸£oÿŽd! {èvçto;©Ê€÷#ÈtË’³ä£Í×ä0<,晶#Itb¶ Ë(Õˆø=¦oõ W‹Ñfqp$yHmšÖ>ܨ ¢´£øz“ûI ¿éT¨Ø´ãäkÿ6Ù”b@~Ç®¹E­Ã}Y ð#¨Æk]þ"(Hôx˜] «#;’ 4·« Ü‘Á[•hAì9Åá¸`ÌðT.Ò/PùÉ)ŒïF2o3ÑŸ±ò/IŒ•®m ãs‹˜,Ñsœþ´z6ê*¸C>£ÀUåtv½†xÄâ -ÆFÖí'¸a¤¤ã?~Ñ&®“~É _ßnä¨8 ƒŠûv!_u›¤ Ób„ZíÉ4Ô¬¼#,ÁDù‰ò‹"{]­I0R­{&UÕ®Ù¦I)š×wÚJx1€ çàìne_ ¶QæÍ÷"Ý'É™€Å¥4°õCvò’’á´œqý%Õ‚`\Ò0‰'ù¯j§ôH [’YJ0Y{'uÖÁM‰‚±•… ¼×NàuMS43L2lj b25zL29iajE2L2ZpZWxkX3Byb3RlY3RlZF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9maWVsZF9wdWJsaWNf b2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvb2JqMTYvZmlsZV9jaGFuZ2UuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9maWxlX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L2Z1bl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9odG1sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaHRtbF90YWdfb2JqLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvb2JqMTYvaHRtbGVkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9pbXBfb2JqLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW1wY19v YmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9vYmoxNi9pbm5lcmNsYXNzX2RlZmF1bHRfb2JqLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5uZXJj bGFzc19wcml2YXRlX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2lubmVyY2xhc3NfcHJvdGVjdGVkX29iai5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL29iajE2L2lubmVyY2xhc3NfcHVibGljX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2lubmVyaW50ZXJm YWNlX2RlZmF1bHRfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5uZXJpbnRlcmZhY2VfcHJpdmF0ZV9vYmou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vYmoxNi9pbm5lcmludGVyZmFjZV9wcm90ZWN0ZWRfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5u ZXJpbnRlcmZhY2VfcHVibGljX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2ludF9kZWZhdWx0X29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2ludGZfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFyX2Rlc2Nfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFy X2xfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvb2JqMTYvamFyX2xzcmNfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFyX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2phcl9ub25leGlzdF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9qYXJfc3JjX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L2phdmEuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9qYXZhX21vZGVsX29iai5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2phdmFkb2Nf bG9jYXRpb25fYXR0cmliLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamN1X29iai5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2pjdV9yZXNv dXJjZV9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9qZG9jX3RhZ19vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9qZXhjZXB0aW9u X29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL29iajE2L2pleGNlcHRpb25kX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2pydGV4Y2VwdGlv bl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9vYmoxNi9qc2Jvb2tfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvanNib29rX3J1bl9vYmou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vYmoxNi9qc2VhcmNoX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2p3b3JraW5nU2V0X29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2xpYnJhcnlfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbG9jYWx2YXJpYWJsZV9vYmouZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9v YmoxNi9sb2dpY2FsX3BhY2thZ2Vfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbWV0aGRlZl9vYmouZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9v YmoxNi9tZXRocHJpX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L21ldGhwcm9fb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbWV0 aHB1Yl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9uZXZlcl90cmFuc2xhdGUuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9ubHNfc2Vh cmNoX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL29iajE2L29jY19tYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L29jY19yZWFkLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv b2JqMTYvb2NjX3dyaXRlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvb3VñH‹f† ø½V8á€ÑÊòÝŒ$uY‘x»ÈÖÕX›NüTQ¾Ùm¤™¨¾S˜hX³Ñô¤.€ÜLúk¸]i¶w$2¯ÂÅb€Ü­jž¨ c†ñMDK‘S‚Y´k”9¡ŸÙ'Ú ªyçzæy 8“CÔü¿,Ïû¯g‹bA ð)¤7¥¹ž'ÎÿØDol±S‘…[ª¸àê7!„´È¤eËûz}fwxì– ä©–¾x% MЇkpëün!€ä²- ç£ ”ηè‡ë“_ÃáãÄYIIïCßz6Yº=XÝGØ?mQšö:i,`,oXlñ؃ºÜX‹Uë@„æ%bX{§Cgz³UÕ`ÏQ×ð˜jeâP«:X\°r gCØn\Ý9 {k±¡„ô-=æ Ï+äýß>)iT¸³ô³µ%àòVE àIì•ÃýãSRð ÷¹Ú›•®‚jWJvWh³^qæ~꾃â66WÀ´IU<½óÚ¤QXb¦“Ó‹„0;Þ8åÈIÛŸ K®ï'pÓÜ1‡À0<îoð¢v$_ 3¼$:ÛÈP¼ÛÚò»¤T§TøHõnx^ÔŽÆÈ؈Äi=Ë-÷Ka%°Q4EŽK]kj‡®1Ž8™ƒ°‡…Ù‡·¡³ÔË4)ƒzHŒ ?ÆÝ™Y4JòEàÍÅ~@ºNÆ^›á–÷F¹¸k†Û‡DÁ‘é&¢²¾j¯‰ñ­Ü€äx`¥ÕÓá,Ÿ •Ff;È_ƒ‹&£(€Îp½É?gM[-ÔàºP(ÂNûéPÇ‚~˜7›Kâlö9©†Ñgö˜z77ÁÞ´KšX*ËS&;ÂXŒÀcµ^ê7&x^ˆ.µö¨8?×!¸´-ܼ±•‡!"7¸'RyÊ"‡nG¡r}ˆ&²à3 s圩còbÁ‹Í´.]äù©l»j CYmngaúÚ2ÑYÄ ÿfø=lõ^º9œ> ¬é¾ê„èS¦IA©æö£Kv`yÐl/¾ À71è᤹Ԇò¾ž÷†3î ¨jƒf@w…¸“ 9´¥bZHœ}´?§Ú tFa qâÿHÌa’MK…&å€ywvÙå²mj¼v ð5gxÃùÖ+}"‚*3wËV<èoÊ ›ˆC§aiúŸR- ǯ+çWg©_™+ŒUJ#L¡=Ø ×ÜW1äôg‰Z©´HþʈâÈîùT%t§­KâÍ¢“òü̓|¾ÇáýH;¢GÐ;«ûé#;d›]¸ÂÓ…mìÉ„s!<²aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9zZWFyY2hf cmVmX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL29iajE2L3NraXAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9zb3VyY2VfYXR0YWNoX2F0dHJp Yi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43 L2ljb25zL29iajE2L3RhYmxlX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3RlbXBsYXRlX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L3RleHRfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL29iajE2L3RyYW5zbGF0ZS5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3Vua25vd25f b2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvb2JqMTYvdmFyX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3htbGVkaXQuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9h YnN0cmFjdF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL292cjE2L2NvbnN0cl9vdnIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9lcnJvcl9jby5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL292cjE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb3ZyMTYvZm9jdXNfb3ZyLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb3ZyMTYvaW1w bG1fY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9vdnIxNi9qYXZhX292ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL292cjE2L25hdGl2ZV9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL292 cjE2L292ZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vdnIxNi9ydW5fY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9zdGF0aWNfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9vdnIxNi9zeW5jaF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL292cjE2L3R5cGVpbmZvY3VzX3VuZGVybGF5LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv b3ZyMTYvdm9sYXRpbGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi93YXJuaW5nX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2Fk ZGxpYnJhcnlfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2NvZGVyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2Nv bXB1bml0cmVmYWN0X3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL3dpemJhbi9lZGl0ZWxlbV93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4v ZXhwb3J0X2phdmFkb2Nfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2V4dHN0cl93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4v ZmllbGRyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2phcl9wYWNrX3dpei5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL3dpemJhbi9q YXZhX2FwcF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy93aXpiYW4vamF2YV9hdHRhY2hfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2ph dmFfd29ya2luZ3NldF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbWV0aHJlZmFjdF93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpi YW4vbmV3ZmllbGRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL25ld2ludF93aXouZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3 anByal93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3bWV0aF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3cGFja193 aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy93aXpiYW4vbmV3c2Jvb2tfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL25ld3NyY2ZsZHJfd2l6 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvd2l6YmFuL3BhY2tyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL3B1bGx1cF93aXouZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy93aXpiYW4vcmVmYWN0b3Jfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL3R5cGVyZWZhY3Rfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvdGVtcGxh dGVzL2RlZmF1bHQtY29kZXRlbXBsYXRlcy54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L3RlbXBsYXRlcy9kZWZhdWx0LXRlbXBsYXRlcy5w cm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy90ZW1wbGF0ZXMvZGVmYXVsdC10ZW1wbGF0ZXMueG1sCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9jcGwtdjEwLmh0bWwKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2luc3RhbGwudHh0CmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9waHBlY2xp cHNlLmphcgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L3BsdWdpbi54bWwKQGRpcnJtIGVjbGlwc2UvZmVhdHVyZXMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVpXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYK QGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVp XzEuMS43L2ljb25zL2Z1bGwKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZHQuc21hcnR5LnVpXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGR0LnNtYXJ0eS51aV8xLjEuNwpAZGlycm0gZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmNvcmVfMS4xLjcKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEu MS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uu ZGVidWcudWlfMS4xLjcvaWNvbnMvY3Rvb2wxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2R0b29sMTYK QGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1 Zy51aV8xLjEuNy9pY29ucy9ldmlldzE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2UuZGVidWcudWlfMS4xLjcvaWNvbnMvb2JqMTYKQGRpcnJt IGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8x LjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLmRlYnVnLnVpXzEuMS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wx NgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4 dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jdG9vbDE2CkBkaXJybSBlY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9p Y29ucy9mdWxsL2N2aWV3MTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2CkBk aXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJu YWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2R0b29sMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2V0b29sMTYKQGRpcnJt IGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZXZpZXcxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVs bC9vYmoxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbApAZGlycm0gZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNv bnMvb2JqMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNwpAZGlycm0g ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18x LjEuNwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl LnBocGhlbHBfMS4xLjcKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL2N2aWV3MTYKQGRpcnJtIGVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxs L29iajE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UudWlfMS4xLjcvaWNvbnMvZnVsbC9vdnIxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVpXzEuMS43L2ljb25zL2Z1bGwKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29u cwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVp XzEuMS43L3RlbXBsYXRlcwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlLnVpXzEuMS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9ob21lCkBkaXJybSBlY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9p Y29ucy9jbGNsMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2RsY2wxNgpAZGlycm0gZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNv bnMvZWxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMKQGRpcnJtIGVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43 L2ljb25zL29iajE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEu NwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnht bC51aV8xLjEuNy9pY29ucy9iYXNpYy9vYmoxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9pY29ucy9iYXNpYwpAZGly cm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8x LjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLnhtbC51aV8xLjEuNwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNgpAZGlycm0gZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYKQGRp cnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdmlldzE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNgpAZGlycm0gZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL2V0b29sMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldmlldzE2CkBkaXJybSBlY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYKQGRp cnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vdnIxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL3dpemJhbgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvdGVtcGxhdGVzCkBkaXJybSBl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcKQGRpcnJt dHJ5IGVjbGlwc2UvcGx1Z2lucwpAZGlycm10cnkgZWNsaXBzZS9mZWF0dXJlcwpAZGlycm10 cnkgZWNsaXBzZQo= --------------090606080205010103000602-- --------------enigF46D6A4C24C89C786F77A7AC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGSILfMDIb41/+S0RAre/AJ4ovByCw/uVkC4U1MO/Q8MzADMjdwCaArMw /Bc0tAVv/bUj2rNLS1U6j1Q= =k50S -----END PGP SIGNATURE----- --------------enigF46D6A4C24C89C786F77A7AC-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 08:34:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3240116A425 for ; Thu, 16 Mar 2006 08:34:39 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D81EA43D6E for ; Thu, 16 Mar 2006 08:34:37 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Mar 2006 08:34:32 -0000 Received: from p54A7ED8C.dip.t-dialin.net (EHLO [192.168.0.207]) [84.167.237.140] by mail.gmx.net (mp028) with SMTP; 16 Mar 2006 09:34:32 +0100 X-Authenticated: #5465401 Message-ID: <44192312.80008@gmx.de> Date: Thu, 16 Mar 2006 09:34:26 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCAEA25B7D1017BC034F3C2BA" X-Y-GMX-Trusted: 0 Subject: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 08:34:39 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCAEA25B7D1017BC034F3C2BA Content-Type: multipart/mixed; boundary="------------020806070606020502030009" This is a multi-part message in MIME format. --------------020806070606020502030009 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The previous mail has been corrupted. I have submitted the following PR a couple of days ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94325 No commiter has stepped forward to take care of the matter. Thus I'm now sending the patches to the mailing list in hope that somebody might step up to commit them. --------------020806070606020502030009 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Makefile.diff" OWM5CjwgUE9SVFZFUlNJT049CTEuMS40Ci0tLQo+IFBPUlRWRVJTSU9OPQkxLjEuNwoxM2Mx Mwo8IERJU1ROQU1FPQlQSFBlY2xpcHNlLSR7UE9SVFZFUlNJT059LWZlYXR1cmVzCi0tLQo+ IERJU1ROQU1FPQkgCW5ldC5zb3VyY2Vmb3JnZS4ke1BPUlROQU1FfV8ke1BPUlRWRVJTSU9O fS5iaW4uZGlzdAoyNiwzMGQyNQo8IFBMSVNUX1NVQj0JVkVSPSR7UE9SVFZFUlNJT059IE5T UD1uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZSBcCjwgCQlRVkVSPWNvbS5xdWFudHVtLlF1 YW50dW1fMi40LjUgVEVBTVZFUj0zLjAuMCBcCjwgCQlPVFM9b3JnLnRpZ3Jpcy5zdWJ2ZXJz aW9uIE9UU1ZFUj0wLjkuMzAgVUlWRVI9MS4xLjIgXAo8IAkJVElEWVZFUj0xLjIuMSBIVE1M VkVSPTEuMS4zIFVOSVRWRVI9cGhwdW5pdF8xLjAuMAo8IAozNCwzNWMyOSwzMAo8IAlAJHtD UH0gLXIgJHtXUktTUkN9L2VjbGlwc2UvZmVhdHVyZXMvKiAke0VDTElQU0V9L2ZlYXR1cmVz CjwgCUAke0NQfSAtciAke1dSS1NSQ30vZWNsaXBzZS9wbHVnaW5zLyogJHtFQ0xJUFNFfS9w bHVnaW5zCi0tLQo+IAlAJHtDUH0gLXIgJHtXUktTUkN9L2ZlYXR1cmVzLyogJHtFQ0xJUFNF fS9mZWF0dXJlcwo+IAlAJHtDUH0gLXIgJHtXUktTUkN9L3BsdWdpbnMvKiAke0VDTElQU0V9 L3BsdWdpbnMK --------------020806070606020502030009 Content-Type: text/plain; name="pkg-message.diff" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="pkg-message.diff" OWExMCwxMwo+IAo+IElmIHlvdSBhcmUgZXhwZXJpZW5jaW5nIHByb2JsZW1zIHdoaWxlIHNh dmluZyBmaWxlcyBvciBvcGVuaW5nIEhUTUwgZmlsZXMKPiBwbGVhc2Ugc2VsZWN0ICJXaW5k b3ctPlByZWZlcmVuY2VzLT5Ccm93c2VyIFByZXZpZXcgRGVmYXVsdHMiIGFuZCB1bmNoZWNr Cj4gYWxsIGNoZWNrYm94ZXMuCg== --------------020806070606020502030009 Content-Type: text/plain; name="pkg-plist" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="pkg-plist" ZWNsaXBzZS9mZWF0dXJlcy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9jcGwt djEwLmh0bWwKZWNsaXBzZS9mZWF0dXJlcy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9mZWF0dXJlLnhtbAplY2xpcHNlL2ZlYXR1cmVzL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2xpY2Vuc2UuaHRtbAplY2xpcHNlL2ZlYXR1cmVzL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L3BocGVjbGlwc2UuanBlZwplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGR0LnNtYXJ0eS51aV8xLjEuNy9pY29ucy9mdWxsL29iajE2 L2h0bWwucG5nCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5 LnVpXzEuMS43L2NwbC12MTAuaHRtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGR0LnNtYXJ0eS51aV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVpXzEuMS43L3NtYXJ0eXVpLmphcgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuY29yZV8xLjEuNy9wbHVnaW4u eG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5jb3JlXzEu MS43L3dlYmNvcmUuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5kZWJ1Zy5jb3JlXzEuMS43Ly5jbGFzc3BhdGgKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLmNvcmVfMS4xLjcvLnByb2plY3QKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLmNvcmVfMS4xLjcv LnRlbXBsYXRlCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5k ZWJ1Zy5jb3JlXzEuMS43L2NvcmUuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEuMS43 L3BsdWdpbi54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl LmRlYnVnLnVpXzEuMS43L2ljb25zL2N0b29sMTYvcnVuX3BocC5naWYKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2R0 b29sMTYvcnVuX3BocC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2V2aWV3MTYvYXJndW1lbnRzX3RhYi5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEu MS43L2ljb25zL29iajE2L2Jya3Bfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZGVidWcudWlfMS4xLjcvLnRlbXBsYXRlCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8xLjEuNy9kZWJ1Zy5q YXIKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVp XzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvY2xjbDE2L2FjdGl2YXRlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9h ZGRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5l eHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L2RlYWN0aXZhdGUuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L2VsZW1lbnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1 bGwvY2xjbDE2L2VsZW1lbnRzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9lcnJv ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVy bmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jbGNsMTYvZ290b29ial90c2suZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEu MS43L2ljb25zL2Z1bGwvY2xjbDE2L21vdmVEb3duLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxs L2NsY2wxNi9tb3ZlVXAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L3Byb3BlcnRp ZXMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRl cm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvY2xjbDE2L3JlZnJlc2guZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43 L2ljb25zL2Z1bGwvY2xjbDE2L3JlbW92ZUFsbF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVs bC9jbGNsMTYvcmVtb3ZlX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wxNi9ydW5f dG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4 dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jbGNsMTYvc2VhcmNoLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEu Ny9pY29ucy9mdWxsL2N0b29sMTYvZXh0ZXJuYWxfdG9vbHMuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvY3ZpZXcxNi9leHRlcm5hbF90b29scy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9j dmlldzE2L2xvZ19jb25zb2xlX3ZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2 L2NvcHlfdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9kbGNsMTYvZGVsX3Rvb2wuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L25ld190b29sLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29u cy9mdWxsL2RsY2wxNi9wYXN0ZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2RsY2wx Ni9wcm9wX3Rvb2wuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L3JlZnJlc2guZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2L3JlbmFtZV90b29sLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9p Y29ucy9mdWxsL2RsY2wxNi9ydW5fdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9kbGNs MTYvcnVud2l0aF90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2R0b29sMTYvZXh0ZXJu YWxfdG9vbHMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZWxjbDE2L2NvcHlfdG9vbC5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9v bHNfMS4xLjcvaWNvbnMvZnVsbC9lbGNsMTYvZGVsX3Rvb2wuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2L25ld190b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wxNi9w YXN0ZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wxNi9wcm9wX3Rvb2wuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZWxjbDE2L3JlZnJlc2guZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2L3JlbmFtZV90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2VsY2wx Ni9ydW5fdG9vbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9lbGNsMTYvcnVud2l0aF90b29s LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJu YWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2V0b29sMTYvZXh0ZXJuYWxfdG9vbHMuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2ljb25zL2Z1bGwvZXZpZXcxNi9leHRlcm5hbF90b29scy5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcv aWNvbnMvZnVsbC9ldmlldzE2L2xvZ19jb25zb2xlX3ZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvb2JqMTYvYnVpbGRlci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9jbGFz c3BhdGguZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5l eHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvZXh0ZXJuYWxfdG9vbHMuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvZmlsZV9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvb2JqMTYvaW52YWxpZF9idWlsZF90b29sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxs L29iajE2L2phcl9sX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9tYWluX3Rh Yi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVy bmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9vYmoxNi9vcHRpb25zX3RhYi5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4x LjcvaWNvbnMvZnVsbC9vYmoxNi9wcm9wX3BzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL29i ajE2L3R0eXBlX3Byb2dyYW0uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYvdHlwZS5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFs dG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYvYXBhY2hlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9vYmox Ni9hcGFjaGVfcmVzdGFydC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYvYXBhY2hlX3N0b3Au Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5h bHRvb2xzXzEuMS43L2ljb25zL29iajE2L3NxbC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvb2JqMTYv eGFtcHBfc3RhcnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL29iajE2L3hhbXBwX3N0b3AuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xz XzEuMS43L2V4dGVybmFsdG9vbHMuamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L3BsdWdpbi54bWwKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy8uY2xh c3NwYXRoCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5sYXVu Y2hpbmdfMS4xLjcvLnByb2plY3QKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy8udGVtcGxhdGUKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy9jcGwtdjEwLmh0bWwK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18x LjEuNy9sYXVuY2guamFyCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5sYXVuY2hpbmdfMS4xLjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18xLjEuNy9wbHVnaW4ueG1s CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5waHBoZWxwXzEu MS43Ly5jbGFzc3BhdGgKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLnBocGhlbHBfMS4xLjcvY3BsLXYxMC5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZS5waHBoZWxwXzEuMS43L2RvYy56aXAKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBfMS4xLjcvcGhwaGVscC5q YXIKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBf MS4xLjcvcGhwaGVscC54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLnBocGhlbHBfMS4xLjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnBocGhlbHBfMS4xLjcvcGx1Z2luLnhtbApl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvaWNv bnMvZnVsbC9jdmlldzE2L3ByZXZpZXcuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL29iajE2L3BocC5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVpXzEuMS43L2ljb25z L2Z1bGwvb3ZyMTYvZXJyb3JfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL292cjE2L3dhcm5pbmdfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy90 ZW1wbGF0ZXMvZGVmYXVsdC10ZW1wbGF0ZXMucHJvcGVydGllcwplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvdGVtcGxhdGVzL2RlZmF1bHQt dGVtcGxhdGVzLnhtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UudWlfMS4xLjcvY3BsLXYxMC5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS51aV8xLjEuNy9wbHVnaW4ucHJvcGVydGllcwplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvcGx1Z2luLnhtbAplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UudWlfMS4xLjcvdWkuamFy CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2Vy XzEuMS43L2hvbWUvaG9tZS5odG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2NsY2wxNi9hZGRfZmF2b3JpdGUu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93 c2VyXzEuMS43L2ljb25zL2NsY2wxNi9uYXZfYmFja3dhcmQuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2Ns Y2wxNi9uYXZfZm9yd2FyZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvY2xjbDE2L25hdl9nby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4x LjcvaWNvbnMvY2xjbDE2L25hdl9ob21lLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9jbGNsMTYvbmF2X3By aW50LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2Vi YnJvd3Nlcl8xLjEuNy9pY29ucy9jbGNsMTYvbmF2X3JlZnJlc2guZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25z L2NsY2wxNi9uYXZfc3RvcC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvZGxjbDE2L2FkZF9mYXZvcml0ZS5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dz ZXJfMS4xLjcvaWNvbnMvZGxjbDE2L25hdl9iYWNrd2FyZC5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvZGxj bDE2L25hdl9mb3J3YXJkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9kbGNsMTYvbmF2X2dvLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEu Ny9pY29ucy9kbGNsMTYvbmF2X2hvbWUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2RsY2wxNi9uYXZfcHJp bnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJi cm93c2VyXzEuMS43L2ljb25zL2RsY2wxNi9uYXZfcmVmcmVzaC5naWYKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMv ZGxjbDE2L25hdl9zdG9wLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9lbGNsMTYvYWRkX2Zhdm9yaXRlLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nl cl8xLjEuNy9pY29ucy9lbGNsMTYvbmF2X2JhY2t3YXJkLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9lbGNs MTYvbmF2X2ZvcndhcmQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2VsY2wxNi9uYXZfZ28uZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43 L2ljb25zL2VsY2wxNi9uYXZfaG9tZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvZWxjbDE2L25hdl9wcmlu dC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJy b3dzZXJfMS4xLjcvaWNvbnMvZWxjbDE2L25hdl9yZWZyZXNoLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9l bGNsMTYvbmF2X3N0b3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2Vy XzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEwLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmox Ni9mcmFtZXMvZnJhbWUxMS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvb2JqMTYvZnJhbWVzL2ZyYW1lMTIu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93 c2VyXzEuMS43L2ljb25zL29iajE2L2ZyYW1lcy9mcmFtZTEzLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWUyLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWUz LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU0LmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWU1LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU2 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU3LmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9v YmoxNi9mcmFtZXMvZnJhbWU4LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMvZnJhbWU5 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJv d3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9leHRlcm5hbF9icm93c2VyLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29u cy9vYmoxNi9mYXZvcml0ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNvbnMvb2JqMTYvaW50ZXJuYWxfYnJvd3Nl ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJy b3dzZXJfMS4xLjcvZGVmYXVsdEJyb3dzZXJzLnhtbAplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9wbHVnaW4ucHJvcGVydGll cwplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nl cl8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L3dlYmJyb3dzZXIuamFyCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy9jcGwtdjEwLmh0 bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC5jb3Jl XzEuMS43L3BsdWdpbi5wcm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy9wbHVnaW4ueG1sCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEuNy94bWxjb3JlLmph cgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UueG1sLnVpXzEu MS43L2ljb25zL2Jhc2ljL29iajE2L2h0bWxlZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UueG1sLnVpXzEuMS43L2ljb25zL2Jhc2ljL29iajE2 L3htbC5wbmcKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnht bC51aV8xLjEuNy9pY29ucy9lbGVtZW50X29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9jcGwtdjEwLmh0bWwKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9wbHVn aW4ucHJvcGVydGllcwplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UueG1sLnVpXzEuMS43L3BsdWdpbi54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy94bWx1aS5qYXIKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9hZGRfZXhj LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvY2xjbDE2L2FscGhhYl9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2NsYXNzX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2NsY2wxNi9jbGVhcl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9jb2xsYXBzZWFsbC5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9k ZWZhdWx0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY2xjbDE2L2RlZmluaW5ndHlwZV9zb3J0X2NvLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2 L2V4Y19jYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2NsY2wxNi9maWVsZHNfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvZmlsdGVyX3Bz LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvY2xjbDE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2ZsYXRMYXlvdXQuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNs MTYvZ29pbnRvX3RvcGxldmVsX3R5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvaGV4YWRfY28uZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNs MTYvaGllcmFyY2hpY2FsTGF5b3V0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L2hpZXJhcmNoeV9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Ns Y2wxNi9oaXN0b3J5X2xpc3QuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvaW1wbF9jby5naWYKZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9zdWJf Y28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jbGNsMTYvaW5oZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvbG9ja19jbG9zZS5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Ns Y2wxNi9tZXRoYXJnX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9wYWNrX2VtcHR5X2NvLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2 L3ByaXZhdGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9jbGNsMTYvcHJvdGVjdGVkX2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3B1Ymxp Y19jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2NsY2wxNi9yZWZyZXNoX25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNi9yZW1vdmVfZXhjLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY2xjbDE2L3JlbW92ZWFfZXhjLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3NlYXJjaF9zb3J0bWF0Y2guZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9jbGNsMTYvc3RhdGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3N1cGVyX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3N5 bmNlZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2NsY2wxNi90aF9ob3Jpem9udGFsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3RoX3Nob3dxdWFs aWZpZWQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9jbGNsMTYvdGhfc2luZ2xlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY2xjbDE2L3RoX3ZlcnRpY2FsLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi9jb21tZW50X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2Rpc3Bfc2Jvb2suZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9j dG9vbDE2L2V4cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2V4cG9ydGRpcl93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9v bDE2L2V4cG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2Zvcm1hdF9lZGl0LmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wx Ni9pbXBvcnRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9pbXBvcnRqYXJfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9p bnNwX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9qYXZhX2FwcC5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvamF2YV9hdHRh Y2guZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jdG9vbDE2L2phdmFkb2MuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdG9vbDE2L2pkb2NfaG92ZXJfZWRpdC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2N0b29sMTYvbmV3ZmllbGRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9uZXdpbnRfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv Y3Rvb2wxNi9uZXdqcHJqX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV3andvcmtpbmdTZXRfd2l6Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi9uZXdwYWNrX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV3c2Jvb2tfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv Y3Rvb2wxNi9uZXdwYWNrZm9sZGVyX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvbmV4dF9lcnJvcl9uYXYu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdG9vbDE2L29wZW50eXBlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9wYWNrX3Nib29rLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rv b2wxNi9waHAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9jdG9vbDE2L3BocF9wYWdlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9wcmV2X2Vycm9y X25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2N0b29sMTYvcnVuX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi9zZWdtZW50X2VkaXQu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdG9vbDE2L3NoaWZ0X2xfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYvc2hpZnRfcl9lZGl0Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvY3Rvb2wxNi90ZXJtX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3Rvb2wxNi91bmNvbW1lbnRfZWRpdC5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2N2aWV3MTYvYnJvd3NlX3BlcnNwLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvY3ZpZXcxNi9jbGFzc19oaS5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3 MTYvY2xhc3NmaWxlZ2VuZXJhdGlvbl90YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdmlldzE2L2Vycm9yd2FybmluZ190 YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9jdmlldzE2L2hpZXJjaF9wZXJzcC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvamRrY29tcGxpYW5j ZV90YWIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9jdmlldzE2L2pwZXJzcGVjdGl2ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvbWVtYmVycy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2N2aWV3MTYvcGFja2FnZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N2aWV3MTYvcGFja2FnZXMuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9jdmlldzE2 L3Byb2plY3RzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvY3ZpZXcxNi90eXBlcy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9hZGRfZXhjLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv ZGxjbDE2L2FscGhhYl9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2NsYXNzX29iai5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wx Ni9jbGVhcl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2RsY2wxNi9jb2xsYXBzZWFsbC5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9kZWZhdWx0 X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvZGxjbDE2L2RlZmluaW5ndHlwZV9zb3J0X2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2V4Y19j YXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL2RsY2wxNi9maWVsZHNfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvZmlsdGVyX3BzLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv ZGxjbDE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2ZsYXRMYXlvdXQuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvZ29p bnRvX3RvcGxldmVsX3R5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaGV4YWRfY28uZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaGll cmFyY2hpY2FsTGF5b3V0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L2hpZXJhcmNoeV9jby5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9o aXN0b3J5X2xpc3QuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvaW1wbF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9zdWJfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9kbGNsMTYvaW5oZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNsMTYvbG9ja19jbG9zZS5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9t ZXRoYXJnX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL2RsY2wxNi9wYWNrX2VtcHR5X2NvLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3ByaXZh dGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9kbGNsMTYvcHJvdGVjdGVkX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3B1YmxpY19jby5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2RsY2wxNi9yZWZyZXNoX25hdi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2RsY2wxNi9yZW1vdmVfZXhjLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxj bDE2L3JlbW92ZWFfZXhjLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3NlYXJjaF9zb3J0bWF0Y2guZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kbGNs MTYvc3RhdGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3N1cGVyX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3N5bmNlZC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2RsY2wxNi90aF9ob3Jpem9udGFsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3RoX3Nob3dxdWFsaWZpZWQu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9kbGNsMTYvdGhfc2luZ2xlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2L3RoX3ZlcnRpY2FsLmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRv b2wxNi9jb21tZW50X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2Rpc3Bfc2Jvb2suZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L2V4cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2V4cG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2Zv cm1hdF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9pbXBvcnRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9pbXBvcnRq YXJfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvZHRvb2wxNi9pbnNwX3Nib29rLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9qYXZhX2FwcC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2R0b29sMTYvamF2YV9hdHRhY2guZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L2phdmFkb2MuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9v bDE2L2pkb2NfaG92ZXJfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2R0b29sMTYvbmV3Y2xhc3Nfd2l6LmdpZgplY2xp cHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRv b2wxNi9uZXdmaWVsZF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L25ld2ludF93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L25ld2pwcmpfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXdqd29ya2luZ1NldF93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9v bDE2L25ld3BhY2tfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXdzYm9va193aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2 L25ld3BhY2tmb2xkZXJfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9uZXh0X2Vycm9yX25hdi5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2R0 b29sMTYvb3BlbnR5cGUuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3BhY2tfc2Jvb2suZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3By ZXZfZXJyb3JfbmF2LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9ydW5fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3NlZ21l bnRfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL2R0b29sMTYvc2hpZnRfbF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNi9zaGlmdF9y X2VkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9kdG9vbDE2L3Rlcm1fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9kdG9vbDE2L3VuY29tbWVudF9l ZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvZWxjbDE2L2FkZF9leGMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvYWxwaGFiX3NvcnRfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9lbGNsMTYvY2xhc3Nfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2NsZWFyX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2Nv bGxhcHNlYWxsLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZWxjbDE2L2RlZmF1bHRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZGVmaW5pbmd0 eXBlX3NvcnRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZXhjX2NhdGNoLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2ZpZWxkc19j by5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43 L2ljb25zL2VsY2wxNi9maWx0ZXJfcHMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvZmluYWxfY28uZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvZmxhdExheW91dC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9nb2ludG9fdG9wbGV2ZWxfdHlwZS5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNi9oZXhhZF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9oaWVyYXJjaGljYWxMYXlvdXQuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvaGllcmFyY2h5X2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L2hpc3RvcnlfbGlzdC5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9p bXBsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvZWxjbDE2L3N1Yl9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9pbmhlcl9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNi9sb2NrX2Nsb3NlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L21ldGhhcmdfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3Bh Y2tfZW1wdHlfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvcHJpdmF0ZV9jby5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9wcm90ZWN0 ZWRfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9lbGNsMTYvcHVibGljX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3JlZnJlc2hfbmF2Lmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvZWxjbDE2L3JlbW92ZV9leGMuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYvcmVtb3ZlYV9leGMuZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNs MTYvc2VhcmNoX3NvcnRtYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi9zdGF0aWNfY28uZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9lbGNsMTYv c3VwZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9lbGNsMTYvc3luY2VkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZWxjbDE2L3RoX2hvcml6b250YWwu Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9lbGNsMTYvdGhfc2hvd3F1YWxpZmllZC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2VsY2wxNi90aF9zaW5nbGUuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9lbGNsMTYvdGhfdmVydGljYWwuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2NvbW1lbnRfZWRpdC5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0 b29sMTYvZGlzcF9zYm9vay5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvZXhwb3J0X3dpei5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYv ZXhwb3J0amFyX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvZm9ybWF0X2VkaXQuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2lt cG9ydF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9ldG9vbDE2L2ltcG9ydGphcl93aXouZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L2luc3Bf c2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9ldG9vbDE2L2phdmFfYXBwLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9qYXZhX2F0dGFjaC5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvamF2YV93b3JraW5nc2V0X3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvamF2YWRvYy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvamRvY19ob3Zlcl9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9uZXdjbGFzc193aXou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9ldG9vbDE2L25ld2ZpZWxkX3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvbmV3aW50X3dpei5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L2V0b29sMTYvbmV3anByal93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25ld2p3b3JraW5nU2V0X3dpei5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V0b29sMTYvbmV3cGFja193aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25ld3BhY2tmb2xkZXJfd2l6 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvZXRvb2wxNi9uZXdzYm9va193aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L25leHRfZXJyb3JfbmF2 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvZXRvb2wxNi9vcGVudHlwZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29sMTYvcGFja19zYm9vay5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0 b29sMTYvcHJldl9lcnJvcl9uYXYuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L3J1bl9zYm9vay5naWYKZWNsaXBz ZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V0b29s MTYvc2hpZnRfbF9lZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZXRvb2wxNi9zaGlmdF9yX2VkaXQuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2 L3Rlcm1fc2Jvb2suZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9ldG9vbDE2L3VuY29tbWVudF9lZGl0LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXZpZXcxNi9i cm93c2VfcGVyc3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9ldmlldzE2L2NsYXNzX2hpLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZXZpZXcxNi9oaWVyY2hf cGVyc3AuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9ldmlldzE2L2pwZXJzcGVjdGl2ZS5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V2aWV3MTYvbWVtYmVycy5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL2V2aWV3MTYvcGFja2FnZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2V2aWV3MTYvcGFja2FnZXMuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldmlldzE2 L3Byb2plY3RzLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2VfMS4xLjcvaWNvbnMvZXZpZXcxNi90eXBlcy5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2Jya3BpX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2J1aWx0aW5fb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2hhbmdlLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2xhc3Nf ZGVmYXVsdF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jbGFzc2Zfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY2xhc3Nmb19v YmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9vYmoxNi9jbGVhci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2NvbHVtbl9vYmouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9j b21wYXJlX2ZpZWxkLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY29tcGFyZV9tZXRob2QuZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jb21w b3NpdGVfY2hhbmdlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvY29ycmVjdGlvbl9jaGFuZ2UuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9j b3JyZWN0aW9uX2RlbGV0ZV9pbXBvcnQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9jb3JyZWN0aW9uX21vdmUuZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9vYmoxNi9jb3JyZWN0aW9uX3JlbmFtZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2NwX29yZGVyX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2N1X2NoYW5nZS5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2N1X29iai5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2RlZmluZV9v YmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9vYmoxNi9lbXB0eV9sb2dpY2FsX3BhY2thZ2Vfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvZW1w dHlfcGFja19mbGRyX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2VtcHR5X3BhY2tfb2JqLmdpZgplY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYv ZW52dmFyX25vbmV4aXN0X29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2VudnZhcl9vYmouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9l eGNsdXNpb25fZmlsdGVyX2F0dHJpYi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2ZhdGFsZXJyb3Jfb2JqLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv b2JqMTYvZmllbGRfZGVmYXVsdF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9maWVsZF9wcml2YXRlX29iai5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL29iajE2L2ZpZWxkX3Byb3RlY3RlZF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9maWVsZF9wdWJsaWNf b2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvb2JqMTYvZmlsZV9jaGFuZ2UuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291 cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9maWxlX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L2Z1bl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9odG1sLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaHRtbF90YWdfb2JqLmdp ZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNv bnMvb2JqMTYvaHRtbGVkaXQuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9pbXBfb2JqLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW1wY19v YmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy9vYmoxNi9pbm5lcmNsYXNzX2RlZmF1bHRfb2JqLmdpZgplY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5uZXJj bGFzc19wcml2YXRlX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2lubmVyY2xhc3NfcHJvdGVjdGVkX29iai5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL29iajE2L2lubmVyY2xhc3NfcHVibGljX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2lubmVyaW50ZXJm YWNlX2RlZmF1bHRfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5uZXJpbnRlcmZhY2VfcHJpdmF0ZV9vYmou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vYmoxNi9pbm5lcmludGVyZmFjZV9wcm90ZWN0ZWRfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvaW5u ZXJpbnRlcmZhY2VfcHVibGljX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2ludF9kZWZhdWx0X29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2ludGZfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFyX2Rlc2Nfb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFy X2xfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvb2JqMTYvamFyX2xzcmNfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamFyX29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2phcl9ub25leGlzdF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9qYXJfc3JjX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L2phdmEuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9qYXZhX21vZGVsX29iai5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2phdmFkb2Nf bG9jYXRpb25fYXR0cmliLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvamN1X29iai5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2pjdV9yZXNv dXJjZV9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9qZG9jX3RhZ19vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9qZXhjZXB0aW9u X29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEu MS43L2ljb25zL29iajE2L2pleGNlcHRpb25kX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2pydGV4Y2VwdGlv bl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9vYmoxNi9qc2Jvb2tfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvanNib29rX3J1bl9vYmou Z2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vYmoxNi9qc2VhcmNoX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L2p3b3JraW5nU2V0X29iai5naWYK ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25z L29iajE2L2xpYnJhcnlfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbG9jYWx2YXJpYWJsZV9vYmouZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9v YmoxNi9sb2dpY2FsX3BhY2thZ2Vfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbWV0aGRlZl9vYmouZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9v YmoxNi9tZXRocHJpX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L21ldGhwcm9fb2JqLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvbWV0 aHB1Yl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9uZXZlcl90cmFuc2xhdGUuZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9ubHNfc2Vh cmNoX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL29iajE2L29jY19tYXRjaC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L29jY19yZWFkLmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv b2JqMTYvb2NjX3dyaXRlLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvb3V0cHV0X2ZvbGRlcl9hdHRyaWIuZ2lmCmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9v YmoxNi9wYWNrYWdlX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3BhY2thZ2Vmb2xkZXJfbm9uZXhpc3Rfb2Jq LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvb2JqMTYvcGFja2FnZWZvbGRlcl9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9wYWNrZF9vYmouZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9vYmoxNi9waHAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vYmoxNi9waHBlZGl0LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvcHJqY3Rfbm9uZXhp c3Rfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Vf MS4xLjcvaWNvbnMvb2JqMTYvcHJvZmllbGRfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvcHViZmllbGRfb2Jq LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvb2JqMTYvcXVpY2tmaXhfZXJyb3Jfb2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYvcXVpY2tmaXhfd2Fy bmluZ19vYmouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy9vYmoxNi9zZWFyY2hfZGVjbF9vYmouZ2lmCmVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9zZWFyY2hf cmVmX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL29iajE2L3NraXAuZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vYmoxNi9zb3VyY2VfYXR0YWNoX2F0dHJp Yi5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43 L2ljb25zL29iajE2L3RhYmxlX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3RlbXBsYXRlX29iai5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29i ajE2L3RleHRfZWRpdC5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL29iajE2L3RyYW5zbGF0ZS5naWYKZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3Vua25vd25f b2JqLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvaWNvbnMvb2JqMTYvdmFyX29iai5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL29iajE2L3htbGVkaXQuZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9h YnN0cmFjdF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlXzEuMS43L2ljb25zL292cjE2L2NvbnN0cl9vdnIuZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9lcnJvcl9jby5n aWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2lj b25zL292cjE2L2ZpbmFsX2NvLmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb3ZyMTYvZm9jdXNfb3ZyLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb3ZyMTYvaW1w bG1fY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy9pY29ucy9vdnIxNi9qYXZhX292ci5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL292cjE2L25hdGl2ZV9jby5naWYKZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL292 cjE2L292ZXJfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy9vdnIxNi9ydW5fY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQu c291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi9zdGF0aWNfY28uZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy9vdnIxNi9zeW5jaF9jby5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL292cjE2L3R5cGVpbmZvY3VzX3VuZGVybGF5LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMv b3ZyMTYvdm9sYXRpbGVfY28uZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy9vdnIxNi93YXJuaW5nX2NvLmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2Fk ZGxpYnJhcnlfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2NvZGVyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2Nv bXB1bml0cmVmYWN0X3dpei5naWYKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L2ljb25zL3dpemJhbi9lZGl0ZWxlbV93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4v ZXhwb3J0X2phdmFkb2Nfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdl LnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2V4dHN0cl93aXouZ2lmCmVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4v ZmllbGRyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2phcl9wYWNrX3dpei5naWYKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL3dpemJhbi9q YXZhX2FwcF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZV8xLjEuNy9pY29ucy93aXpiYW4vamF2YV9hdHRhY2hfd2l6LmdpZgplY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL2ph dmFfd29ya2luZ3NldF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbWV0aHJlZmFjdF93aXouZ2lmCmVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpi YW4vbmV3ZmllbGRfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL25ld2ludF93aXouZ2lmCmVjbGlwc2UvcGx1 Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3 anByal93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBz ZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3bWV0aF93aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy93aXpiYW4vbmV3cGFja193 aXouZ2lmCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEu Ny9pY29ucy93aXpiYW4vbmV3c2Jvb2tfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL25ld3NyY2ZsZHJfd2l6 LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcv aWNvbnMvd2l6YmFuL3BhY2tyZWZhY3Rfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL3B1bGx1cF93aXouZ2lm CmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29u cy93aXpiYW4vcmVmYWN0b3Jfd2l6LmdpZgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZv cmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvd2l6YmFuL3R5cGVyZWZhY3Rfd2l6LmdpZgpl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvdGVtcGxh dGVzL2RlZmF1bHQtY29kZXRlbXBsYXRlcy54bWwKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3Vy Y2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L3RlbXBsYXRlcy9kZWZhdWx0LXRlbXBsYXRlcy5w cm9wZXJ0aWVzCmVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8x LjEuNy90ZW1wbGF0ZXMvZGVmYXVsdC10ZW1wbGF0ZXMueG1sCmVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9jcGwtdjEwLmh0bWwKZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2luc3RhbGwudHh0CmVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9waHBlY2xp cHNlLmphcgplY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4x LjcvcGx1Z2luLnByb3BlcnRpZXMKZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5w aHBlY2xpcHNlXzEuMS43L3BsdWdpbi54bWwKQGRpcnJtIGVjbGlwc2UvZmVhdHVyZXMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9u ZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVpXzEuMS43L2ljb25zL2Z1bGwvb2JqMTYK QGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZHQuc21hcnR5LnVp XzEuMS43L2ljb25zL2Z1bGwKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZHQuc21hcnR5LnVpXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGR0LnNtYXJ0eS51aV8xLjEuNwpAZGlycm0gZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmNvcmVfMS4xLjcKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy5jb3JlXzEu MS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uu ZGVidWcudWlfMS4xLjcvaWNvbnMvY3Rvb2wxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmRlYnVnLnVpXzEuMS43L2ljb25zL2R0b29sMTYK QGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1 Zy51aV8xLjEuNy9pY29ucy9ldmlldzE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNv dXJjZWZvcmdlLnBocGVjbGlwc2UuZGVidWcudWlfMS4xLjcvaWNvbnMvb2JqMTYKQGRpcnJt IGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5kZWJ1Zy51aV8x LjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLmRlYnVnLnVpXzEuMS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2NsY2wx NgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4 dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbC9jdG9vbDE2CkBkaXJybSBlY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9p Y29ucy9mdWxsL2N2aWV3MTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9y Z2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zL2Z1bGwvZGxjbDE2CkBk aXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJu YWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2R0b29sMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lu cy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25z L2Z1bGwvZWxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNy9pY29ucy9mdWxsL2V0b29sMTYKQGRpcnJt IGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS5leHRlcm5hbHRv b2xzXzEuMS43L2ljb25zL2Z1bGwvZXZpZXcxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVs bC9vYmoxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xp cHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNvbnMvZnVsbApAZGlycm0gZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmV4dGVybmFsdG9vbHNfMS4xLjcvaWNv bnMvb2JqMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNs aXBzZS5leHRlcm5hbHRvb2xzXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdpbnMv bmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2UuZXh0ZXJuYWx0b29sc18xLjEuNwpAZGlycm0g ZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLmxhdW5jaGluZ18x LjEuNwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl LnBocGhlbHBfMS4xLjcKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2Uu cGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxsL2N2aWV3MTYKQGRpcnJtIGVjbGlwc2Uv cGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29ucy9mdWxs L29iajE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlw c2UudWlfMS4xLjcvaWNvbnMvZnVsbC9vdnIxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVpXzEuMS43L2ljb25zL2Z1bGwKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS51aV8xLjEuNy9pY29u cwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnVp XzEuMS43L3RlbXBsYXRlcwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3Jn ZS5waHBlY2xpcHNlLnVpXzEuMS43CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJj ZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9ob21lCkBkaXJybSBlY2xpcHNl L3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9p Y29ucy9jbGNsMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhw ZWNsaXBzZS53ZWJicm93c2VyXzEuMS43L2ljb25zL2RsY2wxNgpAZGlycm0gZWNsaXBzZS9w bHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcvaWNv bnMvZWxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVj bGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucy9vYmoxNi9mcmFtZXMKQGRpcnJtIGVjbGlw c2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS53ZWJicm93c2VyXzEuMS43 L2ljb25zL29iajE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2Uud2ViYnJvd3Nlcl8xLjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5z L25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLndlYmJyb3dzZXJfMS4xLjcKQGRpcnJtIGVj bGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZS54bWwuY29yZV8xLjEu NwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnht bC51aV8xLjEuNy9pY29ucy9iYXNpYy9vYmoxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25l dC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8xLjEuNy9pY29ucy9iYXNpYwpAZGly cm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlLnhtbC51aV8x LjEuNy9pY29ucwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlLnhtbC51aV8xLjEuNwpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vm b3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2NsY2wxNgpAZGlycm0gZWNsaXBzZS9wbHVn aW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2N0b29sMTYKQGRp cnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9jdmlldzE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBo cGVjbGlwc2VfMS4xLjcvaWNvbnMvZGxjbDE2CkBkaXJybSBlY2xpcHNlL3BsdWdpbnMvbmV0 LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvZHRvb2wxNgpAZGlycm0gZWNs aXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zL2Vs Y2wxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBlY2xpcHNl XzEuMS43L2ljb25zL2V0b29sMTYKQGRpcnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNl Zm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9pY29ucy9ldmlldzE2CkBkaXJybSBlY2xpcHNlL3Bs dWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvaWNvbnMvb2JqMTYKQGRp cnJtIGVjbGlwc2UvcGx1Z2lucy9uZXQuc291cmNlZm9yZ2UucGhwZWNsaXBzZV8xLjEuNy9p Y29ucy9vdnIxNgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5zb3VyY2Vmb3JnZS5waHBl Y2xpcHNlXzEuMS43L2ljb25zL3dpemJhbgpAZGlycm0gZWNsaXBzZS9wbHVnaW5zL25ldC5z b3VyY2Vmb3JnZS5waHBlY2xpcHNlXzEuMS43L2ljb25zCkBkaXJybSBlY2xpcHNlL3BsdWdp bnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcvdGVtcGxhdGVzCkBkaXJybSBl Y2xpcHNlL3BsdWdpbnMvbmV0LnNvdXJjZWZvcmdlLnBocGVjbGlwc2VfMS4xLjcKQGRpcnJt dHJ5IGVjbGlwc2UvcGx1Z2lucwpAZGlycm10cnkgZWNsaXBzZS9mZWF0dXJlcwpAZGlycm10 cnkgZWNsaXBzZQo= --------------020806070606020502030009-- --------------enigCAEA25B7D1017BC034F3C2BA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGSMSfMDIb41/+S0RAl2mAJ9SPLA9l062ua5xlxdbPLuBhVQq+gCdEbCN vCqhGPpEsaAOP/nMhX67l1M= =FCJT -----END PGP SIGNATURE----- --------------enigCAEA25B7D1017BC034F3C2BA-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 11:21:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A51AD16A400 for ; Thu, 16 Mar 2006 11:21:31 +0000 (UTC) (envelope-from daniel@roe.ch) Received: from dragon.roe.ch (dragon.roe.ch [212.53.102.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C3143D70 for ; Thu, 16 Mar 2006 11:21:22 +0000 (GMT) (envelope-from daniel@roe.ch) Received: from roe by dragon.roe.ch (envelope-from ) with LOCAL id 1FJqXe-0001Q9-00 ; Thu, 16 Mar 2006 12:21:18 +0100 Date: Thu, 16 Mar 2006 12:21:18 +0100 From: Daniel Roethlisberger To: "[LoN]Kamikaze" Message-ID: <20060316112118.GH2769@dragon.roe.ch> Mail-Followup-To: "[LoN]Kamikaze" , freebsd-ports@freebsd.org References: <4419220B.2050208@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4419220B.2050208@gmx.de> User-Agent: Mutt/1.5.4i Cc: freebsd-ports@freebsd.org Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 11:21:31 -0000 [LoN]Kamikaze 2006-03-16: > I have submitted the following PR a couple of days ago. [...] No > commiter has stepped forward to take care of the matter. Thus I'm now > sending the patches to the mailing list in hope that somebody might > step up to commit them. Since the ports tree was frozen until yesterday, there are lots of open PRs waiting for a committer. Patience seems like the best option you have right now. On a sidenote, following the recommendations in the Porters Handbook increases the chance of a committer taking care of your PR. In particular, you should append a single recursive unified diff of the port to the PR, possibly compressed and uuencoded if > 20k (see the Upgrading section for details). -Dan -- Daniel Roethlisberger GnuPG (PGP) key id 0x39740E98804A06B1 From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 11:49:01 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B8316A401 for ; Thu, 16 Mar 2006 11:49:01 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D12A43D49 for ; Thu, 16 Mar 2006 11:49:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so339764nzo for ; Thu, 16 Mar 2006 03:48:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Mn6BKm9pi+zPqFVxxU6W/St21cebl9LDWEWpnw03qfy025k9BvqFK3kxcf296wFw8Rq5XOxCKqU8RfJrg6aMgJxA/k5nmctVVbFiPIpaxvGydJW8KelVa838qO1+u/kc5oxytS5UbvvjgKpoYQVgPYVEj0sddt60Vj8MKHmdEa0= Received: by 10.37.21.29 with SMTP id y29mr2237289nzi; Thu, 16 Mar 2006 03:48:59 -0800 (PST) Received: by 10.37.22.74 with HTTP; Thu, 16 Mar 2006 03:48:59 -0800 (PST) Message-ID: Date: Thu, 16 Mar 2006 14:48:59 +0300 From: "Andrew Pantyukhin" To: "FreeBSD Ports" , "Sergey Matveychuk" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: cacti checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:49:01 -0000 =3D=3D=3D> Extracting for cacti-0.8.6h_41 =3D> MD5 Checksum OK for cacti-0.8.6h.tar.gz. =3D> SHA256 Checksum OK for cacti-0.8.6h.tar.gz. =3D> MD5 Checksum OK for fix_search_session_clear_issue.patch. =3D> SHA256 Checksum OK for fix_search_session_clear_issue.patch. =3D> MD5 Checksum OK for fix_sql_syntax_related_to_default_rra_id.patch. =3D> SHA256 Checksum OK for fix_sql_syntax_related_to_default_rra_id.patch. =3D> MD5 Checksum OK for nth_percentile_empty_return_set_issue.patch. =3D> SHA256 Checksum OK for nth_percentile_empty_return_set_issue.patch. =3D> MD5 Checksum mismatch for mysql_5x_strict.patch. =3D> SHA256 Checksum mismatch for mysql_5x_strict.patch. =3D=3D=3D> Refetch for 1 more times files: mysql_5x_strict.patch mysql_5x_strict.patch =3D> mysql_5x_strict.patch doesn't seem to exist in /usr/ports/distfiles/. =3D> Attempting to fetch from http://www.cacti.net/downloads/patches/0.8.6h= /. fetch: mysql_5x_strict.patch: local modification time does not match remote =3D> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distf= iles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mysql_5x_strict.pa= tch: size mismatch: expected 5243, actual 2593 =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 11:57:32 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A42F16A420 for ; Thu, 16 Mar 2006 11:57:32 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id E43A143D49 for ; Thu, 16 Mar 2006 11:57:31 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-er5.mbrd.ru with esmtpa (Exim 4.x) id 1FJr6c-000A4c-Ko; Thu, 16 Mar 2006 14:57:26 +0300 Message-ID: <441952A8.6060205@FreeBSD.org> Date: Thu, 16 Mar 2006 14:57:28 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Pantyukhin References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Subject: Re: cacti checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:57:32 -0000 Andrew Pantyukhin wrote: > ===> Refetch for 1 more times files: mysql_5x_strict.patch > mysql_5x_strict.patch > => mysql_5x_strict.patch doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://www.cacti.net/downloads/patches/0.8.6h/. > fetch: mysql_5x_strict.patch: local modification time does not match remote > => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mysql_5x_strict.patch: > size mismatch: expected 5243, actual 2593 Please, remove an old mysql_5x_strict.patch file and refetch. Developers changed it. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 12:24:49 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A83016A422; Thu, 16 Mar 2006 12:24:49 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C41243D48; Thu, 16 Mar 2006 12:24:47 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 9E6EC115EA; Thu, 16 Mar 2006 13:24:45 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29509-09; Thu, 16 Mar 2006 13:24:37 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id B3C41115BA; Thu, 16 Mar 2006 13:24:36 +0100 (CET) From: Florent Thoumie To: ports@FreeBSD.org Content-Type: text/plain Date: Thu, 16 Mar 2006 12:24:35 +0000 Message-Id: <1142511875.823.83.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: damien@FreeBSD.org Subject: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 12:24:49 -0000 Those of you following HEAD and RELENG_6 may have been experiencing problems with ipw(4) and iwi(4) drivers lately because it could load firmwares correctly, even if you installed net/ipw-firmware or net/iwi-firmware. If you had a look at recent changes, sam and max (heh) have been working on a firmware framework. Support has been added to HEAD/RELENG_6 some weeks ago. Recently damien committed changes to ipw(4) and iwi(4) to support firmware(9). These two ports are creating and installing kernel modules from intel firmwares. I only checked that everything compiled and installed fine, I can't try it due to a lack of decent internet connection at home. I'm planning to commit them within two days. Probably tomorrow or this afternoon if I get successful reports. If you're using ipw(4) and iwi(4) on a fresh FreeBSD system, please give it a try and follow-up. http://people.freebsd.org/~flz/local/ports/ipw-firmware-kmod.shar http://people.freebsd.org/~flz/local/ports/iwi-firmware-kmod.shar Since it may take some time before the distfiles hit mirrors, you can grab them here: http://people.freebsd.org/~flz/distfiles/ipw/ -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 12:28:49 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D38D16A422; Thu, 16 Mar 2006 12:28:49 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4E043D77; Thu, 16 Mar 2006 12:28:45 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id BD666115EA; Thu, 16 Mar 2006 13:28:44 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30176-01; Thu, 16 Mar 2006 13:28:31 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id DC077115BA; Thu, 16 Mar 2006 13:28:29 +0100 (CET) From: Florent Thoumie To: ports@FreeBSD.org In-Reply-To: <1142511875.823.83.camel@mayday.esat.net> References: <1142511875.823.83.camel@mayday.esat.net> Content-Type: text/plain Date: Thu, 16 Mar 2006 12:28:28 +0000 Message-Id: <1142512108.823.86.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: damien@FreeBSD.org Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 12:28:49 -0000 On Thu, 2006-03-16 at 12:24 +0000, Florent Thoumie wrote: > Those of you following HEAD and RELENG_6 may have been experiencing > problems with ipw(4) and iwi(4) drivers lately because it could load > firmwares correctly, even if you installed net/ipw-firmware or > net/iwi-firmware. > > If you had a look at recent changes, sam and max (heh) have been working > on a firmware framework. Support has been added to HEAD/RELENG_6 some > weeks ago. Recently damien committed changes to ipw(4) and iwi(4) to > support firmware(9). > > These two ports are creating and installing kernel modules from intel > firmwares. > > I only checked that everything compiled and installed fine, I can't try > it due to a lack of decent internet connection at home. I'm planning to > commit them within two days. Probably tomorrow or this afternoon if I > get successful reports. > > If you're using ipw(4) and iwi(4) on a fresh FreeBSD system, please give > it a try and follow-up. > > http://people.freebsd.org/~flz/local/ports/ipw-firmware-kmod.shar > http://people.freebsd.org/~flz/local/ports/iwi-firmware-kmod.shar > > Since it may take some time before the distfiles hit mirrors, you can > grab them here: > > http://people.freebsd.org/~flz/distfiles/ipw/ Forgot to say that since iwi-firmware-kmod is a slave port, if you want to use it, you need ipw-firmware-kmod as well. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 14:02:13 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A3AB16A420 for ; Thu, 16 Mar 2006 14:02:13 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E18C43D5D for ; Thu, 16 Mar 2006 14:01:58 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so362097nzo for ; Thu, 16 Mar 2006 06:01:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KBst9KHBw+ApOUkWFVCaOM9V+k233CiLgNyg5cE1260v/ZrhEpxsHnEdcpKbI1xvcEW/AoDGCOF66+zQNcvX2ek3CmjpxWl7XL26x/+LCcCa6KvgUsxSSzj46GwSwPO6L7WYH9UJOl4bXS6/8oZOfpqHFNYxkg/XRdBE3wvG5/E= Received: by 10.37.14.63 with SMTP id r63mr2350640nzi; Thu, 16 Mar 2006 06:01:57 -0800 (PST) Received: by 10.37.22.74 with HTTP; Thu, 16 Mar 2006 06:01:54 -0800 (PST) Message-ID: Date: Thu, 16 Mar 2006 17:01:57 +0300 From: "Andrew Pantyukhin" To: "Sergey Matveychuk" In-Reply-To: <441952A8.6060205@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: base64 Content-Disposition: inline References: <441952A8.6060205@FreeBSD.org> Cc: FreeBSD Ports Subject: Re: cacti checksum mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:02:13 -0000 T24gMy8xNi8wNiwgU2VyZ2V5IE1hdHZleWNodWsgPHNlbUBmcmVlYnNkLm9yZz4gd3JvdGU6Cj4g QW5kcmV3IFBhbnR5dWtoaW4gd3JvdGU6Cj4gPiA9PT0+ICBSZWZldGNoIGZvciAxIG1vcmUgdGlt ZXMgZmlsZXM6IG15c3FsXzV4X3N0cmljdC5wYXRjaAo+ID4gbXlzcWxfNXhfc3RyaWN0LnBhdGNo Cj4gPiA9PiBteXNxbF81eF9zdHJpY3QucGF0Y2ggZG9lc24ndCBzZWVtIHRvIGV4aXN0IGluIC91 c3IvcG9ydHMvZGlzdGZpbGVzLy4KPiA+ID0+IEF0dGVtcHRpbmcgdG8gZmV0Y2ggZnJvbSBodHRw Oi8vd3d3LmNhY3RpLm5ldC9kb3dubG9hZHMvcGF0Y2hlcy8wLjguNmgvLgo+ID4gZmV0Y2g6IG15 c3FsXzV4X3N0cmljdC5wYXRjaDogbG9jYWwgbW9kaWZpY2F0aW9uIHRpbWUgZG9lcyBub3QgbWF0 Y2ggcmVtb3RlCj4gPiA9PiBBdHRlbXB0aW5nIHRvIGZldGNoIGZyb20gZnRwOi8vZnRwLkZyZWVC U0Qub3JnL3B1Yi9GcmVlQlNEL3BvcnRzL2Rpc3RmaWxlcy8uCj4gPiBmZXRjaDogZnRwOi8vZnRw LkZyZWVCU0Qub3JnL3B1Yi9GcmVlQlNEL3BvcnRzL2Rpc3RmaWxlcy9teXNxbF81eF9zdHJpY3Qu cGF0Y2g6Cj4gPiBzaXplIG1pc21hdGNoOiBleHBlY3RlZCA1MjQzLCBhY3R1YWwgMjU5Mwo+Cj4g UGxlYXNlLCByZW1vdmUgYW4gb2xkIG15c3FsXzV4X3N0cmljdC5wYXRjaCBmaWxlIGFuZCByZWZl dGNoLgo+IERldmVsb3BlcnMgY2hhbmdlZCBpdC4KPgo+IC0tCj4gU2VtLgo+CgrtzMnOLCDUz9LN z9bVLCDTz9LSySA6LSkKClRoYW5rcyEK From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 15:24:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E5116A423 for ; Thu, 16 Mar 2006 15:24:29 +0000 (UTC) (envelope-from bobby@0nt.com) Received: from 20132166029.user.veloxzone.com.br (20132166029.user.veloxzone.com.br [201.32.166.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A2B43D92 for ; Thu, 16 Mar 2006 15:24:28 +0000 (GMT) (envelope-from bobby@0nt.com) Date: Thu, 16 Mar 2006 15:24:25 +0180 From: "Isiah Jackson" X-Mailer: The Bat! (v3.0.1.33) CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <093261439.20060316152425@0nt.com> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: fwd: Financial Market Traderr news X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Isiah Jackson List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:24:29 -0000 There is a Big PR Campa ign started today! Get GAPJ First Thing Today, This Is Going To Explode! Check out for HOT NEWS!!! GAPJ- GOLDEN APPLE OIL/GAS Current Price: $1.12 Already Starting to move! Before we start with the profile of GAPJ we would like to mention something very important: There is a Big PR Campaign started today. We are already seeing movement it will go all week so it would be best to get in NOW Current Press Release Golden Apple Oil and Gas, Inc. and Franklin Ross Securities Complete Private Placement Golden Apple Oil and Gas, Inc. (GAPJ - News) is pleased to announce it has completed the initial private placement with Franklin Ross Securities of New Jersey. The company is currently negotiating with several investor groups for the next phase of financing. Headquartered in Phoenix, Arizona, Golden Apple is an independent oil and gas producer with a focus on North and South American properties. The Company applies advanced technologies to systematically explore and develop its oil and natural gas opportunities. Golden Apple focuses its activities where technology can be used effectively to maximize returns on invested capital by reducing drilling risk and enhancing its ability to cost-effectively grow reserves and production volumes. Golden Apple Oil and Gas, Inc has opened a Canadian office in Toronto, Ontario to facilitate the management of its Canadian operations. All correspondence and communication will continue to be serviced by the company's head office staff in Phoenix Arizona. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 15:24:31 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1590416A44E for ; Thu, 16 Mar 2006 15:24:31 +0000 (UTC) (envelope-from bobby@0nt.com) Received: from 20132166029.user.veloxzone.com.br (20132166029.user.veloxzone.com.br [201.32.166.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3279243D5D for ; Thu, 16 Mar 2006 15:24:30 +0000 (GMT) (envelope-from bobby@0nt.com) Date: Thu, 16 Mar 2006 15:24:27 +0180 From: "Dexter Wilkerson" X-Mailer: The Bat! (v3.6.07) CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <4149401472.20060316152427@0nt.com> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: I dont think you know about this X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dexter Wilkerson List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:24:31 -0000 There is a Big PR Campa ign started today! Get GAPJ First Thing Today, This Is Going To Explode! Check out for HOT NEWS!!! GAPJ- GOLDEN APPLE OIL/GAS Current Price: $1.12 Already Starting to move! Before we start with the profile of GAPJ we would like to mention something very important: There is a Big PR Campaign started today. We are already seeing movement it will go all week so it would be best to get in NOW Current Press Release Golden Apple Oil and Gas, Inc. and Franklin Ross Securities Complete Private Placement Golden Apple Oil and Gas, Inc. (GAPJ - News) is pleased to announce it has completed the initial private placement with Franklin Ross Securities of New Jersey. The company is currently negotiating with several investor groups for the next phase of financing. Headquartered in Phoenix, Arizona, Golden Apple is an independent oil and gas producer with a focus on North and South American properties. The Company applies advanced technologies to systematically explore and develop its oil and natural gas opportunities. Golden Apple focuses its activities where technology can be used effectively to maximize returns on invested capital by reducing drilling risk and enhancing its ability to cost-effectively grow reserves and production volumes. Golden Apple Oil and Gas, Inc has opened a Canadian office in Toronto, Ontario to facilitate the management of its Canadian operations. All correspondence and communication will continue to be serviced by the company's head office staff in Phoenix Arizona. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 15:24:31 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7924016A46C for ; Thu, 16 Mar 2006 15:24:31 +0000 (UTC) (envelope-from jbromhead@1-for-all.com) Received: from 20132166029.user.veloxzone.com.br (20132166029.user.veloxzone.com.br [201.32.166.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7C643D8A for ; Thu, 16 Mar 2006 15:24:30 +0000 (GMT) (envelope-from jbromhead@1-for-all.com) Date: Thu, 16 Mar 2006 15:24:27 +0180 From: "Bob Whitley" X-Mailer: The Bat! (v3.5.30) CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <4942281974.20060316152427@1-for-all.com> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: re: Financial Market Trader watch special pr news release X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Whitley List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:24:31 -0000 There is a Big PR Campa ign started today! Get GAPJ First Thing Today, This Is Going To Explode! Check out for HOT NEWS!!! GAPJ- GOLDEN APPLE OIL/GAS Current Price: $1.12 Already Starting to move! Before we start with the profile of GAPJ we would like to mention something very important: There is a Big PR Campaign started today. We are already seeing movement it will go all week so it would be best to get in NOW Current Press Release Golden Apple Oil and Gas, Inc. and Franklin Ross Securities Complete Private Placement Golden Apple Oil and Gas, Inc. (GAPJ - News) is pleased to announce it has completed the initial private placement with Franklin Ross Securities of New Jersey. The company is currently negotiating with several investor groups for the next phase of financing. Headquartered in Phoenix, Arizona, Golden Apple is an independent oil and gas producer with a focus on North and South American properties. The Company applies advanced technologies to systematically explore and develop its oil and natural gas opportunities. Golden Apple focuses its activities where technology can be used effectively to maximize returns on invested capital by reducing drilling risk and enhancing its ability to cost-effectively grow reserves and production volumes. Golden Apple Oil and Gas, Inc has opened a Canadian office in Toronto, Ontario to facilitate the management of its Canadian operations. All correspondence and communication will continue to be serviced by the company's head office staff in Phoenix Arizona. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 15:25:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E7C16A425 for ; Thu, 16 Mar 2006 15:25:39 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from spqr.komquats.com (S0106002078125c0c.gv.shawcable.net [24.108.150.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id E793B43DA4 for ; Thu, 16 Mar 2006 15:25:27 +0000 (GMT) (envelope-from Cy.Schubert@komquats.com) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 80EA54C5D0; Thu, 16 Mar 2006 07:25:26 -0800 (PST) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.13.4/8.13.4) with ESMTP id k2GFP3xX096133; Thu, 16 Mar 2006 07:25:04 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Message-Id: <200603161525.k2GFP3xX096133@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Phillip Neumann In-Reply-To: Message from Phillip Neumann of "Thu, 16 Mar 2006 04:47:36 GMT." <1142484456.1859.5.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Mar 2006 07:25:03 -0800 Sender: Cy.Schubert@komquats.com Cc: ports@freebsd.org Subject: Re: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:25:39 -0000 In message <1142484456.1859.5.camel=40localhost>, Phillip Neumann writes:= > Dear comitters... >=20 > Please take a look at: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93162 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/93507 Looks like these are already assigned. Send an email to the assigned comm= itter. --=20 Cheers, Cy Schubert Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: Web: http://www.FreeBSD.org BC Government: =22Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring.=22 -- Dave Draper From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 15:34:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E635616A400; Thu, 16 Mar 2006 15:34:41 +0000 (UTC) (envelope-from ug9u1xw@200-204-31-163.dsl.telesp.net.br) Received: from 200-204-31-163.dsl.telesp.net.br (dial-967.lubin.dialog.net.pl [62.87.212.199]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A45143D73; Thu, 16 Mar 2006 15:34:25 +0000 (GMT) (envelope-from ug9u1xw@200-204-31-163.dsl.telesp.net.br) From: "www.mgcworld.com" To: Message-ID: <11219053826.1142523275@200-204-31-163.dsl.telesp.net.br> Content-Transfer-Encoding: 8bit Date: Thu, 16 Mar 2006 15:34:25 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?iso-8859-1?q?=CCa=E3=E8=F7e=F1=EAu=E9_=ECu=F0?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 15:34:42 -0000  PnjC< SD%P°Rg3S< RyiCD%PµPg3SG%S'P°RIIRioS'SNJ P'R°Pj% PDSPdsPIIRdsRµ RyiPdsPiePdsR»RµPDSPioPµ PdsRDS-R»P°RNo.RDS PioRiiSD% Rio S/-RµP»CR°PIISD%C< RIIRµP»RioPiePioS... PIIPdsRioPDSPdsPII, PyiPdsP»PieRdsRIIRdsPg3S/-RµPII Rio PyiSD%P°PIIPioS'RµR»PµRNo. P¶Rg3Cg%S' P'P°CG%. [2]RtsS'RyiRioSG%P°C'SNJCG%CDZ *brpfadbuzsncanrbpefkhdenetsjdqfcujblqmgusjlthafkekothjshhkbvuimrfmuyi wzi ============================================== ============================================== ============================================== References 1. http://www.mgcworld.com/ 2. mailto:mail-488@rumata.ru From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 16:35:15 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A00D816A420 for ; Thu, 16 Mar 2006 16:35:15 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4A543D76 for ; Thu, 16 Mar 2006 16:35:14 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so284793wxc for ; Thu, 16 Mar 2006 08:35:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XyBZddSg9ApLkPoTSrbyXFr3v+erEFO/wBtXWRfdNgncnPdYs69bRnY0lKIQx5etpkIVbUyAhZ+MwpN5l/eCFsH0C6XMPvJvHtk1tMIxKeC1RDQw9rHO8HqwY29ysevEKepEMGYzUoXU9C0uBe8hyVDj8Och6htjSQOIG5Ntc6c= Received: by 10.70.124.4 with SMTP id w4mr2256938wxc; Thu, 16 Mar 2006 08:35:10 -0800 (PST) Received: by 10.70.27.2 with HTTP; Thu, 16 Mar 2006 08:35:10 -0800 (PST) Message-ID: <790a9fff0603160835lf41f461p7b2cfd781e0d7c70@mail.gmail.com> Date: Thu, 16 Mar 2006 10:35:10 -0600 From: "Scot Hetzel" To: "Marc G. Fournier" In-Reply-To: <20060316014419.A1178@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060316014419.A1178@ganymede.hub.org> Cc: freebsd-ports@freebsd.org Subject: Re: Why isn't Berkeley DB being included in slapd? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 16:35:15 -0000 On 3/15/06, Marc G. Fournier wrote: > And configure is finding it: > > checking db.h usability... yes > checking db.h presence... yes > checking for db.h... yes > checking for Berkeley DB major version... 3 > checking for Berkeley DB minor version... 3 > checking for Berkeley DB link (-ldb3)... yes > checking for Berkeley DB version match... yes > checking for Berkeley DB thread support... yes > > But its not included as a list of built in libraries, nor will slapd star= t > when I try to use it as the backend: > > # /usr/local/etc/rc.d/slapd.sh start > Starting slapd. > Unrecognized database type (bdb) > It's disabled because of this in the openldap23-server/Makefile: .elif ${WITH_BDB_VER} =3D=3D 3 CONFIGURE_ARGS+=3D=09--disable-bdb \ =09=09=09--disable-hdb PLIST_SUB+=3D=09=09BACK_BDB=3D"@comment " \ =09=09=09BACK_HDB=3D"@comment " BDBLIB=3D=09=09=09db3.3 .else hdb needs 4+ bdb needs 42+ So it looks as though you'll need build the port with: WITH_BDB_VER=3D4{,1-3} Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 16:42:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CA816A427 for ; Thu, 16 Mar 2006 16:42:55 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C768343D49 for ; Thu, 16 Mar 2006 16:42:54 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so286184wxc for ; Thu, 16 Mar 2006 08:42:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=InrNc8+irOy3cGAmjgHdbjlQqcN+BQCmsoHdzVWZbTCwwRvml/y7b3SP9qmZxWhhQn0SSiLg29QN3i4Rb22ZqMEomUD1kKo2p8syMBEUcgUZ+KEh15ycyEJxC7NKGBlc3dHEeGtNPHYl5NL7iqHaO0uTJ6clh/wCRoCcitNCDSQ= Received: by 10.70.70.19 with SMTP id s19mr2233904wxa; Thu, 16 Mar 2006 08:42:53 -0800 (PST) Received: by 10.70.27.2 with HTTP; Thu, 16 Mar 2006 08:42:53 -0800 (PST) Message-ID: <790a9fff0603160842g43837b11v5c315d496766b82@mail.gmail.com> Date: Thu, 16 Mar 2006 10:42:53 -0600 From: "Scot Hetzel" To: "[LoN]Kamikaze" , freebsd-ports@freebsd.org In-Reply-To: <20060316112118.GH2769@dragon.roe.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4419220B.2050208@gmx.de> <20060316112118.GH2769@dragon.roe.ch> Cc: Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 16:42:55 -0000 In addition to what Dan has said. You don't need to post your patch to the FreeBSD-Ports mailing list. Instead just post a request for a comitter to have a look at your PR to the list, and in the message body, have a link to the PR. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 18:13:50 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4D116A400; Thu, 16 Mar 2006 18:13:50 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C30A43D49; Thu, 16 Mar 2006 18:13:50 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 1628211494; Thu, 16 Mar 2006 19:13:49 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33777-06; Thu, 16 Mar 2006 19:13:42 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 1C37111424; Thu, 16 Mar 2006 19:13:41 +0100 (CET) From: Florent Thoumie To: ports@FreeBSD.org In-Reply-To: <1142512108.823.86.camel@mayday.esat.net> References: <1142511875.823.83.camel@mayday.esat.net> <1142512108.823.86.camel@mayday.esat.net> Content-Type: text/plain Date: Thu, 16 Mar 2006 18:13:40 +0000 Message-Id: <1142532820.823.119.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: damien@FreeBSD.org Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 18:13:50 -0000 On Thu, 2006-03-16 at 12:28 +0000, Florent Thoumie wrote: > On Thu, 2006-03-16 at 12:24 +0000, Florent Thoumie wrote: > > Those of you following HEAD and RELENG_6 may have been experiencing > > problems with ipw(4) and iwi(4) drivers lately because it could load > > firmwares correctly, even if you installed net/ipw-firmware or > > net/iwi-firmware. Committed as net/ipw-firmware-kmod and net/iwi-firmware-kmod. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 18:21:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98C716A422 for ; Thu, 16 Mar 2006 18:21:49 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0435343D49 for ; Thu, 16 Mar 2006 18:21:47 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k2GILeqn086193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Mar 2006 13:21:46 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k2GILXXB067262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Mar 2006 13:21:35 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k2GILK0J025222; Thu, 16 Mar 2006 13:21:20 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k2GILI6w025221; Thu, 16 Mar 2006 13:21:18 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "[LoN]Kamikaze" Date: Thu, 16 Mar 2006 13:21:17 -0500 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603161321.18076.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1335/Wed Mar 15 23:58:43 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: freebsd-ports@freebsd.org Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 18:21:49 -0000 > I have submitted the following PR a couple of days ago. Thanks. > http://www.freebsd.org/cgi/query-pr.cgi?pr=94325 > No commiter has stepped forward to take care of the matter. A couple of days is not too long... > Thus I'm now sending the patches to the mailing list in hope that somebody > might step up to commit them. NEVER do this again. Sending a *link* to the PR, which includes your patches, is perfectly sufficient. There is NO NEED WHATSOEVER to spam hundreds of mailboxes with your patches -- at the most 3 or 5 people would have any interest in them. This stupid sending of copies (values) instead of references is a menace of modern software :-( ... -mi From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 18:33:23 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC6C516A423; Thu, 16 Mar 2006 18:33:23 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A540343D5A; Thu, 16 Mar 2006 18:33:22 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 46D1D1167E; Thu, 16 Mar 2006 19:33:21 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34365-01; Thu, 16 Mar 2006 19:33:15 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 4D0ED11494; Thu, 16 Mar 2006 19:33:15 +0100 (CET) From: Florent Thoumie To: Sergey Matveychuk In-Reply-To: <4419ACC7.2010009@FreeBSD.org> References: <1142511875.823.83.camel@mayday.esat.net> <4419ACC7.2010009@FreeBSD.org> Content-Type: text/plain Date: Thu, 16 Mar 2006 18:33:10 +0000 Message-Id: <1142533990.823.122.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org, damien@FreeBSD.org Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 18:33:23 -0000 On Thu, 2006-03-16 at 21:21 +0300, Sergey Matveychuk wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Florent Thoumie wrote: > > I only checked that everything compiled and installed fine, I can't try > > it due to a lack of decent internet connection at home. I'm planning to > > commit them within two days. Probably tomorrow or this afternoon if I > > get successful reports. > > > > If you're using ipw(4) and iwi(4) on a fresh FreeBSD system, please give > > it a try and follow-up. > > I've just install iwi-firmware-kmod in addition to iwi-firmware I have > installed. Right? If your iwi(4) driver depends on firmware(9) then you don't need iwi-firmware anymore. Check the output of kldstat -v. > Nothing changed. A firmware does not load with the same diagnostic. > > I have CURRENT a day or two old. An error message would help :-) -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 19:07:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DDA16A400 for ; Thu, 16 Mar 2006 19:07:58 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub04.unibe.ch (mailhub04.unibe.ch [130.92.9.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11AC43D48 for ; Thu, 16 Mar 2006 19:07:57 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub04.unibe.ch (Postfix) with ESMTP id 6DA4A1AA65; Thu, 16 Mar 2006 20:07:55 +0100 (CET) Received: from mailhub04.unibe.ch ([130.92.9.71]) by localhost (scanhub01.unibe.ch [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 11845-02-99; Thu, 16 Mar 2006 20:07:52 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub04.unibe.ch (Postfix) with ESMTP id 6E7A414B64; Thu, 16 Mar 2006 20:07:51 +0100 (CET) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k2GJ7qW3022416; Thu, 16 Mar 2006 20:07:52 +0100 (MET) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k2GJ7ngV006767; Thu, 16 Mar 2006 20:07:49 +0100 (MET) Date: Thu, 16 Mar 2006 20:07:49 +0100 From: Tobias Roth To: Mikhail Teterin Message-ID: <20060316190749.GA6755@droopy.unibe.ch> References: <200603161321.18076.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603161321.18076.mi+mx@aldan.algebra.com> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-ports@freebsd.org Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 19:07:58 -0000 On Thu, Mar 16, 2006 at 01:21:17PM -0500, Mikhail Teterin wrote: > > I have submitted the following PR a couple of days ago. > > Thanks. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=94325 > > > No commiter has stepped forward to take care of the matter. > > A couple of days is not too long... > > > Thus I'm now sending the patches to the mailing list in hope that somebody > > might step up to commit them. > > NEVER do this again. Sending a *link* to the PR, which includes your patches, > is perfectly sufficient. There is NO NEED WHATSOEVER to spam hundreds of > mailboxes with your patches -- at the most 3 or 5 people would have any > interest in them. > > This stupid sending of copies (values) instead of references is a menace of > modern software :-( ... So your suggestion is that mailing lists should only send out links to archived copies instead of sending the actual messages? greets, Tobias From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 19:22:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28FCD16A420 for ; Thu, 16 Mar 2006 19:22:58 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE9543D48 for ; Thu, 16 Mar 2006 19:22:54 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.4/8.13.4) with ESMTP id k2GJMmkf086367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Mar 2006 14:22:53 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id k2GJMf3j069015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Mar 2006 14:22:43 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id k2GJMZwT042701; Thu, 16 Mar 2006 14:22:35 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id k2GJMXuJ042700; Thu, 16 Mar 2006 14:22:33 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Tobias Roth Date: Thu, 16 Mar 2006 14:22:33 -0500 User-Agent: KMail/1.8.3 References: <200603161321.18076.mi+mx@aldan.algebra.com> <20060316190749.GA6755@droopy.unibe.ch> In-Reply-To: <20060316190749.GA6755@droopy.unibe.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200603161422.33807.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1335/Wed Mar 15 23:58:43 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: freebsd-ports@freebsd.org Subject: When to send links to messages (Re: java/phpeclipse) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 19:22:58 -0000 ÞÅÔ×ÅÒ 16 ÂÅÒÅÚÅÎØ 2006 14:07, Tobias Roth ÷É ÎÁÐÉÓÁÌÉ: > So your suggestion is that mailing lists should only send out links to > archived copies instead of sending the actual messages? If a would-be message's body exceeds certain size it becomes an article, an essay, or a book. Such articles should be posted as web-pages, and links to them (possibly accompanied with brief digests) can then be circulated on mailing lists. That's my opinion. See also "Excessively Large". To help determine that "certain size", I offer the following simple rule. If the size of a would-be message exceeds the message-sending overhead (such as headers) by a factor of 10 or more, it is "excessive". This benchmark is aproximate and the size of the audience should be considered too. Yours, -mi From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 19:24:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3982916A422 for ; Thu, 16 Mar 2006 19:24:29 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D296B43D6A for ; Thu, 16 Mar 2006 19:24:21 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id D919462CA38; Thu, 16 Mar 2006 15:24:20 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 84663-10; Thu, 16 Mar 2006 15:24:20 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 659A562CA30; Thu, 16 Mar 2006 15:24:20 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id DBC6C47E77; Thu, 16 Mar 2006 15:24:19 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id B806547E50; Thu, 16 Mar 2006 15:24:19 -0400 (AST) Date: Thu, 16 Mar 2006 15:24:19 -0400 (AST) From: "Marc G. Fournier" To: Scot Hetzel In-Reply-To: <790a9fff0603160835lf41f461p7b2cfd781e0d7c70@mail.gmail.com> Message-ID: <20060316152341.J1178@ganymede.hub.org> References: <20060316014419.A1178@ganymede.hub.org> <790a9fff0603160835lf41f461p7b2cfd781e0d7c70@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-ports@freebsd.org Subject: Re: Why isn't Berkeley DB being included in slapd? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 19:24:29 -0000 yOn Thu, 16 Mar 2006, Scot Hetzel wrote: > On 3/15/06, Marc G. Fournier wrote: >> And configure is finding it: >> >> checking db.h usability... yes >> checking db.h presence... yes >> checking for db.h... yes >> checking for Berkeley DB major version... 3 >> checking for Berkeley DB minor version... 3 >> checking for Berkeley DB link (-ldb3)... yes >> checking for Berkeley DB version match... yes >> checking for Berkeley DB thread support... yes >> >> But its not included as a list of built in libraries, nor will slapd start >> when I try to use it as the backend: >> >> # /usr/local/etc/rc.d/slapd.sh start >> Starting slapd. >> Unrecognized database type (bdb) >> > > It's disabled because of this in the openldap23-server/Makefile: > > .elif ${WITH_BDB_VER} == 3 > CONFIGURE_ARGS+= --disable-bdb \ > --disable-hdb > PLIST_SUB+= BACK_BDB="@comment " \ > BACK_HDB="@comment " > BDBLIB= db3.3 > .else > > hdb needs 4+ > bdb needs 42+ > > So it looks as though you'll need build the port with: > > WITH_BDB_VER=4{,1-3} Ack, missed that ... would have thought that configure wouldn't have even checked if it was disabled :( Oh well, guess its overdue time to move things off of DB3 anyway :( Thx ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 19:48:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F61116A401 for ; Thu, 16 Mar 2006 19:48:32 +0000 (UTC) (envelope-from dantavious@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880BB43D45 for ; Thu, 16 Mar 2006 19:48:25 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from [192.168.1.109] (c-68-55-192-50.hsd1.md.comcast.net[68.55.192.50]) by comcast.net (rwcrmhc11) with ESMTP id <20060316194817m1100cb48be>; Thu, 16 Mar 2006 19:48:17 +0000 From: Derrick Edwards To: freebsd-ports@freebsd.org Date: Thu, 16 Mar 2006 14:48:18 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603161448.19364.dantavious@comcast.net> Subject: Problems with mysql X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 19:48:32 -0000 Hi, I updated my MySQL installation today (mysql-client-5.1.6_1 mysql-server-5.1.6_2), once the update complete I restarted mysqld. Once that was done it seems that MySQL does not see databases. I checked in /var/db/mysql and all the folders for the databases are there and the permissions are fine. I have updated before and never ran into this problem. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | test | +--------------------+ 2 rows in set (0.00 sec) mysql> Can anybody help out with this. v/r Derrick From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 19:58:14 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5026816A41F for ; Thu, 16 Mar 2006 19:58:14 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D887C43D45 for ; Thu, 16 Mar 2006 19:58:13 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 66D1D137B9; Thu, 16 Mar 2006 20:58:12 +0100 (CET) Date: Thu, 16 Mar 2006 20:58:17 +0100 (CET) From: Gerald Pfeifer To: "[LoN]Kamikaze" In-Reply-To: <4418A188.8060200@gmx.de> Message-ID: References: <4418A188.8060200@gmx.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-ports@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 19:58:14 -0000 On Thu, 16 Mar 2006, [LoN]Kamikaze wrote: > Today I removed the lines > # FIXME: As of 20051202, installing libgcj nearly kills 1GB machines. > WITHOUT_JAVA= yes > > from the ports Makefile. The previous version of the Port gave me > "virtual memory exhausted" messages, even with 800MB of free memory > available. However this time a > > # make makesum build > > Ran through without troubles. > > A "make install" gave me the message again, but forcing an installation > with "make -i install" seems to work. I only compiled a small "Hello > World!", but that is better than nothing, I guess. Thanks for this input! The problem I see is that "make -i" will not only ignore out-of-memory conditions but *any* errors occuring. Given that we generally test updates before releasing to our users we might get away with that, but these builds will not be reproducible: depending on the memory in her build machine, a user will get different results, some of which may match your positive experience, some of which may not. As an alternate approach, Maho-san and me are currently discussing to use the new gmake-devel port which has fixes to address the situation on the gmake side for the time being. Gerald From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:03:55 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6761A16A41F for ; Thu, 16 Mar 2006 20:03:55 +0000 (UTC) (envelope-from vadim_nuclight@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C8743D45 for ; Thu, 16 Mar 2006 20:03:54 +0000 (GMT) (envelope-from vadim_nuclight@mail.ru) Received: from [83.172.2.47] (port=60655 helo=[83.172.2.47]) by mx3.mail.ru with esmtp id 1FJyhN-0009qy-00 for freebsd-ports@freebsd.org; Thu, 16 Mar 2006 23:03:53 +0300 Date: Fri, 17 Mar 2006 02:02:44 +0600 From: Vadim Goncharov X-Mailer: The Bat! (v2.10.01) Personal Organization: Home X-Priority: 3 (Normal) Message-ID: <1965362278.20060317020244@mail.ru> To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vadim Goncharov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:03:55 -0000 Hello freebsd-ports, I need to maintain a local distfiles mirror (all N-ty gigabytes) for almost entire ports tree (some lang categories excluded). Also, I have limited access to Internet - not all distfiles could be fetched (however eventually they'll do). So, as I can't use plain ``cd /usr/ports && make fetch'', I've made a script, which, for speeding up, fetches each category in parallel. Script was simple, so it hasn't got all, mainly because of interactive ports, etc. So I searched a little and, after reading some tips, modified script - commented ``find'' and inserted ``daemon''. Here it is: #!/bin/sh CATEGORIES="accessibility archivers astro audio benchmarks biology cad comms converters databases deskutils devel dns editors emulators finance ftp games graphics irc japanese java lang mail math mbone misc multimedia net net-im net-mgmt net-p2p news palm print russian science security shells sysutils textproc ukrainian www x11 x11-clocks x11-fm x11-fonts x11-servers x11-themes x11-toolkits x11-wm" LOG=/data/FreeBSD/fetchlog # vars for fetch export HTTP_TIMEOUT=30 export FTP_TIMEOUT=30 for i in $CATEGORIES ; do cd /usr/ports/$i || exit 1 # find . -type d -mindepth 1 -maxdepth 1 -exec sh -c "cd {} && make fetch" \; > ${LOG}-$i 2>&1 & daemon sh -c "BATCH=yes NO_IGNORE=yes PACKAGE_BUILDING=yes make -k checksum" > ${LOG}-$i 2>&1 done First version (find) forked 300 processes at beginning. Second (daemon) forked 400, and, as it was going, I saw strange things, e.g. error messages in logs like that: ===> abclock Abort trap *** Error code 134 (continuing) or ===> xtu => MD5 Checksum OK for xtu-1.2.tar.gz. => SHA256 Checksum OK for xtu-1.2.tar.gz. *** Signal 6 (continuing) `checksum' not remade because of errors. Why did it happen ? Lack of resources? But I ran it as root, limits were soft, and at least that 400 processes forked! But then some anothe shit happened - system began to build and install packages without checking if they were actually installed, e.g. it made mess installing expat2 over expat-1.95 (I had to deal with it manually later), so I was forced to interrupt the script. So, what happened (why it began to install, why errors?) and how should I create local distfiles mirror ? -- Best regards, Vadim Goncharov ICQ UIN 166852181 mailto:vadim_nuclight@mail.ru From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:07:43 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBACB16A400 for ; Thu, 16 Mar 2006 20:07:43 +0000 (UTC) (envelope-from mark@foster.cc) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714A443D46 for ; Thu, 16 Mar 2006 20:07:41 +0000 (GMT) (envelope-from mark@foster.cc) Received: from fosgate.dyndns.org ([24.18.155.183]) by comcast.net (sccrmhc12) with ESMTP id <20060316200740012007qq5de>; Thu, 16 Mar 2006 20:07:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by fosgate.dyndns.org (Postfix) with ESMTP id E691537629 for ; Thu, 16 Mar 2006 12:07:38 -0800 (PST) Received: from fosgate.dyndns.org ([127.0.0.1]) by localhost (horton [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23182-10 for ; Thu, 16 Mar 2006 12:07:36 -0800 (PST) Received: from [10.1.253.58] (fis-gw2.portseattle.org [198.134.96.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by fosgate.dyndns.org (Postfix) with ESMTP id 88686375E3 for ; Thu, 16 Mar 2006 12:07:36 -0800 (PST) Message-ID: <4419C57F.5000408@foster.cc> Date: Thu, 16 Mar 2006 12:07:27 -0800 From: Mark Foster User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org References: <200603161448.19364.dantavious@comcast.net> In-Reply-To: <200603161448.19364.dantavious@comcast.net> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at foster.cc X-Spam-Status: No, hits=-1.6 tagged_above=-999.0 required=4.0 tests=AWL, BAYES_00 X-Spam-Level: Cc: Subject: Re: Problems with mysql X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 20:07:44 -0000 Derrick Edwards wrote: > Hi, > I updated my MySQL installation today (mysql-client-5.1.6_1 > mysql-server-5.1.6_2), once the update complete I restarted mysqld. Once that > was done it seems that MySQL does not see databases. I checked > in /var/db/mysql and all the folders for the databases are there and the > permissions are fine. I have updated before and never ran into this problem. > > mysql> show databases; > +--------------------+ > | Database | > +--------------------+ > | information_schema | > | test | > +--------------------+ > 2 rows in set (0.00 sec) This only shows you the databases you actually have access to as the user you logged in as. In other words, you didn't log in using root but some other less-privileged account. -- Some days it's just not worth chewing through the restraints... Mark D. Foster, CISSP http://mark.foster.cc/ From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:11:25 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208DD16A420; Thu, 16 Mar 2006 20:11:25 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1820A43D5D; Thu, 16 Mar 2006 20:11:24 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id C2B201150A; Thu, 16 Mar 2006 21:11:19 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35599-04; Thu, 16 Mar 2006 21:11:05 +0100 (CET) Received: from [192.168.1.102] (unknown [83.141.123.158]) by smtp.xbsd.org (Postfix) with ESMTP id 50D2E11483; Thu, 16 Mar 2006 21:10:55 +0100 (CET) In-Reply-To: <4419C0F9.8010004@FreeBSD.org> References: <1142511875.823.83.camel@mayday.esat.net> <4419ACC7.2010009@FreeBSD.org> <1142533990.823.122.camel@mayday.esat.net> <4419C0F9.8010004@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> Content-Transfer-Encoding: 7bit From: Florent Thoumie Date: Thu, 16 Mar 2006 21:10:44 +0100 To: Sergey Matveychuk X-Mailer: Apple Mail (2.746.3) X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org, damien@FreeBSD.org Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 20:11:25 -0000 On Mar 16, 2006, at 8:48 PM, Sergey Matveychuk wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Florent Thoumie wrote: >> If your iwi(4) driver depends on firmware(9) then you don't need >> iwi-firmware anymore. Check the output of kldstat -v. > > There is no iwi_bss there. > >> >>> Nothing changed. A firmware does not load with the same diagnostic. >>> >>> I have CURRENT a day or two old. >> >> An error message would help :-) >> > > I'm not sure: > > firmware_get: failed to load firmware image iwi-bss > iwi0: could not load firmware image 'iwi-bss' > > The lines repeated for four times. > > But I can 'kldload iwi_bss' after booting. But it's does not helps. I have the same bug, I think ipw(4) and iwi(4) should try to load {ipw,iwi}_{bss,ibss,monitor}_fw, not just {ipw,iwi}_ {bss,ibss,monitor}, or subr_firmware should add "_fw" itself automatically. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:16:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E8016A401 for ; Thu, 16 Mar 2006 20:16:39 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABB143D48 for ; Thu, 16 Mar 2006 20:16:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1E9C21A4EB6; Thu, 16 Mar 2006 12:16:39 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 89DA051954; Thu, 16 Mar 2006 15:16:38 -0500 (EST) Date: Thu, 16 Mar 2006 15:16:38 -0500 From: Kris Kennaway To: Vadim Goncharov Message-ID: <20060316201638.GA31246@xor.obsecurity.org> References: <1965362278.20060317020244@mail.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <1965362278.20060317020244@mail.ru> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 20:16:39 -0000 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2006 at 02:02:44AM +0600, Vadim Goncharov wrote: > =3D=3D=3D> abclock > Abort trap=20 > *** Error code 134 (continuing)=20 >=20 > or >=20 > =3D=3D=3D> xtu=20 > =3D> MD5 Checksum OK for xtu-1.2.tar.gz.=20 > =3D> SHA256 Checksum OK for xtu-1.2.tar.gz.=20 > *** Signal 6 (continuing)=20 > `checksum' not remade because of errors. >=20 > Why did it happen ? Lack of resources? But I ran it as root, limits were > soft, and at least that 400 processes forked! On released versions of FreeBSD you need to increase the size of the vm.exec_map_entries tunable (e.g. set to 64) to avoid this when doing many execs at once. This should be fixed in 6.1-RELEASE. Kris --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGcemWry0BWjoQKURAjqDAJ9epWxLlvZcJRjr/WkoU107rWmRKwCg3UOv sFDJeV09DFVWVnKe3vXL3Ms= =ifwy -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:17:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B932D16A400 for ; Thu, 16 Mar 2006 20:17:57 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ACC3C43D6E for ; Thu, 16 Mar 2006 20:17:52 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Mar 2006 20:17:51 -0000 Received: from p54A7EEF4.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.238.244] by mail.gmx.net (mp020) with SMTP; 16 Mar 2006 21:17:51 +0100 X-Authenticated: #5465401 Message-ID: <4419C7E8.90403@gmx.de> Date: Thu, 16 Mar 2006 21:17:44 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 CC: freebsd-ports@freebsd.org References: <200603161321.18076.mi+mx@aldan.algebra.com> In-Reply-To: <200603161321.18076.mi+mx@aldan.algebra.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC70E7E1D957813AB1BBCC6A4" X-Y-GMX-Trusted: 0 Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 20:17:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC70E7E1D957813AB1BBCC6A4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I didn't find any way to attach fixes to a PR. Mikhail Teterin wrote: >> I have submitted the following PR a couple of days ago. >=20 > Thanks. >=20 >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94325 >=20 >> No commiter has stepped forward to take care of the matter. >=20 > A couple of days is not too long... >=20 >> Thus I'm now sending the patches to the mailing list in hope that some= body >> might step up to commit them. >=20 > NEVER do this again. Sending a *link* to the PR, which includes your pa= tches,=20 > is perfectly sufficient. There is NO NEED WHATSOEVER to spam hundreds o= f=20 > mailboxes with your patches -- at the most 3 or 5 people would have any= =20 > interest in them. >=20 > This stupid sending of copies (values) instead of references is a menac= e of=20 > modern software :-( ... >=20 > -mi > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " >=20 >=20 --------------enigC70E7E1D957813AB1BBCC6A4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGcfofMDIb41/+S0RAjH/AJ4qZToJxFpWT2Eoxjkt5Gd/njGJogCfWV5K PfJ6kdh8/50cMX7sBwkPk3o= =trAU -----END PGP SIGNATURE----- --------------enigC70E7E1D957813AB1BBCC6A4-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:22:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA4B16A42C for ; Thu, 16 Mar 2006 20:22:36 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0268E43D99 for ; Thu, 16 Mar 2006 20:22:16 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Mar 2006 20:22:15 -0000 Received: from p54A7EEF4.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.238.244] by mail.gmx.net (mp023) with SMTP; 16 Mar 2006 21:22:15 +0100 X-Authenticated: #5465401 Message-ID: <4419C8EF.5050907@gmx.de> Date: Thu, 16 Mar 2006 21:22:07 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: Gerald Pfeifer References: <4418A188.8060200@gmx.de> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2FE09939C5755D0C23FFAB5A" X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 20:22:36 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2FE09939C5755D0C23FFAB5A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Actually I have tested this with 256Mb, 1024Mb and 1280Mb ram. The results were the same. That -i works would in my opinion imply that the problem is not with gmake itself, but with a shell command issued by gmake. It's nice to hear that work on this is being done. Gerald Pfeifer wrote: > On Thu, 16 Mar 2006, [LoN]Kamikaze wrote: >> Today I removed the lines >> # FIXME: As of 20051202, installing libgcj nearly kills 1GB machines. >> WITHOUT_JAVA=3D yes >> >> from the ports Makefile. The previous version of the Port gave me >> "virtual memory exhausted" messages, even with 800MB of free memory >> available. However this time a >> >> # make makesum build >> >> Ran through without troubles. >> >> A "make install" gave me the message again, but forcing an installatio= n >> with "make -i install" seems to work. I only compiled a small "Hello >> World!", but that is better than nothing, I guess. >=20 > Thanks for this input! The problem I see is that "make -i" will not on= ly=20 > ignore out-of-memory conditions but *any* errors occuring. >=20 > Given that we generally test updates before releasing to our users we=20 > might get away with that, but these builds will not be reproducible:=20 > depending on the memory in her build machine, a user will get different= =20 > results, some of which may match your positive experience, some of whic= h > may not. >=20 > As an alternate approach, Maho-san and me are currently discussing to u= se > the new gmake-devel port which has fixes to address the situation on th= e > gmake side for the time being. >=20 > Gerald --------------enig2FE09939C5755D0C23FFAB5A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGcjvfMDIb41/+S0RAoXcAJ9Ce35OMtk0le/4Y7DHt13IuRsEkQCggnS2 t44lCmMsyEF2XML1yx8Ewek= =rPch -----END PGP SIGNATURE----- --------------enig2FE09939C5755D0C23FFAB5A-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:27:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5CD16A424; Thu, 16 Mar 2006 20:27:19 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B1143D48; Thu, 16 Mar 2006 20:27:18 +0000 (GMT) (envelope-from max@love2party.net) Received: from [84.163.226.49] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1FJz411avJ-0008D4; Thu, 16 Mar 2006 21:27:17 +0100 From: Max Laier Organization: FreeBSD To: freebsd-ports@freebsd.org Date: Thu, 16 Mar 2006 21:23:34 +0100 User-Agent: KMail/1.9.1 References: <1142511875.823.83.camel@mayday.esat.net> <4419C0F9.8010004@FreeBSD.org> <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> In-Reply-To: <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1799323.eamG6AyWd0"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200603162123.43251.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: ports@freebsd.org, Sergey Matveychuk , damien@freebsd.org, Florent Thoumie Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 20:27:19 -0000 --nextPart1799323.eamG6AyWd0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 16 March 2006 21:10, Florent Thoumie wrote: > On Mar 16, 2006, at 8:48 PM, Sergey Matveychuk wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Florent Thoumie wrote: > >> If your iwi(4) driver depends on firmware(9) then you don't need > >> iwi-firmware anymore. Check the output of kldstat -v. > > > > There is no iwi_bss there. > > > >>> Nothing changed. A firmware does not load with the same diagnostic. > >>> > >>> I have CURRENT a day or two old. > >> > >> An error message would help :-) > > > > I'm not sure: > > > > firmware_get: failed to load firmware image iwi-bss > > iwi0: could not load firmware image 'iwi-bss' ^ this should really be "iwi_bss" not "iwi-bss", but I think it was fixed in= =20 CVS. The driver from:=20 http://people.freebsd.org/~mlaier/new_iwi/20060315.both.tgz should request= =20 the right name, please let me know if it doesn't. > > The lines repeated for four times. > > > > But I can 'kldload iwi_bss' after booting. But it's does not helps. > > I have the same bug, I think ipw(4) and iwi(4) should try to load > {ipw,iwi}_{bss,ibss,monitor}_fw, not just {ipw,iwi}_ > {bss,ibss,monitor}, or subr_firmware should add "_fw" itself > automatically. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1799323.eamG6AyWd0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEGclPXyyEoT62BG0RAi0mAJ4oFMxWS+pVI7T3mswor+Tz2lM4ywCfbDZS uqOPWMJyUJRoFtC1Nvlr630= =Pc5a -----END PGP SIGNATURE----- --nextPart1799323.eamG6AyWd0-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:27:19 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F5CD16A424; Thu, 16 Mar 2006 20:27:19 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B1143D48; Thu, 16 Mar 2006 20:27:18 +0000 (GMT) (envelope-from max@love2party.net) Received: from [84.163.226.49] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1FJz411avJ-0008D4; Thu, 16 Mar 2006 21:27:17 +0100 From: Max Laier Organization: FreeBSD To: freebsd-ports@freebsd.org Date: Thu, 16 Mar 2006 21:23:34 +0100 User-Agent: KMail/1.9.1 References: <1142511875.823.83.camel@mayday.esat.net> <4419C0F9.8010004@FreeBSD.org> <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> In-Reply-To: <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1799323.eamG6AyWd0"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200603162123.43251.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: ports@freebsd.org, Sergey Matveychuk , damien@freebsd.org, Florent Thoumie Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 20:27:19 -0000 --nextPart1799323.eamG6AyWd0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 16 March 2006 21:10, Florent Thoumie wrote: > On Mar 16, 2006, at 8:48 PM, Sergey Matveychuk wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Florent Thoumie wrote: > >> If your iwi(4) driver depends on firmware(9) then you don't need > >> iwi-firmware anymore. Check the output of kldstat -v. > > > > There is no iwi_bss there. > > > >>> Nothing changed. A firmware does not load with the same diagnostic. > >>> > >>> I have CURRENT a day or two old. > >> > >> An error message would help :-) > > > > I'm not sure: > > > > firmware_get: failed to load firmware image iwi-bss > > iwi0: could not load firmware image 'iwi-bss' ^ this should really be "iwi_bss" not "iwi-bss", but I think it was fixed in= =20 CVS. The driver from:=20 http://people.freebsd.org/~mlaier/new_iwi/20060315.both.tgz should request= =20 the right name, please let me know if it doesn't. > > The lines repeated for four times. > > > > But I can 'kldload iwi_bss' after booting. But it's does not helps. > > I have the same bug, I think ipw(4) and iwi(4) should try to load > {ipw,iwi}_{bss,ibss,monitor}_fw, not just {ipw,iwi}_ > {bss,ibss,monitor}, or subr_firmware should add "_fw" itself > automatically. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1799323.eamG6AyWd0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEGclPXyyEoT62BG0RAi0mAJ4oFMxWS+pVI7T3mswor+Tz2lM4ywCfbDZS uqOPWMJyUJRoFtC1Nvlr630= =Pc5a -----END PGP SIGNATURE----- --nextPart1799323.eamG6AyWd0-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:29:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3730416A400 for ; Thu, 16 Mar 2006 20:29:40 +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 CB21A43D4C for ; Thu, 16 Mar 2006 20:29:39 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 6CEFB52D2; Thu, 16 Mar 2006 14:29:39 -0600 (CST) Date: Thu, 16 Mar 2006 14:29:39 -0600 To: "[LoN]Kamikaze" Message-ID: <20060316202939.GA10399@soaustin.net> References: <200603161321.18076.mi+mx@aldan.algebra.com> <4419C7E8.90403@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4419C7E8.90403@gmx.de> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 20:29:40 -0000 On Thu, Mar 16, 2006 at 09:17:44PM +0100, [LoN]Kamikaze wrote: > I didn't find any way to attach fixes to a PR. If you go to the web interface to look at a single PR, you'll see a link in the lower left-hand corner. These are the canonical headers to use for an email followup. e.g.: To: bug-followup@FreeBSD.org Subject: Re: ports/94325: java/phpeclipse - bump to new version The Subject: line must have exactly the following characters for GNATS to recognize it as a followup: "Re: ports/94325: ". Deviations from that will create a new PR and then Ceri or I has to go rescue it and refile it. mcl From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 20:39:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F4216A400; Thu, 16 Mar 2006 20:39:14 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D0243D53; Thu, 16 Mar 2006 20:39:14 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 0A3D41150A; Thu, 16 Mar 2006 21:39:12 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36271-01; Thu, 16 Mar 2006 21:39:04 +0100 (CET) Received: from [192.168.1.102] (unknown [83.141.123.158]) by smtp.xbsd.org (Postfix) with ESMTP id 53D32114B3; Thu, 16 Mar 2006 21:38:56 +0100 (CET) In-Reply-To: <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> References: <1142511875.823.83.camel@mayday.esat.net> <4419ACC7.2010009@FreeBSD.org> <1142533990.823.122.camel@mayday.esat.net> <4419C0F9.8010004@FreeBSD.org> <67109E0C-7F70-480E-9B24-1E69010C5F42@xbsd.org> Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Florent Thoumie Date: Thu, 16 Mar 2006 21:38:32 +0100 To: ports@FreeBSD.org X-Mailer: Apple Mail (2.746.3) X-Virus-Scanned: amavisd-new at xbsd.org Cc: damien@FreeBSD.org, Sergey Matveychuk Subject: Re: RFC: New firmware ports for ipw(4) and iwi(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, 16 Mar 2006 20:39:14 -0000 On Mar 16, 2006, at 9:10 PM, Florent Thoumie wrote: > On Mar 16, 2006, at 8:48 PM, Sergey Matveychuk wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Florent Thoumie wrote: >>> If your iwi(4) driver depends on firmware(9) then you don't need >>> iwi-firmware anymore. Check the output of kldstat -v. >> >> There is no iwi_bss there. >> >>> >>>> Nothing changed. A firmware does not load with the same diagnostic. >>>> >>>> I have CURRENT a day or two old. >>> >>> An error message would help :-) >>> >> >> I'm not sure: >> >> firmware_get: failed to load firmware image iwi-bss >> iwi0: could not load firmware image 'iwi-bss' >> >> The lines repeated for four times. >> >> But I can 'kldload iwi_bss' after booting. But it's does not helps. > > I have the same bug, I think ipw(4) and iwi(4) should try to load > {ipw,iwi}_{bss,ibss,monitor}_fw, not just {ipw,iwi}_ > {bss,ibss,monitor}, or subr_firmware should add "_fw" itself > automatically. Well, not true, the module name and the firmware name were a bit confusing for me. Not sure why it doesn't work. I'm investigating. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 21:10:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848A316A41F for ; Thu, 16 Mar 2006 21:10:15 +0000 (UTC) (envelope-from james@netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB7143D46 for ; Thu, 16 Mar 2006 21:10:14 +0000 (GMT) (envelope-from james@netinertia.co.uk) Received: from croydon.netinertia.co.uk ([82.69.247.45] helo=[10.1.0.80]) by starbug.netinertia.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJzk1-0005Kr-4M for ports@freebsd.org; Thu, 16 Mar 2006 21:10:42 +0000 Message-ID: <4419D414.1070308@netinertia.co.uk> Date: Thu, 16 Mar 2006 21:09:40 +0000 From: James O'Gorman User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-NetI-Spam-Score: -1.4 (-) Cc: Subject: How to deal with large number of patches in a port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:10:15 -0000 Hi, I'm about to update a port I maintain (sysutils/boxbackup), but due to the upstream software not currently being PREFIX-clean, I have a large number of patches (29 patches in total) I need to apply to the source tree. The majority of them are fairly small (just a few lines), but some of them are a bit larger. I've discussed this with the software developers and the patches have already gone into the development tree, but until another release comes out I need to patch this release in the port. I just wanted to check how I should handle this, before I submit the PR. Should I add these files to the port directly (i.e. create a directory files/patches and put the patches in there, setting PATCHDIR to ${FILESDIR}/patches), or should I put these on a webserver and set PATCHES and PATCH_SITES? Cheers, James From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 21:17:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF3D716A401 for ; Thu, 16 Mar 2006 21:17:26 +0000 (UTC) (envelope-from dantavious@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF3E43D46 for ; Thu, 16 Mar 2006 21:17:26 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from [192.168.1.109] (c-68-55-192-50.hsd1.md.comcast.net[68.55.192.50]) by comcast.net (sccrmhc11) with ESMTP id <20060316211720011002ttsge>; Thu, 16 Mar 2006 21:17:20 +0000 From: Derrick Edwards To: freebsd-ports@freebsd.org, mark@foster.cc Date: Thu, 16 Mar 2006 16:17:22 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603161617.23411.dantavious@comcast.net> Cc: dantavious@comcast.net Subject: Re: Problems with mysql X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Mar 2006 21:17:26 -0000 Derrick Edwards wrote: > Hi, > I updated my MySQL installation today (mysql-client-5.1.6_1 > mysql-server-5.1.6_2), once the update complete I restarted mysqld. Once that > was done it seems that MySQL does not see databases. I checked > in /var/db/mysql and all the folders for the databases are there and the > permissions are fine. I have updated before and never ran into this problem. > > mysql> show databases; > +--------------------+ > | Database | > +--------------------+ > | information_schema | > | test | > +--------------------+ > 2 rows in set (0.00 sec) http://mark.foster.cc/ Actually, That was the root account. mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 445 to server version: 5.1.6-alpha Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | test | +--------------------+ 2 rows in set (0.00 sec) mysql> From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 21:25:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A84216A420 for ; Thu, 16 Mar 2006 21:25:54 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D21B43D45 for ; Thu, 16 Mar 2006 21:25:54 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 8BD8711447; Thu, 16 Mar 2006 22:25:53 +0100 (CET) Date: Thu, 16 Mar 2006 22:25:53 +0100 From: Thierry Thomas To: James O'Gorman Message-ID: <20060316212553.GG7184@graf.pompo.net> Mail-Followup-To: James O'Gorman , ports@freebsd.org References: <4419D414.1070308@netinertia.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <4419D414.1070308@netinertia.co.uk> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: ports@freebsd.org Subject: Re: How to deal with large number of patches in a port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:25:54 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Jeu 16 mar 06 =E0 22:09:40 +0100, James O'Gorman =E9crivait=A0: > Hi, Hello, > I'm about to update a port I maintain (sysutils/boxbackup), but due to=20 > the upstream software not currently being PREFIX-clean, I have a large=20 > number of patches (29 patches in total) I need to apply to the source=20 > tree. The majority of them are fairly small (just a few lines), but some= =20 > of them are a bit larger. In such a case, perhaps could it be possible to fix PREFIX with sed (REINPLACE_CMD)? --=20 Th. Thomas. --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGdfgc95pjMcUBaIRAgDEAKCUnGaAg56xyhkrMX0FjXPhL0l1SACg9B54 zZzUR8HUNYgFkdObqU9bZ/U= =n8ti -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 21:38:11 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E70216A400; Thu, 16 Mar 2006 21:38:11 +0000 (UTC) (envelope-from james@netinertia.co.uk) Received: from starbug.netinertia.co.uk (starbug.netinertia.co.uk [217.147.82.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14EE43D48; Thu, 16 Mar 2006 21:38:10 +0000 (GMT) (envelope-from james@netinertia.co.uk) Received: from croydon.netinertia.co.uk ([82.69.247.45] helo=[10.1.0.80]) by starbug.netinertia.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FK0B5-000FeG-Ah; Thu, 16 Mar 2006 21:38:40 +0000 Message-ID: <4419DAA2.3000603@netinertia.co.uk> Date: Thu, 16 Mar 2006 21:37:38 +0000 From: James O'Gorman User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Thierry Thomas , ports@freebsd.org References: <4419D414.1070308@netinertia.co.uk> <20060316212553.GG7184@graf.pompo.net> In-Reply-To: <20060316212553.GG7184@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-NetI-Spam-Score: -1.4 (-) Cc: Subject: Re: How to deal with large number of patches in a port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:38:11 -0000 Hi Thierry, On 16/3/06 21:25, Thierry Thomas wrote: > Le Jeu 16 mar 06 à 22:09:40 +0100, James O'Gorman > écrivait : >> Hi, > > Hello, > >> I'm about to update a port I maintain (sysutils/boxbackup), but due to >> the upstream software not currently being PREFIX-clean, I have a large >> number of patches (29 patches in total) I need to apply to the source >> tree. The majority of them are fairly small (just a few lines), but some >> of them are a bit larger. > > In such a case, perhaps could it be possible to fix PREFIX with sed > (REINPLACE_CMD)? The majority of the patches are correcting hard-coded references to perl - replacing it with @PERL@ so that autoconf then replaces it with the true location of the perl executable. Perhaps something like: ${REINPLACE_CMD} -e 's,#!/usr/bin/perl,#!${PERL},' \ ${WRKSRC}/file1 \ ${WRKSRC}/file2 \ ${WRKSRC}/file3 would be better? James From owner-freebsd-ports@FreeBSD.ORG Thu Mar 16 23:49:40 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D931016A41F; Thu, 16 Mar 2006 23:49:40 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1DE43D95; Thu, 16 Mar 2006 23:49:29 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from c-71-227-92-22.hsd1.mi.comcast.net ([71.227.92.22] helo=[127.0.0.1]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FK2EQ-000IAE-4w; Thu, 16 Mar 2006 18:50:14 -0500 Message-ID: <4419F97D.5060908@vonostingroup.com> Date: Thu, 16 Mar 2006 18:49:17 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: James O'Gorman References: <4419D414.1070308@netinertia.co.uk> <20060316212553.GG7184@graf.pompo.net> <4419DAA2.3000603@netinertia.co.uk> In-Reply-To: <4419DAA2.3000603@netinertia.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: ports@freebsd.org, Thierry Thomas Subject: Re: How to deal with large number of patches in a port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 23:49:40 -0000 James O'Gorman wrote: > Hi Thierry, > > On 16/3/06 21:25, Thierry Thomas wrote: >> Le Jeu 16 mar 06 à 22:09:40 +0100, James O'Gorman >> >> écrivait : >>> Hi, >> >> Hello, >> >>> I'm about to update a port I maintain (sysutils/boxbackup), but due >>> to the upstream software not currently being PREFIX-clean, I have a >>> large number of patches (29 patches in total) I need to apply to the >>> source tree. The majority of them are fairly small (just a few >>> lines), but some of them are a bit larger. >> >> In such a case, perhaps could it be possible to fix PREFIX with sed >> (REINPLACE_CMD)? > > The majority of the patches are correcting hard-coded references to > perl - replacing it with @PERL@ so that autoconf then replaces it with > the true location of the perl executable. > > Perhaps something like: > > ${REINPLACE_CMD} -e 's,#!/usr/bin/perl,#!${PERL},' \ > ${WRKSRC}/file1 \ > ${WRKSRC}/file2 \ > ${WRKSRC}/file3 > > would be better? > > James > I tend to think that #!/usr/bin/perl is fine. This is the location of the perl binary on most systems, and as Thierry said, REINPLACE_CMD would be better for this anyways. I usually do not use PATCH_SITES unless its a vender patch, and not a freebsd specific patch. freebsd specific patches belong in files/ in my opinion. Hope this helps. -Frank From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 01:50:16 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B024216A401 for ; Fri, 17 Mar 2006 01:50:16 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A34EC43D48 for ; Fri, 17 Mar 2006 01:50:15 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 17 Mar 2006 01:50:14 -0000 Received: from p54A7EEF4.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.238.244] by mail.gmx.net (mp028) with SMTP; 17 Mar 2006 02:50:14 +0100 X-Authenticated: #5465401 Message-ID: <441A15CA.6080500@gmx.de> Date: Fri, 17 Mar 2006 02:50:02 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD08AF29AC264D50CD6A94F67" X-Y-GMX-Trusted: 0 Subject: x11-wm/enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 01:50:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD08AF29AC264D50CD6A94F67 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The latest update to the x11-wm/enlightenment-devel port are a catastrophe. It crashes very often (in contrast to the previous build that never crashed on my system) and every module is display twice. --------------enigD08AF29AC264D50CD6A94F67 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGhXOfMDIb41/+S0RAn5IAJsEZ/Byxqp8hZHE83KLIsgQjpl9ygCfZeRH o8wWZJrR5vJjY0sHsMTPU0Y= =7T42 -----END PGP SIGNATURE----- --------------enigD08AF29AC264D50CD6A94F67-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 01:50:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434C116A422 for ; Fri, 17 Mar 2006 01:50:53 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from mxsf20.cluster1.charter.net (mxsf20.cluster1.charter.net [209.225.28.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD06743D53 for ; Fri, 17 Mar 2006 01:50:52 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from mxip07a.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf20.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2H1opqm002721 for ; Thu, 16 Mar 2006 20:50:51 -0500 Received: from 71-83-198-191.dhcp.rvsd.ca.charter.com (HELO [71.83.198.191]) ([71.83.198.191]) by mxip07a.cluster1.charter.net with ESMTP; 16 Mar 2006 20:49:21 -0500 X-IronPort-AV: i="4.03,103,1141621200"; d="scan'208"; a="2066020050:sNHT1018743262" Message-ID: <441A159D.7010406@chrismaness.com> Date: Thu, 16 Mar 2006 17:49:17 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Port Maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 01:50:53 -0000 How does a person go about finding out if a port is being maintained? or if the maintainer seems to be asleep at the wheel, what is the most tactful way to wake him up? I have tried e-mailing the maintainer with no results. From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 01:59:12 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2116A422 for ; Fri, 17 Mar 2006 01:59:12 +0000 (UTC) (envelope-from me@daniel.stefan.haischt.name) Received: from mail.terralink.de (mail.terralink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66FC43D48 for ; Fri, 17 Mar 2006 01:59:11 +0000 (GMT) (envelope-from me@daniel.stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 8B83EB955; Fri, 17 Mar 2006 02:59:10 +0100 (CET) Received: from smtp.abyssworld.de (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 8470B1D5CC; Fri, 17 Mar 2006 02:59:08 +0100 (CET) Received-SPF: none (smtp.abyssworld.de: 192.168.120.239 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.120.239; envelope-from=me@daniel.stefan.haischt.name; helo=[127.0.0.1]; Received: from [127.0.0.1] (unknown [192.168.120.239]) by smtp.abyssworld.de (Postfix) with ESMTP id 25B891D5CA; Fri, 17 Mar 2006 02:59:08 +0100 (CET) Message-ID: <441A17E9.7050501@daniel.stefan.haischt.name> Date: Fri, 17 Mar 2006 02:59:05 +0100 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: itetcu@people.tecnik93.com Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 1.4.1 Cc: ports@FreeBSD.org Subject: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@daniel.stefan.haischt.name List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:59:12 -0000 Hello, I am getting a ... configure:28205: checking how to link SQLite libraries configure:28235: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -rdynamic conf test.c -lsqlite3 -lm >&5 /usr/local/lib/libsqlite3.so: undefined reference to `pthread_create' /usr/local/lib/libsqlite3.so: undefined reference to `pthread_equal' /usr/local/lib/libsqlite3.so: undefined reference to `pthread_join' in config.log if building DSPAM with SQLite 3 support. This is on FreeBSD 6.0 with a very recent ports tree (cvsuped today). -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Spammers, please please send any mail to: Daniel S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 02:09:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393D716A41F for ; Fri, 17 Mar 2006 02:09:21 +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 02A1843D49 for ; Fri, 17 Mar 2006 02:09:21 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id B8EE12BB7; Thu, 16 Mar 2006 20:09:20 -0600 (CST) Date: Thu, 16 Mar 2006 20:09:20 -0600 To: Chris Maness Message-ID: <20060317020920.GB19635@soaustin.net> References: <441A159D.7010406@chrismaness.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441A159D.7010406@chrismaness.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: Port Maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 02:09:21 -0000 On Thu, Mar 16, 2006 at 05:49:17PM -0800, Chris Maness wrote: > How does a person go about finding out if a port is being maintained? The canonical answer is cd ;make maintainer but I only include that for completeness since you probably already know that. To find out if it is being _actively_ maintained, you can pull up the GNATS search page, enter the category/portname, and click 'closed reports too'. Also, checking the CVS web page will reveal information. portsmon only keeps track of current PRs and ignores closed ones but you can at least see if there is a backlog. portsmon's algorithm for assigning PR to portname is far better than using the GNATS search, which depends on submitters correctly inserting the category/portname into the Synopsis. > or if the maintainer seems to be asleep at the wheel, what is the most > tactful way to wake him up? I have tried e-mailing the maintainer with > no results. The correct thing to do is this case is to email portmgr@FreeBSD.org off-list and it's our duty to find out what's going on. mcl From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 03:07:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E0116A401 for ; Fri, 17 Mar 2006 03:07:38 +0000 (UTC) (envelope-from me@daniel.stefan.haischt.name) Received: from mail.terralink.de (mail.terralink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEB143D45 for ; Fri, 17 Mar 2006 03:07:38 +0000 (GMT) (envelope-from me@daniel.stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 0D76BBAFD; Fri, 17 Mar 2006 04:07:33 +0100 (CET) Received: from smtp.abyssworld.de (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 8595C1D5DE; Fri, 17 Mar 2006 04:07:31 +0100 (CET) Received-SPF: none (smtp.abyssworld.de: 192.168.120.239 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.120.239; envelope-from=me@daniel.stefan.haischt.name; helo=[127.0.0.1]; Received: from [127.0.0.1] (unknown [192.168.120.239]) by smtp.abyssworld.de (Postfix) with ESMTP id 488741D5DC; Fri, 17 Mar 2006 04:07:31 +0100 (CET) Message-ID: <441A27F4.8010404@daniel.stefan.haischt.name> Date: Fri, 17 Mar 2006 04:07:32 +0100 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: itetcu@people.tecnik93.com Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 1.4.1 Cc: ports@FreeBSD.org Subject: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@daniel.stefan.haischt.name List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 03:07:39 -0000 Hello, humm why are u using libdb41_drv instead of libdb4_drv. That did not work out form me. Instead I had to replace each occurence of libdb41_drv to libdb4_drv... -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Spammers, please please send any mail to: Daniel S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 05:32:43 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712C316A425 for ; Fri, 17 Mar 2006 05:32:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7236E43D45 for ; Fri, 17 Mar 2006 05:32:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so524501nzo for ; Thu, 16 Mar 2006 21:32:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MUaA1Mxcl1LJOGtn7HWktkwbLuTCfwCFV5VKZ6KUtAt1F/NdQRihmZXUBCJiGiT9b58BWo8/6DJKWOi2xyGuttn1OH7ocEAW8rU/MZRjorw9+Ycc02SRl4b6dDB5xy0E9j6XH3r+nuGL77ct3gGZacy9VvBlJ1GuAQWLnQXIjnI= Received: by 10.36.121.10 with SMTP id t10mr3370840nzc; Thu, 16 Mar 2006 21:32:41 -0800 (PST) Received: by 10.37.22.74 with HTTP; Thu, 16 Mar 2006 21:32:41 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 08:32:41 +0300 From: "Andrew Pantyukhin" To: bug-followup@FreeBSD.org, goran.lowkrantz@ismobile.com, "Sam Lawrance" , "FreeBSD Ports" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: ports/92257: Conflicts between graphics/p5-Image-ExifTool and graphics/py-exif X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 05:32:43 -0000 I'm sorry, but did you notice my bug follow-up? I posted this patch: http://bsd.gubkin.ru/myports/py-exif.diff Somehow making it impossible to use important bindings for two popular languages on the same FreeBSD system does not seem right, does it? Thanks! From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 06:36:24 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A583616A420; Fri, 17 Mar 2006 06:36:24 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8AC43D48; Fri, 17 Mar 2006 06:36:24 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 047ADB857; Fri, 17 Mar 2006 08:36:23 +0200 (EET) Received: (nullmailer pid 39938 invoked by uid 1002); Fri, 17 Mar 2006 06:36:22 -0000 Date: Fri, 17 Mar 2006 08:36:22 +0200 From: Vasil Dimov To: James O'Gorman Message-ID: <20060317063622.GA29606@qlovarnika.bg.datamax> References: <4419D414.1070308@netinertia.co.uk> <20060316212553.GG7184@graf.pompo.net> <4419DAA2.3000603@netinertia.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <4419DAA2.3000603@netinertia.co.uk> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org, Thierry Thomas Subject: Re: How to deal with large number of patches in a port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 06:36:24 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=cp-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 16, 2006 at 09:37:38PM +0000, James O'Gorman wrote: > Hi Thierry, >=20 > On 16/3/06 21:25, Thierry Thomas wrote: > >Le Jeu 16 mar 06 =E0 22:09:40 +0100, James O'Gorman > > =E9crivait : > >>Hi, > > > >Hello, > > > >>I'm about to update a port I maintain (sysutils/boxbackup), but due to= =20 > >>the upstream software not currently being PREFIX-clean, I have a large= =20 > >>number of patches (29 patches in total) I need to apply to the source= =20 > >>tree. The majority of them are fairly small (just a few lines), but som= e=20 > >>of them are a bit larger. > > > >In such a case, perhaps could it be possible to fix PREFIX with sed > >(REINPLACE_CMD)? >=20 > The majority of the patches are correcting hard-coded references to perl= =20 > - replacing it with @PERL@ so that autoconf then replaces it with the=20 > true location of the perl executable. >=20 > Perhaps something like: >=20 > ${REINPLACE_CMD} -e 's,#!/usr/bin/perl,#!${PERL},' \ > ${WRKSRC}/file1 \ > ${WRKSRC}/file2 \ > ${WRKSRC}/file3 >=20 > would be better? >=20 Sure. Btw you should have /usr/bin/perl on your system. --=20 Vasil Dimov --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEGljmFw6SP/bBpCARAts3AKCoPf9ojVTz8F1Dwd+oyqA3cQsCjgCfT/U9 5moWSs5Fq/7Ae9I3STnV1mw= =oBnT -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 07:19:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30C616A401 for ; Fri, 17 Mar 2006 07:19:20 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAAC43D49 for ; Fri, 17 Mar 2006 07:19:20 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id C383E1758D; Fri, 17 Mar 2006 09:19:09 +0200 (EET) Date: Fri, 17 Mar 2006 09:19:09 +0200 From: Ion-Mihai Tetcu To: me@daniel.stefan.haischt.name Message-ID: <20060317091909.031968b3@it.buh.tecnik93.com> In-Reply-To: <441A17E9.7050501@daniel.stefan.haischt.name> References: <441A17E9.7050501@daniel.stefan.haischt.name> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 07:19:20 -0000 On Fri, 17 Mar 2006 02:59:05 +0100 "Daniel S. Haischt" wrote: > Hello, > > I am getting a ... > > configure:28205: checking how to link SQLite libraries > configure:28235: cc -o conftest -O2 -fno-strict-aliasing -pipe > -I/usr/local/include -I/usr/local/include -L/usr/local/lib > -L/usr/local/lib -rdynamic conf > test.c -lsqlite3 -lm >&5 > /usr/local/lib/libsqlite3.so: undefined reference to `pthread_create' > /usr/local/lib/libsqlite3.so: undefined reference to `pthread_equal' > /usr/local/lib/libsqlite3.so: undefined reference to `pthread_join' > > > in config.log if building DSPAM with SQLite 3 support. This > is on FreeBSD 6.0 with a very recent ports tree (cvsuped today). Is this on 6.0 RELEASE ? The port builds just fine for me and others on -STABLE (it build OK with default OPTIONS on all FreeBSD -STABLE versions). Please give me a uname -a. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Ferengi Rule of Acquisition #44: Never confuse wisdom with luck. -- ST: Legends of the Ferengi From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 07:24:32 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A645316A422 for ; Fri, 17 Mar 2006 07:24:32 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A400143D48 for ; Fri, 17 Mar 2006 07:24:27 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id A884F1758D; Fri, 17 Mar 2006 09:24:06 +0200 (EET) Date: Fri, 17 Mar 2006 09:24:06 +0200 From: Ion-Mihai Tetcu To: me@daniel.stefan.haischt.name Message-ID: <20060317092406.490e7708@it.buh.tecnik93.com> In-Reply-To: <441A27F4.8010404@daniel.stefan.haischt.name> References: <441A27F4.8010404@daniel.stefan.haischt.name> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 07:24:32 -0000 On Fri, 17 Mar 2006 04:07:32 +0100 "Daniel S. Haischt" wrote: > Hello, > > humm why are u using libdb41_drv instead of libdb4_drv. That > did not work out form me. Instead I had to replace each occurence > of libdb41_drv to libdb4_drv... Please don't use BDB; I'm tempted to drop support for BDB completely Use SQLite (yes, I raed the other mail) or HASH if you don't want a full SQL server. This being said, uname -a ? Didn't work means exactly what ? Please do a 'make rmconfig; make -DBATCH' and tell me if you still got problems (in which case I'd be inclined to say you might have a local problem). -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #31: cellular telephone interference From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 08:15:56 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEC816A422; Fri, 17 Mar 2006 08:15:56 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468AE43D45; Fri, 17 Mar 2006 08:15:56 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:53615) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FKA7m-000BFY-H9; Fri, 17 Mar 2006 00:15:54 -0800 In-Reply-To: References: <4418A188.8060200@gmx.de> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Fri, 17 Mar 2006 00:16:24 -0800 To: Gerald Pfeifer X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: "\[LoN\]Kamikaze" , freebsd-ports@freebsd.org, Ade Lovett Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 08:15:56 -0000 On Mar 16, 2006, at 11:58 , Gerald Pfeifer wrote: > As an alternate approach, Maho-san and me are currently discussing > to use > the new gmake-devel port which has fixes to address the situation > on the > gmake side for the time being. I'm looking this one over and thinking about it. Right now, weighing the benefits (fixing 1, maybe 2 ports) against the obvious infrastructure issues that having two gmake ports in the tree, I'm currently of the opinion that it's not really a good solution. A considerably more preferable approach would be to put pressure on the gmake folks to get a new release pushed out, with these and other fixes, which can then be set up for an -exp run, and if successful, devel/gmake simply gets punted to a new version where everyone is happy. -aDe From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 08:57:57 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82BB016A425 for ; Fri, 17 Mar 2006 08:57:57 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2913F43D66 for ; Fri, 17 Mar 2006 08:57:54 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so548195nzo for ; Fri, 17 Mar 2006 00:57:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RymywwYGe+KafSNOkwq3poX14JpFH8DprNs9e7hIK56ByUC7jx2YhUAnG67iJygiBlTp8r+Wml2TGDcyLwHB+QJeG3zAIr1i5RQkvywulKTrLor/glXyQjJtuR+3DuxubypEOn/gp5L8J8+a9oYtDmxFjiX5figcZUiQKhnxI8w= Received: by 10.36.48.9 with SMTP id v9mr3548247nzv; Fri, 17 Mar 2006 00:57:53 -0800 (PST) Received: by 10.37.22.74 with HTTP; Fri, 17 Mar 2006 00:57:53 -0800 (PST) Message-ID: Date: Fri, 17 Mar 2006 11:57:53 +0300 From: "Andrew Pantyukhin" To: "FreeBSD Ports" , lioux@FreeBSD.org, benlutz@datacomm.ch MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: net-p2p/mldonkey-devel - add sourceforge to master sites X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 08:57:57 -0000 MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} ${MASTER_SITE_SAVANNAH} From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 09:28:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD29616A420 for ; Fri, 17 Mar 2006 09:28:31 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F87843D46 for ; Fri, 17 Mar 2006 09:28:31 +0000 (GMT) (envelope-from jacardenasm@gmail.com) Received: by pproxy.gmail.com with SMTP id n25so815989pyg for ; Fri, 17 Mar 2006 01:28:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jp4Dssw5jd2dfJ9hL30coWKUpVqbgH40dz1xDq+dr9nlOUjDpvyN9iOKuUlj1xfsB1OTKbA7o38pAwjv84Yr/SQebOjV2rwYMoej2C3e2YUcT4Qk9TYNPrOGUUCCjKOf9yJpqUEAMx4KsPfm8XlLGl+6rQ+qTfc9PNW+eIHz+uc= Received: by 10.35.127.7 with SMTP id e7mr431891pyn; Fri, 17 Mar 2006 01:01:38 -0800 (PST) Received: by 10.35.134.9 with HTTP; Fri, 17 Mar 2006 01:01:38 -0800 (PST) Message-ID: <7c58fcfc0603170101h518a7819w@mail.gmail.com> Date: Fri, 17 Mar 2006 04:01:38 -0500 From: "Jose Alonso Cardenas Marquez" To: freebsd-ports@freebsd.org In-Reply-To: <1a74ff320603152156x50932670n7678ff4cc1f4672b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1a74ff320603152156x50932670n7678ff4cc1f4672b@mail.gmail.com> Cc: jaideep.jdof@gmail.com Subject: Re: Ports 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: Fri, 17 Mar 2006 09:28:32 -0000 2006/3/16, Jaideep Das : > I am not a developer, but i love FreeBSD and i am using it as my only > desktop OS, i have a request to make: > 1) Dazuko port is not updated for FreeBSD 6.0. Done http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94588 > 2)Please make a port for foo2zjs cup drivers, it adds support for > many laser printers, the URL of this driver > is:http://foo2zjs.rkkda.com/. Done, but it will need test, I don't have any printer to test this driver http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94592 Greetings ACM From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 09:30:26 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F0B16A427 for ; Fri, 17 Mar 2006 09:30:26 +0000 (UTC) (envelope-from q5480035@mailstore.FernUni-Hagen.de) Received: from cl-mailhost.FernUni-Hagen.de (cl-mailhost.fernuni-hagen.de [132.176.114.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9CF43D45 for ; Fri, 17 Mar 2006 09:30:25 +0000 (GMT) (envelope-from q5480035@mailstore.FernUni-Hagen.de) Received: from mailstore.fernuni-hagen.de ([132.176.114.185]) by cl-mailhost.FernUni-Hagen.de with esmtp (Exim 4.24) id 1FKBHs-00078X-UM for ports@freebsd.org; Fri, 17 Mar 2006 10:30:24 +0100 Received: from [217.9.102.2] (account ) by mailstore.fernuni-hagen.de (CommuniGate Pro WebUser 4.0.6) with HTTP id 14901435 for ; Fri, 17 Mar 2006 10:30:24 +0100 From: "Marc van Woerkom" To: ports@FreeBSD.org X-Mailer: CommuniGate Pro Web Mailer v.4.0.6 Date: Fri, 17 Mar 2006 10:30:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit X-prewhitelist: your reply will pass through without greylisting Cc: Subject: can't start pvm console/daemon X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 09:30:26 -0000 Hi, soon I need to write a pvm application destined for a linux cluster at university. It would be very nice, to be able to already develop on my FreeBSD 6.0 laptop. (I already saw phk's hint in the cvs log to simulate several pvms using FreeBSD jails) But just setting PVM_ROOT to /usr/local/lib/pvm and starting pvm won't work. I don't see the console, there seem to be some socket related problem. Do I need to enable certain ports to run pvm? Regards, Marc From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 09:55:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D3B16A420 for ; Fri, 17 Mar 2006 09:55:00 +0000 (UTC) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (aue23.neoplus.adsl.tpnet.pl [83.27.12.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175D543D49 for ; Fri, 17 Mar 2006 09:54:59 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.4/8.13.4) with ESMTP id k2H9soYu066415 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NOT); Fri, 17 Mar 2006 10:54:57 +0100 (CET) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <441A8763.3020206@orchid.homeunix.org> Date: Fri, 17 Mar 2006 10:54:43 +0100 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <441A15CA.6080500@gmx.de> In-Reply-To: <441A15CA.6080500@gmx.de> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCE24D4D5116996488405B877" X-Virus-Scanned: ClamAV 0.88/1335/Thu Mar 16 05:58:43 2006 on orchid.homeunix.org X-Virus-Status: Clean Cc: freebsd-ports@freebsd.org Subject: Re: x11-wm/enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:55:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCE24D4D5116996488405B877 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable [LoN]Kamikaze wrote: > The latest update to the x11-wm/enlightenment-devel port are a > catastrophe. It crashes very often (in contrast to the previous build > that never crashed on my system) and every module is display twice. It works fine here. Have you removed the old configuration directory(~/.e)? Backup it and start enlightenment with an empty one. Then you can try copying back .eap and .order files (under applications directory). Worked for me. Regards, Karol --=20 Karol Kwiatkowski OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enigCE24D4D5116996488405B877 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEGodqezeoPAwGIYsRAkHEAJ4s3r1YDMcqWEMFt7oMIF9kbhBbAACfX6y6 FoHRK1K+Y052j/tomMPGdD8= =c6wi -----END PGP SIGNATURE----- --------------enigCE24D4D5116996488405B877-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 11:33:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7A116A422 for ; Fri, 17 Mar 2006 11:33:28 +0000 (UTC) (envelope-from quetzal@zone3000.net) Received: from mx1.sitevalley.com (sitevalley.com [209.67.60.43]) by mx1.FreeBSD.org (Postfix) with SMTP id E767543D48 for ; Fri, 17 Mar 2006 11:33:27 +0000 (GMT) (envelope-from quetzal@zone3000.net) Received: from zone3000.kharkov.ua (HELO viking.zone3000.net) (217.144.68.98) by sitevalley.com with SMTP; 17 Mar 2006 11:33:26 -0000 Received: from viking.zone3000.net (localhost [127.0.0.1]) by viking.zone3000.net (8.13.4/8.13.4) with ESMTP id k2HBYqrm097822 for ; Fri, 17 Mar 2006 13:35:03 +0200 (EET) (envelope-from quetzal@viking.zone3000.net) Received: (from quetzal@localhost) by viking.zone3000.net (8.13.4/8.13.4/Submit) id k2HBYqGw097817 for freebsd-ports@freebsd.org; Fri, 17 Mar 2006 13:34:52 +0200 (EET) (envelope-from quetzal) Date: Fri, 17 Mar 2006 13:34:52 +0200 From: Nikolay Pavlov To: freebsd-ports@freebsd.org Message-ID: <20060317113452.GA97764@zone3000.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: how to build i386 versions of ports on amd64? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:33:28 -0000 Hi, folks. I want to build i386 version of port on my amd64. Is there any standard way how to do this? I try "cd /usr/ports/sysutils/uptimed; make ARCH=i386 install" and find "file /usr/local/sbin/uptimed" as ELF 64-bit LSB executable, AMD x86-64 So no lack. P.S. please CC me, because i am not subscribe to that list! -- ============================================================================ = Best regards, Nikolay Pavlov. <<<--------------------------------------- = ============================================================================ From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 12:12:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F1C16A400 for ; Fri, 17 Mar 2006 12:12:34 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from relay-er5.mbrd.ru (relay-er5.mbrd.ru [194.117.71.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2783E43D4C for ; Fri, 17 Mar 2006 12:12:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd.mbrd.ru ([172.16.33.193]) by relay-er5.mbrd.ru with esmtpa (Exim 4.x) id 1FKDok-0006eW-4v; Fri, 17 Mar 2006 15:12:30 +0300 Message-ID: <441AA7B1.6010002@FreeBSD.org> Date: Fri, 17 Mar 2006 15:12:33 +0300 From: Sergey Matveychuk User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Nikolay Pavlov References: <20060317113452.GA97764@zone3000.net> In-Reply-To: <20060317113452.GA97764@zone3000.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: how to build i386 versions of ports on amd64? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:12:35 -0000 Nikolay Pavlov wrote: > Hi, folks. > I want to build i386 version of port on my amd64. Is there any standard > way how to do this? > I try "cd /usr/ports/sysutils/uptimed; make ARCH=i386 install" and > find "file /usr/local/sbin/uptimed" as > ELF 64-bit LSB executable, AMD x86-64 > So no lack. > > P.S. please CC me, because i am not subscribe to that list! > There is no reliable way to do it. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 12:23:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96D116A420 for ; Fri, 17 Mar 2006 12:23:59 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C724143D45 for ; Fri, 17 Mar 2006 12:23:58 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 17 Mar 2006 12:23:56 -0000 Received: from p54A7EEF4.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.238.244] by mail.gmx.net (mp033) with SMTP; 17 Mar 2006 13:23:56 +0100 X-Authenticated: #5465401 Message-ID: <441AAA4B.4040309@gmx.de> Date: Fri, 17 Mar 2006 13:23:39 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd@orchid.homeunix.org References: <441A15CA.6080500@gmx.de> <441A8763.3020206@orchid.homeunix.org> In-Reply-To: <441A8763.3020206@orchid.homeunix.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig56D844A9E4B88150753B8A8D" X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: x11-wm/enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 12:23:59 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig56D844A9E4B88150753B8A8D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I feel so stupid. Thanks a lot! Karol Kwiatkowski wrote: > [LoN]Kamikaze wrote: >> The latest update to the x11-wm/enlightenment-devel port are a >> catastrophe. It crashes very often (in contrast to the previous build >> that never crashed on my system) and every module is display twice. >=20 > It works fine here. Have you removed the old configuration > directory(~/.e)? Backup it and start enlightenment with an empty one. > Then you can try copying back .eap and .order files (under > applications directory). Worked for me. >=20 > Regards, >=20 > Karol >=20 --------------enig56D844A9E4B88150753B8A8D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGqpTfMDIb41/+S0RAlUcAJwJ7iEdZFejaFRfjwa/tEZgf/73qACcDVgA cQFQwoFlYtZwCvAA1FsldBE= =mfLY -----END PGP SIGNATURE----- --------------enig56D844A9E4B88150753B8A8D-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 13:11:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DADD216A401; Fri, 17 Mar 2006 13:11:33 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AED43D49; Fri, 17 Mar 2006 13:11:33 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k2HDBWtW019330; Fri, 17 Mar 2006 05:11:32 -0800 (PST) Received: from localhost (221x241x85x136.ap221.ftth.ucom.ne.jp [221.241.85.136]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k2HDBSdr017159; Fri, 17 Mar 2006 05:11:31 -0800 (PST) Date: Fri, 17 Mar 2006 22:11:27 +0900 (JST) Message-Id: <20060317.221127.41627417.chat95@mac.com> To: ade@freebsd.org From: NAKATA Maho In-Reply-To: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> References: <4418A188.8060200@gmx.de> <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: LoN_Kamikaze@gmx.de, gerald@pfeifer.com, freebsd-ports@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 13:11:33 -0000 In Message-ID: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> Ade Lovett wrote: > I'm looking this one over and thinking about it. Right now, weighing > the benefits (fixing 1, maybe 2 ports) against the obvious > infrastructure issues that having two gmake ports in the tree, I'm > currently of the opinion that it's not really a good solution. > A considerably more preferable approach would be to put pressure on > the gmake folks to get a new release pushed out, with these and other > fixes, which can then be set up for an -exp run, and if successful, > devel/gmake simply gets punted to a new version where everyone is happy. gmake-devel port is now RC stage: make-3.81rc1.tar.bz2, and IMHO we need some time to do extensive tests by changing (just illustrate how we test) /usr/ports/Mk/bsd.port.mk .if defined(USE_GMAKE) BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake CONFIGURE_ENV+= MAKE=${GMAKE} .endif -> .if defined(USE_GMAKE) BUILD_DEPENDS+= gmake-devel:${PORTSDIR}/devel/gmake-devel CONFIGURE_ENV+= MAKE=gmake-devel .endif so my opinion is: committing gmake-devel saves at least gcc-4.1 with java, and OpenOffice.org port. In terms of release enginnering, we can test easily, even by casual committer like me, not by Kris. if everthing is okay we can put the new version. BTW: time stamp at gnu.org of make-3.80.tar.bz2 2002/10/04 00:00:00 three years have passed since it it released, so I'm quite sure there are a lot of brekage with make-3.81. IMHO we need both make for a while. All the best, -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 14:07:58 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB6816A401; Fri, 17 Mar 2006 14:07:58 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: from mail.secnap.com (mail.secnap.com [204.89.241.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id B969943D45; Fri, 17 Mar 2006 14:07:57 +0000 (GMT) (envelope-from scheidell@secnap.net) Received: from family (unknown [10.96.0.14]) by mail.secnap.com (Postfix) with SMTP id 1C0BC164838; Fri, 17 Mar 2006 09:07:55 -0500 (EST) Message-ID: <000501c649cc$32f7e260$0e00600a@family> From: "Michael Scheidell" To: Date: Fri, 17 Mar 2006 09:07:56 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-Mail-SpamAssassin-3.1.0_6 to 3.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 14:07:58 -0000 Patches for SA 3.11 (released 3/6/2006) Notes for fixes include fixed for incompatible DomainKeys.pm (hence the = dependency in makefile. I hope I have it right) Tested in portupgrade on 4.11 and 5.4 Tested in deinstall/reinstall on 4.11 and 5.4 Notes: p5-Mail-Tools-1.7.3 doesn't exist anymore and may affect = portupgrade unless you upgrade portstree also. --- Makefile.orig Fri Jan 20 20:03:08 2006 +++ Makefile Fri Mar 17 08:02:13 2006 @@ -6,8 +6,7 @@ # PORTNAME=3D Mail-SpamAssassin -PORTVERSION=3D 3.1.0 -PORTREVISION=3D 6 +PORTVERSION=3D 3.1.1 CATEGORIES=3D mail perl5 MASTER_SITES=3D ${MASTER_SITE_APACHE:S/$/:apache/} = ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR=3D spamassassin/source/:apache Mail/:cpan @@ -68,7 +67,7 @@ .endif .if defined(WITH_DOMAINKEYS) -RUN_DEPENDS+=3D = ${SITE_PERL}/Mail/DomainKeys.pm:${PORTSDIR}/mail/p5-Mail-DomainKeys +RUN_DEPENDS+=3D = p5-Mail-DomainKeys>=3D0.80:${PORTSDIR}/mail/p5-Mail-DomainKeys .endif .if defined(WITH_RELAY_COUNTRY) --- distinfo.orig Fri Nov 18 20:07:10 2005 +++ distinfo Fri Mar 17 07:57:17 2006 @@ -1,3 +1,3 @@ -MD5 (Mail-SpamAssassin-3.1.0.tar.gz) =3D = f70c1fcab3d9563731bbc307eda7d69e -SHA256 (Mail-SpamAssassin-3.1.0.tar.gz) =3D = c26523f7debb2a5b611e45f6f018295f3262b2276a307eb9ff592a408fa9e76c -SIZE (Mail-SpamAssassin-3.1.0.tar.gz) =3D 1185499 +MD5 (Mail-SpamAssassin-3.1.1.tar.gz) =3D = f7844cbc149de3d7b09a4310f4ab6739 +SHA256 (Mail-SpamAssassin-3.1.1.tar.gz) =3D = e4284c445f8fed11bc82b3900dc4b75eec0d632768c894bf186c3b7e1de63797 +SIZE (Mail-SpamAssassin-3.1.1.tar.gz) =3D 1129275 From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 14:32:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D9C216A401 for ; Fri, 17 Mar 2006 14:32:43 +0000 (UTC) (envelope-from jaideep.jdof@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B8D43D46 for ; Fri, 17 Mar 2006 14:32:42 +0000 (GMT) (envelope-from jaideep.jdof@gmail.com) Received: by wproxy.gmail.com with SMTP id i30so545541wra for ; Fri, 17 Mar 2006 06:32:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=somo6Saq9qptT5pYEyKsECuNam0dtWXWFcZw/VNxkb1AM7vfZrnNIUHKzZCOX9ccj7lwiO9/b8u2qdtDu0JgW/Dd4f1wpMEwZ6oj5i5dYf89G+RvYoE60hE2LevAlmNYo5d9Qw/nLMds1Hpy0w3tIQuB1FOEhZl3wxcmUjSNpKY= Received: by 10.65.248.17 with SMTP id a17mr231899qbs; Fri, 17 Mar 2006 06:32:42 -0800 (PST) Received: by 10.65.53.18 with HTTP; Fri, 17 Mar 2006 06:32:42 -0800 (PST) Message-ID: <1a74ff320603170632k69f25c21j4ba8b8948ea57b60@mail.gmail.com> Date: Fri, 17 Mar 2006 06:32:42 -0800 From: "Jaideep Das" To: "Jose Alonso Cardenas Marquez" In-Reply-To: <7c58fcfc0603170101h518a7819w@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1a74ff320603152156x50932670n7678ff4cc1f4672b@mail.gmail.com> <7c58fcfc0603170101h518a7819w@mail.gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Ports 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: Fri, 17 Mar 2006 14:32:43 -0000 I am really greatful to Jose Alonso Cardenas Marquez and the entire FreeBSD team, could you please tell me when will these ports be placed on FreeBSD site. On 3/17/06, Jose Alonso Cardenas Marquez wrote: > 2006/3/16, Jaideep Das : > > I am not a developer, but i love FreeBSD and i am using it as my only > > desktop OS, i have a request to make: > > 1) Dazuko port is not updated for FreeBSD 6.0. > > Done > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94588 > > > 2)Please make a port for foo2zjs cup drivers, it adds support for > > many laser printers, the URL of this driver > > is:http://foo2zjs.rkkda.com/. > > Done, but it will need test, I don't have any printer to test this driver > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94592 > > Greetings > ACM > -- Have a nice day. From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 17:39:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B97716A420; Fri, 17 Mar 2006 17:39:48 +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 5391943D46; Fri, 17 Mar 2006 17:39:48 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 39F851A4EE0; Fri, 17 Mar 2006 09:39:48 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B93BF511EF; Fri, 17 Mar 2006 12:39:47 -0500 (EST) Date: Fri, 17 Mar 2006 12:39:47 -0500 From: Kris Kennaway To: NAKATA Maho Message-ID: <20060317173947.GA27398@xor.obsecurity.org> References: <4418A188.8060200@gmx.de> <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> <20060317.221127.41627417.chat95@mac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <20060317.221127.41627417.chat95@mac.com> User-Agent: Mutt/1.4.2.1i Cc: LoN_Kamikaze@gmx.de, gerald@pfeifer.com, freebsd-ports@freebsd.org, ade@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 17:39:48 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2006 at 10:11:27PM +0900, NAKATA Maho wrote: > In Message-ID: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org>=20 > Ade Lovett wrote: >=20 > > I'm looking this one over and thinking about it. Right now, weighing = =20 > > the benefits (fixing 1, maybe 2 ports) against the obvious =20 > > infrastructure issues that having two gmake ports in the tree, I'm =20 > > currently of the opinion that it's not really a good solution. >=20 > > A considerably more preferable approach would be to put pressure on =20 > > the gmake folks to get a new release pushed out, with these and other = =20 > > fixes, which can then be set up for an -exp run, and if successful, =20 > > devel/gmake simply gets punted to a new version where everyone is happy. >=20 > gmake-devel port is now RC stage: make-3.81rc1.tar.bz2, and IMHO > we need some time to do extensive tests by changing (just illustrate > how we test) > /usr/ports/Mk/bsd.port.mk > .if defined(USE_GMAKE) > BUILD_DEPENDS+=3D gmake:${PORTSDIR}/devel/gmake > CONFIGURE_ENV+=3D MAKE=3D${GMAKE} > .endif > -> > .if defined(USE_GMAKE) > BUILD_DEPENDS+=3D gmake-devel:${PORTSDIR}/devel/gmake-devel > CONFIGURE_ENV+=3D MAKE=3Dgmake-devel > .endif >=20 > so my opinion is: > committing gmake-devel saves at least gcc-4.1 with java, and=20 > OpenOffice.org port. In terms of release enginnering, we can > test easily, even by casual committer like me, not by Kris. > if everthing is okay we can put the new version. > BTW: time stamp at gnu.org of make-3.80.tar.bz2 > 2002/10/04 00:00:00 > three years have passed since it it released, so I'm quite > sure there are a lot of brekage with make-3.81. IMHO > we need both make for a while. Send me a patch that makes the new gmake used by default and I'll run it through a package build to see how it goes. Kris --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGvRjWry0BWjoQKURAr6uAJ9UderPq+VfpEFcWE+6gjq6anP/wgCaA2mP 2AZVy2VOJXYhRIisQrCXWrc= =JnPU -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 17:50:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7055916A400 for ; Fri, 17 Mar 2006 17:50:51 +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 1428943D53 for ; Fri, 17 Mar 2006 17:50:50 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id E967D52EF; Fri, 17 Mar 2006 11:50:49 -0600 (CST) Date: Fri, 17 Mar 2006 11:50:49 -0600 To: Jaideep Das Message-ID: <20060317175049.GB17866@soaustin.net> References: <1a74ff320603152156x50932670n7678ff4cc1f4672b@mail.gmail.com> <7c58fcfc0603170101h518a7819w@mail.gmail.com> <1a74ff320603170632k69f25c21j4ba8b8948ea57b60@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a74ff320603170632k69f25c21j4ba8b8948ea57b60@mail.gmail.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Jose Alonso Cardenas Marquez , freebsd-ports@freebsd.org Subject: Re: Ports 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: Fri, 17 Mar 2006 17:50:51 -0000 On Fri, Mar 17, 2006 at 06:32:42AM -0800, Jaideep Das wrote: > I am really greatful to Jose Alonso Cardenas Marquez and the entire > FreeBSD team, could you please tell me when will these ports be placed > on FreeBSD site. The FreeBSD ports committers are all volunteers so there is no guarantee when anything will happen. Currently we are trying to drive down the backlog of several hundred extra PRs that came in during the ports freeze, so it may take a little while for us to catch up. mcl From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 18:10:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAD916A45B for ; Fri, 17 Mar 2006 18:10:26 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01ACC43D4C for ; Fri, 17 Mar 2006 18:10:18 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so473798wxc for ; Fri, 17 Mar 2006 10:10:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OIv2am7E8yUoNnINR988C13NFlcr1hhayDHuVTuZM3BLc3zvY8VbxlHmuZc0QydoF8UwGCVYLyb3kz+02rMJAyHi0ak1J2h+0aRKKmU9gfRs1DuQB6fqAL/0eTlqyunBM8sevcVzNnottr6gv/LcEzhCpPmPgjPy/o18BGNXy/Q= Received: by 10.70.117.16 with SMTP id p16mr1037430wxc; Fri, 17 Mar 2006 10:10:17 -0800 (PST) Received: by 10.70.27.2 with HTTP; Fri, 17 Mar 2006 10:10:17 -0800 (PST) Message-ID: <790a9fff0603171010p692f4215q2ca05322650f3827@mail.gmail.com> Date: Fri, 17 Mar 2006 12:10:17 -0600 From: "Scot Hetzel" To: "Vadim Goncharov" In-Reply-To: <1965362278.20060317020244@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1965362278.20060317020244@mail.ru> Cc: freebsd-ports@freebsd.org Subject: Re: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 18:10:26 -0000 On 3/16/06, Vadim Goncharov wrote: > Hello freebsd-ports, > > I need to maintain a local distfiles mirror (all N-ty gigabytes) for > almost entire ports tree (some lang categories excluded). Also, I have > limited access to Internet - not all distfiles could be fetched (however > eventually they'll do). So, as I can't use plain ``cd /usr/ports && make > fetch'', I've made a script, which, for speeding up, fetches each categor= y > in parallel. > But then some anothe shit happened - system began to build and install > packages without checking if they were actually installed, e.g. it made > mess installing expat2 over expat-1.95 (I had to deal with it manually > later), so I was forced to interrupt the script. > > So, what happened (why it began to install, why errors?) and how should > I create local distfiles mirror ? 'make fetch' on a port, checks if a depending port is installed. If that port is not installed, then it will fetch the sources and install the depending port. You could give 'make fetch-recursive' a try, as this will fetch the ports distfiles and all the ports dependencies distfiles as well, if necessary. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 18:17:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7364416A425 for ; Fri, 17 Mar 2006 18:17:12 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id F140943D76 for ; Fri, 17 Mar 2006 18:17:03 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so474698wxc for ; Fri, 17 Mar 2006 10:17:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lv+4TChVmhsToEyyOMvHeyi44e+GrkwhYYU8FDYyDZRWWIwTCNs4jN47lz1gbk/6FHoj8ai1Hn6XqxJKtSuV+0ts/8dFRDB86xrjOcEVE448fuShNOHkQ5Apb5joyjn6ie5gzVoL6Kn070x3yLSFLcBtnGb2vb+Kz7K75c6nsKk= Received: by 10.70.117.16 with SMTP id p16mr1045908wxc; Fri, 17 Mar 2006 10:17:02 -0800 (PST) Received: by 10.70.27.2 with HTTP; Fri, 17 Mar 2006 10:17:02 -0800 (PST) Message-ID: <790a9fff0603171017y5a2a50b5w45b9527c205b0055@mail.gmail.com> Date: Fri, 17 Mar 2006 12:17:02 -0600 From: "Scot Hetzel" To: "[LoN]Kamikaze" In-Reply-To: <4419C7E8.90403@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603161321.18076.mi+mx@aldan.algebra.com> <4419C7E8.90403@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: java/phpeclipse X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 18:17:12 -0000 On 3/16/06, [LoN]Kamikaze wrote: > I didn't find any way to attach fixes to a PR. > If your the original submitter of the PR, GNATs will send a message to your email address. Just do a reply all on the message. Remove freebsd-bugs@freebsd.org (leave freebsd-gnats-submit@freebsd.org) from the To line. Delete the message content (don't change the subject), and add an appropriate message. Then attach the patch to the message and send it. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 18:51:22 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F4D16A400 for ; Fri, 17 Mar 2006 18:51:22 +0000 (UTC) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB2C43D46 for ; Fri, 17 Mar 2006 18:51:22 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k2HIpFC0024197; Fri, 17 Mar 2006 10:51:15 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k2HIpFEC024196; Fri, 17 Mar 2006 10:51:15 -0800 Date: Fri, 17 Mar 2006 10:51:15 -0800 From: Brooks Davis To: Marc van Woerkom Message-ID: <20060317185115.GA10869@odin.ac.hmc.edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: ports@freebsd.org Subject: Re: can't start pvm console/daemon X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 18:51:22 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2006 at 10:30:24AM +0100, Marc van Woerkom wrote: > Hi, >=20 > soon I need to write a pvm application destined for a=20 > linux cluster at university. >=20 > It would be very nice, to be able to already develop on my=20 > FreeBSD 6.0 laptop. > (I already saw phk's hint in the cvs log to simulate=20 > several pvms using FreeBSD jails)=20 >=20 > But just setting PVM_ROOT to /usr/local/lib/pvm and=20 > starting pvm won't work. > I don't see the console, there seem to be some socket=20 > related problem. It works here. > Do I need to enable certain ports to run pvm? pvmd binds to two arbitrary UDP ports when started. If you're blocking high ports with a firewall that could be an issue. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEGwUiXY6L6fI4GtQRAs9EAJ0abtC0tt7VXsK0OxAq0xUaNB3GbwCeOr2A 3dw4WdM8vRtxFCQ+EDljAno= =E1gO -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 20:59:38 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B096116A420 for ; Fri, 17 Mar 2006 20:59:38 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842C543D46 for ; Fri, 17 Mar 2006 20:59:31 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k2HKnmUr069601 for ; Fri, 17 Mar 2006 17:49:49 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k2HKwQ9E075286 for ; Fri, 17 Mar 2006 17:58:26 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k2HKwQhE075285 for ports@FreeBSD.ORG; Fri, 17 Mar 2006 17:58:26 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 17 Mar 2006 17:58:25 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20060317205825.GC75135@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: why do I need to run pkg_glob as root? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 20:59:38 -0000 [fernan@omega] pkg_glob -R x11-toolkits/gtkmm24 ** You do not own /var/db/pkg. (use -f to force or run as root) Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ Of course I do not own /var/db/pkg ... but I can read it! [fernan@omega] ls -ld /var/db/pkg drwxr-xr-x 483 root wheel 13824 Mar 17 17:52 /var/db/pkg I can even get a list of required packages for gtkmm24 just by doing something like: grep pkgdep /var/db/pkg/gtkmm-2.8.3_2/+CONTENTS | awk '{print $2}' so why can't pkg_glob? Fernan From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:06:29 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE5FD16A401 for ; Fri, 17 Mar 2006 21:06:29 +0000 (UTC) (envelope-from me@daniel.stefan.haischt.name) Received: from mail.terralink.de (mail.terralink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E4843D49 for ; Fri, 17 Mar 2006 21:06:29 +0000 (GMT) (envelope-from me@daniel.stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 3E786CB59; Fri, 17 Mar 2006 22:06:30 +0100 (CET) Received: from smtp.abyssworld.de (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id C93CF1D81C; Fri, 17 Mar 2006 22:06:26 +0100 (CET) Received-SPF: none (smtp.abyssworld.de: 192.168.120.239 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.120.239; envelope-from=me@daniel.stefan.haischt.name; helo=[127.0.0.1]; Received: from [127.0.0.1] (unknown [192.168.120.239]) by smtp.abyssworld.de (Postfix) with ESMTP id 8FEF31D817; Fri, 17 Mar 2006 22:06:26 +0100 (CET) Message-ID: <441B24C8.90909@daniel.stefan.haischt.name> Date: Fri, 17 Mar 2006 22:06:16 +0100 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Ion-Mihai Tetcu Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 1.4.1 Cc: ports@FreeBSD.org Subject: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 (apache dep) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@daniel.stefan.haischt.name List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:06:30 -0000 Hello, I am currently packaging DSPAM for pfSense. Would it be possible to add another knob which would allow one to either use apache or lighttpd? pfSense uses lighttpd so it makes almost no sense to install an apache distribution onto it. -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Spammers, please please send any mail to: Daniel S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:09:55 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1022416A400 for ; Fri, 17 Mar 2006 21:09:55 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D39E43D46 for ; Fri, 17 Mar 2006 21:09:54 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id C3A5F1758D; Fri, 17 Mar 2006 23:09:48 +0200 (EET) Date: Fri, 17 Mar 2006 23:09:48 +0200 From: Ion-Mihai Tetcu To: me@daniel.stefan.haischt.name Message-ID: <20060317230948.709efd0e@it.buh.tecnik93.com> In-Reply-To: <441B24C8.90909@daniel.stefan.haischt.name> References: <441B24C8.90909@daniel.stefan.haischt.name> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 (apache dep) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:09:55 -0000 On Fri, 17 Mar 2006 22:06:16 +0100 "Daniel S. Haischt" wrote: > Hello, > > I am currently packaging DSPAM for pfSense. Would it be possible > to add another knob which would allow one to either use apache > or lighttpd? Yes, of course. I'll put it in in the next update of -devel and MFD fin a few days. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #21: POSIX compliance problem From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:27:35 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BEB16A401 for ; Fri, 17 Mar 2006 21:27:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AE6543D48 for ; Fri, 17 Mar 2006 21:27:34 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 91330 invoked by uid 399); 17 Mar 2006 20:27:28 -0000 Received: from localhost (HELO ?192.168.1.100?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 17 Mar 2006 20:27:28 -0000 Message-ID: <441B1BAF.4020904@FreeBSD.org> Date: Fri, 17 Mar 2006 12:27:27 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Scot Hetzel References: <1965362278.20060317020244@mail.ru> <790a9fff0603171010p692f4215q2ca05322650f3827@mail.gmail.com> In-Reply-To: <790a9fff0603171010p692f4215q2ca05322650f3827@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Vadim Goncharov , freebsd-ports@freebsd.org Subject: Re: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:27:35 -0000 Scot Hetzel wrote: > 'make fetch' on a port, checks if a depending port is installed. If > that port is not installed, then it will fetch the sources and install > the depending port. 'make checksum' does not suffer from this limitation, and has the added benefit of making sure that you got the right version of the file. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:30:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67B816A41F; Fri, 17 Mar 2006 21:30:51 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2136843D45; Fri, 17 Mar 2006 21:30:50 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F572.dip.t-dialin.net [84.165.245.114]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2HLCRm0080504; Fri, 17 Mar 2006 22:12:28 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2HLUiQd074332; Fri, 17 Mar 2006 22:30:45 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 17 Mar 2006 22:30:44 +0100 From: Alexander Leidinger To: gnome@freebsd.org, ports@freebsd.org, multimedia@freebsd.org Message-ID: <20060317223044.3c2d5103@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Subject: gnomemeeting 1.2.1 port needs a helping hand / testers X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:30:51 -0000 Hi, at http://www.leidinger.net/FreeBSD/port-patches/net:gnomemeeting.diff I have a patch to update gnomemeeting to 1.2.1. This depends upon a recent pwlib port (1.9.2_4). I had to disable the fakeio plugin (see files/patch-src_vfakeio.h) because of an API change in the pwlib port. Since I don't have a bktr card, there's no usable video plugin after disabling the fakeio plugin and gnomemeeting exits (it complains about a missing audio plugin, but this is a misleading message). Now I need someone who - has a bktr card and can test gnomemeeting (I don't know it it is able to work with the current pwlib/openh323 ports or not) - fixes the fakeio plugin I can't do the bktr test, and I don't have time to fix the fakeio plugin, so if you want to see an updated gnomemeeting port committed, you have to help. Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:35:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0172016A400; Fri, 17 Mar 2006 21:35:33 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8997343D45; Fri, 17 Mar 2006 21:35:31 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 93D081758E; Fri, 17 Mar 2006 23:35:29 +0200 (EET) Date: Fri, 17 Mar 2006 23:35:29 +0200 From: Ion-Mihai Tetcu To: Doug Barton Message-ID: <20060317233529.42e4c20b@it.buh.tecnik93.com> In-Reply-To: <441B1BAF.4020904@FreeBSD.org> References: <1965362278.20060317020244@mail.ru> <790a9fff0603171010p692f4215q2ca05322650f3827@mail.gmail.com> <441B1BAF.4020904@FreeBSD.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Vadim Goncharov , Scot Hetzel , freebsd-ports@freebsd.org Subject: Re: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:35:33 -0000 On Fri, 17 Mar 2006 12:27:27 -0800 Doug Barton wrote: > Scot Hetzel wrote: > > > 'make fetch' on a port, checks if a depending port is installed. If > > that port is not installed, then it will fetch the sources and install > > the depending port. > > 'make checksum' does not suffer from this limitation, and has the added > benefit of making sure that you got the right version of the file. And probably '-k -DBTACH' should be used too. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Peace was the way. -- Kirk, "The City on the Edge of Forever", stardate unknown From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:39:07 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7416A420 for ; Fri, 17 Mar 2006 21:39:07 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6725843D7F for ; Fri, 17 Mar 2006 21:38:59 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FKMfk-0005LG-Jz; Fri, 17 Mar 2006 16:39:48 -0500 Message-ID: <441B2C6A.70703@vonostingroup.com> Date: Fri, 17 Mar 2006 16:38:50 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FreeBSD Ports References: <20060317205825.GC75135@iib.unsam.edu.ar> In-Reply-To: <20060317205825.GC75135@iib.unsam.edu.ar> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: why do I need to run pkg_glob as root? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:39:07 -0000 Fernan Aguero wrote: > [fernan@omega] pkg_glob -R x11-toolkits/gtkmm24 > ** You do not own /var/db/pkg. (use -f to force or run as root) > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > Of course I do not own /var/db/pkg ... but I can read it! > > [fernan@omega] ls -ld /var/db/pkg > drwxr-xr-x 483 root wheel 13824 Mar 17 17:52 /var/db/pkg > > I can even get a list of required packages for gtkmm24 just > by doing something like: > grep pkgdep /var/db/pkg/gtkmm-2.8.3_2/+CONTENTS | awk '{print $2}' > > so why can't pkg_glob? > > Fernan > > Hello Fernan, pkg_glob calls `pkgdb -aFQ` which requires 'write' access to the pkgdb. read the error message completely next time. :) -Frank From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:41:59 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12F516A401 for ; Fri, 17 Mar 2006 21:41:59 +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 9EC0143D46 for ; Fri, 17 Mar 2006 21:41:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7E7091A4EDC for ; Fri, 17 Mar 2006 13:41:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A2EDD51406; Fri, 17 Mar 2006 16:41:58 -0500 (EST) Date: Fri, 17 Mar 2006 16:41:58 -0500 From: Kris Kennaway To: FreeBSD Ports Message-ID: <20060317214158.GA17455@xor.obsecurity.org> References: <20060317205825.GC75135@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20060317205825.GC75135@iib.unsam.edu.ar> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: why do I need to run pkg_glob as root? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:42:00 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2006 at 05:58:25PM -0300, Fernan Aguero wrote: > [fernan@omega] pkg_glob -R x11-toolkits/gtkmm24 > ** You do not own /var/db/pkg. (use -f to force or run as root) > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >=20 > Of course I do not own /var/db/pkg ... but I can read it! >=20 > [fernan@omega] ls -ld /var/db/pkg > drwxr-xr-x 483 root wheel 13824 Mar 17 17:52 /var/db/pkg >=20 > I can even get a list of required packages for gtkmm24 just > by doing something like: > grep pkgdep /var/db/pkg/gtkmm-2.8.3_2/+CONTENTS | awk '{print $2}' >=20 > so why can't pkg_glob? Because it needs to write to /var/db/pkg to first update the index (which is apparently out of date on your machine). If you don't mind that it working with a stale index (i.e. not representing the true state of your installed packages), you can use -f per the message you quoted. Kris --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGy0lWry0BWjoQKURAsLxAJwIXeI33dYKNQ2kuIMDfbb9y0w6+wCeN/QA opAfqrDz1Eu12vJb1vzf184= =EMwS -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:51:32 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0557A16A400 for ; Fri, 17 Mar 2006 21:51:32 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB8A43D48 for ; Fri, 17 Mar 2006 21:51:28 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k2HLfmUr071229; Fri, 17 Mar 2006 18:41:48 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k2HLoVGw075476; Fri, 17 Mar 2006 18:50:31 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k2HLoQL3075475; Fri, 17 Mar 2006 18:50:26 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 17 Mar 2006 18:50:26 -0300 From: Fernan Aguero To: Frank Laszlo Message-ID: <20060317215026.GD75135@iib.unsam.edu.ar> Mail-Followup-To: Frank Laszlo , FreeBSD Ports References: <20060317205825.GC75135@iib.unsam.edu.ar> <441B2C6A.70703@vonostingroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441B2C6A.70703@vonostingroup.com> User-Agent: Mutt/1.5.9i Cc: FreeBSD Ports Subject: Re: why do I need to run pkg_glob as root? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:51:32 -0000 +----[ Frank Laszlo (17.Mar.2006 18:40): | | Fernan Aguero wrote: | > [fernan@omega] pkg_glob -R x11-toolkits/gtkmm24 | > ** You do not own /var/db/pkg. (use -f to force or run as root) | > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ | > | > Of course I do not own /var/db/pkg ... but I can read it! | > | > [fernan@omega] ls -ld /var/db/pkg | > drwxr-xr-x 483 root wheel 13824 Mar 17 17:52 /var/db/pkg | > | > I can even get a list of required packages for gtkmm24 just | > by doing something like: | > grep pkgdep /var/db/pkg/gtkmm-2.8.3_2/+CONTENTS | awk '{print $2}' | > | > so why can't pkg_glob? | > | > Fernan | > | > | Hello Fernan, Hello Frank, | pkg_glob calls `pkgdb -aFQ` which requires 'write' access to the | pkgdb. read the error message completely next time. :) | +----] I did. I also noticed the use of pkgdb ... but my question still remains, why is root access needed for this? The man page for pkgdb(1) is confusing since it says (about pkg_which) "If the database is outdated but you do not have permission to update it, it delegates tasks to pkg_info(1)". And also it says that "pkgdb and pkg_which are the same command, and are equivalent". I understand that root access (write access) is needed to fix and/or update the package registry database. But I don't understand why you need it to query the database. That was what I was trying to get at. If it's a bug (I believe so, but I was looking for other opinions), I'll submit a PR. Fernan From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:58:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF2D16A420; Fri, 17 Mar 2006 21:58:04 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF14643D6B; Fri, 17 Mar 2006 21:57:56 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k2HLvuur024491; Fri, 17 Mar 2006 13:57:56 -0800 (PST) Received: from localhost (221x241x85x136.ap221.ftth.ucom.ne.jp [221.241.85.136]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k2HLvpmB000447; Fri, 17 Mar 2006 13:57:54 -0800 (PST) Date: Sat, 18 Mar 2006 06:57:51 +0900 (JST) Message-Id: <20060318.065751.41631010.chat95@mac.com> To: kris@obsecurity.org From: NAKATA Maho In-Reply-To: <20060317173947.GA27398@xor.obsecurity.org> References: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> <20060317.221127.41627417.chat95@mac.com> <20060317173947.GA27398@xor.obsecurity.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sat_Mar_18_06:57:51_2006_313)--" Content-Transfer-Encoding: 7bit Cc: LoN_Kamikaze@gmx.de, gerald@pfeifer.com, freebsd-ports@freebsd.org, ade@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:58:04 -0000 ----Next_Part(Sat_Mar_18_06:57:51_2006_313)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit In Message-ID: <20060317173947.GA27398@xor.obsecurity.org> Kris Kennaway wrote: > Send me a patch that makes the new gmake used by default and I'll run > it through a package build to see how it goes. many thanks for your generosity and enthusiasm!! adhoc patch for bsd.port.mk, and port skeleton is attached --- /usr/ports/Mk/bsd.port.mk_ Sat Mar 18 06:53:34 2006 +++ /usr/ports/Mk/bsd.port.mk Sat Mar 18 06:54:06 2006 @@ -1889,7 +1889,7 @@ NONEXISTENT?= /nonexistent # Miscellaneous overridable commands: -GMAKE?= gmake +GMAKE?= gmake-devel XMKMF?= xmkmf -a .if exists(/sbin/md5) MD5?= /sbin/md5 AFAIK o ooo fails(!) o gcc-4.1 fails (other than installation) thanks, -- NAKATA, Maho (maho@FreeBSD.org) ----Next_Part(Sat_Mar_18_06:57:51_2006_313)-- Content-Type: Application/Octet-Stream Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="gmake-devel.20060318.tar.gz" H4sIAKgwG0QAA+1ZbW/aSBDuV/wr5hTUJiU2Xr8m3FGFAEksBYiANFW/IL+swRdjI9s07UX57zdr m5e8kVNF6LVlpGTxeHb22Z19Ztb2cGxeU96hX6j/5rVEFEVdVQFboquEtUxmbXZBREXUNFmUFBVE Ikuy9gbUV0O0JNM4MSOEMjZH4Sq7mxFduUT3JwXrBfl6MlzEv9zCn67n03WPgeuhKcrDuM/jT2RF y+JPZF2WRIy/ousYf3HdQJ6SWfyjMExW2f2i8d+BNr2BSRglMdih71M78cIAxvlWADeMKoBy2r6E xVbhdqBhJhTsiGLjpBapEAI9Okno2KIRkMNDBS2vRuF4YTGTv69H3A7eLZ5ElB73GkW84i463X67 1mpWC+m+TK8/Nrs9o9OuFmThgEQ24eq1fvO00zWavWohQ9Oq9frN7qBn9FGHvou3S5oBQh/Uzi/O anfLhoPe5XHD6FZTMOlgDaOXDZ4jTKdbvF3CcMehB6Pdx79mt1oIJzQIXdez6VE+CSGMhly902o1 2/1qocHAoVEEX2gUs2UN3XQhly7fsVHewTTxfC/5xnGXvebg+LNxIVUL32jMMez1TvvEOL3sNjPV /HLQr3VPmzgOz1tTz3eqxdtat352x7NoWr7DuwjKip3ibafXbZ7fLfXEjr0S6ziJwmFkjrHFcH+t DmGhiqcuU+UBf6Kv48Wm5VM+8GO2Lm1SLRSW0olAuB2jfdJBbbq83CSME94LkG++X+EKR8Xb+lmr 07iDIR9jyC66zRPj013Z8oLykhs0tEfDaIIWx0b7tHtxt8KWE7zA9qcOhb9w4gJbCGF8/YH70Sz7 /8py/meEj19hjP9c/zH/S6rM8r+skG3934Qsx39yPcRfsR2teYxF/X86/oqmpPGXdaISVcP4q0RS N1z/f9P4z+o6eDGYkIShD8nITPAsECRR6Md4RWFIAxqZSV6y6FdqTxOW+rFL4ECIJhEXhAEfh9PI xjMDyyPgRuEYljUCgIGnjMk0wkqQDsh8x+aYghmno3LonenyapgC2yV7AvRHaJ0idJ6rqcx2HyfA JTROAAuigwiZkxSxFydeMISJaV+bQwQ3jdllgm4Fjru6uqrAKEkmlXL55uZGGAZTVsjLcegmN2ZE y8x3+k8YJWP/l6omD/k/8XGp1jzGS/wXJTHnP0sGJOO/vuX/JuThCepH49nKZmWZ/06aJd2VNPge eYn/sqhm/Nd0nWhp/Re1Lf83Iq2GCrvpHsgfrwVcDsH6R9qDKtiHom6KikItqjuuSw5dVXMPHMs6 kA5tR3a53llNwgPbsw4OTKLJouJq7qGuS46uupp9oLqmpZi24qpUJ46qmaZETMs2NcVyVUnXFaId iLpMFNHiesbn5vPuCVFUlWjbpPX98uj5rzwxE3vED/3QEuz1jPES/3Vdn/FfElUd+a9pkrTl/yaE 53lgsS5nAcdzrzcsXFGHvcYDSQVRrhBSUWSQ8JjGlUqlZeuHhmpFljLDoyPgJaLuExlKeXt0xMEO gOc61IWz2sfmoHZ+3qnXBmepHuZvbkzfD21TGH1I9dSPaaH8Htphcr8XPk68L3N82tUNmNNBzfjE lTIF/IEaL0B8u0y9B2/fLqsG+Qu7wWAvGz3HdWW0G52rnizl2gWqcQprhirDxeGTRUKjAOyRGcH7 DDjs7v05swkcRILg527nkOe32LwYwmw6pSfvMfAB+72AnZmnCzSzjidmZEMYPbVMaJjasZU8rddz Jcc9y//saWc9e+wl/quy9oj/ZMv/jQjjfxbr+9QnBMhBRVUrGLg59TPDQgufujt2AhIBSaqIKmaI BetleV+HUvr/HuNTcgLsTCIT9xxkXJkz/B6Pcx7hVp1EdMZZ6xucXYBtQ6nje3ha8P14Tph7dM96 ryD8y473AamUsDcHceKgUhgBTjn3kDLnacKnFFuQkvsJDibP8T8I1/ckIK7+/ieqijR//4vnRcZ/ Xd00/3/T73+M/05oz7/9Cl6QJQJG8hNqAXs3I1WkgwomaSS5liaCBz0K/dEUWsgIwhJ5RVIqip4Z s4ygSNI+ZohS3rKswAHbXbw5rkBxl30kGjSaFz0sxdzsAxHvmImZGswUeQ+u9Mhi55FNOkCmYm8r mdWyb2a2wnF2e6XXZ+AXjoq77U63VTsfGO1eH2vw3k+QA7ayla1sZSu/n/wLTX9j4AAoAAA= ----Next_Part(Sat_Mar_18_06:57:51_2006_313)---- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 21:59:47 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF73216A400 for ; Fri, 17 Mar 2006 21:59:47 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A1543D45 for ; Fri, 17 Mar 2006 21:59:41 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k2HLo2Ur071401; Fri, 17 Mar 2006 18:50:02 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k2HLwjSh075500; Fri, 17 Mar 2006 18:58:45 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k2HLwjoQ075499; Fri, 17 Mar 2006 18:58:45 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 17 Mar 2006 18:58:45 -0300 From: Fernan Aguero To: Kris Kennaway Message-ID: <20060317215845.GE75135@iib.unsam.edu.ar> Mail-Followup-To: Kris Kennaway , FreeBSD Ports References: <20060317205825.GC75135@iib.unsam.edu.ar> <20060317214158.GA17455@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060317214158.GA17455@xor.obsecurity.org> User-Agent: Mutt/1.5.9i Cc: FreeBSD Ports Subject: Re: why do I need to run pkg_glob as root? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 21:59:47 -0000 +----[ Kris Kennaway (17.Mar.2006 18:52): | | On Fri, Mar 17, 2006 at 05:58:25PM -0300, Fernan Aguero wrote: | > [fernan@omega] pkg_glob -R x11-toolkits/gtkmm24 | > ** You do not own /var/db/pkg. (use -f to force or run as root) | > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ | > | > Of course I do not own /var/db/pkg ... but I can read it! | > | > [fernan@omega] ls -ld /var/db/pkg | > drwxr-xr-x 483 root wheel 13824 Mar 17 17:52 /var/db/pkg | > | > I can even get a list of required packages for gtkmm24 just | > by doing something like: | > grep pkgdep /var/db/pkg/gtkmm-2.8.3_2/+CONTENTS | awk '{print $2}' | > | > so why can't pkg_glob? | | Because it needs to write to /var/db/pkg to first update the index | (which is apparently out of date on your machine). If you don't mind | that it working with a stale index (i.e. not representing the true | state of your installed packages), you can use -f per the message you | quoted. | | Kris | +----] OK, got it. Sorry for the noise. Fernan From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 22:05:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E042F16A401; Fri, 17 Mar 2006 22:05:24 +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 9481F43D48; Fri, 17 Mar 2006 22:05:24 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7DE991A4EDF; Fri, 17 Mar 2006 14:05:24 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F05E351406; Fri, 17 Mar 2006 17:05:23 -0500 (EST) Date: Fri, 17 Mar 2006 17:05:23 -0500 From: Kris Kennaway To: NAKATA Maho Message-ID: <20060317220523.GA17991@xor.obsecurity.org> References: <9E058426-CEDE-4090-B6DD-920722C3F1D1@FreeBSD.org> <20060317.221127.41627417.chat95@mac.com> <20060317173947.GA27398@xor.obsecurity.org> <20060318.065751.41631010.chat95@mac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <20060318.065751.41631010.chat95@mac.com> User-Agent: Mutt/1.4.2.1i Cc: LoN_Kamikaze@gmx.de, gerald@pfeifer.com, ade@freebsd.org, freebsd-ports@freebsd.org, kris@obsecurity.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 22:05:25 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 18, 2006 at 06:57:51AM +0900, NAKATA Maho wrote: > In Message-ID: <20060317173947.GA27398@xor.obsecurity.org>=20 > Kris Kennaway wrote: >=20 > > Send me a patch that makes the new gmake used by default and I'll run > > it through a package build to see how it goes. >=20 > many thanks for your generosity and enthusiasm!! > adhoc patch for bsd.port.mk, and port skeleton is attached > --- /usr/ports/Mk/bsd.port.mk_ Sat Mar 18 06:53:34 2006 > +++ /usr/ports/Mk/bsd.port.mk Sat Mar 18 06:54:06 2006 > @@ -1889,7 +1889,7 @@ > NONEXISTENT?=3D /nonexistent > =20 > # Miscellaneous overridable commands: > -GMAKE?=3D gmake > +GMAKE?=3D gmake-devel > XMKMF?=3D xmkmf -a > .if exists(/sbin/md5) > MD5?=3D /sbin/md5 Hmm, I don't know if this will work; a lot of packages probably do not respect the GMAKE variable but instead "know" that the binary is called gmake. For now, if you can give me a replacement devel/gmake port that installs the new beta version "as normal" (i.e. installs binary called gmake, etc), I can use that in my tests to see what fails. Kris --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGzKjWry0BWjoQKURAvjTAKDUdonGf8rk++hyCIo5n3+2H5jBUwCg/gRl klLL70StUqWULYflE/PUztw= =eP0V -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-ports@FreeBSD.ORG Fri Mar 17 22:12:32 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8555316A401; Fri, 17 Mar 2006 22:12:32 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B6C43D70; Fri, 17 Mar 2006 22:12:27 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k2HMCRue001180; Fri, 17 Mar 2006 14:12:27 -0800 (PST) Received: from localhost (221x241x85x136.ap221.ftth.ucom.ne.jp [221.241.85.136]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k2HMCKCE001181; Fri, 17 Mar 2006 14:12:25 -0800 (PST) Date: Sat, 18 Mar 2006 07:12:19 +0900 (JST) Message-Id: <20060318.071219.112627032.chat95@mac.com> To: kris@obsecurity.org From: NAKATA Maho In-Reply-To: <20060317220523.GA17991@xor.obsecurity.org> References: <20060317173947.GA27398@xor.obsecurity.org> <20060318.065751.41631010.chat95@mac.com> <20060317220523.GA17991@xor.obsecurity.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: LoN_Kamikaze@gmx.de, gerald@pfeifer.com, ade@freebsd.org, freebsd-ports@freebsd.org Subject: Re: lang/gcc41 - libjava X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Mar 2006 22:12:32 -0000 In Message-ID: <20060317220523.GA17991@xor.obsecurity.org> Kris Kennaway wrote: > Hmm, I don't know if this will work; a lot of packages probably do not > respect the GMAKE variable but instead "know" that the binary is just I tried with audio/lame and worked fine. I didn't know that still there are packages that do not honor it. Oh my ports can ignore GMAKE ... > called gmake. For now, if you can give me a replacement devel/gmake > port that installs the new beta version "as normal" (i.e. installs > binary called gmake, etc), I can use that in my tests to see what > fails. thanks a lot! -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 01:21:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA64116A401 for ; Sat, 18 Mar 2006 01:21:24 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C51743D45 for ; Sat, 18 Mar 2006 01:21:24 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id C7A9DD4073D for ; Fri, 17 Mar 2006 20:21:22 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Fri, 17 Mar 2006 20:21:22 -0500 X-Sasl-enc: tDGrn5W83ALcIT6YB39udv8kwjU65QJbXoIl+YgMnq+u 1142644879 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 2831F708 for ; Fri, 17 Mar 2006 20:21:18 -0500 (EST) From: RW To: freebsd-ports@freebsd.org Date: Sat, 18 Mar 2006 01:21:19 +0000 User-Agent: KMail/1.9.1 References: <1965362278.20060317020244@mail.ru> <790a9fff0603171010p692f4215q2ca05322650f3827@mail.gmail.com> <441B1BAF.4020904@FreeBSD.org> In-Reply-To: <441B1BAF.4020904@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603180121.21484.list-freebsd-2004@morbius.sent.com> Subject: Re: Getting distfiles for entire tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 01:21:24 -0000 On Friday 17 March 2006 20:27, Doug Barton wrote: > Scot Hetzel wrote: > > 'make fetch' on a port, checks if a depending port is installed. If > > that port is not installed, then it will fetch the sources and install > > the depending port. It doesn't install. I don't think it checks whether the port is installed either. > 'make checksum' does not suffer from this limitation, and has the added > benefit of making sure that you got the right version of the file. > And that the dowload is completed, "fetch" is happy with a partial dowload, "checksum" will cause an incompleted download to resume. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 03:46:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8026B16A400 for ; Sat, 18 Mar 2006 03:46:12 +0000 (UTC) (envelope-from jaideep.jdof@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE0C43D45 for ; Sat, 18 Mar 2006 03:46:11 +0000 (GMT) (envelope-from jaideep.jdof@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so670742wra for ; Fri, 17 Mar 2006 19:46:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=o93tJfXDE+mtwFJZuhCPnB1VWh3QCenmnxaoxWnv9QcuNW7HOgLrwoE1zfYCP18jPDc+34VIwU3aCbgsU0KmHNB/GfKKQgp7XapiqzUU82ZD11/gNXkGwnngYSdjLY9tYXDV4zS2NHBvq5HmCFTDPl/D706QV6BaG9gFNzeKHQU= Received: by 10.65.160.6 with SMTP id m6mr673128qbo; Fri, 17 Mar 2006 19:39:21 -0800 (PST) Received: by 10.65.53.18 with HTTP; Fri, 17 Mar 2006 19:39:21 -0800 (PST) Message-ID: <1a74ff320603171939q2184b6f0v3ed4899a87e9f1c4@mail.gmail.com> Date: Sat, 18 Mar 2006 09:09:21 +0530 From: "Jaideep Das" 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: Re: Ports 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: Sat, 18 Mar 2006 03:46:12 -0000 How about you send me the ports for dazuko and foo2zjs for testing at jaideep.jdof@gmail.com -- Have a nice day. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 05:26:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEFC16A41F for ; Sat, 18 Mar 2006 05:26:02 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723F143D46 for ; Sat, 18 Mar 2006 05:26:02 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.101] (adsl-68-93-61-98.dsl.rcsntx.swbell.net [68.93.61.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id D3B8B114307 for ; Fri, 17 Mar 2006 23:23:39 -0600 (CST) Date: Fri, 17 Mar 2006 23:24:54 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: <0AA7EFC857B6B5EEC7FB3444@Paul-Schmehls-Computer.local> X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: x11-fonts/ttmkfdir core dumps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 05:26:02 -0000 # cd /usr/X11R6/lib/X11/fonts/TrueType/ # ttmkfdir > fonts.dir terminate called after throwing an instance of 'int' Abort trap: 6 (core dumped) This happens with both a downloaded package and building from a current ports tree. FreeBSD hostname.utdallas.edu 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Tue Feb 28 22:53:43 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 05:54:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B875516A400 for ; Sat, 18 Mar 2006 05:54: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 7A93143D46 for ; Sat, 18 Mar 2006 05:54:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 5EE481A3C1D; Fri, 17 Mar 2006 21:54:00 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8231F512EB; Sat, 18 Mar 2006 00:53:59 -0500 (EST) Date: Sat, 18 Mar 2006 00:53:59 -0500 From: Kris Kennaway To: Paul Schmehl Message-ID: <20060318055359.GA24268@xor.obsecurity.org> References: <0AA7EFC857B6B5EEC7FB3444@Paul-Schmehls-Computer.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <0AA7EFC857B6B5EEC7FB3444@Paul-Schmehls-Computer.local> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: x11-fonts/ttmkfdir core dumps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 05:54:00 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2006 at 11:24:54PM -0600, Paul Schmehl wrote: > # cd /usr/X11R6/lib/X11/fonts/TrueType/ > # ttmkfdir > fonts.dir > terminate called after throwing an instance of 'int' > Abort trap: 6 (core dumped) >=20 > This happens with both a downloaded package and building from a current= =20 > ports tree. I don't think you need to use this with modern X servers anyway, since they include native TTF support and all the necessary tools to manage such fonts. If so, perhaps it should just be removed. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEG6B2Wry0BWjoQKURApJyAJ9XYYG0qCNU0rcYZA9roAlNZh/+ygCguG+U qMfzAs2tAWCN7IsD9QKw7dE= =2LB2 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 06:56:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07AE916A420 for ; Sat, 18 Mar 2006 06:56:07 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9393B43D62 for ; Sat, 18 Mar 2006 06:56:03 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.101] (adsl-68-93-61-98.dsl.rcsntx.swbell.net [68.93.61.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 6C4C3114307 for ; Sat, 18 Mar 2006 00:53:40 -0600 (CST) Date: Sat, 18 Mar 2006 00:54:55 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: In-Reply-To: <20060318055359.GA24268@xor.obsecurity.org> References: <0AA7EFC857B6B5EEC7FB3444@Paul-Schmehls-Computer.local> <20060318055359.GA24268@xor.obsecurity.org> X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: x11-fonts/ttmkfdir core dumps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 06:56:07 -0000 --On March 18, 2006 12:53:59 AM -0500 Kris Kennaway wrote: > On Fri, Mar 17, 2006 at 11:24:54PM -0600, Paul Schmehl wrote: >> # cd /usr/X11R6/lib/X11/fonts/TrueType/ >> # ttmkfdir > fonts.dir >> terminate called after throwing an instance of 'int' >> Abort trap: 6 (core dumped) >> >> This happens with both a downloaded package and building from a current >> ports tree. > > I don't think you need to use this with modern X servers anyway, since > they include native TTF support and all the necessary tools to manage > such fonts. If so, perhaps it should just be removed. > So, if you create a TrueType directory and put all the MS ttf fonts in it, will the server recognize them without a fonts.scale and fonts.dir file in the directory? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 07:02:50 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1280316A41F for ; Sat, 18 Mar 2006 07:02:50 +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 9EBB343D46 for ; Sat, 18 Mar 2006 07:02:49 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6A4361A3C1B; Fri, 17 Mar 2006 23:02:49 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C4AAC528FB; Sat, 18 Mar 2006 02:02:48 -0500 (EST) Date: Sat, 18 Mar 2006 02:02:48 -0500 From: Kris Kennaway To: Paul Schmehl Message-ID: <20060318070248.GA25080@xor.obsecurity.org> References: <0AA7EFC857B6B5EEC7FB3444@Paul-Schmehls-Computer.local> <20060318055359.GA24268@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: x11-fonts/ttmkfdir core dumps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 07:02:50 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 18, 2006 at 12:54:55AM -0600, Paul Schmehl wrote: > --On March 18, 2006 12:53:59 AM -0500 Kris Kennaway = =20 > wrote: >=20 > >On Fri, Mar 17, 2006 at 11:24:54PM -0600, Paul Schmehl wrote: > >># cd /usr/X11R6/lib/X11/fonts/TrueType/ > >># ttmkfdir > fonts.dir > >>terminate called after throwing an instance of 'int' > >>Abort trap: 6 (core dumped) > >> > >>This happens with both a downloaded package and building from a current > >>ports tree. > > > >I don't think you need to use this with modern X servers anyway, since > >they include native TTF support and all the necessary tools to manage > >such fonts. If so, perhaps it should just be removed. > > > So, if you create a TrueType directory and put all the MS ttf fonts in it= ,=20 > will the server recognize them without a fonts.scale and fonts.dir file i= n=20 > the directory? No, you handle them as you would any other type of fonts, i.e. with mkfontdir and mkfontscale. Kris --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEG7CWWry0BWjoQKURAli9AJ9C8Ft+JdB6cc7rgoc2ddjJiWFI4wCghO+7 w+MLWBgKThWGcycKZ5dxJvc= =cnVp -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 07:19:19 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A8516A422 for ; Sat, 18 Mar 2006 07:19:19 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8C843D45 for ; Sat, 18 Mar 2006 07:19:18 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.101] (adsl-68-93-61-98.dsl.rcsntx.swbell.net [68.93.61.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id E1355114307 for ; Sat, 18 Mar 2006 01:16:55 -0600 (CST) Date: Sat, 18 Mar 2006 01:18:10 -0600 From: Paul Schmehl To: freebsd-ports@freebsd.org Message-ID: <943CCA2FB9375716A5694739@Paul-Schmehls-Computer.local> X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ttmkfdir core dumps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 07:19:19 -0000 Turns out there's a mkfontscale and mkfontdir in 6.0 that work just fine. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 08:39:36 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAAE116A41F for ; Sat, 18 Mar 2006 08:39:36 +0000 (UTC) (envelope-from nefar@hotmail.com) Received: from hotmail.com (bay114-dav17.bay114.hotmail.com [65.54.169.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9FF43D46 for ; Sat, 18 Mar 2006 08:39:36 +0000 (GMT) (envelope-from nefar@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 18 Mar 2006 00:39:36 -0800 Message-ID: Received: from 64.142.79.74 by BAY114-DAV17.phx.gbl with DAV; Sat, 18 Mar 2006 08:39:35 +0000 X-Originating-IP: [64.142.79.74] X-Originating-Email: [nefar@hotmail.com] X-Sender: nefar@hotmail.com From: "_-_ Daniel _-_" To: "Mark Kane" References: <4417047C.1020303@mkproductions.org> Date: Sat, 18 Mar 2006 00:39:36 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 X-OriginalArrivalTime: 18 Mar 2006 08:39:36.0071 (UTC) FILETIME=[7CB12970:01C64A67] Cc: ports@freebsd.org Subject: Re: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 08:39:36 -0000 > Daniel wrote: >> Hi, >> >> I've noticed there is no port for sabnzbd >> (http://sourceforge.net/projects/sabnzbd/). >> >> What's involved in becoming a port maintainer? I would like to see a port >> for this, but if >> no one else is willing to do it, I can possibly do it. Please let me know >> how to go about this, and what >> the requirements are. >> >> -d > > I'd say the easiest way is to read through the Porter's Handbook. It's a > very detailed guide on how to port applications to FreeBSD. > > http://www.freebsd.org/doc/en/books/porters-handbook/ > > If it was me, I'd read through that and port it myself. You will learn how > to do it and also feel good for contributing to FreeBSD. :) > > -Mark I've created two ports. py-utils (WWW: http://www.voidspace.org.uk/python/pythonutils.html) and SABnzbd (WWW: http://sourceforge.net/projects/sabnzbd) what's the procedure at this point to get them submitted? (I couldn't find anything in the handbook which talked about that) -d From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 08:50:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73A416A400 for ; Sat, 18 Mar 2006 08:50:42 +0000 (UTC) (envelope-from mark@mkproductions.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBE343D4C for ; Sat, 18 Mar 2006 08:50:41 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout2-ext.prodigy.net (pimout2-int.prodigy.net [207.115.4.217]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k2I8oiBd005055 for ; Sat, 18 Mar 2006 03:50:44 -0500 X-ORBL: [67.66.236.79] Received: from [192.168.1.25] (adsl-67-66-236-79.dsl.stlsmo.swbell.net [67.66.236.79]) by pimout2-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k2I8odWF153978; Sat, 18 Mar 2006 03:50:40 -0500 Message-ID: <441BC9DA.7090408@mkproductions.org> Date: Sat, 18 Mar 2006 02:50:34 -0600 From: Mark Kane User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: _-_ Daniel _-_ References: <4417047C.1020303@mkproductions.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 08:50:42 -0000 _-_ Daniel _-_ wrote: > >> Daniel wrote: >>> Hi, >>> >>> I've noticed there is no port for sabnzbd >>> (http://sourceforge.net/projects/sabnzbd/). >>> >>> What's involved in becoming a port maintainer? I would like to see a >>> port for this, but if >>> no one else is willing to do it, I can possibly do it. Please let me >>> know how to go about this, and what >>> the requirements are. >>> >>> -d >> >> I'd say the easiest way is to read through the Porter's Handbook. It's >> a very detailed guide on how to port applications to FreeBSD. >> >> http://www.freebsd.org/doc/en/books/porters-handbook/ >> >> If it was me, I'd read through that and port it myself. You will learn >> how to do it and also feel good for contributing to FreeBSD. :) >> >> -Mark > > > I've created two ports. py-utils (WWW: > http://www.voidspace.org.uk/python/pythonutils.html) > and SABnzbd (WWW: http://sourceforge.net/projects/sabnzbd) > > what's the procedure at this point to get them submitted? (I couldn't > find anything in the handbook which talked about that) > > -d How to submit the port is documented in section 3.6 of: http://www.freebsd.org/doc/en/books/porters-handbook/ Be sure to test them several times before submitting though by following the steps in section 3.4. -Mark -- GnuPG Public Key: http://www.mkproductions.org/mk_pubkey.asc Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 10:28:16 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D3716A423 for ; Sat, 18 Mar 2006 10:28:16 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9475F43D76 for ; Sat, 18 Mar 2006 10:28:06 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 18 Mar 2006 10:28:04 -0000 Received: from cable194106210-011.astral.lodz.pl (EHLO [192.168.0.207]) [194.106.210.11] by mail.gmx.net (mp041) with SMTP; 18 Mar 2006 11:28:04 +0100 X-Authenticated: #5465401 Message-ID: <441BE0A5.50309@gmx.de> Date: Sat, 18 Mar 2006 11:27:49 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5C0440C688ECDF766F4757B3" X-Y-GMX-Trusted: 0 Subject: lang/gcc41 - linking issues X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 10:28:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5C0440C688ECDF766F4757B3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I have further reports to make about the gcc41 port. It seems that the latest build links binaries to libraries in /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/ , because of this I have to run # ldconfig -m /usr/local/lib/gcc/i386-portbld-freebsd6.1/4.1.1/ after every boot to make all applications built by gcc41 run again. I know I could fix this with a couple of symlinks or entries in /etc/libmap.conf, but the real trouble is that all ports built with gcc41 will be broken if I deinstall gcc41. I don't think this is the way it is supposed to be. I did not have such troubles with previous builds. This behaviour is independent from weather I build gcc41 with libjava or without. --------------enig5C0440C688ECDF766F4757B3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEG+CufMDIb41/+S0RAqSjAJ9BmeG4kDt2wj2eLW1R03IhRZWmXwCbBeou rMrpKDE5E3kDNI4SkK7rDxM= =6m7d -----END PGP SIGNATURE----- --------------enig5C0440C688ECDF766F4757B3-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 13:55:12 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA83F16A420; Sat, 18 Mar 2006 13:55:11 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC9443D45; Sat, 18 Mar 2006 13:55:06 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id 30B961D0006; Sat, 18 Mar 2006 08:57:41 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06223-09; Sat, 18 Mar 2006 08:57:40 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 8A9701D0004; Sat, 18 Mar 2006 08:57:40 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k2IDt43l001121; Sat, 18 Mar 2006 08:55:04 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k2IDt28K001120; Sat, 18 Mar 2006 08:55:02 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sat, 18 Mar 2006 08:54:44 -0500 User-Agent: KMail/1.9.1 References: <20060310173657.Q40614@seibercom.net> <200603121723.01194.gerard@seibercom.net> <20060313073617.3b7c8016.nork@FreeBSD.org> In-Reply-To: <20060313073617.3b7c8016.nork@FreeBSD.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1424072.dDkQOOoKVg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200603180855.01917.gerard@seibercom.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Cc: ports@freebsd.org, Norikatsu Shigemura , fullermd@over-yonder.net Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:55:12 -0000 --nextPart1424072.dDkQOOoKVg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Norikatsu Shigemura wrote: > On Sun, 12 Mar 2006 17:22:29 -0500 > > Gerard Seibert wrote: > > Matthew D. Fuller wrote: > > > On Sun, Mar 12, 2006 at 10:51:32PM +0900 I heard the voice of > > > > > > Norikatsu Shigemura, and lo! it spake thus: > > > > + to the latest versions. Please remove the following entries > > > > + manually from $PREFIX/info/dir before upgrading them to > > > > + vcdimager-0.7.23_2 (and later) and dirmngr-0.9.3_2 (and > > > > later) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ =20 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~ *NOTE*These ports are not released. > > > > > + respectively. > > > > > > I don't think that's right. I DID remove them. The problem is > > > that when doing the 'make install', the program's own > > > installation process installs then, THEN the bsd.ports.mk's INFO=3D > > > process tries to install them again and blows up. > > > > I can confirm that (I think). I tried removing all of the info > > files I could find and still the install failed. The files I > > removed had been replaced however. I am, of course, assuming that I > > did in fact remove all of the correct files. > > I'll commit above message and to fix .texi's typos. Yes, there > are still typos in these ports's .text file. So there is still > a problem. > > Now I'm waiting for portmgr's approval. I was just wondering if this problem had been solved for vcdimager and=20 dirmngr ports? =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --nextPart1424072.dDkQOOoKVg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEHBE1chM2dIO+3uMRAi7AAJ47sYAnyka1rje+rAB6SiWg+jx6YgCfaw7S MWHKhDJTY+ev7Bm8oxwBEkw= =2E2s -----END PGP SIGNATURE----- --nextPart1424072.dDkQOOoKVg-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 14:40:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36DA16A448; Sat, 18 Mar 2006 14:40:20 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BD943D49; Sat, 18 Mar 2006 14:40:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2IEeIjM047653; Sat, 18 Mar 2006 23:40:18 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 18 Mar 2006 23:40:17 +0900 From: Norikatsu Shigemura To: gerard@seibercom.net Message-Id: <20060318234017.c6e8e2d8.nork@FreeBSD.org> In-Reply-To: <200603180855.01917.gerard@seibercom.net> References: <20060310173657.Q40614@seibercom.net> <200603121723.01194.gerard@seibercom.net> <20060313073617.3b7c8016.nork@FreeBSD.org> <200603180855.01917.gerard@seibercom.net> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 18 Mar 2006 23:40:18 +0900 (JST) Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org, fullermd@over-yonder.net, nork@FreeBSD.org Subject: Re: Unable to build or update vcdimager X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 14:40:21 -0000 On Sat, 18 Mar 2006 08:54:44 -0500 Gerard Seibert wrote: > > > I can confirm that (I think). I tried removing all of the info > > > files I could find and still the install failed. The files I > > > removed had been replaced however. I am, of course, assuming that I > > > did in fact remove all of the correct files. > > I'll commit above message and to fix .texi's typos. Yes, there > > are still typos in these ports's .text file. So there is still > > a problem. > > Now I'm waiting for portmgr's approval. > I was just wondering if this problem had been solved for vcdimager and > dirmngr ports? Ah, yes. While ports freeze, I could commit them. Please update your ports, and check /usr/ports/UPDATING. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 15:04:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3157416A400 for ; Sat, 18 Mar 2006 15:04:28 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D59943D48 for ; Sat, 18 Mar 2006 15:04:27 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 0FEF99D8AB for ; Sat, 18 Mar 2006 10:04:27 -0500 (EST) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id E22179EB622 for ; Sat, 18 Mar 2006 10:04:26 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1FKcyg-0008Fo-00 for ; Sat, 18 Mar 2006 10:04:26 -0500 Date: Sat, 18 Mar 2006 10:04:26 -0500 From: stan To: FreeBSD Ports List Message-ID: <20060318150426.GA31709@teddy.fas.com> Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 10:02:13 up 41 days, 23:38, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Subject: FW: Help please getting twiki from ports configured corectly X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 15:04:28 -0000 I'm trying to get twiki working. I've installed from ports. I put the follwing in /usr/local/etc/apache/ ScriptAlias /twiki/bin/ "/usr/local/www/twiki/bin/" Alias /twiki/ "/usr/local/www/twiki/" Options +ExecCGI SetHandler cgi-script Allow from all SetEnv USER "www" Options FollowSymLinks +Includes AllowOverride None Allow from all And I've put the following in /usr/local/www/data/index.html href="twiki/bin/cgi-bin/view/Main/WebHome/">Knowledge Base

Twiki Docs But when I follow the first link, I get page saying that "Main/Webhome" does not exist. It offers to allow me to create it, and if I click on that link, I'm taken to a form, where I can set things up. But when I try to commit the changes, I get a message about not having permission to do this. Ive made certain that every thing under /usr/local/www/twiki is owned by user www, and is group www, so I think it's a twiki issue, and not a filesystem permissions issue. Can some on help me get over this hurdle? Thnaks. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 16:33:34 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C60616A41F for ; Sat, 18 Mar 2006 16:33:34 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from mxsf03.cluster1.charter.net (mxsf03.cluster1.charter.net [209.225.28.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE2243D5D for ; Sat, 18 Mar 2006 16:33:32 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from mxip01a.cluster1.charter.net (mxip01a.cluster1.charter.net [209.225.28.131]) by mxsf03.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2IGXU8F023222 for ; Sat, 18 Mar 2006 11:33:31 -0500 Received: from 71-83-198-191.dhcp.rvsd.ca.charter.com (HELO [71.83.198.191]) ([71.83.198.191]) by mxip01a.cluster1.charter.net with ESMTP; 18 Mar 2006 11:33:30 -0500 X-IronPort-AV: i="4.03,106,1141621200"; d="scan'208"; a="1957467324:sNHT32469902" Message-ID: <441C3658.7000002@chrismaness.com> Date: Sat, 18 Mar 2006 08:33:28 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:33:34 -0000 Are they going to fix flash player version 6? I see that version 7 has been unforbidden in ports, but not 6. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 17:20:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F7316A423 for ; Sat, 18 Mar 2006 17:20:54 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DD343D48 for ; Sat, 18 Mar 2006 17:20:53 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 4D5C31758E; Sat, 18 Mar 2006 19:20:52 +0200 (EET) Date: Sat, 18 Mar 2006 19:20:52 +0200 From: Ion-Mihai Tetcu To: me@daniel.stefan.haischt.name Message-ID: <20060318192052.6ca31fe0@it.buh.tecnik93.com> In-Reply-To: <441AC7BB.4050701@daniel.stefan.haischt.name> References: <441A27F4.8010404@daniel.stefan.haischt.name> <20060317092406.490e7708@it.buh.tecnik93.com> <441AC7BB.4050701@daniel.stefan.haischt.name> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: dspam-devel-3.6.4.20060315.1518 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 17:20:54 -0000 [ ports@ cc'ed back ] On Fri, 17 Mar 2006 15:29:15 +0100 "Daniel S. Haischt" wrote: > Hello, > > Ion-Mihai Tetcu schrieb: > > > > > > Please don't use BDB; I'm tempted to drop support for BDB completely > > Use SQLite (yes, I raed the other mail) or HASH if you don't want a > > full SQL server. > > I was going to build various DSPAM packages for pfSense, each > using a different DB provider. Tho, yes I did read that BDB is > not 'recomanded' :) Why not build a single package and relay on dspam.conf database back-end selection ? That the reason we now have the possibility to use shared libs for the DB. > > This being said, uname -a ? Didn't work means exactly what ? > > Please do a 'make rmconfig; make -DBATCH' and tell me if you still got > > problems (in which case I'd be inclined to say you might have a local > > problem). > > > > Didn't work means that the DSPAM configure script did refuse to > take 'libdb41_drv' as an input param for the DB provider knob. I don't know what is the difference between 6.0R and 6.0-STABLE regarding BDB and I don't have any 6.0R to play on. As you know, we guarantee -RELEASE to work only with ports tagged for that release and nothing more. > Using libdb4_drv finally did work out. Could you please provide me with a patch that would make your changes depend on OSVERSION for 6.0 RELEASE ? So I could include them in the port. > > To fix the SQLite issue, I changed the LDFLAGS variable from > > LDFLAGS="-L${LOCALBASE}/lib" > > to > > LDFLAGS="-L${LOCALBASE}/lib -L/usr/lib -lpthread" > > After having done a 'make rmconfig && make config' the issue > did disappear. With the LDFLAGS above or without ? Thanks, -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" It is more rational to sacrifice one life than six. -- Spock, "The Galileo Seven", stardate 2822.3 From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 17:28:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8187A16A41F for ; Sat, 18 Mar 2006 17:28:17 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1111943D49 for ; Sat, 18 Mar 2006 17:28:16 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.18]) by mx.nitro.dk (Postfix) with ESMTP id 7507E2D4902; Sat, 18 Mar 2006 17:27:59 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id E15A01141F; Sat, 18 Mar 2006 18:28:06 +0100 (CET) Date: Sat, 18 Mar 2006 18:28:06 +0100 From: "Simon L. Nielsen" To: Chris Maness Message-ID: <20060318172805.GC861@zaphod.nitro.dk> References: <441C3658.7000002@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6zdv2QT/q3FMhpsV" Content-Disposition: inline In-Reply-To: <441C3658.7000002@chrismaness.com> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:28:17 -0000 --6zdv2QT/q3FMhpsV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.03.18 08:33:28 -0800, Chris Maness wrote: > Are they going to fix flash player version 6? I see that version 7 has= =20 > been unforbidden in ports, but not 6. It depends on Adobe releasing a fixed version, and from the security advisory it doesn't look like they intend to fix anything but Flash 7 and 8. --=20 Simon L. Nielsen FreeBSD Security Team --6zdv2QT/q3FMhpsV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEHEMlh9pcDSc1mlERAgD1AJ9RVHJ0wM1xhPccFnXs1PZZ8BfiOACeKxUE enzqxPXxO3TWVl4m30EqeBI= =g5BC -----END PGP SIGNATURE----- --6zdv2QT/q3FMhpsV-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 17:33:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0039816A41F; Sat, 18 Mar 2006 17:33:02 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from mxsf04.cluster1.charter.net (mxsf04.cluster1.charter.net [209.225.28.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C20B43D48; Sat, 18 Mar 2006 17:33:02 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from mxip27a.cluster1.charter.net (mxip27a.cluster1.charter.net [209.225.28.184]) by mxsf04.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2IHX1tr001337; Sat, 18 Mar 2006 12:33:01 -0500 Received: from 71-83-198-191.dhcp.rvsd.ca.charter.com (HELO [71.83.198.191]) ([71.83.198.191]) by mxip27a.cluster1.charter.net with ESMTP; 18 Mar 2006 12:33:02 -0500 X-IronPort-AV: i="4.03,106,1141621200"; d="scan'208"; a="879040298:sNHT20008672" Message-ID: <441C4449.5000709@chrismaness.com> Date: Sat, 18 Mar 2006 09:32:57 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <441C3658.7000002@chrismaness.com> <20060318172805.GC861@zaphod.nitro.dk> In-Reply-To: <20060318172805.GC861@zaphod.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:33:03 -0000 Simon L. Nielsen wrote: > On 2006.03.18 08:33:28 -0800, Chris Maness wrote: > >> Are they going to fix flash player version 6? I see that version 7 has >> been unforbidden in ports, but not 6. >> > > It depends on Adobe releasing a fixed version, and from the security > advisory it doesn't look like they intend to fix anything but Flash 7 > and 8. > > Why do FreeBSD users usually recommended installing version 6 instead of 7? Thanks Chris Maness From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 17:45:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F1F16A422 for ; Sat, 18 Mar 2006 17:45:09 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from mxsf29.cluster1.charter.net (mxsf29.cluster1.charter.net [209.225.28.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B64343D58 for ; Sat, 18 Mar 2006 17:45:02 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from mxip31a.cluster1.charter.net (mxip31a.cluster1.charter.net [209.225.28.246]) by mxsf29.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2IHixh4029393 for ; Sat, 18 Mar 2006 12:44:59 -0500 Received: from 71-83-198-191.dhcp.rvsd.ca.charter.com (HELO [71.83.198.191]) ([71.83.198.191]) by mxip31a.cluster1.charter.net with ESMTP; 18 Mar 2006 12:44:59 -0500 Message-ID: <441C4718.2000206@chrismaness.com> Date: Sat, 18 Mar 2006 09:44:56 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Mark Linimon References: <441A159D.7010406@chrismaness.com> <20060317020920.GB19635@soaustin.net> In-Reply-To: <20060317020920.GB19635@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Port Maintainer? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 17:45:09 -0000 Mark Linimon wrote: > On Thu, Mar 16, 2006 at 05:49:17PM -0800, Chris Maness wrote: > >> How does a person go about finding out if a port is being maintained? >> > > The canonical answer is cd ;make maintainer but I only include > that for completeness since you probably already know that. > > To find out if it is being _actively_ maintained, you can pull up the > GNATS search page, enter the category/portname, and click 'closed reports > too'. Also, checking the CVS web page will reveal information. > > portsmon only keeps track of current PRs and ignores closed ones but you > can at least see if there is a backlog. portsmon's algorithm for assigning > PR to portname is far better than using the GNATS search, which depends on > submitters correctly inserting the category/portname into the Synopsis. > > >> or if the maintainer seems to be asleep at the wheel, what is the most >> tactful way to wake him up? I have tried e-mailing the maintainer with >> no results. >> > > The correct thing to do is this case is to email portmgr@FreeBSD.org off-list > and it's our duty to find out what's going on. > > mcl > Thanks for the response, it looks like the port maintainer finally fixed the problem though he never returned my e-mail. Another user was also trying to get in touch, but no response. In the future, who do you notify if a maintainer seems to be unresponsive? From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 17:52:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0777E16A401 for ; Sat, 18 Mar 2006 17:52:51 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E8143D76 for ; Sat, 18 Mar 2006 17:52:47 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.18]) by mx.nitro.dk (Postfix) with ESMTP id C24512D48BD; Sat, 18 Mar 2006 17:52:30 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 65D0B1141F; Sat, 18 Mar 2006 18:52:38 +0100 (CET) Date: Sat, 18 Mar 2006 18:52:37 +0100 From: "Simon L. Nielsen" To: Chris Maness Message-ID: <20060318175237.GD861@zaphod.nitro.dk> References: <441C3658.7000002@chrismaness.com> <20060318172805.GC861@zaphod.nitro.dk> <441C4449.5000709@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a2FkP9tdjPU2nyhF" Content-Disposition: inline In-Reply-To: <441C4449.5000709@chrismaness.com> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:52:51 -0000 --a2FkP9tdjPU2nyhF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.03.18 09:32:57 -0800, Chris Maness wrote: > Simon L. Nielsen wrote: > >On 2006.03.18 08:33:28 -0800, Chris Maness wrote: > > > >>Are they going to fix flash player version 6? I see that version 7 has= =20 > >>been unforbidden in ports, but not 6. > > > >It depends on Adobe releasing a fixed version, and from the security > >advisory it doesn't look like they intend to fix anything but Flash 7 > >and 8. > > > Why do FreeBSD users usually recommended installing version 6 instead of = 7? Don't know, I never installed Flash on FreeBSD... --=20 Simon L. Nielsen --a2FkP9tdjPU2nyhF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEHEjlh9pcDSc1mlERAh/MAKC3VxM4EMARwlk/RMz7uSwSFIln8gCgpoYv RyNC2rMc+pUsW9JDV3S72cc= =RmhX -----END PGP SIGNATURE----- --a2FkP9tdjPU2nyhF-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 18:16:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2977416A444 for ; Sat, 18 Mar 2006 18:16:53 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 988F443D48 for ; Sat, 18 Mar 2006 18:16:52 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 77467 invoked by uid 399); 18 Mar 2006 18:16:51 -0000 Received: from localhost (HELO ?192.168.1.100?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Mar 2006 18:16:51 -0000 Message-ID: <441C4E96.2010309@FreeBSD.org> Date: Sat, 18 Mar 2006 10:16:54 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Miles Lubin References: <249F0A5A-36B6-4F10-8923-82DBF53AF49A@lubin.us> In-Reply-To: <249F0A5A-36B6-4F10-8923-82DBF53AF49A@lubin.us> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Re: pine maildir patch fetching 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: Sat, 18 Mar 2006 18:16:53 -0000 Miles Lubin wrote: > Hi, > > I'm encountering an error when I try to install pine4 with maildir > support. My ports was just cvsup'd. Does anyone have a copy of the old maildir patch that they can send me (with size 29103)? I need it to compare to the new one to see what's changed, and our distfile site doesn't have it. Thanks, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 18:18:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C9616A401 for ; Sat, 18 Mar 2006 18:18:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id A71AA43D53 for ; Sat, 18 Mar 2006 18:18:32 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 78692 invoked by uid 399); 18 Mar 2006 18:18:29 -0000 Received: from localhost (HELO ?192.168.1.100?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Mar 2006 18:18:29 -0000 Message-ID: <441C4EF7.8030502@FreeBSD.org> Date: Sat, 18 Mar 2006 10:18:31 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd ports X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: How to get optional distfiles mirrored? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 18:18:33 -0000 Howdy, The ftp site does not have a mirror of an optional patch for Pine, I imagine because it requires WITH_MAILDIR to fetch. Is there a way (other than altering the port's defaults) to have this happen automatically? Thanks, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 18:26:07 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0476916A430; Sat, 18 Mar 2006 18:26:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0584D43D78; Sat, 18 Mar 2006 18:26:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id k2IIPwMI030312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Mar 2006 19:25:58 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id k2IIPvQr030310; Sat, 18 Mar 2006 19:25:57 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Doug Barton In-Reply-To: <441C4EF7.8030502@FreeBSD.org> References: <441C4EF7.8030502@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yl55gZ0YjZdOvBiW6l1v" Date: Sat, 18 Mar 2006 19:25:56 +0100 Message-Id: <1142706356.919.36.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: freebsd ports Subject: Re: How to get optional distfiles mirrored? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:26:07 -0000 --=-yl55gZ0YjZdOvBiW6l1v Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Doug Barton p=ED=B9e v so 18. 03. 2006 v 10:18 -0800: > Howdy, >=20 > The ftp site does not have a mirror of an optional patch for Pine, I imag= ine > because it requires WITH_MAILDIR to fetch. Is there a way (other than > altering the port's defaults) to have this happen automatically? No. --=20 Pav Lucistnik arch> I went grocery shopping, made a pot of chilli, played ey, then ate some chilli --=-yl55gZ0YjZdOvBiW6l1v Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEHFC0ntdYP8FOsoIRAiR0AJ48cl57OYc0Kwm1tMN4OITqcEnmdwCgifeU faCHaDqPbv7L8FB1v/fauAU= =sAPa -----END PGP SIGNATURE----- --=-yl55gZ0YjZdOvBiW6l1v-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 19:17:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596C716A422 for ; Sat, 18 Mar 2006 19:17:28 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB2643D45 for ; Sat, 18 Mar 2006 19:17:27 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 50CFD62CA18; Sat, 18 Mar 2006 15:17:27 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 92884-09; Sat, 18 Mar 2006 15:17:27 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id E221362CA0E; Sat, 18 Mar 2006 15:17:26 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 2D2475CD76; Sat, 18 Mar 2006 15:17:27 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 1A3E25C581; Sat, 18 Mar 2006 15:17:27 -0400 (AST) Date: Sat, 18 Mar 2006 15:17:26 -0400 (AST) From: "Marc G. Fournier" To: liukang@cn.freebsd.org Message-ID: <20060318151627.D1178@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-ports@freebsd.org Subject: Tomcat 5.5 port still 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: Sat, 18 Mar 2006 19:17:28 -0000 Hi Kang .. you had mentioned that you were going to get this fixed ... just wondering if you could let me know how to fix it on my local server, as use of 'daemon' isn't something I'm familar with ... Thanks ... # tail stderr.log daemon: illegal option -- p usage: daemon [-cf] command arguments ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 19:18:49 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2972816A420; Sat, 18 Mar 2006 19:18:49 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 391DA43D49; Sat, 18 Mar 2006 19:18:45 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:cafDouvMJOo6GdkGhaCZ/Fc2SuV7qU32TsXn8Zu/CQLSjf1sdVyx15CUIXCaPuJ0@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k2IJIXbh051383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Mar 2006 04:18:36 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 19 Mar 2006 04:18:32 +0900 Message-ID: From: Hajimu UMEMOTO To: re@FreeBSD.org, Chris Maness In-Reply-To: <441C4449.5000709@chrismaness.com> References: <441C3658.7000002@chrismaness.com> <20060318172805.GC861@zaphod.nitro.dk> <441C4449.5000709@chrismaness.com> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.1) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Sun, 19 Mar 2006 04:18:37 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: freebsd-ports@FreeBSD.org, "Simon L. Nielsen" Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:18:49 -0000 Hi, >>>>> On Sat, 18 Mar 2006 09:32:57 -0800 >>>>> Chris Maness said: chris> Simon L. Nielsen wrote: > On 2006.03.18 08:33:28 -0800, Chris Maness wrote: > >> Are they going to fix flash player version 6? I see that version 7 has >> been unforbidden in ports, but not 6. >> > > It depends on Adobe releasing a fixed version, and from the security > advisory it doesn't look like they intend to fix anything but Flash 7 > and 8. > > chris> Why do FreeBSD users usually recommended installing version 6 instead of 7? Because, we need additional patch to rtld(1) to run Flash 7 with linuxpluginwrapper, I think. It is required only for Flash 7 and linuxpluginwrapper. But, we cannot expect Adobe, and we should move to Flash 7. It is better to commit following change into RELENG_6 and RELENG_5 to be in time for our next releases, IMHO. Unfortunately, linuxpluginwrapper doesn't support symbol versioning, yet. So, the change is meaningless on HEAD. How do you think about this issue? > re@ Index: libexec/rtld-elf/rtld.c diff -u -p libexec/rtld-elf/rtld.c.orig libexec/rtld-elf/rtld.c --- libexec/rtld-elf/rtld.c.orig Sat Dec 31 07:13:56 2005 +++ libexec/rtld-elf/rtld.c Tue Feb 14 02:05:54 2006 @@ -2840,3 +2840,5 @@ _rtld_free_tls(void *tcb, size_t tcbsize free_tls(tcb, tcbsize, tcbalign); wlock_release(rtld_bind_lock, lockstate); } + +__weak_reference(dlsym, _dlsym); Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 19:24:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637EB16A401; Sat, 18 Mar 2006 19:24:01 +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 5A89F43D58; Sat, 18 Mar 2006 19:23:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 464D81A3C20; Sat, 18 Mar 2006 11:23:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ADF5B51447; Sat, 18 Mar 2006 14:23:58 -0500 (EST) Date: Sat, 18 Mar 2006 14:23:58 -0500 From: Kris Kennaway To: Doug Barton Message-ID: <20060318192358.GA59005@xor.obsecurity.org> References: <441C4EF7.8030502@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <441C4EF7.8030502@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd ports Subject: Re: How to get optional distfiles mirrored? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 19:24:01 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 18, 2006 at 10:18:31AM -0800, Doug Barton wrote: > Howdy, >=20 > The ftp site does not have a mirror of an optional patch for Pine, I imag= ine > because it requires WITH_MAILDIR to fetch. Is there a way (other than > altering the port's defaults) to have this happen automatically? Put it in your ~/public_distfiles and add MASTER_SITE_LOCAL to the mirror list. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEHF5OWry0BWjoQKURAoEYAKC5UOcRELFalqlU3rvPU4Y0GyEyVACgqCOu SJkzsyzc0soPZp6B7SOSG0o= =vaGu -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 19:53:07 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FBE16A425 for ; Sat, 18 Mar 2006 19:53:07 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 20E5943D66 for ; Sat, 18 Mar 2006 19:53:03 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 18 Mar 2006 19:53:02 -0000 Received: from cable194106210-011.astral.lodz.pl (EHLO [192.168.0.207]) [194.106.210.11] by mail.gmx.net (mp020) with SMTP; 18 Mar 2006 20:53:02 +0100 X-Authenticated: #5465401 Message-ID: <441C6517.4000606@gmx.de> Date: Sat, 18 Mar 2006 20:52:55 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: Chris Maness References: <441C3658.7000002@chrismaness.com> In-Reply-To: <441C3658.7000002@chrismaness.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:53:07 -0000 Flash 6 has security issues that can only be resolved by Macromedia. I think the chances are, considering how old Flash6 is, relatively small. Unfortunately (at least on my system) the linuxpluginwrapper doesn't currently work with Flash7. Chris Maness wrote: > Are they going to fix flash player version 6? I see that version 7 has > been unforbidden in ports, but not 6. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 20:12:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A8F16A423 for ; Sat, 18 Mar 2006 20:12:52 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0A043D49 for ; Sat, 18 Mar 2006 20:12:51 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [71.83.198.191] (71-83-198-191.dhcp.rvsd.ca.charter.com [71.83.198.191]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k2IKCokv055872; Sat, 18 Mar 2006 12:12:51 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <441C69BB.1000009@chrismaness.com> Date: Sat, 18 Mar 2006 12:12:43 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "[LoN]Kamikaze" References: <441C3658.7000002@chrismaness.com> <441C6517.4000606@gmx.de> In-Reply-To: <441C6517.4000606@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Flash Plugin ver 6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:12:52 -0000 [LoN]Kamikaze wrote: > Flash 6 has security issues that can only be resolved by Macromedia. I > think the chances are, considering how old Flash6 is, relatively small. > Unfortunately (at least on my system) the linuxpluginwrapper doesn't > currently work with Flash7. > > Chris Maness wrote: > >> Are they going to fix flash player version 6? I see that version 7 has >> been unforbidden in ports, but not 6. >> > > How significant is this security issue. Can I just keep on running 6.0 without worrying too much about it. From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 21:22:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E03216A401; Sat, 18 Mar 2006 21:22:31 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C667243D48; Sat, 18 Mar 2006 21:22:30 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F28C.dip.t-dialin.net [84.165.242.140]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2IL3tMa089905; Sat, 18 Mar 2006 22:03:56 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2ILMQ7J059918; Sat, 18 Mar 2006 22:22:27 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sat, 18 Mar 2006 22:22:26 +0100 From: Alexander Leidinger To: Kris Kennaway Message-ID: <20060318222226.4616e29a@Magellan.Leidinger.net> In-Reply-To: <20060318192358.GA59005@xor.obsecurity.org> References: <441C4EF7.8030502@FreeBSD.org> <20060318192358.GA59005@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Doug Barton , freebsd ports Subject: Re: How to get optional distfiles mirrored? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 21:22:31 -0000 Am Sat, 18 Mar 2006 14:23:58 -0500 schrieb Kris Kennaway : > On Sat, Mar 18, 2006 at 10:18:31AM -0800, Doug Barton wrote: > > Howdy, > > > > The ftp site does not have a mirror of an optional patch for Pine, I imagine > > because it requires WITH_MAILDIR to fetch. Is there a way (other than > > altering the port's defaults) to have this happen automatically? > > Put it in your ~/public_distfiles and add MASTER_SITE_LOCAL to the > mirror list. What about: ---snip--- .if defined(PACKAGE_BUILDING) DISTFILES+=... ALWAYS_KEEP_DISTFILES= yes .endif ---snip--- Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 22:37:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BA516A425 for ; Sat, 18 Mar 2006 22:37:01 +0000 (UTC) (envelope-from guano@onetel.com) Received: from perdition3.onetel.net.uk (perdition3.onetel.net.uk [212.67.120.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 9043243D5A for ; Sat, 18 Mar 2006 22:36:59 +0000 (GMT) (envelope-from guano@onetel.com) Received: (qmail 4207 invoked from network); 18 Mar 2006 22:37:32 -0000 Received: from unknown (HELO qm06.onetel.net.uk) (212.67.121.103) by perd3 with SMTP; 18 Mar 2006 22:37:32 -0000 Received: (qmail 85033 invoked by uid 80); 18 Mar 2006 22:36:56 -0000 Received: from 87-194-59-153.bethere.co.uk (87-194-59-153.bethere.co.uk [87.194.59.153]) by mailzone.onetel.net.uk (Horde) with HTTP for ; Sat, 18 Mar 2006 22:36:56 +0000 Message-ID: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> X-Priority: 3 (Normal) Date: Sat, 18 Mar 2006 22:36:56 +0000 From: guano@onetel.com To: gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0-BETA) Cc: guano@onetel.com, freebsd-ports@freebsd.org Subject: firefox crash X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 22:37:01 -0000 jeremy# uname -a FreeBSD jeremy.rampart.co.nr 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Firefox Makefile # Date created: 2002/10/21 # Whom: Alan Eldridge # # $FreeBSD: ports/www/firefox/Makefile,v 1.145 2005/12/15 17:11:32 marcus Exp $ # $MCom: ports/www/firefox/Makefile,v 1.27 2005/11/28 19:28:49 ahze Exp $ Problem occurs when running firefox as non-root. Going to www.debian.org causes firefox to crash immediately and coredump. I have firefox.bin.core if required (19mb). Other websites I have tried are OK. Mozilla does the same. Mozilla Makefile # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # # $FreeBSD: ports/www/mozilla/Makefile,v 1.209 2005/12/05 18:55:34 ahze Exp $ # $MCom: ports/www/mozilla/Makefile,v 1.31 2005/11/24 01:43:42 ahze Exp $ This machine was built by cloning the hard disk using dump|restore and another supposedly identical machine does not exhibit this behaviour. This machine used not to. The machines get used by a lot of different people but almost no-one else has root access. I have pkg_deinstall'ed firefox and reinstalled from a package I created when building the master hard disk from which this one was cloned. I haven't cvsupped anything since building it. Chris From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 22:43:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAE116A401; Sat, 18 Mar 2006 22:43:52 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30CA43D48; Sat, 18 Mar 2006 22:43:51 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.4/8.13.4) with ESMTP id k2IMhqZT009548; Sat, 18 Mar 2006 17:43:52 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: guano@onetel.com In-Reply-To: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> References: <20060318223656.bm7a9vcjs444kww8@mailzone.onetel.net.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HxnJojJ2czJIFBPzW2ua" Organization: MarcusCom, Inc. Date: Sat, 18 Mar 2006 17:43:49 -0500 Message-Id: <1142721829.29908.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox crash X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 22:43:52 -0000 --=-HxnJojJ2czJIFBPzW2ua Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-03-18 at 22:36 +0000, guano@onetel.com wrote: > jeremy# uname -a > FreeBSD jeremy.rampart.co.nr 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov = 3 > 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC = i386 >=20 > Firefox Makefile >=20 > # Date created: 2002/10/21 > # Whom: Alan Eldridge > # > # $FreeBSD: ports/www/firefox/Makefile,v 1.145 2005/12/15 17:11:32 marcus= Exp $ > # $MCom: ports/www/firefox/Makefile,v 1.27 2005/11/28 19:28:49 ahze Exp= $ >=20 > Problem occurs when running firefox as non-root. Going to www.debian.org = causes > firefox to crash immediately and coredump. I have firefox.bin.core if req= uired > (19mb). Other websites I have tried are OK. Mozilla does the same. I cannot reproduce. You need to provide a backtrace from that core file so we can know better where the problem lies. Search the Internet on how to use gdb to do this if you are not familiar. >=20 > Mozilla Makefile > # Date created: 31 Mar 1998 > # Whom: eivind/dima/jseger > # > # $FreeBSD: ports/www/mozilla/Makefile,v 1.209 2005/12/05 18:55:34 ahze E= xp $ > # $MCom: ports/www/mozilla/Makefile,v 1.31 2005/11/24 01:43:42 ahze Ex= p $ >=20 >=20 > This machine was built by cloning the hard disk using dump|restore and an= other > supposedly identical machine does not exhibit this behaviour. This machin= e used > not to. The machines get used by a lot of different people but almost no-= one > else has root access. I have pkg_deinstall'ed firefox and reinstalled fro= m a > package I created when building the master hard disk from which this one = was > cloned. I haven't cvsupped anything since building it. You might try: portupgrade -fR firefox On the cloned machine to see if that helps. Additionally, try loading firefox without any plug-ins on a clean test account, and see if it still crashes. Joe >=20 > Chris > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HxnJojJ2czJIFBPzW2ua Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEHI0lb2iPiv4Uz4cRAi19AJ9qTDTjHNrO63m2Yly+P1O6QLPn/QCeLeAZ O4bCkByUwhhpLEEHU4bsB6I= =Iwc9 -----END PGP SIGNATURE----- --=-HxnJojJ2czJIFBPzW2ua-- From owner-freebsd-ports@FreeBSD.ORG Sat Mar 18 23:52:07 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1546116A401 for ; Sat, 18 Mar 2006 23:52:07 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC77643D46 for ; Sat, 18 Mar 2006 23:52:06 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[127.0.0.1]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FKlEH-0000nW-2e; Sat, 18 Mar 2006 18:53:05 -0500 Message-ID: <441C9D20.7010909@vonostingroup.com> Date: Sat, 18 Mar 2006 18:52:00 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 References: <4417047C.1020303@mkproductions.org> <441BC9DA.7090408@mkproductions.org> In-Reply-To: <441BC9DA.7090408@mkproductions.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: ports@freebsd.org, _-_ Daniel _-_ Subject: Re: sabnzbd port missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Mar 2006 23:52:07 -0000 Mark Kane wrote: > _-_ Daniel _-_ wrote: >> >>> Daniel wrote: >>>> Hi, >>>> >>>> I've noticed there is no port for sabnzbd >>>> (http://sourceforge.net/projects/sabnzbd/). >>>> >>>> What's involved in becoming a port maintainer? I would like to see >>>> a port for this, but if >>>> no one else is willing to do it, I can possibly do it. Please let >>>> me know how to go about this, and what >>>> the requirements are. >>>> >>>> -d >>> >>> I'd say the easiest way is to read through the Porter's Handbook. >>> It's a very detailed guide on how to port applications to FreeBSD. >>> >>> http://www.freebsd.org/doc/en/books/porters-handbook/ >>> >>> If it was me, I'd read through that and port it myself. You will >>> learn how to do it and also feel good for contributing to FreeBSD. :) >>> >>> -Mark >> >> >> I've created two ports. py-utils (WWW: >> http://www.voidspace.org.uk/python/pythonutils.html) >> and SABnzbd (WWW: http://sourceforge.net/projects/sabnzbd) >> >> what's the procedure at this point to get them submitted? (I couldn't >> find anything in the handbook which talked about that) >> >> -d > > How to submit the port is documented in section 3.6 of: > > http://www.freebsd.org/doc/en/books/porters-handbook/ > > Be sure to test them several times before submitting though by > following the steps in section 3.4. > > -Mark > portlint is helpful for this task (see devel/portlint) -Frank