Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-20 Thread Kfir Lavi
On Tue, Jul 19, 2011 at 9:32 PM, Kacper Kowalik xarthis...@gentoo.orgwrote: W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() { emake CC=$(tc-getCC) || die } Some systems export

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Donnie Berkholz
On 11:43 Sun 17 Jul , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() { emake CC=$(tc-getCC) || die } Some systems export CC as gcc -m64. I guess I'm a little confused here. What exactly is the problem and fix you're proposing? You stopped halfway

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Kfir Lavi
On Tue, Jul 19, 2011 at 8:31 PM, Donnie Berkholz dberkh...@gentoo.orgwrote: On 11:43 Sun 17 Jul , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() { emake CC=$(tc-getCC) || die } Some systems export CC as gcc -m64. I guess I'm a little confused

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Kacper Kowalik
W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() { emake CC=$(tc-getCC) || die } Some systems export CC as gcc -m64. I guess I'm a little confused here. What exactly is the problem

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Mike Frysinger
On Sun, Jul 17, 2011 at 04:45, Kfir Lavi wrote: -e '/^CFLAGS/{s|[[:space:]]=| +=|g;s|-O2||g;s|-Werror||g}' \ no need for the [[:space:]] since the first = will get matched, and presumably it reads something like CFLAGS = .. the others could be done with the -r flag and: s|-(O2|Werror)||

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Mike Frysinger
On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote: W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul     , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() {     emake CC=$(tc-getCC) || die } Some systems export CC as gcc -m64. I guess I'm

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Kacper Kowalik
W dniu 19.07.2011 20:40, Mike Frysinger pisze: On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote: W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() { emake CC=$(tc-getCC) || die }

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Mike Frysinger
On Tue, Jul 19, 2011 at 15:51, Kacper Kowalik wrote: W dniu 19.07.2011 20:40, Mike Frysinger pisze: On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote: W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul     , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze:

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-19 Thread Donnie Berkholz
On 14:40 Tue 19 Jul , Mike Frysinger wrote: On Tue, Jul 19, 2011 at 14:32, Kacper Kowalik wrote: W dniu 19.07.2011 19:31, Donnie Berkholz pisze: On 11:43 Sun 17 Jul     , Kacper Kowalik wrote: W dniu 17.07.2011 10:45, Kfir Lavi pisze: src_compile() {     emake CC=$(tc-getCC) || die

[gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-17 Thread Kfir Lavi
Hi, I have created a new ebuild for net-misc/pimd [1]. From the webpage: pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon. I would like you guys to review the ebuild and the rc-file. This ebuild is based on net-misc/mrouted. Thanks, Kfir 1.

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-17 Thread Kacper Kowalik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 W dniu 17.07.2011 10:45, Kfir Lavi pisze: Hi, I have created a new ebuild for net-misc/pimd [1]. From the webpage: pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon. I would like you guys to review the ebuild and the rc-file.

Re: [gentoo-dev] net-misc/pimd RFC for new ebuild

2011-07-17 Thread Kfir Lavi
On Sun, Jul 17, 2011 at 12:43 PM, Kacper Kowalik xarthis...@gentoo.orgwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 W dniu 17.07.2011 10:45, Kfir Lavi pisze: Hi, I have created a new ebuild for net-misc/pimd [1]. From the webpage: pimd is a lightweight stand-alone PIM-SM v2