Bug 38989

Summary: Fix to BROKEN arla port (arla-0.35.6)
Product: Ports & Packages Reporter: rsc <rsc>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description rsc 2002-06-07 19:20:01 UTC
Currently, the net/arla port is marked broken.

It is broken because __FreeBSD_version in /usr/include/sys/param.h
(450006) doesn't match the output of "uname -r" (4.6-RC)

Fix: The following is a fix to the configure (and configure.in) to allow
a loose matching between these two when "uname -r" returns an "RC"
version. (The same could be done with a PRE-xxx version, but I'm lazy.)

------ configure -------
----- configure.in -----
How-To-Repeat: cd /usr/ports/net/arla

make
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-06-07 19:57:47 UTC
Responsible Changed
From-To: freebsd-ports->assar

Over to maintainer.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-24 16:08:45 UTC
Responsible Changed
From-To: assar->freebsd-ports-bugs

Maintainer is now ports
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2003-08-18 00:01:42 UTC
State Changed
From-To: open->closed

Superceded by ports/43484