head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.10.23.16.36.12;	author vanilla;	state dead;
branches;
next	1.4;

1.4
date	2012.02.12.12.51.59;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.25.15.33.41;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.07.16.31;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2011.05.12.15.52.14;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.5
log
@SVN rev 306316 on 2012-10-23 16:36:12Z by vanilla

Upgrade to 3.14.5.

Feature safe: yes
@
text
@--- SConstruct.orig	2012-02-08 09:38:50.000000000 +0800
+++ SConstruct	2012-02-08 09:50:13.000000000 +0800
@@@@ -115,7 +115,7 @@@@ LIBRARY_FLAGS = {
       'CPPPATH' : [src_dir, '/usr/local/include'],
       'LIBPATH' : ['/usr/local/lib'],
       'CCFLAGS':      ['-ansi'],
-      'LIBS': ['execinfo']
+      'LIBS': ['pthread', 'execinfo']
     },
     'os:openbsd': {
       'CPPPATH' : [src_dir, '/usr/local/include'],
@


1.4
log
@Upgrade to 3.9.5.
@
text
@@


1.3
log
@1: Upgrade to 3.8.2.
2: handle '-fno-strict-aliasing'.

PR:		ports/163606
Submitted by:	Panagiotis Christias <p.christias at noc.ntua.gr> [2]
@
text
@d1 4
a4 8
--- SConstruct.orig	2011-12-22 10:08:53.000000000 +0800
+++ SConstruct	2011-12-25 22:54:25.000000000 +0800
@@@@ -111,10 +111,10 @@@@ LIBRARY_FLAGS = {
       }
     },
     'os:freebsd': {
-      'CPPPATH' : ['/usr/local/include'],
+      'CPPPATH' : [join(root_dir, 'src'), '/usr/local/include'],
d11 1
a11 1
       'CPPPATH' : ['/usr/local/include'],
@


1.2
log
@1: Upgrade to 3.4.4
2: install shared library by default.
3: resolv undefined symbol.

PR:		ports/157875
Submitted by:	Brett Kiefer <brett at fogcreek.com>, L Campbell <lcampbell at ironclad.mobi> [3]
@
text
@d1 3
a3 3
--- SConstruct.orig	2011-06-01 14:00:58.000000000 +0800
+++ SConstruct	2011-06-16 09:56:00.000000000 +0800
@@@@ -120,10 +120,10 @@@@ LIBRARY_FLAGS = {
@


1.1
log
@Add v8 3.2.8, google\'s open source JavaScript engine.

PR:		ports/152175
Submitted by:	siasia
@
text
@d1 3
a3 3
--- SConstruct.orig	2011-04-06 19:17:46.000000000 +0800
+++ SConstruct	2011-05-12 20:48:13.000000000 +0800
@@@@ -178,7 +178,7 @@@@ LIBRARY_FLAGS = {
d11 5
a15 1
       'LIBS': ['execinfo']
@

