From owner-freebsd-openoffice@FreeBSD.ORG Wed Aug 18 22:44:09 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCB616A4CE; Wed, 18 Aug 2004 22:44:09 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED2CC43D2F; Wed, 18 Aug 2004 22:44:08 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i7IMi2Z9010302; Wed, 18 Aug 2004 15:44:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200408182244.i7IMi2Z9010302@gw.catspoiler.org> Date: Wed, 18 Aug 2004 15:44:01 -0700 (PDT) From: Don Lewis To: oliver@FreeBSD.org In-Reply-To: <20040819003345.63105071.oliver@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: openoffice@FreeBSD.org Subject: Re: openoffice-1.1 won't compile on 5.2-CURRENT? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 22:44:09 -0000 On 19 Aug, Oliver Lehmann wrote: > Don Lewis wrote: > > >> I was able to build editors/openoffice-1.1 and >> editors/openoffice-1.1-devel on 5.2-CURRENT two days ago and I don't >> think anything has changed since then. Maybe there is a problem in the >> language-specific slave ports. > > > Still the same... > > Configure completed > You may now run > /usr/obj/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/bootstrap in > /usr/obj/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src > ===> Building for openoffice-1.1.2 > make: don't know how to make mozilla. Stop > *** Error code 2 Is this with or without -DWITHOUT_MOZILLA? I'm building without -DWITHOUT_MOZILLA (in other words, with mozilla), but I needed this to patch Makefile.mozilla so that it works with the the recent changes to make(1). Index: editors/openoffice-1.1/files/Makefile.mozilla =================================================================== RCS file: /home/ncvs/ports/editors/openoffice-1.1/files/Makefile.mozilla,v retrieving revision 1.1 diff -u -r1.1 Makefile.mozilla --- editors/openoffice-1.1/files/Makefile.mozilla 31 Jul 2004 03:22:02 -0000 1.1 +++ editors/openoffice-1.1/files/Makefile.mozilla 12 Aug 2004 01:26:06 -0000 @@ -21,9 +21,9 @@ < ${WRKDIR}/mozilla/Makefile.new > ${WRKDIR}/mozilla/Makefile .endif .if defined(USE_GCC) - @cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" CFLAGS="${CFLAGS}" USE_GCC=${USE_GCC} build WRKDIRPREFIX="" + @cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" USE_GCC=${USE_GCC} build WRKDIRPREFIX="" .else - @cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" CFLAGS="${CFLAGS}" build WRKDIRPREFIX="" + @cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" build WRKDIRPREFIX="" .endif @${CP} ${FILESDIR}/zipmoz.sh ${WRKDIR} @${CHMOD} 755 ${WRKDIR}/zipmoz.sh