- include the autoconf-generated header in md5.c; fixes APOP on big
endian machines. - correct PKGNAME insanity. APOP problem pointed out with an alternative diff by Michael Warmuth, thanks!
This commit is contained in:
parent
afb32e1faa
commit
053f9fc781
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2008/07/02 14:32:30 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2008/12/16 20:14:07 sthen Exp $
|
||||
|
||||
COMMENT= flexible POP3 server
|
||||
|
||||
VERSION= 0.15
|
||||
DISTNAME= solid-pop3d-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0 # also see below
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://dione.ids.pl/pub/solidpop3d/
|
||||
|
||||
@ -31,7 +31,6 @@ NO_REGRESS= Yes
|
||||
# enable support for APOP authentication.
|
||||
.if ${FLAVOR:L:Mapop}
|
||||
CONFIGURE_ARGS+= --enable-userconfig --enable-apop
|
||||
PKGNAME=${DISTNAME}p2
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-userconfig --disable-apop
|
||||
.endif
|
||||
|
11
mail/solid-pop3d/patches/patch-src_md5_c
Normal file
11
mail/solid-pop3d/patches/patch-src_md5_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_md5_c,v 1.1 2008/12/16 20:14:07 sthen Exp $
|
||||
--- src/md5.c.orig Tue Dec 16 20:10:29 2008
|
||||
+++ src/md5.c Tue Dec 16 20:10:36 2008
|
||||
@@ -38,6 +38,7 @@
|
||||
#endif
|
||||
|
||||
#include "md5.h"
|
||||
+#include "config.h"
|
||||
|
||||
#ifdef _LIBC
|
||||
#include <endian.h>
|
Loading…
Reference in New Issue
Block a user