RFC: Spec for Fossick (proposed MacPorts GUI)

2013-03-22 Thread Ian Wadham
Hi guys, Attached is a pure-text file (made with vi), containing my ideas so far for a new MacPorts GUI. Comments, suggestions and reviews are welcome. It is intended to be a simple tool for first-time users (in Basic mode) and a more versatile tool for more advanced users (in Advanced mode) to

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-22 Thread Bradley Giesbrecht
On Mar 22, 2013, at 7:08 AM, Daniel J. Luke wrote: > On Mar 21, 2013, at 6:14 PM, Ryan Schmidt wrote: >> On Mar 21, 2013, at 11:53, Bradley Giesbrecht wrote: >>> Compiling and installing mod_hfs_apple.so from here did not work for me: >>> http://opensource.apple.com/source/apache_mod_hfs_apple/a

Re: [MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)

2013-03-22 Thread Daniel J. Luke
On Mar 21, 2013, at 6:14 PM, Ryan Schmidt wrote: > On Mar 21, 2013, at 11:53, Bradley Giesbrecht wrote: >> Compiling and installing mod_hfs_apple.so from here did not work for me: >> http://opensource.apple.com/source/apache_mod_hfs_apple/apache_mod_hfs_apple-11/ >> >> However, copying Apples mod

re: Building a universal static libstdc++ library through MacPorts

2013-03-22 Thread Titus von Boxberg
Original Message > From: "Alex Reynolds" > Sent: Donnerstag, 21. März 2013 23:37 > To: macports-dev@lists.macosforge.org > Subject: Building a universal static libstdc++ library through MacPorts > > I would like to build a set of universal binaries with MacPorts GCC 4.7.2 > (un

Re: Building a universal static libstdc++ library through MacPorts

2013-03-22 Thread Ryan Schmidt
On Mar 21, 2013, at 17:37, Alex Reynolds wrote: > I am looking into editing the following line in the GCC 4.7.2 (universal) > Portfile to prevent the deletion of the static library during the build step > of that port: > > -- > eval file delete [glob ${destroot}${prefix}/lib/*{a,py}] > ---

Re: Portfile for php-v8js

2013-03-22 Thread Ryan Schmidt
On Mar 21, 2013, at 18:24, Nicholas O Rawlings wrote: > If you would investigate further, that would be amazing. I have filed a bug report with the developers: https://bugs.php.net/bug.php?id=64486 I imagine php-v8js needs to be updated to work with the current version of v8. __