summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon>2014-07-02 13:57:18 +0000
committerryoon <ryoon>2014-07-02 13:57:18 +0000
commit8f84f69d0296b5359183e3f066813708c3e3933e (patch)
tree9c634daec9256ad7426aed97c6b634878b84c1b5 /devel
parent132adc4b60da29a7a39454c01de48a8ef9269c61 (diff)
downloadpkgsrc-8f84f69d0296b5359183e3f066813708c3e3933e.tar.gz
Update to 3.1.20140620
Changelog: 2014-06-20 Jess Thrysoee * version-info: 0:51:0 * all: sync with upstream source 2014-06-18 Jess Thrysoee * version-info: 0:50:0 * all: sync with upstream source - add weak alias patches 2014-06-18 Jess Thrysoee * version-info: 0:49:0 * all: sync with upstream source. 2014-02-13 Jess Thrysoee * version-info: 0:48:0 * all: sync with upstream source. * examples/fileman.c: Fix typo. Patch by Kamil Dudka. * Makefile.am, configure.ac: Add --enable-examples configure parameter. Make it possible to enable/disable building of the examples programs. Patch by James Le Cuirot.
Diffstat (limited to 'devel')
-rw-r--r--devel/editline/Makefile12
-rw-r--r--devel/editline/distinfo10
-rw-r--r--devel/editline/patches/patch-ac15
3 files changed, 24 insertions, 13 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index 29fd60d0514..b6c359ccd81 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.3 2013/10/11 14:24:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/07/02 13:57:18 ryoon Exp $
#
-DISTNAME= libedit-20130712-3.1
-PKGNAME= editline-3.1.20130712
-PKGREVISION= 1
+DISTNAME= libedit-20140620-3.1
+PKGNAME= editline-3.1.20140620
CATEGORIES= devel
-MASTER_SITES= http://www.thrysoee.dk/editline/
+MASTER_SITES= http://thrysoee.dk/editline/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.thrysoee.dk/editline/
COMMENT= NetBSD Editline library (libedit) for generic line editing
LICENSE= modified-bsd
+PKGCONFIG_OVERRIDE+= libedit.pc.in
+
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= automake autoreconf
+CONFIGURE_ARGS+= --enable-widec
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
diff --git a/devel/editline/distinfo b/devel/editline/distinfo
index 38046ab7da5..b35c4fcc92b 100644
--- a/devel/editline/distinfo
+++ b/devel/editline/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2014/05/19 10:40:40 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2014/07/02 13:57:18 ryoon Exp $
-SHA1 (libedit-20130712-3.1.tar.gz) = 6bb65d88244a89680cec73682093f66c01a8a9b9
-RMD160 (libedit-20130712-3.1.tar.gz) = 69f55494ebe04f9f01c3a7cde515484a1095337e
-Size (libedit-20130712-3.1.tar.gz) = 483857 bytes
+SHA1 (libedit-20140620-3.1.tar.gz) = 9c0fc40ac9336af9af0799bcdfd3537a6ad258ff
+RMD160 (libedit-20140620-3.1.tar.gz) = 20c51220d0b856c2aa4a15db53e5874676689746
+Size (libedit-20140620-3.1.tar.gz) = 483857 bytes
SHA1 (patch-Makefile.am) = 6d70f52c62a9180c74830a895cd0f1e2cc4f8a8f
SHA1 (patch-ab) = fe77807ef3277b52c8cb32c5f32eaac41119ffc7
-SHA1 (patch-ac) = 71b27006acc43128ad9756e07eb79e961f6f9c94
+SHA1 (patch-ac) = 9872c8337106669a3801fc451fe5f116d5871887
diff --git a/devel/editline/patches/patch-ac b/devel/editline/patches/patch-ac
index 2a014487887..1278cc15002 100644
--- a/devel/editline/patches/patch-ac
+++ b/devel/editline/patches/patch-ac
@@ -1,8 +1,17 @@
-$NetBSD: patch-ac,v 1.1 2013/07/15 01:42:47 ryoon Exp $
+$NetBSD: patch-ac,v 1.2 2014/07/02 13:57:18 ryoon Exp $
---- configure.ac.orig 2009-01-11 19:33:42.000000000 +0900
+--- configure.ac.orig 2014-06-18 19:10:06.000000000 +0000
+++ configure.ac
-@@ -57,6 +57,7 @@ AC_C_CONST
+@@ -72,7 +72,7 @@ AC_ARG_ENABLE(
+ [enable_examples="yes"]
+ )
+
+-AM_CONDITIONAL(ENABLE_EXAMPLES, [test "$enable_examples" == "yes"])
++AM_CONDITIONAL(ENABLE_EXAMPLES, [test "$enable_examples" = "yes"])
+
+ # Checks for header files.
+ AC_HEADER_DIRENT
+@@ -107,6 +107,7 @@ AC_C_CONST
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES([u_int32_t])