Date: Mon, 08 Sep 2014 16:47:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193183] [STAGE] net/beacon: Request MAINTAINERship, pkg-descr cleanup Message-ID: <bug-193183-13-kaNzjiBTWm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193183-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193183-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193183 --- Comment #30 from John Marino <marino@FreeBSD.org> --- (In reply to C Hutchinson from comment #29) > man(1) && perldoc(1) pages are left un-gzipped && copied to their > intended destination(s) -- really, I tried it. UNindented. > BUT if I omit that block, the man(1) && perldoc(1) pages, are packed > in their intended destination(s) -- really, I tried it. :) If you omit the block, then the default "compress-man" target runs, as you would expect. If you define "compress-man:", it doesn't matter what comes after because it will skip the default target and run it instead. > In both cases, the files DO get installed. Either gzipped | UNgzipped; > depending upon the whether MANCOMPRESSED is defined, or not. That's no surprise. It doesn't affect installation, only compression. > I have no explanation for it all. I just only discovered it. It might > be interesting to take the time to find, and unwind the logic that even > [still] permits this. But my plate [as you've already discovered] is nearly > overflowing, as it is. :) The logic is in Mk/bsd.port.mk. The point I was making is that the contents of your target (MANCOMPRESSED=yes) did nothing. The affect was from the definition of the target (the "compress-man:" line) > No. No issue, at all. It's [supposed] to only be appended to, as|if needed. > Go ahead, and issue a perldoc perllocal. You may, or may not get something. > Depending if there's any contents|exists, in your [Perl] install(s). Modify this file is not permitted (it has to have same contents at deinstallation as it does at installation) If it's designed to be modified, then just remove it from $STAGEDIR in a post-install target and remove it from pkg-plist. It is not useful (according to you) so just don't install it at all. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193183-13-kaNzjiBTWm>