ports/80855: maintainer-update of mail/mutt

Udo Schweigert udo.schweigert at siemens.com
Tue May 10 12:10:07 UTC 2005


>Number:         80855
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt
>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:   Tue May 10 12:10:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt:

	- Use automake19 instead of the depcrecated automake14.

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt/Makefile ./Makefile
--- /usr/ports/mail/mutt/Makefile	Mon May  9 06:06:59 2005
+++ ./Makefile	Tue May 10 14:02:10 2005
@@ -79,8 +79,8 @@
 WRKSRC=		${WRKDIR}/${DISTNAME:S/i$//}
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USE_AUTOMAKE_VER=	14	# configure.in is patched by <PATCHFILES>
-USE_AUTOCONF_VER=	213
+USE_AUTOMAKE_VER=	19	# configure.in is patched by <PATCHFILES>
+USE_AUTOCONF_VER=	259
 USE_REINPLACE=	yes
 CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -144,6 +144,9 @@
 			-e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \
 			-e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \
 		${BUILD_WRKSRC}/Makefile
+
+pre-patch::
+	@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
 
 .if !defined(NOPORTDOCS)
 post-build:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list