ports/91305: [patch] Fix the default build of java/eclipse

"Panagiotis Astithas" <Panagiotis Astithas past at ebs.gr
Wed Jan 4 12:10:13 UTC 2006


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



More information about the freebsd-ports-bugs mailing list