accelerated zlib experiment

2015-05-30 Thread René J . V . Bertin
As announced in the earlier thread, I've created a +cloudflare variant for 
port:zlib that provides faster compression on recent enough Intel CPUs (SSE4 is 
required, which is probably the case on all Intel Macs.

Applying these patches may change the applicable license, though it seems that 
I excluded the only file that is (almost) explicitly GPL and that's not part of 
stock zlib. I'm waiting on clarification about the changes CloudFlare made to 
existing zlib code.

The resulting binary *is* a drop-in replacement for the stock 1.2.8 zlib 
library.

https://github.com/RJVB/mp-port-repository/tree/master/archivers/zlib

You'll also need
https://github.com/RJVB/mp-port-repository/tree/master/sysutils/cpuid

I've seen compression time decrease by up to 55% with level 7 thanks to this 
patch.

R.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: yosemite and 2008/9 macbookpro compatability, macports install settings for older architecture?

2015-05-30 Thread Dave Horsfall
On Fri, 29 May 2015, Ryan Schmidt wrote:

 You should probably migrate any relevant changes from 
 macports.conf.default to macports.conf every time you upgrade MacPorts, 
 as described in the Migration instructions, section 2 a.

Well, I've never made any changes (as I said, I don't know my way around 
MacPorts yet), so I should be safe in merely renaming them?

And anyway, what then?  Force a massive rebuild somehow, or will it happen 
all by itself?

I thought I'd followed the instructions when going to Yosemite (it was the 
free upgrade from Snow Leopard), but I guess not...

-- 
Dave Horsfall DTM (VK2KFU)   Those who don't understand security will suffer.
http://www.horsfall.org/spam.html (and check the home page whilst you're there)
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: yosemite and 2008/9 macbookpro compatability, macports install settings for older architecture?

2015-05-30 Thread Ryan Schmidt

On May 30, 2015, at 5:18 PM, Dave Horsfall wrote:

 On Fri, 29 May 2015, Ryan Schmidt wrote:
 
 You should probably migrate any relevant changes from 
 macports.conf.default to macports.conf every time you upgrade MacPorts, 
 as described in the Migration instructions, section 2 a.
 
 Well, I've never made any changes (as I said, I don't know my way around 
 MacPorts yet), so I should be safe in merely renaming them?

Sure, you can copy (not rename) macports.conf.default to macports.conf, if 
you've made no changes in macports.conf that you want to keep.


 And anyway, what then?  Force a massive rebuild somehow, or will it happen 
 all by itself?

No rebuild should be necessary.


 I thought I'd followed the instructions when going to Yosemite (it was the 
 free upgrade from Snow Leopard), but I guess not...

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: poppler-qt4-mac

2015-05-30 Thread Art McGee
Never mind. I realized it was a stray outgoing firewall rule that was
blocking it for terminal apps. Sorry. Ignore.

Art

On Sat, May 30, 2015 at 2:38 AM, Art McGee amc...@gmail.com wrote:

 This is supposed to be fixed:

 https://trac.macports.org/ticket/47724

 But I still get this:

 :debug:extract Executing proc-post-org.macports.extract-extract-0
 :info:extract Cloning into 'test'...
 :info:extract fatal: unable to access '
 http://anongit.freedesktop.org/git/poppler/test/': Couldn't resolve host '
 anongit.freedesktop.org'
 :info:extract Command failed: /opt/local/bin/git clone --depth=1
 http://anongit.freedesktop.org/git/poppler/test
 :info:extract Exit code: 128
 :error:extract org.macports.extract for port poppler-qt4-mac returned:
 command execution failed

 It was working fine for me before with git:// .

 For the record, I can access
 http://anongit.freedesktop.org/git/poppler/test/ just fine with a web
 browser.

 Art

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: poppler-qt4-mac

2015-05-30 Thread Ryan Schmidt

On May 30, 2015, at 4:38 AM, Art McGee wrote:

 This is supposed to be fixed:
 
 https://trac.macports.org/ticket/47724

It is fixed; you're seeing a different problem entirely.

 But I still get this:
 
 :debug:extract Executing proc-post-org.macports.extract-extract-0
 :info:extract Cloning into 'test'...
 :info:extract fatal: unable to access 
 'http://anongit.freedesktop.org/git/poppler/test/': Couldn't resolve host 
 'anongit.freedesktop.org'
 :info:extract Command failed: /opt/local/bin/git clone --depth=1 
 http://anongit.freedesktop.org/git/poppler/test
 :info:extract Exit code: 128
 :error:extract org.macports.extract for port poppler-qt4-mac returned: 
 command execution failed
 
 It was working fine for me before with git:// .

The error message doesn't say the protocol is the problem; it says resolving 
the hostname is the problem.


 For the record, I can access http://anongit.freedesktop.org/git/poppler/test/ 
 just fine with a web browser.

I can't really explain how that could be the case. The same DNS resolution 
system should be used in either case. 

Is there anything unusual about your network? Do you use a proxy server? Is 
there a corporate firewall involved? Antivirus software installed?

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


poppler-qt4-mac

2015-05-30 Thread Art McGee
This is supposed to be fixed:

https://trac.macports.org/ticket/47724

But I still get this:

:debug:extract Executing proc-post-org.macports.extract-extract-0
:info:extract Cloning into 'test'...
:info:extract fatal: unable to access '
http://anongit.freedesktop.org/git/poppler/test/': Couldn't resolve host '
anongit.freedesktop.org'
:info:extract Command failed: /opt/local/bin/git clone --depth=1
http://anongit.freedesktop.org/git/poppler/test
:info:extract Exit code: 128
:error:extract org.macports.extract for port poppler-qt4-mac returned:
command execution failed

It was working fine for me before with git:// .

For the record, I can access
http://anongit.freedesktop.org/git/poppler/test/ just fine with a web
browser.

Art
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users