Date: Thu, 10 Nov 2005 16:31:32 -0500 From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88810: [maintainer-update] ports multimedia/lxdvdrip add dependency Message-ID: <E1EaK16-000BE7-VV@quenix1.dyndns.org> Resent-Message-ID: <200511102140.jAALeGEn099258@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88810 >Category: ports >Synopsis: [maintainer-update] ports multimedia/lxdvdrip add dependency >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: Thu Nov 10 21:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 6.0-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 10 04:03:14 EST 2005 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: Add sysutils/dvdbackup as dependency. lxdvdrip need it when run in "copy" mode. Fix a directory creation in lxdvdrip.c >How-To-Repeat: >Fix: --- patch-lxdvdrip-depend.diff begins here --- diff -urN multimedia/lxdvdrip.orig/Makefile multimedia/lxdvdrip/Makefile --- multimedia/lxdvdrip.orig/Makefile Thu Nov 10 16:13:24 2005 +++ multimedia/lxdvdrip/Makefile Thu Nov 10 16:14:25 2005 @@ -21,7 +21,8 @@ transcode:${PORTSDIR}/multimedia/transcode \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ - mpgtx:${PORTSDIR}/multimedia/mpgtx + mpgtx:${PORTSDIR}/multimedia/mpgtx \ + dvdbackup:${PORTSDIR}/sysutils/dvdbackup SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff -urN multimedia/lxdvdrip.orig/files/patch-lxdvdrip.c multimedia/lxdvdrip/files/patch-lxdvdrip.c --- multimedia/lxdvdrip.orig/files/patch-lxdvdrip.c Thu Nov 10 16:13:24 2005 +++ multimedia/lxdvdrip/files/patch-lxdvdrip.c Thu Nov 10 16:22:51 2005 @@ -1,6 +1,6 @@ ---- lxdvdrip.c.orig Tue May 31 23:26:37 2005 -+++ lxdvdrip.c Wed Jul 6 18:34:10 2005 -@@ -763,6 +763,9 @@ +--- lxdvdrip.c.orig Thu Jul 7 03:23:50 2005 ++++ lxdvdrip.c Thu Nov 10 16:22:07 2005 +@@ -766,6 +766,9 @@ FILE *filehandle = 0; int i; @@ -10,7 +10,7 @@ if (!(filehandle = fopen (dvd_device, "r"))) { switch (lSprache) -@@ -782,7 +785,7 @@ +@@ -785,7 +788,7 @@ return -1; } @@ -19,7 +19,7 @@ { fclose (filehandle); switch (lSprache) -@@ -802,7 +805,7 @@ +@@ -805,7 +808,7 @@ return -1; } @@ -28,7 +28,7 @@ { fclose (filehandle); switch (lSprache) -@@ -820,7 +823,8 @@ +@@ -823,7 +826,8 @@ strcpy (title, "unknown"); return -1; } @@ -38,3 +38,12 @@ fclose (filehandle); title[32] = '\0'; +@@ -7633,7 +7637,7 @@ + strcat (szFilmVerzeichnis, "/"); + strcat (szFilmVerzeichnis, szDVDName); + // Verzeichnis AUDIO_TS anlegen +- sprintf (szBefehl, "mkdir %s/AUDIO_TS -m 0777", szFilmVerzeichnis); ++ sprintf (szBefehl, "mkdir -m 0777 %s/AUDIO_TS", szFilmVerzeichnis); + printf ("%s\n", szBefehl); + system (szBefehl); + } --- patch-lxdvdrip-depend.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?E1EaK16-000BE7-VV>