rpms/dx/EL-5 dx-rpm.patch,1.3,1.4

Dominik Mierzejewski rathann at fedoraproject.org
Wed May 19 23:27:01 UTC 2010


Author: rathann

Update of /cvs/pkgs/rpms/dx/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9971

Modified Files:
	dx-rpm.patch 
Log Message:
Fix patch backport from rawhide:
- drop ImageMagick changes
- restore support for old netcdf


dx-rpm.patch:
 bin/Makefile.am                         |    2 -
 bin/dx.in                               |   34 ++++++++++++++++----------------
 bin/mdf2c.in                            |    2 -
 bin/url_handler.sh                      |    4 +--
 configure.ac                            |   13 ++++++------
 doc/Makefile.am                         |    2 -
 fonts/Makefile.am                       |    2 -
 help/Makefile.am                        |    6 ++---
 html/Makefile.am                        |    2 -
 html/images/Makefile.am                 |    2 -
 html/pages/Makefile.am                  |    2 -
 include/Makefile.am                     |    2 -
 include/dx/Makefile.am                  |    2 -
 lib/Makefile.am                         |    2 -
 man/Makefile.am                         |    2 -
 man/manl/Makefile.am                    |    2 -
 src/exec/Makefile.am                    |    2 -
 src/exec/dxexec/Makefile.am             |    2 -
 src/exec/dxmods/Makefile.am             |    5 +++-
 src/exec/dxmods/local.mk.in             |   18 ++++++++--------
 src/exec/libdx/Makefile.am              |    2 -
 src/exec/libdx/memory.c                 |    1 
 src/misc/Makefile.am                    |    4 +--
 src/uipp/dxl/Makefile.am                |    2 -
 src/uipp/dxui/Makefile.am               |    2 -
 src/uipp/java/Makefile.am               |    6 ++---
 src/uipp/java/server/Makefile.am        |    6 ++---
 src/uipp/java/server/macros/Makefile.am |    2 -
 src/uipp/mb/Makefile.am                 |    2 -
 src/uipp/prompter/Makefile.am           |    2 -
 src/uipp/startup/Makefile.am            |    2 -
 src/uipp/tutor/Makefile.am              |    2 -
 src/uipp/ui/Makefile.am                 |    2 -
 33 files changed, 73 insertions(+), 70 deletions(-)

Index: dx-rpm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dx/EL-5/dx-rpm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dx-rpm.patch	19 May 2010 22:06:07 -0000	1.3
+++ dx-rpm.patch	19 May 2010 23:27:01 -0000	1.4
@@ -1,6 +1,6 @@
 diff -up dx-4.4.4/bin/dx.in.r dx-4.4.4/bin/dx.in
 --- dx-4.4.4/bin/dx.in.r	2004-05-31 18:12:05.000000000 +0200
-+++ dx-4.4.4/bin/dx.in	2009-11-06 11:47:32.190944177 +0100
++++ dx-4.4.4/bin/dx.in	2010-05-20 01:22:28.000000000 +0200
 @@ -60,14 +60,7 @@ exit 1
  #
  longhelp() {
@@ -107,7 +107,7 @@ diff -up dx-4.4.4/bin/dx.in.r dx-4.4.4/b
      cmd2="cp $CfgName ${EncodedBase}.cfg"
 diff -up dx-4.4.4/bin/Makefile.am.r dx-4.4.4/bin/Makefile.am
 --- dx-4.4.4/bin/Makefile.am.r	2003-07-12 02:11:37.000000000 +0200
-+++ dx-4.4.4/bin/Makefile.am	2009-11-06 11:47:32.192943219 +0100
++++ dx-4.4.4/bin/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -118,7 +118,7 @@ diff -up dx-4.4.4/bin/Makefile.am.r dx-4
  EXTRA_SCRIPTS = mdf2c dx
 diff -up dx-4.4.4/bin/mdf2c.in.r dx-4.4.4/bin/mdf2c.in
 --- dx-4.4.4/bin/mdf2c.in.r	1999-12-14 05:13:04.000000000 +0100
-+++ dx-4.4.4/bin/mdf2c.in	2009-11-06 11:47:32.194943239 +0100
++++ dx-4.4.4/bin/mdf2c.in	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  #!/bin/sh
  # Configure is looking for the following line
@@ -129,7 +129,7 @@ diff -up dx-4.4.4/bin/mdf2c.in.r dx-4.4.
  
 diff -up dx-4.4.4/bin/url_handler.sh.r dx-4.4.4/bin/url_handler.sh
 --- dx-4.4.4/bin/url_handler.sh.r	2002-04-11 01:32:54.000000000 +0200
-+++ dx-4.4.4/bin/url_handler.sh	2009-11-06 11:47:32.195942515 +0100
++++ dx-4.4.4/bin/url_handler.sh	2010-05-20 01:22:28.000000000 +0200
 @@ -39,8 +39,8 @@ case $method in
  		if [ $use_xbrowser = n ]; then
  			lynx "$url" 
@@ -143,7 +143,7 @@ diff -up dx-4.4.4/bin/url_handler.sh.r d
  esac
 diff -up dx-4.4.4/configure.ac.r dx-4.4.4/configure.ac
 --- dx-4.4.4/configure.ac.r	2006-08-21 23:56:08.000000000 +0200
-+++ dx-4.4.4/configure.ac	2009-11-06 12:00:44.912941875 +0100
++++ dx-4.4.4/configure.ac	2010-05-20 01:22:28.000000000 +0200
 @@ -218,6 +218,7 @@ AC_DEFINE_UNQUOTED(BSH, "$bsh_path", [Pa
  dnl End of command line options configuration
  
@@ -170,39 +170,27 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.
  	LIBS="$LIB_HDF $LIBS"
  	FMT_LIBS="$FMT_LIBS libdf.a"
  	AC_DEFINE(HAVE_LIBDF, 1, [Define to 1 if you have the HDF libraries])
-@@ -801,6 +802,9 @@ then
- 
+@@ -766,8 +767,8 @@ then
+     AS_MESSAGE([checking for NETCDF support ......])
      failed=0;
      passed=0;
-+    CFLAGS="$CFLAGS -I/usr/include/ImageMagick"
-+    CXXFLAGS="$CXXFLAGS -I/usr/include/ImageMagick"
-+    CPPFLAGS="$CPPFLAGS -I/usr/include/ImageMagick"
-     AC_CHECK_HEADER([magick/api.h],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`])
- if test "$ARCH" = "intelnt" ; then
-     AC_CHECK_LIB(CORE_RL_magick_,Hopen,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
-@@ -835,8 +839,8 @@ dnl routine. This allows us to simplify 
- dnl format configuration libraries.
- 
-  if test "$HAVE_MC" = "yes" ; then
--    LIB_MAGICK="`Magick-config --ldflags` `Magick-config --libs`"
--    AC_CHECK_LIB( Magick,GetImageInfo, passed=`expr $passed + 1`, failed=`expr $failed + 1`, [ $LIB_MAGICK ])
-+    LIB_MAGICK="`MagickCore-config --ldflags` `MagickCore-config --libs`"
-+    AC_CHECK_LIB(MagickCore,GetImageInfo, passed=`expr $passed + 1`, failed=`expr $failed + 1`, [ $LIB_MAGICK ])
-     AC_MSG_CHECKING(if ImageMagick package is complete)
+-    AC_CHECK_HEADER(netcdf.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`)
+-    AC_CHECK_LIB(netcdf,nc_copy_att,passed=`expr $passed + 1`,failed=`expr $failed + 1`,)
++    AC_CHECK_HEADER(netcdf-3/netcdf.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`)
++    AC_CHECK_LIB(netcdf,nc_copy_att,passed=`expr $passed + 1`,failed=`expr $failed + 1`,[ -L$libdir/netcdf-3 ])
+     AC_MSG_CHECKING(if NETCDF package is complete)
      if test $passed -gt 0
      then
-@@ -846,8 +850,8 @@ dnl format configuration libraries.
-         have_magick='no (failed tests)'
+@@ -776,7 +777,7 @@ then
+ 	AC_MSG_RESULT(no -- some components failed test)
+         have_netcdf='no (failed tests)'
      else
- dnl	CFLAGS="`Magick-config --cflags` $CFLAGS"
--	CPPFLAGS="`Magick-config --cppflags` $CPPFLAGS"
--	LIB_MAGICK="$LIBS `Magick-config --ldflags` `Magick-config --libs`"
-+	CPPFLAGS="`MagickCore-config --cppflags` $CPPFLAGS"
-+	LIB_MAGICK="$LIBS `MagickCore-config --ldflags` `MagickCore-config --libs`"
- dnl UNIQUIFY will remove duplicate library tokens leaving the last instance.
- 	AC_UTILS_UNIQUIFY($LIB_MAGICK, LIBS)
- 	FMT_LIBS="$FMT_LIBS libMagick.a"
-@@ -1011,7 +1015,7 @@ DX_CHECK_HEADERS( \
+-	LIB_NETCDF='-lnetcdf'
++	LIB_NETCDF="-lnetcdf -L$libdir/netcdf-3"
+ 	LIBS="$LIB_NETCDF $LIBS"
+ 	FMT_LIBS="$FMT_LIBS libnetcdf.a"
+ 	AC_DEFINE(HAVE_LIBNETCDF, 1, [Define to 1 if you have the NetCDF libraries])
+@@ -1011,7 +1012,7 @@ DX_CHECK_HEADERS( \
    Xm/ScrolledWP.h Xm/SelectioB.h Xm/SeparatoG.h Xm/SeparatoGP.h Xm/Separator.h \
    Xm/Text.h Xm/TextF.h Xm/ToggleB.h Xm/ToggleBG.h Xm/Xm.h Xm/XmP.h Xm/XmStrDefs.h \
    gl.h gl/device.h gl/gl.h invent.h iop/afb.h iop/mov.h iop/pfs.h license.h \
@@ -213,7 +201,7 @@ diff -up dx-4.4.4/configure.ac.r dx-4.4.
    sys/svs.h sys/sysconfig.h sys/syslimits.h sys/sysmacros.h ulocks.h x11/xlibxtra.h \
 diff -up dx-4.4.4/doc/Makefile.am.r dx-4.4.4/doc/Makefile.am
 --- dx-4.4.4/doc/Makefile.am.r	1999-04-05 13:57:03.000000000 +0200
-+++ dx-4.4.4/doc/Makefile.am	2009-11-06 11:47:32.203697175 +0100
++++ dx-4.4.4/doc/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -224,7 +212,7 @@ diff -up dx-4.4.4/doc/Makefile.am.r dx-4
  	README README_SMP README_alphax README_aviion README_hp700 \
 diff -up dx-4.4.4/fonts/Makefile.am.r dx-4.4.4/fonts/Makefile.am
 --- dx-4.4.4/fonts/Makefile.am.r	2003-07-12 02:11:37.000000000 +0200
-+++ dx-4.4.4/fonts/Makefile.am	2009-11-06 11:47:32.204697430 +0100
++++ dx-4.4.4/fonts/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -235,7 +223,7 @@ diff -up dx-4.4.4/fonts/Makefile.am.r dx
  	README area.dx cyril_d.dx \
 diff -up dx-4.4.4/help/Makefile.am.r dx-4.4.4/help/Makefile.am
 --- dx-4.4.4/help/Makefile.am.r	2003-07-12 02:11:37.000000000 +0200
-+++ dx-4.4.4/help/Makefile.am	2009-11-06 11:47:32.206696961 +0100
++++ dx-4.4.4/help/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -263,7 +251,7 @@ diff -up dx-4.4.4/help/Makefile.am.r dx-
  	'
 diff -up dx-4.4.4/html/images/Makefile.am.r dx-4.4.4/html/images/Makefile.am
 --- dx-4.4.4/html/images/Makefile.am.r	2002-04-01 10:51:13.000000000 +0200
-+++ dx-4.4.4/html/images/Makefile.am	2009-11-06 11:47:32.214944415 +0100
++++ dx-4.4.4/html/images/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,5 +1,5 @@
  
 -imagesdir = $(prefix)/dx/html/images
@@ -273,7 +261,7 @@ diff -up dx-4.4.4/html/images/Makefile.a
  	3dcurs.gif adctlpt.gif arch.gif autoax.gif autoexp.gif		\
 diff -up dx-4.4.4/html/Makefile.am.r dx-4.4.4/html/Makefile.am
 --- dx-4.4.4/html/Makefile.am.r	2003-07-12 02:11:39.000000000 +0200
-+++ dx-4.4.4/html/Makefile.am	2009-11-06 11:47:32.216944434 +0100
++++ dx-4.4.4/html/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -284,7 +272,7 @@ diff -up dx-4.4.4/html/Makefile.am.r dx-
  
 diff -up dx-4.4.4/html/pages/Makefile.am.r dx-4.4.4/html/pages/Makefile.am
 --- dx-4.4.4/html/pages/Makefile.am.r	2002-06-20 06:38:03.000000000 +0200
-+++ dx-4.4.4/html/pages/Makefile.am	2009-11-06 11:47:32.217945666 +0100
++++ dx-4.4.4/html/pages/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,4 +1,4 @@
 -pagesdir = $(prefix)/dx/html/pages
 +pagesdir = $(datadir)/dx/html/pages
@@ -293,7 +281,7 @@ diff -up dx-4.4.4/html/pages/Makefile.am
  	insgu002.htm insgu003.htm insgu004.htm insgu005.htm insgu006.htm \
 diff -up dx-4.4.4/include/dx/Makefile.am.r dx-4.4.4/include/dx/Makefile.am
 --- dx-4.4.4/include/dx/Makefile.am.r	1999-05-26 01:35:16.000000000 +0200
-+++ dx-4.4.4/include/dx/Makefile.am	2009-11-06 11:47:32.222944494 +0100
++++ dx-4.4.4/include/dx/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -304,7 +292,7 @@ diff -up dx-4.4.4/include/dx/Makefile.am
  	UserInteractors.h advanced.h arch.h array.h arrayhandles.h \
 diff -up dx-4.4.4/include/Makefile.am.r dx-4.4.4/include/Makefile.am
 --- dx-4.4.4/include/Makefile.am.r	2006-04-09 05:44:49.000000000 +0200
-+++ dx-4.4.4/include/Makefile.am	2009-11-06 11:47:32.224942558 +0100
++++ dx-4.4.4/include/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,4 +1,4 @@
 -dxincdir = $(prefix)/dx/include
 +dxincdir = $(prefix)/include
@@ -313,7 +301,7 @@ diff -up dx-4.4.4/include/Makefile.am.r 
  nodist_dxinc_HEADERS = dxconfig.h
 diff -up dx-4.4.4/lib/Makefile.am.r dx-4.4.4/lib/Makefile.am
 --- dx-4.4.4/lib/Makefile.am.r	2003-08-22 01:22:13.000000000 +0200
-+++ dx-4.4.4/lib/Makefile.am	2009-11-06 11:47:32.225944279 +0100
++++ dx-4.4.4/lib/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,4 +1,4 @@
 -libsdir = $(prefix)/dx/lib
 +libsdir = $(datadir)/dx/lib
@@ -322,7 +310,7 @@ diff -up dx-4.4.4/lib/Makefile.am.r dx-4
  	dxfSaveCurrentImage.net dxrc mdf2c.awk messages outboard.c
 diff -up dx-4.4.4/man/Makefile.am.r dx-4.4.4/man/Makefile.am
 --- dx-4.4.4/man/Makefile.am.r	1999-04-03 18:31:28.000000000 +0200
-+++ dx-4.4.4/man/Makefile.am	2009-11-06 11:47:32.227944298 +0100
++++ dx-4.4.4/man/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,4 +1,4 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -331,7 +319,7 @@ diff -up dx-4.4.4/man/Makefile.am.r dx-4
  
 diff -up dx-4.4.4/man/manl/Makefile.am.r dx-4.4.4/man/manl/Makefile.am
 --- dx-4.4.4/man/manl/Makefile.am.r	2002-05-20 06:47:06.000000000 +0200
-+++ dx-4.4.4/man/manl/Makefile.am	2009-11-06 11:47:32.228944553 +0100
++++ dx-4.4.4/man/manl/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -342,7 +330,7 @@ diff -up dx-4.4.4/man/manl/Makefile.am.r
  EXTRA_DIST = $(man_MANS)
 diff -up dx-4.4.4/src/exec/dxexec/Makefile.am.r dx-4.4.4/src/exec/dxexec/Makefile.am
 --- dx-4.4.4/src/exec/dxexec/Makefile.am.r	2006-01-11 17:24:39.000000000 +0100
-+++ dx-4.4.4/src/exec/dxexec/Makefile.am	2009-11-06 11:47:32.229944807 +0100
++++ dx-4.4.4/src/exec/dxexec/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libDXEXEC.la
  libDXEXEC_la_SOURCES = main.c
  libDXEXEC_la_CFLAGS = $(AM_CFLAGS)
@@ -354,7 +342,7 @@ diff -up dx-4.4.4/src/exec/dxexec/Makefi
  dxexec_LDADD = ../dpexec/libDPEXEC.la ../dxmods/libDXMODS.la ../dxmods/user.lo \
 diff -up dx-4.4.4/src/exec/dxmods/local.mk.in.r dx-4.4.4/src/exec/dxmods/local.mk.in
 --- dx-4.4.4/src/exec/dxmods/local.mk.in.r	2003-07-12 02:12:06.000000000 +0200
-+++ dx-4.4.4/src/exec/dxmods/local.mk.in	2009-11-06 11:47:32.231945316 +0100
++++ dx-4.4.4/src/exec/dxmods/local.mk.in	2010-05-20 01:22:28.000000000 +0200
 @@ -14,23 +14,23 @@ user.c:  dx.mdf
  
  dxcm.mdf:  ${srcdir}/dxmdf.src
@@ -390,12 +378,12 @@ diff -up dx-4.4.4/src/exec/dxmods/local.
  	$(YACC) $(YFLAGS) -d ${srcdir}/$*.y
 diff -up dx-4.4.4/src/exec/dxmods/Makefile.am.r dx-4.4.4/src/exec/dxmods/Makefile.am
 --- dx-4.4.4/src/exec/dxmods/Makefile.am.r	2003-08-19 00:51:10.000000000 +0200
-+++ dx-4.4.4/src/exec/dxmods/Makefile.am	2009-11-06 11:47:32.233940447 +0100
++++ dx-4.4.4/src/exec/dxmods/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,8 +1,9 @@
  ## Process this file with automake to produce Makefile.in
  
  INCLUDES = -I${top_srcdir}/include -I${srcdir}/../dpexec -I$(BUILDBASE)/include -D at ARCH@
-+INCLUDES+= -I/usr/include/netcdf
++INCLUDES+= -I/usr/include/netcdf-3
  
 -dxmdfdir = $(prefix)/dx/lib
 +dxmdfdir = $(datadir)/dx/lib
@@ -413,7 +401,7 @@ diff -up dx-4.4.4/src/exec/dxmods/Makefi
  HEADERS1 = \
 diff -up dx-4.4.4/src/exec/libdx/Makefile.am.r dx-4.4.4/src/exec/libdx/Makefile.am
 --- dx-4.4.4/src/exec/libdx/Makefile.am.r	2006-03-27 20:56:53.000000000 +0200
-+++ dx-4.4.4/src/exec/libdx/Makefile.am	2009-11-06 11:47:32.234939235 +0100
++++ dx-4.4.4/src/exec/libdx/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -7,7 +7,7 @@ MICRO_VERSION=@MICRO_VERSION@
  #INCLUDES = -I../../../include  -D at ARCH@
  INCLUDES = -I${top_srcdir}/include  -D at ARCH@
@@ -425,7 +413,7 @@ diff -up dx-4.4.4/src/exec/libdx/Makefil
  #dxlib_LIBRARIES = libDXlite.a 
 diff -up dx-4.4.4/src/exec/libdx/memory.c.r dx-4.4.4/src/exec/libdx/memory.c
 --- dx-4.4.4/src/exec/libdx/memory.c.r	2006-08-21 18:42:42.000000000 +0200
-+++ dx-4.4.4/src/exec/libdx/memory.c	2009-11-06 11:47:32.235941444 +0100
++++ dx-4.4.4/src/exec/libdx/memory.c	2010-05-20 01:22:28.000000000 +0200
 @@ -66,7 +66,6 @@
  
  #if linux
@@ -436,7 +424,7 @@ diff -up dx-4.4.4/src/exec/libdx/memory.
  
 diff -up dx-4.4.4/src/exec/Makefile.am.r dx-4.4.4/src/exec/Makefile.am
 --- dx-4.4.4/src/exec/Makefile.am.r	2003-09-17 00:40:40.000000000 +0200
-+++ dx-4.4.4/src/exec/Makefile.am	2009-11-06 11:47:32.236940232 +0100
++++ dx-4.4.4/src/exec/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  SUBDIRS = libdx dxmods hwrender dpexec dxexec
  
@@ -447,7 +435,7 @@ diff -up dx-4.4.4/src/exec/Makefile.am.r
  MINOR_VERSION=@MINOR_VERSION@
 diff -up dx-4.4.4/src/misc/Makefile.am.r dx-4.4.4/src/misc/Makefile.am
 --- dx-4.4.4/src/misc/Makefile.am.r	2003-07-12 02:12:13.000000000 +0200
-+++ dx-4.4.4/src/misc/Makefile.am	2009-11-06 11:47:32.236940232 +0100
++++ dx-4.4.4/src/misc/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -4,7 +4,7 @@ INCLUDES = -I${top_srcdir}/include -D at AR
  
  dxbindir = $(prefix)/bin
@@ -466,7 +454,7 @@ diff -up dx-4.4.4/src/misc/Makefile.am.r
  	fi
 diff -up dx-4.4.4/src/uipp/dxl/Makefile.am.r dx-4.4.4/src/uipp/dxl/Makefile.am
 --- dx-4.4.4/src/uipp/dxl/Makefile.am.r	2003-07-12 02:12:16.000000000 +0200
-+++ dx-4.4.4/src/uipp/dxl/Makefile.am	2009-11-06 11:47:32.236940232 +0100
++++ dx-4.4.4/src/uipp/dxl/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -7,7 +7,7 @@ MICRO_VERSION=@MICRO_VERSION@
  
  INCLUDES = -I${top_srcdir}/include  -D at ARCH@
@@ -478,7 +466,7 @@ diff -up dx-4.4.4/src/uipp/dxl/Makefile.
  	dxlP.h \
 diff -up dx-4.4.4/src/uipp/dxui/Makefile.am.r dx-4.4.4/src/uipp/dxui/Makefile.am
 --- dx-4.4.4/src/uipp/dxui/Makefile.am.r	2003-07-12 02:12:17.000000000 +0200
-+++ dx-4.4.4/src/uipp/dxui/Makefile.am	2009-11-06 11:47:32.237940486 +0100
++++ dx-4.4.4/src/uipp/dxui/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -2,7 +2,7 @@
  
  INCLUDES = -I${srcdir}/../base -I${top_srcdir}/include -I${srcdir}/../dxuilib -D at ARCH@
@@ -490,7 +478,7 @@ diff -up dx-4.4.4/src/uipp/dxui/Makefile
  
 diff -up dx-4.4.4/src/uipp/java/Makefile.am.r dx-4.4.4/src/uipp/java/Makefile.am
 --- dx-4.4.4/src/uipp/java/Makefile.am.r	2006-03-27 20:06:09.000000000 +0200
-+++ dx-4.4.4/src/uipp/java/Makefile.am	2009-11-06 11:47:32.238939763 +0100
++++ dx-4.4.4/src/uipp/java/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -27,12 +27,12 @@
  ## libtool and the -shrext flag to make this much more 
  ## portable.
@@ -509,7 +497,7 @@ diff -up dx-4.4.4/src/uipp/java/Makefile
  SUBDIRS = server dx layout
 diff -up dx-4.4.4/src/uipp/java/server/macros/Makefile.am.r dx-4.4.4/src/uipp/java/server/macros/Makefile.am
 --- dx-4.4.4/src/uipp/java/server/macros/Makefile.am.r	1999-07-09 21:25:13.000000000 +0200
-+++ dx-4.4.4/src/uipp/java/server/macros/Makefile.am	2009-11-06 11:47:32.238939763 +0100
++++ dx-4.4.4/src/uipp/java/server/macros/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ##  Process this file with automake to produce Makefile.in
  
@@ -520,7 +508,7 @@ diff -up dx-4.4.4/src/uipp/java/server/m
  
 diff -up dx-4.4.4/src/uipp/java/server/Makefile.am.r dx-4.4.4/src/uipp/java/server/Makefile.am
 --- dx-4.4.4/src/uipp/java/server/Makefile.am.r	2001-05-21 16:47:39.000000000 +0200
-+++ dx-4.4.4/src/uipp/java/server/Makefile.am	2009-11-06 11:47:32.238939763 +0100
++++ dx-4.4.4/src/uipp/java/server/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
 -srvbindir = $(prefix)/dx/java/server/bin
 -srvoutputdir = $(prefix)/dx/java/output
@@ -533,7 +521,7 @@ diff -up dx-4.4.4/src/uipp/java/server/M
  srvrundir = $(srvbindir)/../class
 diff -up dx-4.4.4/src/uipp/mb/Makefile.am.r dx-4.4.4/src/uipp/mb/Makefile.am
 --- dx-4.4.4/src/uipp/mb/Makefile.am.r	2003-08-20 16:21:33.000000000 +0200
-+++ dx-4.4.4/src/uipp/mb/Makefile.am	2009-11-06 11:47:32.239939528 +0100
++++ dx-4.4.4/src/uipp/mb/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -2,7 +2,7 @@
  
  INCLUDES = -I${top_srcdir}/include -I${srcdir}/../base -I${srcdir}/../widgets -D at ARCH@
@@ -545,7 +533,7 @@ diff -up dx-4.4.4/src/uipp/mb/Makefile.a
  
 diff -up dx-4.4.4/src/uipp/prompter/Makefile.am.r dx-4.4.4/src/uipp/prompter/Makefile.am
 --- dx-4.4.4/src/uipp/prompter/Makefile.am.r	2003-11-04 05:20:14.000000000 +0100
-+++ dx-4.4.4/src/uipp/prompter/Makefile.am	2009-11-06 11:47:32.239939528 +0100
++++ dx-4.4.4/src/uipp/prompter/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -2,7 +2,7 @@
  
  INCLUDES =  -I${srcdir}/../base -I${top_srcdir}/include -D at ARCH@
@@ -557,7 +545,7 @@ diff -up dx-4.4.4/src/uipp/prompter/Make
  
 diff -up dx-4.4.4/src/uipp/startup/Makefile.am.r dx-4.4.4/src/uipp/startup/Makefile.am
 --- dx-4.4.4/src/uipp/startup/Makefile.am.r	2003-07-12 02:12:29.000000000 +0200
-+++ dx-4.4.4/src/uipp/startup/Makefile.am	2009-11-06 11:47:32.240940272 +0100
++++ dx-4.4.4/src/uipp/startup/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -2,7 +2,7 @@
  
  INCLUDES =  -I${top_srcdir}/include -I${srcdir}/../base -D at ARCH@
@@ -569,7 +557,7 @@ diff -up dx-4.4.4/src/uipp/startup/Makef
  
 diff -up dx-4.4.4/src/uipp/tutor/Makefile.am.r dx-4.4.4/src/uipp/tutor/Makefile.am
 --- dx-4.4.4/src/uipp/tutor/Makefile.am.r	2003-07-12 02:12:29.000000000 +0200
-+++ dx-4.4.4/src/uipp/tutor/Makefile.am	2009-11-06 11:47:32.240940272 +0100
++++ dx-4.4.4/src/uipp/tutor/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -2,7 +2,7 @@
  
  INCLUDES = -I${top_srcdir}/include -I${srcdir}/../base -D at ARCH@
@@ -581,7 +569,7 @@ diff -up dx-4.4.4/src/uipp/tutor/Makefil
  
 diff -up dx-4.4.4/src/uipp/ui/Makefile.am.r dx-4.4.4/src/uipp/ui/Makefile.am
 --- dx-4.4.4/src/uipp/ui/Makefile.am.r	2001-04-12 16:29:02.000000000 +0200
-+++ dx-4.4.4/src/uipp/ui/Makefile.am	2009-11-06 11:47:32.240940272 +0100
++++ dx-4.4.4/src/uipp/ui/Makefile.am	2010-05-20 01:22:28.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to produce Makefile.in
  



More information about the scm-commits mailing list