From owner-cvs-ports@FreeBSD.ORG Wed Aug 30 00:39:09 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3396F16A4DA; Wed, 30 Aug 2006 00:39:09 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C2743D49; Wed, 30 Aug 2006 00:39:08 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7U0d7da079157; Wed, 30 Aug 2006 00:39:07 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7U0d71K079155; Wed, 30 Aug 2006 00:39:07 GMT (envelope-from shaun) Message-Id: <200608300039.k7U0d71K079155@repoman.freebsd.org> From: Shaun Amott Date: Wed, 30 Aug 2006 00:39:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/inn Makefile ports/news/inn/files patch-lib_innconf.c ports/news/inn-current Makefile ports/news/inn-current/files patch-lib_innconf.c ports/news/inn-stable Makefile ports/news/inn-stable/files patch-lib_innconf.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 00:39:09 -0000 shaun 2006-08-30 00:39:07 UTC FreeBSD ports repository Modified files: news/inn Makefile news/inn-current Makefile news/inn-stable Makefile Added files: news/inn/files patch-lib_innconf.c news/inn-current/files patch-lib_innconf.c news/inn-stable/files patch-lib_innconf.c Log: For the inn ports: - Fix build in the case where the host machine has either no DNS, or an incomplete hostname. - Use a generic placeholder in the default config file rather than the build machine's name. - Pet portlint(1) while here. Revision Changes Path 1.75 +5 -3 ports/news/inn-current/Makefile 1.1 +11 -0 ports/news/inn-current/files/patch-lib_innconf.c (new) 1.114 +4 -2 ports/news/inn-stable/Makefile 1.1 +11 -0 ports/news/inn-stable/files/patch-lib_innconf.c (new) 1.80 +2 -13 ports/news/inn/Makefile 1.1 +11 -0 ports/news/inn/files/patch-lib_innconf.c (new)