Date: Fri, 21 Jun 2013 23:38:43 +0000 From: "b.f." <bf1783@gmail.com> To: Niclas Zeising <zeising@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r321462 - head/graphics/libGLU Message-ID: <CAGFTUwOavjLNrfPwERhgx8cowt07MFn0iZ%2BuFZJyw61e%2B0YrfQ@mail.gmail.com> In-Reply-To: <201306211155.r5LBt10K061429@svn.freebsd.org> References: <201306211155.r5LBt10K061429@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 21, 2013 at 11:55 AM, Niclas Zeising <zeising@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGFTUwOavjLNrfPwERhgx8cowt07MFn0iZ%2BuFZJyw61e%2B0YrfQ>