From owner-svn-ports-head@freebsd.org Thu Nov 26 04:10:04 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B213A373D2; Thu, 26 Nov 2015 04:10:04 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68A4415B9; Thu, 26 Nov 2015 04:10:04 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAQ4A3E8052071; Thu, 26 Nov 2015 04:10:03 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAQ4A300052070; Thu, 26 Nov 2015 04:10:03 GMT (envelope-from db@FreeBSD.org) Message-Id: <201511260410.tAQ4A300052070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 26 Nov 2015 04:10:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402432 - in head/comms/wsjtx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 04:10:04 -0000 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