Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 17:07:35 -0400 (EDT)
From:      Mikhail Teterin <mi@misha.cisco.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dima@freebsd.org
Subject:   ports/13480: acroread4 binary installed non-stripped
Message-ID:  <199908302107.RAA19417@misha.cisco.com>

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

>Number:         13480
>Category:       ports
>Synopsis:       acroread4 binary installed non-stripped
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 14:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	The acroread4 port does not bother to strip the reader-binary and the Adobe
	does not do that either. After stripping, the binary is 26% -- 864Kb smaller.

>How-To-Repeat:

	After your typical install, do
		file /usr/local/Acrobat4/Reader/intellinux/bin/acroread

>Fix:

	Patch for the acroread4/Makefile:

--- Makefile.orig	Mon Aug 16 13:37:08 1999
+++ Makefile	Mon Aug 30 17:00:08 1999
@@ -34,4 +34,5 @@
 	  ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
 	     ${PREFIX}/bin/acroread4 && ${RM} acroread.orig
+	@${STRIP} ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
 	@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
 	@chmod +x ${PREFIX}/bin/acroread4

>Release-Note:
>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?199908302107.RAA19417>