Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2004 19:23:42 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Preliminary support for running 32-bit Linux binaries
Message-ID:  <16596.51966.136544.431022@grasshopper.cs.duke.edu>
In-Reply-To: <20040619073541.GD37620@dragon.nuxi.com>
References:  <20040617154353.GA54873@cat.robbins.dropbear.id.au> <20040618163459.GA23934@dragon.nuxi.com> <16595.10044.463970.146212@grasshopper.cs.duke.edu> <20040619073541.GD37620@dragon.nuxi.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]

David O'Brien writes:
 > On Fri, Jun 18, 2004 at 01:32:44PM -0400, Andrew Gallatin wrote:
 > > I then installed Acrobat and realplayer8 from
 > > ports (only required tiny patches to the makefile) as well as
 > 
 > What were the patches?  We should get them committed so others can use
 > these apps on their AMD64 machines. :-)

Attached, but its just a trivial s/i386/amd64 i386/ treatment of the
Makefiles..  And since I was lazy, I didn't even bother building
linux_base, just copied it from an x86..

Drew



[-- Attachment #2 --]
? print/acroread5/work
? multimedia/linux-realplayer/work
Index: print/acroread5/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/acroread5/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- print/acroread5/Makefile	10 Oct 2003 06:11:37 -0000	1.49
+++ print/acroread5/Makefile	19 Jun 2004 23:20:42 -0000
@@ -11,7 +11,7 @@
 MASTER_SITES=	http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \
 		ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
 .include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
+.if ${ARCH} == "amd64" || ${ARCH} == "i386"
 DISTNAME=	linux-508
 .endif
 CONFLICTS=	acroread-3*
@@ -20,14 +20,14 @@
 MAINTAINER=	trevor@FreeBSD.org
 COMMENT=	View, distribute and print PDF documents
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	amd64 i386
 
 USE_LINUX=	yes
 USE_REINPLACE=	yes
 REINPLACE_ARGS=	-i '' -E
 NO_FILTER_SHLIBS=	yes
 
-.if ${ARCH} == "i386"
+.if ${ARCH} == "amd64" || ${ARCH} == "i386"
 PLIST_SUB=	"ARCHDIR=intellinux"
 .endif
 WRKSRC=		${WRKDIR}
Index: multimedia/linux-realplayer/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/linux-realplayer/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- multimedia/linux-realplayer/Makefile	27 May 2004 02:52:55 -0000	1.30
+++ multimedia/linux-realplayer/Makefile	19 Jun 2004 23:20:42 -0000
@@ -44,7 +44,7 @@
 .endif
 
 USE_REINPLACE=	yes
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	amd64 i386 
 NO_CDROM=	"Redistribution not allowed"
 NO_BUILD=	yes
 
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16596.51966.136544.431022>