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: lang/tcl84: patch to fix build of lang/expect Message-ID: <201307061230.r66CUZxf033695@olgeni.olgeni>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users
>Originator: Jimmy Olgeni
>Organization:
>Confidential: no
>Synopsis: lang/tcl84: patch to fix build of lang/expect
>Severity: serious
>Priority: medium
>Category: ports
>Class: sw-bug
>Release: FreeBSD 9.1-STABLE amd64
>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"
+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307061230.r66CUZxf033695>
