svn commit: r324698 - head/devel/ta-lib
John Marino
marino at FreeBSD.org
Wed Aug 14 11:17:16 UTC 2013
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 at rubyforge.org>
-#
+# Created by: Balwinder S "bsd" Dheeman <bsd at rubyforge.org>
# $FreeBSD$
-#
PORTNAME= ta-lib
PORTVERSION= 0.4.0
@@ -12,14 +8,16 @@ MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
MAINTAINER= bdheeman at 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'
More information about the svn-ports-all
mailing list