svn commit: r412709 - head/comms/cqrlog

Stephen Hurd shurd at FreeBSD.org
Fri Apr 8 02:29:18 UTC 2016


Author: shurd
Date: Fri Apr  8 02:29:17 2016
New Revision: 412709
URL: https://svnweb.freebsd.org/changeset/ports/412709

Log:
  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

Modified:
  head/comms/cqrlog/Makefile

Modified: head/comms/cqrlog/Makefile
==============================================================================
--- head/comms/cqrlog/Makefile	Fri Apr  8 02:25:50 2016	(r412708)
+++ head/comms/cqrlog/Makefile	Fri Apr  8 02:29:17 2016	(r412709)
@@ -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>


More information about the svn-ports-head mailing list