From owner-freebsd-questions Wed Oct 23 12:51: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377AC37B401; Wed, 23 Oct 2002 12:51:06 -0700 (PDT) Received: from astarte.volker.de (pD9504FC8.dip.t-dialin.net [217.80.79.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC17043E3B; Wed, 23 Oct 2002 12:50:53 -0700 (PDT) (envelope-from freebsd@secspace.de) Received: from astarte.volker.de (localhost [127.0.0.1]) by astarte.volker.de (8.12.6/8.12.6) with SMTP id g9NJokW1003477; Wed, 23 Oct 2002 21:50:48 +0200 (CEST) (envelope-from freebsd@secspace.de) Date: Wed, 23 Oct 2002 21:50:46 +0200 From: Volker Kindermann To: freebsd-questions@freebsd.org Cc: gnome@freebsd.org Subject: Can't install mozilla any longer Message-Id: <20021023215046.2bfcd094.freebsd@secspace.de> X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, first my uname: -su-2.05b# uname -a FreeBSD astarte.volker.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 22 12:39:39 CEST 2002 root@astarte.volker.de:/usr/obj/usr/src/sys/GENERIC i386 With the latest versions of the mozilla port (and mozilla-devel) I encounter a problem while trying to "make install". The last lines say: ===> Installing for mozilla-1.2b_1,1 ===> mozilla-1.2b_1,1 depends on shared library: jpeg.9 - found ===> mozilla-1.2b_1,1 depends on shared library: png.5 - found ===> mozilla-1.2b_1,1 depends on shared library: mng.1 - found ===> mozilla-1.2b_1,1 depends on shared library: freetype.9 - found ===> mozilla-1.2b_1,1 depends on shared library: Xft2.2 - found ===> mozilla-1.2b_1,1 depends on shared library: X11.6 - found ===> mozilla-1.2b_1,1 depends on shared library: glib12.3 - found ===> mozilla-1.2b_1,1 depends on shared library: gtk12.2 - found ===> mozilla-1.2b_1,1 depends on shared library: ORBit.2 - found /usr/bin/touch -f /usr/ports/www/mozilla-devel/work/pkg-plist if [ ! -x /usr/X11R6/bin/mozilla -a ! -L /usr/X11R6/bin/mozilla ]; then Syntax error: end of file unexpected (expecting "fi") *** Error code 2 Stop in /usr/ports/www/mozilla-devel. IMO, the problem is the "preinstall" section of the Makefile: pre-install: ${TOUCH} -f ${PLIST} if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then ${ECHO_CMD} bin/mozilla >> ${PLIST} fi ${ECHO_CMD} bin/mozilla-devel >> ${PLIST} if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ] then ${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so >> ${PLIST}; fi cd ${WRKSRC}/dist/bin && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:lib/mozilla-devel/:' >> ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's:^:@dirrm lib/mozilla-devel/:' >> ${PLIST} ${ECHO_CMD} @dirrm lib/mozilla-devel >> ${PLIST} Has anybody the same problem or perhaps a solution? Thank you very much -volker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message