diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 01:53:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 01:53:07 +0000 |
commit | bc4d0f9efed55e839cef3b876b68e0df1f5b8c70 (patch) | |
tree | 3ed0ecf685ad7a7c936e78537a0d00c38cef4b28 /irc/psybnc/files/patch-ae | |
parent | New port: x11/windowmaker (diff) |
New port: psybnc
psyBNC is an extremely powerful IRC bouncer with multiple
unique features.
PR: ports/45720
Submitted by: Mina Naguib <webmaster@topfx.com>
Notes
Notes:
svn path=/head/; revision=74935
Diffstat (limited to 'irc/psybnc/files/patch-ae')
-rw-r--r-- | irc/psybnc/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/irc/psybnc/files/patch-ae b/irc/psybnc/files/patch-ae new file mode 100644 index 000000000000..5138e6cbb9e4 --- /dev/null +++ b/irc/psybnc/files/patch-ae @@ -0,0 +1,13 @@ +--- ./src/p_global.h Sun Jul 7 08:07:23 2002 ++++ ../../psybnc.mina/src/p_global.h Sun Nov 24 18:20:55 2002 +@@ -1264,8 +1264,8 @@ + #define pcontext { strmncpy(ctxt,__FILE__,sizeof(ctxt)); strmncpy(cfunc,__FUNCTION__,sizeof(cfunc)); cline=__LINE__; } + #define pmalloc(n) __pmalloc((n),__FILE__,__FUNCTION__,__LINE__) + +-#define SSLCERT "key/psybnc.cert.pem" +-#define SSLKEY "key/psybnc.key.pem" ++#define SSLCERT PSYBASE "/key/psybnc.cert.pem" ++#define SSLKEY PSYBASE "/key/psybnc.key.pem" + + #ifdef HAVE_SSL + #ifndef SSLSEC |