Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2005 04:49:07 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/85990: [PATCH] net/p5-Parallel-MPI: utilize NOT_FOR_ARCHS
Message-ID:  <20050911204907.A6818B29C8B@utopia.leeym.com>
Resent-Message-ID: <200509112050.j8BKoCap016683@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85990
>Category:       ports
>Synopsis:       [PATCH] net/p5-Parallel-MPI: utilize NOT_FOR_ARCHS
>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:   Sun Sep 11 20:50:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Aug 31 08:25:05 CST 2005
>Description:
- utilize NOT_FOR_ARCHS
  (in fact I wanna remove unnecessary BROKEN in ports tree)

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Parallel-MPI-0.03_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Parallel-MPI/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	20 Jul 2005 23:42:44 -0000	1.3
+++ Makefile	11 Sep 2005 20:48:08 -0000
@@ -25,10 +25,6 @@
 
 MAN3=		Parallel::MPI.3
 
-.include <bsd.port.pre.mk>
+NOT_FOR_ARCHS=	ia64 amd64
 
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
-BROKEN=		"Does not build on ${ARCH}"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-Parallel-MPI-0.03_1.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?20050911204907.A6818B29C8B>