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: jakllsch
Date: Thu Oct 10 14:43:25 UTC 2024
Modified Files:
pkgsrc/filesystems/openafs: Makefile
Added Files:
pkgsrc/filesystems/openafs: PLIST.Linux
Log Message:
filesystems/openafs: fix build on Linux; switch to gmake
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/filesystems/openafs/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/openafs/PLIST.Linux
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.20 pkgsrc/filesystems/openafs/Makefile:1.21
--- pkgsrc/filesystems/openafs/Makefile:1.20 Sat Mar 19 16:19:02 2022
+++ pkgsrc/filesystems/openafs/Makefile Thu Oct 10 14:43:25 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2022/03/19 16:19:02 jakllsch Exp $
+# $NetBSD: Makefile,v 1.21 2024/10/10 14:43:25 jakllsch Exp $
DISTNAME= openafs-1.8.8.1-src
PKGNAME= ${DISTNAME:C/-src//}
+PKGREVISION= 1
CATEGORIES= filesystems net sysutils
MASTER_SITES= http://www.openafs.org/dl/openafs/1.8.8.1/
EXTRACT_SUFX= .tar.bz2
@@ -18,20 +19,17 @@ CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= lwp-[0-9]*
CONFLICTS+= rx-[0-9]*
-# No idea if this is still needed;
-# might also depend on bmake vs. gmake whether this works,
-# seems more likely to work with gmake, but we're using bmake.
-MAKE_JOBS_SAFE= no
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= lex autoconf automake
+USE_TOOLS+= gmake # already needed for other build dependencies
RCD_SCRIPTS+= bosserver
.include "options.mk"
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --without-swig # avoids missing "EXTERN.h" include on Linux
# Avoid _res in multithreaded on NetBSD
.include "../../mk/bsd.fast.prefs.mk"
@@ -43,7 +41,7 @@ USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-PLIST_SRC+= ${.CURDIR}/PLIST
+PLIST_SRC+= ${PLIST_SRC_DFLT}
OWN_DIRS+= ${PKG_SYSCONFDIR}/openafs
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/openafs/server ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 775
OWN_DIRS_PERMS+= ${VARBASE}/openafs ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 770
Added files:
Index: pkgsrc/filesystems/openafs/PLIST.Linux
diff -u /dev/null pkgsrc/filesystems/openafs/PLIST.Linux:1.1
--- /dev/null Thu Oct 10 14:43:25 2024
+++ pkgsrc/filesystems/openafs/PLIST.Linux Thu Oct 10 14:43:25 2024
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2024/10/10 14:43:25 jakllsch Exp $
+include/afs/afs_Admin.h
+include/afs/afs_bosAdmin.h
+include/afs/afs_cfgAdmin.h
+include/afs/afs_clientAdmin.h
+include/afs/afs_kasAdmin.h
+include/afs/afs_ptsAdmin.h
+include/afs/afs_utilAdmin.h
+include/afs/afs_vosAdmin.h
+include/afs/osi_vfs.h
+lib/afs/libafsadminutil.a
+lib/afs/libbosadmin.a
+lib/afs/libcfgadmin.a
+lib/afs/libclientadmin.a
+lib/afs/libkasadmin.a
+lib/afs/libptsadmin.a
+lib/afs/libvosadmin.a
+lib/libuafs.a
+lib/libuafs_pic.a
Home |
Main Index |
Thread Index |
Old Index