ports/94789: security/barnyard - patch the Makefile

Paul Schmehl pauls at utdallas.edu
Tue Mar 21 16:40:24 UTC 2006


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



More information about the freebsd-ports-bugs mailing list