From dim@tensor.xs4all.nl  Sat Oct 18 07:56:46 2003
Return-Path: <dim@tensor.xs4all.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 39DF416A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 07:56:46 -0700 (PDT)
Received: from tensor.xs4all.nl (tensor.xs4all.nl [194.109.160.97])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC2543FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 07:56:45 -0700 (PDT)
	(envelope-from dim@tensor.xs4all.nl)
Received: by tensor.xs4all.nl (Postfix, from userid 1000)
	id 902D122848; Sat, 18 Oct 2003 16:56:42 +0200 (CEST)
Message-Id: <20031018145642.902D122848@tensor.xs4all.nl>
Date: Sat, 18 Oct 2003 16:56:42 +0200 (CEST)
From: Dimitry Andric <dim@tensor.xs4all.nl>
Reply-To: Dimitry Andric <dimitry@andric.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dimitry Andric <dim@tensor.xs4all.nl>
Subject: Apache 2 port leaves some cruft on removal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58211
>Category:       ports
>Synopsis:       Apache 2 port leaves some cruft on removal
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 08:00:33 PDT 2003
>Closed-Date:    Sat Oct 18 10:00:58 PDT 2003
>Last-Modified:  Sat Oct 18 10:00:58 PDT 2003
>Originator:     Dimitry Andric
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD tensor.xs4all.nl 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Oct 17 13:39:52 CEST 2003 root@vfbsd5.dim:/usr/obj/usr/src/sys/TENSOR i386
>Description:
On removal of the apache-2.0.47 port, the following file is left
behind:

  ${PREFIX}/www/data-dist/index.html.zh-cn.gb2312

Of course, due to this leftover file, the www/data-dist directory is
also never removed.
>How-To-Repeat:
- Install www/apache2 port.
- Remove www/apache2 port.
- Observe that ${PREFIX}/www/data-dist/index.html.zh-cn.gb2312 is
  left behind.
>Fix:
diff -urd pkg-plist.orig pkg-plist
--- pkg-plist.orig	Wed Jul  9 17:31:40 2003
+++ pkg-plist	Sat Oct 18 15:53:42 2003
@@ -1251,6 +1251,7 @@
 www/data-dist/index.html.ru.utf8
 www/data-dist/index.html.sv
 www/data-dist/index.html.var
+www/data-dist/index.html.zh-cn.gb2312
 www/data-dist/index.html.zh-tw.big5
 @unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi
 @exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error
>Release-Note:
>Audit-Trail:

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: Dimitry Andric <dimitry@andric.com>
Cc: dim@tensor.xs4all.nl, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/58211: Apache 2 port leaves some cruft on removal
Date: Sat, 18 Oct 2003 17:18:00 +0200

 On Sat, 18 Oct 2003 16:56:42 +0200 (CEST)
 Dimitry Andric <dim@tensor.xs4all.nl> wrote:
 
 Hi Dimitry !
 
 Thanks for this report, but I'm waiting apache 2.0.48 to fix all the
 nasty stuff.
 apache 2.0.48-pre4 is ready and functionnal and I'm waiting Apache
 final release to fix all this kind of problems.
 If you want to test it, you can find it here.
 http://apache.cotds.org/download/ports/devel/apache2-2.0.48-pre4.tar.gz
 
 Please, next time, contact me directly.
 
 Since apache 2.0.48 release is still pending, can someone can commit
 this patch please ?
 
 regards,
 clem
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Sat Oct 18 10:00:39 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58211 
>Unformatted:
