Re: RFC: svn for make fetch

2009-11-13 Thread Eitan Adler
Actually I was thinking of eventually adding non-svn support as well The reason I started on this project is because the version of mplayer in ports is severely out of date. When I tried to update to port I noticed that the project wants you to compile and install from svn. I also noticed a

Re: security/gnupg installing pth-2.0.7 causing problems

2009-11-13 Thread David Southwell
2009/11/9 David Southwell da...@vizion2000.net: 2009/11/8 David Southwell da...@vizion2000.net: What puzzles me is why the gnupg maintainer is so reluctant to provide alternative options to using pth when there are both system libraries and libpthread-stubs-0.1 available as an

Question about creating a port for saga gis

2009-11-13 Thread Rainer Hurling
This is my first try to create a port and I may need some help. I am working on porting the linux version of SAGA GIS (see http://www.saga-gis.org/). Unfortunately I have problems to let the port fetch the distfile. I tried many ways described in the porters handbook without success. The

Re: Question about creating a port for saga gis

2009-11-13 Thread Sergey V. Dyatko
В Fri, 13 Nov 2009 10:48:15 +0100 Rainer Hurling rhur...@gwdg.de пишет: RH This is my first try to create a port and I may need some help. I RH am working on porting the linux version of SAGA GIS (see RH http://www.saga-gis.org/). RH RH Unfortunately I have problems to let the port fetch the

Re: Question about creating a port for saga gis

2009-11-13 Thread Eygene Ryabinkin
Rainer, good day. Fri, Nov 13, 2009 at 10:48:15AM +0100, Rainer Hurling wrote: Unfortunately I have problems to let the port fetch the distfile. I tried many ways described in the porters handbook without success. The distfile is located at

Re: Question about creating a port for saga gis

2009-11-13 Thread Rainer Hurling
Eygene and Sergey, thank you for your answers. Now I am able to fetch directly :-) Am 13.11.2009 11:42 (UTC+1) schrieb Eygene Ryabinkin: Rainer, good day. Fri, Nov 13, 2009 at 10:48:15AM +0100, Rainer Hurling wrote: Unfortunately I have problems to let the port fetch the distfile. I tried

Re: Question about creating a port for saga gis

2009-11-13 Thread Eygene Ryabinkin
Fri, Nov 13, 2009 at 11:54:08AM +0100, Rainer Hurling wrote: thank you for your answers. Now I am able to fetch directly :-) You're welcome ;)) CATEGORIES= devel My plans are to use math for SAGA GIS because there is no 'gis' category. And 'graphics' or 'database' do not suit well

Re: devel/pear1.9.0 build problems

2009-11-13 Thread freebsd
Martin wrote: Date: Thu, 12 Nov 2009 22:34:20 +0100 From: Martin Wilke m...@freebsd.org Subject: Re: devel/pear1.9.0 build problems To: Agrapha free...@box201.com Cc: freebsd-ports@freebsd.org Message-ID: 20091112213420.gk98...@bsdcrew.de Content-Type: text/plain; charset=us-ascii;

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 free...@box201.com wrote: Martin wrote: Date: Thu, 12 Nov 2009 22:34:20 +0100 From: Martin Wilke m...@freebsd.org Subject: Re: devel/pear1.9.0 build problems To: Agrapha free...@box201.com Cc: freebsd-ports@freebsd.org Message-ID:

Re: RFC: svn for make fetch

2009-11-13 Thread Wesley Shields
On Fri, Nov 13, 2009 at 10:00:08AM +0200, Eitan Adler wrote: Actually I was thinking of eventually adding non-svn support as well I don't think bloating bsd.*.mk for the most common VCS out there is a good idea, not to mention what happens when someone wants support for some oddball VCS that

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Agrapha
Ok Greg, My memory is perfect so is my hard drives. as per the website suggested I ran the DD clean. What should I try next as this seems to be a specific pear problem. How can I deinstall what pear has already installed? are there distribution files I can safely remove to force the

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Agrapha wrote: Ok Greg, My memory is perfect so is my hard drives. as per the website suggested I ran the DD clean. What should I try next as this seems to be a specific pear problem. How can I deinstall what pear has already installed? are

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Duke wrote: Greg Larkin wrote: pkg_info | grep ^php cat /usr/local/etc/php/extensions.ini This may help me troubleshoot the problem further. Thank you, Greg Certainly Greg, Thank you for your help! /usr/ports/devel/pear

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Agrapha
Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 php5-bcmath-5.2.11_1 The bcmath shared extension for php [...] Hi Brian, I have used the script on this site (http://bit.ly/41TDBP) before to re-order my extensions.ini file because of core dumps when starting up Apache. I

Re: devel/pear1.9.0 build problems

2009-11-13 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Agrapha wrote: Greg Larkin wrote: [...] Hi Brian, I have used the script on this site (http://bit.ly/41TDBP) before to re-order my extensions.ini file because of core dumps when starting up Apache. I ran the script against the extension.ini

Getting MASTER_SITES for sourceforge ports more easily

2009-11-13 Thread Dmitry Marakasov
Hi! Recently there have been at least two questions about a correct way of defining MASTER_SITES for SourceForge-hosted projects. Here's a way to make it a bit easier: it's a GreaseMonkey (https://addons.mozilla.org/en-US/firefox/addon/748) script that converts links on sourceforge pages to

Re: Getting MASTER_SITES for sourceforge ports more easily

2009-11-13 Thread Eygene Ryabinkin
Sat, Nov 14, 2009 at 07:04:17AM +0300, Dmitry Marakasov wrote: Recently there have been at least two questions about a correct way of defining MASTER_SITES for SourceForge-hosted projects. Here's a way to make it a bit easier: it's a GreaseMonkey

Re: Getting MASTER_SITES for sourceforge ports more easily

2009-11-13 Thread Eygene Ryabinkin
Sat, Nov 14, 2009 at 09:16:47AM +0300, Eygene Ryabinkin wrote: The attached shell script should produce the MASTER_SITE_SUBDIR for the SF-hosted ports for each URL given in the command-line. Inlining the script -- it was dropped by the Mailman: - #!/bin/sh while [ -n $1 ]; do echo