ports/94706: [maintainer] multimedia/dvd-slideshow

Phil Oleson oz at nixil.net
Sun Mar 19 21:40:15 UTC 2006


>Number:         94706
>Category:       ports
>Synopsis:       [maintainer] multimedia/dvd-slideshow
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 19 21:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root at nixil:/usr/src/sys/compile/nixil i386

>Description:
	Added seq2 to the dependency list.
        added a regex replace for seq -> seq2
        consolidated the REINPLACE_CMD's
        removed the do-build workaround for the NO_BUILD/OPTIONS bug that was fixed a while back.

>How-To-Repeat:
        N/A
>Fix:

	Patch included.

--- dvd-slideshow.patch begins here ---
diff -u dvd-slideshow.orig/Makefile dvd-slideshow/Makefile
--- dvd-slideshow.orig/Makefile	Sun Mar 19 14:06:49 2006
+++ dvd-slideshow/Makefile	Sun Mar 19 14:26:10 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	dvd-slideshow
 PORTVERSION=	0.7.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,6 +22,7 @@
 		sox:${PORTSDIR}/audio/sox \
 		dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
 		mkisofs:${PORTSDIR}/sysutils/cdrtools \
+		seq2:${PORTSDIR}/misc/seq2 \
 		${X11BASE}/lib/X11/fonts/urwfonts-ttf/README:${PORTSDIR}/x11-fonts/urwfonts-ttf
 
 NO_BUILD=	yes
@@ -75,14 +76,11 @@
 
 post-patch:
 .for FILE in dvd-slideshow dvd-menu dir2slideshow gallery2slideshow jigl2slideshow
-	@${REINPLACE_CMD} -e 's|!/bin/bash|!${PREFIX}/bin/bash|g' ${WRKSRC}/${FILE}
+	@${REINPLACE_CMD} -e 's|!/bin/bash|!${PREFIX}/bin/bash|g ; \
+			      s|/usr/share/fonts/|${X11BASE}/lib/X11/fonts/|g ; \
+			      s|seq |seq2 |g' \
+				 ${WRKSRC}/${FILE}
 .endfor
-.for FILE in dvd-menu dvd-slideshow
-	@${REINPLACE_CMD} -e 's|/usr/share/fonts/|${X11BASE}/lib/X11/fonts/|' ${WRKSRC}/${FILE}
-.endfor
-
-do-build:
-#	nada. NO_BUILD does not work if no OPTION is selected. see PR 78436
 
 do-install:
 .for FILE in dvd-slideshow dvd-menu dir2slideshow gallery2slideshow jigl2slideshow
Common subdirectories: dvd-slideshow.orig/files and dvd-slideshow/files
Only in dvd-slideshow.orig: work
--- dvd-slideshow.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list