diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:50:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-19 15:50:15 +0000 |
commit | d6eac32219ae832c1ecdbfbf01c6fb82ced78efd (patch) | |
tree | 8ac61d3ed2d56051c71b64ac28012bbe8e1adc12 /x11/rxvt/files | |
parent | 952a060d7965aa4d4a0280f177ded3d31ee9f2ad (diff) |
Notes
Diffstat (limited to 'x11/rxvt/files')
-rw-r--r-- | x11/rxvt/files/patch-aa | 8 | ||||
-rw-r--r-- | x11/rxvt/files/patch-ac | 32 |
2 files changed, 24 insertions, 16 deletions
diff --git a/x11/rxvt/files/patch-aa b/x11/rxvt/files/patch-aa index 6474271cd903..e90f485112ef 100644 --- a/x11/rxvt/files/patch-aa +++ b/x11/rxvt/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Dec 24 20:05:41 1999 -+++ Makefile.in Fri Dec 24 20:05:48 1999 +--- Makefile.in.orig Mon Aug 21 23:31:36 2000 ++++ Makefile.in Mon Aug 21 23:31:51 2000 @@ -9,7 +9,7 @@ first_rule: all dummy: --subdirs = src doc rclock src/graphics src/test -+subdirs = src doc # rclock src/graphics src/test +-subdirs = src doc rclock src/graphics ++subdirs = src doc DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog diff --git a/x11/rxvt/files/patch-ac b/x11/rxvt/files/patch-ac index 6dc0d7630cb4..5e70c833507b 100644 --- a/x11/rxvt/files/patch-ac +++ b/x11/rxvt/files/patch-ac @@ -1,12 +1,20 @@ ---- doc/Makefile.in Sun Mar 12 00:26:26 2000 -+++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000 -@@ -40,9 +40,6 @@ - - all: rxvt.1 - --rxvt.1: rxvt.tbl Makefile -- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi -- - SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ - -e 's%@RXVT_DATE@%$(DATE)%g;'\ +--- autoconf/config.h.in.orig Mon Aug 21 23:33:43 2000 ++++ autoconf/config.h.in Mon Aug 21 23:34:39 2000 +@@ -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 |