ports/85990: [PATCH] net/p5-Parallel-MPI: utilize NOT_FOR_ARCHS

Yen-Ming Lee leeym at FreeBSD.org
Sun Sep 11 20:50:14 UTC 2005


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



More information about the freebsd-ports-bugs mailing list