diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 20:21:47 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 20:21:47 +0000 |
commit | 2508679812973a6b7cf6424947603556f5c2866a (patch) | |
tree | a9df30731570f8fcec9a221c33babe5713b354d4 /mail/pine4/files/patch-pico_makefile.bsf | |
parent | Removing editors/ooo-build: Has been broken for more than 6 months. (diff) |
Remove the port for Pine, and the slave port for Pico. UW has discontinued
development on the Pine branch, and is instead focusing its efforts on the
successor, Alpine. http://www.washington.edu/alpine/
Alpine has more features, much better localization, better organized
(and largely rewritten) code, is BSD licensed, and should be a drop-in
replacement in terms of configuration files.
Alpine version 1.00 was released on March 17, 2008 after over a year of
development and community testing, and has since had 2 releases for
bugfixes and new features, so it's safe to say that this is a mature
replacement.
Notes
Notes:
svn path=/head/; revision=219613
Diffstat (limited to 'mail/pine4/files/patch-pico_makefile.bsf')
-rw-r--r-- | mail/pine4/files/patch-pico_makefile.bsf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/pine4/files/patch-pico_makefile.bsf b/mail/pine4/files/patch-pico_makefile.bsf deleted file mode 100644 index e650ceb714d5..000000000000 --- a/mail/pine4/files/patch-pico_makefile.bsf +++ /dev/null @@ -1,13 +0,0 @@ ---- pico/makefile.bsf.orig Tue Oct 23 15:18:36 2001 -+++ pico/makefile.bsf Tue Oct 11 15:52:20 2005 -@@ -56,8 +56,8 @@ - # - # dependencies for the Unix versions of pico and libpico.a - # --all: pico pilot --pico pilot: libpico.a -+all: pilot -+pilot: libpico.a - - pico: main.o - $(CC) $(CFLAGS) main.o libpico.a $(LIBS) -o pico |