Bug 115647 - Unbreak graphics/Hermes for gcc 4.x
Summary: Unbreak graphics/Hermes for gcc 4.x
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 15:30 UTC by ob
Modified: 2007-08-30 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (328 bytes, patch)
2007-08-20 15:30 UTC, ob
no flags Details | Diff
file.diff (315 bytes, patch)
2007-08-20 15:30 UTC, ob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ob 2007-08-20 15:30:07 UTC
Hermes does not compile out of the ports with gcc 4.x

Fix: Add the following patches to the files dir as patch-ab and patch-ac and unbreak for FreeBSD 7 i386 case:

patch-ab:

patch-ac:
How-To-Repeat: cd /usr/ports/graphics/Hermes && make
on a FreeBSD 7-CURRENT with gcc 4.x
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-08-30 16:57:11 UTC
sem         2007-08-30 15:57:06 UTC

  FreeBSD ports repository

  Modified files:
    graphics/Hermes      Makefile 
  Added files:
    graphics/Hermes/files patch-src-HeadMMX.h patch-src-HeadX86.h 
  Log:
  - Fix build with gcc 4.x
  
  PR:             ports/115647 (based on)
  Submitted by:   Oliver Brandmueller <ob@e-gitt.net>
  
  Revision  Changes    Path
  1.41      +0 -4      ports/graphics/Hermes/Makefile
  1.1       +11 -0     ports/graphics/Hermes/files/patch-src-HeadMMX.h (new)
  1.1       +11 -0     ports/graphics/Hermes/files/patch-src-HeadX86.h (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"
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2007-08-30 16:57:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!