pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xmlada: change dependencies



Module Name:	pkgsrc-wip
Committed By:	Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By:	dkazankov
Date:		Mon Feb 10 23:02:09 2025 +0200
Changeset:	3c2553a39094b197d301692bc425340095cd0142

Modified Files:
	xmlada/Makefile

Log Message:
xmlada: change dependencies

* Dependencies changed to updated main pkgsrc's gcc13-gnat and gprbuild

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c2553a39094b197d301692bc425340095cd0142

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xmlada/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/xmlada/Makefile b/xmlada/Makefile
index 2b734757b1..a4e7666048 100644
--- a/xmlada/Makefile
+++ b/xmlada/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE=	yes
 
 USE_LANGUAGES=	ada
 
+GCC_REQD+=	13
+
 SUBST_CLASSES+=		fixver
 SUBST_STAGE.fixver=	pre-configure
 SUBST_FILES.fixver=	./configure.in	./configure
@@ -31,9 +33,7 @@ GENERATE_PLIST+= \
 	cd ${DESTDIR}${PREFIX} && \
 	${FIND} include lib share \( -type f -or -type l \) -print | ${SORT};
 
-.include "../../wip/gprbuild/buildlink3.mk"
-
-.include "../../wip/gcc14-gnat-libs/buildlink3.mk"
-.include "../../wip/gcc14-gnat/gcc.mk"
+.include "../../lang/gcc13-gnat-libs/buildlink3.mk"
+.include "../../devel/gprbuild/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index