diff options
author | tron <tron@pkgsrc.org> | 1998-12-19 12:31:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-19 12:31:46 +0000 |
commit | 6cc311da8d42fa527b17db766d4f9b744c8590f2 (patch) | |
tree | 6b59357f843cc3a8e17bfd2e898e9f987593c5bc /net/ORBit/patches | |
parent | 3732ba1c4b416af93c0b91c8862cd2203b9fb3ce (diff) | |
download | pkgsrc-6cc311da8d42fa527b17db766d4f9b744c8590f2.tar.gz |
Update "ORBit" package to version 0.3.90.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-ae | 22 | ||||
-rw-r--r-- | net/ORBit/patches/patch-af | 16 | ||||
-rw-r--r-- | net/ORBit/patches/patch-ag | 23 |
3 files changed, 33 insertions, 28 deletions
diff --git a/net/ORBit/patches/patch-ae b/net/ORBit/patches/patch-ae index 68f6ea470d4..9f1274397ad 100644 --- a/net/ORBit/patches/patch-ae +++ b/net/ORBit/patches/patch-ae @@ -1,10 +1,20 @@ -$NetBSD: patch-ae,v 1.1 1998/08/20 22:07:25 agc Exp $ +$NetBSD: patch-ae,v 1.2 1998/12/19 12:31:47 tron Exp $ -make a placeholder Makefile.in so sed doesn't puke during configure stage - ---- /dev/null Wed Aug 19 14:32:56 1998 -+++ src/services/name/Makefile.in Wed Aug 19 14:34:41 1998 -@@ -0,0 +1,3 @@ +--- src/services/name/Makefile.in.orig Wed Dec 16 03:41:47 1998 ++++ src/services/name/Makefile.in Sat Dec 19 12:55:42 1998 +@@ -1,3 +1,6 @@ +# NetBSD +# +# There might as well be something here. + # Makefile.in generated automatically by automake 1.3 from Makefile.am + + # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +@@ -768,7 +771,7 @@ + + + $(CosNaming_built): CosNaming.idl $(srcdir)/LName.h $(IDL) +- $(IDL) $< ++ $(IDL) CosNaming.idl + cat $(srcdir)/LName.h >>CosNaming.h + + dist-hook: diff --git a/net/ORBit/patches/patch-af b/net/ORBit/patches/patch-af index cdd10aef1ec..14d749ce0c0 100644 --- a/net/ORBit/patches/patch-af +++ b/net/ORBit/patches/patch-af @@ -1,18 +1,16 @@ -$NetBSD: patch-af,v 1.1 1998/09/04 22:00:46 agc Exp $ +$NetBSD: patch-af,v 1.2 1998/12/19 12:31:47 tron Exp $ -Use GNU indent, not NetBSD indent(1). - ---- src/idl-compiler/orbit-c-backend.c 1998/09/04 21:28:47 1.1 -+++ src/idl-compiler/orbit-c-backend.c 1998/09/04 21:29:03 +--- src/idl-compiler/orbit-c-backend.c.orig Wed Dec 16 02:17:18 1998 ++++ src/idl-compiler/orbit-c-backend.c Sat Dec 19 12:54:49 1998 @@ -18,9 +18,9 @@ #ifndef HAVE_INDENT #define INDENT "cat" #elif HAVE_INDENT_KR --#define INDENT "indent -kr -i8 -bad -fca -sc -sob" -+#define INDENT "gindent -kr -i8 -bad -fca -sc -sob" +-#define INDENT "indent -npro -kr -i8 -bad -fca -sc -sob" ++#define INDENT "gindent -npro -kr -i8 -bad -fca -sc -sob" #else --#define INDENT "indent -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp" -+#define INDENT "gindent -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp" +-#define INDENT "indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp" ++#define INDENT "gindent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp" #endif /* HAVE_INDENT */ void diff --git a/net/ORBit/patches/patch-ag b/net/ORBit/patches/patch-ag index 1c1a6fa7407..aa6b88b7217 100644 --- a/net/ORBit/patches/patch-ag +++ b/net/ORBit/patches/patch-ag @@ -1,16 +1,13 @@ -$NetBSD: patch-ag,v 1.1 1998/10/05 14:02:07 agc Exp $ +$NetBSD: patch-ag,v 1.2 1998/12/19 12:31:47 tron Exp $ -Name the idl file explicitly, or orbit-idl complains (this may -be a gmake problem). - ---- src/services/name/Makefile.in 1998/10/05 13:33:08 1.1 -+++ src/services/name/Makefile.in 1998/10/05 13:33:21 -@@ -510,7 +510,7 @@ +--- src/daemons/interface_repository/Makefile.in.orig Wed Dec 16 03:41:51 1998 ++++ src/daemons/interface_repository/Makefile.in Sat Dec 19 12:56:24 1998 +@@ -439,7 +439,7 @@ + - name.h name-common.c name-stubs.c name-skels.c: name.idl \ - $(top_builddir)/src/idl-compiler/orbit-idl -- $(top_builddir)/src/idl-compiler/orbit-idl $< -+ $(top_builddir)/src/idl-compiler/orbit-idl name.idl + $(orbit_ird_built): interface_repository.idl $(IDL) +- $(IDL) $< ++ $(IDL) interface_repository.idl - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + dist-hook: + cd $(distdir); rm -f $(BUILD_SOURCES) |