Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Jun 2001 20:13:28 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27856: Update port: sysutils/msyslog
Message-ID:  <20010603181328.6C1663C9C@totem.fix.no>

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

>Number:         27856
>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:   Sun Jun 03 11:20:01 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:

Updates the msyslog port to the latest version: 1.04d.

>How-To-Repeat:

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

>Fix:

diff -Nur msyslog.old/Makefile msyslog/Makefile
--- msyslog.old/Makefile	Sun May 20 04:54:49 2001
+++ msyslog/Makefile	Sun Jun  3 19:42:52 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	msyslog
-PORTVERSION=	1.04b
+PORTVERSION=	1.04d
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.core-sdi.com/soft/
-DISTNAME=	${PORTNAME}-v${PORTVERSION:S/b//}
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	anders@fix.no
@@ -46,6 +46,8 @@
 DOCDIR=	${PREFIX}/share/doc/${PORTNAME}
 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}
 
 pre-patch:
 .for f in ${FIXPREFIX}
diff -Nur msyslog.old/distinfo msyslog/distinfo
--- msyslog.old/distinfo	Sun May 20 04:54:49 2001
+++ msyslog/distinfo	Sun Jun  3 19:29:51 2001
@@ -1 +1 @@
-MD5 (msyslog-v1.04.tgz) = 441387853471fd418fd1ad3e03a084ec
+MD5 (msyslog-v1.04d.tgz) = 4a854a95ca33e433252f4600bafc569e
diff -Nur msyslog.old/files/patch-configure.in msyslog/files/patch-configure.in
--- msyslog.old/files/patch-configure.in	Sun May 20 04:54:49 2001
+++ msyslog/files/patch-configure.in	Sun Jun  3 19:50:38 2001
@@ -1,5 +1,5 @@
---- configure.in.orig	Tue May  1 04:25:49 2001
-+++ configure.in	Mon May 14 00:23:17 2001
+--- configure.in.orig	Wed May 30 02:08:44 2001
++++ configure.in	Sun Jun  3 19:50:11 2001
 @@ -57,7 +57,7 @@
  AC_DEFINE_UNQUOTED(MSYSLOG_VERSION_STR, "$MSYSLOG_VERSION")dnl
  echo msyslog version... $MSYSLOG_VERSION
@@ -24,15 +24,16 @@
  AC_CHECK_LIB(socket, connect, SYSLOGD_LIBS="$SYSLOGD_LIBS -lsocket")dnl
  AC_CHECK_LIB(nsl, gethostbyname, SYSLOGD_LIBS="$SYSLOGD_LIBS -lnsl")dnl
  AC_DEFINE(SYSLOGD_LIBS, $SYSLOGD_LIBS)dnl
-@@ -155,6 +155,11 @@
+@@ -153,6 +153,12 @@
  	AC_DEFINE_UNQUOTED(SYMBOL_PREFIX, "_")dnl
  	SHARED_PARAMS="-Bshareable"
  	DCCFLAGS="-fPIC"
 +elif test "$UNAME" = "FreeBSD" ; then
 +	AC_DEFINE(DLOPEN_FLAGS, RTLD_LAZY)dnl
++	AC_DEFINE_UNQUOTED(SYMBOL_PREFIX, "")dnl
 +	SHARED_PARAMS="-Bshareable"
 +	DCCFLAGS="-fPIC"
 +	SYSLOGD_LIBS="$SYSLOGD_LIBS -Wl,-E"
  elif test "$UNAME" = "Linux" ; then
  	AC_DEFINE(DLOPEN_FLAGS, RTLD_LAZY | RTLD_GLOBAL)dnl
- 	MAIN_CPPFLAGS="-Xlinker -E";
+ 	AC_DEFINE_UNQUOTED(SYMBOL_PREFIX, "")dnl
>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?20010603181328.6C1663C9C>