summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authormartin <martin>2002-09-30 12:29:12 +0000
committermartin <martin>2002-09-30 12:29:12 +0000
commit596fd6bddc988d6984e88f77ac07708f41afe37d (patch)
tree77ae878a72518e2bd151325797e432b3af41fbc9 /x11/rxvt
parent705089fe057b2897c95c0becf1532e365c983691 (diff)
downloadpkgsrc-596fd6bddc988d6984e88f77ac07708f41afe37d.tar.gz
Brute-force SYSV style utmpx handling off if compiling for NetBSD.
Our utmpx (at least in current) is good enough to be recognized, but the configure script/ifdef logic assumes we are SysV then, unless overriden as Solaris (RXVT_UTMP_AS_UTMPX). But we are BSD style utmpx, so no ut_id, ut_pid, ut_type and friends.
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/distinfo3
-rw-r--r--x11/rxvt/patches/patch-af14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo
index a6d840fcf7f..4abda2981f2 100644
--- a/x11/rxvt/distinfo
+++ b/x11/rxvt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/07/16 22:06:02 martin Exp $
+$NetBSD: distinfo,v 1.5 2002/09/30 12:29:12 martin Exp $
SHA1 (rxvt-2.7.3.tar.bz2) = 1f5380ba70d1b795e6532a79b1e2d7371505b504
Size (rxvt-2.7.3.tar.bz2) = 266784 bytes
@@ -7,3 +7,4 @@ SHA1 (patch-ab) = 72d2fac47a414e1d64aedc4ad20670736e24b0fa
SHA1 (patch-ac) = 3e5e3fc12573f52f764fa2c9f5ae90c1578edde5
SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f
SHA1 (patch-ae) = ce0bd392cde7c436834f68391e0d38b53f1755cc
+SHA1 (patch-af) = 579e97c7481b145f93b0183b6eb289304a2224a2
diff --git a/x11/rxvt/patches/patch-af b/x11/rxvt/patches/patch-af
new file mode 100644
index 00000000000..40dd0bfdf10
--- /dev/null
+++ b/x11/rxvt/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.3 2002/09/30 12:29:12 martin Exp $
+
+
+--- src/logging.h.orig Mon Sep 30 14:18:57 2002
++++ src/logging.h Mon Sep 30 14:19:25 2002
+@@ -32,7 +32,7 @@
+ # include <utmpx.h>
+ # else
+ # include <utmp.h>
+-# ifdef HAVE_SETUTENT
++# if defined(HAVE_SETUTENT) && !defined(__NetBSD__)
+ # define USE_SYSV_UTMP
+ # else
+ # undef USE_SYSV_UTMP