Bug 146881 - [MAINTAINER] devel/mingw32-gcc: Disable building plugins on i386 so plist stays the same between archs
Summary: [MAINTAINER] devel/mingw32-gcc: Disable building plugins on i386 so plist sta...
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 23:06 UTC by Naram Qashat
Modified: 2010-05-24 21:30 UTC (History)
0 users

See Also:


Attachments
mingw32-gcc-4.5.0,1.patch (845 bytes, patch)
2010-05-23 23:06 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2010-05-23 23:06:56 UTC
Since gcc 4.5.0 has support for plugins, it tries to install headers for plugin
development, but only seems to do that under the i386 architecture.  Adding
--disable-plugin prevents gcc 4.5.0 from installing those headers, making the
pkg-plist the same over all architectures.

Generated with FreeBSD Port Tools 0.99
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-24 14:47:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-24 21:23:52 UTC
makc        2010-05-24 20:23:42 UTC

  FreeBSD ports repository

  Modified files:
    devel/mingw32-gcc    Makefile 
  Log:
  Unbreak on i386
  
  PR:             ports/146881
  Submitted by:   Naram Qashat (maintainer)
  
  Revision  Changes    Path
  1.43      +2 -5      ports/devel/mingw32-gcc/Makefile
_______________________________________________
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 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-24 21:24:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!