summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-10 22:14:31 +0000
committerwiz <wiz@pkgsrc.org>2018-03-10 22:14:31 +0000
commit9d7a238f1ef9d9c3da683ddb9d4563075490a6d9 (patch)
treee5c2a5d503a5ddb35ebb7d0ccb789d5560166ebc /x11
parent7252e82d09f5e45c375d26d90b5e46f47a9ff71a (diff)
downloadpkgsrc-9d7a238f1ef9d9c3da683ddb9d4563075490a6d9.tar.gz
xrdb: update to 1.1.1.
Alan Coopersmith (13): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 configure: add more m4 quoting to quiet autoconf complaints Remove unused macro RESOURCE_PROPERTY_NAME Clean up sign/size conversion warnings from clang Stop casting free() arguments to (char *) unifdef -U__UNIXOS2__ Print which option was in error along with usage message Use SEEK_* names instead of raw numbers for fseek whence argument Reformat code to X.Org standard coding style Fix "editting" typo in comment Use reallocarray() for array allocations & resizing xrdb 1.1.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11')
-rw-r--r--x11/xrdb/Makefile11
-rw-r--r--x11/xrdb/distinfo10
2 files changed, 13 insertions, 8 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile
index 7a9db17e901..e31470ceda9 100644
--- a/x11/xrdb/Makefile
+++ b/x11/xrdb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/09/09 09:42:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/03/10 22:14:31 wiz Exp $
-DISTNAME= xrdb-1.1.0
+DISTNAME= xrdb-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +14,12 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-cpp=${CPPPATH}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= ac_cv_func_reallocarray=no
+.endif
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo
index 142cbfac013..36f117f0d6c 100644
--- a/x11/xrdb/distinfo
+++ b/x11/xrdb/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 03:29:11 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/03/10 22:14:31 wiz Exp $
-SHA1 (xrdb-1.1.0.tar.bz2) = b95ae53b767ee7b56baa55fc78eb9c0b9e5ccd29
-RMD160 (xrdb-1.1.0.tar.bz2) = e4464ffdf7decb6f7845929b801e0b84b19ffb57
-SHA512 (xrdb-1.1.0.tar.bz2) = 8e2a177653d5aa895c71ed3640e0f1dd9fe8bf5cd6f0c6ff7e372394a2a41c3aa2286905fd9c69e3d140024d235b81a1f32b5d4012b1ac5ac1ed945599dee407
-Size (xrdb-1.1.0.tar.bz2) = 138035 bytes
+SHA1 (xrdb-1.1.1.tar.bz2) = 0d6b1cae357574d565d6e6bc10f6ccf073e1b9dd
+RMD160 (xrdb-1.1.1.tar.bz2) = 288832d02835bae714213eb774c102c9955d5da1
+SHA512 (xrdb-1.1.1.tar.bz2) = 20c342004ef911fc4d3ef4ac3ac15d1c30bb946b8156f3a6916c242e470be0cb63261563462fd1e2e07b1a7cc527b8cacf5f913e31b02196629a95043cf8d13f
+Size (xrdb-1.1.1.tar.bz2) = 141950 bytes