Bug 148990 - [patch] graphics/OpenEXR: fix for gcc45 build
Summary: [patch] graphics/OpenEXR: fix for gcc45 build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 11:10 UTC by swell.k
Modified: 2010-12-10 23:10 UTC (History)
0 users

See Also:


Attachments
a.diff (1.13 KB, patch)
2010-07-27 11:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-07-27 11:10:03 UTC

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-27 11:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-10 03:22:32 UTC
Responsible Changed
From-To: nork->pgollucci

committer&maintainer timeout (nork ; 136 days) / last commit: 4 days ago
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-10 23:03:39 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-12-10 23:03:40 UTC
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"