How-To-Repeat: $ make CC=gcc45 CXX=g++45 ... gmake[1]: Entering directory `/a/pkgbuild/a/freebsd-ports/graphics/OpenEXR/work/openexr-1.6.1/exrmaketiled' if g++45 -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../IlmImf -I../config -D_THREAD_SAFE -I/usr/pkg/include/OpenEXR -pipe -O2 -pipe -O3 -ggdb -fstack-protector -march=native -fno-strict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi main.cpp: In function 'int main(int, char**)': main.cpp:213:28: error: 'strcmp' was not declared in this scope gmake[1]: *** [main.o] Error 1 if c++ -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../IlmImf -I../config -D_THREAD_SAFE -I/usr/pkg/include/OpenEXR -pipe -O2 -pipe -O3 -ggdb -fstack-protector -march=native -fno-strict-aliasing -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi main.cpp: In function 'int main(int, char**)': main.cpp:195:28: error: 'strcmp' was not declared in this scope gmake[1]: *** [main.o] Error 1
Responsible Changed From-To: freebsd-ports-bugs->nork Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: nork->pgollucci committer&maintainer timeout (nork ; 136 days) / last commit: 4 days ago
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-12-10 23:03:35 UTC FreeBSD ports repository Modified files: graphics/OpenEXR Makefile Added files: graphics/OpenEXR/files patch-exrenvmap-main.cpp patch-exrmaketiled-main.cpp Log: - Fix build with GCC 45 - Bump PORTREVISION PR: ports/148990 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (nork ; 136 days) Revision Changes Path 1.41 +1 -1 ports/graphics/OpenEXR/Makefile 1.1 +10 -0 ports/graphics/OpenEXR/files/patch-exrenvmap-main.cpp (new) 1.1 +10 -0 ports/graphics/OpenEXR/files/patch-exrmaketiled-main.cpp (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"