Date: Sat, 17 May 2014 15:34:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354326 - in head/textproc/templates_parser: . files Message-ID: <201405171534.s4HFY1sk057704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat May 17 15:34:01 2014 New Revision: 354326 URL: http://svnweb.freebsd.org/changeset/ports/354326 QAT: https://qat.redports.org/buildarchive/r354326/ Log: textproc/templates_parser: Define Naming in gpr file Two source files have non-standard names as they were build options. The gpr file needs to pass this information to gprbuild users. Modified: head/textproc/templates_parser/Makefile head/textproc/templates_parser/files/templates_parser.gpr Modified: head/textproc/templates_parser/Makefile ============================================================================== --- head/textproc/templates_parser/Makefile Sat May 17 14:07:04 2014 (r354325) +++ head/textproc/templates_parser/Makefile Sat May 17 15:34:01 2014 (r354326) @@ -3,6 +3,7 @@ PORTNAME= templates_parser PORTVERSION= 11.9.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://downloads.dragonlace.net/src/ Modified: head/textproc/templates_parser/files/templates_parser.gpr ============================================================================== --- head/textproc/templates_parser/files/templates_parser.gpr Sat May 17 14:07:04 2014 (r354325) +++ head/textproc/templates_parser/files/templates_parser.gpr Sat May 17 15:34:01 2014 (r354326) @@ -16,4 +16,11 @@ project Templates_Parser is end case; for Externally_Built use "true"; + package Naming is + for Implementation ("Templates_Parser.Input") + use "templates_parser-input__standalone.adb"; + for Implementation ("Templates_Parser_Tasking") + use "templates_parser_tasking__standard_tasking.adb"; + end Naming; + end Templates_Parser;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171534.s4HFY1sk057704>