Fix minor nit (no bump required).

Add a comment explaining why the regress tests are disabled, as
requested by naddy@
This commit is contained in:
dcoppa 2011-09-23 07:24:04 +00:00
parent 338ac53fc2
commit 0461e12a58
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2011/09/22 14:04:08 dcoppa Exp $
# $OpenBSD: Makefile,v 1.9 2011/09/23 07:24:04 dcoppa Exp $
COMMENT= fake keyboard and mouse input
@ -33,6 +33,8 @@ FAKE_FLAGS= PREFIX="${PREFIX}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}"
# The regression test suite has way too many dependencies, so leave
# it disabled for now
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.3 2011/09/22 14:04:08 dcoppa Exp $
$OpenBSD: patch-Makefile,v 1.4 2011/09/23 07:24:04 dcoppa Exp $
--- Makefile.orig Mon May 30 09:29:58 2011
+++ Makefile Thu Sep 22 13:19:11 2011
+++ Makefile Fri Sep 23 09:18:31 2011
@@ -11,29 +11,28 @@ DINSTALLLIB=$(DESTDIR)$(INSTALLLIB)
DINSTALLMAN=$(DESTDIR)$(INSTALLMAN)
DINSTALLINCLUDE=$(DESTDIR)$(INSTALLINCLUDE)
@ -9,7 +9,7 @@ $OpenBSD: patch-Makefile,v 1.3 2011/09/22 14:04:08 dcoppa Exp $
+MAJOR?=$(shell sh version.sh --major)
+MINOR?=$(shell sh version.sh --revision)
VERSION=$(shell sh version.sh)
+LIBVER=$(MAJOR).$(MINOR)
+LIBVER?=$(MAJOR).$(MINOR)
-WARNFLAGS+=-pedantic -Wall -W -Wundef \
+WARNFLAGS+=-pedantic -W -Wundef \