Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 2010 04:32:17 GMT
From:      "Joseph S. Atkinson" <jsa@wickedmachine.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/145372: Fix installing of linux gtk2 libs for multimedia/linux-huludesktop
Message-ID:  <201004040432.o344WHDb098185@www.freebsd.org>
Resent-Message-ID: <201004040440.o344e3EG079754@freefall.freebsd.org>

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

>Number:         145372
>Category:       ports
>Synopsis:       Fix installing of linux gtk2 libs for multimedia/linux-huludesktop
>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:   Sun Apr 04 04:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        
>Organization:
>Environment:
>Description:
Error of omission. The linux flashplayer port does not bring in gtk2 depends needed by Hulu Desktop. Therefore, we must do this ourselves.

This bumps PORTREVISION to fix current installs that might not be working.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru /usr/ports/multimedia/linux-huludesktop/Makefile linux-huludesktop/Makefile
--- /usr/ports/multimedia/linux-huludesktop/Makefile	2010-03-13 07:08:33.000000000 -0500
+++ linux-huludesktop/Makefile	2010-04-03 23:32:27.000000000 -0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	huludesktop
 PORTVERSION=	0.9.7
+PORTREVISION=	1
 CATEGORIES=	multimedia linux
 MASTER_SITES=	http://download.hulu.com/
 PKGNAMEPREFIX=	linux-
@@ -20,6 +21,7 @@
 LINUX_RPM_ARCH=	i386
 
 USE_LINUX=	f10
+USE_LINUX_APPS=	gtk2
 NO_BUILD=	yes
 
 RPM2CPIO?=	${LOCALBASE}/bin/rpm2cpio


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



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