summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/uw-imap/files')
-rw-r--r--net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch13
-rw-r--r--net-mail/uw-imap/files/uw-imap-ldflags.patch52
-rw-r--r--net-mail/uw-imap/files/uw-imap.xinetd14
-rw-r--r--net-mail/uw-imap/files/uw-imaps.xinetd15
-rw-r--r--net-mail/uw-imap/files/uw-ipop2.xinetd15
-rw-r--r--net-mail/uw-imap/files/uw-ipop3.xinetd14
-rw-r--r--net-mail/uw-imap/files/uw-ipop3s.xinetd14
7 files changed, 0 insertions, 137 deletions
diff --git a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch b/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
deleted file mode 100644
index 1400fc254c6d..000000000000
--- a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN src/osdep/unix/Makefile src/osdep/unix/Makefile
---- src/osdep/unix/Makefile 2005-01-29 22:43:25.739341544 +0000
-+++ src/osdep/unix/Makefile 2005-01-29 22:43:50.375596264 +0000
-@@ -912,6 +912,9 @@
- -DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
- echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
- echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
-+ echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
-+ -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
-+ >> ARCHIVE
- echo $(OS) > OSTYPE
- ./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
- ./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)
diff --git a/net-mail/uw-imap/files/uw-imap-ldflags.patch b/net-mail/uw-imap/files/uw-imap-ldflags.patch
deleted file mode 100644
index 41bd0925ed14..000000000000
--- a/net-mail/uw-imap/files/uw-imap-ldflags.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff --git a/Makefile b/Makefile
-index e6e4987..8acfe23 100644
---- a/Makefile
-+++ b/Makefile
-@@ -257,7 +257,7 @@ EXTRACFLAGS=
-
- # Extra linker flags (additional/alternative libraries, etc.)
-
--EXTRALDFLAGS=
-+EXTRALDFLAGS=${LDFLAGS}
-
-
- # Special make flags (e.g. to override make environment variables)
-diff --git a/src/mlock/Makefile b/src/mlock/Makefile
-index d425da8..9c3020b 100644
---- a/src/mlock/Makefile
-+++ b/src/mlock/Makefile
-@@ -36,7 +36,7 @@ CFLAGS = -O2 -pipe -march=core2
- all: mlock
-
- mlock: mlock.o
-- $(CC) $(CFLAGS) -o mlock mlock.o
-+ $(CC) $(CFLAGS) ${LDFLAGS} -o mlock mlock.o
-
- install: mlock
- chgrp mail mlock
-diff --git a/Makefile b/Makefile
-index 8acfe23..70f889d 100644
---- a/Makefile
-+++ b/Makefile
-@@ -698,7 +698,7 @@ rebuild:
- @echo Rebuilding c-client for `$(CAT) OSTYPE`...
- @$(TOUCH) SPECIALS
- $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
-- CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
-+ CFLAGS="`$(CAT) CFLAGS`" LDFLAGS=${LDFLAGS} `$(CAT) SPECIALS`
-
- rebuildclean:
- $(SH) -c '$(RM) rebuild || true'
-diff --git a/src/osdep/unix/Makefile b/src/osdep/unix/Makefile
-index ef1d059..a53318c 100644
---- a/src/osdep/unix/Makefile
-+++ b/src/osdep/unix/Makefile
-@@ -969,7 +969,7 @@ onceenv:
- -DLOCKPGM3=\"$(LOCKPGM3)\" > OSCFLAGS
- echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
- echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
-- echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
-+ echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` `$(CAT) LDFLAGS` -shared \
- -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
- >> ARCHIVE
- echo $(OS) > OSTYPE
diff --git a/net-mail/uw-imap/files/uw-imap.xinetd b/net-mail/uw-imap/files/uw-imap.xinetd
deleted file mode 100644
index 959a45573bc1..000000000000
--- a/net-mail/uw-imap/files/uw-imap.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The IMAP service allows remote users to access their mail using \
-# an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
-# Communicator.
-service imap2
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/imapd
- log_on_success += DURATION USERID
- log_on_failure += USERID
- disable = yes
-}
diff --git a/net-mail/uw-imap/files/uw-imaps.xinetd b/net-mail/uw-imap/files/uw-imaps.xinetd
deleted file mode 100644
index 8fb2f3500a78..000000000000
--- a/net-mail/uw-imap/files/uw-imaps.xinetd
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: off
-# description: The IMAPS service allows remote users to access their mail \
-# using an IMAP client with SSL support such as Netscape \
-# Communicator or fetchmail.
-service imaps
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/imapd
- log_on_success += DURATION USERID
- log_on_failure += USERID
- disable = yes
-}
-
diff --git a/net-mail/uw-imap/files/uw-ipop2.xinetd b/net-mail/uw-imap/files/uw-ipop2.xinetd
deleted file mode 100644
index 8a7ac2ae9b41..000000000000
--- a/net-mail/uw-imap/files/uw-ipop2.xinetd
+++ /dev/null
@@ -1,15 +0,0 @@
-# default: off
-# description: The POP2 service allows remote users to access their mail \
-# using an POP2 client such as fetchmail. In most cases, clients \
-# support POP3 instead of POP2, so enabling this service is rarely \
-# necessary.
-service pop-2
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/ipop2d
- log_on_success += USERID
- log_on_failure += USERID
- disable = yes
-}
diff --git a/net-mail/uw-imap/files/uw-ipop3.xinetd b/net-mail/uw-imap/files/uw-ipop3.xinetd
deleted file mode 100644
index 60acaf219cf2..000000000000
--- a/net-mail/uw-imap/files/uw-ipop3.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The POP3 service allows remote users to access their mail \
-# using an POP3 client such as Netscape Communicator, mutt, \
-# or fetchmail.
-service pop-3
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/ipop3d
- log_on_success += USERID
- log_on_failure += USERID
- disable = yes
-}
diff --git a/net-mail/uw-imap/files/uw-ipop3s.xinetd b/net-mail/uw-imap/files/uw-ipop3s.xinetd
deleted file mode 100644
index a8b2ad19d971..000000000000
--- a/net-mail/uw-imap/files/uw-ipop3s.xinetd
+++ /dev/null
@@ -1,14 +0,0 @@
-# default: off
-# description: The POP3 service allows remote users to access their mail \
-# using an POP3 client such as Netscape Communicator, mutt, \
-# or fetchmail.
-service pop3s
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/ipop3d
- log_on_success += USERID
- log_on_failure += USERID
- disable = yes
-}