ports/132147: [PATCH]x11-toolkits/tk85: unbreak build WITH_TK85_MAN

bf bf2006a at yahoo.com
Fri Feb 27 01:30:02 UTC 2009


>Number:         132147
>Category:       ports
>Synopsis:       [PATCH]x11-toolkits/tk85: unbreak build WITH_TK85_MAN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 27 01:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list