ports/130691: Re-Enable megarc for RELEASE < 7

Gerrit Beine gerrit.beine at gmx.de
Sun Jan 18 14:40:04 UTC 2009


>Number:         130691
>Category:       ports
>Synopsis:       Re-Enable megarc for RELEASE < 7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 18 14:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 7.0-RELEASE
>Organization:
sapat GmbH
>Environment:
FreeBSD tb.genesez.de 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Cause the port works fine with 6.x up to 6.4-RELEASE, it should be marked broken only for 7.0 and higher.
>How-To-Repeat:

>Fix:
diff -Nur /usr/ports/sysutils/megarc/Makefile megarc/Makefile
--- /usr/ports/sysutils/megarc/Makefile	2009-01-09 11:04:12.000000000 +0100
+++ megarc/Makefile	2009-01-18 15:35:34.000000000 +0100
@@ -20,7 +20,9 @@
 
 ONLY_FOR_ARCHS=	i386 amd64
 RESTRICTED=	Must be downloaded directly from the manufacturer
+.if ${OSVERSION} >= 700000
 BROKEN=		Running megarc seems to cause memory corruption
+.endif
 
 PLIST_FILES=	sbin/megarc
 PORTDOCS=	*


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list