From flynn@energyhq.homeip.net  Fri May 31 05:04:41 2002
Return-Path: <flynn@energyhq.homeip.net>
Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73])
	by hub.freebsd.org (Postfix) with ESMTP id EE95A37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 May 2002 05:04:40 -0700 (PDT)
Received: by energyhq.homeip.net (Postfix, from userid 1001)
	id 897213FC56; Fri, 31 May 2002 14:04:43 +0200 (CEST)
Message-Id: <20020531120443.897213FC56@energyhq.homeip.net>
Date: Fri, 31 May 2002 14:04:43 +0200 (CEST)
From: Miguel Mendez <flynn@energyhq.homeip.net>
Reply-To: Miguel Mendez <flynn@energyhq.homeip.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer Update: Unbreak print/acroread5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38767
>Category:       ports
>Synopsis:       Maintainer Update: Unbreak print/acroread5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 31 05:10:01 PDT 2002
>Closed-Date:    Fri May 31 05:32:57 PDT 2002
>Last-Modified:  Fri May 31 05:32:57 PDT 2002
>Originator:     Miguel Mendez
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD energyhq.homeip.net 4.6-RC FreeBSD 4.6-RC #0: Fri May 17 18:47:36 CEST 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386


	
>Description:
Installation will fail if strip is not found, allow the install 
to go on if that happens.
>How-To-Repeat:
	
>Fix:

	

--- acroread5.diff begins here ---
diff -ruN acroread5.old/Makefile acroread5/Makefile
--- acroread5.old/Makefile	Fri May 31 00:56:11 2002
+++ acroread5/Makefile	Fri May 31 13:56:42 2002
@@ -38,7 +38,7 @@
 
 post-install:
 	@${PERL} -pi -e 's:Linux\):FreeBSD|Linux):g' ${PREFIX}/Acrobat5/bin/acroread
-	@/compat/linux/usr/bin/strip ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread
+	-@/compat/linux/usr/bin/strip ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread
 	@brandelf -t Linux ${PREFIX}/Acrobat5/Reader/intellinux/bin/acroread
 	@${PERL} -pi -e 's:OSF1\):FreeBSD|OSF1):g' ${PREFIX}/Acrobat5/bin/acroread
 	@cd ${PREFIX}/Acrobat5/bin && \
--- acroread5.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->cy 
Responsible-Changed-By: cy 
Responsible-Changed-When: Fri May 31 05:29:37 PDT 2002 
Responsible-Changed-Why:  
I'll take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38767 
State-Changed-From-To: open->closed 
State-Changed-By: cy 
State-Changed-When: Fri May 31 05:32:42 PDT 2002 
State-Changed-Why:  
Committed.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38767 
>Unformatted:
