svn commit: r354326 - in head/textproc/templates_parser: . files

John Marino marino at FreeBSD.org
Sat May 17 15:34:02 UTC 2014


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;


More information about the svn-ports-all mailing list