Date: Sun, 09 Apr 2017 05:21:31 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218384] multimedia/handbrake (0.10.5_5): Doesn't upgrading to 1.0.3 Message-ID: <bug-218384-13-TkDmbBzSfW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218384-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218384-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218384 --- Comment #18 from naito.yuichiro@gmail.com --- (In reply to rkoberman from comment #17) > Is that the complete patch? No, it isn't. Please apply my patch in multimedia/handbrake. ``` $ cd /usr/ports/multimedia/handbrake $ patch < my_handbrake.patch ``` HandBrake build process is complicated. HandBrake has a patch file of libbluray except for source files. Makefile of this port provides the source archive before `make build`. That is `libbluray-0.9.3.tar.bz2`. To compile libbluray and avoid 'gettimeofday' error (you mentioned above), I needed to add `-D_XOPEN_SOURCE=3D700` in `Makefile.in` of libbluray. But how do I make a patch for it? HandBrake has no source files of libbluray. So I made a patch for the libbluray patch. But I made a mistake of the patch format that GNU patch doesn't understand. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218384-13-TkDmbBzSfW>