[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/94789: security/barnyard - patch the Makefile
- To: FreeBSD-gnats-submit_(_at_)_FreeBSD_(_dot_)_org
- Subject: ports/94789: security/barnyard - patch the Makefile
- From: Paul Schmehl <pauls_(_at_)_utdallas_(_dot_)_edu>
- Date: Tue, 21 Mar 2006 16:33:36 +0000 (UTC)
- Cc:
- Reply-to: Paul Schmehl <pauls_(_at_)_utdallas_(_dot_)_edu>
- Resent-date: Tue, 21 Mar 2006 16:40:13 GMT
- Resent-from: FreeBSD-gnats-submit_(_at_)_FreeBSD_(_dot_)_org (GNATS Filer)
- Resent-message-id: <200603211640.k2LGeDar016455@freefall.freebsd.org>
- Resent-reply-to: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl <pauls@utdallas.edu>
- Resent-to: freebsd-ports-bugs_(_at_)_FreeBSD_(_dot_)_org
>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_(_dot_)_daemonology_(_dot_)_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:
_______________________________________________
freebsd-ports-bugs_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org