From owner-freebsd-ports Sun Aug 4 5: 8:19 2002 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 37FFD37B400; Sun, 4 Aug 2002 05:08:16 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A6D43E3B; Sun, 4 Aug 2002 05:08:15 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17bKBD-000F41-00; Sun, 04 Aug 2002 05:08:15 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Cc: FreeBSD Ports Subject: pkgtools.conf set configure parns Message-Id: Date: Sun, 04 Aug 2002 05:08:15 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org still no caffeine, but i can be more specific how do i code into /usr/local/etc/pkgtools.conf parameters i want to pass to ./configure (not make)? i have in /usr/local/etc/pkgtools.conf MAKE_ARGS = { 'databases/mysql323-server' => '-DDB_DIR=/usr/home/whoisd -DCONFIGURE_ARGS= --datadir=/usr/home/whoisd --localstatedir=/usr/home/whoisd --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --program-prefix="" --with-thread-safe-client' } yet, when i # portupgrade -f mysql-server-3.23.51 ---> Reinstalling 'mysql-server-3.23.51' (databases/mysql323-server) ---> Building '/usr/ports/databases/mysql323-server' with make flags: -DDB_DIR=/usr/home/whoisd -DCONFIGURE_ARGS= --datadir=/usr/home/whoisd --localstatedir=/usr/home/whoisd --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --program-prefix= --with-thread-safe-client i see cc -DDBUG_OFF -O -pipe -march=pentiumpro -o test_thr_lock -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I./../include -I../include -I.. -I. -DDBUG_OFF -O -pipe -march=pentiumpro -DMAIN ./test_thr_lock.c libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lz -lcrypt -lm -pthread note the DATADIR is /var/db/mysql despite my hack. and it does not make the threaded version, etc. etc. etc. i.e. my hack to the top level make's CONFIGURE_ARGS has no effect. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message