Re: Installation of ports from local source files in the distfiles directory possible?

2009-07-06 Thread Ryan Schmidt
On Jul 6, 2009, at 00:28, Florian Colbatzky wrote: Is it possible to obtain distfiles, store them in the distfiles directory and install them from this local directory without accessing the internet? I have only a slow connection to the internet at home (the selfupdate took several

(kein Betreff)

2009-07-06 Thread Thomas Fragstein
___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

xulrunner-devel usage error

2009-07-06 Thread Frank J. R. Hanstick
Hello, I successfully installed xulrunner-devel; but, when I tried to use the installation, the jni.h reference in ./configure was: checking jni.h usability... no checking jni.h presence... no checking for jni.h... no I then looked into the configure.log file and found the

Re: Installation of ports from local source files in the distfiles directory possible?

2009-07-06 Thread Ryan Schmidt
On Jul 6, 2009, at 09:59, Daniel J. Luke wrote: On Jul 6, 2009, at 8:21 AM, Ryan Schmidt wrote: On Jul 6, 2009, at 00:28, Florian Colbatzky wrote: Is it possible to obtain distfiles, store them in the distfiles directory and install them from this local directory without accessing the

Re: xulrunner-devel usage error

2009-07-06 Thread Jeremy Huddleston
prtypes.h is installed by nspr. It's in $prefix/include/nspr (IIRC, I'm on my linux box atm). Your code should probably check for nspr before xulrunner. Additionally, xulrunner's pkg-config files probably should be updated to depend on nspr if they are not currently. Frank J. R. Hanstick

Re: xulrunner-devel usage error

2009-07-06 Thread Frank J. R. Hanstick
On Jul 6, 2009, at 8:03 PM, Jeremy Huddleston wrote: prtypes.h is installed by nspr. It's in $prefix/include/nspr (IIRC, I'm on my linux box atm). Your code should probably check for nspr before xulrunner. Additionally, xulrunner's pkg-config files probably should be updated to depend