pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/dvdauthor dvdauthor: Dont use obsolete free...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e44eed6dcba7
branches:  trunk
changeset: 387328:e44eed6dcba7
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Nov 14 21:39:08 2018 +0000

description:
dvdauthor: Dont use obsolete freetype-config

diffstat:

 multimedia/dvdauthor/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 8d7d9140536a -r e44eed6dcba7 multimedia/dvdauthor/Makefile
--- a/multimedia/dvdauthor/Makefile     Wed Nov 14 21:26:53 2018 +0000
+++ b/multimedia/dvdauthor/Makefile     Wed Nov 14 21:39:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2018/11/12 03:52:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2018/11/14 21:39:08 markd Exp $
 
 DISTNAME=              dvdauthor-0.7.1
 PKGREVISION=           16
@@ -17,6 +17,12 @@
 # To keep a consistent behavior with previous releases
 CONFIGURE_ARGS+=       --enable-default-video-format=ntsc
 
+SUBST_CLASSES+=                freetype
+SUBST_STAGE.freetype=  post-patch
+SUBST_FILES.freetype=  configure
+SUBST_MESSAGE.freetype=        Dont use obsolete freetype-config
+SUBST_SED.freetype=    -e "s,freetype-config,pkg-config freetype2,"
+
 .include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../multimedia/libdvdread/buildlink3.mk"



Home | Main Index | Thread Index | Old Index