From owner-freebsd-java@FreeBSD.ORG Sun Dec 7 16:38:07 2008 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C832106567A for ; Sun, 7 Dec 2008 16:38:07 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id C6D328FC1E for ; Sun, 7 Dec 2008 16:38:06 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id mB7Gdj1d022692 for ; Sun, 7 Dec 2008 11:39:46 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: java@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-60xzLscq9zlyKjbKaFHt" Organization: FreeBSD, Inc. Date: Sun, 07 Dec 2008 11:38:04 -0500 Message-Id: <1228667884.69753.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: Subject: [Fwd: portlint and USE_ANT] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2008 16:38:07 -0000 --=-60xzLscq9zlyKjbKaFHt Content-Type: multipart/mixed; boundary="=-Zwd6mkBZYJiNRzws7uoG" --=-Zwd6mkBZYJiNRzws7uoG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I received this email from a user. Is this the correct change to make to portlint? Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-Zwd6mkBZYJiNRzws7uoG Content-Disposition: inline Content-Description: Forwarded message - portlint and USE_ANT Content-Type: message/rfc822 Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id mB19ecmQ048711 for ; Mon, 1 Dec 2008 04:40:38 -0500 (EST) (envelope-from kamikaze@bsdforen.de) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id D2C7B14E271 for ; Mon, 1 Dec 2008 09:39:14 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: by hub.freebsd.org (Postfix) id D08A71065673; Mon, 1 Dec 2008 09:39:14 +0000 (UTC) Delivered-To: marcus@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB461065670 for ; Mon, 1 Dec 2008 09:39:14 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6388FC24 for ; Mon, 1 Dec 2008 09:39:14 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.117.182.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 0EEB98A0142 for ; Mon, 1 Dec 2008 10:07:58 +0100 (CET) Message-ID: <4933A965.7070202@bsdforen.de> Date: Mon, 01 Dec 2008 10:07:49 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.18 (X11/20081123) MIME-Version: 1.0 To: marcus@FreeBSD.org Subject: portlint and USE_ANT X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Content-Transfer-Encoding: quoted-printable Portlint issues a FATAL message about USE_ANT for a port of mine: # cd /usr/ports/java/phpeclipse # portlint ./ FATAL: Makefile: USE_ANT is intended only for ports that build with Ant. Y= ou should not override ``do-build'' when defining USE_ANT 1 fatal error and 0 warnings found. In my opinion my use of USE_ANT is correct, though. This is from bsd.java.mk: > USE_ANT > Should be defined when the port uses Apache Ant. Ant is thus > considered to be the sub-make command. When no 'do-build' > target is defined by the port, a default one will be set > that simply runs Ant according to MAKE_ENV, MAKE_ARGS and > ALL_TARGET. Read the documentation in bsd.port.mk for more > information. This explicitly states the possibility of defining your own do-build target. The FATAL error keeps me from running 'port test'. Regards, Dominic --=-Zwd6mkBZYJiNRzws7uoG-- --=-60xzLscq9zlyKjbKaFHt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkk7++sACgkQb2iPiv4Uz4fX8ACgsMz7YVkG1W/uRfsF6/SFz0QR F6oAn0wsyrlSWs7v+8M+Ehz2MNLCu49w =Sv+t -----END PGP SIGNATURE----- --=-60xzLscq9zlyKjbKaFHt--