Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 16:33:36 +0000 (UTC)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94789: security/barnyard - patch the Makefile
Message-ID:  <20060321163336.9D1AB108819@buttercup2.utdallas.edu>
Resent-Message-ID: <200603211640.k2LGeDar016455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060321163336.9D1AB108819>