1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 07:19:16 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Alexey Dokuchaev
8ff7814383 Unbreak the build against new Clang version 6.0.0.
PR:	224989
2018-01-15 18:17:14 +00:00
Alexey Dokuchaev
9869822d7a - 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 [*]
2017-10-31 10:30:04 +00:00
Alexey Dokuchaev
410a68ea81 - Rephrase the comment about why we're calling getvfsbyname(3) to make
more sense: saving a few CPU cycles by comparing integers instead of
  strings is just a nice collateral bonus and not really important
- Fix free disk space calculation in unetbootin::checkifoutofspace();
  previously it was totally bogus (multiplying `f_bavail' and `f_bfree'
  fields of `struct statfs', really?), and bump threshold to 1024 KB
  from the original 1024 bytes (sic)
- Add a `pkg-message' suggesting a work-around for a common problem of
  getting "Boot error" message when booting off MBR-partitioned drives
- Couple of cosmetic changes: move NO_WRKSUBDIR line where it normally
  belongs and sort USE_QT4 values; extend port description text a bit
2017-09-05 08:59:07 +00:00
Alexey Dokuchaev
bc1a0d842c UNetbootin allows to create bootable Live USB drives for Ubuntu, Fedora,
and other Linux distributions without burning a CD.  This is useful when
supplied ISO image cannot be directly written to USB drive or SD card.

WWW: http://unetbootin.sourceforge.net/
2017-09-01 18:23:06 +00:00