Bug 50205 - maintainer-update: bluefish-devel
Summary: maintainer-update: bluefish-devel
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: 2003-03-23 09:00 UTC by Koop Mast
Modified: 2003-04-18 07:37 UTC (History)
0 users

See Also:


Attachments
bluefish-devel.diff (1.32 KB, patch)
2003-03-23 09:00 UTC, Koop Mast
no flags Details | Diff
patch-src_bluefish.c (284 bytes, text/x-c)
2003-03-24 21:31 UTC, Koop Mast
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast 2003-03-23 09:00:14 UTC
	Update to latest snapshot
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2003-03-24 02:29:29 UTC
State Changed
From-To: open->feedback

On my 4-STABLE machine: 

bluefish.c: In function `main': 
bluefish.c:180: variable `req' has initializer but incomplete type 
bluefish.c:180: warning: excess elements in struct initializer 
bluefish.c:180: warning: (near initialization for `req') 
bluefish.c:180: warning: excess elements in struct initializer 
bluefish.c:180: warning: (near initialization for `req') 
bluefish.c:180: storage size of `req' isn't known 
bluefish.c:181: storage size of `rem' isn't known 
gmake[1]: *** [bluefish.o] Error 1 
gmake[1]: Leaving directory `/usr/ports/www/bluefish-devel/work/bluefish-gtk2/src' 
gmake: *** [all] Error 2 
*** Error code 2 

Stop in /usr/ports/www/bluefish-devel. 
zsh: 455 exit 1     PREFIX=/tmp/bf make 
root@smacky:/usr/ports/www/bluefish-devel#
Comment 2 Koop Mast 2003-03-24 21:31:43 UTC
Op ma 24-03-2003, om 03:30 schreef Adam Weinberger:
> Synopsis: maintainer-update: bluefish-devel
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: adamw
> State-Changed-When: Sun Mar 23 18:29:29 PST 2003
> State-Changed-Why: 
> On my 4-STABLE machine:
> 
> bluefish.c: In function `main':
> bluefish.c:180: variable `req' has initializer but incomplete type
> bluefish.c:180: warning: excess elements in struct initializer
> bluefish.c:180: warning: (near initialization for `req')
> bluefish.c:180: warning: excess elements in struct initializer
> bluefish.c:180: warning: (near initialization for `req')
> bluefish.c:180: storage size of `req' isn't known
> bluefish.c:181: storage size of `rem' isn't known
> gmake[1]: *** [bluefish.o] Error 1
> gmake[1]: Leaving directory `/usr/ports/www/bluefish-devel/work/bluefish-gtk2/src'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/www/bluefish-devel.
> zsh: 455 exit 1     PREFIX=/tmp/bf make
> root@smacky:/usr/ports/www/bluefish-devel# 
> 
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=50205

The attached patch fixes this problem.

-Koop
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-18 07:36:36 UTC
State Changed
From-To: feedback->closed

Commited, thanks!