Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2008 02:23:25 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127531: [PATCH]: astro/google-earth, Add missing dependency
Message-ID:  <200809220223.m8M2NPH6061612@www.freebsd.org>
Resent-Message-ID: <200809220230.m8M2U2pk037929@freefall.freebsd.org>

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

>Number:         127531
>Category:       ports
>Synopsis:       [PATCH]: astro/google-earth, Add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 02:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
Include USE_XLIB to pick up a missing dependency on linux-xorg-libs when WITH_NVIDIA_GL is defined.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/astro/google-earth/Makefile google-earth/Makefile
--- /usr/ports/astro/google-earth/Makefile	2008-09-19 19:07:40.000000000 +1200
+++ google-earth/Makefile	2008-09-22 14:14:38.000000000 +1200
@@ -7,7 +7,7 @@
 
 PORTNAME=	google-earth
 PORTVERSION=	4.3.7284.3916
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro deskutils geography
 MASTER_SITES=	http://dl.google.com/earth/client/current/
 DISTFILES=	${TARGET_DISTFILE}
@@ -26,6 +26,7 @@
 
 USE_LINUX=	yes
 USE_GNOME=	desktopfileutils
+USE_XLIB=	yes
 
 REAL_DISTFILE=		GoogleEarthLinux.bin
 TARGET_DISTFILE=	GoogleEarthLinux-${PORTVERSION}.bin


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



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