From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 06:52:42 2003 Return-Path: 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 9279137B404 for ; Wed, 16 Apr 2003 06:52:42 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEF643F93 for ; Wed, 16 Apr 2003 06:52:40 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h3GDqSMT083378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 16 Apr 2003 14:52:28 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h3GDqSBx083377 for freebsd-questions@freebsd.org; Wed, 16 Apr 2003 14:52:28 +0100 (BST) (envelope-from matthew) Date: Wed, 16 Apr 2003 14:52:28 +0100 From: Matthew Seaman To: freebsd-questions@freebsd.org Message-ID: <20030416135228.GA56101@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@freebsd.org References: <200304161534.10782.a.carter@intrasoft.lu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <200304161534.10782.a.carter@intrasoft.lu> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-35.6 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: Re: portupgrade question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 13:52:42 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 16, 2003 at 03:34:10PM +0200, CARTER Anthony wrote: > If I do a make WITH_BSD_JDK=3DTRUE install >=20 > in /usr/ports/editors/openoffice, can i >=20 > portupgrade -r WITH_BSD_JDK=3DTRUE openoffice >=20 > or not? Yes, but the syntax is: portupgrade -r -m WITH_BSD_JDK=3DTRUE editors/openoffice Even better is to edit /usr/local/etc/pkgtools.conf and add the make flags to the MAKE_ARGS array: MAKE_ARGS =3D { 'editors/openoffice' =3D> 'WITH_BSD_JDK=3DTRUE', } That way, the flags are supplied without your having to always remember to include them on the command line. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+nWAcdtESqEQa7a0RAiptAJ92dKgRcOdR5GNyHZKbJ9K1MHjS/QCdEWXr rBlFd+fa9DEHpMGrSVn40nU= =GQg1 -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--