Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139451666
D24392.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D24392.diff
View Options
Index: head/sysutils/ltfs/Makefile
===================================================================
--- head/sysutils/ltfs/Makefile
+++ head/sysutils/ltfs/Makefile
@@ -3,9 +3,8 @@
PORTNAME= ltfs
DISTVERSIONPREFIX= v
-DISTVERSION= 2.4.1.2
-DISTVERSIONSUFFIX= -10254
-PORTREVISION= 3
+DISTVERSION= 2.4.2.0
+DISTVERSIONSUFFIX= -10418
CATEGORIES= sysutils
MAINTAINER= kbowling@FreeBSD.org
Index: head/sysutils/ltfs/distinfo
===================================================================
--- head/sysutils/ltfs/distinfo
+++ head/sysutils/ltfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563928782
-SHA256 (LinearTapeFileSystem-ltfs-v2.4.1.2-10254_GH0.tar.gz) = ddd4032190c15ebd4aa30d3df075e1d0a06e4fba78a598032b2805fe138b9ad3
-SIZE (LinearTapeFileSystem-ltfs-v2.4.1.2-10254_GH0.tar.gz) = 563955
+TIMESTAMP = 1586756197
+SHA256 (LinearTapeFileSystem-ltfs-v2.4.2.0-10418_GH0.tar.gz) = cc6ae69f56b48ab09263eed40147b039a00e0440027159b40dac2b147cdb5e57
+SIZE (LinearTapeFileSystem-ltfs-v2.4.2.0-10418_GH0.tar.gz) = 603368
Index: head/sysutils/ltfs/files/patch-src_tape__drivers_freebsd_cam_Makefile.am
===================================================================
--- head/sysutils/ltfs/files/patch-src_tape__drivers_freebsd_cam_Makefile.am
+++ head/sysutils/ltfs/files/patch-src_tape__drivers_freebsd_cam_Makefile.am
@@ -1,12 +0,0 @@
---- src/tape_drivers/freebsd/cam/Makefile.am.orig 2019-01-10 03:47:31 UTC
-+++ src/tape_drivers/freebsd/cam/Makefile.am
-@@ -56,6 +56,6 @@ libtape_cam_la-ibm_tape.lo: ../../ibm_tape.c
- $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtape_cam_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CRC_OPTIMIZE) -MT libtape_cam_la-ibm_tape.lo -MD -MP -c -o libtape_cam_la-ibm_tape.lo ../../ibm_tape.c
-
- install-exec-hook:
-- mkdir -p $(libdir)/ltfs
-- for f in $(lib_LTLIBRARIES); do rm -f $(libdir)/$$f; done
-- for f in $(BASENAMES); do mv $(libdir)/$$f* $(libdir)/ltfs; done
-+ mkdir -p $(DESTDIR)$(libdir)/ltfs
-+ for f in $(lib_LTLIBRARIES); do rm -f $(DESTDIR)$(libdir)/$$f; done
-+ for f in $(BASENAMES); do mv $(DESTDIR)$(libdir)/$$f* $(DESTDIR)$(libdir)/ltfs; done
Index: head/sysutils/ltfs/pkg-message
===================================================================
--- head/sysutils/ltfs/pkg-message
+++ head/sysutils/ltfs/pkg-message
@@ -1,8 +1,8 @@
[
{ type: install
message: <<EOM
-This only works with IBM-branded LTO-5 or newer tape drives, although there is
-a file backend for simulation purposes.
+This only works with IBM Enterprise Tape, or IBM-branded LTO-5 and newer tape
+drives, although there is a file backend for simulation purposes.
You will only be able to read and write tapes with a blocksize <= MAXPHYS,
which is 128KB by default. Put the following in your kernel config file and
Index: head/sysutils/ltfs/pkg-plist
===================================================================
--- head/sysutils/ltfs/pkg-plist
+++ head/sysutils/ltfs/pkg-plist
@@ -1,4 +1,5 @@
bin/ltfs
+bin/ltfs_ordered_copy
bin/ltfsck
bin/mkltfs
etc/ltfs.conf
@@ -10,20 +11,26 @@
include/ltfs/libltfs/dcache_ops.h
include/ltfs/libltfs/iosched_ops.h
include/ltfs/libltfs/kmi_ops.h
-include/ltfs/libltfs/ltfs.h
include/ltfs/libltfs/ltfs_error.h
include/ltfs/libltfs/ltfs_fsops.h
+include/ltfs/libltfs/ltfs_locking_new.h
+include/ltfs/libltfs/ltfs_locking_old.h
include/ltfs/libltfs/ltfs_locking.h
include/ltfs/libltfs/ltfs_thread.h
include/ltfs/libltfs/ltfs_types.h
+include/ltfs/libltfs/ltfs.h
include/ltfs/libltfs/ltfslogging.h
include/ltfs/libltfs/ltfstrace.h
include/ltfs/libltfs/plugin.h
include/ltfs/libltfs/queue.h
-include/ltfs/libltfs/tape.h
include/ltfs/libltfs/tape_ops.h
-include/ltfs/libltfs/uthash.h
+include/ltfs/libltfs/tape.h
include/ltfs/libltfs/uthash_ext.h
+include/ltfs/libltfs/uthash.h
+include/ltfs/tape_drivers/ibm_tape.h
+include/ltfs/tape_drivers/spc_op_codes.h
+include/ltfs/tape_drivers/ssc_op_codes.h
+include/ltfs/tape_drivers/tape_drivers.h
lib/libltfs.a
lib/libltfs.so
lib/libltfs.so.0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 13, 6:15 AM (42 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26917849
Default Alt Text
D24392.diff (3 KB)
Attached To
Mode
D24392: sysutils/ltfs: Update to 2.4.2.0
Attached
Detach File
Event Timeline
Log In to Comment