From owner-svn-ports-all@FreeBSD.ORG Thu May 28 12:04:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71C82944; Thu, 28 May 2015 12:04:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1DAA8C; Thu, 28 May 2015 12:04:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4SC4jUs083942; Thu, 28 May 2015 12:04:45 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4SC4i1L083931; Thu, 28 May 2015 12:04:44 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505281204.t4SC4i1L083931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 28 May 2015 12:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387724 - in head/sysutils/msyslog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 12:04:45 -0000 Author: bofh Date: Thu May 28 12:04:43 2015 New Revision: 387724 URL: https://svnweb.freebsd.org/changeset/ports/387724 Log: sysutils/msyslog: Fix PORTSCOUT Variable - Fix patch files to reflect 'make makepatch' Modified: head/sysutils/msyslog/Makefile head/sysutils/msyslog/files/patch-configure head/sysutils/msyslog/files/patch-src-Makefile.in head/sysutils/msyslog/files/patch-src-modules-Makefile.in head/sysutils/msyslog/files/utmpx-src-modules-om_classic.c Modified: head/sysutils/msyslog/Makefile ============================================================================== --- head/sysutils/msyslog/Makefile Thu May 28 11:42:21 2015 (r387723) +++ head/sysutils/msyslog/Makefile Thu May 28 12:04:43 2015 (r387724) @@ -30,7 +30,7 @@ USE_RC_SUBR= msyslogd SUB_FILES= pkg-message USE_LDCONFIG= yes -PORTSCOUT= skipv:1.09d +PORTSCOUT= skipv:1.09a,1.09c,1.09d .include Modified: head/sysutils/msyslog/files/patch-configure ============================================================================== --- head/sysutils/msyslog/files/patch-configure Thu May 28 11:42:21 2015 (r387723) +++ head/sysutils/msyslog/files/patch-configure Thu May 28 12:04:43 2015 (r387724) @@ -1,6 +1,6 @@ ---- configure.orig Fri Apr 11 23:07:44 2003 -+++ configure Wed Sep 14 16:39:00 2005 -@@ -2941,7 +2941,7 @@ +--- configure.orig 2003-04-11 19:07:44 UTC ++++ configure +@@ -2941,7 +2941,7 @@ fi echo "$as_me:2941: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 if test $ac_cv_lib_dl_dlopen = yes; then @@ -9,7 +9,7 @@ fi echo "$as_me:2947: checking for connect in -lsocket" >&5 -@@ -3573,9 +3573,9 @@ +@@ -3573,9 +3573,9 @@ cat >>confdefs.h <>confdefs.h <>confdefs.h <&5 -@@ -3644,14 +3644,6 @@ +@@ -3644,14 +3644,6 @@ cat >>confdefs.h <&5 echo $ECHO_N "checking wether netdb.h requires _USE_IRS... $ECHO_C" >&6 if grep _USE_IRS /usr/include/netdb.h >/dev/null ;then -@@ -3736,6 +3728,15 @@ +@@ -3736,6 +3728,15 @@ EOF SHARED_PARAMS="-Bshareable" DCCFLAGS="-fPIC" Modified: head/sysutils/msyslog/files/patch-src-Makefile.in ============================================================================== --- head/sysutils/msyslog/files/patch-src-Makefile.in Thu May 28 11:42:21 2015 (r387723) +++ head/sysutils/msyslog/files/patch-src-Makefile.in Thu May 28 12:04:43 2015 (r387724) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Fri Apr 11 20:36:26 2003 -+++ src/Makefile.in Thu Sep 15 11:01:15 2005 -@@ -74,9 +74,3 @@ +--- src/Makefile.in.orig 2003-04-11 16:36:26 UTC ++++ src/Makefile.in +@@ -74,9 +74,3 @@ install-prog: $(INSTALL) -s $(PROG) $(INSTALL_DIR)/ ; install: install-prog Modified: head/sysutils/msyslog/files/patch-src-modules-Makefile.in ============================================================================== --- head/sysutils/msyslog/files/patch-src-modules-Makefile.in Thu May 28 11:42:21 2015 (r387723) +++ head/sysutils/msyslog/files/patch-src-modules-Makefile.in Thu May 28 12:04:43 2015 (r387724) @@ -1,6 +1,6 @@ ---- src/modules/Makefile.in.orig Fri Apr 11 20:36:36 2003 -+++ src/modules/Makefile.in Wed Sep 14 16:44:15 2005 -@@ -35,7 +35,7 @@ +--- src/modules/Makefile.in.orig 2003-04-11 16:36:36 UTC ++++ src/modules/Makefile.in +@@ -35,7 +35,7 @@ DCCFLAGS= @DCCFLAGS@ CPPFLAGS= -I.. @CPPFLAGS@ INSTALL= @INSTALL@ Modified: head/sysutils/msyslog/files/utmpx-src-modules-om_classic.c ============================================================================== --- head/sysutils/msyslog/files/utmpx-src-modules-om_classic.c Thu May 28 11:42:21 2015 (r387723) +++ head/sysutils/msyslog/files/utmpx-src-modules-om_classic.c Thu May 28 12:04:43 2015 (r387724) @@ -1,5 +1,5 @@ --- src/modules/om_classic.c.orig 2010-01-25 16:36:53.000000000 -0800 -+++ src/modules/om_classic.c 2010-01-25 16:40:31.000000000 -0800 ++++ src/modules/om_classic.c @@ -66,7 +66,7 @@ #include #include