From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 23 14:10:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC3E16A4CE for ; Mon, 23 Feb 2004 14:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D1D43D1D for ; Mon, 23 Feb 2004 14:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1NMAPbv073596 for ; Mon, 23 Feb 2004 14:10:25 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1NMAP33073595; Mon, 23 Feb 2004 14:10:25 -0800 (PST) (envelope-from gnats) Date: Mon, 23 Feb 2004 14:10:25 -0800 (PST) Message-Id: <200402232210.i1NMAP33073595@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lars Thegler Subject: Re: ports/63230: [MAINTAINER] net/smokeping: update to 1.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Thegler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 22:10:25 -0000 The following reply was made to PR ports/63230; it has been noted by GNATS. From: Lars Thegler To: Clement Laforet Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/63230: [MAINTAINER] net/smokeping: update to 1.26 Date: Mon, 23 Feb 2004 23:05:49 +0100 Clement Laforet wrote: > without BATCH=yes, I got this error: > ===> Building for smokeping-1.26 > "Makefile", line 22: warning: duplicate script for target "doc/%.1" ignored The distribution Makefile is only run during two targets: the do-build and do-install targets. In the smokeping port, the distribution Makefile is not supposed to be run. The do-build target is disabled by NO_BUILD=yes, and the do-install target is overridden in the ports Makefile. The "Building ..." line indicates that the do-build target is not disabled after all. Do you have any idea why this might be the case on your installation? Did the patch apply cleanly? I am really sorry, but I need more information to go on. In what way does specifying BATCH=yes change the symptoms you see? /Lars