From owner-freebsd-questions@FreeBSD.ORG Mon May 15 16:20:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC7B16AD44 for ; Mon, 15 May 2006 16:20:07 +0000 (UTC) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs153.cnf.com (mail-cluster.cnf.com [63.230.177.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D120843D45 for ; Mon, 15 May 2006 16:20:04 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs153.cnf.com (localhost [127.0.0.1]) by ljcqs153.cnf.com (Postfix) with ESMTP id B4D7114C146; Mon, 15 May 2006 09:20:03 -0700 (PDT) Received: from ciies004.conway.prod.con-way.com (cnfdcx-131-slb-01-in.cnf.com [10.0.108.131]) by ljcqs153.cnf.com (Postfix) with ESMTP id A1F7114C0B0; Mon, 15 May 2006 09:20:03 -0700 (PDT) Received: from qgaes001.conway.prod.con-way.com ([10.40.10.68]) by ciies004.conway.prod.con-way.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 15 May 2006 09:20:03 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-mimeole: Produced By Microsoft Exchange V6.5 Date: Mon, 15 May 2006 11:20:01 -0500 Message-ID: <12AAD6CC50A25841834F43955F39B66E04464E53@qgaes001.conway.prod.con-way.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cvsup verses Portsnap Thread-Index: AcZ3dcgQEROJwr/GQtK+DOq1niyFPAAxXAvQ From: "Zimmerman, Eric" To: "Aren Olvalde Tyr" , X-OriginalArrivalTime: 15 May 2006 16:20:03.0476 (UTC) FILETIME=[6BDE1D40:01C6783B] X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: RE: Cvsup verses Portsnap 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, 15 May 2006 16:20:14 -0000 > The FreeBSD ports system + portsnap + portupgrade is a truly awesome > combination, much better than any other package management system I've > ever > used on other systems. >=20 > I'm currently working on a little port configuration tool to make tweaking > all > the port Make knobs more convenient. >=20 Portmanager already has this I believe. You can add config options to the portmanager config file and it will use them when building things. For example: ##################### # custom settings # # remove "#" to use # ##################### #textproc/docproj|JADETEX=3Dno| #java/jdk14|-DMINIMAL| #textproc/libxml2|THREADS=3Doff SCHEMA=3Don MEM_DEBUG=3Doff = XMLLINT_HIST=3Doff THREAD_ALLOC=3Doff| # # ## ##do not let portmanager update the following ports #IGNORE|editors/openoffice-1.1| #IGNORE|java/jdk14| www/horde|WITHOUT_WV=3Dyes WITHOUT_XL=3Dyes WITHOUT_X11=3Dyes = WITH_MAGICK=3Dyes| mail/imp|WITHOUT_LDAP=3Dyes WITHOUT_SMIME=3Dyes WITH_DOVECOT=3Dyes| graphics/ImageMagick|WITHOUT_X11=3Dyes| print/ghostscript-gnu|WITHOUT_X11=3Dyes| works well for me so far.