From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 4 05:30:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8348E1065677 for ; Tue, 4 May 2010 05:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3CEC38FC16 for ; Tue, 4 May 2010 05:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o445U2XV034291 for ; Tue, 4 May 2010 05:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o445U24F034288; Tue, 4 May 2010 05:30:02 GMT (envelope-from gnats) Resent-Date: Tue, 4 May 2010 05:30:02 GMT Resent-Message-Id: <201005040530.o445U24F034288@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Lukes Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 210E81065678 for ; Tue, 4 May 2010 05:25:59 +0000 (UTC) (envelope-from dan+master7.ms.mff.cuni.cz@ms.mff.cuni.cz) Received: from master7.ms.mff.cuni.cz (master7.ms.mff.cuni.cz [195.113.20.22]) by mx1.freebsd.org (Postfix) with ESMTP id AE9288FC0A for ; Tue, 4 May 2010 05:25:58 +0000 (UTC) Received: from master7.ms.mff.cuni.cz (localhost [127.0.0.1]) by master7.ms.mff.cuni.cz (8.14.3/8.14.3) with ESMTP id o445PuTe095320 for ; Tue, 4 May 2010 07:25:56 +0200 (CEST) (envelope-from dan@master7.ms.mff.cuni.cz) Received: (from root@localhost) by master7.ms.mff.cuni.cz (8.14.3/8.14.3/Submit) id o445PuUS095319; Tue, 4 May 2010 07:25:56 +0200 (CEST) (envelope-from dan) Message-Id: <201005040525.o445PuUS095319@master7.ms.mff.cuni.cz> Date: Tue, 4 May 2010 07:25:56 +0200 (CEST) From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/146281: [ PATCH ] net/xorp doesn't honor WITH_OPENSSL_PORT=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2010 05:30:02 -0000 >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: