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

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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 wrote:

> Hello,
>
> I'm working with the RCs from 10.0 since rc2 and had no problems until
> now. The rc5 is the first showing this problems:
>
> root@freebsd100:/ # pkg install nano
> Updating repository catalogue
> digests.txz
>
>  100% 1043KB   1.0MB/s   1.0MB/s   00:00
> packagesite.txz
>
>  100% 4801KB   4.7MB/s   4.4MB/s   00:01
> Incremental update completed, 22311 packages processed:
> 0 packages updated, 0 removed and 22311 added.
> pkg: Unable to find catalogs
>
>
> root@freebsd100:/ # uname -a
> FreeBSD freebsd100.xx 10.0-RC5 FreeBSD 10.0-RC5 #0
> r260430: Wed Jan  8 05:10:04 UTC 2014 
> r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC
>  amd64
> root@freebsd100:/ # pkg -v
> 1.2.4_1
> root@freebsd100:/ # pkg audit -F
> Vulnxml file up-to-date.
> 0 problem(s) in the installed packages found.
> root@freebsd100:/ #
>
>
> The only difference in my env since rc4 is, that I'm using a gmirror vm on
> this host instead of a single drive vm before.
>
>
> Sebastian
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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':
mkenvimage.c:137:35: error: 'PLAIN_VERSION' undeclared (first use in this
function)
mkenvimage.c:137:35: note: each undeclared identifier is reported only once
for each function it appears in
gmake[2]: *** [mkenvimage.o] Error 1
gmake[2]: Leaving directory
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools'
gmake[1]: *** [tools] Error 2
gmake[1]: Leaving directory
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04'
*** Error code 2

What am I doing wrong?

On 11-current amd64.

--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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 to run
when doing "make" in the port's folder.

I update this line

USE_AUTOTOOLS=  aclocal automake autoconf autoheader

I also tried to delete the original configure script post-extract but still
it doesn't run autoconf for me, just complains it can't find "configure"...

What am I missing?
--
Johannes Lundberg

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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...@brilliantservice.co.jp> wrote:

> 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 to run
> when doing "make" in the port's folder.
>
> I update this line
>
> USE_AUTOTOOLS=  aclocal automake autoconf autoheader
>
> I also tried to delete the original configure script post-extract but
> still it doesn't run autoconf for me, just complains it can't find
> "configure"...
>
> What am I missing?
> --
> Johannes Lundberg
>
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"