From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 07:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 5906BC92 for ; Thu, 26 Sep 2013 07:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 386AF2164 for ; Thu, 26 Sep 2013 07:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8Q7024J020518 for ; Thu, 26 Sep 2013 07:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8Q702if020517; Thu, 26 Sep 2013 07:00:02 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 07:00:02 GMT Resent-Message-Id: <201309260700.r8Q702if020517@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sten Spans Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2779FB06 for ; Thu, 26 Sep 2013 06:54:45 +0000 (UTC) (envelope-from sten@mx1.blinkenlights.nl) Received: from mx1.blinkenlights.nl (mx1.blinkenlights.nl [IPv6:2a02:898:17:8000::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF926211F for ; Thu, 26 Sep 2013 06:54:44 +0000 (UTC) Received: by mx1.blinkenlights.nl (Postfix, from userid 1001) id 9CA8B1141C; Thu, 26 Sep 2013 08:54:41 +0200 (CEST) Message-Id: <20130926065441.9CA8B1141C@mx1.blinkenlights.nl> Date: Thu, 26 Sep 2013 08:54:41 +0200 (CEST) From: Sten Spans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182397: net/ladvd: fix undeclared _POSIX_HOST_NAME_MAX on HEAD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sten Spans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 07:00:02 -0000 >Number: 182397 >Category: ports >Synopsis: net/ladvd: fix undeclared _POSIX_HOST_NAME_MAX on HEAD >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 26 07:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sten Spans >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD towel.blinkenlights.nl 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: [REL - head-amd64-default][net/ladvd] Failed for ladvd-1.0.2 in build You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: sten@blinkenlights.nl Last committer: bapt@FreeBSD.org Ident: $FreeBSD: head/net/ladvd/Makefile 327755 2013-09-20 22:10:23Z bapt $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-09-26_00h44m15s/l ogs/ladvd-1.0.2.log >How-To-Repeat: >Fix: Add limits.h include to cli.c diff -Nru ladvd.orig/Makefile ladvd/Makefile --- ladvd.orig/Makefile 2012-11-17 07:00:04.000000000 +0100 +++ ladvd/Makefile 2013-09-26 08:49:24.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= ladvd PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GOOGLE_CODE \ http://blinkenlights.nl/software/ladvd/ diff -Nru ladvd.orig/files/patch-limits.h ladvd/files/patch-limits.h --- ladvd.orig/files/patch-limits.h 1970-01-01 01:00:00.000000000 +0100 +++ ladvd/files/patch-limits.h 2013-09-26 08:47:25.000000000 +0200 @@ -0,0 +1,10 @@ +--- src/cli.c.orig 2013-09-26 08:46:08.000000000 +0200 ++++ src/cli.c 2013-09-26 08:46:22.000000000 +0200 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + extern struct proto protos[]; + int status = EXIT_SUCCESS; >Release-Note: >Audit-Trail: >Unformatted: