From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 17:18:08 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD03016A420 for ; Mon, 27 Feb 2006 17:18:08 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AE043D45 for ; Mon, 27 Feb 2006 17:18:08 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: (qmail 59083 invoked by uid 1001); 27 Feb 2006 17:18:07 -0000 From: Chris Shenton To: ports@freebsd.org Date: Mon, 27 Feb 2006 12:18:07 -0500 Message-ID: <867j7gd8kw.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Which ports store/use OPTIONS (/var/db/ports/portname/options)? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 17:18:08 -0000 Some ports store their configuration options into /var/db/ports/portname/options, one example is gaim. Other ports don't, like www/apache22. This is annoying because I have to remember when I rebuild it, and portupgrade won't get my needed tweaks like WITH_PROXY_MODULES. For apache22 I've set my needed tweaks in /etc/make.conf but that doesn't seem the best place, especially since the config names are so generic, like WITH_SSL_MODULES. So why do some ports save these and others don't? Am I not doing something required to get it to save these? Thanks.