diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-24 15:14:05 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-24 15:14:05 +0000 |
commit | d9d21683ae3b2f905f2508705943c6a81f3b821b (patch) | |
tree | 15037fb4196ceba0122883f0d8d9b7af7d1603ea /devel/fnorb/files/patch-aa | |
parent | Clean the last commit up (diff) |
- Changed PLIST so that the port deinstalls cleanly even if it had been
installed -DNOPORTDOCS.
PR: 23066
Submitted by: MAINTAINER
Diffstat (limited to 'devel/fnorb/files/patch-aa')
-rw-r--r-- | devel/fnorb/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
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 <mwm@mired.org>, Brad Chapman <chapmanb@arches.uga.edu>. -- Johann <johann@egenetics.com> ---- ../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 <mwm@mired.org>, Brad Chapman <chapmanb@arches.uga.edu>. # 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 <mwm@mired.org>, Brad Chapman <chapmanb@arches.uga.edu>. 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. |