pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/inspircd Add patch-ac missed during the update wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa58bff5f449
branches: trunk
changeset: 532633:fa58bff5f449
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Aug 25 10:15:40 2007 +0000
description:
Add patch-ac missed during the update which stops files from being installed
outside of ${PREFIX}
diffstat:
chat/inspircd/distinfo | 3 ++-
chat/inspircd/patches/patch-ac | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r a9afac05bf48 -r fa58bff5f449 chat/inspircd/distinfo
--- a/chat/inspircd/distinfo Sat Aug 25 10:00:53 2007 +0000
+++ b/chat/inspircd/distinfo Sat Aug 25 10:15:40 2007 +0000
@@ -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 -r a9afac05bf48 -r fa58bff5f449 chat/inspircd/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/inspircd/patches/patch-ac Sat Aug 25 10:15:40 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index