Date: Tue, 10 May 2005 14:06:59 +0200 (CEST) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/80855: maintainer-update of mail/mutt Message-ID: <200505101206.j4AC6x08035720@alaska.cert.siemens.com> Resent-Message-ID: <200505101210.j4ACA60r040797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101206.j4AC6x08035720>