Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2009 14:37:39 GMT
From:      Gerrit Beine <gerrit.beine@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130691: Re-Enable megarc for RELEASE < 7
Message-ID:  <200901181437.n0IEbde0011841@www.freebsd.org>
Resent-Message-ID: <200901181440.n0IEe3dn055629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901181437.n0IEbde0011841>