From 84c99594229ec5c3c5c6ddd5d3ed0d614a6080e9 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 6 Jun 1998 17:41:18 +0000 Subject: Make this port build again. --- devel/omniORB/Makefile | 4 +-- devel/omniORB/files/patch-aa | 60 +++----------------------------------------- 2 files changed, 4 insertions(+), 60 deletions(-) (limited to 'devel') diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index cf06b41f92bb..6ef3f859d923 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 2.2.0 # -# $Id: Makefile,v 1.1.1.1 1997/06/04 05:54:33 asami Exp $ +# $Id: Makefile,v 1.2 1997/11/22 01:15:58 asami Exp $ # DISTNAME= omniORB_2.2.0 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.orl.co.uk/pub/omniORB/ MAINTAINER= ejc@bazzle.com -BROKEN= posix.cc - MAN1= omniidl2.1 nameclt.1 omniNames.1 catior.1 genior.1 pre-patch: diff --git a/devel/omniORB/files/patch-aa b/devel/omniORB/files/patch-aa index e690cd380457..6ef5fc562a1b 100644 --- a/devel/omniORB/files/patch-aa +++ b/devel/omniORB/files/patch-aa @@ -6,7 +6,7 @@ diff -rc ./Makefile ../omniORB_2.2.0.freebsd/Makefile --- 1,7 ---- + # Makefile for omniORB2 + # -+ # $Id: patch-aa,v 1.3 1997/06/29 12:13:21 obrien Exp $ ++ # $Id: patch-aa,v 1.4 1997/07/10 07:37:00 asami Exp $ + + SUBDIR= src + @@ -139,7 +139,7 @@ diff -rc ./src/Makefile ../omniORB_2.2.0.freebsd/src/Makefile --- 1,7 ---- ! # Makefile for omniORB2 ! # -! # $Id: patch-aa,v 1.3 1997/06/29 12:13:21 obrien Exp $ +! # $Id: patch-aa,v 1.4 1997/07/10 07:37:00 asami Exp $ ! SUBDIR= tool lib appl examples @@ -1612,60 +1612,6 @@ diff -rc ./src/lib/omnithread/Makefile ../omniORB_2.2.0.freebsd/src/lib/omnithre ! install -c -o bin -g bin -m 0444 libomnithread.so.1.0 ${LIBDIR} + .include -diff -rc ./src/lib/omnithread/posix.cc ../omniORB_2.2.0.freebsd/src/lib/omnithread/posix.cc -*** ./src/lib/omnithread/posix.cc Tue May 6 11:58:40 1997 ---- ../omniORB_2.2.0.freebsd/src/lib/omnithread/posix.cc Wed May 14 16:25:16 1997 -*************** -*** 638,644 **** - - if (detached) { - -! #if (PthreadDraftVersion <= 6) - rc = ERRNO(pthread_detach(&posix_thread)); - #else - rc = ERRNO(pthread_detach(posix_thread)); ---- 638,644 ---- - - if (detached) { - -! #if (PthreadDraftVersion <= 6) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) - rc = ERRNO(pthread_detach(&posix_thread)); - #else - rc = ERRNO(pthread_detach(posix_thread)); -*************** -*** 902,908 **** - - pthread_yield(NULL); - -! #elif (PthreadDraftVersion < 9) - - pthread_yield(); - ---- 902,908 ---- - - pthread_yield(NULL); - -! #elif (PthreadDraftVersion < 9) || defined(__freebsd__) - - pthread_yield(); - -*************** -*** 1001,1007 **** - - int omni_thread::cancel(void) - { -! #ifdef __linux__ - cerr << "omni_thread::cancel: no pthread_cancel on this platform\n"; - return ENOSYS; - #else ---- 1001,1007 ---- - - int omni_thread::cancel(void) - { -! #if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) - cerr << "omni_thread::cancel: no pthread_cancel on this platform\n"; - return ENOSYS; - #else diff -rc ./src/tool/Makefile ../omniORB_2.2.0.freebsd/src/tool/Makefile *** ./src/tool/Makefile Thu May 1 15:33:57 1997 --- ../omniORB_2.2.0.freebsd/src/tool/Makefile Tue May 13 11:00:38 1997 @@ -1744,7 +1690,7 @@ diff -rc ./src/tool/Makefile ../omniORB_2.2.0.freebsd/src/tool/Makefile --- 1,7 ---- ! # Makefile for omniORB2 ! # -! # $Id: patch-aa,v 1.3 1997/06/29 12:13:21 obrien Exp $ +! # $Id: patch-aa,v 1.4 1997/07/10 07:37:00 asami Exp $ ! SUBDIR= omniidl2 -- cgit v1.2.3