Bug 84564 - [PATCH] irc/xchat2 on amd64 should --enable-perl
Summary: [PATCH] irc/xchat2 on amd64 should --enable-perl
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-04 22:50 UTC by Jeff Connelly
Modified: 2005-09-02 05:54 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 Jeff Connelly 2005-08-04 22:50:13 UTC
The irc/xchat2 port disables Perl support on amd64 platforms, because in 2003, it used to fail to build, see:
http://lists.freebsd.org/pipermail/freebsd-gnome/2003-August/002312.html
Commit message:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=105294+0+/usr/local/www/db/text/2003/cvs-all/20031130.cvs-all

However, Perl support in xchat2 now works flawlessly on amd64 (at least on my system), so the check should be removed. A small patch to the Makefile is included.

Thanks,
-Jeff

Fix: 

Inside /usr/ports/irc/xchat2, apply this patch:

http://xyzzy.freeshell.org/xchat2.amd64.perl.patch
How-To-Repeat: cd /usr/ports/irc/xchat2
make install
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-08-05 06:24:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-09-02 05:54:42 UTC
State Changed
From-To: open->closed

Committed, thanks!