Maintainer update of mail/mutt14: - Fix LATEST_LINK after renaming the ports mail/mutt to mail/mutt14 and mail/mutt-devel to mail/mutt.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
State Changed From-To: open->feedback ortlint -abmt WARN: Makefile: [162]: is USE_KRB5_SYS a user-settable option? Consider using WITH_KRB5_SYS instead. WARN: Makefile: extra item placed in the PATCH_SITES section, for example, "PATCHVERSION". WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=". WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=". WARN: Makefile: "PKGNAMESUFFIX" has to appear earlier. WARN: Makefile: "BUILD_DEPENDS" has to appear earlier. WARN: Makefile: "RUN_DEPENDS" has to appear earlier. 0 fatal errors and 7 warnings found. any reason you used USE_* in this? USE_* is normally reserved for /usr/ports/Mk/* files. User (operator) flags should be 'WITH_*' Also, this is a little strange: PATCHVERSION?= ${PORTVERSION} PATCHVERSION= 1.4.2.2 did you accidentally leave one of those lines in ? make -V PORTVERSION 1.4.2.3
State Changed From-To: feedback->closed Committed. Thanks!
Author: scheidell Date: Sun Jul 29 01:06:48 2012 New Revision: 301672 URL: http://svn.freebsd.org/changeset/ports/301672 Log: - Fix LATEST_LINK after renaming the ports mail/mutt to mail/mutt14 PR: ports/170126 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer) Modified: head/mail/mutt14/Makefile Modified: head/mail/mutt14/Makefile ============================================================================== --- head/mail/mutt14/Makefile Sat Jul 28 22:31:08 2012 (r301671) +++ head/mail/mutt14/Makefile Sun Jul 29 01:06:48 2012 (r301672) @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ ftp://ftp.demon.co.uk/pub/mirrors/mutt/ -PATCHVERSION?= ${PORTVERSION} PATCHVERSION= 1.4.2.2 PATCH_SITES= http://www.mutt.org.ua/download/mutt-${PATCHVERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${PATCHVERSION}/:vvv \ @@ -28,6 +27,7 @@ MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* mutt-[^1].[^4]* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}14${PKGNAMESUFFIX} OPTIONS= NLS "Native Language Support via gettext utilities" on \ SLANG "Adds display/screen management via S-Lang" off \ @@ -134,7 +134,7 @@ LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/s CONFIGURE_ARGS+= --with-gss=${LOCALBASE} .elif (defined(MAKE_KERBEROS5)) || exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-gss -USE_KRB5_SYS=YES +WITH_MUTT_KRB5_SYS=YES .endif .endif MAN1= mutt.1 mutt_dotlock.1 @@ -158,7 +158,7 @@ post-patch:: pre-configure:: @(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4) -.if defined(USE_KRB5_SYS) +.if defined(WITH_MUTT_KRB5_SYS) @${ECHO_CMD} "#define HAVE_HEIMDAL" >> ${WRKSRC}/config.h.in @${REINPLACE_CMD} -e 's|<gssapi/gssapi\.h>|<gssapi.h>|' \ ${WRKSRC}/imap/auth_gss.c _______________________________________________ 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"