Date: Mon, 19 Apr 2004 13:04:45 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65772: [MAINTAINER] lang/pnetbase: [Broken on Alpha] Message-ID: <20040419170445.60C6267C7@ahze.ahze.net> Resent-Message-ID: <200404191710.i3JHAJ81039174@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65772 >Category: ports >Synopsis: [MAINTAINER] lang/pnetbase: [Broken on Alpha] >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: Mon Apr 19 10:10:19 PDT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #41: Tue Apr 13 22:30:51 EDT 2004 >Description: - Broken on alpha Builds but cscc core dumps >How-To-Repeat: >Fix: --- pnetbase-0.6.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/pnet-base/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 16 Mar 2004 09:43:09 -0000 1.6 +++ Makefile 19 Apr 2004 17:03:10 -0000 @@ -46,6 +46,10 @@ .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "cscc core dumps" +.endif + post-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "Define optimized CFLAGS with" --- pnetbase-0.6.4.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?20040419170445.60C6267C7>