ports/108545: [MAINTAINER UPDATE] lang/tcl85

Martin Matuska martin at matuska.org
Tue Jan 30 11:10:02 UTC 2007


>Number:         108545
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] lang/tcl85
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 11:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE i386/amd64
>Description:
Patch for tclPort.h, tclUnixPort.h is badly referenced
(required e.g. for tk85)
Addedd file: lang/tcl85/files/patch-generic-tclPort.h
Tested with tinderbox
>How-To-Repeat:
>Fix:
diff -Nbur tcl85.orig/Makefile tcl85/Makefile
--- tcl85.orig/Makefile	Tue Jan 30 11:45:18 2007
+++ tcl85/Makefile	Tue Jan 30 11:46:37 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	tcl
 PORTVERSION=	8.5.a.5
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tcl
diff -Nbur tcl85.orig/files/patch-generic-tclPort.h tcl85/files/patch-generic-tclPort.h
--- lang/tcl85.orig/files/patch-generic-tclPort.h	Thu Jan  1 01:00:00 1970
+++ lang/tcl85/files/patch-generic-tclPort.h	Tue Jan 30 11:42:13 2007
@@ -0,0 +1,11 @@
+--- ../generic/tclPort.h.orig	Tue Jan 30 11:39:50 2007
++++ ../generic/tclPort.h	Tue Jan 30 11:41:05 2007
+@@ -24,7 +24,7 @@
+ #if defined(__WIN32__)
+ #   include "../win/tclWinPort.h"
+ #else
+-#   include "tclUnixPort.h"
++#   include "../unix/tclUnixPort.h"
+ #endif
+ 
+ #if !defined(LLONG_MIN)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list