ports/150630: [PATCH] Fix fetching themes for multimedia/dvd-slideshow

Tobias Rehbein tobias.rehbein at web.de
Thu Sep 16 17:50:04 UTC 2010


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list