From owner-freebsd-ports Mon May 1 3:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9483537B8A4 for ; Mon, 1 May 2000 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34059; Mon, 1 May 2000 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 195FC37B9BA for ; Mon, 1 May 2000 03:36:51 -0700 (PDT) (envelope-from atrn@zeta.org.au) Received: (qmail 23705 invoked from network); 1 May 2000 10:36:45 -0000 Received: from ppp191.dyn143.pacific.net.au (HELO ska.bsn) (210.23.143.191) by gidora.zeta.org.au with SMTP; 1 May 2000 10:36:45 -0000 Received: (from andy@localhost) by ska.bsn (8.9.3/8.9.3) id UAA45457; Mon, 1 May 2000 20:43:20 +1000 (EST) (envelope-from andy) Message-Id: <200005011043.UAA45457@ska.bsn> Date: Mon, 1 May 2000 20:43:20 +1000 (EST) From: atrn@zeta.org.au Reply-To: atrn@zeta.org.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18322: Make ici port dirrm everything it creates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18322 >Category: ports >Synopsis: Add missing dirrm's to ici's PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 1 03:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: The PR's new tool to discovered ports that don't clean up after themselves caught ici. It would leave two directories lying around. >How-To-Repeat: >Fix: @dirrm the directories in the PLIST... Here's the patch, diff -ru /usr/ports/lang/ici/pkg/PLIST ici/pkg/PLIST --- /usr/ports/lang/ici/pkg/PLIST Mon Nov 1 15:18:36 1999 +++ ici/pkg/PLIST Mon May 1 20:36:13 2000 @@ -39,5 +39,7 @@ share/doc/ici/ici.pdf @dirrm include/ici/pcre @dirrm include/ici +@dirrm lib/ici +@dirrm share/doc/ici @unexec rmdir share/doc/ici 2>/dev/null || true @unexec rmdir lib/ici 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message