diff options
author | wiz <wiz> | 2013-01-26 23:05:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-26 23:05:16 +0000 |
commit | 8a14de4ab5a6e9bb471e14819e6dbddf452cfcaa (patch) | |
tree | d54d614db3adbb4be6f048c6db33bd10ea04c999 /chat | |
parent | 632cb3a7275817093eed9dedefa77bda1720a674 (diff) | |
download | pkgsrc-8a14de4ab5a6e9bb471e14819e6dbddf452cfcaa.tar.gz |
automake-1.13 compat.
While here, remove configure patch -- doesn't make much sense if there is
a configure.in patch and autoconf is called.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/quirc/distinfo | 5 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ae | 14 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ag | 18 |
3 files changed, 17 insertions, 20 deletions
diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo index 6097af2f20b..9f904bacdb2 100644 --- a/chat/quirc/distinfo +++ b/chat/quirc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2011/11/27 23:49:38 marino Exp $ +$NetBSD: distinfo,v 1.11 2013/01/26 23:05:16 wiz Exp $ SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1 RMD160 (quirc-0.9.84.tar.gz) = 6fdacee28b63363c3276349c32bd7bfbd463ff19 @@ -6,8 +6,7 @@ Size (quirc-0.9.84.tar.gz) = 341962 bytes SHA1 (patch-aa) = fe5c266abb0651739c10d4428457cc7a6ab426aa SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126 -SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa -SHA1 (patch-ag) = ae9a1383c20624f6f4ce7d4cb6a7c27ee06e85ea +SHA1 (patch-ag) = c5f56e4efc99200789e6d9c382c952674b7014c0 SHA1 (patch-history.h) = 7f8a6a742cd169cde13aaae865e022cc36332774 SHA1 (patch-nick.h) = 5a7e46b1da8c4e6381d00bb7477706df52c1505b SHA1 (patch-query.h) = 6803318fea7c20a1b3d477bc0e55ad42a5b08862 diff --git a/chat/quirc/patches/patch-ae b/chat/quirc/patches/patch-ae deleted file mode 100644 index 7ecfa0bf35c..00000000000 --- a/chat/quirc/patches/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/05/31 07:25:58 minskim Exp $ - ---- configure.orig 2004-01-13 01:23:06.000000000 -0600 -+++ configure -@@ -5737,7 +5737,8 @@ if test "${with_tcl_version+set}" = set; - TCL_VERSION="$with_tcl_version" - fi; - -- -+. ${TCL_LIB_DIR}/tclConfig.sh -+LIBS="${LIBS}${TCL_LIBS}" - TCL_DONE=0 - TK_DONE=0 - TCL_HEADER=tcl.h diff --git a/chat/quirc/patches/patch-ag b/chat/quirc/patches/patch-ag index 536fa1723af..f560d4a9867 100644 --- a/chat/quirc/patches/patch-ag +++ b/chat/quirc/patches/patch-ag @@ -1,7 +1,19 @@ -$NetBSD: patch-ag,v 1.1 2007/03/17 16:06:23 rillig Exp $ +$NetBSD: patch-ag,v 1.2 2013/01/26 23:05:16 wiz Exp $ ---- configure.in.orig 2004-01-12 10:33:19.000000000 +0100 -+++ configure.in 2007-03-17 16:52:15.000000000 +0100 +First chunk: automake-1.13 compat. +Second chunk: look for sys/types.h. + +--- configure.in.orig 2004-01-12 09:33:19.000000000 +0000 ++++ configure.in +@@ -7,7 +7,7 @@ dnl Set up Automake handling + AM_INIT_AUTOMAKE(quirc,0.9.84) + + dnl Do the config.h stuff +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + dnl Set the version information + RPMREL=1 @@ -417,6 +417,8 @@ if test "$HAVETK" != "1"; then AC_MSG_ER dnl Make sure size_t is defined AC_TYPE_SIZE_T |