Remove patches that have been applied upstream.
While here, add m and stdc++ to WANTLIB. ok landry@
This commit is contained in:
parent
21c3c1e777
commit
6907cbd0bc
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/06/11 17:12:37 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/06/14 19:52:23 kili Exp $
|
||||
|
||||
COMMENT= mail purpose library
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
WANTLIB= crypto expat ssl z intl
|
||||
WANTLIB= crypto expat intl m ssl stdc++ z
|
||||
|
||||
LIB_DEPENDS+= curl::net/curl \
|
||||
idn::devel/libidn \
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2008/04/23 21:01:04 landry Exp $
|
||||
--- configure.orig Mon Apr 21 17:14:21 2008
|
||||
+++ configure Mon Apr 21 18:16:31 2008
|
||||
@@ -2585,7 +2585,7 @@ API_VERSION="$API_CURRENT:$API_REVISION:$API_AGE"
|
||||
|
||||
BUILD_REVISION=0
|
||||
|
||||
-BUILD_TIMESTAMP=`date --iso-8601=minutes`
|
||||
+BUILD_TIMESTAMP=`date "+%Y-%m-%dT%H:%M%z"`
|
||||
|
||||
BUILD_FILEVERSION=`echo "${VERSION_MAJOR}.${VERSION_MINOR}.0" | sed 's/\([0-9.]*\).*/\1./;s/\./,/g'`
|
||||
BUILD_FILEVERSION="${BUILD_FILEVERSION}${BUILD_REVISION}"
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_low-level_mime_mailmime_disposition_c,v 1.1 2009/01/22 20:07:20 jasper Exp $
|
||||
--- src/low-level/mime/mailmime_disposition.c.orig Thu Jan 22 20:52:23 2009
|
||||
+++ src/low-level/mime/mailmime_disposition.c Thu Jan 22 20:52:33 2009
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
|
||||
static int
|
||||
mailmime_disposition_parm_parse(const char * message, size_t length,
|
Loading…
Reference in New Issue
Block a user