From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 10 19:15:23 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24566605 for ; Thu, 10 Jul 2014 19:15:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6A1D2ABF for ; Thu, 10 Jul 2014 19:15:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AJFMcd008148 for ; Thu, 10 Jul 2014 19:15:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191703] [MAINTAINER-UPDATE][STAGING] mail/tlb Date: Thu, 10 Jul 2014 19:15:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 19:15:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191703 --- Comment #7 from Raphael Kubo da Costa --- > I understand your changes, but now it seems, that no documentation is > installed, even if selected. From the point of code i expected it to > be installed everytime, regardless of selection. Well, you can just check the package generated with `make package' yourself -- if the DOCS option is set, I get: -rw-r--r-- 0 root wheel 834 Jan 1 1970 +COMPACT_MANIFEST -rw-r--r-- 0 root wheel 2108 Jan 1 1970 +MANIFEST -rw-r--r-- 0 root wheel 17652 Jan 1 1970 +MTREE_DIRS -r-xr-xr-x 0 root wheel 47546 Jul 10 22:13 /usr/local/bin/tlb -r-xr-xr-x 0 root wheel 817 Jul 10 22:13 /usr/local/bin/mungelist -r--r--r-- 0 root wheel 3223 Jul 10 22:13 /usr/local/share/doc/tlb/FAQ -r--r--r-- 0 root wheel 3692 Jul 10 22:13 /usr/local/share/doc/tlb/INSTALL -r--r--r-- 0 root wheel 4493 Jul 10 22:13 /usr/local/share/doc/tlb/README -r--r--r-- 0 root wheel 571 Jul 10 22:13 /usr/local/share/doc/tlb/README.loglevels -r--r--r-- 0 root wheel 1038 Jul 10 22:13 /usr/local/share/doc/tlb/README.mungelist -r--r--r-- 0 root wheel 2680 Jul 10 22:13 /usr/local/share/doc/tlb/TIPS -r--r--r-- 0 root wheel 915 Jul 10 22:13 /usr/local/share/doc/tlb/TODO -r--r--r-- 0 root wheel 14174 Jul 10 22:13 /usr/local/share/doc/tlb/complete.tlb -r--r--r-- 0 root wheel 2177 Jul 10 22:13 /usr/local/share/doc/tlb/mj.tlb -r--r--r-- 0 root wheel 659 Jul 10 22:13 /usr/local/share/doc/tlb/simple.tlb drwxr-xr-x 0 root wheel 0 Jul 10 22:13 /usr/local/share/doc/tlb/ If I call `make package' with DOCS off, I get: -rw-r--r-- 0 root wheel 835 Jan 1 1970 +COMPACT_MANIFEST -rw-r--r-- 0 root wheel 1027 Jan 1 1970 +MANIFEST -rw-r--r-- 0 root wheel 17652 Jan 1 1970 +MTREE_DIRS -r-xr-xr-x 0 root wheel 47546 Jul 10 22:13 /usr/local/bin/tlb -r-xr-xr-x 0 root wheel 817 Jul 10 22:13 /usr/local/bin/mungelist This is all controlled by the %%PORTDOCS%% variable in the plist, which is set to "@comment " if DOCS is not on. -- You are receiving this mail because: You are the assignee for the bug.