pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/opencv-contrib-face
Module Name: pkgsrc
Committed By: mef
Date: Sun May 24 14:17:33 UTC 2020
Modified Files:
pkgsrc/graphics/opencv-contrib-face: Makefile
Log Message:
(graphics/opencv-contrib-face) Fix build: Remove non-effective SUBST block
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/opencv-contrib-face/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/opencv-contrib-face/Makefile
diff -u pkgsrc/graphics/opencv-contrib-face/Makefile:1.18 pkgsrc/graphics/opencv-contrib-face/Makefile:1.19
--- pkgsrc/graphics/opencv-contrib-face/Makefile:1.18 Thu May 21 20:53:37 2020
+++ pkgsrc/graphics/opencv-contrib-face/Makefile Sun May 24 14:17:33 2020
@@ -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 @@ COMMENT= OpenCV face recognition contrib
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