diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-09 15:30:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-09 15:30:46 +0800 |
commit | 8b17cdca78b530041f93662d9959612dcfd5080d (patch) | |
tree | 1bd4fac1f333a123d22097369d7dc2fdfa14233c /devel/ORBit2/files | |
parent | 68cd488f744832b716a56820638ac4c1d84df022 (diff) | |
download | freebsd-ports-gnome-8b17cdca78b530041f93662d9959612dcfd5080d.tar.gz freebsd-ports-gnome-8b17cdca78b530041f93662d9959612dcfd5080d.tar.zst freebsd-ports-gnome-8b17cdca78b530041f93662d9959612dcfd5080d.zip |
Update to 0.5.10.
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r-- | devel/ORBit2/files/patch-ac | 12 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ad | 32 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-libIDL::ltmain.sh | 18 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-popt::ltmain.sh | 18 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::IIOP::connection.c | 65 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::daemons::interface_repository::Makefile.in | 13 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::orb::Makefile.in | 14 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::services::event::Makefile.in | 13 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::services::name::Makefile.in | 13 |
10 files changed, 182 insertions, 34 deletions
diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac index 62c710cfd460..3f1db0c1be83 100644 --- a/devel/ORBit2/files/patch-ac +++ b/devel/ORBit2/files/patch-ac @@ -20,18 +20,6 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Tue Jan 30 14:56:07 2001 -+++ src/orb/Makefile.in Thu Mar 8 11:16:44 2001 -@@ -113,3 +113,3 @@ - --libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBit_la_LDFLAGS = -version-info 2:0:0 - libORBit_la_LIBADD = $(GLIB_LIBS) -lm -@@ -121,3 +121,3 @@ - --CFLAGS = -g -O0 -+CFLAGS = @CFLAGS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- src/services/name/Makefile.in.orig Thu Oct 12 11:07:08 2000 +++ src/services/name/Makefile.in Thu Oct 12 13:11:55 2000 @@ -109,3 +109,3 @@ diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad index 3c04c50923e9..67fb863369c4 100644 --- a/devel/ORBit2/files/patch-ad +++ b/devel/ORBit2/files/patch-ad @@ -1,5 +1,8 @@ ---- orbit-config.in.orig Thu Oct 7 23:49:07 1999 -+++ orbit-config.in Tue Feb 22 18:20:47 2000 + +$FreeBSD$ + +--- orbit-config.in.orig Wed Sep 19 20:09:00 2001 ++++ orbit-config.in Wed Oct 3 14:51:10 2001 @@ -28,8 +28,8 @@ Known values for TARGET are: @@ -16,24 +19,9 @@ client|server) - the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -- the_flags="$the_flags `glib-config --cflags` -I$includedir " -+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" -+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I$includedir " +- the_flags="$the_flags `glib-config --cflags` " ++ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm" ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` " + test "x$includedir" = "x/usr/include" \ + || the_flags="$the_flags -I$includedir " ;; - - --use-service=*) ---- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999 -+++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999 -@@ -74,10 +74,10 @@ - echo $exec_prefix - fi - if test "$echo_cflags" = "yes"; then -- all_flags="$all_flags $includes $cflags `glib-config --cflags`" -+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`" - fi - if test "$echo_libs" = "yes"; then -- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`" -+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`" - fi - - # Straight out any possible duplicates, but be careful to diff --git a/devel/ORBit2/files/patch-libIDL::ltmain.sh b/devel/ORBit2/files/patch-libIDL::ltmain.sh new file mode 100644 index 000000000000..0d35f77b6fb7 --- /dev/null +++ b/devel/ORBit2/files/patch-libIDL::ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- libIDL/ltmain.sh.orig Wed Oct 3 10:03:39 2001 ++++ libIDL/ltmain.sh Wed Oct 3 15:05:20 2001 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/ORBit2/files/patch-ltmain.sh b/devel/ORBit2/files/patch-ltmain.sh new file mode 100644 index 000000000000..33bc7983f107 --- /dev/null +++ b/devel/ORBit2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/ORBit2/files/patch-popt::ltmain.sh b/devel/ORBit2/files/patch-popt::ltmain.sh new file mode 100644 index 000000000000..ea7d5ba5ef7b --- /dev/null +++ b/devel/ORBit2/files/patch-popt::ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- popt/ltmain.sh.orig Wed Oct 3 10:03:41 2001 ++++ popt/ltmain.sh Wed Oct 3 15:01:07 2001 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/ORBit2/files/patch-src::IIOP::connection.c b/devel/ORBit2/files/patch-src::IIOP::connection.c new file mode 100644 index 000000000000..c817c169b116 --- /dev/null +++ b/devel/ORBit2/files/patch-src::IIOP::connection.c @@ -0,0 +1,65 @@ +$NetBSD: patch-ag,v 1.6 2001/05/21 19:59:04 rh Exp $ + +--- src/IIOP/connection.c.orig Sun May 13 09:07:46 2001 ++++ src/IIOP/connection.c +@@ -1,4 +1,7 @@ + #include "config.h" ++#include <sys/types.h> ++#include <sys/param.h> ++#include <stdio.h> + #if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED) + # define _XOPEN_SOURCE_EXTENDED 1 + # define WE_DEFINED_XOPEN_SOURCE_EXTENDED 1 +@@ -13,7 +16,6 @@ + #include <stdlib.h> + #include <unistd.h> + #include <errno.h> +-#include <sys/types.h> + #include <fcntl.h> + #include <sys/socket.h> + #include <sys/un.h> +@@ -32,7 +34,7 @@ + #include <signal.h> + #include <syslog.h> + +-#if defined(HAVE_TCPD_H) && defined(HAVE_HOSTS_ACCESS) ++#if defined(HAVE_TCPD_H) + #include <tcpd.h> + #endif + +@@ -80,7 +82,7 @@ + GIOPConnectionList giop_connection_list; + static GSList *iiop_unix_socket_list = NULL; + +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) ++#if defined (HAVE_TCPD_H) + static const char *argv0_val = NULL; + #endif + +@@ -104,7 +106,7 @@ + struct sigaction mypipe; + g_assert(sizeof(GIOPMessageHeader) == 12); + +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) ++#if defined (HAVE_TCPD_H) + argv0_val = g_strdup(g_basename(argv0)); /* For TCP wrappers */ + #endif + +@@ -1007,7 +1009,7 @@ + */ + int allow_severity = LOG_INFO, deny_severity = LOG_NOTICE; + +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) ++#if defined(HAVE_TCPD_H) + DEFINE_LOCK(tcp_wrappers_usage); + + #endif +@@ -1033,7 +1035,7 @@ + + newfd = accept(GIOP_CONNECTION_GET_FD(connection), &sock, &n); + +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) ++#if defined(HAVE_TCPD_H) + /* tcp wrappers access checking */ + switch(IIOP_CONNECTION(connection)->icnxtype) { + case IIOP_IPV4: diff --git a/devel/ORBit2/files/patch-src::daemons::interface_repository::Makefile.in b/devel/ORBit2/files/patch-src::daemons::interface_repository::Makefile.in new file mode 100644 index 000000000000..2ec5230f1504 --- /dev/null +++ b/devel/ORBit2/files/patch-src::daemons::interface_repository::Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.5 2000/10/17 23:48:01 jlam Exp $ + +--- src/daemons/interface_repository/Makefile.in.orig Thu Oct 12 12:07:12 2000 ++++ src/daemons/interface_repository/Makefile.in +@@ -102,7 +102,7 @@ + + + orbit_ird_LDFLAGS = -static +-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm ++orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + orbit_ird_SOURCES = interface_repository-skels.c interface_repository-impl.c diff --git a/devel/ORBit2/files/patch-src::orb::Makefile.in b/devel/ORBit2/files/patch-src::orb::Makefile.in new file mode 100644 index 000000000000..03b978704fbd --- /dev/null +++ b/devel/ORBit2/files/patch-src::orb::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/orb/Makefile.in.orig Wed Oct 3 10:21:01 2001 ++++ src/orb/Makefile.in Wed Oct 3 14:43:17 2001 +@@ -115,7 +115,7 @@ + IDL = $(top_builddir)/src/orbit-idl-compiler/orbit-idl + IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl + +-libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++libORBit_la_LDFLAGS = -version-info 2:0:0 + libORBit_la_LIBADD = $(GLIB_LIBS) -lm + + BUILT_SOURCES = orbit.h interface_repository.h interface_repository-common.c interface_repository-stubs.c diff --git a/devel/ORBit2/files/patch-src::services::event::Makefile.in b/devel/ORBit2/files/patch-src::services::event::Makefile.in new file mode 100644 index 000000000000..c29eee588ca7 --- /dev/null +++ b/devel/ORBit2/files/patch-src::services::event::Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.3 2000/10/17 23:48:01 jlam Exp $ + +--- src/services/event/Makefile.in.orig Thu Oct 12 12:07:09 2000 ++++ src/services/event/Makefile.in +@@ -115,7 +115,7 @@ + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la + + +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + event_consumer_SOURCES = event-consumer.c CosEventComm-skels.c CosEventChannel-common.c CosEventChannel-stubs.c diff --git a/devel/ORBit2/files/patch-src::services::name::Makefile.in b/devel/ORBit2/files/patch-src::services::name::Makefile.in new file mode 100644 index 000000000000..2a2a3ff5169f --- /dev/null +++ b/devel/ORBit2/files/patch-src::services::name::Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.8 2000/10/17 23:48:01 jlam Exp $ + +--- src/services/name/Makefile.in.orig Thu Oct 12 12:07:08 2000 ++++ src/services/name/Makefile.in +@@ -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 + + +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + #name-client.c boot.c orbit-name-server.c new-name-server.c: CosNaming.h |