Date: Wed, 14 Aug 2013 11:17:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324698 - head/devel/ta-lib Message-ID: <201308141117.r7EBHF2a012955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Aug 14 11:17:15 2013 New Revision: 324698 URL: http://svnweb.freebsd.org/changeset/ports/324698 Log: devel/ta-lib: Mark jobs unsafe - trim headers - remove indefinite article from comment - replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Modified: head/devel/ta-lib/Makefile Modified: head/devel/ta-lib/Makefile ============================================================================== --- head/devel/ta-lib/Makefile Wed Aug 14 11:08:04 2013 (r324697) +++ head/devel/ta-lib/Makefile Wed Aug 14 11:17:15 2013 (r324698) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ta-lib -# Date created: Sun Jun 24 16:07:37 UTC 2007 -# Whom: Balwinder S "bsd" Dheeman <bsd@rubyforge.org> -# +# Created by: Balwinder S "bsd" Dheeman <bsd@rubyforge.org> # $FreeBSD$ -# PORTNAME= ta-lib PORTVERSION= 0.4.0 @@ -12,14 +8,16 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= bdheeman@gmail.com -COMMENT= A UNIX, POSIX Library for Technical Analysis +COMMENT= UNIX, POSIX Library for Technical Analysis WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141117.r7EBHF2a012955>