changeset in /hg/icedtea6: Add support for BSD (patch from Micha...

Andrew John Hughes ahughes at redhat.com
Tue Mar 3 01:32:18 PST 2009


changeset 1c13fc28bd88 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=1c13fc28bd88
description:
	Add support for BSD (patch from Michael Franz).

	2009-03-03  Andrew John Hughes  <ahughes at redhat.com>

		* AUTHORS: Add Michael Franz.

	2009-03-03  Michael Franz  <mvfranz at gmail.com>

		* acinclude.m4:
		Add support for BSD.

diffstat:

3 files changed, 14 insertions(+)
AUTHORS      |    1 +
ChangeLog    |    9 +++++++++
acinclude.m4 |    4 ++++

diffs (41 lines):

diff -r 24cb346d989c -r 1c13fc28bd88 AUTHORS
--- a/AUTHORS	Tue Mar 03 09:18:36 2009 +0000
+++ b/AUTHORS	Tue Mar 03 09:31:37 2009 +0000
@@ -10,6 +10,7 @@ Pablo del Campo <pablogdc at gmail.com>
 Pablo del Campo <pablogdc at gmail.com>
 Thomas Fitzsimmons <fitzsim at redhat.com>
 Matthew Flaschen <matthew.flaschen at gatech.edu>
+Michael Franz <mvfranz at gmail.com>
 Kyle Galloway <kgallowa at redhat.com>
 Dennis Gilmore <dgilmore at redhat.com>
 Andrew Haley <aph at redhat.com>
diff -r 24cb346d989c -r 1c13fc28bd88 ChangeLog
--- a/ChangeLog	Tue Mar 03 09:18:36 2009 +0000
+++ b/ChangeLog	Tue Mar 03 09:31:37 2009 +0000
@@ -1,3 +1,12 @@ 2009-03-03  Gary Benson  <gbenson at redhat
+2009-03-03  Andrew John Hughes  <ahughes at redhat.com>
+
+	* AUTHORS: Add Michael Franz.
+	
+2009-03-03  Michael Franz  <mvfranz at gmail.com>
+
+	* acinclude.m4:
+	Add support for BSD.
+	
 2009-03-03  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkBytecodeTracer.cpp:
diff -r 24cb346d989c -r 1c13fc28bd88 acinclude.m4
--- a/acinclude.m4	Tue Mar 03 09:18:36 2009 +0000
+++ b/acinclude.m4	Tue Mar 03 09:31:37 2009 +0000
@@ -77,6 +77,10 @@ AC_DEFUN([SET_OS_DIRS],
       BUILD_OS_DIR=solaris
       OS_PATH=/opt/SunStudioExpress/bin:/opt/SUNWpro/bin:/usr/gnu/bin
       ;;
+    *darwin*|*bsd*)
+      BUILD_OS_DIR=bsd
+      OS_PATH=
+      ;;
     *)
       AC_MSG_ERROR([unsupported operating system ${host_os}])
       ;;



More information about the distro-pkg-dev mailing list