From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 20 08:30:03 2009 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 33B73106566B for ; Sun, 20 Dec 2009 08:30:03 +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 E9EB78FC15 for ; Sun, 20 Dec 2009 08:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBK8U2ZR016584 for ; Sun, 20 Dec 2009 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBK8U2j7016581; Sun, 20 Dec 2009 08:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 20 Dec 2009 08:30:02 GMT Resent-Message-Id: <200912200830.nBK8U2j7016581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DF02106566B for ; Sun, 20 Dec 2009 08:29:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3CFD58FC14 for ; Sun, 20 Dec 2009 08:29:34 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBK8TYsn013924 for ; Sun, 20 Dec 2009 08:29:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBK8TYP4013923; Sun, 20 Dec 2009 08:29:34 GMT (envelope-from nobody) Message-Id: <200912200829.nBK8TYP4013923@www.freebsd.org> Date: Sun, 20 Dec 2009 08:29:34 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141797: [PATCH] ports/sysutils/nut (Makefile) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 08:30:03 -0000 >Number: 141797 >Category: ports >Synopsis: [PATCH] ports/sysutils/nut (Makefile) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 20 08:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-STABLE >Organization: Technica-03, Inc. >Environment: FreeBSD datacenter.technica-03.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Dec 19 12:28:13 EET 2009 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: ===> Configuring for nut-2.4.1_2 aclocal.m4:16: warning: this file was generated for autoconf 2.61. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. >How-To-Repeat: # /usr/ports/sysutils/nut # make >Fix: View patch + add neon29 Patch attached with submission follows: --- Makefile.orig 2009-12-20 08:25:58.000000000 +0200 +++ Makefile 2009-12-20 10:17:00.000000000 +0200 @@ -127,7 +127,7 @@ .endif .if !defined(WITHOUT_NEON) -LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +LIB_DEPENDS+= neon.29:${PORTSDIR}/www/neon29 CONFIGURE_ARGS+= --with-neonxml MAN8+= netxml-ups.8 PLIST_SUB+= NUT_NEON="" @@ -165,6 +165,10 @@ CONFIGURE_ARGS+= --without-ipv6 .endif +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} \ + ${AUTORECONF} -f -i) + post-patch: @${REINPLACE_CMD} -e 's|Release-Note: >Audit-Trail: >Unformatted: