diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-08 00:34:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-08 00:34:51 +0800 |
commit | da7e00472f0003eb53473891fe244b59693ef0f9 (patch) | |
tree | 66a4a952d113607c15119d28469b05895e590d1d /mail/muttzilla/files | |
parent | 81b4d0ac77a2d148adee3500b20883e72f94a231 (diff) | |
download | freebsd-ports-gnome-da7e00472f0003eb53473891fe244b59693ef0f9.tar.gz freebsd-ports-gnome-da7e00472f0003eb53473891fe244b59693ef0f9.tar.zst freebsd-ports-gnome-da7e00472f0003eb53473891fe244b59693ef0f9.zip |
Remove yet another Netscape related ports
Diffstat (limited to 'mail/muttzilla/files')
-rw-r--r-- | mail/muttzilla/files/patch-Makefile | 26 | ||||
-rw-r--r-- | mail/muttzilla/files/patch-mutzilla.c | 44 | ||||
-rw-r--r-- | mail/muttzilla/files/patch-mzbase.c | 13 |
3 files changed, 0 insertions, 83 deletions
diff --git a/mail/muttzilla/files/patch-Makefile b/mail/muttzilla/files/patch-Makefile deleted file mode 100644 index 6eefbc7837f0..000000000000 --- a/mail/muttzilla/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Wed Jan 26 23:11:08 2000 -+++ Makefile Fri Nov 24 14:42:09 2000 -@@ -1 +1 @@ --CFLAGS = -O2 -Wall -+CFLAGS += -Wall -fPIC -@@ -7,3 +7,3 @@ --BINDIR = /usr/local/bin --LIBDIR = /usr/local/lib --ETCDIR = /etc -+BINDIR = ${PREFIX}/bin -+LIBDIR = ${PREFIX}/lib -+ETCDIR = ${PREFIX}/etc -@@ -18 +18 @@ -- $(LD) $(LDFLAGS) -o $@ $^ -+ $(CC) -shared -o $@ $> -@@ -27,5 +27,5 @@ -- install --mode=0755 muttzilla.so $(LIBDIR) -- install --mode=0755 -d $(MZLIBDIR) -- install --mode=0755 mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR) -- install --mode=0644 $(MAILERLIBS) $(MZLIBDIR) -- install --mode=0644 -b muttzilla.conf $(ETCDIR) -+ ${BSD_INSTALL_DATA} muttzilla.so $(LIBDIR) -+ -mkdir -p $(MZLIBDIR) -+ ${BSD_INSTALL_SCRIPT} mzmail.sh mzmail.py mznews.sh mznews.py $(BINDIR) -+ ${BSD_INSTALL_DATA} $(MAILERLIBS) $(MZLIBDIR) -+ ${BSD_INSTALL_DATA} muttzilla.conf $(ETCDIR) diff --git a/mail/muttzilla/files/patch-mutzilla.c b/mail/muttzilla/files/patch-mutzilla.c deleted file mode 100644 index b9fefe99b934..000000000000 --- a/mail/muttzilla/files/patch-mutzilla.c +++ /dev/null @@ -1,44 +0,0 @@ ---- muttzilla.c.orig Wed Jan 26 23:11:08 2000 -+++ muttzilla.c Mon May 12 15:22:48 2003 -@@ -26,23 +26,21 @@ - */ - - char copyright[] = -- --" --muttzilla v0.40 -- --Copyright (C) 1999-2000 Brian D. Winters -- --This library is free software; you can redistribute it and/or --modify it under the terms of the GNU Lesser General Public --License as published by the Free Software Foundation; either --version 2.1 of the License, or (at your option) any later version. -- --This library is distributed in the hope that it will be useful, --but WITHOUT ANY WARRANTY; without even the implied warranty of --MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --Lesser General Public License for more details. -- --You should have received a copy of the GNU Lesser General Public --License along with this library; if not, write to the Free Software --Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --"; -+"\n" -+"muttzilla v0.40\n" -+"\n" -+"Copyright (C) 1999-2000 Brian D. Winters\n" -+"\n" -+"This library is free software; you can redistribute it and/or\n" -+"modify it under the terms of the GNU Lesser General Public\n" -+"License as published by the Free Software Foundation; either\n" -+"version 2.1 of the License, or (at your option) any later version.\n" -+"\n" -+"This library is distributed in the hope that it will be useful,\n" -+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" -+"Lesser General Public License for more details.\n" -+"\n" -+"You should have received a copy of the GNU Lesser General Public\n" -+"License along with this library; if not, write to the Free Software\n" -+"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"; diff --git a/mail/muttzilla/files/patch-mzbase.c b/mail/muttzilla/files/patch-mzbase.c deleted file mode 100644 index 995133f85da7..000000000000 --- a/mail/muttzilla/files/patch-mzbase.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- mzbase.c.orig Sun Feb 16 16:35:13 2003 -+++ mzbase.c Sun Feb 16 16:35:28 2003 -@@ -25,6 +25,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> |