diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-07 12:30:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-07 12:30:12 +0000 |
commit | f7bf261eed240226c544fedd4748adcce75f11ec (patch) | |
tree | da12c46b25273e76dec8a4b6821209d4fd03ad31 /x11/rxvt | |
parent | 5c226d457363018911227e4172f8b6b04f3597f2 (diff) | |
download | ports-f7bf261eed240226c544fedd4748adcce75f11ec.tar.gz ports-f7bf261eed240226c544fedd4748adcce75f11ec.zip |
Notes
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt/files/patch-aa | 14 | ||||
-rw-r--r-- | x11/rxvt/files/patch-ab | 10 | ||||
-rw-r--r-- | x11/rxvt/files/patch-ac | 29 |
4 files changed, 8 insertions, 47 deletions
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo index f78eaebd0643..5b1c00e929a5 100644 --- a/x11/rxvt/distinfo +++ b/x11/rxvt/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.16.tar.gz) = b7e468ba8b7dd335f5462e62aa2a566a +MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3 diff --git a/x11/rxvt/files/patch-aa b/x11/rxvt/files/patch-aa index db6bfb619da0..023eb0f45fff 100644 --- a/x11/rxvt/files/patch-aa +++ b/x11/rxvt/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Apr 2 09:00:00 1996 -+++ Makefile.in Sat Dec 7 16:38:15 1996 -@@ -9,7 +9,7 @@ +--- Makefile.in.orig Fri Sep 27 10:48:20 1996 ++++ Makefile.in Mon Feb 24 01:09:28 1997 +@@ -7,7 +7,7 @@ first_rule: all dummy: --subdirs=src doc rclock test/graphics test/vttest -+subdirs=src doc #rclock test/graphics test/vttest +-subdirs = src doc rclock src/graphics ++subdirs = src doc #rclock src/graphics + + DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir - DIST_ETC = etc/xmkdir etc/XTerm.ad etc/termcap etc/terminfo - DIST_OLD = etc/old/Imakefile etc/old/Makefile etc/old/config.h diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab deleted file mode 100644 index 0c8209f7823f..000000000000 --- a/x11/rxvt/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- Make.common.in.orig Tue Apr 2 09:00:00 1996 -+++ Make.common.in Sat Dec 7 17:08:14 1996 -@@ -42,6 +42,7 @@ - - # Flags & libs - # cannot use := to append (except GNU make), so do it this way. -+XINC = $(prefix)/include -I.. - XCFLAGS = @CFLAGS@ - XCPPFLAGS = @CPPFLAGS@ $(XINC) - XLDFLAGS = @LDFLAGS@ diff --git a/x11/rxvt/files/patch-ac b/x11/rxvt/files/patch-ac deleted file mode 100644 index b1c6fd150e1f..000000000000 --- a/x11/rxvt/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Makefile.in.orig Tue Apr 2 09:00:00 1996 -+++ src/Makefile.in Sat Dec 7 17:29:38 1996 -@@ -6,7 +6,7 @@ - first_rule: all - dummy: - --CFLAGS = $(XCFLAGS) -+CFLAGS = $(XCFLAGS) -DFREEBSD - CPPFLAGS = $(XCPPFLAGS) - LDFLAGS = $(XLDFLAGS) - DEFS = $(XDEFS) -@@ -34,7 +34,7 @@ - all: rxvt - - rxvt: VERSION depend $(OBJS) -- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -lX11 -+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -L$(prefix)/lib -lX11 - - VERSION: - @echo "#define VERSION \""$(VERSION)"\"" -@@ -72,7 +72,7 @@ - depend dep: .depend - - .depend: -- $(DEPEND) -s "# DO NOT DELETE" -- $(CPPFLAGS) -- $(SRCS) -+ $(DEPEND) -I$(XINC) -s "# DO NOT DELETE" -- $(CPPFLAGS) -- $(SRCS) - @touch .depend - - # ------------------------------------------------------------------------ |