1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Pacify portlint(1)

- Fix build when using Berkeley DB version 5.2
- Fix logic mismatch with OPTIONS and MUTT_PARENT_CHILD_MATCH_PATCH
- No need to bump PORTREVISION at this time

PR:		ports/160847
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
This commit is contained in:
Ryan Steinmetz 2011-09-25 15:30:48 +00:00
parent fc0bf562a3
commit f6fbf1e288
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282373
2 changed files with 5 additions and 5 deletions

View File

@ -196,7 +196,7 @@ OPTIONS= MUTT_ASPELL "Enable aspell support" off \
MUTT_NCURSES "Enable ncurses support" on \
MUTT_NCURSES_PORT "Use ncurses from port" off \
MUTT_NNTP "Enable news reader" off \
MUTT_PARENT_CHILD_MATCH "Enable parent/child match" off \
MUTT_PARENT_CHILD_MATCH_PATCH "Enable parent/child match" off \
MUTT_QUOTE_PATCH "Enable extended quoting" on \
MUTT_REVERSE_REPLY_PATCH "Enable reverse_reply" off \
MUTT_SGMLFORMAT "Enable sgml support" on \
@ -206,7 +206,7 @@ OPTIONS= MUTT_ASPELL "Enable aspell support" off \
MUTT_SMIME_OUTLOOK_COMPAT "SMIME outlook compatible" on \
MUTT_SMTP "Enable SMTP relay support" off \
MUTT_TRASH_PATCH "Enable trash folder support" off \
MUTT_XML "Use XML tools for documentation" on
MUTT_XML "Use XML tools for documentation" on
.endif
PLIST= ${WRKDIR}/PLIST
@ -337,7 +337,7 @@ post-patch::
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-smime-outlook
.endif
.if defined(WITH_MUTT_SIGNATURE_MENU)
IGNORE= The WITH_MUTT_SIGNATURE_MENU does not work at the moment
IGNORE= the WITH_MUTT_SIGNATURE_MENU does not work at the moment
XML_NEEDED= yes
post-patch::
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-signature-menu
@ -452,7 +452,7 @@ post-patch::
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-ifdef
.endif
.if defined(WITH_MUTT_MBOX_HOOK_PATCH)
IGNORE= The WITH_MUTT_MBOX_HOOK_PATCH does not work at the moment
IGNORE= the WITH_MUTT_MBOX_HOOK_PATCH does not work at the moment
#PATCHFILES+= p0-patch-${DW_MBOX_PATCH_VERSION}.dw.mbox-hook.1:dw
.endif
.if defined(WITH_MUTT_SIDEBAR_PATCH)

View File

@ -5,7 +5,7 @@
done
done
- BDB_VERSIONS="db-4 db4 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
+ BDB_VERSIONS="db-4 db4 db-5.1 db5.1 db51 db-5.0 db5.0 db50 db-4.8 db4.8 db48 db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
+ BDB_VERSIONS="db-4 db4 db-5 db5 db-5.2 db5.2 db52 db-5.1 db5.1 db51 db-5.0 db5.0 db50 db-4.8 db4.8 db48 db-4.7 db4.7 db47 db-4.6 db4.6 db46 db-4.5 db4.5 db45 db-4.4 db4.4 db44 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
AC_MSG_CHECKING([for BerkeleyDB > 4.0])
for d in $bdbpfx; do
BDB_INCLUDE_DIR=""