From owner-freebsd-ports Fri Nov 20 22:29:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15216 for freebsd-ports-outgoing; Fri, 20 Nov 1998 22:29:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15209 for ; Fri, 20 Nov 1998 22:29:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA28940; Fri, 20 Nov 1998 22:30:01 -0800 (PST) Received: from detlev.UUCP (48-sweet.camalott.com [208.239.153.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14667 for ; Fri, 20 Nov 1998 22:20:27 -0800 (PST) (envelope-from joelh@gnu.org) Received: (from joelh@localhost) by detlev.UUCP (8.9.1/8.9.1) id AAA19581; Sat, 21 Nov 1998 00:19:53 -0600 (CST) (envelope-from joelh) Message-Id: <199811210619.AAA19581@detlev.UUCP> Date: Sat, 21 Nov 1998 00:19:53 -0600 (CST) From: Joel Ray Holveck Reply-To: joelh@gnu.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/8779: Acroread port does not brand executable [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8779 >Category: ports >Synopsis: Acroread port does not brand executable [patch] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 20 22:30:01 PST 1998 >Last-Modified: >Originator: Joel Ray Holveck >Organization: None >Release: FreeBSD 3.0-CURRENT i386 >Environment: Ports cvsup'd 20 Nov 1998 08:00 GMT; -current world & kernel cvsup'd 08 Nov 1998 08:00 GMT >Description: The Adobe Acrobat Reader in the ports collection (/usr/ports/print/acroread) is an ELF binary using GNU/Linux emulation. The binary is not branded by the installation Makefile. >How-To-Repeat: Install and run acroread. >Fix: Patch to Makefile enclosed. ----- cut here ----- --- Makefile.orig Tue Oct 13 02:18:00 1998 +++ Makefile Fri Nov 20 17:06:53 1998 @@ -30,6 +30,7 @@ post-install: @sed -e 's/Linux)/FreeBSD\|Linux)/' <${PREFIX}/Acrobat3/bin/acroread >${PREFIX}/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread @chmod +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" ----- cut here ----- >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message