summaryrefslogtreecommitdiff
path: root/mail/aileron/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /mail/aileron/files
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes: svn path=/head/; revision=129234
Diffstat (limited to 'mail/aileron/files')
-rw-r--r--mail/aileron/files/patch-Makefile64
-rw-r--r--mail/aileron/files/patch-aa13
-rw-r--r--mail/aileron/files/patch-ab11
3 files changed, 0 insertions, 88 deletions
diff --git a/mail/aileron/files/patch-Makefile b/mail/aileron/files/patch-Makefile
deleted file mode 100644
index 9a9001da0c4f..000000000000
--- a/mail/aileron/files/patch-Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
---- Makefile.orig Fri Nov 23 02:53:00 2001
-+++ Makefile Wed Aug 28 13:38:08 2002
-@@ -1,45 +1,35 @@
--
--
--SHELL = /bin/sh
--CC = gcc
--INSTALL = /bin/cp -r
--INSTALLDIR = $(DESTDIR)/usr/lib/GNUstep/Apps/Aileron.app
-+CC ?= gcc
-+INSTALL = /bin/cp
-+INSTALLDIR = ${X11BASE}/GNUstep/Apps/Aileron.app
- IMAGES = images
- MISCFILES = AUTHORS.html
-
-+TARGET = Aileron
-
--TARGET=Aileron
--
--CFLAGS= `get-wings-flags --cflags` -I. -I/usr/include/c-client -Wall \
--#-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \
--#-Werror
-+CFLAGS += `get-wings-flags --cflags` -I. -I${LOCALBASE}/include/c-client -Wall
-
-+LDFLAGS = `get-wings-flags --ldflags` -L${X11BASE}/lib
-
--
--LDFLAGS=`get-wings-flags --ldflags` -L/usr/X11R6/lib
--
--LIBS= `get-wings-flags --libs` -lWMaker -lc-client -lcrypt
--#-lefence
-+LIBS= `get-wings-flags --libs` -lWMaker -lc-client4 -lcrypt
-
- MODULES = Addresses.o Aileron.o Composer.o Find.o HTMLParser.o Info.o \
- MailBox.o Mailboxes.o Menu.o Preferences.o TimeStamp.o HTMLWriter.o
-
--all: $(TARGET)
-+all: ${TARGET}
-
- install:
-- strip $(TARGET)
-- mkdir -p $(INSTALLDIR)
-- $(INSTALL) $(TARGET) $(MISCFILES) $(IMAGES) $(INSTALLDIR)
-+ strip ${TARGET}
-+ mkdir -p ${INSTALLDIR}
-+ ${INSTALL} -R ${TARGET} ${MISCFILES} ${IMAGES} ${INSTALLDIR}
-
- clean:
-- rm -f $(MODULES) $(TARGET) core *~
-+ rm -f ${MODULES} ${TARGET} core *~
-
- distclean:
-- rm -f $(MODULES) $(TARGET) core
-+ rm -f ${MODULES} ${TARGET} core
-
--$(TARGET): $(MODULES) Aileron.h
-- $(CC) -g -o $(TARGET) $(MODULES) $(LIBS) $(LDFLAGS)
-+${TARGET}: ${MODULES} Aileron.h
-+ ${CC} -o ${TARGET} ${MODULES} ${LIBS} ${LDFLAGS}
-
- .c.o:
-- $(CC) $(CFLAGS) -g -c $< -o $@
--
-+ ${CC} ${CFLAGS} -c $< -o $@
diff --git a/mail/aileron/files/patch-aa b/mail/aileron/files/patch-aa
deleted file mode 100644
index 4ba12a5e73d3..000000000000
--- a/mail/aileron/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Mailboxes.c.orig Sat Aug 30 18:08:05 2003
-+++ Mailboxes.c Sat Aug 30 18:10:00 2003
-@@ -1713,8 +1713,8 @@
- WMButton *b;
- char *path;
-
--printf("\n\ndelet NM does not... add severl nm's at once breaks:
-- WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354
-+printf("\n\ndelet NM does not... add severl nm's at once breaks:\n\
-+ WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354\n\
- 354 getting.c: No such file or directory.\n\n\n");
-
- if (!WMGetUDStringForKey(Aileron.defaultsDB, "MailDir")) {
diff --git a/mail/aileron/files/patch-ab b/mail/aileron/files/patch-ab
deleted file mode 100644
index 66f33ac7f43d..000000000000
--- a/mail/aileron/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Info.c.orig Sat Aug 30 18:05:45 2003
-+++ Info.c Sat Aug 30 18:07:29 2003
-@@ -163,7 +163,7 @@
- {
- WMAppendTextStream(tPtr,
- "<htmL><p><i><b>Aileron</b></i> is a WINGs email client that has been \
--designed for speed, simplicity, and above all, beauty
-+designed for speed, simplicity, and above all, beauty \
- copyright (C) 1999 - 2001 : <u>nwanua@windowmaker.org</u> <html>");
- }
-