Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2010 19:12:45 +0200 (CEST)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oz@nixil.net
Subject:   ports/150630: [PATCH] Fix fetching themes for multimedia/dvd-slideshow
Message-ID:  <201009161712.o8GHCjFg021789@sushi.pseudo.local>
Resent-Message-ID: <201009161750.o8GHo3Z8054032@freefall.freebsd.org>

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

>Number:         150630
>Category:       ports
>Synopsis:       [PATCH] Fix fetching themes for multimedia/dvd-slideshow
>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:   Thu Sep 16 17:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sushi.pseudo.local 8.1-RELEASE FreeBSD 8.1-RELEASE #4: Thu Aug 19 21:15:56 CEST 2010 tobi@sushi.pseudo.local:/usr/obj/usr/src/sys/SUSHI i386

        multimedia/dvd-slideshow aborts fetching of distfiles if the
        WITH_THEMES option is active. The reason is the fact that the themes
        are located in another directory.

        Maintainer is cc'ed.


	
>Description:
	
>How-To-Repeat:
        Try `make fetch` for multimedia/dvd-slideshow with THEMES option activated.
	
>Fix:
        Find attached a patch that fixes fetching of themes.

	

--- multimedia-dvd-slideshow-fix_themes.diff begins here ---
diff -ruN multimedia/dvd-slideshow.orig/Makefile multimedia/dvd-slideshow/Makefile
--- multimedia/dvd-slideshow.orig/Makefile	2010-09-14 09:01:32.000000000 +0200
+++ multimedia/dvd-slideshow/Makefile	2010-09-14 09:21:40.000000000 +0200
@@ -9,8 +9,9 @@
 PORTVERSION=	0.8.2
 PORTREVISION=	3
 CATEGORIES=	multimedia
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2
-DISTFILES=	${PORTNAME}-${PORTVERSION}-2${EXTRACT_SUFX}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2:main \
+		SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes
+DISTFILES=	${PORTNAME}-${PORTVERSION}-2${EXTRACT_SUFX}:main
 THEMEVERSION=	0.8.0
 
 MAINTAINER=	oz@nixil.net
@@ -65,7 +66,7 @@
 RUN_DEPENDS+=	toolame:${PORTSDIR}/audio/toolame
 .endif
 .if defined(WITH_THEMES)
-DISTFILES+=	${PORTNAME}-themes-${THEMEVERSION}-1${EXTRACT_SUFX}
+DISTFILES+=	${PORTNAME}-themes-${THEMEVERSION}-1${EXTRACT_SUFX}:themes
 WRKSRC2=	${WRKDIR}/${PORTNAME}-themes-${THEMEVERSION}-1
 PLIST_SUB+=	NOTHEMES=""
 .else
--- multimedia-dvd-slideshow-fix_themes.diff ends here ---


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



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