Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Feb 2016 22:48:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206864] multimedia/x265 - update to 1.9 needs exp-run
Message-ID:  <bug-206864-13-ijYiv8ffmO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206864-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206864-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206864

--- Comment #7 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 166461
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166461
Update to 1.9, add test-target

>+test regression-test check: build
>+	${WRKSRC}/test/TestBench

Please, use the new testing framework. See ports r398125 until someone
documents it in Porter's Handbook.

  do-test:
        ${WRKSRC}/test/TestBench

>+@@ -582,8 +582,3 @@
>+ endif(ENABLE_CLI)
>+=20
>+-if(ENABLE_ASSEMBLY AND NOT XCODE)
>+-    option(ENABLE_TESTS "Enable Unit Tests" OFF)
>+-    if(ENABLE_TESTS)
>+-        add_subdirectory(test)
>+-    endif()
>+-endif()
>++add_subdirectory(test)

Do you really need to patch out a conditional? Try

  CMAKE_ARGS=3D   -DENABLE_TESTS=3Don

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206864-13-ijYiv8ffmO>