pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/openafs
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 31 09:43:26 UTC 2025
Modified Files:
pkgsrc/filesystems/openafs: Makefile
Log Message:
openafs: the build system needs to be adapted for each version of an OPSYS
Mark as not for NetBSD 10+ because it hasn't been adapted yet.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/filesystems/openafs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/openafs/Makefile
diff -u pkgsrc/filesystems/openafs/Makefile:1.27 pkgsrc/filesystems/openafs/Makefile:1.28
--- pkgsrc/filesystems/openafs/Makefile:1.27 Fri Nov 15 18:14:42 2024
+++ pkgsrc/filesystems/openafs/Makefile Fri Jan 31 09:43:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/11/15 18:14:42 jakllsch Exp $
+# $NetBSD: Makefile,v 1.28 2025/01/31 09:43:26 wiz Exp $
DISTNAME= openafs-1.8.13-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -18,6 +18,9 @@ CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= lwp-[0-9]*
CONFLICTS+= rx-[0-9]*
+# upstream build system needs to be adapted for each version of an operating system
+NOT_FOR_PLATFORM+= NetBSD-1[0-9].*-*
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= lex autoconf automake
Home |
Main Index |
Thread Index |
Old Index