Bug 146452 - irc/bip does not honour WITH_OPENSSL_PORT
Summary: irc/bip does not honour WITH_OPENSSL_PORT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-10 05:00 UTC by John Marshall
Modified: 2010-05-25 13:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marshall 2010-05-10 05:00:19 UTC
/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.

Fix: 

Should be easy for someone who knows how :-)

My workaround is to build with:
  make LDFLAGS=L/usr/local/lib
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-10 05:00:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-25 13:03:01 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"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-05-25 13:03:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!