Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 21:09:26 -0500 (CDT)
From:      Jeremy Norris <ishmael27@home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31117: Update ports graphics/gliv
Message-ID:  <200110080209.f9829Qk12421@babylon.merseine.nu>

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

>Number:         31117
>Category:       ports
>Synopsis:       Update ports graphics/gliv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 19:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.4-RC i386
>Organization:
none
>Environment:
System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386

>Description:
Update port graphics/gliv to latest version, 1.3.1

>How-To-Repeat:
Don't forget to cvs add files/patch-rendering.c

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2001/08/12 20:11:24	1.5
+++ Makefile	2001/10/08 01:22:07
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gliv
-PORTVERSION=	1.2
+PORTVERSION=	1.3.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://gliv.tuxfamily.org/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2001/08/12 20:11:24	1.4
+++ distinfo	2001/10/08 01:22:22
@@ -1 +1 @@
-MD5 (gliv-1.2.tar.bz2) = c37f5749b0528ae3882f378545785aa9
+MD5 (gliv-1.3.1.tar.bz2) = 713433627e805ffe3265a1ec00ec2a41
Index: files/patch-rendering.c
===================================================================
RCS file: patch-rendering.c
diff -N patch-rendering.c
--- /dev/null	Sun Oct  7 20:25:52 2001
+++ patch-rendering.c	Sun Sep 30 20:47:53 2001
@@ -0,0 +1,17 @@
+--- rendering.c.orig	Thu Sep 13 12:55:36 2001
++++ rendering.c	Sun Sep 30 20:47:40 2001
+@@ -27,9 +27,14 @@
+ #include <GL/glu.h>
+ #include "gliv.h"
+ 
++/* FreeBSD has no fminf/fmin, so fake it */
++#if 0
+ #ifndef HAVE_FMINF
+ #define fminf fmin
+ #endif
++#endif
++
++#define fminf(A, B) ((A) < (B) ? (A) : (B))
+ 
+ #ifndef HAVE_FABSF
+ #define fabsf fabs
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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