Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 11:15:45 -0700 (PDT)
From:      "Eric J. Christeson" <echriste@ndsuext.nodak.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44418: Mozilla Makefile if blocks still not right
Message-ID:  <200210231815.g9NIFjMo089447@www.freebsd.org>

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

>Number:         44418
>Category:       ports
>Synopsis:       Mozilla Makefile if blocks still not right
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 11:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric J. Christeson
>Release:        4.6-STABLE i386
>Organization:
>Environment:
FreeBSD robin.christeson.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug  7 16:08:24 CDT 2002 root@robin.christeson.net:/usr/obj/usr/src/stable/src/sys/ROBIN  i386
>Description:
Mozilla builds fine but install bombs with: 

if [ ! -L /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so ]; then
Syntax error: end of file unexpected (expecting "fi")
*** Error code 2

Stop in /usr/ports/www/mozilla.
*** Error code 1


The first one was fixed in revision 1.122 of the Makefile, but line 146
is still wrong.
>How-To-Repeat:
portupgrade -R mozilla
>Fix:


--- Makefile.old        Wed Oct 23 11:13:29 2002
+++ Makefile    Wed Oct 23 12:42:59 2002
@@ -143,7 +143,6 @@
            ${MKDIR} ${PREFIX}/lib/browser_plugins; \
        fi
        if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
-
            ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
                ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so; \
        fi

>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?200210231815.g9NIFjMo089447>