Bug 62476

Summary: [PATCH] irc/irssi: Unbreak
Product: Ports & Packages Reporter: Ulrich Spoerlein <q>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: vanilla
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
irssi-0.8.9_1.patch
none
file.diff none

Description Ulrich Spoerlein 2004-02-07 12:40:16 UTC
- Unbreak (not tested by me, because 5.2.1 still has EAI_NODATA. You may want
  to verify this fix on -CURRENT)
- Put USE_OPENSSL before <bsd.port.pre.mk>
- make configure happy
- make pre-configure target non-fatal. This makes interrupting and resuming
  the configure stage possible.

New file: files/patch-eai_nodata

I send a patch to ports@ for unifying these WITH{,_OUT}_foo={yes,no,1} once,
but response to it was rather lacking...

Port maintainer (vanilla@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.50

How-To-Repeat: Note to maintainer: The WITH_foo logic in this port is flawed. Checking for
WITH_foo=yes is not very robust because people may run with -DWITH_foo.
Therefore it's better to check for WITH_foo=no or defined(WITHOUT_foo).
Try 'make -DWITH_IPV6', it will result in IPv6 support being _disabled_
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2004-02-07 12:42:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

Over to maintainer
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2004-02-08 17:03:35 UTC
State Changed
From-To: open->closed

Committed, thanks.