head 1.4; access; symbols pkgsrc-2013Q4:1.3.0.52 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.50 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.48 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.46 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.44 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.42 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.40 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.38 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.36 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.34 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.30 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.28 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.26 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.24 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.22 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.18 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.16 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.14 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.12 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.10 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2013.12.31.17.08.11; author wiz; state dead; branches; next 1.3; commitid Vb57LsqOW5rN8jjx; 1.3 date 2008.02.27.22.31.52; author jlam; state Exp; branches; next 1.2; 1.2 date 2006.08.14.22.40.53; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.02.05.00.00.11; author cube; state Exp; branches; next ; desc @@ 1.4 log @Remove packages that were either BROKEN for more than a year or BROKEN and explicitly scheduled to be removed after 2013Q4. @ text @$NetBSD: patch-aj,v 1.3 2008/02/27 22:31:52 jlam Exp $ --- man/Makefile.orig 2004-07-28 23:10:32.000000000 -0400 +++ man/Makefile @@@@ -22,7 +22,7 @@@@ include $(TOPDIR)/rules.mk _install: $(INSTALLDIR) $(MANDIR)/man1 $(INSTALL) -m $(DATA_MODE) ion.1 $(MANDIR)/man1 - $(INSTALL) -m $(DATA_MODE) pwm.1 $(MANDIR)/man1 + $(INSTALL) -m $(DATA_MODE) pwm.1 $(MANDIR)/man1/pwm2.1 # # Awful hack that may not work on the user's system. This is rule is @ 1.3 log @+ Add full DESTDIR support in the least intrusive way possible. The strategy is to leave alone the install targets sprinkled all over the Makefiles and instead to two thigns: (1) Define new INST_* variants of BINDIR, ETCDIR, MODULEDIR, etc. that are the "final" installation locations, and thus may be hardcoded into the program. (2) Modify the definitions of BINDIR, ETCDIR, MODULEDIR, etc. to point to $(DESTDIR)$(INST_*). These variables can be used in the _install targets without any changes. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Adapt to lua-5.1.1. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 2005/02/05 00:00:11 cube Exp $ d3 1 a3 1 --- man/Makefile.orig 2004-07-29 03:10:32.000000000 +0000 @ 1.1 log @Install included pwm as pwm2 to avoid conflict with wm/pwm, as discussed on tech-pkg. PKGREVISION++. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- man/Makefile.orig 2004-07-29 05:10:32.000000000 +0200 @