Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 23:39:11 +0100
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        Fernan Aguero <fernan@iib.unsam.edu.ar>
Cc:        ports@FreeBSD.ORG
Subject:   Re: submit an almost finished port for testing?
Message-ID:  <20020117233911.55042490.corecode@corecode.ath.cx>
In-Reply-To: <20020117120606.D78437@iib.unsam.edu.ar>
References:  <20020117120606.D78437@iib.unsam.edu.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
--=.v9fjEaVmHm'n(A
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Thu, 17 Jan 2002 12:06:06 -0300 Fernan Aguero
<fernan@iib.unsam.edu.ar> wrote:

[...]
> The port should build under a no-kde2 system with the --disable-kde
> option passed to configure.(Should i add this as pkg-message?). A bad
> behaviour would be to build kde2 as a dependency ... 
> My system has kde2 installed so I have no way to check this ...
you should add a knob to the makefile like WITH_KDE or WITHOUT_KDE (that
what you think suits better) and according to it react:

..if defined(WITH_KDE)
LIB_DEPENDS+=	libwhatsoever.99:${PORTSDIR}/path/to/kde
..else
CONFIGURE_ARGS+=	--disable-kde
..endif

this won't work but it tells you the way of doing it. and this way you
can test a version without KDE. remember that the default setting will
be used when being built on bento. this means if you set default build
options to use KDE, the package will need KDE to install.

and when you're pretty sure the port is Really Cool[tm] you can submit
it as PR.

cheerz
  corecode

-- 
/"\   http://corecode.ath.cx/
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

--=.v9fjEaVmHm'n(A
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)

iD8DBQE8R1KSr5S+dk6z85oRAvGBAKCZq/hlLpo/f/MFJOGIyVjZ7jnrhgCgtfeR
pksNst3HY7a7SAT6tUQP29s=
=acPD
-----END PGP SIGNATURE-----

--=.v9fjEaVmHm'n(A--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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