pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43759: Update devel/scons to 1.3.0



>Number:         43759
>Category:       pkg
>Synopsis:       Update devel/scons  to 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 14 14:10:00 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
>Environment:
NetBSD Khaarasan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
amont changes
============
ELEASE 1.3.1 - Sun, 25 Jul 2010 15:57:38 -0700

 No changes from previous checkpoint release

RELEASE 1.3.0.D20100626 - Sat, 26 Jun 2010 17:33:11 -0700

  From Matt Hughes:
        
   - Fix the ability to append to default $*FLAGS values (which are
     implemented as CLVar instances) in a copied construction environment
     without affecting the original construction environment's value.

RELEASE 1.3.0.d20100606 - Sun, 06 Jun 2010 15:28:51 -0700

  From William Deegan & Steven Knight

    - Fix to propagate VS*COMTOOLS & COMSPEC from external
      environment if the Environment object doesn't have them
      defined.

RELEASE 1.3.0.d20100523 - Sun, 23 May 2010 14:11:49 -0700

  From William Deegan:

    - Fix bug 2614 - os's enviroment for LIB,PATH,LIBPATH were 
      leaking during MSVC initialization.

RELEASE 1.3.0.d20100501 - Sat, 01 May 2010 13:02:52 -0700

  From William Deegan:

    - For MSVC fix platform defaulting. If on amd64 platform 
      and the user didn't request a specific platform, it will 
      also try x86 before failing.

RELEASE 1.3.0.d20100404 - Sat, 04 Apr 2010 16:23:38 -0700

  From Carus V. Clarke:

    - Fix case-sensitivity problem with scanners in cygwin python

  From William Deegan:

    - Fix issue when using VC9.0Exp. Was throwing exception in 
      some cases.

RELEASE 1.3.0 - Tue, 23 Mar 2010 21:44:19 -0400

  From Steven Knight:

    - Update man page and documentation.

  From William Deegan (plus minor patch from Gary Oberbrunner):

    - Support Visual Studio 8.0 Express




>How-To-Repeat:
n/a
>Fix:
$ diff -ruN Makefile.orig Makefile              
--- Makefile.orig       2010-08-14 15:02:36.000000000 +0000
+++ Makefile    2010-08-14 14:50:44.000000000 +0000
@@ -6,6 +6,6 @@
 
 .include "../../devel/scons/Makefile.common"
 
-SCONS_VERSION=         1.3.0
+SCONS_VERSION=         1.3.1
 
 .include "../../mk/bsd.pkg.mk"

$  diff ./patches.orig/patch-aa ./patches/patch-aa 
1c1
< $NetBSD: patch-aa,v 1.1 2008/11/15 01:16:49 bjs Exp $
---
> $NetBSD$
3,5c3,5
< --- setup.py.orig     2008-11-04 11:12:26.000000000 -0500
< +++ setup.py
< @@ -29,7 +29,7 @@ import stat
---
> --- setup.py.orig     2010-08-14 14:52:44.000000000 +0000
> +++ setup.py  2010-08-14 14:54:22.000000000 +0000
> @@ -29,7 +29,7 @@
9c9
< -Version = "1.3.0"
---
> -Version = "1.3.1"
14c14
< @@ -353,7 +353,7 @@ class install_data(_install_data):
---
> @@ -353,7 +353,7 @@



Home | Main Index | Thread Index | Old Index