From owner-freebsd-ports Tue Jan 22 2:20:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F33037B416 for ; Tue, 22 Jan 2002 02:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MAK3s00541; Tue, 22 Jan 2002 02:20:03 -0800 (PST) (envelope-from gnats) Date: Tue, 22 Jan 2002 02:20:03 -0800 (PST) Message-Id: <200201221020.g0MAK3s00541@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hye-Shik Chang Subject: Re: ports/32805: The apache2 port overwrites configuration files. Reply-To: Hye-Shik Chang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/32805; it has been noted by GNATS. From: Hye-Shik Chang To: Glenn Johnson Cc: "David W. Chapman Jr." , freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/32805: The apache2 port overwrites configuration files. Date: Tue, 22 Jan 2002 19:18:10 +0900 Hello. Here is the patch. Can you commit this? diff -ruN apache2.orig/files/patch-Makefile.in apache2/files/patch-Makefile.in --- apache2.orig/files/patch-Makefile.in Thu Nov 22 11:30:15 2001 +++ apache2/files/patch-Makefile.in Tue Jan 22 19:02:45 2002 @@ -1,5 +1,14 @@ --- Makefile.in.orig Mon Oct 22 21:46:29 2001 -+++ Makefile.in Sat Nov 17 01:36:38 2001 ++++ Makefile.in Tue Jan 22 19:02:30 2002 +@@ -32,7 +32,7 @@ + @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) + @cd $(top_srcdir)/docs/conf; \ + for i in mime.types magic; do \ +- $(INSTALL_DATA) $$i $(sysconfdir); \ ++ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ + done; \ + for i in *-std* ssl.conf; do \ + [ -f $$i ] || continue; \ @@ -51,7 +51,7 @@ < $$i; \ for j in $(DSO_MODULES) "^EOL^"; do \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message