From owner-svn-ports-head@FreeBSD.ORG Thu Oct 11 13:32:36 2012 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C6A72DC; Thu, 11 Oct 2012 13:32:36 +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 EA6FC8FC08; Thu, 11 Oct 2012 13:32:34 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175]:60155 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1TMIsE-004EHW-7g; Thu, 11 Oct 2012 15:32:27 +0200 Date: Thu, 11 Oct 2012 15:32:24 +0200 From: Pietro Cerutti To: Bryan Drewery Subject: Re: svn commit: r305648 - head/devel/tcllib Message-ID: <20121011133224.GB56059@gahrfit.gahr.ch> References: <201210101228.q9ACSN9w026185@svn.freebsd.org> <50758617.8030109@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UFHRwCdBEJvubb2X" Content-Disposition: inline In-Reply-To: <50758617.8030109@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 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: Thu, 11 Oct 2012 13:32:36 -0000 --UFHRwCdBEJvubb2X Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Fixed, thanks. Sorry it took so long, my mailfilter didn't correctly ring bell for this mail ;) On 2012-Oct-10, 09:28, Bryan Drewery wrote: > On 10/10/2012 7:28 AM, Pietro Cerutti wrote: > > Author: gahr > > Date: Wed Oct 10 12:28:22 2012 > > New Revision: 305648 > > URL: http://svn.freebsd.org/changeset/ports/305648 > >=20 > > Log: > > - Do not install the try.n manpage when using Tcl 8.6, cause try/catc= h/finally > > are part of Tcl 8.6 core and the relevant manpage is installed by l= ang/tcl86 > > http://www.tcl.tk/cgi-bin/tct/tip/329.html >=20 > This causes patch error on 7.4: >=20 > =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> Patching for tcllib-1.14_1 > =3D=3D=3D> Applying FreeBSD patches for tcllib-1.14_1 > # > # Ensure, the detailed output of vendors' self-tests is > # available in addition to the pretty progress report: > # > /usr/bin/sed -i.bak -e 's,test run,test run -l testlog,' -e > 's,$(libdir)/@PACKAGE@@VERSION@,$(libdir)/@PACKAGE@,' > /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/Makefile.in > /usr/bin/find /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/apps > -type f ! -name "*.man" | /usr/bin/xargs /usr/bin/sed -i.bak -e 's,exec > tclsh,exec /usr/local/bin/tclsh8.5,' > # > # patch(1) adds a newline at eof, so we need to remove it here > # > /usr/bin/awk 'NR > 1 { print h } { h =3D $0 } END { ORS =3D ""; print h }' > /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/modules/doctools/tests/t= ext/04 > > > /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/modules/doctools/tests/t= ext/04.new > /bin/mv > /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/modules/doctools/tests/t= ext/04.new > /wrkdirs/usr/ports/devel/tcllib/work/tcllib-1.14/modules/doctools/tests/t= ext/04 > # try(n) is part of Tcl core since 8.6 > MANN+=3D try.n > MANN+=3D: not found > *** Error code 127 >=20 > Stop in /usr/ports/devel/tcllib. >=20 >=20 >=20 > >=20 > > Modified: > > head/devel/tcllib/Makefile > > head/devel/tcllib/Makefile.man > >=20 > > Modified: head/devel/tcllib/Makefile > > =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 > > --- head/devel/tcllib/Makefile Wed Oct 10 12:20:32 2012 (r305647) > > +++ head/devel/tcllib/Makefile Wed Oct 10 12:28:22 2012 (r305648) > > @@ -7,6 +7,7 @@ > > =20 > > PORTNAME=3D tcllib > > PORTVERSION=3D 1.14 > > +PORTREVISION=3D 1 > > CATEGORIES=3D devel tcl > > MASTER_SITES=3D SF > > =20 > > @@ -43,6 +44,14 @@ post-patch: > > ${WRKSRC}/modules/doctools/tests/text/04 > ${WRKSRC}/modules/docto= ols/tests/text/04.new > > ${MV} ${WRKSRC}/modules/doctools/tests/text/04.new ${WRKSRC}/modules/= doctools/tests/text/04 > > =20 > > + # try(n) is part of Tcl core since 8.6 > > +.if ${TCL_VER:S/.//} < 86 > > + MANN+=3D try.n > > +.else > > + ${MV} ${WRKSRC}/modules/try/try.man ${WRKSRC}/modules/try/try.man.noi= nstall > > +.endif > > + > > + > > RUNTEST=3D ${SETENV} LANG=3DC DISPLAY=3D ${MAKE} -C ${WRKSRC} test > > MYID !=3D ${ID} -u > > .if ${MYID} =3D=3D 0 > >=20 > > Modified: head/devel/tcllib/Makefile.man > > =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 > > --- head/devel/tcllib/Makefile.man Wed Oct 10 12:20:32 2012 (r305647) > > +++ head/devel/tcllib/Makefile.man Wed Oct 10 12:28:22 2012 (r305648) > > @@ -303,7 +303,6 @@ MANN=3D S3.n \ > > traverse.n \ > > treeql.n \ > > trim.n \ > > - try.n \ > > uevent.n \ > > uevent_onidle.n \ > > unicode.n \ > >=20 >=20 >=20 > --=20 > Regards, > Bryan Drewery > bdrewery@freenode/EFNet --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --UFHRwCdBEJvubb2X Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlB2ymcACgkQwMJqmJVx945fpQCgxEtvkw47/eK38YqOVsA/i9Xe p4oAmgJu4nZHPPzp+YOcbtI2hcm2ctXL =AbFu -----END PGP SIGNATURE----- --UFHRwCdBEJvubb2X--