From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 16:43:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0EBAE3; Wed, 30 Jul 2014 16:43:41 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 195732758; Wed, 30 Jul 2014 16:43:40 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id a1so1456221wgh.23 for ; Wed, 30 Jul 2014 09:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=b7jFm5TpUdCKoSnRoTZkKCQgLo3WP7DCVlVXYN3Etlo=; b=YUiziG3b93Eazfix/cZzz+zOBK/+knMtmvPD+qT5THfJOQBocW/j9neh8Z0cFfbOsN e58wAhw4tS6BsC0osqepTXib/BSTaG8QEJQ5DAYRtJV7wzOLE3D8PcoYnfhQpSYfuUEz fAsgyo84eyN1lPx26udkPHUMKkjORQmQppC63Fa0Z1JKjKBhnZadhYnf1o8vqRDnYj/G wD4ni5zQ/774Q5YLXubOIAmeCugWX4lMMcYNZlojxXn6r5szQKpaMwl9T71jHvm9FZv7 alOkc+dJpc7fqvgauDHnkv+xulWfAmlsGz3/LYcFSqro9O2JdmWe6ZPI5GLBg9iLydJb UiMA== X-Received: by 10.194.134.70 with SMTP id pi6mr8114090wjb.1.1406738618896; Wed, 30 Jul 2014 09:43:38 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id f6sm6711704wja.25.2014.07.30.09.43.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Jul 2014 09:43:37 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 30 Jul 2014 18:43:35 +0200 From: Baptiste Daroussin To: Cy Schubert Subject: Re: svn commit: r363477 - head/sysutils/cfengine36 Message-ID: <20140730164334.GL37672@ivaldir.etoilebsd.net> References: <20140730144101.GK37672@ivaldir.etoilebsd.net> <201407301531.s6UFVg4e004528@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eWbcAUUbgrfSEG1c" Content-Disposition: inline In-Reply-To: <201407301531.s6UFVg4e004528@slippy.cwsent.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Cy Schubert X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 16:43:42 -0000 --eWbcAUUbgrfSEG1c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is a new attempt: https://people.freebsd.org/~bapt/cfengine36.diff This version keep your initial m4 patch and regenerate the configure. Because I wasn't able to regenerate properly with the bsd.autotools.mk framework I simply run the right autoreconf command in pre-configure target. As USES=libtool patch target happens after pre-configure then the uses works properly Which leads to proper building of the lib (and the .so.3 being correctly created) INSTALL_TARGET=install-strip makes sure your binary are stripped the options helpers are simply cosmetics USES=pgsql is the new proper way to hangle dependencies on pgsql :) regards, Bapt --eWbcAUUbgrfSEG1c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlPZILYACgkQ8kTtMUmk6Exk4ACgr1TPm4d0WH3zsAYx1M3fKAa3 RkAAn2tXT3wRklupq/aZewETD/vDm9KI =p+AJ -----END PGP SIGNATURE----- --eWbcAUUbgrfSEG1c--