Re: Xcode 4 issues

2011-03-12 Thread Jon Hermansen
On Thu, Mar 10, 2011 at 10:32 PM, Jasper Frumau jasperfru...@gmail.comwrote: On Fri, Mar 11, 2011 at 4:16 AM, James Berry jbe...@macports.org wrote: In summary, not much has changed as-of yet: Xcode 3 is still available and free; what the future holds is somewhat less certain. I encourage

Re: Portfiles based off of Subversion trunk?

2011-02-03 Thread Jon Hermansen
with. Criticism/comments welcome. On Thu, Jan 13, 2011 at 11:14 AM, Jon Hermansen jon.herman...@gmail.comwrote: Hey Rainer, Yep, that's how I figured it'd work. I may end up using $Rev$ in the Portfile, since my ports are now in our Subversion repository and that is a relatively easy way to track

Portfiles based off of Subversion trunk?

2011-01-13 Thread Jon Hermansen
Hey everybody, it's been a while! I'm writing some Portfiles as an experiment for some tools I use at work. We keep these packages in Subversion and I am currently using 'fetch.type svn' to pull the sources. Is there a way that I can specify that my packages' version numbers are based on the

Re: Portfiles based off of Subversion trunk?

2011-01-13 Thread Jon Hermansen
wrote: Hello Jon, On 2011-01-13 09:33 , Jon Hermansen wrote: I'm writing some Portfiles as an experiment for some tools I use at work. We keep these packages in Subversion and I am currently using 'fetch.type svn' to pull the sources. Is there a way that I can specify that my packages

Re: wav2swf macports issue (maybe) -- Error: no mp3 soundstream support compiled in.

2010-10-03 Thread Jon Hermansen
configure does not find lame.h without specifying -I${prefix}/include/lame in CPPFLAGS: checking lame.h usability... no checking lame.h presence... no checking for lame.h... no I'm attaching a patch which fixes the issue, now configure prints out: checking lame.h usability... yes checking

Re: Messed up Perl

2010-10-03 Thread Jon Hermansen
Better late than never, I wrote this earlier but never sent it along... I just found out that on my iMac, the perl command is now /opt/local/bin/perl and not /usr/bin/perl. Now maybe that's not a big issue, since I have a kerbang at the start of all my scripts, but there's more of a

Re: Cannot install libsdl_mixer

2010-10-02 Thread Jon Hermansen
On Sat, Oct 2, 2010 at 5:17 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Oct 2, 2010, at 15:59, Nikos Chantziaras wrote: I installed macports just today on OS X 10.6.4. I've set: build_arch i386 universal_archs i386 ppc in macports.conf since I need Intel and PPC

Re: Help in writing a portfile: configure: error: cannot find socket library

2010-09-16 Thread Jon Hermansen
Hi Paulo, It would be helpful to have a diff of the complete './configure' step's output that you get from the terminal vs. what you're getting from building through MacPorts. Also, if you could attach your current version of the Portfile, I'd be willing to help debug it... If you're looking for

Re: HellaNzb-Help

2010-09-07 Thread Jon Hermansen
On Mon, Sep 6, 2010 at 5:47 PM, Mack Johnson m_ne...@mac.com wrote: Hi, this is a little over my head. I'm willing to learn though. Can some who has updated or patched hellanzb help me do the same? I've modified the Portfile for this package and added a patch which, on my end, makes hellanzb

Functionality like yum whatprovides in MacPorts?

2010-07-26 Thread Jon Hermansen
. Alternatively, does anyone know what incantation I can execute to install 'md5sum' on my system? I thought it might belong to coreutils but I still don't have it... Any advice would be greatly appreciated. Sincerely, JH -- Jon Hermansen jon.herman...@gmail.com http://www.facebook.com/jon.hermansen

Re: Functionality like yum whatprovides in MacPorts?

2010-07-26 Thread Jon Hermansen
Nevermind, I found it in package 'md5sha1sum' On Sun, Jul 25, 2010 at 11:26 PM, Jon Hermansen jon.herman...@gmail.comwrote: Hello all, I'm trying to find out what package includes the executable 'md5sum' but have (as of yet) been unable to find it. YUM provides a whatprovides function where