Date: Fri, 8 Apr 2016 02:29:17 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412709 - head/comms/cqrlog Message-ID: <201604080229.u382TH2M024489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604080229.u382TH2M024489>