Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 03:53:47 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100130: [MAINTAINER] graphics/geomorph: track gtkglext shared library version change
Message-ID:  <20060711235347.B41BE3B3@hades.panopticon>
Resent-Message-ID: <200607120000.k6C00YTx017491@freefall.freebsd.org>

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

>Number:         100130
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/geomorph: track gtkglext shared library version change
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 00:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
gtkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS.

>How-To-Repeat:
>Fix:

--- geomorph.patch begins here ---
diff -ruN geomorph.orig/Makefile geomorph/Makefile
--- geomorph.orig/Makefile	Wed Jul 12 03:47:50 2006
+++ geomorph/Makefile	Wed Jul 12 03:48:19 2006
@@ -15,7 +15,7 @@
 MAINTAINER=	amdmi3@mail.ru
 COMMENT=	Height field generator and editor
 
-LIB_DEPENDS=	gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS=	gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
 
 USE_X_PREFIX=	yes
 USE_GL=		yes
--- geomorph.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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