head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.18 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.14 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2020.04.23.12.06.56; author nia; state dead; branches; next 1.1; commitid iLhi7KtiBsUonv5C; 1.1 date 2018.01.08.17.58.02; author adam; state Exp; branches; next ; commitid qRbBIKh48Khmc6mA; desc @@ 1.2 log @libquicktime: Remove - dead upstream, fails with newer ffmpeg, CVEs many I was going to apply a chain of patches to help this build again with a supported ffmpeg but then I realized that nothing in pkgsrc uses this. ffmpeg itself should be a good enough replacement for some of the tools this package provides. @ text @$NetBSD: patch-configure,v 1.1 2018/01/08 17:58:02 adam Exp $ Do not depend on FAAD2_VERSION. --- configure.orig 2018-01-08 17:45:58.000000000 +0000 +++ configure @@@@ -17596,8 +17596,6 @@@@ else int faad_minor; faacDecHandle dec; - if(sscanf(FAAD2_VERSION, "%d.%d", &faad_major, &faad_minor) < 2) - return -1; dec = faacDecOpen(); if(!dec) return -1; @@@@ -17649,8 +17647,6 @@@@ else int faad_minor; faacDecHandle dec; - if(sscanf(FAAD2_VERSION, "%d.%d", &faad_major, &faad_minor) < 2) - return -1; dec = faacDecOpen(); if(!dec) return -1; @ 1.1 log @libquicktime: fixed building with newer faad2 @ text @d1 1 a1 1 $NetBSD$ @