Date: Sun, 30 Aug 2009 20:35:55 -0500 (CDT) From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138368: security/barnyard2, new port submission, correct a typo Message-ID: <20090831013555.8F39A34782B@utd65257.utdallas.edu> Resent-Message-ID: <200908310140.n7V1e5lj050569@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090831013555.8F39A34782B>