Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2002 21:50:01 -0800 (PST)
From:      Glenn Johnson <glennpj@charter.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32805: The apache2 port overwrites configuration files.
Message-ID:  <200201230550.g0N5o1K41638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32805; it has been noted by GNATS.

From: Glenn Johnson <glennpj@charter.net>
To: perky@fallin.lv
Cc: "David W. Chapman Jr." <dwcjr@inethouston.net>,
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201230550.g0N5o1K41638>