Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 20:02:01 +0200
From:      Eirik Nygaard <eirikn@bluezone.no>
To:        freebsd-ports@freebsd.org
Subject:   problems installing mozilla-devel
Message-ID:  <20021023180201.GA869@eirikn.net>

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

--cvVnyQ+4j833TQvp
Content-Type: multipart/mixed; boundary="mP3DRpeJDSE+ciuQ"
Content-Disposition: inline


--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

www/mozilla-devel would not install on my -CURRENT computer.=20
There seemd to be an error in pre-install: and do-install:
I have attached a patch.

Uname:
FreeBSD odin.eirikn.net 5.0-CURRENT FreeBSD 5.0-CURRENT #23: Wed Oct 23 17:=
29:39 CEST 2002     eirik@odin.eirikn.net:/usr/obj/usr/src/sys/ITvision  i3=
86

--=20

Eirik Nygaard <eirikn@bluezone.no>
PGP Key: 83C55EDE


--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mozilla-devel.23.10.02.diff"
Content-Transfer-Encoding: quoted-printable

--- mozilla-devel.old/Makefile	Wed Oct 23 18:13:29 2002
+++ mozilla-devel/Makefile	Wed Oct 23 19:52:49 2002
@@ -2,7 +2,7 @@
 # Date created:		31 Mar 1998
 # Whom:			eivind/dima/jseger
 #
-# $FreeBSD: ports/www/mozilla-devel/Makefile,v 1.123 2002/10/23 16:13:29 m=
arcus Exp $
+# $FreeBSD: ports/www/mozilla-devel/Makefile,v 1.122 2002/10/23 04:26:25 m=
arcus Exp $
 #
=20
 PORTNAME=3D	mozilla
@@ -160,7 +160,7 @@
 	if [ ! -d ${PREFIX}/lib/browser_plugins ]; then \
 	    ${MKDIR} ${PREFIX}/lib/browser_plugins ; \
 	fi
-	if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then
+	if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
 	    ${LN} -sf ${LOCALBASE}/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_o=
ji.so \
 	    	${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \
 	fi

--mP3DRpeJDSE+ciuQ--

--cvVnyQ+4j833TQvp
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9tuQZ1JB0Z4PFXt4RAlORAKCW5D4uj3ZoPiuu2teEkL7LMwXrEACdF3zO
DGjmTMDCIZGMnkfoy2/yNeA=
=BLYf
-----END PGP SIGNATURE-----

--cvVnyQ+4j833TQvp--

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?20021023180201.GA869>