head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q1:1.3.0.12 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.10 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.8 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.6 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.4 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.2.0.4 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.2 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.1.0.14 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.12 pkgsrc-2008Q1:1.1.0.10 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.8 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2010.06.19.11.39.55; author sborrill; state dead; branches; next 1.3; 1.3 date 2008.11.15.01.16.49; author bjs; state Exp; branches; next 1.2; 1.2 date 2008.08.28.14.42.31; author tonnerre; state Exp; branches; next 1.1; 1.1 date 2007.01.02.14.05.59; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Remove scons-devel as it is now significantly older than main scons. It is unused by anything in pkgsrc. XXX Probably worth adding a separate scons2 package at some time in the future. @ text @$NetBSD: patch-aa,v 1.3 2008/11/15 01:16:49 bjs Exp $ --- setup.py.orig 2008-11-04 11:12:26.000000000 -0500 +++ setup.py @@@@ -29,7 +29,7 @@@@ import stat import string import sys -Version = "1.1.0.d20081104" +Version = os.getenv("PKGVERSION_NOREV") man_pages = [ 'scons.1', @@@@ -353,7 +353,7 @@@@ class install_data(_install_data): if is_win32: dir = 'Doc' else: - dir = os.path.join('man', 'man1') + dir = os.path.join(os.getenv("PKGMANDIR"), 'man1') self.data_files = [(dir, man_pages)] man_dir = os.path.join(self.install_dir, dir) msg = "Installed SCons man pages into %s" % man_dir @ 1.3 log @Update scons to 1.1.0, scons-devel to 1.1.0.20081104. Split common makery into Makefile.common, add CONFLICTS for each package referring to the others, as for now the manpages will conflict. TODO: Use ALTERNATIVES system? How to handle manpages? Many bug fixes and some feature/documentation enhancements. The web site goes into this in much detail; also, see CHANGES.txt and RELEASE.txt in the source distribution. Also, see the change to patch-aa which ensures we use ${PKGVERSION_NOREV} to generate the version for the installation where appropriate. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2008/08/28 14:42:31 tonnerre Exp $ @ 1.2 log @Update scons-devel to version 1.0.0, being the latest stable. Changes since the latest unstable are mostly bugfixes as the name suggests. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- setup.py.orig 2008-08-12 16:31:08.000000000 +0200 d5 9 @ 1.1 log @Fixed PKGMANDIR. @ text @d3 3 a5 3 --- setup.py.orig 2005-09-08 15:15:23.000000000 +0200 +++ setup.py 2007-01-02 15:03:28.000000000 +0100 @@@@ -330,7 +330,7 @@@@ class install_data(_install_data): d11 1 a11 1 self.data_files = [(dir, ["scons.1", "sconsign.1"])] @