From john.marshall@riverwillow.com.au  Mon May 10 03:56:53 2010
Return-Path: <john.marshall@riverwillow.com.au>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4DA9D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 May 2010 03:56:53 +0000 (UTC)
	(envelope-from john.marshall@riverwillow.com.au)
Received: from mail2.riverwillow.net.au (mail2.riverwillow.net.au [203.58.93.37])
	by mx1.freebsd.org (Postfix) with ESMTP id C97838FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 May 2010 03:56:52 +0000 (UTC)
Received: from rwsrv04.mby.riverwillow.net.au (localhost [127.0.0.1])
	by mail2.riverwillow.net.au (8.14.4/8.14.4) with ESMTP id o4A3ffxl092451
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 May 2010 13:41:41 +1000 (AEST)
Received: (from john@localhost)
	by rwsrv04.mby.riverwillow.net.au (8.14.4/8.14.4/Submit) id o4A3ffle092450;
	Mon, 10 May 2010 13:41:41 +1000 (AEST)
Message-Id: <201005100341.o4A3ffle092450@rwsrv04.mby.riverwillow.net.au>
Date: Mon, 10 May 2010 13:41:41 +1000 (AEST)
From: John Marshall <john.marshall@riverwillow.com.au>
Reply-To: John Marshall <john.marshall@riverwillow.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: irc/bip does not honour WITH_OPENSSL_PORT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146452
>Category:       ports
>Synopsis:       irc/bip does not honour WITH_OPENSSL_PORT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 04:00:19 UTC 2010
>Closed-Date:    Tue May 25 12:03:09 UTC 2010
>Last-Modified:  Tue May 25 12:10:00 UTC 2010
>Originator:     John Marshall
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
Riverwillow Pty Ltd
>Environment:
System: FreeBSD rwsrv04.mby.riverwillow.net.au 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Wed Feb 24 13:22:32 AEDT 2010 root@rwsrv04.mby.riverwillow.net.au:/build/obj/usr/src/sys/RWSRV04 i386

>Description:

/etc/make.conf has:
  WITH_OPENSSL_PORT=

irc/bip builds with:
  /usr/local/bin/bip:
	libssl.so.6 => /usr/lib/libssl.so.6 (0x280aa000)
	libcrypto.so.6 => /lib/libcrypto.so.6 (0x280ef000)
	libc.so.7 => /lib/libc.so.7 (0x28241000)

The port's Makefile includes "USE_OPENSSL= yes" but the port doesn't
seem to use any of the variables which fall out the end of
bsd.openssl.mk.  I've struggled for hours but haven't been able to
figure out how to do this.

>How-To-Repeat:

 - Add "WITH_OPENSSL_PORT=" to /etc/make.conf
 - Build irc/bip
 - ldd /usr/local/bin/bip to see that it used the base OpenSSL

>Fix:

Should be easy for someone who knows how :-)

My workaround is to build with:
  make LDFLAGS=L/usr/local/lib

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 10 04:00:37 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146452 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Tue May 25 12:03:09 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146452 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146452: commit references a PR
Date: Tue, 25 May 2010 12:03:01 +0000 (UTC)

 sylvio      2010-05-25 12:02:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/bip              Makefile 
   Log:
   - Fix build when defined openssl in make.conf
   - BUMP PORTREVISION
   
   PR:             ports/146452
   Submitted by:   John Marshall <john.marshall@riverwillow.com.au>
   
   Revision  Changes    Path
   1.13      +2 -0      ports/irc/bip/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
