From owner-svn-ports-head@FreeBSD.ORG Fri Jun 21 11:55:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 056936AE; Fri, 21 Jun 2013 11:55:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EB7471BE3; Fri, 21 Jun 2013 11:55:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5LBt1KC061437; Fri, 21 Jun 2013 11:55:01 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5LBt10K061429; Fri, 21 Jun 2013 11:55:01 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201306211155.r5LBt10K061429@svn.freebsd.org> From: Niclas Zeising Date: Fri, 21 Jun 2013 11:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321462 - head/graphics/libGLU X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 11:55:02 -0000 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 Modified: head/graphics/libGLU/pkg-plist ============================================================================== --- head/graphics/libGLU/pkg-plist Fri Jun 21 11:29:56 2013 (r321461) +++ head/graphics/libGLU/pkg-plist Fri Jun 21 11:55:01 2013 (r321462) @@ -1,5 +1,6 @@ include/GL/glu.h include/GL/glu_mangle.h +lib/libGLU.la lib/libGLU.so lib/libGLU.so.1 libdata/pkgconfig/glu.pc