pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/editres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  5 09:25:54 UTC 2018

Modified Files:
        pkgsrc/x11/editres: DESCR Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/editres/DESCR
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/editres/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/editres/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/editres/DESCR
diff -u pkgsrc/x11/editres/DESCR:1.1.1.1 pkgsrc/x11/editres/DESCR:1.2
--- pkgsrc/x11/editres/DESCR:1.1.1.1    Tue Apr 10 13:46:29 2007
+++ pkgsrc/x11/editres/DESCR    Mon Mar  5 09:25:54 2018
@@ -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.

Index: pkgsrc/x11/editres/Makefile
diff -u pkgsrc/x11/editres/Makefile:1.8 pkgsrc/x11/editres/Makefile:1.9
--- pkgsrc/x11/editres/Makefile:1.8     Mon Jan 21 12:57:32 2013
+++ pkgsrc/x11/editres/Makefile Mon Mar  5 09:25:54 2018
@@ -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"

Index: pkgsrc/x11/editres/distinfo
diff -u pkgsrc/x11/editres/distinfo:1.5 pkgsrc/x11/editres/distinfo:1.6
--- pkgsrc/x11/editres/distinfo:1.5     Wed Nov  4 03:28:28 2015
+++ pkgsrc/x11/editres/distinfo Mon Mar  5 09:25:54 2018
@@ -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



Home | Main Index | Thread Index | Old Index