summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-23 04:35:17 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-23 04:35:17 +0000
commitd8567e3606dfdb2344ac144c3c4330efbaa85f1c (patch)
treeb094a36e135cfa730e96fde853689f36b525e4bc /x11
parentgrep -> ${GREP} (diff)
Add support for utmp in rxvt. All the user has to do
is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet
Notes
Notes: svn path=/head/; revision=20903
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-devel/Makefile4
-rw-r--r--x11/rxvt-devel/files/patch-ad20
-rw-r--r--x11/rxvt-unicode/Makefile4
-rw-r--r--x11/rxvt/Makefile4
4 files changed, 26 insertions, 6 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 4dbfb17dfe47..032ad784dcfe 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
-# $Id: Makefile,v 1.24 1999/07/03 18:02:01 obrien Exp $
+# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $
#
DISTNAME= rxvt-2.6.1
@@ -11,13 +11,13 @@ CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
${MASTER_SITE_SUNSITE}
-
MASTER_SITE_SUBDIR= X11/terms
MAINTAINER= andrews@technologist.com
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-utmp --enable-wtmp
USE_BZIP2= yes
MAN1= rxvt.1
diff --git a/x11/rxvt-devel/files/patch-ad b/x11/rxvt-devel/files/patch-ad
new file mode 100644
index 000000000000..5593c2f40ddf
--- /dev/null
+++ b/x11/rxvt-devel/files/patch-ad
@@ -0,0 +1,20 @@
+--- autoconf/config.h.in.orig Mon Aug 16 23:55:41 1999
++++ autoconf/config.h.in Sun Aug 22 21:32:25 1999
+@@ -161,7 +161,7 @@
+ #undef HAVE_UTMP_HOST
+
+ /* Define location of utmp */
+-#undef RXVT_UTMP_FILE
++#define RXVT_UTMP_FILE "/var/run/utmp"
+
+ /* Define in utmpx.h has struct utmpx */
+ #undef HAVE_STRUCT_UTMPX
+@@ -173,7 +173,7 @@
+ #undef RXVT_UTMPX_FILE
+
+ /* Define location of wtmp */
+-#undef RXVT_WTMP_FILE
++#define RXVT_WTMP_FILE "/var/log/wtmp"
+
+ /* Define location of wtmpx */
+ #undef RXVT_WTMPX_FILE
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 4dbfb17dfe47..032ad784dcfe 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -3,7 +3,7 @@
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
-# $Id: Makefile,v 1.24 1999/07/03 18:02:01 obrien Exp $
+# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $
#
DISTNAME= rxvt-2.6.1
@@ -11,13 +11,13 @@ CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
${MASTER_SITE_SUNSITE}
-
MASTER_SITE_SUBDIR= X11/terms
MAINTAINER= andrews@technologist.com
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-utmp --enable-wtmp
USE_BZIP2= yes
MAN1= rxvt.1
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 4dbfb17dfe47..032ad784dcfe 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -3,7 +3,7 @@
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
-# $Id: Makefile,v 1.24 1999/07/03 18:02:01 obrien Exp $
+# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $
#
DISTNAME= rxvt-2.6.1
@@ -11,13 +11,13 @@ CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
${MASTER_SITE_SUNSITE}
-
MASTER_SITE_SUBDIR= X11/terms
MAINTAINER= andrews@technologist.com
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-utmp --enable-wtmp
USE_BZIP2= yes
MAN1= rxvt.1