pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(ham/wsjt) pkglint -F, pkg-config, USE_LIBTOOL, still fails



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Mar 6 22:02:32 2021 +0900
Changeset:	44f69f731c4181d06e644a280819e7ae764df5b1

Modified Files:
	wsjt/Makefile

Log Message:
(ham/wsjt) pkglint -F, pkg-config, USE_LIBTOOL, still fails

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44f69f731c4181d06e644a280819e7ae764df5b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wsjt/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diffs:
diff --git a/wsjt/Makefile b/wsjt/Makefile
index e72fbbb068..2a0ab0e3ed 100644
--- a/wsjt/Makefile
+++ b/wsjt/Makefile
@@ -12,14 +12,16 @@ LICENSE=	gnu-gpl-v3
 
 USE_CMAKE=	yes
 USE_LANGUAGES+=	c c++ fortran
+USE_TOOLS+=	pkg-config
+USE_LIBTOOL=	yes
 
 DEPENDS+=	qt5-qttranslations-[0-9]*:../../x11/qt5-qttranslations
 
-CMAKE_ARGS+=    -DNVTT_SHARED=ON
-CMAKE_ARGS+=	-D CMAKE_INSTALL_PREFIX=${DESTDIR}${PREFIX} 
+CMAKE_ARGS+=	-DNVTT_SHARED=ON
+CMAKE_ARGS+=	-D CMAKE_INSTALL_PREFIX=${DESTDIR}${PREFIX}
 CMAKE_ARGS+=	-DWSJT_SKIP_MANPAGES=ON
 CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH=${PREFIX}/qt5
-CMAKE_ARGS+= 	-DWSJT_GENERATE_DOCS=OFF 
+CMAKE_ARGS+=	-DWSJT_GENERATE_DOCS=OFF
 
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
@@ -29,6 +31,9 @@ CMAKE_ARGS+= 	-DWSJT_GENERATE_DOCS=OFF
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+#include "../../devel/libusb1/buildlink3.mk"
 .include "../../mk/libusb.buildlink3.mk"
+#BUILDLINK_API_DEPENDS.hamlib+=	hamlib>=4.1
+#.include "../../ham/hamlib/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index