Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 09:06:19 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317489 - head/misc/mc
Message-ID:  <201305060906.r4696JlT009859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Mon May  6 09:06:18 2013
New Revision: 317489
URL: http://svnweb.freebsd.org/changeset/ports/317489

Log:
  - convert to USES for gettext
  - mark broken (doesn't fetch)
  
  Approved by:	portmgr (bapt@)

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Mon May  6 08:59:02 2013	(r317488)
+++ head/misc/mc/Makefile	Mon May  6 09:06:18 2013	(r317489)
@@ -18,6 +18,8 @@ LICENSE=	GPLv3
 
 CONFLICTS=	mc-light-4*
 
+BROKEN=	does not fetch
+
 USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	glib20
@@ -39,7 +41,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} -e 's/saved_CPPFLAGS="-ltermcap/saved_CPPFLAGS="/' ${WRKSRC}/configure
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
 CONFIGURE_ARGS+=--enable-vfs-smb --with-configdir=${LOCALBASE}/etc\
@@ -60,7 +62,7 @@ PLIST_SUB+=	NLS="@comment "
 .else
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 _MANLANG=	es hu it pl ru sr
 .endif
@@ -95,4 +97,4 @@ _MAN1=		mc.1
 _MANPAGES+=	${_MAN1:S%^%${MAN1PREFIX}/man/${lang}/man1/%}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305060906.r4696JlT009859>