svn commit: r549123 - in branches/2020Q3/audio/libaudec: . files

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 20 16:50:17 UTC 2020


Author: yuri
Date: Sun Sep 20 16:50:16 2020
New Revision: 549123
URL: https://svnweb.freebsd.org/changeset/ports/549123

Log:
  MFH: r549089
  
  audio/libaudec: Fix the i386 build by properly excluding tests from the build
  
  Reported by:	fallout
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/audio/libaudec/Makefile
  branches/2020Q3/audio/libaudec/files/patch-meson.build
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/libaudec/Makefile
==============================================================================
--- branches/2020Q3/audio/libaudec/Makefile	Sun Sep 20 16:48:13 2020	(r549122)
+++ branches/2020Q3/audio/libaudec/Makefile	Sun Sep 20 16:50:16 2020	(r549123)
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	alex-tee
 USE_LDCONFIG=	yes
 
-MESON_ARGS=	-Dbuild-tests=false
+MESON_ARGS=	-Dtests=false
 
 PLIST_FILES=	bin/audec \
 		include/audec/audec.h \

Modified: branches/2020Q3/audio/libaudec/files/patch-meson.build
==============================================================================
--- branches/2020Q3/audio/libaudec/files/patch-meson.build	Sun Sep 20 16:48:13 2020	(r549122)
+++ branches/2020Q3/audio/libaudec/files/patch-meson.build	Sun Sep 20 16:50:16 2020	(r549123)
@@ -1,6 +1,6 @@
---- meson.build.orig	2020-05-16 11:50:13 UTC
+--- meson.build.orig	2020-08-15 13:40:04 UTC
 +++ meson.build
-@@ -177,7 +177,7 @@ config_h_dep = declare_dependency (
+@@ -162,7 +162,7 @@ config_h_dep = declare_dependency (
    )
  audec_deps += config_h_dep
  
@@ -9,14 +9,3 @@
    'audec',
    sources: srcs,
    dependencies: [
-@@ -212,7 +212,9 @@ audec_exe = executable (
-   install: not meson.is_subproject(),
-   )
- 
--subdir('tests')
-+if get_variable('build-tests', true)
-+	subdir('tests')
-+endif
- 
- summary = [
-   '',


More information about the svn-ports-all mailing list