From owner-svn-ports-head@freebsd.org Fri Aug 10 08:18:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8FA1061848; Fri, 10 Aug 2018 08:18:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42E357F0F0; Fri, 10 Aug 2018 08:18:28 +0000 (UTC) (envelope-from acm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2407525811; Fri, 10 Aug 2018 08:18:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7A8ISfF017381; Fri, 10 Aug 2018 08:18:28 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7A8IS77017380; Fri, 10 Aug 2018 08:18:28 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201808100818.w7A8IS77017380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 10 Aug 2018 08:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476811 - head/editors/picpas X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/editors/picpas X-SVN-Commit-Revision: 476811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2018 08:18:28 -0000 Author: acm Date: Fri Aug 10 08:18:27 2018 New Revision: 476811 URL: https://svnweb.freebsd.org/changeset/ports/476811 Log: - Respect Makefile porting order Modified: head/editors/picpas/Makefile Modified: head/editors/picpas/Makefile ============================================================================== --- head/editors/picpas/Makefile Fri Aug 10 08:15:24 2018 (r476810) +++ head/editors/picpas/Makefile Fri Aug 10 08:18:27 2018 (r476811) @@ -32,13 +32,13 @@ GH_TUPLE= t-edson:MiConfig:a4a988a:miconfig/miconfig \ t-edson:ogEditGraf:328a207:ogeditgraf/ogeeditgraf \ t-edson:t-Xpres:6665922:txpres/txpres -LAZARUS_PROJECT_FILES= Source/PicPas.lpi -LAZBUILD_ARGS= -d - USE_FPC_gtk2= cairo USE_GNOME_gtk2= cairo USE_FPC+= ${USE_FPC_${FLAVOR}} USE_GNOME+= ${USE_GNOME_${FLAVOR}} + +LAZARUS_PROJECT_FILES= Source/PicPas.lpi +LAZBUILD_ARGS= -d post-patch: ${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/Source/Globales.pas