Date: Sat, 19 May 2001 00:36:48 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: stijn@win.tue.nl (Stijn Hoop), jonathan.chen@itouch.co.nz (Jonathan Chen), dwcjr@inethouston.net (David W. Chapman Jr.), freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: Mozilla 0.9 port Message-ID: <86ae4a654f.wl@cheerful.com> In-Reply-To: <200105180827.f4I8Rt928883@vega.vega.com> References: <20010518101020.A50297@pcwin002.win.tue.nl> <200105180827.f4I8Rt928883@vega.vega.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Just disable .jar build or install .jar files correctly would solve this problem. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 2001/05/17 08:15:35 1.61 +++ Makefile 2001/05/18 15:33:14 @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -15,7 +16,6 @@ MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ @@ -35,6 +35,7 @@ --disable-cpp-rtti \ --disable-debug \ --disable-idltool \ + --disable-jar-packaging \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ @@ -48,7 +49,6 @@ --enable-tests \ --enable-toolkit=gtk \ --enable-x11-shm \ - --enable-chrome-format=both \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ @@ -70,7 +70,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} --exclude "*.jar" -chf - . | \ + cd ${WRKSRC}/dist/bin && ${TAR} -chf - . | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin 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?86ae4a654f.wl>