From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 19:02:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00033B0; Sun, 12 Apr 2015 19:02:26 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B70DE9BF; Sun, 12 Apr 2015 19:02:26 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id F1911BDC71; Sun, 12 Apr 2015 21:02:24 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id EA3DFBDC2E; Sun, 12 Apr 2015 21:02:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id CE3362FBCAA6; Sun, 12 Apr 2015 21:02:24 +0200 (CEST) Date: Sun, 12 Apr 2015 21:02:24 +0200 From: Mathieu Arnold To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383872 - head/databases/libgda5 Message-ID: In-Reply-To: <201504121506.t3CF6w33043640@svn.freebsd.org> References: <201504121506.t3CF6w33043640@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 19:02:27 -0000 +--On 12 avril 2015 15:06:58 +0000 Koop Mast wrote: | +pre-configure: | +.if ${LIBGDA5_SLAVE} == jdbc | + @cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java | +.endif | + This should be better written as: .if ${LIBGDA5_SLAVE} == jdbc pre-configure: @cd ${WRKSRC} && ${LOCALBASE}/bin/javac getsp.java .endif so that there's no empty target to run. -- Mathieu Arnold