summaryrefslogtreecommitdiff
path: root/x11/sessreg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-11 09:18:46 +0000
committerwiz <wiz@pkgsrc.org>2013-02-11 09:18:46 +0000
commitbde537c2b25f4c3d2a5d5578d876d09f3bbf7826 (patch)
tree6571d7be3cf25bd53d80e10275a036c3a6d1798c /x11/sessreg
parent52d445948398c20a7fdbf20d55c0da222d33d676 (diff)
downloadpkgsrc-bde537c2b25f4c3d2a5d5578d876d09f3bbf7826.tar.gz
Update to 1.0.8:
Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths
Diffstat (limited to 'x11/sessreg')
-rw-r--r--x11/sessreg/Makefile5
-rw-r--r--x11/sessreg/distinfo10
-rw-r--r--x11/sessreg/patches/patch-ab16
-rw-r--r--x11/sessreg/patches/patch-sessreg.c21
4 files changed, 6 insertions, 46 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile
index d67a4ec596c..afe31c10919 100644
--- a/x11/sessreg/Makefile
+++ b/x11/sessreg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:52 asau Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/11 09:18:46 wiz Exp $
-DISTNAME= sessreg-1.0.7
-PKGREVISION= 1
+DISTNAME= sessreg-1.0.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/sessreg/distinfo b/x11/sessreg/distinfo
index f2aadcf96ae..8eb134b811d 100644
--- a/x11/sessreg/distinfo
+++ b/x11/sessreg/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/06/10 16:46:01 wiz Exp $
+$NetBSD: distinfo,v 1.6 2013/02/11 09:18:46 wiz Exp $
-SHA1 (sessreg-1.0.7.tar.bz2) = 2c806506e1ebdd27b0628dac5c699aae9268a11d
-RMD160 (sessreg-1.0.7.tar.bz2) = 77d5ecd945282487d9cc5f2079dc5bbb6a84ea7c
-Size (sessreg-1.0.7.tar.bz2) = 120461 bytes
-SHA1 (patch-ab) = f4f8a51bfe022f6e4f8ad2471f13d68570f456cb
-SHA1 (patch-sessreg.c) = 1c05c8a4967527cd4ef8219cfd99eb3f7cce2489
+SHA1 (sessreg-1.0.8.tar.bz2) = dc4fa8b804e7cb4cfbadbef3708c3b97076ddb65
+RMD160 (sessreg-1.0.8.tar.bz2) = f74a47dc735365093ce6152f0b035a7964830214
+Size (sessreg-1.0.8.tar.bz2) = 126979 bytes
diff --git a/x11/sessreg/patches/patch-ab b/x11/sessreg/patches/patch-ab
deleted file mode 100644
index f0553db6e52..00000000000
--- a/x11/sessreg/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2012/06/10 16:40:24 wiz Exp $
-
-Ugh ... more arbitrary per-OS preprocessor fun; let's replace this
-with something we can keep track of more intuitively.
-
---- sessreg.h.orig 2011-06-26 16:30:31.000000000 +0000
-+++ sessreg.h
-@@ -76,7 +76,7 @@
- #endif
-
- #ifdef CSRG_BASED
--#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
-+#ifdef NO_COLON_ZERO_IN_UTMP
- /* *BSD doesn't like a ':0' type entry in utmp */
- #define NO_UTMP
- #endif
diff --git a/x11/sessreg/patches/patch-sessreg.c b/x11/sessreg/patches/patch-sessreg.c
deleted file mode 100644
index 16e3d916cd9..00000000000
--- a/x11/sessreg/patches/patch-sessreg.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-sessreg.c,v 1.2 2012/06/10 16:46:01 wiz Exp $
-
-Make sure file name defines exist on NetBSD.
-https://bugs.freedesktop.org/show_bug.cgi?id=50940
-
---- sessreg.c.orig 2011-09-26 23:01:11.000000000 +0000
-+++ sessreg.c
-@@ -99,6 +99,13 @@ static const char *wtmpx_file = NULL;
- static const char *utmpx_file = NULL;
- #endif
- #endif
-+#ifndef WTMPX_FILE
-+#define WTMPX_FILE _PATH_WTMPX
-+#endif
-+#ifndef UTMPX_FILE
-+#define UTMPX_FILE _PATH_UTMPX
-+#endif
-+
- static int utmp_none, wtmp_none;
- /*
- * BSD specific variables. To make life much easier for Xstartup/Xreset