From 5c3f1ccbf807d241b05a0644900a0ed534536f42 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 29 Mar 2004 08:35:45 +0000 Subject: Tell pvm that FreeBSD supports amd64/ia64/sparc64 Remove BROKEN. --- net/pvm/Makefile | 4 ---- net/pvm/files/patch-pvmgetarch | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 net/pvm/files/patch-pvmgetarch (limited to 'net/pvm') diff --git a/net/pvm/Makefile b/net/pvm/Makefile index f67129c..c71bef9 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -111,10 +111,6 @@ MLINKS= pvm_intro.1 PVM.1 pvmd3.1 pvmd.1 \ .include -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" -.endif - pre-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/tracer/tracer.h ${WRKSRC}/tracer/trclib.h \ diff --git a/net/pvm/files/patch-pvmgetarch b/net/pvm/files/patch-pvmgetarch new file mode 100644 index 0000000..9d1e00b --- /dev/null +++ b/net/pvm/files/patch-pvmgetarch @@ -0,0 +1,12 @@ +--- lib/pvmgetarch.orig Thu Sep 27 23:24:04 2001 ++++ lib/pvmgetarch Mon Mar 29 10:31:39 2004 +@@ -77,6 +77,9 @@ + BSD/OS,i[3456]86 ) ARCH=BSD386 ;; + FreeBSD,i[3456]86 ) ARCH=FREEBSD ;; + FreeBSD,alpha ) ARCH=FREEBSD ;; ++ FreeBSD,amd64 ) ARCH=FREEBSD ;; ++ FreeBSD,ia64 ) ARCH=FREEBSD ;; ++ FreeBSD,sparc64 ) ARCH=FREEBSD ;; + SUPER-UX,SX-3 ) ARCH=SX3 ;; + uts,* ) ARCH=UTS2 ;; + realix,M88* ) ARCH=M88K ;; -- cgit v1.1