Received: by mail.netbsd.org (Postfix, from userid 605) id 7E55A84D65; Sun, 3 Nov 2019 19:32:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0753984D61 for ; Sun, 3 Nov 2019 19:32:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TrwADRjnp3jY for ; Sun, 3 Nov 2019 19:32:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C95C284C6C for ; Sun, 3 Nov 2019 19:32:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6572FA93; Sun, 3 Nov 2019 19:32:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572809528215560" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 19:32:08 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/ham To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20191103193208.C6572FA93@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572809528215560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Nov 3 19:32:08 UTC 2019 Modified Files: pkgsrc/ham/chirp: Makefile pkgsrc/ham/codec2: Makefile pkgsrc/ham/dpbox: Makefile pkgsrc/ham/gmfsk: Makefile pkgsrc/ham/gnuradio-core: Makefile.common Makefile.version options.mk pkgsrc/ham/gpredict: Makefile pkgsrc/ham/gr-osmosdr: Makefile pkgsrc/ham/hackrf: Makefile pkgsrc/ham/hamlib: Makefile pkgsrc/ham/predict: Makefile pkgsrc/ham/rtl-sdr: Makefile pkgsrc/ham/tlf: Makefile pkgsrc/ham/trustedQSL: Makefile pkgsrc/ham/xdx: Makefile pkgsrc/ham/xlog: Makefile Log Message: ham: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/chirp/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/codec2/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/ham/dpbox/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/ham/gmfsk/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/ham/gnuradio-core/Makefile.common cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/gnuradio-core/Makefile.version cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/gnuradio-core/options.mk cvs rdiff -u -r1.63 -r1.64 pkgsrc/ham/gpredict/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/ham/gr-osmosdr/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/hackrf/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/ham/hamlib/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/predict/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/ham/rtl-sdr/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/ham/tlf/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/ham/trustedQSL/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/ham/xdx/Makefile cvs rdiff -u -r1.81 -r1.82 pkgsrc/ham/xlog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572809528215560 Content-Disposition: inline Content-Length: 14724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/chirp/Makefile diff -u pkgsrc/ham/chirp/Makefile:1.16 pkgsrc/ham/chirp/Makefile:1.17 --- pkgsrc/ham/chirp/Makefile:1.16 Sun Jul 21 22:25:07 2019 +++ pkgsrc/ham/chirp/Makefile Sun Nov 3 19:32:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/07/21 22:25:07 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/11/03 19:32:06 rillig Exp $ DISTNAME= chirp-0.4.1 PKGREVISION= 10 @@ -11,9 +11,9 @@ COMMENT= Tool for programming Amateur Ra LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py +REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py -DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial +DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 Index: pkgsrc/ham/codec2/Makefile diff -u pkgsrc/ham/codec2/Makefile:1.3 pkgsrc/ham/codec2/Makefile:1.4 --- pkgsrc/ham/codec2/Makefile:1.3 Mon Sep 19 09:27:57 2016 +++ pkgsrc/ham/codec2/Makefile Sun Nov 3 19:32:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/09/19 09:27:57 mef Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/03 19:32:06 rillig Exp $ # DISTNAME= codec2-0.5.1 @@ -14,9 +14,9 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c -USE_CMAKE=yes -CONFIGURE_DIRS=build -CMAKE_ARG_PATH=.. +USE_CMAKE= yes +CONFIGURE_DIRS= build +CMAKE_ARG_PATH= .. pre-configure: cd ${WRKSRC} && mkdir build Index: pkgsrc/ham/dpbox/Makefile diff -u pkgsrc/ham/dpbox/Makefile:1.18 pkgsrc/ham/dpbox/Makefile:1.19 --- pkgsrc/ham/dpbox/Makefile:1.18 Wed Oct 3 13:01:43 2012 +++ pkgsrc/ham/dpbox/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 13:01:43 asau Exp $ +# $NetBSD: Makefile,v 1.19 2019/11/03 19:32:07 rillig Exp $ # DISTNAME= dpbox-60000 @@ -15,18 +15,18 @@ WRKSRC= ${WRKDIR}/dpbox-6.00.00/source USE_TOOLS+= gmake MAKE_FILE= Makefile.netbsd -MAKE_ENV+= prefix=${PREFIX:Q} +MAKE_ENV+= prefix=${PREFIX:Q} INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} .include "../../mk/bsd.prefs.mk" -PKG_SYSCONFDIR.dpbox=${PREFIX}/share/dpbox/conf +PKG_SYSCONFDIR.dpbox= ${PREFIX}/share/dpbox/conf -DPBOX_CONF_DIR= ${PKG_SYSCONFDIR} -DPBOX_SPOOL_DIR=/var/spool/dpbox -FILES_SUBST+= DPBOX_CONF_DIR=${DPBOX_CONF_DIR:Q} \ - DPBOX_SPOOL_DIR=${DPBOX_SPOOL_DIR:Q} -EGDIR= ${PREFIX}/share/examples/${PKGBASE}/conf +DPBOX_CONF_DIR= ${PKG_SYSCONFDIR} +DPBOX_SPOOL_DIR= /var/spool/dpbox +FILES_SUBST+= DPBOX_CONF_DIR=${DPBOX_CONF_DIR:Q} \ + DPBOX_SPOOL_DIR=${DPBOX_SPOOL_DIR:Q} +EGDIR= ${PREFIX}/share/examples/${PKGBASE}/conf REQD_DIRS= ${PKG_SYSCONFDIR} \ ${PKG_SYSCONFDIR}/sf \ Index: pkgsrc/ham/gmfsk/Makefile diff -u pkgsrc/ham/gmfsk/Makefile:1.73 pkgsrc/ham/gmfsk/Makefile:1.74 --- pkgsrc/ham/gmfsk/Makefile:1.73 Sun Jul 21 22:25:07 2019 +++ pkgsrc/ham/gmfsk/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/07/21 22:25:07 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2019/11/03 19:32:07 rillig Exp $ # DISTNAME= gmfsk-0.6 @@ -13,9 +13,9 @@ COMMENT= Multimode HF terminal program USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes -GCONF_SCHEMAS+=gmfsk.schemas +GCONF_SCHEMAS+= gmfsk.schemas -CONFIGURE_ARGS+=--enable-hamlib +CONFIGURE_ARGS+= --enable-hamlib .include "../../mk/bsd.prefs.mk" LDFLAGS+= ${LIBOSSAUDIO} Index: pkgsrc/ham/gnuradio-core/Makefile.common diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.21 pkgsrc/ham/gnuradio-core/Makefile.common:1.22 --- pkgsrc/ham/gnuradio-core/Makefile.common:1.21 Sun Oct 20 11:10:49 2019 +++ pkgsrc/ham/gnuradio-core/Makefile.common Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2019/10/20 11:10:49 nia Exp $ +# $NetBSD: Makefile.common,v 1.22 2019/11/03 19:32:07 rillig Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -33,17 +33,17 @@ DISTNAME?= gnuradio-${VERSION} CATEGORIES+= ham -MASTER_SITES= http://s3-dist.gnuradio.org/ -MASTER_SITES= http://gnuradio.org/releases/gnuradio/ +MASTER_SITES= http://s3-dist.gnuradio.org/ +MASTER_SITES= http://gnuradio.org/releases/gnuradio/ MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.gnu.org/software/gnuradio/ LICENSE= gnu-gpl-v3 -USE_LANGUAGES= c c++ -USE_TOOLS= perl gmake cmake pkg-config -USE_CMAKE= yes -LDFLAGS.NetBSD+= -lrt +USE_LANGUAGES= c c++ +USE_TOOLS= perl gmake cmake pkg-config +USE_CMAKE= yes +LDFLAGS.NetBSD+= -lrt DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah @@ -55,7 +55,7 @@ DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*: DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} PY_PATCHPLIST= yes Index: pkgsrc/ham/gnuradio-core/Makefile.version diff -u pkgsrc/ham/gnuradio-core/Makefile.version:1.13 pkgsrc/ham/gnuradio-core/Makefile.version:1.14 --- pkgsrc/ham/gnuradio-core/Makefile.version:1.13 Fri Jun 21 16:02:16 2019 +++ pkgsrc/ham/gnuradio-core/Makefile.version Sun Nov 3 19:32:07 2019 @@ -1,3 +1,3 @@ -# $NetBSD: Makefile.version,v 1.13 2019/06/21 16:02:16 mef Exp $ +# $NetBSD: Makefile.version,v 1.14 2019/11/03 19:32:07 rillig Exp $ -VERSION= 3.7.13.5 +VERSION= 3.7.13.5 Index: pkgsrc/ham/gnuradio-core/options.mk diff -u pkgsrc/ham/gnuradio-core/options.mk:1.4 pkgsrc/ham/gnuradio-core/options.mk:1.5 --- pkgsrc/ham/gnuradio-core/options.mk:1.4 Sat Jun 15 17:54:22 2019 +++ pkgsrc/ham/gnuradio-core/options.mk Sun Nov 3 19:32:07 2019 @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.4 2019/06/15 17:54:22 adam Exp $ +# $NetBSD: options.mk,v 1.5 2019/11/03 19:32:07 rillig Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.gnuradio -PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa +PKG_OPTIONS_VAR= PKG_OPTIONS.gnuradio +PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa # ninja-build is said supported, but not working # alas is said supported, but not good on NetBSD @@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS= ninja-build filt # FAILED: cd /PATH/ham/gnuradio-core/work/gnuradio-3.7.5/build/gr-audio/swig && "" # : permission denied -PKG_SUGGESTED_OPTIONS= filter-design +PKG_SUGGESTED_OPTIONS= filter-design .include "../../mk/bsd.options.mk" Index: pkgsrc/ham/gpredict/Makefile diff -u pkgsrc/ham/gpredict/Makefile:1.63 pkgsrc/ham/gpredict/Makefile:1.64 --- pkgsrc/ham/gpredict/Makefile:1.63 Thu Aug 22 12:23:24 2019 +++ pkgsrc/ham/gpredict/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2019/08/22 12:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2019/11/03 19:32:07 rillig Exp $ DISTNAME= gpredict-1.3 PKGREVISION= 23 @@ -10,10 +10,10 @@ HOMEPAGE= https://sourceforge.net/projec COMMENT= Gnome satellite tracking program LICENSE= gnu-gpl-v2 -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake msgfmt pkg-config intltool -USE_PKGLOCALEDIR=yes -GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake msgfmt pkg-config intltool +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes # needed for gpredict-0.8.0 and gtk2-2.20 -- remove on next update! BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED Index: pkgsrc/ham/gr-osmosdr/Makefile diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.20 pkgsrc/ham/gr-osmosdr/Makefile:1.21 --- pkgsrc/ham/gr-osmosdr/Makefile:1.20 Mon Sep 2 13:19:57 2019 +++ pkgsrc/ham/gr-osmosdr/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:57 adam Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/03 19:32:07 rillig Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 15 @@ -24,7 +24,7 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB} # Python 36 and 37 result in build errors; 27 builds ok. PYTHON_VERSIONS_ACCEPTED= 27 -REPLACE_PYTHON+= apps/osmocom_siggen_base.py +REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" Index: pkgsrc/ham/hackrf/Makefile diff -u pkgsrc/ham/hackrf/Makefile:1.6 pkgsrc/ham/hackrf/Makefile:1.7 --- pkgsrc/ham/hackrf/Makefile:1.6 Tue Jun 18 12:42:26 2019 +++ pkgsrc/ham/hackrf/Makefile Sun Nov 3 19:32:07 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2019/06/18 12:42:26 mef Exp $ +# $NetBSD: Makefile,v 1.7 2019/11/03 19:32:07 rillig Exp $ DISTNAME= hackrf-2018.01.1 PKGREVISION= 1 CATEGORIES= ham -MASTER_SITES= ${MASTER_SITE_GITHUB:=mossmann/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=mossmann/} GITHUB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz Index: pkgsrc/ham/hamlib/Makefile diff -u pkgsrc/ham/hamlib/Makefile:1.44 pkgsrc/ham/hamlib/Makefile:1.45 --- pkgsrc/ham/hamlib/Makefile:1.44 Sun Aug 11 13:21:18 2019 +++ pkgsrc/ham/hamlib/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2019/08/11 13:21:18 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2019/11/03 19:32:07 rillig Exp $ # DISTNAME= hamlib-${VERSION} @@ -20,13 +20,13 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes -INFO_FILES= yes +INFO_FILES= yes USE_LIBTOOL= yes # \todo Consider language bindings. -CONFIGURE_ARGS+=--without-tcl-binding \ - --without-perl-binding \ - --without-python-binding +CONFIGURE_ARGS+= --without-tcl-binding \ + --without-perl-binding \ + --without-python-binding .include "../../mk/bsd.prefs.mk" Index: pkgsrc/ham/predict/Makefile diff -u pkgsrc/ham/predict/Makefile:1.4 pkgsrc/ham/predict/Makefile:1.5 --- pkgsrc/ham/predict/Makefile:1.4 Sun May 5 21:44:58 2019 +++ pkgsrc/ham/predict/Makefile Sun Nov 3 19:32:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/05/05 21:44:58 wiedi Exp $ +# $NetBSD: Makefile,v 1.5 2019/11/03 19:32:07 rillig Exp $ # DISTNAME= predict-2.2.3 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.qsl.net/kd2bd/ MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.qsl.net/kd2bd/predict.html -COMMENT= PREDICT - curses satellite tracking/orbital prediction program +COMMENT= PREDICT - curses satellite tracking/orbital prediction program LICENSE= gnu-gpl-v2 @@ -25,7 +25,7 @@ do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} predict.c -o predict -lm -lncurses -lpthread ${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/vocalizer.sh > ${WRKSRC}/vocalizer/vocalizer.sh -INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/predict/default share/predict/vocalizer +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/predict/default share/predict/vocalizer do-install: ${INSTALL_PROGRAM} ${WRKSRC}/predict ${DESTDIR}${PREFIX}/bin/ Index: pkgsrc/ham/rtl-sdr/Makefile diff -u pkgsrc/ham/rtl-sdr/Makefile:1.14 pkgsrc/ham/rtl-sdr/Makefile:1.15 --- pkgsrc/ham/rtl-sdr/Makefile:1.14 Sun Feb 3 10:48:17 2019 +++ pkgsrc/ham/rtl-sdr/Makefile Sun Nov 3 19:32:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/02/03 10:48:17 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/03 19:32:08 rillig Exp $ DISTNAME= rtl-sdr-0.6.0 CATEGORIES= ham @@ -14,12 +14,12 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES+= c c++ USE_TOOLS+= gmake pkg-config -USE_CMAKE= yes -CONFIGURE_DIRS=build -BUILD_DIRS=${CONFIGURE_DIRS} -CMAKE_ARG_PATH=.. +USE_CMAKE= yes +CONFIGURE_DIRS= build +BUILD_DIRS= ${CONFIGURE_DIRS} +CMAKE_ARG_PATH= .. -PKGCONFIG_OVERRIDE+= librtlsdr.pc.in +PKGCONFIG_OVERRIDE+= librtlsdr.pc.in LDFLAGS.SunOS+= -lsocket -lnsl Index: pkgsrc/ham/tlf/Makefile diff -u pkgsrc/ham/tlf/Makefile:1.20 pkgsrc/ham/tlf/Makefile:1.21 --- pkgsrc/ham/tlf/Makefile:1.20 Wed Sep 2 21:17:02 2015 +++ pkgsrc/ham/tlf/Makefile Sun Nov 3 19:32:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2015/09/02 21:17:02 mef Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/03 19:32:08 rillig Exp $ # DISTNAME= tlf-0.9.31-2 @@ -11,10 +11,10 @@ HOMEPAGE= http://home.iae.nl/users/reinc COMMENT= Advanced hamradio logging and contest program LICENSE= gnu-gpl-v2 -USE_NCURSES= yes -USE_TOOLS+= gmake msgfmt -GNU_CONFIGURE= yes -PTHREAD_OPTS+= require +USE_NCURSES= yes +USE_TOOLS+= gmake msgfmt +GNU_CONFIGURE= yes +PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes # 0.9.31-2 -> 0.9.31 Index: pkgsrc/ham/trustedQSL/Makefile diff -u pkgsrc/ham/trustedQSL/Makefile:1.42 pkgsrc/ham/trustedQSL/Makefile:1.43 --- pkgsrc/ham/trustedQSL/Makefile:1.42 Sat Oct 26 11:06:22 2019 +++ pkgsrc/ham/trustedQSL/Makefile Sun Nov 3 19:32:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2019/10/26 11:06:22 mef Exp $ +# $NetBSD: Makefile,v 1.43 2019/11/03 19:32:08 rillig Exp $ DISTNAME= tqsl-2.4.7 CATEGORIES= ham @@ -26,11 +26,11 @@ USE_CMAKE= yes # usage in Makefile.am, without matching -R. # remove the string $(LIB_SUFFIX), tested with NetBSD at least -SUBST_CLASSES+= lib-suffix -SUBST_MESSAGE.lib-suffix= Removing $$(LIB_SUFFIX) from src/CMakeLists.txt -SUBST_STAGE.lib-suffix= pre-configure -SUBST_FILES.lib-suffix= src/CMakeLists.txt -SUBST_SED.lib-suffix= -e s/\$$\(LIB_SUFFIX\)// +SUBST_CLASSES+= lib-suffix +SUBST_MESSAGE.lib-suffix= Removing $$(LIB_SUFFIX) from src/CMakeLists.txt +SUBST_STAGE.lib-suffix= pre-configure +SUBST_FILES.lib-suffix= src/CMakeLists.txt +SUBST_SED.lib-suffix= -e s/\$$\(LIB_SUFFIX\)// do-configure: (cd ${WRKSRC} ; \ Index: pkgsrc/ham/xdx/Makefile diff -u pkgsrc/ham/xdx/Makefile:1.55 pkgsrc/ham/xdx/Makefile:1.56 --- pkgsrc/ham/xdx/Makefile:1.55 Sun Jul 21 22:25:08 2019 +++ pkgsrc/ham/xdx/Makefile Sun Nov 3 19:32:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/07/21 22:25:08 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2019/11/03 19:32:08 rillig Exp $ # DISTNAME= xdx-2.5.0 @@ -11,9 +11,9 @@ HOMEPAGE= https://sourceforge.net/projec COMMENT= Amateur Radio tcp/ip DX-cluster client LICENSE= gnu-gpl-v2 -USE_TOOLS+= gmake pkg-config -GNU_CONFIGURE= yes -USE_PKGLOCALEDIR=yes +USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes LDFLAGS.SunOS+= -lsocket -lnsl -lresolv Index: pkgsrc/ham/xlog/Makefile diff -u pkgsrc/ham/xlog/Makefile:1.81 pkgsrc/ham/xlog/Makefile:1.82 --- pkgsrc/ham/xlog/Makefile:1.81 Sun Jul 21 22:25:08 2019 +++ pkgsrc/ham/xlog/Makefile Sun Nov 3 19:32:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2019/07/21 22:25:08 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2019/11/03 19:32:08 rillig Exp $ # DISTNAME= xlog-2.0.17 @@ -13,9 +13,9 @@ COMMENT= Amateur Radio logging program DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils -GNU_CONFIGURE= yes -USE_PKGLOCALEDIR=yes -USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --enable-hamlib --_----------=_1572809528215560--