From 447a9b9d9f2ca9c48177e293e11c4e4bcd56c8cb Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 27 Jun 2012 11:58:56 +0000 Subject: [PATCH] Fix another underquoted warning. --- devel/dotconf/Makefile | 3 ++- devel/dotconf/patches/patch-dotconf_m4 | 16 ++++++++++++++++ devel/log4c/Makefile | 3 ++- devel/log4c/patches/patch-log4c_m4 | 16 ++++++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 devel/dotconf/patches/patch-dotconf_m4 create mode 100644 devel/log4c/patches/patch-log4c_m4 diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index c508a882f42..eb57cd9a75a 100755 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/04/26 19:36:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.2 2012/06/27 12:01:36 jasper Exp $ COMMENT= simple, powerful configuration-file parser DISTNAME= dotconf-1.1.0 +REVISION= 0 SHARED_LIBS += dotconf 0.0 # .0.0 SHARED_LIBS += dotconf-1.1 0.0 # .0.0 CATEGORIES= devel diff --git a/devel/dotconf/patches/patch-dotconf_m4 b/devel/dotconf/patches/patch-dotconf_m4 new file mode 100644 index 00000000000..10beee21072 --- /dev/null +++ b/devel/dotconf/patches/patch-dotconf_m4 @@ -0,0 +1,16 @@ +$OpenBSD: patch-dotconf_m4,v 1.1 2012/06/27 12:01:36 jasper Exp $ + +Fix a warning: +warning: underquoted definition of AM_PATH_DOTCONF + +--- dotconf.m4.orig Wed Jun 27 13:59:20 2012 ++++ dotconf.m4 Wed Jun 27 13:59:36 2012 +@@ -2,7 +2,7 @@ + dnl ## AM_PATH_DOTCONF([MINIMUM_VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT_FOUND]]]) + dnl ## + dnl ## +-AC_DEFUN(AM_PATH_DOTCONF, ++AC_DEFUN([AM_PATH_DOTCONF], + [dnl + dnl Get the cflags and libs from the dotconf-config script + dnl diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index eee1d0dbf6c..3bff06525ed 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/05/11 11:43:49 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2012/06/27 11:58:56 jasper Exp $ COMMENT= logging for c library DISTNAME= log4c-1.2.1 +REVISION= 0 SHARED_LIBS += log4c 0.0 # 4.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4c/} diff --git a/devel/log4c/patches/patch-log4c_m4 b/devel/log4c/patches/patch-log4c_m4 new file mode 100644 index 00000000000..2487f98f83f --- /dev/null +++ b/devel/log4c/patches/patch-log4c_m4 @@ -0,0 +1,16 @@ +$OpenBSD: patch-log4c_m4,v 1.1 2012/06/27 11:58:56 jasper Exp $ + +Fix a warning: +warning: underquoted definition of AM_PATH_LOG4c + +--- log4c.m4.orig Wed Jun 27 13:56:25 2012 ++++ log4c.m4 Wed Jun 27 13:56:39 2012 +@@ -4,7 +4,7 @@ + dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS + dnl +-AC_DEFUN(AM_PATH_LOG4C, ++AC_DEFUN([AM_PATH_LOG4C], + [dnl + dnl Get the cflags and libraries from the log4c-config script + dnl