mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Unbreak after the lateest update of irc/epic4.
Update a URL in pkg-descr.
This commit is contained in:
parent
ef643ccd5c
commit
afc62d9a4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73982
@ -14,6 +14,5 @@ MASTERDIR= ${.CURDIR}/../../irc/epic4
|
||||
COMMENT= ${.CURDIR}/pkg-comment
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
||||
PATCH_STRIP= -p1
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/Makefile.in.orig Thu Aug 24 04:29:55 2000
|
||||
+++ epic4-0.9.9/source/Makefile.in Mon Dec 4 03:45:30 2000
|
||||
--- source/Makefile.in.orig Thu Aug 24 04:29:55 2000
|
||||
+++ source/Makefile.in Mon Dec 4 03:45:30 2000
|
||||
@@ -17,7 +17,7 @@
|
||||
ircsig.o keys.o lastlog.o list.o log.o mail.o names.o network.o \
|
||||
newio.o notice.o notify.o numbers.o output.o parse.o queue.o reg.o \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/include/config.h.orig Sat Sep 23 00:59:49 2000
|
||||
+++ epic4-0.9.9/include/config.h Mon Dec 4 03:44:17 2000
|
||||
--- include/config.h.orig Sat Sep 23 00:59:49 2000
|
||||
+++ include/config.h Mon Dec 4 03:44:17 2000
|
||||
@@ -370,7 +370,7 @@
|
||||
#define DEFAULT_HELP_PROMPT 1
|
||||
#define DEFAULT_HELP_WINDOW 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/include/defs.h.orig Mon Dec 4 03:44:17 2000
|
||||
+++ epic4-0.9.9/include/defs.h Mon Dec 4 03:44:17 2000
|
||||
--- include/defs.h.orig Mon Dec 4 03:44:17 2000
|
||||
+++ include/defs.h Mon Dec 4 03:44:17 2000
|
||||
@@ -0,0 +1,261 @@
|
||||
+/* include/defs.h. Generated automatically by configure. */
|
||||
+/* include/defs.h.in. Generated automatically from configure.in by autoheader. */
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/input.c.orig Sat Sep 23 01:07:16 2000
|
||||
+++ epic4-0.9.9/source/input.c Mon Dec 4 03:49:56 2000
|
||||
--- source/input.c.orig Sat Sep 23 01:07:16 2000
|
||||
+++ source/input.c Mon Dec 4 03:49:56 2000
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "vars.h"
|
||||
#include "window.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/kanji.c.orig Mon Dec 4 03:44:17 2000
|
||||
+++ epic4-0.9.9/source/kanji.c Mon Dec 4 03:44:17 2000
|
||||
--- source/kanji.c.orig Mon Dec 4 03:44:17 2000
|
||||
+++ source/kanji.c Mon Dec 4 03:44:17 2000
|
||||
@@ -0,0 +1,133 @@
|
||||
+/* kanji.c */
|
||||
+#include "kanji.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/include/kanji.h.orig Mon Dec 4 03:44:17 2000
|
||||
+++ epic4-0.9.9/include/kanji.h Mon Dec 4 03:44:17 2000
|
||||
--- include/kanji.h.orig Mon Dec 4 03:44:17 2000
|
||||
+++ include/kanji.h Mon Dec 4 03:44:17 2000
|
||||
@@ -0,0 +1,9 @@
|
||||
+/* kanji.h */
|
||||
+#ifndef __kanji_h__
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/parse.c.orig Wed Aug 16 02:25:44 2000
|
||||
+++ epic4-0.9.9/source/parse.c Mon Dec 4 03:44:17 2000
|
||||
--- source/parse.c.orig Wed Aug 16 02:25:44 2000
|
||||
+++ source/parse.c Mon Dec 4 03:44:17 2000
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "notify.h"
|
||||
#include "notice.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/screen.c.orig Thu Aug 10 09:28:50 2000
|
||||
+++ epic4-0.9.9/source/screen.c Mon Dec 4 03:44:17 2000
|
||||
--- source/screen.c.orig Thu Aug 10 09:28:50 2000
|
||||
+++ source/screen.c Mon Dec 4 03:44:17 2000
|
||||
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/server.c.orig Fri Sep 29 03:16:55 2000
|
||||
+++ epic4-0.9.9/source/server.c Mon Dec 4 03:44:17 2000
|
||||
--- source/server.c.orig Fri Sep 29 03:16:55 2000
|
||||
+++ source/server.c Mon Dec 4 03:44:17 2000
|
||||
@@ -826,6 +826,7 @@
|
||||
char buffer[BIG_BUFFER_SIZE * 3 + 1]; /* make this buffer *much*
|
||||
* bigger than needed */
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/source/term.c.orig Tue Aug 22 02:48:46 2000
|
||||
+++ epic4-0.9.9/source/term.c Mon Dec 4 03:44:17 2000
|
||||
--- source/term.c.orig Tue Aug 22 02:48:46 2000
|
||||
+++ source/term.c Mon Dec 4 03:44:17 2000
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- epic4-0.9.9/include/term.h.orig Thu Feb 10 05:07:39 2000
|
||||
+++ epic4-0.9.9/include/term.h Mon Dec 4 03:44:17 2000
|
||||
--- include/term.h.orig Thu Feb 10 05:07:39 2000
|
||||
+++ include/term.h Mon Dec 4 03:44:17 2000
|
||||
@@ -30,6 +30,11 @@
|
||||
static int putchar_x (int c) { return fputc((int) c, current_ftarget ); }
|
||||
#endif
|
||||
|
@ -12,4 +12,4 @@ WWW: http://www.epicsol.org/
|
||||
Japanese support patch was originally done by Atsushi Tagami
|
||||
<tagami@pp.iij4u.or.jp> and made available at the following web site.
|
||||
|
||||
http://www2.freeweb.ne.jp/~atsu/epic/index.html
|
||||
http://atsu.hp.infoseek.co.jp/epic/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user