[Bug 218384] multimedia/handbrake (0.10.5_5): Doesn't upgrading to 1.0.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 9 02:27:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218384

naito.yuichiro at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |naito.yuichiro at gmail.com

--- Comment #16 from naito.yuichiro at gmail.com ---
Thanks for more information.

Finally I could reproduce this error,
after I install gnu patch (pkg install patch).

Will you try the following patch?

```
Index: files/patch-contrib_libbluray_A02-expose-clip__id.patch
===================================================================
--- files/patch-contrib_libbluray_A02-expose-clip__id.patch     (revision
438075)
+++ files/patch-contrib_libbluray_A02-expose-clip__id.patch     (working copy)
@@ -4,8 +4,8 @@
  --
  2.5.5

-+--- Makefile.in.orig  2017-03-25 19:30:14 UTC
-++++ Makefile.in       2017-03-25 19:30:36 UTC
++--- a/Makefile.in     2017-03-25 19:30:14 UTC
+++++ b/Makefile.in     2017-03-25 19:30:36 UTC
 +@@ -772,7 +772,7 @@
 + MOSTLYCLEANFILES = $(DX_CLEANFILES)
 + @ENABLE_UDF_FALSE at POSIX_C_SOURCE = 200112L
```

`contrib/libbluray/A02-expose-clip_id.patch` is a patch file
to libbluray which is written in git style diff.

I need to write `patch-contrib_libbluray_A02-expose-clip__id.patch`
in the same style that gnu patch understand.

Bsd patch can understand different styles in the same patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list