aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-01-24 16:55:47 +0800
committerfjoe <fjoe@FreeBSD.org>2010-01-24 16:55:47 +0800
commit7ec918d9931d431379b7590c823cfd026d57d5c0 (patch)
treeadd00507cdf5727f80f25551109f39ef7ec557f1
parent4a49dbcce08552494df27ee0019bce28bd863d18 (diff)
downloadfreebsd-ports-gnome-7ec918d9931d431379b7590c823cfd026d57d5c0.tar.gz
freebsd-ports-gnome-7ec918d9931d431379b7590c823cfd026d57d5c0.tar.zst
freebsd-ports-gnome-7ec918d9931d431379b7590c823cfd026d57d5c0.zip
- Update to 4.7.0.1 [1]
- Fix libiconv detection during configure step PR: 143135 [1] Submitted by: Martin Wilke
-rw-r--r--misc/mc/Makefile8
-rw-r--r--misc/mc/distinfo6
2 files changed, 9 insertions, 5 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index ccf0808bfe45..71decd3fafa1 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mc
-PORTVERSION= 4.7.0
+PORTVERSION= 4.7.0.1
CATEGORIES= misc shells
MASTER_SITES= http://www.midnight-commander.org/downloads/ \
${MASTER_SITE_SUNSITE}
@@ -36,10 +36,13 @@ OPTIONS= SLANG "Build with SLang library" on \
SUBSHELL "Build with subshell support" on \
SAMBA "Build with Samba support" on
+post-patch:
+ ${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in
+
.include <bsd.port.pre.mk>
.if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
-CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc \
+CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc\
--with-codepagedir=${LOCALBASE}/etc/codepages
.endif
@@ -55,6 +58,7 @@ PLIST_SUB= CHARSETS="@comment "
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
_MANLANG= es hu it pl ru sr
diff --git a/misc/mc/distinfo b/misc/mc/distinfo
index 64b098a1cf88..47a7a8fe483a 100644
--- a/misc/mc/distinfo
+++ b/misc/mc/distinfo
@@ -1,3 +1,3 @@
-MD5 (mc-4.7.0.tar.bz2) = fbb8c47179b8fd40104e4d52aeb49659
-SHA256 (mc-4.7.0.tar.bz2) = e85a4838bd6088ecb433311a28d7279816df85dd9c0b934d1329380c536e65d1
-SIZE (mc-4.7.0.tar.bz2) = 2846790
+MD5 (mc-4.7.0.1.tar.bz2) = 878b3572d59740af6cbeb6095321283c
+SHA256 (mc-4.7.0.1.tar.bz2) = 4abb66b20c46c583159b29109282cf0d8cf2c7cc078e6062d914c95e776057c4
+SIZE (mc-4.7.0.1.tar.bz2) = 2831780