From owner-freebsd-ports Tue Jan 22 21:50:14 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 24F4F37B428 for ; Tue, 22 Jan 2002 21:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0N5o1K41638; Tue, 22 Jan 2002 21:50:01 -0800 (PST) (envelope-from gnats) Date: Tue, 22 Jan 2002 21:50:01 -0800 (PST) Message-Id: <200201230550.g0N5o1K41638@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Glenn Johnson Subject: Re: ports/32805: The apache2 port overwrites configuration files. Reply-To: Glenn Johnson 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: Glenn Johnson To: perky@fallin.lv 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 23:46:50 -0600 On Tue, Jan 22, 2002 at 07:18:10PM +0900, Hye-Shik Chang wrote: > 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 \ There was a commit just made to the port but the problem still remains. I just reinstalled the port and it overwrote my mime.types file. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message