Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/opencv-contrib-face (graphics/opencv-contrib-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ad61874fae8
branches:  trunk
changeset: 432691:2ad61874fae8
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 24 14:17:33 2020 +0000

description:
(graphics/opencv-contrib-face) Fix build: Remove non-effective SUBST block

diffstat:

 graphics/opencv-contrib-face/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 39748308039e -r 2ad61874fae8 graphics/opencv-contrib-face/Makefile
--- a/graphics/opencv-contrib-face/Makefile     Sun May 24 13:48:26 2020 +0000
+++ b/graphics/opencv-contrib-face/Makefile     Sun May 24 14:17:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/05/21 20:53:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/24 14:17:33 mef Exp $
 
 PKGREVISION= 1
 .include "../../graphics/opencv/Makefile.common"
@@ -12,15 +12,6 @@
 
 DISTFILES=     ${DEFAULT_DISTFILES} opencv-${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
-# This is ugly, but we shouldn't let optional code download
-# at configure time. Especially when it needs to be patched
-# because of lame coding.
-SUBST_CLASSES+=                tnn
-SUBST_FILES.tnn=       ${WRKDIR}/${DISTNAME}/modules/dnn_modern/CMakeLists.txt
-SUBST_MESSAGE.tnn=     Disabling build-time fetch
-SUBST_STAGE.tnn=       pre-configure
-SUBST_SED.tnn=         -e 's,3.2,999,'
-
 INSTALL_DIRS=  build/modules/face build/modules/plot build/modules/tracking
 
 WRKSRC=                ${WRKDIR}/opencv-${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index