From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 12:20:28 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 A042616A4CE for ; Fri, 23 Jul 2004 12:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 999EF43D49 for ; Fri, 23 Jul 2004 12:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6NCKSYn098579 for ; Fri, 23 Jul 2004 12:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6NCKS9s098578; Fri, 23 Jul 2004 12:20:28 GMT (envelope-from gnats) Date: Fri, 23 Jul 2004 12:20:28 GMT Message-Id: <200407231220.i6NCKS9s098578@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas-Martin Seck Subject: Re: ports/69266: www/squid delete existing files when "make deinstall" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 12:20:28 -0000 The following reply was made to PR ports/69266; it has been noted by GNATS. From: Thomas-Martin Seck To: Tsurutani Naoki Cc: bug-followup@freebsd.org Subject: Re: ports/69266: www/squid delete existing files when "make deinstall" Date: Fri, 23 Jul 2004 14:19:21 +0200 * Tsurutani Naoki (turutani@scphys.kyoto-u.ac.jp): > I wonder why all files are not listed in Makefile. ... Thanks for your input! I worked on this myself and my solution was to move all static parts of the package list back to pkg-plist. Adding the language specific error pages would be done in a loop over the selected languages using a hardcoded list of "official" file names, just like you propose. I'll submit an update soon. Thanks again for spotting the problem!