]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Bump vpnc version and remove build of man pages, which breaks when cross compiling
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Wed, 14 Jan 2009 23:50:44 +0000 (23:50 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Wed, 14 Jan 2009 23:50:44 +0000 (23:50 -0000)
package/vpnc/vpnc-0.5.3-nomanual.patch [new file with mode: 0644]
package/vpnc/vpnc-0.5.3-susv3-legacy.patch [new file with mode: 0644]
package/vpnc/vpnc.mk

diff --git a/package/vpnc/vpnc-0.5.3-nomanual.patch b/package/vpnc/vpnc-0.5.3-nomanual.patch
new file mode 100644 (file)
index 0000000..7f2ea53
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN vpnc-0.5.3-0rig/Makefile vpnc-0.5.3/Makefile
+--- vpnc-0.5.3-0rig/Makefile   2008-11-19 21:36:12.000000000 +0100
++++ vpnc-0.5.3/Makefile        2009-01-15 00:38:36.000000000 +0100
+@@ -72,7 +72,10 @@
+       $(CC) -o $@ $^ $(LDFLAGS)
+ vpnc.8 : vpnc.8.template makeman.pl vpnc
+-      ./makeman.pl
++      @echo "Cannot make manual when cross compiling"
++      touch $@
++
++#     ./makeman.pl
+ vpnc-script : vpnc-script.in
+       sed -e 's,@''PREFIX''@,$(PREFIX),g' $< > $@ && chmod 755 $@
diff --git a/package/vpnc/vpnc-0.5.3-susv3-legacy.patch b/package/vpnc/vpnc-0.5.3-susv3-legacy.patch
new file mode 100644 (file)
index 0000000..2e577e3
--- /dev/null
@@ -0,0 +1,12 @@
+diff -rdup vpnc-0.5.1.oorig/config.c vpnc-0.5.1/config.c
+--- vpnc-0.5.1.oorig/config.c  2007-09-10 22:39:48.000000000 +0200
++++ vpnc-0.5.1/config.c        2007-09-19 14:19:46.000000000 +0200
+@@ -538,7 +538,7 @@ static char *get_config_filename(const c
+ {
+       char *realname;
+       
+-      asprintf(&realname, "%s%s%s", index(name, '/') ? "" : "/etc/vpnc/", name, add_dot_conf ? ".conf" : "");
++      asprintf(&realname, "%s%s%s", strchr(name, '/') ? "" : "/etc/vpnc/", name, add_dot_conf ? ".conf" : "");
+       return realname;
+ }
index 0cca65b20219b99e33da7f2641fb69fb031f0af2..93f7eec1c68c87ac916beecb3f95732f166e3b50 100644 (file)
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-VPNC_VERSION=0.5.1
+VPNC_VERSION=0.5.3
 VPNC_SOURCE=vpnc-$(VPNC_VERSION).tar.gz
 VPNC_SITE=http://www.unix-ag.uni-kl.de/~massar/vpnc
 VPNC_DIR=$(BUILD_DIR)/vpnc-$(VPNC_VERSION)