summaryrefslogtreecommitdiff
path: root/japanese/pine/files/patch-af
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-11-11 23:45:39 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-11-11 23:45:39 +0000
commitb5ea04d10fec1b38b206391a277b05ec86e2c4e7 (patch)
tree2dfde0c06ce174e8dbc7c7e01ae7fb98040c2011 /japanese/pine/files/patch-af
parentFix user and group ownership of the installed files when they have been (diff)
Remove ports/japanese/pine.
Even though this port has some useful features, like Japanese help files and direct support for Japanese input using Canna on the Pico editor, I decided to remove this port as: 1. It seems to continue to have security problems, which no one seems to be working on. 2. mail/pine4 seems to support Japanese. 3. It doesn't seem like there will be an upgrade to this Japanize patch.
Notes
Notes: svn path=/head/; revision=69930
Diffstat (limited to 'japanese/pine/files/patch-af')
-rw-r--r--japanese/pine/files/patch-af37
1 files changed, 0 insertions, 37 deletions
diff --git a/japanese/pine/files/patch-af b/japanese/pine/files/patch-af
deleted file mode 100644
index 8c0b03077df9..000000000000
--- a/japanese/pine/files/patch-af
+++ /dev/null
@@ -1,37 +0,0 @@
-*** imap/ANSI/c-client/Makefile.orig Tue Jan 21 14:26:05 1997
---- imap/ANSI/c-client/Makefile Tue Jan 21 14:38:27 1997
-***************
-*** 36,43 ****
- BINARIES=mail.o bezerk.o mtx.o tenex2.o mbox.o mh.o mmdf.o imap2.o pop3.o \
- news.o nntpcunx.o phile.o dummy.o smtp.o nntp.o rfc822.o misc.o \
- osdep.o sm_unix.o newsrc.o
-! CC=cc
-! CFLAGS=$(EXTRACFLAGS)
- DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
- LN=ln -s
- MAKE=make
---- 36,43 ----
- BINARIES=mail.o bezerk.o mtx.o tenex2.o mbox.o mh.o mmdf.o imap2.o pop3.o \
- news.o nntpcunx.o phile.o dummy.o smtp.o nntp.o rfc822.o misc.o \
- osdep.o sm_unix.o newsrc.o
-! #CC=cc
-! #CFLAGS=$(EXTRACFLAGS)
- DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
- LN=ln -s
- MAKE=make
-***************
-*** 125,130 ****
---- 125,137 ----
- STDPROTO=bezerkproto MAILSPOOL=/var/mail \
- ACTIVEFILE=/usr/lib/news/active NEWSSPOOL=/usr/spool/news \
- RSHPATH=/usr/bin/rsh CFLAGS="-g -O -pipe -DNFSKLUDGE $(EXTRACFLAGS)"
-+
-+ bsf: # FreeBSD
-+ $(MAKE) $(ARCHIVE) OS=bsi EXTRADRIVERS="$(EXTRADRIVERS)" \
-+ STDPROTO=bezerkproto MAILSPOOL=/var/mail \
-+ ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
-+ RSHPATH=/usr/bin/rsh CFLAGS="${CFLAGS} -DNFSKLUDGE $(EXTRACFLAGS)" \
-+ LDFLAGS="-lcrypt"
-
- cvx: # Convex
- $(MAKE) mtest OS=$@ EXTRADRIVERS="$(EXTRADRIVERS)" \