Run autoconf for port

2014-05-14 Thread Lundberg, Johannes
Hi I have a problem I hope someone can help me with.. There is this port that comes with a configure script. For my custom version of this port I patch configure.ac and need to rerun autoconf to generate a new configure script. But, not matter what I do I can't seem to be able to get autoconf

Re: Run autoconf for port

2014-05-14 Thread Lundberg, Johannes
Let me answer my own question.. After sending the mail I did some more last try searches and found out that I should use ${AUTORECONF} and not ${AUTOCONF} .. Seems to be working fine now. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, May 15, 2014 at 2:00 PM, Lundberg, Johannes johan

Re: [CFT] x11-servers/xorg-server with initial (GCD) Grand Central Dispatch support

2014-04-23 Thread Lundberg, Johannes
+1 I use dispatch with blocks all the time in my iOS apps. It's a great, easy to use API if you wanna offload stuff off the main thread, or just delay execution. For example to keep the UI smooth and responsive. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

crochet and dependencies

2014-03-17 Thread Lundberg, Johannes
Hi A new version of the crochet script told me I could install u-boot from ports. Trying but keep getting error. First error: Can't find gcc Fixed by installing gcc47 and creating a symbolink link /usr/local/bin/gcc47 /usr/local/bin/gcc Next error: mkenvimage.c: In function 'main':

Re: since 10.0rc5 - pkg: Unable to find catalogs

2014-01-15 Thread Lundberg, Johannes
Hi I have the same problem but only with RC5-amd64.. I cant even access my local repo (same error).. RC5-i386 works fine. 11-CURRENT, no problem.. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Sun, Jan 12, 2014 at 9:02 PM, Sebastian Jäschke jtkoert...@mac.comwrote: Hello, I'm working

Mk/bsd.gnustep.mk not updated to 0.24

2014-01-13 Thread Lundberg, Johannes
Hi gnustep-gui and back has been updated to 0.24 (thank you!) but bsd.gnustep.mk is still set on 0.23 -- BACKSUFFIX?=-023 BACKCAIRO= libgnustep-cairo${BACKSUFFIX} -- so build fails. Best regards -- Johannes Lundberg -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-