aboutsummaryrefslogtreecommitdiff
path: root/devel/libvolume_id/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build with the new strnlen() function on -CURRENT.Joe Marcus Clarke2009-03-021-1/+1
| | | | Notes: svn path=/head/; revision=229346
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Make sure we only read in sector-sized chunks from the disk to avoid EINVALJoe Marcus Clarke2007-05-301-0/+1
| | | | | | | | | | | errors. This will fix problems detecting FAT file systems on certain media that does not use a 512-byte sector size. Reported by: James Snyder <jbsnyder@gmail.com> Tested by: James Snyder <jbsnyder@gmail.com> Notes: svn path=/head/; revision=192423
* Update to 0.75.0Joe Marcus Clarke2007-04-161-6/+1
| | | | | | | | | | | | | * Fix some issues with iso9660, linux_raid, hfs, and via_raid detection from vendor * "Fix" detection of FAT32 volumes that have bad fsinfo signatures. This makes FAT32 detection more lax, but since FreeBSD allows mounting of FAT32 volumes with bad fsinfo blocks, this won't be too big of a deal. In fact this should fix problems some users are seeing with HAL not being able to mount certain FAT32 volumes. Notes: svn path=/head/; revision=190065
* Fix UDF volume detection support by making sure we never try to read lessJoe Marcus Clarke2007-01-131-0/+1
| | | | | | | | | than "sectorsize" from the disc. Reported by: pav Notes: svn path=/head/; revision=182320
* This port is not supported on 4.X so mark IGNORE.Joe Marcus Clarke2006-11-141-1/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=177221
* Add libvolume_id, a port of the Linux libvolume_id from the udev project.Joe Marcus Clarke2006-11-041-0/+36
Libvolume_id is an API for obtaining many file system related attributes (such as type, label, uuid, etc.) given an open file handle to a block special device. HAL is the primary FreeBSD consumer of this port currently. Bits needed for this port to work on FreeBSD were provided by jylefort. Notes: svn path=/head/; revision=176333