From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 6 12:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3798A95 for ; Sat, 6 Jul 2013 12:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A5A4916AB for ; Sat, 6 Jul 2013 12:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r66Ce0e6081698 for ; Sat, 6 Jul 2013 12:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r66Ce0YC081696; Sat, 6 Jul 2013 12:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 6 Jul 2013 12:40:00 GMT Resent-Message-Id: <201307061240.r66Ce0YC081696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jimmy Olgeni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 94A889A3 for ; Sat, 6 Jul 2013 12:38:53 +0000 (UTC) (envelope-from olgeni@olgeni.com) Received: from olgeni.olgeni.com (olgeni.olgeni.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 57609169E for ; Sat, 6 Jul 2013 12:38:52 +0000 (UTC) Received: by olgeni.olgeni.com (Postfix, from userid 58) id 002AB174609; Sat, 6 Jul 2013 14:30:37 +0200 (CEST) Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2]) by olgeni.olgeni.com (Postfix) with ESMTP id 8D6C017449C; Sat, 6 Jul 2013 14:30:35 +0200 (CEST) Received: from olgeni.olgeni (localhost [127.0.0.1]) by olgeni.olgeni (8.14.7/8.14.7) with ESMTP id r66CUZSi033696; Sat, 6 Jul 2013 14:30:35 +0200 (CEST) (envelope-from olgeni@olgeni.olgeni) Received: (from olgeni@localhost) by olgeni.olgeni (8.14.7/8.14.7/Submit) id r66CUZxf033695; Sat, 6 Jul 2013 14:30:35 +0200 (CEST) (envelope-from olgeni) Message-Id: <201307061230.r66CUZxf033695@olgeni.olgeni> Date: Sat, 6 Jul 2013 14:30:35 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/180344: lang/tcl84: patch to fix build of lang/expect Cc: tcltk@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jimmy Olgeni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 12:40:00 -0000 >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: