Date: Mon, 29 Jul 2013 13:03:45 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323885 - head/devel/cppi Message-ID: <201307291303.r6TD3jth087415@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Jul 29 13:03:45 2013 New Revision: 323885 URL: http://svnweb.freebsd.org/changeset/ports/323885 Log: - Unbreak parallel (-jX) builds (have to use GNU make) - Generally cleanup and modernize the port while here Reported by: pointyhat-west Modified: head/devel/cppi/Makefile Modified: head/devel/cppi/Makefile ============================================================================== --- head/devel/cppi/Makefile Mon Jul 29 12:40:06 2013 (r323884) +++ head/devel/cppi/Makefile Mon Jul 29 13:03:45 2013 (r323885) @@ -3,28 +3,23 @@ PORTNAME= cppi PORTVERSION= 1.18 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org -COMMENT= A tool to indent the C preprocessor directives +COMMENT= Tool to indent the C preprocessor directives USE_XZ= yes -USES= gettext charsetfix +USES= charsetfix gmake # gmake is needed for -jX builds GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -MAN1= cppi.1 +MAN1= ${PORTNAME}.1 -.include <bsd.port.options.mk> +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307291303.r6TD3jth087415>