Date: Sat, 6 Jul 2013 14:30:35 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: tcltk@FreeBSD.org Subject: ports/180344: lang/tcl84: patch to fix build of lang/expect Message-ID: <201307061230.r66CUZxf033695@olgeni.olgeni> Resent-Message-ID: <201307061240.r66Ce0YC081696@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180344 >Category: ports >Synopsis: lang/tcl84: patch to fix build of lang/expect >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 06 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD olgeni 9.1-STABLE FreeBSD 9.1-STABLE #1 r249688: Sat Apr 20 13:28:27 CEST 2013 root@olgeni:/usr/obj/usr/src/sys/RELENG_9.amd64 amd64 >Description: lang/tcl84 needs patch-generic-tclPort.h, which already exists in tcl85 and tcl86. Without it, the lang/expect port fails to build in redports. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 322388) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= tcl DISTVERSION= 8.4.20 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= ${MASTER_SITE_TCLTK} \ Index: files/patch-generic-tclPort.h =================================================================== --- files/patch-generic-tclPort.h (revision 0) +++ files/patch-generic-tclPort.h (working copy) @@ -0,0 +1,11 @@ +--- ../generic/tclPort.h.orig 2013-04-03 16:57:25.000000000 +0200 ++++ ../generic/tclPort.h 2013-04-03 16:57:35.000000000 +0200 +@@ -20,7 +20,7 @@ + #if defined(_WIN32) + # include "tclWinPort.h" + #else +-# include "tclUnixPort.h" ++# include "../unix/tclUnixPort.h" + #endif + #include "tcl.h" + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307061230.r66CUZxf033695>