From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 11 16:50:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5F516A403 for ; Sat, 11 Nov 2006 16:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D4B43D6B for ; Sat, 11 Nov 2006 16:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kABGoMcE028815 for ; Sat, 11 Nov 2006 16:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kABGoMV8028810; Sat, 11 Nov 2006 16:50:22 GMT (envelope-from gnats) Resent-Date: Sat, 11 Nov 2006 16:50:22 GMT Resent-Message-Id: <200611111650.kABGoMV8028810@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Shuvaev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C6416A403 for ; Sat, 11 Nov 2006 16:43:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1545043D5A for ; Sat, 11 Nov 2006 16:43:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kABGhedn096580 for ; Sat, 11 Nov 2006 16:43:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kABGhexM096579; Sat, 11 Nov 2006 16:43:40 GMT (envelope-from nobody) Message-Id: <200611111643.kABGhexM096579@www.freebsd.org> Date: Sat, 11 Nov 2006 16:43:40 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/105400: Misprint in port's Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 16:50:32 -0000 >Number: 105400 >Category: ports >Synopsis: Misprint in port's Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 11 16:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: FreeBSD-6.2-PRERELEASE >Organization: Institute of Solid State Physics >Environment: FreeBSD localhost.my.domain 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Oct 25 14:52:11 MSD 2006 root@localhost.my.domain:/usr/obj/usr/src/sys/GENERIC i386 >Description: It seems that there are 2 misprints in editors/openoffice.org-2.0* ports. It affects only those users who trying to build OOo WITH_GNUGCJ. The following error message appear while building: checking whether to build with Java support... yes configure: error: /usr/local/lib/jvm/java-gcj41/bin/gij not found set with_jdk_home ===> Script "configure" failed unexpectedly. >How-To-Repeat: Try to build openoffice with WITH_GNUGCJ defined but with no java/java-gcj-compat port installed prior to build. >Fix: --- Makefile.orig Sat Nov 11 19:30:54 2006 +++ Makefile Sat Nov 11 19:31:37 2006 @@ -96,9 +96,9 @@ .if defined(WITH_GNUGCJ) GCCVER=41 BUILD_DEPENDS+= ${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt -BUILD_DEPEND+= ${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat +BUILD_DEPENDS+= ${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat RUN_DEPENDS+= ${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt -RUN_DEPEND+= ${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat +RUN_DEPENDS+= ${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat .else .if ${ARCH} == amd64 GCCVER=41 >Release-Note: >Audit-Trail: >Unformatted: