Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/handbrake multimedia/handbrake: remove outd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/023dda4020ee
branches:  trunk
changeset: 431379:023dda4020ee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 12 16:40:00 2020 +0000

description:
multimedia/handbrake: remove outdated SUBST block

There is no "hb.h" anymore in the source code.

diffstat:

 multimedia/handbrake/Makefile |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r bad63d29028b -r 023dda4020ee multimedia/handbrake/Makefile
--- a/multimedia/handbrake/Makefile     Tue May 12 16:36:34 2020 +0000
+++ b/multimedia/handbrake/Makefile     Tue May 12 16:40:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/03/10 22:10:39 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/05/12 16:40:00 rillig Exp $
 #
 
 DISTNAME=      HandBrake-1.3.1-source
@@ -58,16 +58,6 @@
 BUILD_DEPENDS+=                nasm>=2.05.01:../../devel/nasm
 #BUILD_DEPENDS+=       gettext-m4-[0-9]*:../../devel/gettext-m4
 
-# harfbuzz, which is now separate from pango, installs a header file
-# called hb.h, and the include path plopped out by autocrap causes it
-# to be included instead of handbrake's own hb.h. Hack around it by
-# changing the include name to point specifically at the right hb.h.
-SUBST_CLASSES+=                inchack
-SUBST_STAGE.inchack=   pre-configure
-SUBST_FILES.inchack=   gtk/src/*.[ch]
-SUBST_SED.inchack=     -e "/^.include \"hb\.h\"/s,hb,../../libhb/hb,"
-SUBST_MESSAGE.inchack= Working around harfbuzz header conflict.
-
 .include "../../mk/compiler.mk"
 
 .if !empty(PKGSRC_COMPILER:Mclang)



Home | Main Index | Thread Index | Old Index