ports/105400: Misprint in port's Makefile

Alexey Shuvaev shuvaev at issp.ac.ru
Sat Nov 11 16:50:32 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list