Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2005 08:33:47 -0300
From:      Carlos A M dos Santos <casantos@urisan.tche.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84742: make ports/java/jdk14 use dynamic Motif librarires
Message-ID:  <200508101115.j7ABFP322756@gama-rt.urisan.tche.br>
Resent-Message-ID: <200508101140.j7ABeHiY006072@freefall.freebsd.org>

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

>Number:         84742
>Category:       ports
>Synopsis:       make ports/java/jdk14 use dynamic Motif librarires
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 10 11:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Carlos A M dos Santos
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Universidade Regional Integrada
>Environment:
System: FreeBSD sophia.inf.urisan 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Mon May 16 01:34:41 BRT 2005 root@avatar.casantos.org:/share/FreeBSD/5.4-RELEASE/src/sys/i386/compile/A7N266-VM i386
>Description:
	When a bug fix patch is applied to the open-motif port it is necessary
	to rebuild ports/java/jdk14 because it links the Java Virtual Machine to
	a static Motif library.
>How-To-Repeat:
	N.A.
>Fix:

	Apply the attached patch.

--- java::jdk14.patch begins here ---
diff -durP ports/java/jdk14/files/patch-common::Defs-bsd.gmk ports/java/jdk14/files/patch-common::Defs-bsd.gmk
--- ports.orig/java/jdk14/files/patch-common::Defs-bsd.gmk	Sat Oct 11 05:04:48 2003
+++ ports/java/jdk14/files/patch-common::Defs-bsd.gmk	Fri May 13 23:00:56 2005
@@ -1,8 +1,8 @@
 $FreeBSD: ports/java/jdk14/files/patch-common::Defs-bsd.gmk,v 1.8 2003/10/11 05:16:50 glewis Exp $
 
 --- ../../j2se/make/common/Defs-bsd.gmk.orig	Fri Oct 10 09:50:48 2003
 +++ ../../j2se/make/common/Defs-bsd.gmk	Fri Oct 10 09:54:35 2003
-@@ -162,7 +162,7 @@
+@@ -199,7 +199,7 @@
  ifeq ($(TRUE_PLATFORM), NetBSD)
  DEVTOOLS_PATH = /usr/pkg/bin/
  else
@@ -11,3 +9,16 @@
  endif
  # Allow the user to override the default value...
  ifdef ALT_DEVTOOLS_PATH
+@@ -476,8 +476,12 @@
+ #
+ # Motif settings
+ #
++ifeq ($(TRUE_PLATFORM), FreeBSD)
++STATIC_MOTIF=false
++else
+ ifneq ($(TRUE_PLATFORM), OpenBSD)
+ STATIC_MOTIF=true
++endif
+ endif
+ LIBM=-lm
+ 
--- java::jdk14.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?200508101115.j7ABFP322756>