Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 05:24:11 +0200
From:      Norbert Irmer <norbert.irmer@heim9.tu-clausthal.de>
To:        will@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/21179: New port: math/gul-vdog-qt
Message-ID:  <39CD73DB.5F0A766B@heim9.tu-clausthal.de>
References:  <200009172220.PAA85636@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
will@FreeBSD.org wrote:
> 
> Synopsis: New port: math/gul-vdog-qt
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: will
> State-Changed-When: Sun Sep 17 15:19:28 PDT 2000
> State-Changed-Why:
> I can't get this port to work on my system, which has QT 2.2.0
> release from ports.  It says it can't find libqgl, but as far
> as I know, the functionality of qgl was integrated into the usual
> qt library itself.
> 
> Responsible-Changed-From-To: freebsd-ports->will
> Responsible-Changed-By: will
> Responsible-Changed-When: Sun Sep 17 15:19:28 PDT 2000
> Responsible-Changed-Why:
> I'll take this.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=21179


Sorry, when I submitted this port the directory "qt22" contained
a qt snapshot which had a separate "libqgl.a".
I have added a qt version check to the configure script,
and now only link with this library when the qt version
is smaller then 220.

I already sent a followup to the pr a week ago, but nobody
seems to have noticed this (probably due to overworking),
so here again the patch which fixes the problem:


diff -u -r ./Makefile ../gul-vdog-qt/Makefile
--- ./Makefile  Sun Sep 24 04:50:11 2000
+++ ../gul-vdog-qt/Makefile     Sun Sep 24 04:45:50 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      gul-vdog-qt
-PORTVERSION=   0.4.1
+PORTVERSION=   0.4.2
 CATEGORIES=    math graphics
 MASTER_SITES=  http://download.sourceforge.net/gul/
 
diff -u -r ./files/md5 ../gul-vdog-qt/files/md5
--- ./files/md5 Sun Sep 24 04:50:11 2000
+++ ../gul-vdog-qt/files/md5    Sun Sep 24 04:45:50 2000
@@ -1 +1 @@
-MD5 (gul-vdog-qt-0.4.1.tar.gz) = 20bb4e6170c4298095fd650a11a531ce
+MD5 (gul-vdog-qt-0.4.2.tar.gz) = cae6b59547d0bcb23ea368bcfa4caad0
diff -u -r ./patches/patch-aa ../gul-vdog-qt/patches/patch-aa
--- ./patches/patch-aa  Sun Sep 24 04:50:11 2000
+++ ../gul-vdog-qt/patches/patch-aa     Sun Sep 24 04:45:50 2000
@@ -1,5 +1,5 @@
---- configure.orig     Mon Sep  4 20:02:53 2000
-+++ configure  Mon Sep  4 20:03:09 2000
+--- configure.orig     Mon Sep  4 20:02:53 2000
++++ configure  Mon Sep  4 20:03:09 2000
 @@ -1040,11 +1040,6 @@
      top_srcdir="$ac_dots$ac_given_srcdir" ;;
    esac


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?39CD73DB.5F0A766B>