diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-23 03:47:15 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-23 03:47:15 +0000 |
commit | c0452c625763f497a693e093502a2f3603bf1f12 (patch) | |
tree | 50b0cb6eef8eb467b21718fcbb1bba84bf51705a /multimedia/handbrake/files/patch-libhb-fifo.c | |
parent | Upgrade to 4.41. (diff) |
- Update to version 0.9.8, the latest to date
- Define LICENSE knob, cleanup Makefile, add comments, etc.
- Do not rename binary name upon install to match packages for other OSes
- Tidy up port description to match upstream text closer
- Make COMMENT more user-friendly (looking at Ubuntu)
PR: ports/169799 (version update + patches)
Submitted by: dmarion
Notes
Notes:
svn path=/head/; revision=302977
Diffstat (limited to 'multimedia/handbrake/files/patch-libhb-fifo.c')
-rw-r--r-- | multimedia/handbrake/files/patch-libhb-fifo.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/handbrake/files/patch-libhb-fifo.c b/multimedia/handbrake/files/patch-libhb-fifo.c deleted file mode 100644 index 47ef561b47ac..000000000000 --- a/multimedia/handbrake/files/patch-libhb-fifo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- HandBrake_old/libhb/fifo.c 2007-10-08 22:57:08.000000000 +0200 -+++ libhb/fifo.c 2007-12-04 05:55:37.000000000 +0100 -@@ -6,9 +6,7 @@ - - #include "hb.h" - --#ifndef SYS_DARWIN --#include <malloc.h> --#endif -+#include <stdlib.h> - - /* Fifo */ - struct hb_fifo_s |