Bug 113019 - [PATCH] fix the build of x11-fonts/xmbdfed with gcc42
Summary: [PATCH] fix the build of x11-fonts/xmbdfed with gcc42
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: Giorgos Keramidas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 03:50 UTC by Giorgos Keramidas
Modified: 2007-05-27 14:54 UTC (History)
0 users

See Also:


Attachments
xmbdfed-gcc42.patch (474 bytes, patch)
2007-05-26 03:50 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2007-05-26 03:50:04 UTC
After the import of gcc 4.2.X the x11-fonts/xmbdfed port fails to build,
because now GCC is more strict about clashes between mismatches between
multiple declarations of 'static' vs. 'non-static' objects.

The attached patch adds a FreeBSD-local change to xmbdfed, which fixes
the build of xmbdfed on CURRENT.

The gbdfed program replaces xmbdfed, so I haven't posted the patch to
the author of xmbdfed yet, but that can be done too if the Ports team
thinks it's a good idea.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 03:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keramida

Submitter has GNATS access
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-27 14:49:50 UTC
keramida    2007-05-27 13:49:45 UTC

  FreeBSD ports repository (doc committer)

  Added files:
    x11-fonts/xmbdfed/files patch-ac 
  Log:
  Fix the build of x11-fonts/xmbdfed with gcc42.
  
  PR:             ports/113019
  Submitted by:   keramida
  Approved by:    pav
  
  Revision  Changes    Path
  1.3       +10 -0     ports/x11-fonts/xmbdfed/files/patch-ac (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 3 Giorgos Keramidas freebsd_committer freebsd_triage 2007-05-27 14:54:04 UTC
State Changed
From-To: open->closed

Pav was kind enough to review the patch, so it's now 
committed to the Ports tree.