pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc openafs-devel: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/f03e2743512a
branches: trunk
changeset: 375743:f03e2743512a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 24 19:10:39 2022 +0000
description:
openafs-devel: remove
Does not build, and the openafs package has a newer version
diffstat:
doc/CHANGES-2022 | 3 +-
filesystems/Makefile | 3 +-
filesystems/openafs-devel/DESCR | 16 -
filesystems/openafs-devel/Makefile | 56 -
filesystems/openafs-devel/PLIST | 270 -------
filesystems/openafs-devel/PLIST.pam | 3 -
filesystems/openafs-devel/distinfo | 28 -
filesystems/openafs-devel/files/bosserver.sh | 19 -
filesystems/openafs-devel/options.mk | 45 -
filesystems/openafs-devel/patches/patch-acinclude.m4 | 12 -
filesystems/openafs-devel/patches/patch-configure | 41 -
filesystems/openafs-devel/patches/patch-configure-libafs | 21 -
filesystems/openafs-devel/patches/patch-src-afs-NBSD-osi_crypto.c | 24 -
filesystems/openafs-devel/patches/patch-src-afs-NBSD-osi_kmod.c | 133 ---
filesystems/openafs-devel/patches/patch-src-afs-NBSD-osi_machdep.h | 13 -
filesystems/openafs-devel/patches/patch-src-afs-NBSD-osi_vm.c | 19 -
filesystems/openafs-devel/patches/patch-src-afs-NBSD-osi_vnodeops.c | 39 -
filesystems/openafs-devel/patches/patch-src-auth-cellconfig.c | 53 -
filesystems/openafs-devel/patches/patch-src-bucoord-Makefile.n | 51 -
filesystems/openafs-devel/patches/patch-src-cf-osconf.m4 | 13 -
filesystems/openafs-devel/patches/patch-src-config-param.amd64_nbsd70.h | 27 -
filesystems/openafs-devel/patches/patch-src-config-param.i386_nbsd70.h | 25 -
filesystems/openafs-devel/patches/patch-src-config-param.nbsd60.h | 12 -
filesystems/openafs-devel/patches/patch-src-config-param.nbsd70.h | 176 -----
filesystems/openafs-devel/patches/patch-src-config-shlib-build.in | 89 --
filesystems/openafs-devel/patches/patch-src-config-shlib-install.in | 12 -
filesystems/openafs-devel/patches/patch-src-crypto-hcrypto-kernel-config.h | 24 -
filesystems/openafs-devel/patches/patch-src-external-heimdal-roken-roken-common.h | 38 -
filesystems/openafs-devel/patches/patch-src-external-heimdal-roken-roken.h.in | 52 -
filesystems/openafs-devel/patches/patch-src-libafs-MakefileProto.NBSD.in | 341 ----------
filesystems/openafs-devel/patches/patch-src-rxkad-fcrypt.c | 12 -
filesystems/openafs-devel/patches/patch-sys-config-afs_sysnames.h | 13 -
32 files changed, 3 insertions(+), 1680 deletions(-)
diffs (truncated from 1828 to 300 lines):
diff -r 6e0a92b88e42 -r f03e2743512a doc/CHANGES-2022
--- a/doc/CHANGES-2022 Thu Mar 24 16:35:31 2022 +0000
+++ b/doc/CHANGES-2022 Thu Mar 24 19:10:39 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1544 2022/03/23 23:35:54 gdt Exp $
+$NetBSD: CHANGES-2022,v 1.1545 2022/03/24 19:10:39 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -2033,3 +2033,4 @@
Updated net/netatalk3 to 3.1.13 [hauke 2022-03-22]
Updated math/R to 4.1.3nb1 [wiz 2022-03-23]
Updated geography/qgis to 3.22.5 [gdt 2022-03-23]
+ Removed filesystems/openafs-devel [wiz 2022-03-24]
diff -r 6e0a92b88e42 -r f03e2743512a filesystems/Makefile
--- a/filesystems/Makefile Thu Mar 24 16:35:31 2022 +0000
+++ b/filesystems/Makefile Thu Mar 24 19:10:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/06/15 09:05:40 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/03/24 19:10:39 wiz Exp $
#
COMMENT= File systems, and file system related packages
@@ -40,7 +40,6 @@
SUBDIR+= ltfs-ltotape
SUBDIR+= mkspiffs
SUBDIR+= openafs
-SUBDIR+= openafs-devel
SUBDIR+= ori
SUBDIR+= p5-Module-Path
SUBDIR+= p5-MooseX-Types-Path-Tiny
diff -r 6e0a92b88e42 -r f03e2743512a filesystems/openafs-devel/DESCR
--- a/filesystems/openafs-devel/DESCR Thu Mar 24 16:35:31 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-AFS is a distributed filesystem product, pioneered at Carnegie Mellon
-University and supported and developed as a product by Transarc
-Corporation (now IBM Pittsburgh Labs). It offers a client-server
-architecture for file sharing, providing location independence,
-scalability and transparent migration capabilities for data. IBM
-branched the source of the AFS product, and made a copy of the source
-available for community development and maintenance. They called the
-release OpenAFS.
-
-To build the kernel module
- $ cd src/libafs
- $ cp MakefileProto.NBSD Makefile
- $ make obj && make && make install
-
-The OpenAFS Quick-Start Guide for UNIX can be found at:
- http://docs.openafs.org/QuickStartUnix/index.html
diff -r 6e0a92b88e42 -r f03e2743512a filesystems/openafs-devel/Makefile
--- a/filesystems/openafs-devel/Makefile Thu Mar 24 16:35:31 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2021/10/21 07:46:35 wiz Exp $
-
-DISTNAME= openafs-1.7.11-src
-PKGNAME= ${DISTNAME:C/-src//}
-PKGREVISION= 2
-CATEGORIES= filesystems net sysutils
-MASTER_SITES= http://www.openafs.org/dl/openafs/1.7.11/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= gendalia%NetBSD.org@localhost
-HOMEPAGE= https://www.openafs.org/
-COMMENT= File system for sharing, scalability and transparent data migration
-LICENSE= ipl-1.0 AND mit AND modified-bsd # AND sun-rpc?
-
-CONFLICTS+= arla-[0-9]*
-CONFLICTS+= heimdal-[0-9]*
-CONFLICTS+= rx-[0-9]*
-
-MAKE_JOBS_SAFE= no
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= lex
-RCD_SCRIPTS+= bosserver
-
-.include "options.mk"
-
-CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-roken=internal
-
-USE_GNU_CONFIGURE_HOST= no
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-
-PLIST_SRC+= ${.CURDIR}/PLIST
-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
-OWN_DIRS+= ${VARBASE}/openafs/logs
-OWN_DIRS_PERMS+= ${VARBASE}/openafs/db ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
-
-FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q}
-
-BUILD_DEFS+= VARBASE
-
-#
-# Rename liblwp.a to libafslwp.a to avoid conflict with the lwp package.
-#
-pre-configure:
- find ${WRKSRC} -name Makefile.in | while read f; do \
- ${SED} -e 's|liblwp.a|libafslwp.a|g' \
- -e 's|-llwp|-lafslwp|g' < $$f > $$f.tmp && \
- ${MV} $$f.tmp $$f; done
-
-.include "../../mk/krb5.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6e0a92b88e42 -r f03e2743512a filesystems/openafs-devel/PLIST
--- a/filesystems/openafs-devel/PLIST Thu Mar 24 16:35:31 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,270 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:28 rillig Exp $
-bin/afs_compile_et
-bin/afsio
-bin/afsmonitor
-bin/aklog
-bin/asetkey
-bin/bos
-bin/cmdebug
-bin/fs
-bin/klog
-bin/klog.krb
-bin/klog.krb5
-bin/knfs
-bin/kpasswd
-bin/kpwvalid
-bin/livesys
-bin/pagsh
-bin/pagsh.krb
-bin/pts
-bin/restorevol
-bin/rxgen
-bin/scout
-bin/sys
-bin/tokens
-bin/tokens.krb
-bin/translate_et
-bin/udebug
-bin/unlog
-bin/up
-bin/xstat_cm_test
-bin/xstat_fs_test
-include/afs/acl.h
-include/afs/afs.h
-include/afs/afs_args.h
-include/afs/afs_atomlist.h
-include/afs/afs_consts.h
-include/afs/afs_lhash.h
-include/afs/afs_stats.h
-include/afs/afs_sysnames.h
-include/afs/afscbint.h
-include/afs/afscp.h
-include/afs/afsint.h
-include/afs/afssyscalls.h
-include/afs/afsutil.h
-include/afs/afsutil_prototypes.h
-include/afs/audit.h
-include/afs/auth.h
-include/afs/bnode.h
-include/afs/bosint.h
-include/afs/bubasics.h
-include/afs/budb.h
-include/afs/budb_client.h
-include/afs/budb_errs.h
-include/afs/bumon.h
-include/afs/butc.h
-include/afs/butm.h
-include/afs/butx.h
-include/afs/cellconfig.h
-include/afs/cmd.h
-include/afs/cnvldb.h
-include/afs/com_err.h
-include/afs/daemon_com.h
-include/afs/dir.h
-include/afs/dirpath.h
-include/afs/error_table.h
-include/afs/errors.h
-include/afs/exporter.h
-include/afs/fileutil.h
-include/afs/fs_stats.h
-include/afs/fsprobe.h
-include/afs/fssync.h
-include/afs/gtxX11win.h
-include/afs/gtxcurseswin.h
-include/afs/gtxdumbwin.h
-include/afs/gtxframe.h
-include/afs/gtxinput.h
-include/afs/gtxkeymap.h
-include/afs/gtxlightobj.h
-include/afs/gtxobjdict.h
-include/afs/gtxobjects.h
-include/afs/gtxtextcb.h
-include/afs/gtxtextobj.h
-include/afs/gtxwindows.h
-include/afs/icl.h
-include/afs/ihandle.h
-include/afs/kaport.h
-include/afs/kauth.h
-include/afs/kautils.h
-include/afs/keys.h
-include/afs/ktc.h
-include/afs/ktime.h
-include/afs/mit-sipb-cr.h
-include/afs/namei_ops.h
-include/afs/netutils.h
-include/afs/nfs.h
-include/afs/nfsclient.h
-include/afs/osi_inode.h
-include/afs/pagcb.h
-include/afs/param.h
-include/afs/partition.h
-include/afs/prclient.h
-include/afs/prerror.h
-include/afs/print.h
-include/afs/procmgmt.h
-include/afs/prs_fs.h
-include/afs/prserver.h
-include/afs/ptclient.h
-include/afs/pterror.h
-include/afs/pthread_glock.h
-include/afs/pthread_nosigs.h
-include/afs/ptint.h
-include/afs/ptserver.h
-include/afs/ptuser.h
-include/afs/rxgen_consts.h
-include/afs/salvsync.h
-include/afs/softsig.h
-include/afs/stds.h
-include/afs/sysctl.h
-include/afs/tabular_output.h
-include/afs/tcdata.h
-include/afs/thread_pool.h
-include/afs/thread_pool_types.h
-include/afs/unified_afs.h
-include/afs/usd.h
-include/afs/venus.h
-include/afs/vice.h
-include/afs/viceinode.h
-include/afs/vioc.h
-include/afs/vl_opcodes.h
-include/afs/vldbint.h
-include/afs/vlserver.h
-include/afs/vnode.h
-include/afs/vnode_inline.h
-include/afs/voldefs.h
-include/afs/volint.h
-include/afs/volser.h
-include/afs/volume.h
-include/afs/volume_inline.h
-include/afs/vsutils_prototypes.h
-include/afs/work_queue.h
-include/afs/work_queue_types.h
-include/afs/xfsattrs.h
-include/afs/xstat_cm.h
-include/afs/xstat_fs.h
-include/kopenafs.h
-include/lock.h
-include/lwp.h
-include/preempt.h
-include/rx/fcrypt.h
-include/rx/rx.h
-include/rx/rx_clock.h
-include/rx/rx_event.h
-include/rx/rx_globals.h
-include/rx/rx_lwp.h
-include/rx/rx_misc.h
-include/rx/rx_multi.h
-include/rx/rx_null.h
-include/rx/rx_opaque.h
-include/rx/rx_packet.h
-include/rx/rx_prototypes.h
-include/rx/rx_pthread.h
-include/rx/rx_queue.h
-include/rx/rx_user.h
-include/rx/rxkad.h
-include/rx/rxkad_prototypes.h
-include/rx/rxstat.h
-include/rx/xdr.h
-include/rx/xdr_prototypes.h
-include/timer.h
-include/ubik.h
-include/ubik_int.h
-lib/afs/libacl.a
-lib/afs/libafscom_err.a
-lib/afs/libafsint.a
-lib/afs/libafsutil.a
-lib/afs/libafsutil_pic.a
-lib/afs/libaudit.a
-lib/afs/libauth.a
-lib/afs/libauth.krb.a
-lib/afs/libbos.a
-lib/afs/libbubasics.a
-lib/afs/libbudb.a
-lib/afs/libbutm.a
-lib/afs/libbxdb.a
-lib/afs/libcmd.a
Home |
Main Index |
Thread Index |
Old Index