ports/132152: installing lang/tcl85, x11-toolkits/tk85 fails with extra man

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Fri Feb 27 09:10:03 UTC 2009


>Number:         132152
>Category:       ports
>Synopsis:       installing lang/tcl85, x11-toolkits/tk85 fails with extra man
>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:   Fri Feb 27 09:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.1-STABLE FreeBSD 7.1-STABLE #17: Wed Jan 7 11:14:01 JST 2009 turutani at h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	installing lang/tcl85 and x11-toolkits/tk85 fails if options to install
	function's man pages are enabled.
	
>How-To-Repeat:
	always build with "WITH_TCL85_MAN=yes" (tcl85).
	
>Fix:
	here is a patch for lang/tcl85/Makefile and x11-toolkits/tk85/Makefile.
	i guess all tcl8x and tk8x has the same probably.

--- Makefile.orig	2009-02-27 07:02:37.000000000 +0900
+++ Makefile	2009-02-27 15:32:26.000000000 +0900
@@ -755,7 +755,7 @@
 	${MKDIR} ${MANPREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/../doc/tclsh.1 ${MANPREFIX}/man/man1/tclsh${TCL_VER}${THREADS_SUFFIX}.1
 .if !defined(BUILDING_TCL_THREADS) && defined(WITH_TCL85_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
	


--- Makefile.orig	2009-02-27 07:05:45.000000000 +0900
+++ Makefile	2009-02-27 15:28:38.000000000 +0900
@@ -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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list