- This patch fixed mount_fusefs to use new path.
- Bump PORTREVISION
PR: ports/164218
Submitted by: jh@
Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor)
smartdimmer will fail with "init_nvclock() failed!" message; bump port
revision due to importance of this change (fixing a run-time crash)
- Define LICENSE (GPLv2) and cleanup Makefile a bit while I am here
Reported by: Lucas Hosseini
I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by
avg@ improving the file and preventing some bugs from occurring. In
his own words in KDE git review request 103293:
Main idea of the change is to improve the case where SCSI sense data
is not automatically provided and has to be explicitly requested.
Current code essentially duplicates main transport code for this
task. The proposed code recursively calls into the transport code
with MMC_REQUEST_SENSE command. This also fixes a problem with the
existing code where it re-uses a CCB of the original command for sense
fetching but doesn't ensure that all the previously used bytes are
reset to proper values. This can result in a malformed
MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it
hangs Optiarc DVD RW AD-7191S 1.02). Also the style of the code is
cleaned up. Because of the code re-use the code is now more compact.
Additionally some historic and useless code was dropped - the code for
setting errno. errno value is not used by the calling code and this
is an artifact of the FreeBSD-specific code having been borrowed from
a different project (as attested by Heiner Eichmann
<h.eichmann@gmx.de>).
The current patch in the port now contains both commits 4ffc589 and
a6a2ed3 squashed together.
Bump PORTREVISION accordingly.
Submitted by: avg
Major versions of synergy are protocol incompatible so tracking
both development and stable branches, with one port for each,
gives us the most flexibility.
Approved by: skreuzer@
- No longer need CONFLICTS with non-existent puppet-devel port
- patch-fix_password_provider is integrated upstream in 2.7.10 release
PR: ports/164634
Submitted by: tdb
in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it.
PR: ports/159313
Submitted by: Test Rat <ttsestt@gmail.com>
Reviewed by: Kai Wang <kaiwang27@gmail.com>
Requested by: Jan Beich jbeich@tormail.net
Approved by: maintainer
exFAT is a simple file system created by Microsoft. It is intended to
replace FAT32 removing some of it's limitations. exFAT is a standard FS for
SDXC memory cards.
WWW: http://code.google.com/p/exfat/
PR: ports/164473
Submitted by: Alex Samorukov <samm at os2.kiev.ua>