summaryrefslogtreecommitdiff
path: root/irc/psybnc/files/patch-ah
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-01-18 14:38:36 +0000
committerChris Rees <crees@FreeBSD.org>2013-01-18 14:38:36 +0000
commitd064f6e8957551f394919ca796dbbf8497632bee (patch)
tree4cf10d782d5ef0deed9ee34626609a14ccf898ef /irc/psybnc/files/patch-ah
parent- Update to latest snapshot 201301111154 (diff)
Interactivity is now an OPTION, thus making a package available
While here, sanitise patchfile names
Notes
Notes: svn path=/head/; revision=310609
Diffstat (limited to 'irc/psybnc/files/patch-ah')
-rw-r--r--irc/psybnc/files/patch-ah23
1 files changed, 0 insertions, 23 deletions
diff --git a/irc/psybnc/files/patch-ah b/irc/psybnc/files/patch-ah
deleted file mode 100644
index b93ae35f9bc5..000000000000
--- a/irc/psybnc/files/patch-ah
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./tools/autoconf.c Fri May 17 13:21:08 2002
-+++ ../../psybnc.mina/tools/autoconf.c Sun Nov 24 19:43:42 2002
-@@ -442,9 +442,9 @@
- fprintf(makefile,"INCLUDE = -I./src/ -I.\n");
- fprintf(makefile,"OBJS = src/psybnc.o src/match.o src/p_client.o src/p_crypt.o src/p_dcc.o src/p_hash.o src/p_idea.o src/p_inifunc.o src/p_link.o src/p_log.o src/p_memory.o src/p_network.o src/p_parse.o src/p_peer.o src/p_server.o src/p_socket.o src/p_string.o src/p_sysmsg.o src/p_userfile.o src/p_uchannel.o src/p_script.o src/p_topology.o src/p_intnet.o src/p_blowfish.o src/p_translate.o src/p_coredns.o src/snprintf.o %s\n",env);
- if(provi==0)
-- fprintf(makefile,"DEFINE = -DHAVE_CONFIG %s%s%s%s%s%s\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt);
-+ fprintf(makefile,"DEFINE = -DHAVE_CONFIG %s%s%s%s%s%s -DPSYBASE=\\\"%s\\\" -DPREFIX=\\\"%s\\\"\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt, PSYBASE, PREFIX);
- else
-- fprintf(makefile,"DEFINE = -DHAVE_PROV_CONFIG %s%s%s%s%s%s\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt);
-+ fprintf(makefile,"DEFINE = -DHAVE_PROV_CONFIG %s%s%s%s%s%s -DPSYBASE=\\\"%s\\\" -DPREFIX=\\\"%s\\\"\n",sunosopt,bigopt,ipv6opt,timeopt,sslopt,dnsopt, PSYBASE, PREFIX);
- fprintf(makefile,"TARGET = psybnc\n");
- fprintf(makefile,"\n");
- fprintf(makefile,"all: $(OBJS)\n");
-@@ -452,7 +452,7 @@
- fprintf(makefile," @strip $(TARGET)\n");
- if(ssl==0)
- {
-- if(!fexists("key/psybnc.cert.pem")) /* only create, if not exist */
-+ if(!fexists(PSYBASE "/key/psybnc.cert.pem")) /* only create, if not exist */
- {
- mkdir("key",0700);
- fprintf(makefile," @echo \"*** GENERATING SSL-KEYS FROM CERTIFICATE **\"\n");