head 1.6; access; symbols pkgsrc-2013Q4:1.5.0.52 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.50 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.48 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.46 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.44 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.42 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.40 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.38 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.36 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.34 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.32 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.30 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.28 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.26 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.24 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.22 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.20 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.18 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.16 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.14 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.4 pkgsrc-2008Q1:1.5.0.2 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.18 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.16 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.14 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.12 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.10 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2013.12.31.17.08.11; author wiz; state dead; branches; next 1.5; commitid Vb57LsqOW5rN8jjx; 1.5 date 2008.02.27.22.31.52; author jlam; state Exp; branches; next 1.4; 1.4 date 2007.08.06.18.16.06; author jlam; state Exp; branches; next 1.3; 1.3 date 2006.08.14.22.40.53; author wiz; state Exp; branches; next 1.2; 1.2 date 2004.05.06.04.38.45; author cube; state Exp; branches; next 1.1; 1.1 date 2004.02.23.13.40.21; author cube; state Exp; branches; next ; desc @@ 1.6 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-ah,v 1.5 2008/02/27 22:31:52 jlam Exp $ --- system-ac.mk.in.orig 2004-04-02 03:17:08.000000000 -0500 +++ system-ac.mk.in @@@@ -14,25 +14,35 @@@@ exec_prefix=@@exec_prefix@@ # probably do not want to modify the following directories: # Main binaries -BINDIR=@@bindir@@ +INST_BINDIR=@@bindir@@ +BINDIR=$(DESTDIR)$(INST_BINDIR) # Configuration .lua files -ETCDIR=@@sysconfdir@@/@@PACKAGE_TARNAME@@ +INST_ETCDIR=@@sysconfdir@@ +ETCDIR=$(DESTDIR)$(INST_ETCDIR) # Some .lua files and ion-* shell scripts -SHAREDIR=@@datadir@@/@@PACKAGE_TARNAME@@ +INST_SHAREDIR=@@datadir@@/@@PACKAGE_TARNAME@@ +SHAREDIR=$(DESTDIR)$(INST_SHAREDIR) # Manual pages -MANDIR=@@datadir@@/man +INST_MANDIR=@@mandir@@ +MANDIR=$(DESTDIR)$(INST_MANDIR) # Some documents -DOCDIR=@@datadir@@/doc/@@PACKAGE_TARNAME@@ +INST_DOCDIR=@@datadir@@/doc/@@PACKAGE_TARNAME@@ +DOCDIR=$(DESTDIR)$(INST_DOCDIR) # Nothing at the moment -INCDIR=@@includedir@@ +INST_INCDIR=@@includedir@@ +INCDIR=$(DESTDIR)$(INST_INCDIR) # Nothing at the moment -LIBDIR=@@libdir@@ +INST_LIBDIR=@@libdir@@ +LIBDIR=$(DESTDIR)$(INST_LIBDIR) # Modules -MODULEDIR=@@libdir@@/@@PACKAGE_TARNAME@@ +INST_MODULEDIR=@@libdir@@/@@PACKAGE_TARNAME@@ +MODULEDIR=$(DESTDIR)$(INST_MODULEDIR) # Compiled Lua source code -LCDIR=@@libdir@@/@@PACKAGE_TARNAME@@/lc +INST_LCDIR=@@libdir@@/@@PACKAGE_TARNAME@@/lc +LCDIR=$(DESTDIR)$(INST_LCDIR) # ion-completefile (does not belong in SHAREDIR being a binary file) -EXTRABINDIR=@@libexecdir@@/@@PACKAGE_TARNAME@@ +INST_EXTRABINDIR=@@libexecdir@@/@@PACKAGE_TARNAME@@ +EXTRABINDIR=$(DESTDIR)$(INST_EXTRABINDIR) ## ## Modules @ 1.5 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.4 log @Honor PKGMANDIR. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.3 2006/08/14 22:40:53 wiz Exp $ d3 1 a3 1 --- system-ac.mk.in.orig 2004-04-02 08:17:08.000000000 +0000 d5 3 a7 1 @@@@ -16,11 +16,11 @@@@ exec_prefix=@@exec_prefix@@ d9 3 a11 1 BINDIR=@@bindir@@ d14 2 a15 1 +ETCDIR=@@sysconfdir@@ d17 3 a19 1 SHAREDIR=@@datadir@@/@@PACKAGE_TARNAME@@ d22 2 a23 1 +MANDIR=@@mandir@@ d25 7 a31 1 DOCDIR=@@datadir@@/doc/@@PACKAGE_TARNAME@@ d33 11 a43 2 @@@@ -33,6 +33,7 @@@@ MODULEDIR=@@libdir@@/@@PACKAGE_TARNAME@@ LCDIR=@@libdir@@/@@PACKAGE_TARNAME@@/lc d45 3 a47 2 EXTRABINDIR=@@libexecdir@@/@@PACKAGE_TARNAME@@ +EXDIR=@@datadir@@/examples/@@PACKAGE_TARNAME@@ @ 1.3 log @Adapt to lua-5.1.1. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.2 2004/05/06 04:38:45 cube Exp $ d15 1 a15 1 +MANDIR=@@prefix@@/man @ 1.2 log @Update to version 20040407. Enable pkgviews installation and make good use of PKG_SYSCONFDIR. Thanks to Amitai Schlair. Changes: * Added a kludge to deal with waitrelease when modifiers have already been released. * Fixed assert-crash when attempting to split a frame not managed by a WIonWS. * Don't put input method failure complaints in startup error log. * Client window unmap handling fixes (?). * Made drawing engine objects inheritable and initialisation code reusable. * Improvements and fixes in keyboard mapping changes handling. * Slightly reduce flicker with apps that update title too often by removing a redundant change notify call. * Added a check in layout loading code to detect corrupt files with multiple instances of the same client window. * Updated Mozilla Firebird entries in menu configuration files to Mozilla Firefox. * Added important missing function WFloatWS.attach. * Take gravity better into account when reparenting windows on exit. * Made some goto_* routines return the region that will be focused and added asynchronity notices in documentation. * Some tab drag&drop fixes. * Startup errorlog display fixed when we didn't even open the display. * WIonWS load routines better handle corrupt sizes in layout savefile. * Object/proxy cache references to proxies weren't being cleared when objects were destroyed. * Added exported function to get line editor 'mark'. * Man pages fixes * Fixed toggle_tab on floatframes. * Move/resize display was never showing position. * Completions display wasn't being refreshed, if its size wasn't changed between completions. * Oops, warping on workspace switch had been broken at some point. * Some autoconf script portability and other fixes. * The function floatws_current was not being exported as WFloatWS.current. * Client window focusing routine was not setting "awaiting focus" status. * Removed superfluous debugging message. * querylib.query_renameworkspace documentation was out-of-date. * Mod1+Enter full screen toggle was not mentioned on the manual page. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- system-ac.mk.in.orig 2004-04-02 03:17:08.000000000 -0500 @ 1.1 log @Update to ion-20040207 (a.k.a ion2). This is the new stable version of Ion, two years after the last one! It is actually an update of ion-devel, which will then disappear before a new development branch is created for Ion. Most notable changes (since import of ion-devel, see ChangeLog in the distribution for a full listing): * Integration of the dock module * Workspace query asks for type of workspace when creating new. * Previous frame geometry (for maximize and shade) is saved in the workspaces save file. * Support changes in X keyboard map. * Autoconf script * The dock no longer gets focused when the pointer enters it. * Fill _NET_SUPPORTED root window property with the supported features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS). * Transient size calculation fixed. * Creating frame for a transient on a floatws will raise the frame containing the transient_for window. * Minor memory leak removed: drawing engine colour group name. @ text @d3 1 a3 1 --- system-ac.mk.in.orig 2004-01-27 14:49:08.000000000 +0100 d5 6 a10 1 @@@@ -20,7 +20,7 @@@@ ETCDIR=@@sysconfdir@@/@@PACKAGE_TARNAME@@ d19 2 a20 2 @@@@ -31,6 +31,7 @@@@ LIBDIR=@@libdir@@ MODULEDIR=@@libdir@@/@@PACKAGE_TARNAME@@ a26 9 @@@@ -163,7 +164,7 @@@@ C99_SOURCE=@@C99_SOURCE@@ DEFINES += @@_DCF_HAS_VA_COPY@@ CFLAGS=@@CFLAGS@@ $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -LDFLAGS=@@CFLAGS@@ $(LIBS) $(EXTRA_LIBS) +LDFLAGS=@@LDFLAGS@@ $(LIBS) $(EXTRA_LIBS) ## @