Bug 108054 - [maintainer-update] fix configure failure for net/freeradius 1.1.4 when experimental modules are enabled
Summary: [maintainer-update] fix configure failure for net/freeradius 1.1.4 when exper...
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 19:40 UTC by David Wood
Modified: 2007-01-18 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (852 bytes, patch)
2007-01-17 19:40 UTC, David Wood
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wood 2007-01-17 19:40:25 UTC
Under some circumstances the make configure step fails when experimental modules are enabled in FreeRADIUS 1.1.4.

Issue reported via private mail from Nurulfaizal b M Shukeri <nfaizal@usm.my>.

Fix: Fix port to configure with experimental modules enabled (by removing defective rlm_sql_firebird in Makefile's post-patch target).

Bump PORTREVISION.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/net/freeradius
make config
Select experimental modules and MySQL.
Attempt to build the port.


rlm_sql_firebird is faulty as shipped in 1.1.4 - see http://lists.freeradius.org/pipermail/freeradius-users/2007-January/059119.html (this may be fixed in a forthcoming 1.1.5 build - see http://lists.freeradius.org/pipermail/freeradius-users/2007-January/059129.html )

This fault causes the configure step to fail in the above circumstances even though the port (implicitly) issues --without-rlm_sql_firebird
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-01-17 20:18:37 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-18 18:59:41 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-01-18 19:13:35 UTC
pav         2007-01-18 19:13:29 UTC

  FreeBSD ports repository

  Modified files:
    net/freeradius       Makefile 
  Log:
  - Remove rlm_sql_firebird module, it breaks configure run
  
  PR:             ports/108054
  Submitted by:   David Wood <david@wood2.org.uk> (maintainer)
  
  Revision  Changes    Path
  1.53      +5 -0      ports/net/freeradius/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"