Skip site navigation (1)Skip section navigation (2)
Date:      14 Jul 2006 04:17:47 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100269: Maintainer update: x11-toolkits/gai, fix gtkglext depends
Message-ID:  <20060714041747.45181.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200607140420.k6E4KHdi049795@freefall.freebsd.org>

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

>Number:         100269
>Category:       ports
>Synopsis:       Maintainer update: x11-toolkits/gai, fix gtkglext depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 04:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


>Description:

gtkglext changed names of the libs it installed, so fixing to build with 
the new 1.2.0 version of that port.

>How-To-Repeat:
>Fix:

diff -ruN gai.olde/Makefile gai/Makefile
--- gai.olde/Makefile	Thu Jul 13 20:59:12 2006
+++ gai/Makefile	Thu Jul 13 21:02:39 2006
@@ -8,7 +8,7 @@
 
 PORTNAME=	gai
 PORTVERSION=	0.5.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +16,7 @@
 MAINTAINER=	lx@redundancy.redundancy.org
 COMMENT=	General Applet Interface Library
 
-LIB_DEPENDS=	gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS=	gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext
 
 USE_BZIP2=	yes
 USE_GL=		yes

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



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