head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2003.07.03.14.29.50; author dillo; state dead; branches; next 1.3; 1.3 date 2001.10.02.11.07.15; author seb; state Exp; branches; next 1.2; 1.2 date 2001.02.27.19.37.47; author wiz; state Exp; branches; next 1.1; 1.1 date 2000.05.20.23.05.40; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @no longer needed after last update @ text @$NetBSD: patch-ai,v 1.3 2001/10/02 11:07:15 seb Exp $ --- scsh/scsh.scm.orig Sat Jun 2 19:43:12 2001 +++ scsh/scsh.scm @@@@ -283,7 +283,7 @@@@ ;;; Create a new temporary file and return its name. ;;; The optional argument specifies the filename prefix to use, and defaults -;;; to "/usr/tmp/.", where is the current process' id. The procedure +;;; to "/var/tmp/.", where is the current process' id. The procedure ;;; scans through the files named 0, 1, ... until it finds a ;;; filename that doesn't exist in the filesystem. It creates the file with ;;; permission #o600, and returns the filename. @@@@ -301,7 +301,7 @@@@ ".~a")))))) (define *temp-file-template* - (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a"))) + (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a"))) (define (temp-file-iterate maker . maybe-template) @ 1.3 log @Upgrade to version 0.5.3 Changes: win32 support MacOS X support public cvs repository new libraries databases access via ODBC bugfixes @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor cleanup by me. Changes: 'open-source', new char-sets and -operations, new regexp system, some renaming (reduce-* -> *-fold), and lots of bugfixes. @ text @d3 20 a22 10 --- configure.in.orig Tue Feb 27 20:13:07 2001 +++ configure.in @@@@ -291,6 +291,7 @@@@ ## NetBSD and FreeBSD ( and maybe 386BSD also) *-*-*bsd* ) + LDFLAGS="-Wl,--export-dynamic" dir=bsd SCSH_ELF ;; @ 1.1 log @add -Wl,--export-dynamic to LDFLAGS so the package can correctly work on ELF platforms. Fixes recently noted i386-current and pmax problems. @ text @d3 4 a6 3 --- configure.in.orig Sat May 20 17:07:20 2000 +++ configure.in Sat May 20 17:20:50 2000 @@@@ -292,4 +292,5 @@@@ d11 1 @