aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorshurd <shurd@FreeBSD.org>2016-04-08 10:29:17 +0800
committershurd <shurd@FreeBSD.org>2016-04-08 10:29:17 +0800
commit688ae14a4d6cbade6bb232111a16afcbeca7160e (patch)
tree97f46b74c9bf3b42fad113d5ed5c1267ac8ed24a /comms
parentdc743ff767a488ccbdafedee69bd43826c3bbf51 (diff)
downloadfreebsd-ports-gnome-688ae14a4d6cbade6bb232111a16afcbeca7160e.tar.gz
freebsd-ports-gnome-688ae14a4d6cbade6bb232111a16afcbeca7160e.tar.zst
freebsd-ports-gnome-688ae14a4d6cbade6bb232111a16afcbeca7160e.zip
Don't use the include mysql module
This module does not work with FPC-3.x and causes errors when connecting to the database. Bump PORTREVISION
Diffstat (limited to 'comms')
-rw-r--r--comms/cqrlog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/cqrlog/Makefile b/comms/cqrlog/Makefile
index 30711e9e5b35..3af4f2d73871 100644
--- a/comms/cqrlog/Makefile
+++ b/comms/cqrlog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cqrlog
PORTVERSION= 1.9.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
@@ -60,5 +61,6 @@ post-patch:
${WRKSRC}/src/dData.pas ${WRKSRC}/src/fGrayline.pas
${REINPLACE_CMD} -e s!%%LAZARUSDIR%%!${LAZARUS_DIR}!g \
${WRKSRC}/Makefile
+ ${RM} -rf ${WRKSRC}/src/mysql
.include <bsd.port.mk>