svn commit: r304017 - in head/sysutils/rsyslog5: . files
Brad Davis
brd at FreeBSD.org
Mon Sep 10 03:02:03 UTC 2012
Author: brd (doc committer)
Date: Mon Sep 10 03:02:02 2012
New Revision: 304017
URL: http://svn.freebsd.org/changeset/ports/304017
Log:
- Update to 5.10.0
- Unmark as BROKEN on i386 with SNMP
Changes: http://www.rsyslog.com/changelog-for-5-10-0-v5-stable/
Added:
head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c (contents, props changed)
Modified:
head/sysutils/rsyslog5/Makefile
head/sysutils/rsyslog5/distinfo
Modified: head/sysutils/rsyslog5/Makefile
==============================================================================
--- head/sysutils/rsyslog5/Makefile Mon Sep 10 02:53:42 2012 (r304016)
+++ head/sysutils/rsyslog5/Makefile Mon Sep 10 03:02:02 2012 (r304017)
@@ -6,7 +6,7 @@
#
PORTNAME= rsyslog
-PORTVERSION= 5.8.13
+PORTVERSION= 5.10.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
.ifdef MNAME
@@ -84,10 +84,6 @@ post-install:
.ifdef MNAME
-.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
-BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
-.endif
-
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
DESCR?= ${.CURDIR}/../rsyslog5/pkg-descr
Modified: head/sysutils/rsyslog5/distinfo
==============================================================================
--- head/sysutils/rsyslog5/distinfo Mon Sep 10 02:53:42 2012 (r304016)
+++ head/sysutils/rsyslog5/distinfo Mon Sep 10 03:02:02 2012 (r304017)
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-5.8.13.tar.gz) = e872b3cde0e9c9fe9321cd4fc7e4c78133ba8e1667ec01bb809bb311ea5156dd
-SIZE (rsyslog-5.8.13.tar.gz) = 2394374
+SHA256 (rsyslog-5.10.0.tar.gz) = 0fbfe23f22c102e1e7ff7e19f6396de720832f2a83914c72510a07bdc86536f5
+SIZE (rsyslog-5.10.0.tar.gz) = 2400380
Added: head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c Mon Sep 10 03:02:02 2012 (r304017)
@@ -0,0 +1,21 @@
+--- plugins/imuxsock/imuxsock.c.orig 2012-08-22 09:13:32.000000000 -0600
++++ plugins/imuxsock/imuxsock.c 2012-09-09 15:43:48.000000000 -0600
+@@ -77,7 +77,7 @@
+
+ /* emulate struct ucred for platforms that do not have it */
+ #ifndef HAVE_SCM_CREDENTIALS
+-struct ucred { int pid; };
++struct ucred { int pid; uid_t uid; gid_t gid; };
+ #endif
+
+ /* handle some defines missing on more than one platform */
+@@ -802,9 +802,7 @@
+ int iMaxLine;
+ struct msghdr msgh;
+ struct iovec msgiov;
+-# if HAVE_SCM_CREDENTIALS
+ struct cmsghdr *cm;
+-# endif
+ struct ucred *cred;
+ struct timeval *ts;
+ uchar bufRcv[4096+1];
More information about the svn-ports-head
mailing list