FreeBSD Bugzilla – Attachment 129894 Details for
Bug 173959
[PATCH] irc/inspircd: update to 2.0.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
inspircd-2.0.9.patch
inspircd-2.0.9.patch (text/plain), 2.67 KB, created by
Mark Felder
on 2012-11-27 23:00:00 UTC
(
hide
)
Description:
inspircd-2.0.9.patch
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2012-11-27 23:00:00 UTC
Size:
2.67 KB
patch
obsolete
>diff -ruN --exclude=CVS ../inspircd.orig/Makefile ./Makefile >--- ../inspircd.orig/Makefile 2012-11-16 23:58:28.000000000 -0600 >+++ ./Makefile 2012-11-27 16:55:55.505536918 -0600 >@@ -6,7 +6,7 @@ > # > > PORTNAME= inspircd >-PORTVERSION= 2.0.8 >+PORTVERSION= 2.0.9 > CATEGORIES= irc > MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ > DISTNAME= InspIRCd-${PORTVERSION} >@@ -14,6 +14,9 @@ > MAINTAINER= feld@feld.me > COMMENT= A modular C++ IRC daemon > >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/docs/COPYING >+ > CONFLICTS= inspircd-1.* > > USE_BZIP2= yes >@@ -39,7 +42,6 @@ > --prefix=${PREFIX}/lib/${PORTNAME} --binary-dir=${PREFIX}/bin \ > --enable-kqueue --disable-interactive \ > --uid=${INSPIRCD_UID} >-PORTDOCS= docs/* extras/* > > OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAPAUTH LDAPOPER GNUTLS OPENSSL PCRE POSIX > OPTIONS_DEFAULT= POSIX >@@ -138,6 +140,9 @@ > cd ${WRKSRC} && ./${CONFIGURE_SCRIPT} --enable-extras=${EXTRAS} ; \ > fi > >+post-patch: >+ @${REINPLACE_CMD} -e 's|DATA_PATH "/inspircd.pid"|"/var/run/inspircd/inspircd.pid"|' ${WRKSRC}/src/inspircd.cpp >+ > post-install: > @${STRIP_CMD} ${PREFIX}/lib/${PORTNAME}/modules/*.so > @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} >diff -ruN --exclude=CVS ../inspircd.orig/distinfo ./distinfo >--- ../inspircd.orig/distinfo 2012-11-25 08:29:35.000000000 -0600 >+++ ./distinfo 2012-11-27 11:30:45.000000000 -0600 >@@ -1,2 +1,2 @@ >-SHA256 (InspIRCd-2.0.8.tar.bz2) = 5fd57df1a2a10f480aefc61272f22fdd8addb5ab3a544582235377b8fa8b9296 >-SIZE (InspIRCd-2.0.8.tar.bz2) = 591761 >+SHA256 (InspIRCd-2.0.9.tar.bz2) = 25222aa22f51e77e27f594acec0c76d7b8f131b6f167c1f3bd9a6ae6a6c0b214 >+SIZE (InspIRCd-2.0.9.tar.bz2) = 595123 >diff -ruN --exclude=CVS ../inspircd.orig/files/patch-src_inspircd.cpp ./files/patch-src_inspircd.cpp >--- ../inspircd.orig/files/patch-src_inspircd.cpp 2012-11-25 08:29:35.000000000 -0600 >+++ ./files/patch-src_inspircd.cpp 1969-12-31 18:00:00.000000000 -0600 >@@ -1,11 +0,0 @@ >---- src/inspircd.cpp.orig 2010-12-11 15:07:45.000000000 +0900 >-+++ src/inspircd.cpp 2010-12-11 15:08:11.000000000 +0900 >-@@ -274,7 +274,7 @@ >- { >- std::string fname(filename); >- if (fname.empty()) >-- fname = "data/inspircd.pid"; >-+ fname = "/var/run/inspircd/inspircd.pid"; >- std::ofstream outfile(fname.c_str()); >- if (outfile.is_open()) >- { >diff -ruN --exclude=CVS ../inspircd.orig/pkg-plist ./pkg-plist >--- ../inspircd.orig/pkg-plist 2012-11-25 08:29:35.000000000 -0600 >+++ ./pkg-plist 2012-11-27 12:04:07.000000000 -0600 >@@ -218,6 +218,7 @@ > lib/inspircd/modules/m_testnet.so > lib/inspircd/modules/m_timedbans.so > lib/inspircd/modules/m_tline.so >+lib/inspircd/modules/m_topiclock.so > lib/inspircd/modules/m_uhnames.so > lib/inspircd/modules/m_uninvite.so > lib/inspircd/modules/m_userip.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173959
: 129894