pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/dvdauthor



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Nov 14 21:39:08 UTC 2018

Modified Files:
        pkgsrc/multimedia/dvdauthor: Makefile

Log Message:
dvdauthor: Dont use obsolete freetype-config


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/multimedia/dvdauthor/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/dvdauthor/Makefile
diff -u pkgsrc/multimedia/dvdauthor/Makefile:1.54 pkgsrc/multimedia/dvdauthor/Makefile:1.55
--- pkgsrc/multimedia/dvdauthor/Makefile:1.54   Mon Nov 12 03:52:36 2018
+++ pkgsrc/multimedia/dvdauthor/Makefile        Wed Nov 14 21:39:08 2018
@@ -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 @@ USE_TOOLS+=          flex gmake yacc pkg-config
 # 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