From owner-freebsd-ports Sat Jun 30 19: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4BD937B403 for ; Sat, 30 Jun 2001 19:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f61208c45375; Sat, 30 Jun 2001 19:00:08 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 212E637B405 for ; Sat, 30 Jun 2001 18:56:46 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 14B553C8E; Sun, 1 Jul 2001 03:56:45 +0200 (CEST) Message-Id: <20010701015645.14B553C8E@totem.fix.no> Date: Sun, 1 Jul 2001 03:56:45 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/28559: Update port: sysutils/msyslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >Description: Update the port to the latest version, 1.05. >How-To-Repeat: >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 + #include + #include ++#include + #include + #include + #include +@@ -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