Bug 118475 - [patch] x11-fm/gnome-commander unbreak fix build with GCC 4.2
Summary: [patch] x11-fm/gnome-commander unbreak fix build with GCC 4.2
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 01:30 UTC by Pietro Cerutti
Modified: 2007-12-11 08:50 UTC (History)
0 users

See Also:


Attachments
_gnome-commander.diff (7.46 KB, patch)
2007-12-07 01:30 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-12-07 01:30:03 UTC

The following patch:

- fixes build with GCC 4.2
- cleans a few warnings

Tested on:
8.0-CURRENT i386
7.0-BETA3 sparc64

How-To-Repeat: 

cd /usr/ports/x11-fm/gnome-commander && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-07 01:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-11 08:49:44 UTC
miwi        2007-12-11 08:49:39 UTC

  FreeBSD ports repository

  Modified files:
    x11-fm/gnome-commander Makefile 
  Added files:
    x11-fm/gnome-commander/files 
                                 patch-src_gnome-cmd-advrename-lexer.l 
                                 patch-src_gnome-cmd-data.c 
                                 patch-src_gnome-cmd-file-list.c 
                                 patch-src_gnome-cmd-file-selector.c 
  Log:
  - Fix build with gcc 4.2
  
  PR:             118475
  Submitted by:   Pietro Cerutti <gahr@gahr.ch>
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.21      +1 -7      ports/x11-fm/gnome-commander/Makefile
  1.1       +95 -0     ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l (new)
  1.3       +28 -0     ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c (new)
  1.1       +20 -0     ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c (new)
  1.1       +20 -0     ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c (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 Martin Wilke freebsd_committer freebsd_triage 2007-12-11 08:49:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!