pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gcc14-gnat-libs: Fix package path
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dkazankov%NetBSD.org@localhost>
Pushed By: dkazankov
Date: Tue Apr 15 08:23:33 2025 +0300
Changeset: c0ceb1ab7b60ed99d2ee2eef5aa0c77bcedf2288
Modified Files:
gcc14-gnat-libs/Makefile
gcc14-gnat-libs/PLIST
gcc14-gnat-libs/buildlink3.mk
Removed Files:
gcc14-gnat-libs/COMMIT_MSG
Log Message:
gcc14-gnat-libs: Fix package path
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0ceb1ab7b60ed99d2ee2eef5aa0c77bcedf2288
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gcc14-gnat-libs/COMMIT_MSG | 3 ---
gcc14-gnat-libs/Makefile | 6 +++---
gcc14-gnat-libs/PLIST | 2 +-
gcc14-gnat-libs/buildlink3.mk | 2 +-
4 files changed, 5 insertions(+), 8 deletions(-)
diffs:
diff --git a/gcc14-gnat-libs/COMMIT_MSG b/gcc14-gnat-libs/COMMIT_MSG
deleted file mode 100644
index 7cd73157f0..0000000000
--- a/gcc14-gnat-libs/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-lang/gcc14-gnat-libs: Add new package 14.2.0nb1
-
-* GNAT 14.2 support libraries - initial package release
diff --git a/gcc14-gnat-libs/Makefile b/gcc14-gnat-libs/Makefile
index 8749e3406d..c17cfb7ff4 100644
--- a/gcc14-gnat-libs/Makefile
+++ b/gcc14-gnat-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/06 12:41:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/15 08:21:00 dkazankov Exp $
GCC_PKGNAME= gcc14
GCC14_DIST_VERSION= 14.2.0
@@ -7,8 +7,8 @@ DISTNAME= gcc-${GCC14_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}-gnat-libs-${GCC14_DIST_VERSION}
## The PKGREVISION of this package needs to be at least 1 more than the
-## PKGREVISION of the lang/gcc14 package so that with the dependence pattern
-## '{gcc14,gcc14-libs}>=14.1.*' pkg_add will choose gcc14-libs over gcc14.
+## PKGREVISION of the lang/gcc14-gnat package so that with the dependence pattern
+## '{gcc14-gnat,gcc14-gnat-libs}>=14.1.*' pkg_add will choose gcc14-gnat-libs over gcc14-gnat.
PKGREVISION= 1
CATEGORIES= lang
diff --git a/gcc14-gnat-libs/PLIST b/gcc14-gnat-libs/PLIST
index 39c0ce26ec..dc1f2b120c 100644
--- a/gcc14-gnat-libs/PLIST
+++ b/gcc14-gnat-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD$
+@comment $NetBSD$: PLIST, v 1.0 2025/04/15 08:26:00 dkazankov Exp$
gcc14-gnat/x86_64--netbsd/lib/ada_target_properties
gcc14-gnat/x86_64--netbsd/lib/crtbegin.o
gcc14-gnat/x86_64--netbsd/lib/crtbeginS.o
diff --git a/gcc14-gnat-libs/buildlink3.mk b/gcc14-gnat-libs/buildlink3.mk
index 3692469613..b922622a4a 100644
--- a/gcc14-gnat-libs/buildlink3.mk
+++ b/gcc14-gnat-libs/buildlink3.mk
@@ -10,7 +10,7 @@ BUILDLINK_API_DEPENDS.gcc14-gnat-libs+= gcc14-gnat-libs>=14.1.0
.else
BUILDLINK_API_DEPENDS.gcc14-gnat-libs+= {gcc14-gnat,gcc14-gnat-libs}>=14.1.0
.endif
-BUILDLINK_PKGSRCDIR.gcc14-gnat-libs= ../../wip/gcc14-gnat-libs
+BUILDLINK_PKGSRCDIR.gcc14-gnat-libs= ../../lang/gcc14-gnat-libs
BUILDLINK_DEPMETHOD.gcc14-gnat-libs?= full
GCC_TARGET_MACHINE?= ${MACHINE_GNU_PLATFORM}
Home |
Main Index |
Thread Index |
Old Index