From owner-svn-ports-head@FreeBSD.ORG Wed May 22 07:06:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FE9224C; Wed, 22 May 2013 07:06:30 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFB2E11; Wed, 22 May 2013 07:06:29 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:60726 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1Uf37y-002nYp-76; Wed, 22 May 2013 09:06:27 +0200 Date: Wed, 22 May 2013 09:06:23 +0200 From: Pietro Cerutti To: Bryan Drewery Subject: Re: svn commit: r318659 - head/www/tdom/files Message-ID: <20130522070622.GA55046@gahrfit.gahr.ch> References: <201305210829.r4L8T5DS091115@svn.freebsd.org> <519BFFFA.1050705@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <519BFFFA.1050705@FreeBSD.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 07:06:30 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-May-21, 18:15, Bryan Drewery wrote: > On 5/21/2013 3:29 AM, Pietro Cerutti wrote: > > Author: gahr > > Date: Tue May 21 08:29:04 2013 > > New Revision: 318659 > > URL: http://svnweb.freebsd.org/changeset/ports/318659 > >=20 > > Log: > > - Fix build with Tcl 8.6 > > =20 > > Reported by: miwi (Tcl/Tk 86 exp-run) > > Approved by: portmgr > >=20 > > Added: > > head/www/tdom/files/patch-generic-tcldom.c (contents, props changed) > >=20 > > Added: head/www/tdom/files/patch-generic-tcldom.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/www/tdom/files/patch-generic-tcldom.c Tue May 21 08:29:04 2013= (r318659) > > @@ -0,0 +1,11 @@ > > +--- ../generic/tcldom.c.orig 2013-05-13 11:36:27.000000000 +0200 > > ++++ ../generic/tcldom.c 2013-05-13 11:39:00.000000000 +0200 > > +@@ -5934,7 +5934,7 @@ > > + if (ret =3D=3D TCL_ERROR) { > > + char msg[64 + TCL_INTEGER_SPACE]; > > + sprintf(msg, "\n (\"%s %s\" body line %d)", Tcl_GetString(= objv[0]), > > +- Tcl_GetString(objv[1]), interp->errorLine); > > ++ Tcl_GetString(objv[1]), Tcl_GetErrorLine(interp)); > > + Tcl_AddErrorInfo(interp, msg); > > + } > > +=20 > >=20 >=20 > This seems to break WITH_TCL_VER=3D85: >=20 > > /usr/bin/env LANG=3DC make -C /wrkdirs/usr/ports/www/tdom/work/tDOM-0.8= =2E3/unix test > > TCL_LIBRARY=3D`echo /wrkdirs/usr/ports/lang/tcl85/work/tcl8.5.14/librar= y` LD_LIBRARY_PATH=3D".:/usr/local/lib/tcl8.5:" PATH=3D".:/usr/local/lib/= tcl8.5:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/= bin:/root/bin" TCLLIBPATH=3D"." /usr/local/bin/tclsh8.5 `echo ./../tests/a= ll.tcl` -constraints longRunning > > couldn't load file "./libtdom0.8.3.so": ./libtdom0.8.3.so: Undefined sy= mbol "Tcl_GetErrorLine" > > while executing > > "load ./libtdom0.8.3.so" > > ("package ifneeded tdom 0.8.3" script) > > invoked from within > > "package require -exact tdom 0.8.3" > > invoked from within > > "if {[catch {package present -exact tdom 0.8.3}]} { > > package require -exact tdom 0.8.3 > > } else { > > if {[lsearch [namespace children] ::tDOM] =3D=3D -1}..." > > (file "./../tests/loadtdom.tcl" line 20) > > invoked from within > > "source [file join [file dir [info script]] loadtdom.tcl]" > > (file "./../tests/all.tcl" line 12) > > *** Error code 1 > >=20 > > Stop in /wrkdirs/usr/ports/www/tdom/work/tDOM-0.8.3/unix. > > *** Error code 1 Fixed, thanks! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlGcbm0ACgkQwMJqmJVx944hHgCg4c2Mwosw1OHOtQhfAh3Qw5ps C9AAoKhzwpXGiRTfv512YTBl640ehA7T =8DMc -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ--