Author: cfinck Date: Fri Sep 29 10:21:33 2017 New Revision: 75986 URL: http://svn.reactos.org/svn/reactos?rev=75986&view=rev Log: [FASTFAT_NEW] [FULLFAT] Remove the FullFAT-based "fastfat_new" driver and the third-party FullFAT library itself.
Our driver has not seen any development since 2010 and the current fastfat driver has long surpassed it. Even more important, FullFAT is licensed under a modified version of GPLv3 that forbids commercial usage. Shipping it as a ReactOS dependency would render the OS unusable for commercial scenarios. If anybody wants to resurrect the driver, you can always get it from the repository history. Removed: trunk/reactos/drivers/filesystems/fastfat_new/ trunk/reactos/sdk/lib/3rdparty/fullfat/ Modified: trunk/reactos/drivers/filesystems/CMakeLists.txt trunk/reactos/sdk/lib/3rdparty/CMakeLists.txt Modified: trunk/reactos/drivers/filesystems/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/CMakeLists.txt?rev=75986&r1=75985&r2=75986&view=diff ============================================================================== --- trunk/reactos/drivers/filesystems/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/CMakeLists.txt [iso-8859-1] Fri Sep 29 10:21:33 2017 @@ -3,7 +3,6 @@ add_subdirectory(cdfs) add_subdirectory(ext2) add_subdirectory(fastfat) -#add_subdirectory(fastfat_new) add_subdirectory(ffs) add_subdirectory(fs_rec) add_subdirectory(msfs) Modified: trunk/reactos/sdk/lib/3rdparty/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/lib/3rdparty/CMakeLists.txt?rev=75986&r1=75985&r2=75986&view=diff ============================================================================== --- trunk/reactos/sdk/lib/3rdparty/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/sdk/lib/3rdparty/CMakeLists.txt [iso-8859-1] Fri Sep 29 10:21:33 2017 @@ -3,7 +3,6 @@ add_subdirectory(bzip2) add_subdirectory(cardlib) add_subdirectory(freetype) -add_subdirectory(fullfat) add_subdirectory(libmpg123) add_subdirectory(libsamplerate) add_subdirectory(libwine)