Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 22:18:42 +0200 (CEST)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Doug Barton <dougb@FreeBSD.org>
Subject:   ports/156651: [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH
Message-ID:  <20110425201842.C243F2029E@u18-124.dslaccess.de>
Resent-Message-ID: <201104252020.p3PKKAqM087378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156651
>Category:       ports
>Synopsis:       [patch] ports-mgmt/portmaster fix leftover if build WITH_ZSH
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 25 20:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        FreeBSD 7.4-RELEASE-p1 i386
>Organization:
>Environment:

>Description:

See tinderbox log if portmaster is build WITH_ZSH

=== Checking filesystem state
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
 48392        4 drwxr-xr-x    3 root             wheel                 512 Apr 25 19:26 usr/local/share/zsh
 48393        4 drwxr-xr-x    2 root             wheel                 512 Apr 25 19:26 usr/local/share/zsh/site-functions

=== Checking filesystem state after all packages deleted
================================================================
list of extra files and directories in / (not present on clean system but present after everything was deinstalled)
 48392        4 drwxr-xr-x    3 root             wheel                 512 Apr 25 19:26 usr/local/share/zsh
 48393        4 drwxr-xr-x    2 root             wheel                 512 Apr 25 19:26 usr/local/share/zsh/site-functions


>How-To-Repeat:

>Fix:

--- portmaster.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portmaster/Makefile,v
retrieving revision 2.42
diff -u -r2.42 Makefile
--- Makefile	15 Apr 2011 22:56:15 -0000	2.42
+++ Makefile	25 Apr 2011 20:00:23 -0000
@@ -35,6 +35,7 @@
 
 .if defined(WITH_ZSH)
 PLIST_FILES+=	share/zsh/site-functions/_portmaster
+PLIST_DIRSTRY+=	share/zsh/site-functions share/zsh
 .endif
 
 verify: checksum
--- portmaster.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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