From owner-freebsd-questions@FreeBSD.ORG Wed Apr 17 14:05:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A795856; Wed, 17 Apr 2013 14:05:11 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFCBAD8; Wed, 17 Apr 2013 14:05:11 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id A640A33C3C; Wed, 17 Apr 2013 10:04:59 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 961CA39860; Wed, 17 Apr 2013 10:04:57 -0400 (EDT) From: Lowell Gilbert To: Paul Kraus Subject: Re: 9.1 Postfix problem References: <459A07BB-BAD9-413D-83BA-D66BA04744B1@kraus-haus.org> Date: Wed, 17 Apr 2013 10:04:56 -0400 In-Reply-To: <459A07BB-BAD9-413D-83BA-D66BA04744B1@kraus-haus.org> (Paul Kraus's message of "Tue, 16 Apr 2013 17:16:20 -0400") Message-ID: <44a9oxtfqv.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: bapt@freebsd.org, "freebsd-questions@freebsd.org List" , jgh@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 14:05:11 -0000 Paul Kraus writes: > When building postfix under 91. I am running into an odd > problem. I use the INST_BASE option, which seems to cause the problem > (it worked fine with 9.0). The 'make' goes fine, but the 'make > install' fails when trying to install the startup script to > /usr/etc/rc.d instead of /etc/rc.d. It works fine if INST-BASE is > disabled. I looked through the Makefile but could not suss out how > that difference in configuration was actually causing the problem. > > Has anyone else run into this problem and what was the fix (or did you just install into /usr/local) ? I use /usr/local, but this seems to be a typo in the last checkin, which changed the internal names of the port options to our brave new naming scheme. If you look in the Makefile clause for installing to base, renaming the option itself went correctly, but both halves of the '.if' now invoke USE_RC_SUBR. That's correct for PREFIX, but for installing into base should be USE_RCORDER instead.