diff options
author | tron <tron@pkgsrc.org> | 1999-10-22 23:35:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-22 23:35:37 +0000 |
commit | c4572892a6966f8cd1a261682de49ea270c8f944 (patch) | |
tree | 345136e1897b53a8764d7d9972a986801c9f52f2 /net/ORBit/patches | |
parent | f9d274ed2138a6133326aecfc7059bcb4f4ad90e (diff) | |
download | pkgsrc-c4572892a6966f8cd1a261682de49ea270c8f944.tar.gz |
Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-aa | 14 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ab | 11 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ac | 31 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ae | 19 | ||||
-rw-r--r-- | net/ORBit/patches/patch-af | 17 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ah | 18 |
6 files changed, 50 insertions, 60 deletions
diff --git a/net/ORBit/patches/patch-aa b/net/ORBit/patches/patch-aa index f7587e21550..42948cc759f 100644 --- a/net/ORBit/patches/patch-aa +++ b/net/ORBit/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.4 1999/04/04 19:20:10 tron Exp $ +$NetBSD: patch-aa,v 1.5 1999/10/22 23:35:37 tron Exp $ ---- popt/configure.orig Wed Mar 24 18:46:35 1999 -+++ popt/configure Sun Apr 4 19:09:10 1999 -@@ -1883,6 +1883,7 @@ +--- popt/configure.orig Tue Sep 28 18:11:54 1999 ++++ popt/configure Sat Oct 23 00:35:01 1999 +@@ -1882,6 +1882,7 @@ fi +if false; then # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -2179,6 +2180,7 @@ + # + # the following will cause an existing older ltconfig to fail, so +@@ -2183,6 +2184,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net/ORBit/patches/patch-ab b/net/ORBit/patches/patch-ab index 97a2408aaf7..daeab90f069 100644 --- a/net/ORBit/patches/patch-ab +++ b/net/ORBit/patches/patch-ab @@ -1,16 +1,7 @@ -$NetBSD: patch-ab,v 1.2 1999/03/05 00:25:10 tron Exp $ +$NetBSD: patch-ab,v 1.3 1999/10/22 23:35:37 tron Exp $ --- Makefile.in.orig Thu Feb 25 16:17:03 1999 +++ Makefile.in Thu Mar 4 23:51:40 1999 -@@ -48,7 +48,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) - INSTALL_DATA = @INSTALL_DATA@ --INSTALL_SCRIPT = @INSTALL_SCRIPT@ -+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} - transform = @program_transform_name@ - - NORMAL_INSTALL = : @@ -93,7 +93,7 @@ AUTOMAKE_OPTIONS = 1.3 # required version of automake. diff --git a/net/ORBit/patches/patch-ac b/net/ORBit/patches/patch-ac index 5efbff1f3d8..e18e50ffbb0 100644 --- a/net/ORBit/patches/patch-ac +++ b/net/ORBit/patches/patch-ac @@ -1,16 +1,16 @@ -$NetBSD: patch-ac,v 1.2 1999/04/04 19:20:10 tron Exp $ +$NetBSD: patch-ac,v 1.3 1999/10/22 23:35:37 tron Exp $ ---- configure.orig Wed Mar 24 22:32:13 1999 -+++ configure Sun Apr 4 18:28:33 1999 -@@ -1569,6 +1569,7 @@ +--- configure.orig Tue Sep 28 18:11:49 1999 ++++ configure Sat Oct 23 00:50:21 1999 +@@ -1570,6 +1570,7 @@ fi +if false; then # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1865,6 +1866,7 @@ + # + # the following will cause an existing older ltconfig to fail, so +@@ -1871,6 +1872,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -18,7 +18,22 @@ $NetBSD: patch-ac,v 1.2 1999/04/04 19:20:10 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -5424,10 +5426,10 @@ +@@ -5164,10 +5166,10 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac ++# case "$ac_given_INSTALL" in ++# [/$]*) INSTALL="$ac_given_INSTALL" ;; ++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; ++# esac + + echo creating "$ac_file" + rm -f "$ac_file" +@@ -5388,10 +5390,10 @@ *) # Relative path. ac_sub_cache_file="$ac_dots$cache_file" ;; esac diff --git a/net/ORBit/patches/patch-ae b/net/ORBit/patches/patch-ae index cd55e36d924..4392c7d691b 100644 --- a/net/ORBit/patches/patch-ae +++ b/net/ORBit/patches/patch-ae @@ -1,7 +1,8 @@ -$NetBSD: patch-ae,v 1.4 1999/04/14 20:34:38 garbled Exp $ ---- src/services/name/Makefile.in.orig Thu Mar 25 12:15:25 1999 -+++ src/services/name/Makefile.in Wed Apr 14 13:20:07 1999 -@@ -118,7 +118,7 @@ +$NetBSD: patch-ae,v 1.5 1999/10/22 23:35:37 tron Exp $ + +--- src/services/name/Makefile.in.orig Tue Sep 28 18:12:57 1999 ++++ src/services/name/Makefile.in Fri Oct 22 20:26:10 1999 +@@ -123,7 +123,7 @@ DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la libORBitCosNaming.la @@ -9,13 +10,13 @@ $NetBSD: patch-ae,v 1.4 1999/04/14 20:34:38 garbled Exp $ +LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm -lwrap - name_client_SOURCES = name-client.c -@@ -781,7 +781,7 @@ + #name-client.c boot.c orbit-name-server.c new-name-server.c: CosNaming.h +@@ -792,7 +792,7 @@ + @: - - $(CosNaming_built): CosNaming.idl $(srcdir)/LName.h $(IDL) + my_cosnaming_built: CosNaming.idl $(srcdir)/LName.h $(IDL) - $(IDL) $< + $(IDL) CosNaming.idl cat $(srcdir)/LName.h >>CosNaming.h + touch my_cosnaming_built - $(srcdir)/name-client.c $(srcdir)/orbit-name-server.c $(srcdir)/new-name-server.c: CosNaming.h diff --git a/net/ORBit/patches/patch-af b/net/ORBit/patches/patch-af deleted file mode 100644 index b04607d6d93..00000000000 --- a/net/ORBit/patches/patch-af +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-af,v 1.4 1999/04/04 19:20:10 tron Exp $ - ---- src/idl-compiler/main.c.orig Tue Mar 23 20:26:47 1999 -+++ src/idl-compiler/main.c Sun Apr 4 18:06:57 1999 -@@ -53,10 +53,10 @@ - - #ifdef HAVE_INDENT_KR - #warning "Please e-mail orbit-list@cuc.edu if you get HAVE_INDENT_KR working" --# define INDENT "indent -npro -kr -i8 -bad -fca -sc -sob" -+# define INDENT "gindent -npro -kr -i8 -bad -fca -sc -sob" - #else - # ifdef HAVE_INDENT --# define INDENT "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st" -+# define INDENT "gindent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st" - # else - # define INDENT "cat" - # endif diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah index c4edf30350e..fdc25d16dc6 100644 --- a/net/ORBit/patches/patch-ah +++ b/net/ORBit/patches/patch-ah @@ -1,16 +1,16 @@ -$NetBSD: patch-ah,v 1.2 1999/04/04 19:20:10 tron Exp $ +$NetBSD: patch-ah,v 1.3 1999/10/22 23:35:37 tron Exp $ ---- libIDL/configure.orig Thu Mar 25 20:15:02 1999 -+++ libIDL/configure Sun Apr 4 18:27:26 1999 -@@ -2446,6 +2446,7 @@ - rm -f confcache +--- libIDL/configure.orig Tue Sep 28 18:11:51 1999 ++++ libIDL/configure Sat Oct 23 00:36:25 1999 +@@ -2173,6 +2173,7 @@ + fi +if false; then - # Actually configure libtool. ac_aux_dir is where install-sh is found. - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ -@@ -2469,6 +2470,7 @@ + # Check for any special flags to pass to ltconfig. + # + # the following will cause an existing older ltconfig to fail, so +@@ -2474,6 +2475,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' |