- Upgrade to version 1.4.6

- Remove FAKE=Yes
- Add @comment with PLIST
This commit is contained in:
kevlo 2000-06-13 03:59:25 +00:00
parent e8f42b7310
commit 0ef74d7cac
4 changed files with 27 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2000/05/23 05:12:18 kevlo Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/13 03:59:25 kevlo Exp $
# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $
DISTNAME= xfmail-1.4.4
DISTNAME= xfmail-1.4.6
CATEGORIES= mail x11
NEED_VERSION= 1.230
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.4/
NEED_VERSION= 1.301
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.6/source/
MAINTAINER= ports@openbsd.org
@ -21,8 +21,11 @@ RESTRICTED= "Selling this software requires permission of the authors."
USE_BZIP2= Yes
USE_X11= Yes
GNU_CONFIGURE= Yes
FAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-threads
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/X11" \
LDFLAGS="-L${LOCALBASE}/lib/X11"

View File

@ -1,3 +1,3 @@
MD5 (xfmail-1.4.4.tar.bz2) = e887cff04ec9422f82fb19a81b0de926
RMD160 (xfmail-1.4.4.tar.bz2) = 7ccf5e58957d0aa2fc5874bc7657fbafbe09d5dd
SHA1 (xfmail-1.4.4.tar.bz2) = a1583e43a0d7488f3ec8928261e8ae4bd6c1bef4
MD5 (xfmail-1.4.6.tar.bz2) = 0616ccc694cc99952edb73e875990c0d
RMD160 (xfmail-1.4.6.tar.bz2) = f080c79a6811ddfd06d9bf331a4de84f6922cd29
SHA1 (xfmail-1.4.6.tar.bz2) = 5eeebcc5bfdb7de46954d9dee8627ff87951cb52

View File

@ -0,0 +1,14 @@
--- ui/rules.c.orig Tue Jun 13 19:14:27 2000
+++ ui/rules.c Tue Jun 13 19:15:19 2000
@@ -1194,11 +1194,6 @@
new_rule = (struct _xf_rule *) xf_malloc(sizeof(struct _xf_rule));
- /* for some crappy distros only */
- new_rule->rx.buffer=(unsigned char *) NULL;
- new_rule->rx.fastmap=(char *) NULL;
- new_rule->rx.translate=(char *) NULL;
-
strcpy(new_rule->name, p);
#ifdef HAVE_REGCOMP

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2000/06/13 03:59:37 kevlo Exp $
bin/xfmail
man/man1/xfmail.1
share/doc/xfmail/Copyright