Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Jul 2001 03:56:45 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28559: Update port: sysutils/msyslog
Message-ID:  <20010701015645.14B553C8E@totem.fix.no>

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

>Number:         28559
>Category:       ports
>Synopsis:       Update port: sysutils/msyslog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 30 19:00:07 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update the port to the latest version, 1.05.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur msyslog.old/Makefile msyslog/Makefile
--- msyslog.old/Makefile	Thu Jun  7 13:12:51 2001
+++ msyslog/Makefile	Sun Jul  1 03:27:41 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	msyslog
-PORTVERSION=	1.04d
+PORTVERSION=	1.05
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.core-sdi.com/soft/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -47,7 +47,7 @@
 FIXPREFIX=	README src/man/om_peo.8 src/man/syslog.conf.5 \
 		src/man/syslogd.8 src/TODO src/syslogd.h
 
-WRKSRC=		${WRKDIR}/releases/${DISTNAME}
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 pre-patch:
 .for f in ${FIXPREFIX}
diff -Nur msyslog.old/distinfo msyslog/distinfo
--- msyslog.old/distinfo	Thu Jun  7 13:12:51 2001
+++ msyslog/distinfo	Sun Jul  1 03:14:53 2001
@@ -1 +1 @@
-MD5 (msyslog-v1.04d.tgz) = 4a854a95ca33e433252f4600bafc569e
+MD5 (msyslog-v1.05.tgz) = 81ffe260445a01db204022bc1f47f133
diff -Nur msyslog.old/files/patch-im_tcp.c msyslog/files/patch-im_tcp.c
--- msyslog.old/files/patch-im_tcp.c	Sun May 20 04:54:49 2001
+++ msyslog/files/patch-im_tcp.c	Sun Jul  1 03:35:19 2001
@@ -1,14 +1,22 @@
---- src/modules/im_tcp.c.orig	Thu Apr 26 00:43:50 2001
-+++ src/modules/im_tcp.c	Sun May 13 00:49:45 2001
-@@ -72,11 +72,6 @@
+--- src/modules/im_tcp.c.orig	Thu Jun 14 07:30:35 2001
++++ src/modules/im_tcp.c	Sun Jul  1 03:34:58 2001
+@@ -61,6 +61,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/uio.h>
++#include <sys/param.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <errno.h>
+@@ -71,11 +72,6 @@
+ 
  #include "../modules.h"
  #include "../syslogd.h"
- 
+-
 -/* recvfrom() and others like socklen_t, Irix doesn't provide it */   
 -#ifndef HAVE_SOCKLEN_T
 -  typedef int socklen_t;
 -#endif
--
+ 
  struct tcp_conn {
  	struct tcp_conn *next;
- 	int		 fd;
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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