Date: Wed, 13 May 2009 18:55:56 +0200 (CEST) From: Florian Smeets <flo@kasimir.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134515: [PATCH] www/kannel: unbreak kannel on sparc64 Message-ID: <20090513165655.8DC9D39D13@280r.solomo.de> Resent-Message-ID: <200905131710.n4DHA4BZ053517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134515 >Category: ports >Synopsis: [PATCH] www/kannel: unbreak kannel on sparc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 13 17:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 8.0-CURRENT sparc64 >Organization: >Environment: System: FreeBSD 280r.solomo.de 8.0-CURRENT FreeBSD 8.0-CURRENT #2 r191986M: Mon May 11 13:45:34 CEST >Description: - unbreak www/kannel on sparc64, it does compile perfectly fine Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- kannel-1.4.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/kannel.orig/Makefile /usr/ports/www/kannel/Makefile --- /usr/ports/www/kannel.orig/Makefile 2009-05-13 18:51:26.000000000 +0200 +++ /usr/ports/www/kannel/Makefile 2009-05-13 18:51:43.000000000 +0200 @@ -35,8 +35,8 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" -BROKEN= Does not compile on alpha or sparc64 +.if ${ARCH} == "alpha" +BROKEN= Does not compile on alpha .endif post-patch: --- kannel-1.4.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090513165655.8DC9D39D13>