mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
- Update `sysutils/unetbootin' to version 657, which had added
support for Ubuntu 17.10 (Artful Aardvark) [*] - Once again, reword the comment about using getvfsbyname(3) - TIMESTAMP (unetbootin-source-657.tar.gz) = 1508836950 Found out via: repology.org [*]
This commit is contained in:
parent
5169616a3b
commit
9869822d7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453225
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unetbootin
|
||||
PORTVERSION= 655
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 657
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/UNetbootin/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1500449397
|
||||
SHA256 (unetbootin-source-655.tar.gz) = 700125b0ea45805a22f729986c59377b1ff0c0a66ea6f01b29cd3cf60bfbaa79
|
||||
SIZE (unetbootin-source-655.tar.gz) = 749246
|
||||
TIMESTAMP = 1508836950
|
||||
SHA256 (unetbootin-source-657.tar.gz) = eacf0d8e7d712a34ae41f01c9a4c03cf01dd9a36284cd67475670c0ab5787690
|
||||
SIZE (unetbootin-source-657.tar.gz) = 749244
|
||||
|
@ -24,10 +24,10 @@
|
||||
+ struct statfs *fslist;
|
||||
+
|
||||
+ /*
|
||||
+ * Find out VFS number assigned by kernel for MSDOSFS.
|
||||
+ * This helps to ensure that it is configured with the
|
||||
+ * kernel. As a nice side effect, this also allows to
|
||||
+ * compare a number instead of "msdosfs" string later.
|
||||
+ * Make sure that MSDOSFS is configured with the kernel.
|
||||
+ * As a nice side effect, this would allow to compare a
|
||||
+ * number (assigned by VFS) instead of "msdosfs" string
|
||||
+ * when iterating over mounted filesystems.
|
||||
+ */
|
||||
+ if (getvfsbyname("msdosfs", &fsconf) == -1)
|
||||
+ goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user