Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147429694
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
Index: head/sysutils/ltfs/files/patch-icu68
===================================================================
--- head/sysutils/ltfs/files/patch-icu68 (revision 566018)
+++ head/sysutils/ltfs/files/patch-icu68 (nonexistent)
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-fs.c:266:32: error: use of undeclared identifier 'FALSE'
- update_platform_safe_name(d, FALSE, idx);
- ^
-
---- src/libltfs/fs.c.orig 2020-03-31 23:56:12 UTC
-+++ src/libltfs/fs.c
-@@ -263,7 +263,7 @@ struct dentry * fs_allocate_dentry(struct dentry *pare
- d->platform_safe_name = NULL;
- } else if (name && !platform_safe_name) {
- d->name.name = strdup(name);
-- update_platform_safe_name(d, FALSE, idx);
-+ update_platform_safe_name(d, false, idx);
- if (! d->name.name || ! d->platform_safe_name) {
- ltfsmsg(LTFS_ERR, 10001E, "fs_allocate_dentry: name");
- if (d->name.name)
Property changes on: head/sysutils/ltfs/files/patch-icu68
___________________________________________________________________
Deleted: fbsd:nokeywords
## -1 +0,0 ##
-yes
\ No newline at end of property
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: head/sysutils/ltfs/Makefile
===================================================================
--- head/sysutils/ltfs/Makefile (revision 566018)
+++ head/sysutils/ltfs/Makefile (revision 566019)
@@ -1,36 +1,35 @@
# Created by: Kevin Bowling <kbowling@FreeBSD.org>
# $FreeBSD$
PORTNAME= ltfs
DISTVERSIONPREFIX= v
-DISTVERSION= 2.4.2.0
-DISTVERSIONSUFFIX= -10418
-PORTREVISION= 2
+DISTVERSION= 2.4.3.1
+DISTVERSIONSUFFIX= -10461
CATEGORIES= sysutils
MAINTAINER= kbowling@FreeBSD.org
COMMENT= Reference implementation of LTFS for stand alone tape drive
LICENSE= BSD3CLAUSE
LICENSE_FILE = ${WRKSRC}/LICENSE
LIB_DEPENDS= libicudata.so:devel/icu \
libnetsnmp.so:net-mgmt/net-snmp \
libpkg.so:${PKG_ORIGIN} \
libuuid.so:misc/e2fsprogs-libuuid
USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig ssl
CONFIGURE_ARGS+= --enable-icu-6x
GH_ACCOUNT= LinearTapeFileSystem
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_GITHUB= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
post-install:
@${RM} ${STAGEDIR}${DATADIR}/ltfs
@${RMDIR} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
Index: head/sysutils/ltfs/distinfo
===================================================================
--- head/sysutils/ltfs/distinfo (revision 566018)
+++ head/sysutils/ltfs/distinfo (revision 566019)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1613673367
+SHA256 (LinearTapeFileSystem-ltfs-v2.4.3.1-10461_GH0.tar.gz) = ae39778a47cb09c126fd394c269cbf464f7b43c876ea71a9c880e1159ce87066
+SIZE (LinearTapeFileSystem-ltfs-v2.4.3.1-10461_GH0.tar.gz) = 614066
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jul 7, 2:56 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29019944
Default Alt Text
(3 KB)
Attached To
Mode
rP FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment