From owner-svn-ports-all@freebsd.org Fri Oct 16 07:25:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E817A169CD; Fri, 16 Oct 2015 07:25:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2C211E; Fri, 16 Oct 2015 07:25:40 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9G7PegP025437; Fri, 16 Oct 2015 07:25:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9G7Peic025436; Fri, 16 Oct 2015 07:25:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201510160725.t9G7Peic025436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 16 Oct 2015 07:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399427 - head/comms/nmealib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 07:25:41 -0000 Author: marino Date: Fri Oct 16 07:25:39 2015 New Revision: 399427 URL: https://svnweb.freebsd.org/changeset/ports/399427 Log: comms/nmealib is not jobs safe nmealib reproducibly fails even with -j2. The build tries to link libnmea before its is built. While here, vertically align a couple of standard definitions. Modified: head/comms/nmealib/Makefile Modified: head/comms/nmealib/Makefile ============================================================================== --- head/comms/nmealib/Makefile Fri Oct 16 07:13:03 2015 (r399426) +++ head/comms/nmealib/Makefile Fri Oct 16 07:25:39 2015 (r399427) @@ -11,13 +11,15 @@ COMMENT= Library for working with the NM LICENSE= LGPL21 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake zip +USES= gmake zip INCLUDES= config.h context.h generate.h generator.h gmath.h info.h nmea.h \ parse.h parser.h sentence.h time.h tok.h units.h +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libnmea.a ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${PREFIX}/include/nmea