From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 20 08:20:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12FF816A4CE for ; Mon, 20 Sep 2004 08:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D96B143D2D for ; Mon, 20 Sep 2004 08:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8K8KQC1083742 for ; Mon, 20 Sep 2004 08:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8K8KQjc083741; Mon, 20 Sep 2004 08:20:26 GMT (envelope-from gnats) Resent-Date: Mon, 20 Sep 2004 08:20:26 GMT Resent-Message-Id: <200409200820.i8K8KQjc083741@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8357C16A4CE for ; Mon, 20 Sep 2004 08:14:03 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2781743D54 for ; Mon, 20 Sep 2004 08:14:03 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 368543EAD27 for ; Mon, 20 Sep 2004 16:14:02 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51264-07 for ; Mon, 20 Sep 2004 16:14:00 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5858E3EAD26; Mon, 20 Sep 2004 16:14:00 +0800 (CST) Message-Id: <20040920081400.5858E3EAD26@utopia.leeym.com> Date: Mon, 20 Sep 2004 16:14:00 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71925: [PATCH] lang/tcl: fix PLIST X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 08:20:27 -0000 >Number: 71925 >Category: ports >Synopsis: [PATCH] lang/tcl: fix PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 20 08:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - install manpages only if WITH_TCL80_MAN is defined - utilize MASTER_SITE_TCLTK Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/i386-5-latest-logs/extras.html >Fix: --- tcl-8.0.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/tcl80/Makefile,v retrieving revision 1.37 diff -u -u -r1.37 Makefile --- Makefile 23 Aug 2004 19:59:08 -0000 1.37 +++ Makefile 20 Sep 2004 08:10:56 -0000 @@ -9,8 +9,9 @@ PORTVERSION= 8.0.5 PORTREVISION= 1 CATEGORIES= lang tcl80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ -DISTNAME= tcl8.0.5 +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR=tcl8_0 +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool Command Language @@ -28,6 +29,7 @@ SHLIB_MINOR= 5 MAKEFILE= makefile TCL_LIB= libtcl80.so +USE_REINPLACE= yes .include @@ -46,6 +48,10 @@ post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} @${CP} ${FILESDIR}/makefile ${WRKSRC} +.if !defined(WITH_TCL80_MAN) + @${REINPLACE_CMD} -e 's|^MAN_INSTALL_DIR.*$$|MAN_INSTALL_DIR = ${WRKDIR}|' \ + ${WRKSRC}/Makefile +.endif pre-build: @cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ --- tcl-8.0.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: