CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. o... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done read-edid-3.0.2/ read-edid-3.0.2/get-edid/ read-edid-3.0.2/get-edid/get-edid.c read-edid-3.0.2/get-edid/i2c.c read-edid-3.0.2/get-edid/CMakeLists.txt read-edid-3.0.2/get-edid/i2c-dev.h read-edid-3.0.2/get-edid/classic.c read-edid-3.0.2/ChangeLog read-edid-3.0.2/README read-edid-3.0.2/.LICENSE.swp read-edid-3.0.2/cmake/ read-edid-3.0.2/cmake/Modules/ read-edid-3.0.2/cmake/Modules/Findx86.cmake read-edid-3.0.2/parse-edid/ read-edid-3.0.2/parse-edid/parse-edid.c read-edid-3.0.2/parse-edid/CMakeLists.txt read-edid-3.0.2/parse-edid/modes.h read-edid-3.0.2/AUTHORS read-edid-3.0.2/get-edid.1 read-edid-3.0.2/CMakeLists.txt read-edid-3.0.2/INSTALL read-edid-3.0.2/LICENSE patching file get-edid/classic.c patching file get-edid/i2c.c -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src-i486/system/read-edid/read-edid-3.0.2/build [ 16%] Building C object get-edid/CMakeFiles/get-edid.dir/get-edid.c.o [ 33%] Building C object get-edid/CMakeFiles/get-edid.dir/classic.c.o [ 50%] Building C object get-edid/CMakeFiles/get-edid.dir/i2c.c.o [ 66%] Linking C executable get-edid [ 66%] Built target get-edid [ 83%] Building C object parse-edid/CMakeFiles/parse-edid.dir/parse-edid.c.o [100%] Linking C executable parse-edid [100%] Built target parse-edid Slackware package maker, version 3.14159265. Searching for symbolic links: usr/man/man1/parse-edid.1.gz get-edid.1.gz usr/man/man1/read-edid.1.gz get-edid.1.gz Making symbolic link creation script: ( cd usr/man/man1 ; rm -rf parse-edid.1.gz ) ( cd usr/man/man1 ; ln -sf get-edid.1.gz parse-edid.1.gz ) ( cd usr/man/man1 ; rm -rf read-edid.1.gz ) ( cd usr/man/man1 ; ln -sf get-edid.1.gz read-edid.1.gz ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/man/man1/read-edid.1.gz' removed './usr/man/man1/parse-edid.1.gz' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/read-edid/read-edid-3.0.2-i586-2salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/get-edid usr/bin/parse-edid usr/doc/ usr/doc/read-edid-3.0.2/ usr/doc/read-edid-3.0.2/AUTHORS usr/doc/read-edid-3.0.2/ChangeLog usr/doc/read-edid-3.0.2/LICENSE usr/doc/read-edid-3.0.2/README usr/doc/read-edid-3.0.2/read-edid.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/get-edid.1.gz Slackware package /usr/src/slapt-src-i486/system/read-edid/read-edid-3.0.2-i586-2salix15.0.txz created. Installing package read-edid-3.0.2-i586-2salix15.0... | read-edid (read EDID information from a video monitor) | | read-edid is a pair of tools (originally by John Fremlin) for | reading the EDID from a monitor. It should work with most monitors | made since 1996 (except some newer ones with 256-byte EDIDs - WiP), | assuming the video card supports the standard read commands (most | do). read-edid is a set of two tools: get-edid, which gets the raw | edid information from the monitor, and parse-edid, which turns the | raw binary information into an xorg.conf-compatible Monitor section. | | | |