Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 23:13:04 GMT
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dffafc249b1b - main - comms/svxlink: Unbreak qtel
Message-ID:  <202110022313.192ND419027499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by db:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dffafc249b1be4d9054bcc2d1a93932e76a1ac2f

commit dffafc249b1be4d9054bcc2d1a93932e76a1ac2f
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2021-10-02 22:59:16 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2021-10-02 23:03:24 +0000

    comms/svxlink: Unbreak qtel
    
    - Unbreak qtel by adding GH_PROJECT to svxlink
    - remove redundant REINPLACE
---
 comms/svxlink/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/comms/svxlink/Makefile b/comms/svxlink/Makefile
index d4d2b09f4484..efa2cf0ea370 100644
--- a/comms/svxlink/Makefile
+++ b/comms/svxlink/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 USES+=		cmake:noninja compiler:c++11-lang groff pkgconfig tcl
 USE_GITHUB=	yes
 GH_ACCOUNT=	sm0svx
+GH_PROJECT=	svxlink
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 CMAKE_ARGS+=	-DMAN_INSTALL_DIR:FILEPATH=${PREFIX}/share/man \
@@ -68,8 +69,7 @@ post-patch:
 		${WRKSRC}/src/doc/man/svxlink.conf.5 \
 		${WRKSRC}/src/svxlink/svxlink/svxlink.conf.in
 	@${REINPLACE_CMD} -e 's|/usr/lib|${PREFIX}/lib|' \
-		${WRKSRC}/src/doc/man/svxlink.conf.5 \
-		${WRKSRC}/src/svxlink/svxlink/svxlink.conf.in
+		${WRKSRC}/src/doc/man/svxlink.conf.5
 post-patch-OSS-on:
 	@${GREP} -lr alsa:default ${WRKSRC} | ${GREP} -v .bak | ${GREP} -v .orig | ${XARGS} \
 		${REINPLACE_CMD} -e 's|alsa:default|oss:/dev/dsp|'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110022313.192ND419027499>