Date: Tue, 4 May 2010 07:25:56 +0200 (CEST) From: Dan Lukes <dan@obluda.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146281: [ PATCH ] net/xorp doesn't honor WITH_OPENSSL_PORT=yes Message-ID: <201005040525.o445PuUS095319@master7.ms.mff.cuni.cz> Resent-Message-ID: <201005040530.o445U24F034288@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146281 >Category: ports >Synopsis: [ PATCH ] net/xorp doesn't honor WITH_OPENSSL_PORT=yes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 04 05:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD >Organization: Obludarium >Environment: System: FreeBSD net/xorp/Makefile,v 1.14 2009/02/22 14:39:28 >Description: The port ignores WITH_OPENSSL_PORT=yes >How-To-Repeat: 1. set WITH_OPENSSL_PORT=yes 2. rename /usr/include/openssl and /usr/bin/openssl to something else Try to compile. >Fix: --- Makefile.orig 2010-05-04 06:53:44.000000000 +0200 +++ Makefile 2010-05-04 06:54:36.000000000 +0200 @@ -20,12 +20,13 @@ NOMAN= defined USE_GMAKE= yes +USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} \ --with-comment='FreeBSD port: ${PKGNAME}' \ - --with-openssl=/usr + --with-openssl=${OPENSSLBASE} CONFIGURE_ENV+= CXXFLAGS="-Wno-uninitialized" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005040525.o445PuUS095319>