From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 22 19:20:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DBB71065780 for ; Thu, 22 Dec 2011 19:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BC8A8FC1D for ; Thu, 22 Dec 2011 19:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBMJKEu4084943 for ; Thu, 22 Dec 2011 19:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBMJKEuj084942; Thu, 22 Dec 2011 19:20:14 GMT (envelope-from gnats) Date: Thu, 22 Dec 2011 19:20:14 GMT Message-Id: <201112221920.pBMJKEuj084942@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/162526: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 19:20:15 -0000 The following reply was made to PR ports/162526; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/162526: commit references a PR Date: Thu, 22 Dec 2011 19:12:57 +0000 (UTC) mi 2011-12-22 19:12:41 UTC FreeBSD ports repository Modified files: net/minidlna Makefile net/minidlna/files BSDmakefile patch-aa Log: Cast a size_t variable to ssize_t to prevent negatives being interpreted as huge positives. Bump PORTREVISION. Explicitly turn off the "deprecated-declarations" warning, which allows to delete the NO_WERROR setting from BSDmakefile. PR: 162526 Submitted by: Wes Santee Revision Changes Path 1.5 +1 -0 ports/net/minidlna/Makefile 1.4 +1 -2 ports/net/minidlna/files/BSDmakefile 1.3 +1 -1 ports/net/minidlna/files/patch-aa _______________________________________________ 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"