ports/116764: [MAINTAINER] mark net-mgmt/vidalia broken for amd64 5

Fabian Keil fk at fabiankeil.de
Sun Sep 30 14:00:10 UTC 2007


>Number:         116764
>Category:       ports
>Synopsis:       [MAINTAINER] mark net-mgmt/vidalia broken for amd64 5
>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 Sep 30 14:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Fabian Keil
>Release:        
>Organization:
>Environment:
>Description:
Vidalia doesn't build on FreeBSD 5 amd64 because
gcc doesn't like Qt's header files. Example log at:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.5.2007092808/vidalia-0.0.14.log

I don't have am64 hardware to test and I don't
use FreeBSD 5 anyway, therefore the attached patch
simply marks it as broken.

Reported by Pav Lucistnik (twice, sorry).

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN net-mgmt/vidalia-0.14/Makefile net-mgmt/vidalia/Makefile
--- net-mgmt/vidalia-0.14/Makefile	2007-08-30 21:51:00.000000000 +0200
+++ net-mgmt/vidalia/Makefile	2007-09-30 15:21:33.000000000 +0200
@@ -43,6 +43,12 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 600000
+.if ${ARCH} == "amd64"
+BROKEN=	Does not compile on amd64 5, probably gcc-related
+.endif
+.endif
+
 .if defined(WITH_TOR_DEVEL)
 .if defined(WITH_TOR)
 IGNORE=		cannot depend on tor and tor-devel at the same time


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



More information about the freebsd-ports-bugs mailing list