Created attachment 163848 [details] Proposed patch * Add USES=pkgconfig to unbreak all builds. From pkg-fallout: c++ -O2 -pipe -fstack-protector -fno-strict-aliasing `pkg-config --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 -DRELEASE=0 -DUSEPAK=1 -DPAKNAME=\"blobwars.pak\" -DPAKLOCATION=\"/usr/local/share/blobwars/\" -DUNIX -DGAMEPLAYMANUAL=\"/usr/local/share/doc/blobwars/index.html\" -Wall -DLOCALEDIR=\"/usr/local/share/locale/\" -DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -O2 -pipe -fstack-protector -fno-strict-aliasing -c src/CAudio.cpp pkg-config: not found * Add a patch (sent to one of the upstream committers) to fix the build on 32-bit platforms, which was still failing after the above change.
> * Add a patch (sent to one of the upstream committers) to fix the build on 32-bit platforms, which was still failing after the above change. This has since been integrated upstream: http://sourceforge.net/p/blobwars/code/ci/7611c488c2d06a6bdbe5f7b26a47e15f1bd55eb8/
A commit references this bug: Author: nemysis Date: Sat Dec 5 14:56:05 UTC 2015 New revision: 403068 URL: https://svnweb.freebsd.org/changeset/ports/403068 Log: - Add USES= pkgconfig, forgotten in previous commit - Add patch, fix build with 32-bit platforms PR: 205020 Submitted by: rakuco Changes: head/games/blobwars/Makefile head/games/blobwars/files/patch-src-CReplayDataHeader.h