Bug 120301

Summary: www/Youtube_dl avi support broken
Product: Ports & Packages Reporter: Mel <mel>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: pankov_p
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
youtube-dl-fix.patch none

Description Mel 2008-02-05 19:00:06 UTC
	While trying to fix line endings, the conv2avi patch ended up being a patch for
	itself and so avi support is gone.
	Here's the hint (====>):
# /usr/bin/patch -d /usr/obj/usr/ports/www/youtube_dl/work --forward -E -p0 -V simple --suffix .orig < /usr/ports/www/youtube_dl/files/conv2avi.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: www/youtube_dl/files/conv2avi.patch
|===================================================================
====> |RCS file: www/youtube_dl/files/conv2avi.patch
|diff -N www/youtube_dl/files/conv2avi.patch
|--- /dev/null  1 Jan 1970 00:00:00 -0000
|+++ www/youtube_dl/files/conv2avi.patch        31 Jan 2008 19:32:45 -0000
--------------------------
====> (Creating file www/youtube_dl/files/conv2avi.patch...)
====>  Patching file www/youtube_dl/files/conv2avi.patch using Plan A...
Hunk #1 succeeded at 1.
done

Fix: 

I'd make a patch, but err....yah
How-To-Repeat: 	cd /usr/ports/www/youtube_dl && make -dl do-patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-05 20:27:52 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Pankov Pavel 2008-02-06 21:07:13 UTC
Sorry. Patch attached. If it'll be broken by my mail client, it's here:  
http://vds.pankov.pp.ru/youtube-dl-fix.patch
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-02-08 03:42:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-02-13 10:57:58 UTC
araujo      2008-02-13 10:57:54 UTC

  FreeBSD ports repository

  Modified files:
    www/youtube_dl       Makefile 
    www/youtube_dl/files conv2avi.patch 
  Log:
  - Fixed some problems with conv2avi.
  - Bump PORTREVISION.
  
  PR:             ports/120301
  Submitted by:   Mel <mel@rachie.is-a-geek.net>,
                  Pankov Pavel <pankov_p@mail.ru> (maintainer)
  Approved by:    stas (mentor, implicit)
  
  Revision  Changes    Path
  1.18      +1 -0      ports/www/youtube_dl/Makefile
  1.3       +37 -44    ports/www/youtube_dl/files/conv2avi.patch
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Marcelo Araujo freebsd_committer freebsd_triage 2008-02-13 10:58:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!