Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2007 20:39:08 +0100
From:      Csaba Molnar <molnarcs@gmail.com>
To:        "Scot Hetzel" <swhetzel@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: learning about building ports - please help
Message-ID:  <200702092039.08578.molnarcs@gmail.com>
In-Reply-To: <790a9fff0702090701kcadd613p49ca77875e9e449a@mail.gmail.com>
References:  <200702091451.56124.molnarcs@gmail.com> <790a9fff0702090701kcadd613p49ca77875e9e449a@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> The CONFIGURE_ENV sets the CPPFLAGS and the LDFLAGS that are passed to
> the configure script.  The variable PTHREAD_LIBS has a value of
> -pthread, which should solve your problem with libkdefx.la.
>
> Scot
> --
> DISCLAIMER:
> No electrons were mamed while sending this message. Only slightly bruised.

Thanks, that seems to have solved the issue with libkdefx.la.

Now I ran portlint, fixed whitespace issues, but there is one remaining issue:

WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to 
conditionally disable gettext support.

So that's what gettext is for. 

I posted these questions because I'm curious: when I create a port like this 
(I mean only understanding part of what I do) - should I submit it (if it 
looks correct)? What if I can't maintain it because some changes in the 
future require understanding of the code?

Aquamarine is probably not the best port to begin with, for I guess it would 
be better if it was maintained with the rest of beryl (which really requires 
someone with more knowledge) - but still, it was fun trying it :)))




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702092039.08578.molnarcs>