From owner-svn-ports-all@freebsd.org Fri Apr 8 02:29:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD134B07365; Fri, 8 Apr 2016 02:29:18 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F4019FC; Fri, 8 Apr 2016 02:29:18 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u382THmQ024490; Fri, 8 Apr 2016 02:29:17 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u382TH2M024489; Fri, 8 Apr 2016 02:29:17 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201604080229.u382TH2M024489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Fri, 8 Apr 2016 02:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412709 - head/comms/cqrlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 02:29:18 -0000 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