ports/138368: security/barnyard2, new port submission, correct a typo

Paul Schmehl pauls at utdallas.edu
Mon Aug 31 01:40:06 UTC 2009


>Number:         138368
>Category:       ports
>Synopsis:       security/barnyard2, new port submission, correct a typo
>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:   Mon Aug 31 01:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 7.2-STABLE FreeBSD 7.2-STABLE #12: Wed May 6 12:12:16 CDT 2009 root at hostname.utdallas.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Before I made the new port submission but after I completed
	testing, I inadvertently added a - to the --with-mysql statement
	which would cause the mysql-related portion of the build fail
	with nothing but a one-line error message that the installer
	might never notice.  The port would build fine but would not
	work with mysql as expected.

	This patch removes the extra dash which fixes the failure.
>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
--- Makefile.orig	2009-08-30 20:28:58.000000000 -0500
+++ Makefile	2009-08-30 20:29:16.000000000 -0500
@@ -29,7 +29,7 @@
 
 .if defined(WITH_MYSQL)
 USE_MYSQL=		yes
-CONFIGURE_ARGS+=	--with--mysql \
+CONFIGURE_ARGS+=	--with-mysql \
 			--with-mysql-includes=${LOCALBASE}/include/mysql \
 			--with-mysql-libraries=${LOCALBASE}/lib/mysql
 .endif
--- patch-Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list