Bug 113932 - textproc/glimpse: fix build breakage under gcc 4.2
Summary: textproc/glimpse: fix build breakage under 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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 04:40 UTC by Conrad J. Sabatier
Modified: 2007-06-23 04:50 UTC (History)
1 user (show)

See Also:


Attachments
patch-index__glimpse.c (449 bytes, text/plain)
2007-06-22 04:40 UTC, Conrad J. Sabatier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2007-06-22 04:40:03 UTC
	Fix build breakage under gcc 4.2 (static declaration following 
	non-static)

Fix: Add the following patch to port's files directory
How-To-Repeat: 	N/A
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-06-22 05:25:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2007-06-22 21:30:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainer feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-23 04:47:36 UTC
beech       2007-06-23 03:47:30 UTC

  FreeBSD ports repository

  Modified files:
    textproc/glimpse     Makefile pkg-plist 
  Added files:
    textproc/glimpse/files patch-index-glimpse.c 
  Log:
  - Fix build w/gcc-4.2
  - Add mirror
  - Makefile tweaks
  
  PR:             ports/113932
  Submitted by:   Conrad J. Sabatier  <conrads@cox.net> (maintainer)
  Approved by:    sat (mentor)
  
  Revision  Changes    Path
  1.29      +11 -7     ports/textproc/glimpse/Makefile
  1.1       +14 -0     ports/textproc/glimpse/files/patch-index-glimpse.c (new)
  1.7       +0 -3      ports/textproc/glimpse/pkg-plist
_______________________________________________
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 4 Beech Rintoul freebsd_committer freebsd_triage 2007-06-23 04:48:10 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!