From nobody@FreeBSD.org  Fri Oct 18 13:47:28 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 4584DF8B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Oct 2013 13:47:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1A29F2249
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Oct 2013 13:47:28 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9IDlRKj088009
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 18 Oct 2013 13:47:27 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9IDlR4k088004;
	Fri, 18 Oct 2013 13:47:27 GMT
	(envelope-from nobody)
Message-Id: <201310181347.r9IDlR4k088004@oldred.freebsd.org>
Date: Fri, 18 Oct 2013 13:47:27 GMT
From: sergio <lenzi.sergio@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: libgtop does not build in current
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183083
>Category:       ports
>Synopsis:       libgtop does not build in current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 13:50:00 UTC 2013
>Closed-Date:    Sat Oct 19 08:33:14 UTC 2013
>Last-Modified:  Sat Oct 19 08:40:00 UTC 2013
>Originator:     sergio
>Release:        current
>Organization:
k1sistemas
>Environment:
FreeBSD freebsd10.lenzicasa 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r256712M: Thu Oct 17 20:29:54 UTC 2013     lzt@freebsd10.lenzicasa:/usr/obj/usr/src/sys/server  amd64

>Description:
libgtop does not build
error in struct ifaddr 
>How-To-Repeat:
cd /usr/ports/libgtop
make clean all
>Fix:
change CPPFLAGS in Makefile

Add -D_WANT_IFADDR in CPPFLAGS

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Fri Oct 18 19:26:16 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183083 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Sat Oct 19 08:31:25 UTC 2013 
State-Changed-Why:  
Committed thanks. To the submitter please put the ports path in the synopsis 
line so the auto assign script can assign it to the correct maintainer. 
So in this case "devel/libgtop" instead of just "libgtop". 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183083 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183083: commit references a PR
Date: Sat, 19 Oct 2013 08:31:12 +0000 (UTC)

 Author: kwm
 Date: Sat Oct 19 08:31:06 2013
 New Revision: 330855
 URL: http://svnweb.freebsd.org/changeset/ports/330855
 
 Log:
   Fix build on 11.0-CURRENT.
   
   PR:		ports/183083
   Submitted by:	sergio <lenzi.sergio@gmail.com>
 
 Modified:
   head/devel/libgtop/Makefile
 
 Modified: head/devel/libgtop/Makefile
 ==============================================================================
 --- head/devel/libgtop/Makefile	Sat Oct 19 08:27:56 2013	(r330854)
 +++ head/devel/libgtop/Makefile	Sat Oct 19 08:31:06 2013	(r330855)
 @@ -18,7 +18,7 @@ USES=		gettext gmake pathfix pkgconfig p
  USE_GNOME=	gnomeprefix glib20 ltverhack intlhack
  USE_LDCONFIG=	yes
  USE_AUTOTOOLS=	libtool
 -CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H
 +CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
  LDFLAGS+=	-L${LOCALBASE}/lib
  CONFIGURE_ARGS=	--disable-introspection
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
