Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 03:39:18 -0700 (PDT)
From:      Joachim Strömbergson <watchman@ludd.luth.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41705: Port of Acrobat 5 doesn't seem to patch the start script correctly
Message-ID:  <200208161039.g7GAdI8n098705@www.freebsd.org>

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

>Number:         41705
>Category:       ports
>Synopsis:       Port of Acrobat 5 doesn't seem to patch the start script correctly
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 16 03:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joachim Strömbergson
>Release:        FreeBSD 4.6-STABLE
>Organization:
N/A
>Environment:
FreeBSD fetis2.ninja.se 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Jul 29 23:29:17 CEST 2002     js@fetis2.ninja.se:/usr/obj/usr/src/sys/ATHLON  i386

>Description:
      The port of Acrobat5 as found in /usr/ports/print/acroread5 doesn't seem to patch the start script found in /usr/local/Acrobat5/bin correctly.

Trying to run the acroread5 by running the acroread script in usr/local/Acrobat5/bin directory yields:

<quote>
The OS named FreeBSD version 4.6-STABLE is currently not installed.
Try running on an installed platform and connecting to your display.
Installed platform(s) include the following:
  Intel/Linux
</quote>


>How-To-Repeat:
      Install the port by running "make install" in the /usr/ports/print/acroread5

This is against ports updated as of 2002-08-14.
>Fix:
      Add a patch that fixes the script in the same way as the acrobat4 port. The following diff to the acroread script has been found as a (local) working solution:

--- acroread    Fri Aug 16 12:33:34 2002
+++ /home/js/patchad_acroread   Fri Aug 16 12:33:10 2002
@@ -187,7 +187,7 @@
         ;;
     esac
     ;;
-   Linux)
+   FreeBSD|Linux)
     ACRO_CONFIG=intellinux
     export ACRO_CONFIG
     ;;

>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?200208161039.g7GAdI8n098705>