git: dffafc249b1b - main - comms/svxlink: Unbreak qtel
Diane Bruce
db at FreeBSD.org
Sat Oct 2 23:13:05 UTC 2021
The branch main has been updated by db:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dffafc249b1be4d9054bcc2d1a93932e76a1ac2f
commit dffafc249b1be4d9054bcc2d1a93932e76a1ac2f
Author: Diane Bruce <db at FreeBSD.org>
AuthorDate: 2021-10-02 22:59:16 +0000
Commit: Diane Bruce <db at 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|'
More information about the dev-commits-ports-all
mailing list