Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  5 Feb 2004 23:38:23 -0600 (CST)
From:      Craig Boston <craig@yekse.gank.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62413: [maintainer update] net/openvmps to version 1.1
Message-ID:  <20040206053823.AEC5A2A897@ion.gank.org>
Resent-Message-ID: <200402060540.i165eEFI004007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62413
>Category:       ports
>Synopsis:       [maintainer update] net/openvmps to version 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 05 21:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Craig Boston
>Release:        FreeBSD 5.2-RC i386
>Organization:
Random Bits Depot, LP
>Environment:
System: FreeBSD aldaris 5.2-RC FreeBSD 5.2-RC #0: Mon Dec 29 16:39:07 CST 2003 root@aldaris:/usr/obj/usr/src/sys/ALDARIS i386
	
>Description:
	Upgrade to version 1.1.  Remove local patches as they have been
	incorporated into the official source.

	Removed files:

	- files/patch-aa
	- files/patch-ab

>How-To-Repeat:
	N/A
>Fix:

--- vmps.diff begins here ---
diff -ruN /usr/ports/net/openvmps.orig/Makefile /usr/ports/net/openvmps/Makefile
--- /usr/ports/net/openvmps.orig/Makefile	Thu Feb  5 20:27:15 2004
+++ /usr/ports/net/openvmps/Makefile	Thu Feb  5 20:27:35 2004
@@ -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 -ruN /usr/ports/net/openvmps.orig/distinfo /usr/ports/net/openvmps/distinfo
--- /usr/ports/net/openvmps.orig/distinfo	Thu Feb  5 20:27:15 2004
+++ /usr/ports/net/openvmps/distinfo	Thu Feb  5 20:27:40 2004
@@ -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 -ruN /usr/ports/net/openvmps.orig/files/patch-aa /usr/ports/net/openvmps/files/patch-aa
--- /usr/ports/net/openvmps.orig/files/patch-aa	Thu Feb  5 20:27:15 2004
+++ /usr/ports/net/openvmps/files/patch-aa	Wed Dec 31 18:00:00 1969
@@ -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 -ruN /usr/ports/net/openvmps.orig/files/patch-ab /usr/ports/net/openvmps/files/patch-ab
--- /usr/ports/net/openvmps.orig/files/patch-ab	Thu Feb  5 20:27:15 2004
+++ /usr/ports/net/openvmps/files/patch-ab	Wed Dec 31 18:00:00 1969
@@ -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>
--- vmps.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040206053823.AEC5A2A897>