svn commit: r321462 - head/graphics/libGLU
b.f.
bf1783 at gmail.com
Fri Jun 21 23:38:44 UTC 2013
On Fri, Jun 21, 2013 at 11:55 AM, Niclas Zeising <zeising at freebsd.org> wrote:
> Author: zeising
> Date: Fri Jun 21 11:55:01 2013
> New Revision: 321462
> URL: http://svnweb.freebsd.org/changeset/ports/321462
>
> Log:
> Update to 9.0.0
> This is a stand-alone release of libGLU, no longer dependent on the rest of
> MESA.
>
> Obtained from: xorg development repo
>
> Modified:
> head/graphics/libGLU/Makefile
> head/graphics/libGLU/pkg-plist
>
> Modified: head/graphics/libGLU/Makefile
> ==============================================================================
> --- head/graphics/libGLU/Makefile Fri Jun 21 11:29:56 2013 (r321461)
> +++ head/graphics/libGLU/Makefile Fri Jun 21 11:55:01 2013 (r321462)
> @@ -2,21 +2,19 @@
> # $FreeBSD$
>
> PORTNAME= libGLU
> -PORTVERSION= ${MESAVERSION}
> -PORTREVISION= 2
> +PORTVERSION= 9.0.0
> CATEGORIES= graphics
> +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/
> +DISTNAME= glu-${PORTVERSION}
>
> +MAINTAINER= x11 at FreeBSD.org
> COMMENT= OpenGL utility library
>
> +USE_BZIP2= yes
> +USES= pathfix
> USE_GL= gl
> -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
> +GNU_CONFIGURE= yes
> +CONFIGURE_ARGS= --disable-static
> +USE_LDCONFIG= yes
>
> -INSTALL_WRKSRC= ${WRKSRC}/src/glu
> -BUILD_WRKSRC= ${WRKSRC}/src/glu
> -
> -pre-install:
> - @${MKDIR} ${PREFIX}/include/GL/
> - ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/
> -
> -.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
> .include <bsd.port.mk>
Now that it has a separate distfile, and doesn't use bsd.mesalib.mk,
it needs a DISTINFO_FILE.
Regards,
Brendan
More information about the svn-ports-head
mailing list