pkgsrc/chat/inspircd12/patches/patch-ad
adrianp ba0b777558 1.2.0 Final
- This contains a number of (hopefully fairly small) changes which should round up, most of the fixes are config reading regressions introduced in rc4 as a result of race condition bugs found in rc3.
- A few years in the making, months in the testing, thousands of lines of code in the writing, we're finally done. 1.2.0 is ready for every day usage. A grand total of 0 issues have been reported since rc5, so we are confident that things should have settled down now, though we will remain ready to rectify any problems that arise.
- 1.2.0 is now recommended for usage.

http://www.inspircd.org/forum/showthread.php?t=6381
2009-08-29 22:42:46 +00:00

13 lines
453 B
Text

$NetBSD: patch-ad,v 1.2 2009/08/29 22:42:47 adrianp Exp $
--- make/configure.pm.orig 2009-08-28 21:16:38.000000000 +0100
+++ make/configure.pm
@@ -22,7 +22,7 @@ use POSIX;
use make::utilities;
our @EXPORT = qw(promptnumeric dumphash is_dir getmodules getrevision getcompilerflags getlinkerflags getdependencies nopedantic resolve_directory yesno showhelp promptstring_s);
-my $no_svn = 0;
+my $no_svn = 1;
sub yesno {
my ($flag,$prompt) = @_;