summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2002-06-26 17:18:24 +0000
committergrant <grant>2002-06-26 17:18:24 +0000
commit7670d9463b93266b982652ef8fd9f6e0a2de30af (patch)
treeb57e218673101d45a06ce5dae0214413bff5ddd9
parenta22a2b626122d7b17c8aaf44af9e37646c0a8f60 (diff)
downloadpkgsrc-7670d9463b93266b982652ef8fd9f6e0a2de30af.tar.gz
remove old, broken hypermail package.
updated package added by me in mail/hypermail.
-rw-r--r--www/hypermail/patches/patch-ac15
-rw-r--r--www/hypermail/patches/patch-ad16
-rw-r--r--www/hypermail/patches/patch-ae24
-rw-r--r--www/hypermail/patches/patch-af32
4 files changed, 0 insertions, 87 deletions
diff --git a/www/hypermail/patches/patch-ac b/www/hypermail/patches/patch-ac
deleted file mode 100644
index daabfc394f3..00000000000
--- a/www/hypermail/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.2 1999/12/14 16:31:21 bouyer Exp $
-
-diff -r -u ../hypermail-orig/Makefile.in ./Makefile.in
---- Makefile.in Thu Aug 20 23:12:36 1998
-+++ Makefile.in Tue Jan 5 06:52:58 1988
-@@ -22,7 +22,7 @@
- # Compiler to use
- CC=@CC@
-
--CFLAGS=@CFLAGS@
-+CFLAGS?=@CFLAGS@
- LDFLAGS=@LDFLAGS@
-
- all: hypermail support
-
diff --git a/www/hypermail/patches/patch-ad b/www/hypermail/patches/patch-ad
deleted file mode 100644
index efc9c40cab1..00000000000
--- a/www/hypermail/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.2 1999/12/14 16:31:21 bouyer Exp $
-
-diff -r -u ../hypermail-orig/configure ./configure
---- configure Thu Aug 20 23:12:36 1998
-+++ configure Tue Jan 5 06:38:50 1988
-@@ -47,8 +47,8 @@
- oldincludedir='/usr/include'
- infodir='${prefix}/info'
- mandir='${prefix}/man'
--htmldir='/www/hypermail/software'
--cgidir='/httpd/cgi-bin'
-+htmldir='${prefix}/share/doc/hypermail'
-+cgidir='${prefix}/share/doc/hypermail/cgi'
-
- # Initialize some other variables.
- subdirs=
diff --git a/www/hypermail/patches/patch-ae b/www/hypermail/patches/patch-ae
deleted file mode 100644
index 0f9f49103c1..00000000000
--- a/www/hypermail/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.2 1999/12/14 16:31:21 bouyer Exp $
-
-diff -r -u ../hypermail-orig/src/Makefile.in ./src/Makefile.in
---- src/Makefile.in Thu Aug 20 23:12:36 1998
-+++ src/Makefile.in Tue Jan 5 06:53:02 1988
-@@ -16,7 +16,7 @@
-
- CC=@CC@
-
--CFLAGS=@CFLAGS@
-+CFLAGS?=@CFLAGS@
- LDFLAGS=@LDFLAGS@
-
- NETLIBS=@LIBS@
-@@ -50,7 +50,7 @@
-
- $(OBJS): Makefile $(INCS)
-
--install: all
-+install:
- install -c -m 0755 hypermail $(bindir)
-
- mail.install:
-
diff --git a/www/hypermail/patches/patch-af b/www/hypermail/patches/patch-af
deleted file mode 100644
index 4d363d9a760..00000000000
--- a/www/hypermail/patches/patch-af
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-af,v 1.2 1999/12/14 16:31:21 bouyer Exp $
-
-diff -r -u ../hypermail-orig/archive/Makefile.in archive/Makefile.in
---- ../hypermail-orig/archive/Makefile.in Thu Aug 20 23:12:36 1998
-+++ archive/Makefile.in Tue Jan 5 08:21:50 1988
-@@ -11,7 +11,7 @@
-
- CC=@CC@
-
--CFLAGS=@CFLAGS@
-+CFLAGS?=@CFLAGS@
-
- ###################################################
- #
-@@ -24,7 +24,7 @@
- # This is a SAMPLE file.
-
- # PROGS = hmail hrdmsg isnmail isn-rdmsg wuftpdmail wu-rdmsg nu-mail nu-rdmsg na-mail na-rdmsg
--PROGS = htestmail htestrdmsg
-+PROGS =
-
- all: $(PROGS)
-
-@@ -75,7 +75,7 @@
- lint $(LINT_FLAGS) $(SOURCE) | tee Lint.out
-
- #install: $(bindir)/isnmail $(bindir)/isn-rdmsg
--install: $(bindir)/hmail $(bindir)/hrdmsg
-+install:
-
- install_all: \
- $(bindir)/hmail \