From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 11 17:10:28 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00AA516A41F for ; Sun, 11 Dec 2005 17:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F3C43D66 for ; Sun, 11 Dec 2005 17:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBBHA2D9089534 for ; Sun, 11 Dec 2005 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBBHA2q0089533; Sun, 11 Dec 2005 17:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Dec 2005 17:10:02 GMT Resent-Message-Id: <200512111710.jBBHA2q0089533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ermal Luçi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B584816A41F for ; Sun, 11 Dec 2005 17:01:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EE743D78 for ; Sun, 11 Dec 2005 17:01:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jBBH17r3034178 for ; Sun, 11 Dec 2005 17:01:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jBBH17jq034177; Sun, 11 Dec 2005 17:01:07 GMT (envelope-from nobody) Message-Id: <200512111701.jBBH17jq034177@www.freebsd.org> Date: Sun, 11 Dec 2005 17:01:07 GMT From: Ermal Luçi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/90247: Update libglut port to 6.4.1 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2005 17:10:28 -0000 >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@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@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: