- fix MASTER_SITES - enable tests (including patches for slightly different outputs) - remove do-install target, installation is done with provided Makefile - remove patches for examples and s/getopt/gnugetopt/ in post-extract - rework/regen patches OK aja@
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
$OpenBSD: patch-tests_invocation_without_parameters_stderr,v 1.1 2014/12/10 20:46:57 rpe Exp $
|
|
--- tests/invocation_without_parameters.stderr.orig Mon Dec 8 12:44:31 2014
|
|
+++ tests/invocation_without_parameters.stderr Mon Dec 8 12:44:38 2014
|
|
@@ -1,2 +1,2 @@
|
|
-getopt: missing optstring argument
|
|
-Try `getopt --help' for more information.
|
|
+gnugetopt: missing optstring argument
|
|
+Try `gnugetopt --help' for more information.
|