head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.2 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.4 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.2 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.1.0.26 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.24 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.22 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.20 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.18 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.16 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.14 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.12 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.10 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2013.01.20.13.40.54; author morr; state dead; branches; next 1.3; 1.3 date 2012.06.28.18.24.08; author riastradh; state Exp; branches; next 1.2; 1.2 date 2012.06.26.20.10.49; author riastradh; state Exp; branches; next 1.1; 1.1 date 2009.03.06.00.20.27; author snj; state Exp; branches; next ; desc @@ 1.4 log @Update patches too2 @ text @$NetBSD: patch-ac,v 1.3 2012/06/28 18:24:08 riastradh Exp $ Undo upstream revision 1.45, which was done in the name of simplification. --- doc/Makefile.in.orig 2011-12-28 02:31:26.000000000 +0000 +++ doc/Makefile.in @@@@ -102,7 +102,7 @@@@ install: all $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) @@IF_PERL@@ $(INSTALL) -d $(DESTDIR)$(man3dir) @@IF_PERL@@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext) - @@TIC@@ $(srcdir)/etc/rxvt-unicode.terminfo + if test -x "@@TIC@@"; then if test -n "@@TIC@@"; then @@TIC@@ $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi distdepend: alldoc @ 1.3 log @Omit needless patches in last change; mark only `install' as phony. ok wiz @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2012/06/26 20:10:49 riastradh Exp $ @ 1.2 log @Patch x11/rxvt-unicode to make it work on Mac OS X 10.7. ok wiz @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2009/03/06 00:20:27 snj Exp $ a4 4 Mark phony targets as such. Upstream rejected: http://lists.schmorp.de/pipermail/rxvt-unicode/2010q2/001186.html d7 1 a7 50 @@@@ -22,6 +22,7 @@@@ INSTALL_DATA = @@INSTALL@@ -m 644 srcdir = @@srcdir@@ VPATH = @@srcdir@@ +.PHONY: first_rule dummy first_rule: all dummy: @@@@ -35,6 +36,7 @@@@ SEDREPLACE = -e 's%@@@@RXVT_VERSION@@@@%$(VE POD2MAN = pod2man -n @@@@RXVT_NAME@@@@ -r @@@@RXVT_VERSION@@@@ -q\" -c "RXVT-UNICODE" +.PHONY: all all: sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man @@@@ -74,25 +76,32 @@@@ rxvtperl.3.pod: ../src/urxvt.pm $(srcdir)/etc/rxvt-unicode.termcap: $(srcdir)/etc/rxvt-unicode.terminfo tic -C $< >$@@ +.PHONY: tags allbin tags allbin: +.PHONY: alldoc alldoc: rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in \ ../README.configure ../README.FAQ \ $(srcdir)/etc/rxvt-unicode.termcap +.PHONY: clean clean: rm -f rxvt.1.man rxvt.7.man rxvtc.1.man rxvtd.1.man rxvtperl.3.man +.PHONY: distclean distclean: clean rm -f Makefile +.PHONY: realclean realclean: distclean rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in rxvtperl.3.man.in rm -f ../README.configure ../README.FAQ rm -f $(srcdir)/etc/rxvt-unicode.termcap +.PHONY: cleandir cleandir: realclean +.PHONY: install install: all $(INSTALL) -d $(DESTDIR)$(man1dir) $(INSTALL) -d $(DESTDIR)$(man7dir) @@@@ -102,7 +111,8 @@@@ install: all a13 1 +.PHONY: distdepend @ 1.1 log @Update rxvt-unicode to 9.06. Changes are many various bugfixes. See the bundled changlelog for details. @ text @d1 1 a1 1 $NetBSD$ d5 56 a60 3 --- doc/Makefile.in.orig 2009-02-24 13:22:58.000000000 -0800 +++ doc/Makefile.in 2009-02-24 13:23:28.000000000 -0800 @@@@ -98,7 +98,7 @@@@ install: all d67 1 @