Created attachment 152116 [details] Patch Fix configure on 10.1-amd64 (for some strange reason, it only fails there but builds fine on 10.1-i386 and 10.0-amd64 and other versions). Haven't investigated as configure mess is unreadable. --- checking SDL_framerate.h usability... yes checking SDL_framerate.h presence... yes checking for SDL_framerate.h... yes checking SDL_image.h usability... yes checking SDL_image.h presence... yes checking for SDL_image.h... yes Errors and warnings recap: * You need to install the SDL_ttf library, version >= 2.0.9 There are errors - stopping. Please check the reports above. If dependencies (such as SDL_gfx) are missing, please check BUILD for distro package names. --- While here, - Simplify MASTER_SITES - Drop @dirrm* from plist
Auto-assigned to maintainer shurd@FreeBSD.org
Can you include the configure output back to the "checking SDL_ttf version >= 2.0.9..." line? Also, could you attach the work/freedink-1.08.20121209/config.log file? It's working for me on my 10.1-amd64 desktop as well as my poudriere runs (and the weekly package builds haven't had an issue). I've actually got an update to the latest releases running through my poudriere system now, it would be great to get this straightened out before I commit.
http://people.freebsd.org/~amdmi3/freedink-engine/ I'll try to remove my poudriere packages and redo a clean build.
You were right, on clean build there's no failure - seems it was some local problem. The configure patch is not needed, MASTER_SITES and @dirrmtry bits are still relevant.
A commit references this bug: Author: shurd Date: Sat Jan 31 06:58:59 UTC 2015 New revision: 378191 URL: https://svnweb.freebsd.org/changeset/ports/378191 Log: Update FreeDink to 108.4, Data to 20140901 version, and dfarc to 3.12 PR: 197062 Changes: head/games/freedink/Makefile head/games/freedink/pkg-descr head/games/freedink-data/Makefile head/games/freedink-data/distinfo head/games/freedink-data/files/patch-Makefile head/games/freedink-data/pkg-plist head/games/freedink-dfarc/Makefile head/games/freedink-dfarc/distinfo head/games/freedink-dfarc/files/patch-src_Tar.cpp head/games/freedink-dfarc/pkg-plist head/games/freedink-engine/Makefile head/games/freedink-engine/distinfo head/games/freedink-engine/files/patch-meminfo.c head/games/freedink-engine/files/patch-src_Makefile.in head/games/freedink-engine/pkg-plist
Updated to lastest version after a successful Poudriere run.