Skip site navigation (1)Skip section navigation (2)
Date:      24 Mar 2003 22:31:43 +0100
From:      Koop Mast <einekoai@chello.nl>
To:        Adam Weinberger <adamw@FreeBSD.org>
Cc:        "freebsd-ports-bugs@FreeBSD.org" <freebsd-ports-bugs@FreeBSD.org>, "FreeBSD-gnats-submit@FreeBSD.org" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   Re: ports/50205: maintainer-update: bluefish-devel
Message-ID:  <1048541503.621.5.camel@headcrash.prisma.quccc.org>
In-Reply-To: <200303240230.h2O2UGhk081051@freefall.freebsd.org>
References:  <200303240230.h2O2UGhk081051@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-w5hbIwjFZu9tqcP7XVEs
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

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

--=-w5hbIwjFZu9tqcP7XVEs
Content-Disposition: attachment; filename=patch-src_bluefish.c
Content-Type: text/x-c; name=patch-src_bluefish.c; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

--- src/bluefish.c.orig	Mon Mar 24 21:44:52 2003
+++ src/bluefish.c	Mon Mar 24 21:40:42 2003
@@ -21,6 +21,7 @@
 #include <gtk/gtk.h>
 #include <unistd.h> /* getopt() */
 #include <stdlib.h> /* getopt() exit() and abort() on Solaris */
+#include <sys/stat.h>
 
 #include "bluefish.h"
 

--=-w5hbIwjFZu9tqcP7XVEs--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1048541503.621.5.camel>