Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 15:48:32 -0600
From:      Jon Noack <noackjr@alumni.rice.edu>
To:        jharris@widomaker.com
Cc:        ports@FreeBSD.org
Subject:   www/lynx-ssl doesn't build with ssl
Message-ID:  <4033DDB0.1060901@alumni.rice.edu>

next in thread | raw e-mail | index | archive | help
lynx-ssl does not build with SSL because the CONFIGURE_ARGS= line in 
lynx/Makefile is overriding the CONFIGURE_ARGS+= line in 
lynx-ssl/Makefile.  This makes sense (to me, at least) because 
lynx/Makefile is included _after_ the CONFIGURE_ARGS+= in 
lynx-ssl/Makefile (portlint requires slave ports to include the master 
Makefile on the last line).

My workaround was to change the CONFIGURE_ARGS= in lynx/Makefile to a 
+=, but this is probably not the best way to handle it.  Other slave 
ports seem to handle this situation by defining a WITH_FOO or 
WITHOUT_BAR variable and having the master port check for this (see 
www/mod_php4 and lang/php4 for an example using WITHOUT_CLI).

Jon Noack



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