Date: Fri, 27 Oct 2006 10:06:32 +0400 (MSD) From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Mathieu Arnold <mat@FreeBSD.org> Subject: ports/104853: [patch] irc/ircservices - try to fix sparc64 configuration error Message-ID: <20061027060632.D782A15C64@mail.heavennet.ru> Resent-Message-ID: <200610270620.k9R6KFep070851@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104853 >Category: ports >Synopsis: [patch] irc/ircservices - try to fix sparc64 configuration error >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:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrey V. Elsukov >Release: FreeBSD >Organization: >Environment: FreeBSD >Description: Try to fix configuration error on the sparc64: http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.6.2006102320/ircservices-5.0.59.log >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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061027060632.D782A15C64>