From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 9 17:30:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6892106566C for ; Mon, 9 Aug 2010 17:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAB1A8FC1F for ; Mon, 9 Aug 2010 17:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o79HU7T3027904 for ; Mon, 9 Aug 2010 17:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79HU7wA027897; Mon, 9 Aug 2010 17:30:07 GMT (envelope-from gnats) Date: Mon, 9 Aug 2010 17:30:07 GMT Message-Id: <201008091730.o79HU7wA027897@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Chris Cowart Cc: Subject: Re: ports/149345: sysutils/confman: [patch] fix autoconf detection of dependencies for confman X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Cowart List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 17:30:07 -0000 The following reply was made to PR ports/149345; it has been noted by GNATS. From: Chris Cowart To: arved@freebsd.org Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/149345: sysutils/confman: [patch] fix autoconf detection of dependencies for confman Date: Mon, 9 Aug 2010 09:57:32 -0700 --gz4FNQG/2iJjJcgR Content-Type: multipart/mixed; boundary="bWJzwVwZrZVVyQvz" Content-Disposition: inline --bWJzwVwZrZVVyQvz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Where is the patch? :) You raise an excellent point... :) --=20 Chris Cowart http://www.timesinks.net/ --bWJzwVwZrZVVyQvz Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="confman.patch" Content-Transfer-Encoding: quoted-printable diff -rub /usr/ports/sysutils/confman/Makefile confman.new/Makefile --- /usr/ports/sysutils/confman/Makefile 2009-11-13 01:42:00.000000000 -0800 +++ confman.new/Makefile 2010-08-05 13:50:51.000000000 -0700 @@ -7,17 +7,19 @@ =20 PORTNAME=3D confman PORTVERSION=3D 1.9.3b +PORTREVISION=3D 1 CATEGORIES=3D sysutils MASTER_SITES=3D http://www.timesinks.net/distfiles/ =20 MAINTAINER=3D ccowart@timesinks.net COMMENT=3D A revision controlled configuration manager =20 -RUN_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ +BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ svn:${PORTSDIR}/devel/subversion \ sudo:${PORTSDIR}/security/sudo \ greadlink:${PORTSDIR}/sysutils/coreutils \ wget:${PORTSDIR}/ftp/wget +RUN_DEPENDS=3D ${BUILD_DEPENDS} =20 GNU_CONFIGURE=3D yes =20 --bWJzwVwZrZVVyQvz-- --gz4FNQG/2iJjJcgR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iQIcBAEBAgAGBQJMYDN6AAoJEEpjkjrunNY1oT8QAJjuixawYT+QWyv2tPMMP76U t2wtAaFL+jwEkdTh6QgQBPPCGZFke2ptZmV7dmh6oypkUoGaIzzfIYZHbjKHe5C9 BE6MPVGYPABvr/UCnZdAVHamUn8RhgYkwM/V7UBRmoemmaUP9VnjSAHkeAi+rPzZ EzLhuaFL9mL/s8RGYgH0p1ehegW3eV8WQTs7F03FsEr/UCxpndM+BrPHnXWoEFoE gFhxj8exXIKNBt2sBQVsW/fkxskNJ4/fnpU9mdidsjKQ+XYkuHJSCU93kOAOjKYz Qk9iGLo8d8DyP8wRxZhHiF8+zm0jvnh6M/jX92mkPLmXrQhvip5aDuE5wytei5yH NFmY7GXET/UfpcT7xzehh4KcGz3hVQbbpBlLxOtikV6A1DsgsbRDpzCEWx3Vqneu F5wesSfyFxChvenmrAECeemQD/kK2e3hnt5e/bU+b+tzEsVhD2dSbb1Y74oEgviR UdkLPF60kJb03YWvFPY/F4eMMYCJs79Gj0t47ptbpAItnM2zWTUAM+LxOYyYTU+L IEnDRS8B1eJZUFra533Rz2QBgvS2hyD+yfpQw4Iyn8NaaqvX2ensJBMQohvNsIKL dCqLGmgmwXqFTBjEqgwKI7xLOf4/oi0Zkh5MtOC5nq/8gOn8gFFDaqsmNJsDBqke 3MVcGPf/rwQ7B0RKOJ2n =0qPC -----END PGP SIGNATURE----- --gz4FNQG/2iJjJcgR--