From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 7 08:40:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F28437B401 for ; Thu, 7 Aug 2003 08:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A8143FA3 for ; Thu, 7 Aug 2003 08:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h77FeCUp082835 for ; Thu, 7 Aug 2003 08:40:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h77FeCxi082834; Thu, 7 Aug 2003 08:40:12 -0700 (PDT) Resent-Date: Thu, 7 Aug 2003 08:40:12 -0700 (PDT) Resent-Message-Id: <200308071540.h77FeCxi082834@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Haesu J." Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FC037B401 for ; Thu, 7 Aug 2003 08:35:38 -0700 (PDT) Received: from builder.towardex.com (occ-nocpod5gw.net3.twdx.net [65.124.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F02B43F3F for ; Thu, 7 Aug 2003 08:35:37 -0700 (PDT) (envelope-from haesu@builder.towardex.com) Received: from builder.towardex.com (localhost [127.0.0.1]) by builder.towardex.com (8.12.6/8.12.6) with ESMTP id h77FZWAa028920; Thu, 7 Aug 2003 11:35:32 -0400 (EDT) (envelope-from haesu@builder.towardex.com) Received: (from root@localhost) by builder.towardex.com (8.12.6/8.12.6/Submit) id h77FZWbc028919; Thu, 7 Aug 2003 11:35:32 -0400 (EDT) Message-Id: <200308071535.h77FZWbc028919@builder.towardex.com> Date: Thu, 7 Aug 2003 11:35:32 -0400 (EDT) From: "Haesu J." To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tech-sys@towardex.com Subject: ports/55347: pkg-plist generating errors during deinstall, broken plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Haesu J." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 15:40:13 -0000 >Number: 55347 >Category: ports >Synopsis: pkg-plist generating errors during deinstall, broken plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 07 08:40:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Haesu J. >Release: FreeBSD 4.7-STABLE i386 >Organization: TowardEX Technologies, Inc. >Environment: System: FreeBSD builder.towardex.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Jan 2 02:10:19 EST 2003 root@builder.towardex.com:/usr/src/sys/compile/BUILDER i386 >Description: pkg-plist is broken. Including patch with updated pkg-plist >How-To-Repeat: >Fix: --- pkg-plist.patch begins here --- --- pkg-plist.old Thu Aug 7 11:27:58 2003 +++ pkg-plist Thu Aug 7 11:31:04 2003 @@ -1,7 +1,7 @@ lib/gtk/themes/engines/libqtpixmap.so %%GTK2%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libqtpixmap.so -@unexec /bin/rmdir %D/lib/gtk/themes/engines || /usr/bin/true -@unexec /bin/rmdir %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines || /usr/bin/true +@exec /bin/rmdir %D/lib/gtk/themes/engines || /usr/bin/true +@exec /bin/rmdir %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines || /usr/bin/true share/themes/Geramik/README.html share/themes/Geramik/gtk-2.0/gtkrc-2.0 share/themes/Geramik/gtk/arr_d_clk2.png @@ -143,4 +143,4 @@ share/themes/Geramik/gtk/white.png @dirrm share/themes/Geramik/gtk-2.0 @dirrm share/themes/Geramik/gtk -@dirrm share/themes/Geramik \ No newline at end of file +@dirrm share/themes/Geramik --- pkg-plist.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: