diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-05 09:25:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-05 09:25:54 +0000 |
commit | c424989a181bda3a2f127c9e8ed751f62ecf7612 (patch) | |
tree | d5d992915235fe9ea9e50c5d9eb4ef196c025c89 | |
parent | 025fe1bcad256f6cc415f9435b66fa77d1ddd693 (diff) | |
download | pkgsrc-c424989a181bda3a2f127c9e8ed751f62ecf7612.tar.gz |
editres: update to 1.0.7.
Alan Coopersmith (10):
config: Add missing AC_CONFIG_SRCDIR
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Replace XtMalloc+sprintf pair with XtAsprintf call
Replace remaining sprintf calls with snprintf
Fix -Wsign-compare warnings
Strip trailing whitespace
Fix -Wmissing-noreturn warnings
Add intro to editres to README
editres 1.0.7
Emil Velikov (1):
autogen.sh: use quoted string variables
Eric S. Raymond (1):
Avoid a spurious warning during XML upconversion.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
-rw-r--r-- | x11/editres/DESCR | 6 | ||||
-rw-r--r-- | x11/editres/Makefile | 7 | ||||
-rw-r--r-- | x11/editres/distinfo | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/x11/editres/DESCR b/x11/editres/DESCR index 775e13db613..ab59a43f733 100644 --- a/x11/editres/DESCR +++ b/x11/editres/DESCR @@ -1,5 +1,5 @@ -This package provides editres, a program to display the widget tree of -applications with Editres protocol support and dynamically alter the -resource specification for those. +Editres is a tool that allows users and application developers to view +the full widget hierarchy of any Xt Toolkit application that speaks the +Editres protocol. This is from the modular X.org X11 project. diff --git a/x11/editres/Makefile b/x11/editres/Makefile index 5052651abb0..fb5e92bb08a 100644 --- a/x11/editres/Makefile +++ b/x11/editres/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/01/21 12:57:32 wiz Exp $ -# +# $NetBSD: Makefile,v 1.9 2018/03/05 09:25:54 wiz Exp $ -DISTNAME= editres-1.0.6 +DISTNAME= editres-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -16,4 +15,6 @@ USE_TOOLS+= pkg-config MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults .include "../../x11/libXaw/buildlink3.mk" +BUILDLINK_API_DEPENDS.libXt+= libXt>=1.0.99.1 +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/editres/distinfo b/x11/editres/distinfo index 38e5d29964a..9d49d65bf23 100644 --- a/x11/editres/distinfo +++ b/x11/editres/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 03:28:28 agc Exp $ +$NetBSD: distinfo,v 1.6 2018/03/05 09:25:54 wiz Exp $ -SHA1 (editres-1.0.6.tar.bz2) = dfaecb0b038d5c8d7244c518cf8c0c48d10455f9 -RMD160 (editres-1.0.6.tar.bz2) = 438b68b2654fdcaf9c9bcf2aabe5079fcd83b23a -SHA512 (editres-1.0.6.tar.bz2) = c070709ce926802696d43d27256cea125c04021ad7555e1ea6c90650bf9e9fdd8da7786ebc99d6cf6a2dac73db041d489d34e6b2f6ceb6b396b6e96711b1c510 -Size (editres-1.0.6.tar.bz2) = 156155 bytes +SHA1 (editres-1.0.7.tar.bz2) = 389e953ebb5080564a6780cb34b72bafae7f5540 +RMD160 (editres-1.0.7.tar.bz2) = acdb3e1b3c1ba0ca1f474034d54795de69ba883d +SHA512 (editres-1.0.7.tar.bz2) = b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32 +Size (editres-1.0.7.tar.bz2) = 166429 bytes |