Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Mar 2014 18:11:04 -0600
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Martin Wilke <miwi@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r347435 - head/graphics/libGL
Message-ID:  <e6df3dd5a426eb0aea0dfff71bad5fba@shatow.net>
In-Reply-To: <201403080008.s2808Mt6023933@svn.freebsd.org>
References:  <201403080008.s2808Mt6023933@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-03-07 18:08, Martin Wilke wrote:
> Author: miwi
> Date: Sat Mar  8 00:08:21 2014
> New Revision: 347435
> URL: http://svnweb.freebsd.org/changeset/ports/347435
> QAT: https://qat.redports.org/buildarchive/r347435/
> 
> Log:
>   - Fix build with stagedir support by removing leftovers
> 
>   Discussed/Reviewed by:	bdrewery/antoine
> 
> Modified:
>   head/graphics/libGL/Makefile
> 
> Modified: head/graphics/libGL/Makefile
> ==============================================================================
> --- head/graphics/libGL/Makefile	Sat Mar  8 00:03:56 2014	(r347434)
> +++ head/graphics/libGL/Makefile	Sat Mar  8 00:08:21 2014	(r347435)
> @@ -30,4 +30,12 @@ LIBGLREVISION=	4
>  CONFIGURE_ARGS+=--disable-gallium-intel
>  .endif
> 
> +.if !defined(WITH_NEW_XORG)
> +post-install:
> +	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu.h
> +	${RM} ${STAGEDIR}${PREFIX}/include/GL/glu_mangle.h
> +	${RM} ${STAGEDIR}${PREFIX}/include/GL/internal/dri_interface.h
> +	${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dri.pc
> +.endif
> +
>  .include <bsd.port.mk>

I'm working on support for marking known orphans to ignore. It should be 
ready next week. For now, deleting from stagedir is the best way as it 
will work in check-orphans and poudriere.

We don't want orphans in stagedirs. It leads to being hard to detect new 
orphans in updates due to all of the false-positives showing.

-- 
Regards,
Bryan Drewery



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