From nobody@FreeBSD.org  Fri Feb 27 01:25:21 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C2331065674
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Feb 2009 01:25:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 78E388FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Feb 2009 01:25:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1R1PLB2070184
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Feb 2009 01:25:21 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1R1PL3R070178;
	Fri, 27 Feb 2009 01:25:21 GMT
	(envelope-from nobody)
Message-Id: <200902270125.n1R1PL3R070178@www.freebsd.org>
Date: Fri, 27 Feb 2009 01:25:21 GMT
From: bf <bf2006a@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]x11-toolkits/tk85: unbreak build WITH_TK85_MAN
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132147
>Category:       ports
>Synopsis:       [PATCH]x11-toolkits/tk85: unbreak build WITH_TK85_MAN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 27 01:30:01 UTC 2009
>Closed-Date:    Fri Feb 27 07:12:28 UTC 2009
>Last-Modified:  Fri Feb 27 07:12:28 UTC 2009
>Originator:     bf
>Release:        8-CURRENT i386
>Organization:
-
>Environment:
>Description:
Similarly to PR ports/132144, the install target is broken if WITH_TK85_MAN is defined.  The comments from that PR apply here as well.



>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN tk85.orig/Makefile tk85/Makefile
--- tk85.orig/Makefile	2009-02-27 01:05:03.146711941 +0000
+++ tk85/Makefile	2009-02-27 01:09:26.928549577 +0000
@@ -451,7 +451,7 @@
 	${MKDIR} ${MANPREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/../doc/wish.1 ${MANPREFIX}/man/man1/wish${TCL_VER}${THREADS_SUFFIX}.1
 .if !defined(BUILDING_TK_THREADS) && defined(WITH_TK85_MAN)
-. for mp in ${MAN1} ${MAN3} ${MANN}
+. for mp in ${MAN3} ${MANN}
 	@${REINPLACE_CMD} -e 's|^.so man.macros|.so ${DATADIR}/man.macros|'	\
 		${WRKSRC}/../doc/${mp}
 . endfor


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 27 01:30:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132147 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132147: commit references a PR
Date: Fri, 27 Feb 2009 07:09:16 +0000 (UTC)

 mm          2009-02-27 07:09:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/tcl85           Makefile pkg-plist 
     x11-toolkits/tk85    Makefile 
   Log:
   - Unbreak install if WITH_*_MAN set
   - fix pkg-plist for TZDATA in tcl85
   
   PR:             ports/132144, ports/132147
   Submitted by:   bf <bf2006a@yahoo.com>
   
   Revision  Changes    Path
   1.22      +1 -1      ports/lang/tcl85/Makefile
   1.9       +2 -0      ports/lang/tcl85/pkg-plist
   1.24      +1 -1      ports/x11-toolkits/tk85/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Fri Feb 27 07:12:27 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132147 
>Unformatted:
