pkgsrc-WIP-changes archive

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

alire: dependencies fixed



Module Name:	pkgsrc-wip
Committed By:	Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By:	dkazankov
Date:		Fri Feb 7 08:46:58 2025 +0200
Changeset:	6132f99b4c9cc8b79dd409c975393351b13273f1

Modified Files:
	alire/Makefile

Log Message:
alire: dependencies fixed

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

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

diffstat:
 alire/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/alire/Makefile b/alire/Makefile
index c5aadffc05..6b727062f7 100644
--- a/alire/Makefile
+++ b/alire/Makefile
@@ -14,11 +14,10 @@ RELRO_SUPPORTED=	no
 
 .include "../../mk/bsd.prefs.mk"
 
-#GCC_REQD+=	13
+GCC_REQD+=	13
 
 DISTNAME=	alire-${PKGVERSION_NOREV}
 GITHUB_PROJECT=	alire
-#GITHUB_TYPE=	tag
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=alire-project/}
 
@@ -48,8 +47,6 @@ MAKE_ENV=		ALIRE_OS=netbsd ALIRE_BUILD_MODE=release
 # Use GPRBuild as main build system
 .include "../../wip/gprbuild/gprbuild.mk"
 
-.include "../../wip/gcc14-gnat/gcc.mk"
-
 GENERATE_PLIST+= \
 	cd ${DESTDIR}${PREFIX} && \
 	${FIND} bin share \( -type f -or -type l \) -print | ${SORT};


Home | Main Index | Thread Index | Old Index