Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 12:04:44 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387724 - in head/sysutils/msyslog: . files
Message-ID:  <201505281204.t4SC4i1L083931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 

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 <<EOF
  #define MSYSLOG_VERSION_STR "$MSYSLOG_VERSION"
  EOF
  
@@ -21,7 +21,7 @@
  cat >>confdefs.h <<EOF
  #define MLIBNAME_STR "$MLIBNAME"
  EOF
-@@ -3587,7 +3587,7 @@
+@@ -3587,7 +3587,7 @@ then
  	prefix=$ac_default_prefix
  fi
  cat >>confdefs.h <<EOF
@@ -30,7 +30,7 @@
  EOF
  
  echo "$as_me:3593: checking wheter optreset is needed" >&5
-@@ -3644,14 +3644,6 @@
+@@ -3644,14 +3644,6 @@ cat >>confdefs.h <<EOF
  #define PID_DIR "$dir"
  EOF
  
@@ -45,7 +45,7 @@
  echo "$as_me:3655: checking wether netdb.h requires _USE_IRS" >&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 <string.h>
  #include <syslog.h>



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