cvs commit: ports/x11-toolkits/tk84 Makefile

Kris Kennaway kris at obsecurity.org
Thu Oct 28 10:51:48 PDT 2004


On Thu, Oct 28, 2004 at 05:08:53PM +0000, Dirk Meyer wrote:
> dinoex      2004-10-28 17:08:53 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     x11-toolkits/tk84    Makefile 
>   Log:
>   - detect unsupported configuration

It is supported, so this commit is incorrect too.  Please take the
time to think through the problem, including the feedback you've
received, instead of making a rash of broken commits in your haste to
fix it.  Testing your changes would also be good.

Kris

> | +TCL_CHECK!=	( cd ${PORTSDIR}/${PKGCATEGORY}/${TCL84_PORT} && make WRKDIRPREFIX= -V WRKSRC | sed -e 's|/unix$$||' )
> | +
> |  pre-everything::
> |  	@if ${TEST} -e "${NONEXISTENT}"; then ${ECHO_MSG} "=== Aborted, please remove ${NONEXISTENT}"; exit 1; fi
> |  
> | @@ -366,6 +368,7 @@ post-configure:
> |  	${REINPLACE_CMD} -e 's|^MAN_INSTALL_DIR.*$$|MAN_INSTALL_DIR = ${WRKDIR}|' \
> |  		${WRKSRC}/Makefile
> |  .endif
> | +	@if ! grep "TCL_SRC_DIR=.\$${WRKDIRPREFIX}${TCL_CHECK}" "${LOCALBASE}/lib/tcl8.4/tclConfig.sh"; then ${ECHO_MSG} "=== Aborted, this configuration is not supported, set PORTSDIR and rebuild tcl84"; exit 1; fi
> |  
> |  post-install:
> |  	${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20041028/27dc25cb/attachment.bin


More information about the cvs-all mailing list