ports/104852: [patch] irc/ircservices - try to fix configure error on sparc64

Andrey V. Elsukov bu7cher at yandex.ru
Fri Oct 27 06:20:17 UTC 2006


>Number:         104852
>Category:       ports
>Synopsis:       [patch] irc/ircservices - try to fix configure error on sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 27 06:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrey V. Elsukov
>Release:        FreeBSD
>Organization:
>Environment:
	Don't tested. I don't have a sparc64 :(
>Description:
	Try to fix configuration error:
http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.6.2006102320/ircservices-5.0.59.log
	Some minor fixes for the portlint.
>How-To-Repeat:
	
>Fix:

	

--- ircservices.patch begins here ---
Index: ports/irc/ircservices/Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/ircservices/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- ports/irc/ircservices/Makefile	4 Oct 2006 05:46:07 -0000	1.32
+++ ports/irc/ircservices/Makefile	27 Oct 2006 05:57:38 -0000
@@ -7,14 +7,14 @@
 
 PORTNAME=	ircservices
 PORTVERSION=	5.0.${PATCHLEVEL}
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://www.ircservices.za.net/download/ \
 	ftp://ftp.esper.net/ircservices/ \
 	ftp://ftp.ircd.com.br/ircservices/ \
 	http://banana.irc.gr/ircservices/ \
 	http://ircservices.swissirc.ch/ \
-	ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ 
-
+	ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/
 DISTNAME=	${PORTNAME}-5.0.0
 
 PATCH_SITES=	${MASTER_SITES}
@@ -37,6 +37,10 @@
 CONFIGURE_ARGS=	-prefix ${PREFIX} -cflags "${CFLAGS}" -cc "${CC}"
 
 .include <bsd.port.pre.mk>
+
+.if ${ARCH}=="sparc64"
+CFLAGS+=	-fno-stack-protector
+.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
--- ircservices.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list