Date: Thu, 26 Nov 2015 04:10:03 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402432 - in head/comms/wsjtx: . files Message-ID: <201511260410.tAQ4A300052070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Thu Nov 26 04:10:03 2015 New Revision: 402432 URL: https://svnweb.freebsd.org/changeset/ports/402432 Log: Clean up port to use pkgconfig No change to actual port produced binaries results. Deleted: head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake Modified: head/comms/wsjtx/Makefile Modified: head/comms/wsjtx/Makefile ============================================================================== --- head/comms/wsjtx/Makefile Thu Nov 26 01:01:06 2015 (r402431) +++ head/comms/wsjtx/Makefile Thu Nov 26 04:10:03 2015 (r402432) @@ -26,7 +26,7 @@ MAKE_JOBS_UNSAFE= yes USE_QT5= gui buildtools qmake_build widgets multimedia concurrent serialport USE_GL= yes USE_GCC= yes -USES= cmake compiler:c++11-lib dos2unix fortran +USES= cmake compiler:c++11-lib dos2unix fortran pkgconfig #CMAKE_ARGS+= --debug-output --trace CMAKE_ARGS+= -DPORT_BUILDING::STRING="ON" \ -DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511260410.tAQ4A300052070>