cvs commit: ports/devel/mingw32-binutils Makefile distinfo ports/devel/mingw32-binutils/files patch-Makefile.inpatch-configure

Kirill Ponomarew krion at voodoo.oberon.net
Thu May 12 13:54:12 PDT 2005


On Sun, Apr 10, 2005 at 02:59:32PM +0000, Lev A. Serebryakov wrote:
> lev         2005-04-10 14:59:32 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     devel/mingw32-binutils Makefile distinfo 
>     devel/mingw32-binutils/files patch-Makefile.in patch-configure 
>   Log:
>    Update to latest snapshot.
>    Unbreak with some ugly hack.
> | +#
> | +# UGLY HACK
> | +#
> | +add-plist-post:
> | +	@${ECHO_CMD} "@unexec rmdir -p %D/${PKGNAMEPREFIX:S/-$//}/info 2> /dev/null || true" >> ${TMPPLIST}
> | +	@${ECHO_CMD} "@unexec rmdir -p %D/${PKGNAMEPREFIX:S/-$//} 2> /dev/null || true" >> ${TMPPLIST}
> | +.if (defined(PREFIX) && ${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${X11BASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr")
> | +	@${ECHO_CMD} "@unexec rmdir %D 2> /dev/null || true" >> ${TMPPLIST}
> | +.else
> | +	@${DO_NADA}
> | +.endif

Can you reconsider this ugly hack and remove add-plist-post target
since it confuses people building INDEX with the warning.

-Kirill


More information about the cvs-ports mailing list