diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 06:16:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 06:16:03 +0000 |
commit | 472beb5144ea3dcb6e1bfa30966028a05f8d39d2 (patch) | |
tree | c44befb6e2b1d83b9259efa799e1c04868d0f39a /net-mgmt | |
parent | cedbe303a3d39d9998680d8007ad25f999cda8f3 (diff) | |
download | ports-472beb5144ea3dcb6e1bfa30966028a05f8d39d2.tar.gz ports-472beb5144ea3dcb6e1bfa30966028a05f8d39d2.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/openvmps/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/openvmps/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/openvmps/files/patch-aa | 31 | ||||
-rw-r--r-- | net-mgmt/openvmps/files/patch-ab | 10 |
4 files changed, 3 insertions, 44 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile index 9d4ff4222b84..0433c8f1ba3e 100644 --- a/net-mgmt/openvmps/Makefile +++ b/net-mgmt/openvmps/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openvmps -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vmps diff --git a/net-mgmt/openvmps/distinfo b/net-mgmt/openvmps/distinfo index 75c04805c5ed..3ca8fa234324 100644 --- a/net-mgmt/openvmps/distinfo +++ b/net-mgmt/openvmps/distinfo @@ -1 +1,2 @@ -MD5 (vmpsd-1.0.tar.gz) = 801cef57df8be2db6536fd60e73a2a89 +MD5 (vmpsd-1.1.tar.gz) = ca76836a057fe534fe29721939e0a57a +SIZE (vmpsd-1.1.tar.gz) = 47528 diff --git a/net-mgmt/openvmps/files/patch-aa b/net-mgmt/openvmps/files/patch-aa deleted file mode 100644 index 92e2162ab493..000000000000 --- a/net-mgmt/openvmps/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- daemon.c.orig Mon Oct 6 16:32:28 2003 -+++ daemon.c Mon Oct 6 16:37:02 2003 -@@ -10,8 +10,10 @@ - #ifdef SETPGRP_VOID - #define SYSV - #else -+#ifndef BSD - #define BSD - #endif -+#endif - - extern int errno; - -@@ -30,7 +32,7 @@ - #ifdef BSD - - int pid; -- union wait status; -+ int status; - while ( (pid = wait3(&status, WNOHANG, (struct rusage *) 0)) > 0 ) ; - - #endif -@@ -105,7 +107,7 @@ - #ifdef BSD - RETSIGTYPE sig_child(); - -- signal(SIGCLD, sig_child); -+ signal(SIGCHLD, sig_child); - #else - signal(SIGCLD,SIG_IGN); - #endif diff --git a/net-mgmt/openvmps/files/patch-ab b/net-mgmt/openvmps/files/patch-ab deleted file mode 100644 index 1de755cf0b03..000000000000 --- a/net-mgmt/openvmps/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- data.h.orig Mon Oct 6 16:38:37 2003 -+++ data.h Mon Oct 6 16:38:49 2003 -@@ -3,6 +3,7 @@ - #define __DATA__ - - #include <search.h> -+#include <unistd.h> - - #include <sys/socket.h> - #include <netinet/in.h> |