Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2001 17:09:48 -0500 (CDT)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26360: Update port graphics/gliv to 1.0b7
Message-ID:  <200104042209.f34M9mC55032@babylon.merseine.nu>

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

>Number:         26360
>Category:       ports
>Synopsis:       Update port graphics/gliv to 1.0b7
>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:   Wed Apr 04 15:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-BETA i386
>Organization:
none
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386

>Description:
Update graphics/gliv from 1.0b6 to 1.0b7
This update removes files/patch-configure

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/03/23 14:08:40	1.2
+++ Makefile	2001/04/04 19:08:11
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	gliv
-PORTVERSION=	1.0b6
+PORTVERSION=	1.0b7
 CATEGORIES=	graphics
 MASTER_SITES=	http://gliv.tuxfamily.org/
-DISTNAME=	GLiv-1.0beta6
+DISTNAME=	GLiv-1.0beta7
 
 MAINTAINER=	ishmael27@home.com
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gliv/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2001/03/17 16:35:37	1.1
+++ distinfo	2001/04/04 18:57:45
@@ -1 +1 @@
-MD5 (GLiv-1.0beta6.tar.bz2) = e4ce6703f70b7d41e1eb42ee7f206424
+MD5 (GLiv-1.0beta7.tar.bz2) = 3ec72e4c3a517d79c4511a7c3791a5dc
Index: files/patch-configure
===================================================================
RCS file: patch-configure
diff -N patch-configure
--- /tmp/cvsUIvNJLll9j	Wed Apr  4 17:06:11 2001
+++ /dev/null	Wed Apr  4 14:07:37 2001
@@ -1,49 +0,0 @@
---- configure.orig	Thu Mar 15 14:09:08 2001
-+++ configure	Fri Mar 16 07:44:44 2001
-@@ -1067,8 +1067,8 @@
- 
- echo -n checking for Imlib2...
- if imlib2-config --version &> /dev/null;then
--CFLAGS="-pipe -O3 -funroll-loops -fforce-addr -fomit-frame-pointer -Wall $CFLAGS `imlib2-config --cflags`"
--LDFLAGS="-Wl,-O1 $LDFLAGS `imlib2-config --libs`"
-+CFLAGS="$CFLAGS `imlib2-config --cflags`"
-+LDFLAGS="$LDFLAGS `imlib2-config --libs`"
- echo " found (version `imlib2-config --version`)"
- else
- echo " not found"
-@@ -1081,14 +1081,14 @@
- exit 1
- fi
- 
--echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
--echo "configure:1086: checking for pthread_create in -lpthread" >&5
-+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6
-+echo "configure:1086: checking for pthread_create in -pthread" >&5
- ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_save_LIBS="$LIBS"
--LIBS="-lpthread  $LIBS"
-+LIBS="-pthread  $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1094 "configure"
- #include "confdefs.h"
-@@ -1122,7 +1122,7 @@
- #define $ac_tr_lib 1
- EOF
- 
--  LIBS="-lpthread $LIBS"
-+  LIBS="-pthread $LIBS"
- 
- else
-   echo "$ac_t""no" 1>&6
-@@ -1132,7 +1132,7 @@
- echo It seems you do not have libpthread or it does not work.
- exit 1
- fi
--LDFLAGS="$LDFLAGS -lpthread"
-+LDFLAGS="$LDFLAGS -pthread"
- 
- unset mdl_cv_have_OpenGL
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
>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?200104042209.f34M9mC55032>