From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 14:09:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D38E71065674 for ; Mon, 7 Apr 2008 14:09:49 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id A5F4C8FC1C for ; Mon, 7 Apr 2008 14:09:49 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so1419323wfa.7 for ; Mon, 07 Apr 2008 07:09:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=R92cUwtlwqqNhyXJTNVd1ImDGRE+LZmuG63lzYNGrm4=; b=JVUgrkcsjPqlhg+OM9zSxdHKU6WaapEtB+NS9zPXSFunFe8lgKIsUmIKuxarWDLK1YPPX7xuUPYRA6n2rRYRvlEMBvdObBNXS6dxG1uYPatbWgDIPNmpFoWEBzRGMGduOxCqHmCef9QCDfcXuZLsiVYXzEGQnoYixuf/AOLSDx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=evuazqUYpWSXxsiErIMnlbPugVomLvPwW2kIGO3I61BPKvBa2RC89A5Z3OQaFak/jAOJSG/4Is74qiGWMJSYzVKw/8HLuJ6ikvr+aNQVoCaD2IaMXNBRCS5AJivIX8RlzjL5sulxqUlVgMCpdC3X7DlZVk1vdGjETIVhTCtH+SI= Received: by 10.142.135.9 with SMTP id i9mr361105wfd.286.1207577388585; Mon, 07 Apr 2008 07:09:48 -0700 (PDT) Received: by 10.142.194.10 with HTTP; Mon, 7 Apr 2008 07:09:48 -0700 (PDT) Message-ID: <845c0f80804070709l7d0fccb0i637f63f09f193c28@mail.gmail.com> Date: Mon, 7 Apr 2008 09:09:48 -0500 From: "Rance Hall" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: cups-base port question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 14:09:49 -0000 hey, I run cups for printing with the CUPS_OVERWRITE_BASE=yes set in my /etc/make.conf file. I also specify NO_LPR=yes in my /etc/src.conf (yes this is on a FreeBSD 7.0 box) After reading the ports own Makefile I have a question. if the CUPS_OVERWRITE_BASE variable is set there is a section in the Makefile that goes through and tests all the lp* commands that are installed via FreeBSD base and if they are still executable chmods them to "0" so that they are effectively "removed" from circulation. This part works fine. documentation is installed into /usr/local/man just like its supposed to be. But since the original lp* man pages are installed in /usr/share/man and since /etc/manpath.config lists /usr/share/man *BEFORE* /usr/local/man shouldnt also be true that the cups-base documentation replace/remove the pre-existing man pages in /usr/share/man that relate to lp*? I think this is a bug, but thats my opinion. I just wanted to ask and see if there are any of you who are also using cups as I am and have noticed the same thing.