Bug 62476 - [PATCH] irc/irssi: Unbreak
Summary: [PATCH] irc/irssi: Unbreak
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 12:40 UTC by Ulrich Spoerlein
Modified: 2004-02-08 17:03 UTC (History)
1 user (show)

See Also:


Attachments
irssi-0.8.9_1.patch (1.42 KB, patch)
2004-02-07 12:40 UTC, Ulrich Spoerlein
no flags Details | Diff
file.diff (486 bytes, patch)
2004-02-07 12:40 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.