pkgsrc/chat/inspircd12/patches/patch-ac
adrianp fabcff0494 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

24 lines
1.1 KiB
Text

$NetBSD: patch-ac,v 1.3 2009/08/29 22:42:46 adrianp Exp $
--- configure.orig 2009-08-21 17:33:04.000000000 +0100
+++ configure
@@ -320,8 +320,8 @@ $config{EXTRA_DIR} = ""; # Is emp
if ($config{OSNAME} =~ /darwin/i)
{
$config{IS_DARWIN} = "YES";
- $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX.
- $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target.
+# $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX.
+# $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target.
$config{EXTRA_DIR} = " launchd_dir"; # Is OSX specific path.
}
$config{CC} = "g++"; # C++ compiler
@@ -874,7 +874,7 @@ if (($config{USE_OPENSSL} eq "y") && ($c
our $failed = 0;
$config{CERTGEN} ||= 'y';
-yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
+#yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
if ($config{USE_GNUTLS} eq "y") {
unless (-r "src/modules/m_ssl_gnutls.cpp") {