pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/handbrake



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 12 16:40:00 UTC 2020

Modified Files:
        pkgsrc/multimedia/handbrake: Makefile

Log Message:
multimedia/handbrake: remove outdated SUBST block

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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/multimedia/handbrake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/handbrake/Makefile
diff -u pkgsrc/multimedia/handbrake/Makefile:1.58 pkgsrc/multimedia/handbrake/Makefile:1.59
--- pkgsrc/multimedia/handbrake/Makefile:1.58   Tue Mar 10 22:10:39 2020
+++ pkgsrc/multimedia/handbrake/Makefile        Tue May 12 16:40:00 2020
@@ -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+=              cmake-[0-9]*:../../deve
 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