aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-03-31 21:42:22 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-03-31 21:42:22 +0800
commitf19b7b6cd0aa6df36f20ae2548a1ce8073b8d800 (patch)
tree2f0d8ac53287b01593c7dd45c234bd6028a0ecba /mail/mutt-devel
parentc868f9db8659383a4a43c9c39d28f0251ac41ae2 (diff)
downloadfreebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.tar.gz
freebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.tar.zst
freebsd-ports-gnome-f19b7b6cd0aa6df36f20ae2548a1ce8073b8d800.zip
Fix a remaining libiconv issues
Fix URLs of patches back to mutt-devel standard Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile8
-rw-r--r--mail/mutt-devel/distinfo8
-rw-r--r--mail/mutt-devel/files/patch-0119
3 files changed, 8 insertions, 27 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 3e65cf16fac9..80217cedbf56 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -173,19 +173,19 @@ CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
PATCH_DIST_STRIP= -p1
.if defined(WITH_MUTT_COMPRESSED_FOLDERS)
-PATCHFILES+= mutt-${PATCH_VERSION}.rr.compressed.gz
+PATCHFILES+= patch-${PATCH_VERSION}.rr.compressed.gz
CONFIGURE_ARGS+= --enable-compressed
.if !defined(WITHOUT_MUTT_SGMLFORMAT)
SGML_USED= yes
.endif
.endif
.if defined(WITH_MUTT_NNTP)
-PATCHFILES+= mutt-${PATCH_VERSION}.vvv.nntp.gz
+PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz
CONFIGURE_ARGS+= --enable-nntp
.endif
.if defined(WITH_MUTT_QUOTE_PATCH)
-PATCHFILES+= mutt-${PATCH_VERSION}.vvv.initials.gz \
- mutt-${PATCH_VERSION}.vvv.quote.gz
+PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz \
+ patch-${PATCH_VERSION}.vvv.quote.gz
.endif
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index a57743ef5276..9ac5efefa011 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,5 +1,5 @@
MD5 (mutt/mutt-1.3.28i.tar.gz) = eba9bd09853ff7e441712e2d10d8632b
-MD5 (mutt/mutt-1.3.28.rr.compressed.gz) = 68a8eb3e60bae472af4c258693b4f079
-MD5 (mutt/mutt-1.3.28.vvv.nntp.gz) = 52dc8d4c6d1908c52aa898843b26308b
-MD5 (mutt/mutt-1.3.28.vvv.initials.gz) = 5eb42631d43dd93072e595d12575afeb
-MD5 (mutt/mutt-1.3.28.vvv.quote.gz) = c351c5cfd66396dd3c53fc6bbd361f15
+MD5 (mutt/patch-1.3.28.rr.compressed.gz) = 68a8eb3e60bae472af4c258693b4f079
+MD5 (mutt/patch-1.3.28.vvv.nntp.gz) = 52dc8d4c6d1908c52aa898843b26308b
+MD5 (mutt/patch-1.3.28.vvv.initials.gz) = 5eb42631d43dd93072e595d12575afeb
+MD5 (mutt/patch-1.3.28.vvv.quote.gz) = c351c5cfd66396dd3c53fc6bbd361f15
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01
index 41f0f45b488d..2101e8547ff2 100644
--- a/mail/mutt-devel/files/patch-01
+++ b/mail/mutt-devel/files/patch-01
@@ -8,22 +8,3 @@
+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
LDFLAGS="$LDFLAGS -L$with_sasl/lib"
fi
-
-@@ -674,7 +674,7 @@
- mutt_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBICONV"
- AC_TRY_RUN([
--#include <iconv.h>
-+#include <giconv.h>
- int main()
- {
- iconv_t cd;
-@@ -705,7 +705,7 @@
- mutt_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBICONV"
- AC_TRY_RUN([
--#include <iconv.h>
-+#include <giconv.h>
- #include <string.h>
- int main()
- {