Date: Fri, 20 Sep 2013 07:07:48 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327662 - in head/lang/tcl85: . files Message-ID: <201309200707.r8K77mdo050735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Sep 20 07:07:48 2013 New Revision: 327662 URL: http://svnweb.freebsd.org/changeset/ports/327662 Log: - Fix a problem that causes modules not to be found - Bump PORTREVISION Reported by: Christoph Lukas <clukas@firc.de> Modified: head/lang/tcl85/Makefile head/lang/tcl85/files/patch-unix-Makefile.in Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/Makefile Fri Sep 20 07:07:48 2013 (r327662) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.5.15 +PORTVERSION= 8.5.15 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} MASTER_SITE_SUBDIR=tcl8_5 -DISTNAME= ${PORTNAME}${DISTVERSION}-src +DISTNAME= ${PORTNAME}${PORTVERSION}-src +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language Modified: head/lang/tcl85/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 06:36:58 2013 (r327661) +++ head/lang/tcl85/files/patch-unix-Makefile.in Fri Sep 20 07:07:48 2013 (r327662) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2013-08-30 18:26:25.000000000 +0200 -+++ Makefile.in 2013-09-02 15:13:47.000000000 +0200 +--- Makefile.in.orig 2013-09-13 18:07:56.000000000 +0200 ++++ Makefile.in 2013-09-20 09:03:18.000000000 +0200 @@ -54,6 +54,8 @@ # Directory in which to install the include file tcl.h: @@ -119,7 +119,7 @@ + $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/encoding; \ + done; + @echo "Customizing tcl module path"; -+ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ ++ @echo "::tcl::tm::path add {$(SCRIPT_INSTALL_DIR)}" >> \ + "$(SCRIPT_INSTALL_DIR)"/tm.tcl; + +install-tm:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309200707.r8K77mdo050735>