Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2006 14:09:47 +0200
From:      "\"Panagiotis Astithas\" <Panagiotis Astithas" <past@ebs.gr>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/91305: [patch] Fix the default build of java/eclipse
Message-ID:  <1136376587.0@ajax.ebs.gr>
Resent-Message-ID: <200601041210.k04CACYq013469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91305
>Category:       ports
>Synopsis:       [patch] Fix the default build of java/eclipse
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 12:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Panagiotis Astithas
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
EBS Ltd. 
>Environment:


System: FreeBSD 6.0-STABLE #4: Thu Dec 22 19:57:57 EET 2005
    past@ajax.ebs.gr:/usr/obj/usr/src/sys/AJAX



>Description:


This patch makes sure that the mozilla library gets built correctly when
the user has not defined WITH_MOZILLA/WITHOUT_MOZILLA.


>How-To-Repeat:


Remove WITH_MOZILLA/WITHOUT_MOZILLA from /etc/make.conf.
Build java/eclipse.
Notice the missing libswt-mozilla-gtk-3139.so from plugins/org.eclipse.swt.gtk.freebsd.x86_3.1.1.jar.


>Fix:


--- eclipse.patch begins here ---
--- eclipse/Makefile.orig	Wed Jan  4 12:48:34 2006
+++ eclipse/Makefile	Wed Jan  4 12:48:57 2006
@@ -44,9 +44,9 @@
 .else
 ECLIPSE_WS=	gtk
 .if !defined(WITHOUT_MOZILLA)
+MAKE_MOZILLA=	make_mozilla
 .if defined(WITH_MOZILLA) && ${WITH_MOZILLA} != "mozilla"
 BROWSER=	${WITH_MOZILLA}
-MAKE_MOZILLA=	make_mozilla
 BUILD_DEPENDS+=	${BROWSER}:${PORTSDIR}/www/${BROWSER}
 .else
 BUILD_DEPENDS+=	mozilla:${PORTSDIR}/www/mozilla
--- eclipse.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1136376587.0>