Bug 183748 - maintainer-update of mail/mutt
Summary: maintainer-update of mail/mutt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 12:20 UTC by Udo.Schweigert
Modified: 2013-11-07 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.24 KB, patch)
2013-11-07 12:20 UTC, Udo.Schweigert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Udo.Schweigert 2013-11-07 12:20:00 UTC
Maintainer update of mail/mutt:

	- Fix build for recent FreeBSD 10.0
	- Add SMTP as default option (as requested by community)
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2013-11-07 12:49:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2013-11-07 13:02:21 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-07 13:06:42 UTC
Author: bsam
Date: Thu Nov  7 13:01:41 2013
New Revision: 333087
URL: http://svnweb.freebsd.org/changeset/ports/333087

Log:
  - Fix build for recent FreeBSD 10.0
  - Add SMTP as default option (as requested by community)
  
  PR:		ports/183748
  Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Thu Nov  7 13:00:22 2013	(r333086)
+++ head/mail/mutt/Makefile	Thu Nov  7 13:01:41 2013	(r333087)
@@ -100,7 +100,7 @@ XML_DESC=	Use XML tools for building doc
 
 OPTIONS_DEFAULT=	COMPRESSED_FOLDERS HTML ICONV MAILBOX_MANPAGES \
 		NCURSES QUOTE_PATCH SGMLFORMAT SMIME_OUTLOOK_COMPAT \
-		NLS XML
+		NLS XML SMTP
 .endif
 
 PLIST=		${WRKDIR}/PLIST
@@ -266,18 +266,18 @@ CONFIGURE_ARGS+=	--with-gss=${LOCALBASE}
 .elif exists(${KRB5_HOME}/bin/krb5-config)
 LIB_DEPENDS+=		libgssapi_krb5.so:${PORTSDIR}/security/krb5
 CONFIGURE_ARGS+=	--with-gss=${KRB5_HOME}
-LDFLAGS+=		-L${KRB5_HOME}/lib -rpath=${KRB5_HOME}/lib
+LDFLAGS+=		-L${KRB5_HOME}/lib -rpath=${KRB5_HOME}/lib -ltinfow
 .elif exists(${HEIMDAL_HOME}/bin/krb5-config)
 LIB_DEPENDS+=		libgssapi_krb5.so:${PORTSDIR}/security/krb5
 CONFIGURE_ARGS+=	--with-gss=${HEIMDAL_HOME}
-LDFLAGS+=		-L${HEIMDAL_HOME}/lib -rpath=${HEIMDAL_HOME}/lib
+LDFLAGS+=		-L${HEIMDAL_HOME}/lib -rpath=${HEIMDAL_HOME}/lib -ltinfow
 .elif (defined(MAKE_KERBEROS5)) || exists(/usr/lib/libkrb5.a)
 CONFIGURE_ARGS+=	--with-gss
 WITH_KRB5_SYS=YES
 .endif
 .endif
 
-LDFLAGS+=		-L${LOCALBASE}/lib -rpath=${LOCALBASE}/lib:/usr/lib
+LDFLAGS+=		-L${LOCALBASE}/lib -rpath=${LOCALBASE}/lib:/usr/lib -ltinfow
 CFLAGS+=		${CFLAGS_ADD}
 LDFLAGS+=		${LDFLAGS_ADD}
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"