All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot]  [PATCH] libconfuse: bump to version 2.7
@ 2011-08-18 23:53 Dan Pattison
  2011-08-19  4:48 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 2 Dan Pattison
  0 siblings, 1 reply; 10+ messages in thread
From: Dan Pattison @ 2011-08-18 23:53 UTC (permalink / raw)
  To: buildroot

My first patch.
Old libconfuse version 2.6 is from year 2007 so bump to version 2.7
Updated download URL
Removed libconfuse-2.6-dont-use-werror.patch
Changed := to just =


Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca>
---
  .../libconfuse-2.6-dont-use-werror.patch           |   34 
--------------------
  package/libconfuse/libconfuse.mk                   |   12 +++---
  2 files changed, 6 insertions(+), 40 deletions(-)
  delete mode 100644 package/libconfuse/libconfuse-2.6-dont-use-werror.patch

diff --git a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch 
b/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
deleted file mode 100644
index 50d0733..0000000
--- a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-confuse: don't compile with -Werror
-
-Werror isn't really a robust setting for !development.
----
- src/Makefile.am |    2 +-
- src/Makefile.in |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: confuse-2.6/src/Makefile.am
-===================================================================
---- confuse-2.6.orig/src/Makefile.am
-+++ confuse-2.6/src/Makefile.am
-@@ -10,7 +10,7 @@
- DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-
- if cc_is_gcc
--AM_CFLAGS=-Wall -Werror
-+AM_CFLAGS=-Wall
- endif
-
- LIBS = @LIBS@
-Index: confuse-2.6/src/Makefile.in
-===================================================================
---- confuse-2.6.orig/src/Makefile.in
-+++ confuse-2.6/src/Makefile.in
-@@ -196,7 +196,7 @@
- libconfuse_la_SOURCES = confuse.c lexer.l
- libconfuse_la_LIBADD = $(LTLIBINTL)
- include_HEADERS = confuse.h
-- at cc_is_gcc_TRUE@AM_CFLAGS = -Wall -Werror
-+ at cc_is_gcc_TRUE@AM_CFLAGS = -Wall
- CLEANFILES = *~ \#*\#
- AM_LFLAGS = -Pcfg_yy -olex.yy.c
- all: all-am
diff --git a/package/libconfuse/libconfuse.mk 
b/package/libconfuse/libconfuse.mk
index 03aa0bc..06a85e1 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -3,12 +3,12 @@
  # libconfuse
  #
  #############################################################
-LIBCONFUSE_VERSION:=2.6
-LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
-LIBCONFUSE_SITE:=http://bzero.se/confuse/
-LIBCONFUSE_AUTORECONF:=NO
-LIBCONFUSE_INSTALL_STAGING:=YES
-LIBCONFUSE_INSTALL_TARGET:=YES
+LIBCONFUSE_VERSION = 2.7
+LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.gz
+LIBCONFUSE_SITE = http://savannah.nongnu.org/download/confuse/
+LIBCONFUSE_AUTORECONF = NO
+LIBCONFUSE_INSTALL_STAGING = YES
+LIBCONFUSE_INSTALL_TARGET = YES

  LIBCONFUSE_CONF_OPT:=--disable-rpath

-- 
1.6.3.3

-- 
Dan Pattison
Ethertek Circuits

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-09-11 17:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18 23:53 [Buildroot] [PATCH] libconfuse: bump to version 2.7 Dan Pattison
2011-08-19  4:48 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 2 Dan Pattison
2011-08-19  9:06   ` Thomas Petazzoni
2011-08-19 15:12     ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 3 Dan Pattison
2011-08-22  7:39       ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 4 Dan Pattison
2011-09-01  7:26         ` Thomas Petazzoni
2011-09-01 14:47         ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 5 Dan Pattison
2011-09-11 13:15           ` Peter Korsgaard
2011-09-11 15:41             ` Dan Pattison
2011-09-11 17:55               ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.