ports/134515: [PATCH] www/kannel: unbreak kannel on sparc64

Florian Smeets flo at kasimir.com
Wed May 13 17:10:05 UTC 2009


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



More information about the freebsd-ports-bugs mailing list