From d9d21683ae3b2f905f2508705943c6a81f3b821b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 24 Nov 2000 15:14:05 +0000 Subject: - Changed PLIST so that the port deinstalls cleanly even if it had been installed -DNOPORTDOCS. PR: 23066 Submitted by: MAINTAINER --- devel/fnorb/files/patch-aa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/fnorb/files') diff --git a/devel/fnorb/files/patch-aa b/devel/fnorb/files/patch-aa index e88e22c99830..a3b8da3ceb5a 100644 --- a/devel/fnorb/files/patch-aa +++ b/devel/fnorb/files/patch-aa @@ -6,8 +6,8 @@ Thanks to Mike Meyer , Brad Chapman . -- Johann ---- ../orb/IIOPConnection.py.orig Mon Apr 3 16:08:34 2000 -+++ ../orb/IIOPConnection.py Mon Nov 6 11:12:49 2000 +--- orb/IIOPConnection.py.orig Mon Apr 3 16:08:34 2000 ++++ orb/IIOPConnection.py Mon Nov 6 11:12:49 2000 @@ -88,7 +88,7 @@ # Create a socket and connect to the remote object. try: @@ -17,8 +17,8 @@ Thanks to Mike Meyer , Brad Chapman . # Set the socket by default to NON-blocking mode. self.__socket.setblocking(0) ---- ../orb/IIOPAcceptor.py.orig Mon Apr 3 16:08:34 2000 -+++ ../orb/IIOPAcceptor.py Wed Nov 8 15:06:29 2000 +--- orb/IIOPAcceptor.py.orig Mon Apr 3 16:08:34 2000 ++++ orb/IIOPAcceptor.py Wed Nov 8 15:06:29 2000 @@ -65,7 +65,7 @@ try: # Create a socket on which to listen for connection requests. @@ -28,8 +28,8 @@ Thanks to Mike Meyer , Brad Chapman . self.__socket.listen(5) # Get the host name, the IP address and the port number of the ---- ../orb/Nudger.py.orig Mon Apr 3 16:08:34 2000 -+++ ../orb/Nudger.py Wed Nov 8 15:06:50 2000 +--- orb/Nudger.py.orig Mon Apr 3 16:08:34 2000 ++++ orb/Nudger.py Wed Nov 8 15:06:50 2000 @@ -54,7 +54,7 @@ try: # Create a socket on which to listen for connection requests. -- cgit v1.2.3