summaryrefslogtreecommitdiff
path: root/chat/inspircd
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-08-25 10:15:40 +0000
committeradrianp <adrianp@pkgsrc.org>2007-08-25 10:15:40 +0000
commitb917b50801e1836df05b2560f40edb62bcdc5477 (patch)
treec0ffedf7a7e4d59d037c3e466fd492d4e08f2b50 /chat/inspircd
parent1fa7acac66df8d94f35c9acd3bd8a3d021b1cfb9 (diff)
downloadpkgsrc-b917b50801e1836df05b2560f40edb62bcdc5477.tar.gz
Add patch-ac missed during the update which stops files from being installed
outside of ${PREFIX}
Diffstat (limited to 'chat/inspircd')
-rw-r--r--chat/inspircd/distinfo3
-rw-r--r--chat/inspircd/patches/patch-ac21
2 files changed, 23 insertions, 1 deletions
diff --git a/chat/inspircd/distinfo b/chat/inspircd/distinfo
index 20b1a466ef3..66b890f2cef 100644
--- a/chat/inspircd/distinfo
+++ b/chat/inspircd/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2007/08/25 09:21:15 adrianp Exp $
+$NetBSD: distinfo,v 1.4 2007/08/25 10:15:40 adrianp Exp $
SHA1 (InspIRCd-1.1.12.tar.bz2) = d9128ea358fd385d92c37e039ac9d2ae80da99d1
RMD160 (InspIRCd-1.1.12.tar.bz2) = eabaa1dc351c71978e6b5a0548fad3b17f888ede
Size (InspIRCd-1.1.12.tar.bz2) = 501185 bytes
SHA1 (patch-aa) = d62675b6ace79ba5c0c0c4db2b4f9454346170c3
SHA1 (patch-ab) = 683344dc906be076aaed688924bfad4e4aabe508
+SHA1 (patch-ac) = eea1d7f76704b1e382025f71d97fcdb4ed971581
diff --git a/chat/inspircd/patches/patch-ac b/chat/inspircd/patches/patch-ac
new file mode 100644
index 00000000000..e3b7b1380ae
--- /dev/null
+++ b/chat/inspircd/patches/patch-ac
@@ -0,0 +1,21 @@
+$NetBSD: patch-ac,v 1.3 2007/08/25 10:15:41 adrianp Exp $
+
+--- configure.orig 2007-08-20 22:06:16.000000000 +0100
++++ configure
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/pkg/bin/perl
+ ###################################################
+ # InspIRCd Configuration Script
+ #
+@@ -230,8 +230,8 @@ $config{EXTRA_DIR} = ""; #
+ 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