pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc ORBit: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/acc550873538
branches: trunk
changeset: 412858:acc550873538
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 12 18:52:57 2020 +0000
description:
ORBit: remove
Long replaced by ORBit2
diffstat:
doc/CHANGES-2020 | 3 +-
net/Makefile | 3 +-
net/ORBit/DESCR | 3 -
net/ORBit/Makefile | 41 ----------------------
net/ORBit/PLIST | 85 ----------------------------------------------
net/ORBit/buildlink3.mk | 17 ---------
net/ORBit/distinfo | 21 -----------
net/ORBit/hacks.mk | 24 ------------
net/ORBit/patches/patch-aa | 13 -------
net/ORBit/patches/patch-ab | 13 -------
net/ORBit/patches/patch-ac | 40 ---------------------
net/ORBit/patches/patch-ad | 33 -----------------
net/ORBit/patches/patch-ae | 13 -------
net/ORBit/patches/patch-af | 18 ---------
net/ORBit/patches/patch-ag | 67 ------------------------------------
net/ORBit/patches/patch-ah | 13 -------
net/ORBit/patches/patch-ai | 13 -------
net/ORBit/patches/patch-ak | 13 -------
net/ORBit/patches/patch-al | 15 --------
net/ORBit/patches/patch-am | 13 -------
net/ORBit/patches/patch-an | 16 --------
net/ORBit/patches/patch-ao | 29 ---------------
net/ORBit/patches/patch-ap | 17 ---------
23 files changed, 3 insertions(+), 520 deletions(-)
diffs (truncated from 632 to 300 lines):
diff -r c91c8fb69a71 -r acc550873538 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Thu Mar 12 18:40:06 2020 +0000
+++ b/doc/CHANGES-2020 Thu Mar 12 18:52:57 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.1531 2020/03/12 18:23:14 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.1532 2020/03/12 18:52:57 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -2104,3 +2104,4 @@
Updated misc/xdg-utils to 1.1.3nb2 [wiz 2020-03-12]
Updated www/w3m to 0.5.3.0.20190105 [wiz 2020-03-12]
Updated www/w3m-img to 0.5.3.0.20190105 [wiz 2020-03-12]
+ Removed net/ORBit successor netbsd/ORBit2 [wiz 2020-03-12]
diff -r c91c8fb69a71 -r acc550873538 net/Makefile
--- a/net/Makefile Thu Mar 12 18:40:06 2020 +0000
+++ b/net/Makefile Thu Mar 12 18:52:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1312 2020/03/11 19:55:38 nia Exp $
+# $NetBSD: Makefile,v 1.1313 2020/03/12 18:52:57 wiz Exp $
#
COMMENT= Networking tools
@@ -10,7 +10,6 @@
SUBDIR+= Geomyidae
SUBDIR+= IglooFTP
SUBDIR+= LaBrea
-SUBDIR+= ORBit
SUBDIR+= ORBit2
SUBDIR+= R-pbdZMQ
SUBDIR+= Radicale
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/DESCR
--- a/net/ORBit/DESCR Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-ORBit is a high-performance CORBA ORB with support for the C language.
-It allows programs to send requests and receive replies from other
-programs, regardless of the locations of the two programs.
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/Makefile
--- a/net/ORBit/Makefile Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.127 2019/11/03 11:45:29 rillig Exp $
-
-DISTNAME= ORBit-0.5.17
-PKGREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnome.org/
-COMMENT= High-performance CORBA ORB with support for the C language
-
-USE_TOOLS+= bison flex gmake xgettext
-USE_LIBTOOL= YES
-PTHREAD_AUTO_VARS= YES
-
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= LIBWRAP_PATH=${BUILDLINK_PREFIX.tcp_wrappers}/lib/libwrap.a
-CONFIGURE_ENV+= LIB_WRAP="-lwrap"
-
-PKGCONFIG_OVERRIDE+= ORBit.pc.in
-PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in
-
-INFO_FILES= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
-DEPENDS+= gindent-[0-9]*:../../devel/gindent
-.endif
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.if ${PTHREAD_TYPE} != "native"
-CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/PLIST
--- a/net/ORBit/PLIST Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,85 +0,0 @@
-@comment $NetBSD: PLIST,v 1.13 2009/06/14 21:00:03 joerg Exp $
-bin/libIDL-config
-bin/name-client
-bin/old-name-server
-bin/orbit-config
-bin/orbit-event-server
-bin/orbit-idl
-bin/orbit-ird
-bin/orbit-name-server
-include/libIDL-1.0/libIDL/IDL.h
-include/orbit-1.0/IIOP/IIOP-config.h
-include/orbit-1.0/IIOP/IIOP-types.h
-include/orbit-1.0/IIOP/IIOP.h
-include/orbit-1.0/IIOP/giop-msg-buffer.h
-include/orbit-1.0/IIOP/iiop-encoders.h
-include/orbit-1.0/IIOP/iiop-endian.h
-include/orbit-1.0/ORBitservices/CosNaming.h
-include/orbit-1.0/ORBitservices/CosNaming_impl.h
-include/orbit-1.0/ORBitutil/basic_types.h
-include/orbit-1.0/ORBitutil/compat.h
-include/orbit-1.0/ORBitutil/orbit-os-config.h
-include/orbit-1.0/ORBitutil/os-feature-alloca.h
-include/orbit-1.0/ORBitutil/os-specifics.h
-include/orbit-1.0/ORBitutil/thread-safety.h
-include/orbit-1.0/ORBitutil/trace.h
-include/orbit-1.0/ORBitutil/util.h
-include/orbit-1.0/orb/allocator-defs.h
-include/orbit-1.0/orb/allocators.h
-include/orbit-1.0/orb/cdr.h
-include/orbit-1.0/orb/corba_any.h
-include/orbit-1.0/orb/corba_any_proto.h
-include/orbit-1.0/orb/corba_any_type.h
-include/orbit-1.0/orb/corba_basic_sequences_type.h
-include/orbit-1.0/orb/corba_context.h
-include/orbit-1.0/orb/corba_env.h
-include/orbit-1.0/orb/corba_env_type.h
-include/orbit-1.0/orb/corba_object.h
-include/orbit-1.0/orb/corba_object_type.h
-include/orbit-1.0/orb/corba_orb.h
-include/orbit-1.0/orb/corba_orb_type.h
-include/orbit-1.0/orb/corba_portableserver.h
-include/orbit-1.0/orb/corba_portableserver_type.h
-include/orbit-1.0/orb/corba_sequences.h
-include/orbit-1.0/orb/corba_sequences_type.h
-include/orbit-1.0/orb/corba_typecode.h
-include/orbit-1.0/orb/corba_typecode_type.h
-include/orbit-1.0/orb/dii.h
-include/orbit-1.0/orb/dynany.h
-include/orbit-1.0/orb/env.h
-include/orbit-1.0/orb/interface_repository.h
-include/orbit-1.0/orb/iop.h
-include/orbit-1.0/orb/ir.h
-include/orbit-1.0/orb/options.h
-include/orbit-1.0/orb/orb.h
-include/orbit-1.0/orb/orbit.h
-include/orbit-1.0/orb/orbit_config.h
-include/orbit-1.0/orb/orbit_object.h
-include/orbit-1.0/orb/orbit_object_type.h
-include/orbit-1.0/orb/orbit_poa.h
-include/orbit-1.0/orb/orbit_poa_type.h
-include/orbit-1.0/orb/orbit_typecode.h
-include/orbit-1.0/orb/orbit_types.h
-include/orbit-1.0/orb/poa.h
-include/orbit-1.0/orb/sequences.h
-include/orbit-1.0/orb/typecode.h
-include/orbit-1.0/orbit-idl2.h
-info/libIDL.info
-lib/libIDL.la
-lib/libIDLConf.sh
-lib/libIIOP.la
-lib/libORBit.la
-lib/libORBitCosNaming.la
-lib/libORBitutil.la
-lib/libname-server.a
-lib/liborbit-c-backend.a
-lib/pkgconfig/ORBit.pc
-lib/pkgconfig/libIDL.pc
-share/aclocal/ORBit.m4
-share/aclocal/libIDL.m4
-share/idl/orbit-1.0/CosEventChannel.idl
-share/idl/orbit-1.0/CosEventComm.idl
-share/idl/orbit-1.0/CosNaming.idl
-share/idl/orbit-1.0/CosTypedEventChannel.idl
-share/idl/orbit-1.0/CosTypedEventComm.idl
-share/idl/orbit-1.0/LName.pidl
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/buildlink3.mk
--- a/net/ORBit/buildlink3.mk Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.12 2011/04/22 13:42:01 obache Exp $
-
-BUILDLINK_TREE+= ORBit
-
-.if !defined(ORBIT_BUILDLINK3_MK)
-ORBIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.ORBit+= ORBit>=0.5.15nb5
-BUILDLINK_ABI_DEPENDS.ORBit+= ORBit>=0.5.17nb2
-BUILDLINK_PKGSRCDIR.ORBit?= ../../net/ORBit
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.endif # ORBIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -ORBit
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/distinfo
--- a/net/ORBit/distinfo Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: distinfo,v 1.31 2015/11/04 00:34:52 agc Exp $
-
-SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217
-RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4
-SHA512 (ORBit-0.5.17.tar.bz2) = 1fd2e788aad17c8d78056370fd895782f1350443b284c0948a07b9e0ace4ab30a4e2991eafc046986b09a4e59a502471f9a306bce32dcd0ab6decf47e27fd4eb
-Size (ORBit-0.5.17.tar.bz2) = 1065003 bytes
-SHA1 (patch-aa) = 9b8854a5e5e988222de4cb5b27da3e82f87df4e3
-SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422
-SHA1 (patch-ac) = b46d9dc6fcb3ca598aa986c25a25053fa3e1410a
-SHA1 (patch-ad) = e5bc096da2201f03331a971c1c97875c1d549aba
-SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb
-SHA1 (patch-af) = 88b7f08410322b4408d2209762f77cb43758a4ff
-SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
-SHA1 (patch-ah) = 3395e8613077f9b3cc0c274e35c9a35d5e3d9227
-SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
-SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
-SHA1 (patch-al) = 651fb6d0fa832bb71f7a0acab49faa7d606b3a95
-SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
-SHA1 (patch-an) = fa9bb500ddcd0ec8e64b5ff1edbe0f02f5cb0f39
-SHA1 (patch-ao) = b80bf3da551bacccd23a7a27677be8e985e6b543
-SHA1 (patch-ap) = 83bbb85866a18d26cc88edaf1eada6108898affc
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/hacks.mk
--- a/net/ORBit/hacks.mk Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: hacks.mk,v 1.3 2018/07/04 13:40:27 jperkin Exp $
-
-.if !defined(ORBIT_HACKS_MK)
-ORBIT_HACKS_MK= # defined
-
-### [Sun Apr 30 22:45:25 CDT 2006 : schwarz]
-### Make sure ORBit does not define socklen_t if it has already been
-### typedef'd in devel/pth's pthread.h.
-### This works around the problem reported in pkg/27009.
-###
-.if exists(${LOCALBASE}/include/pthread.h)
-_SOCKLEN_T_TYPEDEFD!= ${GREP} -c '^typedef\ .*\ socklen_t;$$' ${LOCALBASE}/include/pthread.h || ${TRUE}
-. if ${_SOCKLEN_T_TYPEDEFD} == "1"
-PKG_HACKS+= socklen_t-already-typedefd-in-pthread.h
-SUBST_CLASSES+= socklen_t
-SUBST_FILES.socklen_t= configure
-SUBST_STAGE.socklen_t= pre-configure
-SUBST_SED.socklen_t= -e 's/^\#define\ socklen_t\ size_t$$//'
-# remark: \ before # needed to prevent make from interpreting
-# remainder of line as a comment
-. endif
-.endif
-
-.endif
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/patches/patch-aa
--- a/net/ORBit/patches/patch-aa Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.13 2005/04/27 08:57:00 wiz Exp $
-
---- ORBit.m4.orig 2002-06-06 13:07:26.000000000 +0200
-+++ ORBit.m4
-@@ -1,7 +1,7 @@
- dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
- dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
- dnl
--AC_DEFUN(AM_PATH_ORBIT,
-+AC_DEFUN([AM_PATH_ORBIT],
- [dnl
- dnl Get the cflags and libraries from the orbit-config script
- dnl
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/patches/patch-ab
--- a/net/ORBit/patches/patch-ab Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2002/04/25 12:17:05 agc Exp $
-
---- Makefile.in.orig Wed Mar 20 15:46:08 2002
-+++ Makefile.in
-@@ -99,7 +99,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 # required version of automake.
-
--SUBDIRS = popt libIDL src test
-+SUBDIRS = popt libIDL src
-
- bin_SCRIPTS = orbit-config
-
diff -r c91c8fb69a71 -r acc550873538 net/ORBit/patches/patch-ac
--- a/net/ORBit/patches/patch-ac Thu Mar 12 18:40:06 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-$NetBSD: patch-ac,v 1.14 2005/01/13 09:58:57 adam Exp $
-
---- configure.orig 2002-06-06 11:27:24.000000000 +0000
-+++ configure
-@@ -7922,7 +7922,7 @@ EOF
- fi
- done
-
--for ac_header in stddef.h wchar.h wcstr.h wctype.h machine/types.h tcpd.h
-+for ac_header in alloca.h stddef.h wchar.h wcstr.h wctype.h machine/types.h tcpd.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- echo "$as_me:7928: checking for $ac_header" >&5
-@@ -8835,6 +8835,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
-
- echo "$as_me:8836: checking \"whether to use TCP wrappers\"" >&5
Home |
Main Index |
Thread Index |
Old Index