ports/146261: maintainer-update of mail/mutt-devel

Udo Schweigert udo.schweigert at siemens.com
Mon May 3 09:30:11 UTC 2010


>Number:         146261
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 03 09:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt-devel:

	- Fix build if openssl-1.0.0 from the ports is used

Committer: New file (cvs add) files/patch-mutt-ssl.c

>How-To-Repeat:
>Fix:
diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	2010-01-28 02:10:07.000000000 +0100
+++ ./Makefile	2010-05-03 11:04:09.000000000 +0200
@@ -118,7 +118,7 @@
 
 PORTNAME=	mutt-devel
 PORTVERSION=	1.5.20
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES+=	mail ipv6
 .if defined(WITH_MUTT_NNTP)
 CATEGORIES+=	news
diff -ru  /usr/ports/mail/mutt-devel/files/patch-mutt-ssl.c ./files/patch-mutt-ssl.c
--- /usr/ports/mail/mutt-devel/files/patch-mutt-ssl.c	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-mutt-ssl.c	2010-05-03 11:01:32.000000000 +0200
@@ -0,0 +1,11 @@
+--- mutt_ssl.c.orig	2009-06-10 07:08:29.000000000 +0200
++++ mutt_ssl.c	2010-05-03 10:45:21.000000000 +0200
+@@ -652,7 +652,7 @@
+   char *buf = NULL;
+   int bufsize;
+   /* needed to get the DNS subjectAltNames: */
+-  STACK *subj_alt_names;
++  STACK_OF(GENERAL_NAME) *subj_alt_names;
+   int subj_alt_names_count;
+   GENERAL_NAME *subj_alt_name;
+   /* did we find a name matching hostname? */
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list