Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2005 22:54:14 +0200
From:      Kirill Ponomarew <krion@voodoo.oberon.net>
To:        "Lev A. Serebryakov" <lev@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/mingw32-binutils Makefile distinfo ports/devel/mingw32-binutils/files patch-Makefile.inpatch-configure
Message-ID:  <20050512205414.GB65500@voodoo.oberon.net>
In-Reply-To: <200504101459.j3AExWFb057322@repoman.freebsd.org>
References:  <200504101459.j3AExWFb057322@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050512205414.GB65500>