graphics/libGLw revision went backwards without WITH_NEW_XORG

Jung-uk Kim jkim at FreeBSD.org
Thu Apr 26 17:19:38 UTC 2012


2012-04-26, 13:08 -0400, Jung-uk Kim:
> Without WITH_NEW_XORG, it seems the revision went backwards:
> 
> % grep \$FreeBSD: Makefile
> # $FreeBSD: ports/graphics/libGLw/Makefile,v 1.13 2012/04/21 17:03:17
> miwi Exp $
> % make -V PORTVERSION -V PORTREVISION
> 7.6.1
> 0
> % make -V PORTVERSION -V PORTREVISION WITH_NEW_XORG=yes
> 7.11.2
> 0
> 
> This is what we had before the X.org upgrade:
> 
> % pkg_info -X libGLw
> Information for libGLw-7.6.1_1:
> 
> Comment:
> OpenGL widgets library
> 
> 
> Description:
> This package contains the OpenGL widgets library.
> 
> WWW: http://www.mesa3d.org/
> 
> 

This commit seems problematic:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/libGLw/Makefile.diff?r1=1.12&r2=1.13

--- ports/graphics/libGLw/Makefile	2011/05/02 12:44:37	1.12
+++ ports/graphics/libGLw/Makefile	2012/04/21 17:03:17	1.13
@@ -2,18 +2,15 @@
 # Date created:		7 May 2004
 # Whom:			anholt at FreeBSD.org
 #
-# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/libGLw/Makefile,v 1.12 2011/05/02 12:44:37 makc Exp $
+# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/graphics/libGLw/Makefile,v 1.13 2012/04/21 17:03:17 miwi Exp $
 #
 
 PORTNAME=	libGLw
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	1
 CATEGORIES=	graphics
 
 COMMENT=	OpenGL widgets library
 
-BUILD_DEPENDS+=	makedepend:${PORTSDIR}/devel/makedepend
-
 USE_GL=		gl
 USE_MOTIF=	yes
 USE_XORG=	glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
-- 
Jung-uk Kim <jkim at FreeBSD.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20120426/98769365/attachment.pgp


More information about the freebsd-x11 mailing list