Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Apr 2004 05:34:28 -0400
From:      Yarema <yds@CoolRat.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65353: MAINTAINER-UPDATE: graphics/libglut 5.0.2 to 6.0.1
Message-ID:  <courier.40766E24.00001375@CoolRat.org>
Resent-Message-ID: <200404090940.i399eHRl012332@freefall.freebsd.org>

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

>Number:         65353
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: graphics/libglut 5.0.2 to 6.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 09 02:40:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yarema
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
CoolRat.org
>Environment:
System: FreeBSD 5.2-CURRENT i386
>Description:
Upgrade to latest and greatest..
>How-To-Repeat:
cd /usr/ports/graphics/libglut && make install
>Fix:
diff -u -ruN libglut5/Makefile libglut/Makefile
--- libglut5/Makefile	Thu Jan 29 05:58:18 2004
+++ libglut/Makefile	Fri Apr  9 05:20:46 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libglut
-PORTVERSION=	5.0.2
+PORTVERSION=	6.0.1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mesa3d
@@ -20,7 +20,7 @@
 USE_GL=		yes
 
 USE_X_PREFIX=	yes
-WRKSRC=		${WRKDIR}/Mesa-${PORTVERSION}/src-glut
+WRKSRC=		${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx
 
 pre-patch:
 	${CP} ${FILESDIR}/Makefile ${WRKSRC}/
diff -u -ruN libglut5/distinfo libglut/distinfo
--- libglut5/distinfo	Thu Mar 18 03:51:50 2004
+++ libglut/distinfo	Fri Apr  9 05:20:56 2004
@@ -1,2 +1,2 @@
-MD5 (MesaDemos-5.0.2.tar.bz2) = b81fafff90995025d2f25ea02b786642
-SIZE (MesaDemos-5.0.2.tar.bz2) = 901632
+MD5 (MesaDemos-6.0.1.tar.bz2) = dd6aadfd9ca8e1cfa90c6ee492bc6f43
+SIZE (MesaDemos-6.0.1.tar.bz2) = 915558
diff -u -ruN libglut5/files/Makefile libglut/files/Makefile
--- libglut5/files/Makefile	Fri Oct 24 00:38:20 2003
+++ libglut/files/Makefile	Fri Apr  9 05:19:38 2004
@@ -4,14 +4,14 @@
 
 LIB=		glut
 SHLIB_MAJOR=	3
-CFLAGS+=	-I../include -I${X11BASE}/include
+CFLAGS+=	-I../../../include -I${X11BASE}/include
 LDFLAGS+=	-L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi
 LIBDIR=		${PREFIX}/lib
 NOPROFILE?=	yes
 
 beforeinstall:
 	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
-		${.CURDIR}/../include/GL/glut.h \
+		${.CURDIR}/../../../include/GL/glut.h \
 		${PREFIX}/include/GL
 
 SRCS = \
@@ -63,4 +63,4 @@
 	glut_winmisc.c \
 	layerutil.c
 
-.include <bsd.lib.mk>
\ No newline at end of file
+.include <bsd.lib.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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