From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 21 16:40:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F7116A401 for ; Tue, 21 Mar 2006 16:40:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8C243D75 for ; Tue, 21 Mar 2006 16:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2LGeD1c016456 for ; Tue, 21 Mar 2006 16:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2LGeDar016455; Tue, 21 Mar 2006 16:40:13 GMT (envelope-from gnats) Resent-Date: Tue, 21 Mar 2006 16:40:13 GMT Resent-Message-Id: <200603211640.k2LGeDar016455@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, Paul Schmehl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8782616A426 for ; Tue, 21 Mar 2006 16:30:56 +0000 (UTC) (envelope-from root+buttercup2@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BD143D49 for ; Tue, 21 Mar 2006 16:30:56 +0000 (GMT) (envelope-from root+buttercup2@utdallas.edu) Received: from buttercup2.utdallas.edu (buttercup2.utdallas.edu [10.110.3.83]) by smtp1.utdallas.edu (Postfix) with ESMTP id CFA75388FCA for ; Tue, 21 Mar 2006 10:30:55 -0600 (CST) Received: by buttercup2.utdallas.edu (Postfix, from userid 0) id 9D1AB108819; Tue, 21 Mar 2006 16:33:36 +0000 (UTC) Message-Id: <20060321163336.9D1AB108819@buttercup2.utdallas.edu> Date: Tue, 21 Mar 2006 16:33:36 +0000 (UTC) From: Paul Schmehl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/94789: security/barnyard - patch the Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2006 16:40:24 -0000 >Number: 94789 >Category: ports >Synopsis: security/barnyard - patch the Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 21 16:40:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 5.4-SECURITY i386 >Organization: University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 5.4-SECURITY FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix a minor problem with AUTOTOOLS - should have been aclocal:19, not automake:259 >How-To-Repeat: generates an error code about aclocal missing, but the compile is successful anyway >Fix: --- patch-Makefile begins here --- --- Makefile.orig Tue Mar 21 03:09:44 2006 +++ Makefile Tue Mar 21 03:10:01 2006 @@ -19,7 +19,7 @@ OPTIONS= MYSQL "Enable MySQL support" off \ POSTGRESQL "Enable PostgreSQL support" off -USE_AUTOTOOLS= autoheader:259 autoconf:259 +USE_AUTOTOOLS= autoheader:259 aclocal:19 USE_RC_SUBR= barnyard.sh GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: