Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 1998 00:19:53 -0600 (CST)
From:      Joel Ray Holveck <detlev!joelh@FreeBSD.ORG>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8779: Acroread port does not brand executable [patch]
Message-ID:  <199811210619.AAA19581@detlev.UUCP>

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

>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



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