Index: head/comms/wsjtx/Makefile =================================================================== --- head/comms/wsjtx/Makefile (revision 402431) +++ head/comms/wsjtx/Makefile (revision 402432) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= wsjtx PORTVERSION= 1.5 CATEGORIES= comms hamradio MASTER_SITES= http://physics.princeton.edu/pulsar/K1JT/:src \ http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/:docs \ LOCAL/db DISTFILES= wsjtx-1.5.0.tgz:src \ wsjtx-main.html:docs MAINTAINER= hamradio@FreeBSD.org COMMENT= Weak signal ham radio communication package LICENSE= GPLv3 BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libhamlib.so:${PORTSDIR}/comms/hamlib RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:${PORTSDIR}/comms/kvasd 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 WRKSRC= ${WRKDIR}/wsjtx do-extract: (cd ${WRKDIR};tar xvf ${DISTDIR}/wsjtx-1.5.0.tgz) (cd ${WRKDIR};tar xvf ${WRKDIR}/wsjtx-1.5.0/src/wsjtx.tgz) post-install: ${CP} ${DISTDIR}/wsjtx-main.html ${STAGEDIR}${DOCSDIR} .include Index: head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake =================================================================== --- head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake (revision 402431) +++ head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake (nonexistent) @@ -1,26 +0,0 @@ ---- CMake/Modules/Findhamlib.cmake.orig 2015-11-25 02:16:24 UTC -+++ CMake/Modules/Findhamlib.cmake -@@ -9,6 +9,7 @@ - - include (LibFindMacros) - -+ - # pkg-config? - find_path (__hamlib_pc_path NAMES hamlib.pc - PATH_SUFFIXES lib/pkgconfig -@@ -26,8 +27,13 @@ if (NOT PC_HAMLIB_STATIC_LIBRARIES) - if (WIN32) - set (PC_HAMLIB_STATIC_LIBRARIES hamlib ws2_32) - else () -- set (PC_HAMLIB_STATIC_LIBRARIES hamlib m dl usb) -- endif () -+ if (FREEBSD) -+ set (PC_HAMLIB_STATIC_LIBRARIES hamlib m usb) -+ message (STATUS "FREEBSD Hamlib") -+ else() -+ set (PC_HAMLIB_STATIC_LIBRARIES hamlib m dl usb) -+ endif () -+ endif() - endif () - - # The libraries Property changes on: head/comms/wsjtx/files/patch-CMake_Modules_Findhamlib.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property