svn commit: r347435 - head/graphics/libGL

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 8 00:11:06 UTC 2014


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


More information about the svn-ports-all mailing list