Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 03:11:09 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97068: graphics/libglut: Update: 6.4.1 -> 6.4.2
Message-ID:  <1147227069.71515@charon.picobyte.net>
Resent-Message-ID: <200605100220.k4A2KDs5093334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97068
>Category:       ports
>Synopsis:       graphics/libglut: Update: 6.4.1 -> 6.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 10 02:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

- Update to 6.4.2
- Ensure GL directory is created and removed
- Take maintainership

ChangeLog here: http://mesa3d.org/VERSIONS

>How-To-Repeat:

>Fix:

--- libglut.diff begins here ---
diff -urN libglut.orig/Makefile libglut/Makefile
--- libglut.orig/Makefile	Tue Apr 25 23:13:07 2006
+++ libglut/Makefile	Wed May 10 03:00:57 2006
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	libglut
-PORTVERSION=	6.4.1
+PORTVERSION=	6.4.2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mesa3d
 DISTNAME=	MesaGLUT-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 COMMENT=	A graphics library similar to SGI's OpenGL
 
 USE_BZIP2=	yes
@@ -24,5 +24,8 @@
 
 pre-patch:
 	${CP} ${FILESDIR}/Makefile ${WRKSRC}/
+
+pre-install:
+	@${MKDIR} ${PREFIX}/include/GL
 
 .include <bsd.port.mk>
diff -urN libglut.orig/distinfo libglut/distinfo
--- libglut.orig/distinfo	Tue Apr 25 23:13:07 2006
+++ libglut/distinfo	Wed May 10 02:54:50 2006
@@ -1,3 +1,3 @@
-MD5 (MesaGLUT-6.4.1.tar.bz2) = bd003bb4f981a4f91dee4c38644d4f3f
-SHA256 (MesaGLUT-6.4.1.tar.bz2) = 47a8c3748fb7ca9a5aa2530b115651522185499b39e70ec8ca7463ea222fb6ae
-SIZE (MesaGLUT-6.4.1.tar.bz2) = 270793
+MD5 (MesaGLUT-6.4.2.tar.bz2) = b157ba8ad1ea63260cf5339132e7aac6
+SHA256 (MesaGLUT-6.4.2.tar.bz2) = 1277430eb69be506eeb40e465fe205de5dadcd52f912e44bbc624d6702a26509
+SIZE (MesaGLUT-6.4.2.tar.bz2) = 270291
diff -urN libglut.orig/pkg-plist libglut/pkg-plist
--- libglut.orig/pkg-plist	Tue Apr 25 23:13:07 2006
+++ libglut/pkg-plist	Wed May 10 03:05:11 2006
@@ -2,3 +2,4 @@
 lib/libglut.a
 lib/libglut.so
 lib/libglut.so.4
+@dirrmtry include/GL
--- libglut.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147227069.71515>