ports/90247: Update libglut port to 6.4.1 version
Ermal Luçi
eri-- at albabsd.org
Sun Dec 11 17:10:28 UTC 2005
>Number: 90247
>Category: ports
>Synopsis: Update libglut port to 6.4.1 version
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 11 17:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Ermal Luçi
>Release: -CURRENT
>Organization:
>Environment:
FreeBSD eri.internet.info 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Nov 29 00:14:09 eri at eri.internet.info:/usr/src/sys/GENERIC i386
>Description:
Updating the libglut port to version 6.4.1 and bump the version of the lib now that it is released as a separate library.
>How-To-Repeat:
>Fix:
diff -rNu graphics/libglut.orig/Makefile graphics/libglut/Makefile
--- graphics/libglut.orig/Makefile Sat Dec 10 18:51:38 2005
+++ graphics/libglut/Makefile Sat Dec 10 19:55:19 2005
@@ -6,11 +6,11 @@
#
PORTNAME= libglut
-PORTVERSION= 6.0.1
+PORTVERSION= 6.4.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d
-DISTNAME= MesaDemos-${PORTVERSION}
+DISTNAME= MesaGLUT-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= A graphics library similar to SGI's OpenGL
diff -rNu graphics/libglut.orig/distinfo graphics/libglut/distinfo
--- graphics/libglut.orig/distinfo Sat Dec 10 18:51:38 2005
+++ graphics/libglut/distinfo Sat Dec 10 19:59:46 2005
@@ -1,3 +1,3 @@
-MD5 (MesaDemos-6.0.1.tar.bz2) = dd6aadfd9ca8e1cfa90c6ee492bc6f43
-SHA256 (MesaDemos-6.0.1.tar.bz2) = bb8bc9c8c7b91a79635ebdeb4ff620182fde6ae0fc0d9c536125d9042248097c
-SIZE (MesaDemos-6.0.1.tar.bz2) = 915558
+MD5 (MesaGLUT-6.4.1.tar.bz2) = bd003bb4f981a4f91dee4c38644d4f3f
+SHA256 (MesaGLUT-6.4.1.tar.bz2) = 47a8c3748fb7ca9a5aa2530b115651522185499b39e70ec8ca7463ea222fb6ae
+SIZE (MesaGLUT-6.4.1.tar.bz2) = 270793
diff -rNu graphics/libglut.orig/files/Makefile graphics/libglut/files/Makefile
--- graphics/libglut.orig/files/Makefile Sat Dec 10 18:51:38 2005
+++ graphics/libglut/files/Makefile Sun Dec 11 01:07:53 2005
@@ -3,7 +3,7 @@
# $FreeBSD: ports/graphics/libglut/files/Makefile,v 1.2 2004/04/17 12:19:45 thierry Exp $
LIB= glut
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
CFLAGS+= -I../../../include -I${X11BASE}/include
LDFLAGS+= -L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi
LIBDIR= ${PREFIX}/lib
diff -rNu graphics/libglut.orig/pkg-plist graphics/libglut/pkg-plist
--- graphics/libglut.orig/pkg-plist Sat Dec 10 18:51:38 2005
+++ graphics/libglut/pkg-plist Sun Dec 11 01:13:54 2005
@@ -1,4 +1,4 @@
include/GL/glut.h
lib/libglut.a
lib/libglut.so
-lib/libglut.so.3
+lib/libglut.so.4
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list