From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 15:15:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97E0CE77; Fri, 30 Aug 2013 15:15:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 841D52C44; Fri, 30 Aug 2013 15:15:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UFFq4L011927; Fri, 30 Aug 2013 15:15:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UFFq8A011925; Fri, 30 Aug 2013 15:15:52 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308301515.r7UFFq8A011925@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 30 Aug 2013 15:15:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325705 - in head/sysutils/heirloom: . files 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.14 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, 30 Aug 2013 15:15:52 -0000 Author: danfe Date: Fri Aug 30 15:15:51 2013 New Revision: 325705 URL: http://svnweb.freebsd.org/changeset/ports/325705 Log: Try a little harder to sanitize the builds: now ensure it builds not only in parallel mode (-jX), but with disabled make jobs as well. While here, evict the trailing spaces at EOL in port description, and reindent it a bit. Reported by: bdrewery Modified: head/sysutils/heirloom/files/patch-nawk_Makefile.mk head/sysutils/heirloom/pkg-descr Modified: head/sysutils/heirloom/files/patch-nawk_Makefile.mk ============================================================================== --- head/sysutils/heirloom/files/patch-nawk_Makefile.mk Fri Aug 30 15:14:26 2013 (r325704) +++ head/sysutils/heirloom/files/patch-nawk_Makefile.mk Fri Aug 30 15:15:51 2013 (r325705) @@ -1,16 +1,15 @@ --- nawk/Makefile.mk.orig 2005-02-09 23:58:39.000000000 +0800 +++ nawk/Makefile.mk 2013-07-26 18:01:39.000000000 +0800 -@@ -12,14 +12,14 @@ +@@ -12,23 +12,22 @@ $(LD) $(LDFLAGS) awk.g.2001.o $(OBJ) version_su3.o $(LUXRE) -lm $(LCOMMON) $(LWCHAR) $(LIBS) -o awk_su3 awk.g.c: awk.g.y - $(YACC) -d awk.g.y - mv -f y.tab.c awk.g.c + $(YACC) -d awk.g.y && mv -f y.tab.c awk.g.c -+ -+y.tab.h: awk.g.y | awk.g.c (echo '1i'; echo '#include '; echo '.'; echo 'w';) | \ ed -s y.tab.h ++y.tab.h: awk.g.y | awk.g.c awk.g.2001.c: awk.g.2001.y awk.g.c - $(YACC) awk.g.2001.y @@ -19,3 +18,13 @@ awk.g.2001.y: awk.g.y sed -f rerule.sed awk.g.2001.y + + maketab: maketab.o + $(HOSTCC) maketab.o -o maketab +- ./maketab > proctab.c + + proctab.c: maketab ++ ./maketab > proctab.c + + awk.g.o: awk.g.c + $(CC) $(CFLAGSS) $(CPPFLAGS) $(XO5FL) $(LARGEF) $(IWCHAR) $(ICOMMON) $(IUXRE) -c awk.g.c Modified: head/sysutils/heirloom/pkg-descr ============================================================================== --- head/sysutils/heirloom/pkg-descr Fri Aug 30 15:14:26 2013 (r325704) +++ head/sysutils/heirloom/pkg-descr Fri Aug 30 15:15:51 2013 (r325705) @@ -1,17 +1,17 @@ The Heirloom Toolchest is a collection of standard Unix utilities. Highlights are: -* Derived from original Unix material released as open source by Caldera. -* Up to four versions of each utility corresponding to SVID3/SVR4, - SVID4/SVR4.2MP, POSIX.2/SUSV2, and 4BSD (SVR4 /usr/ucb). -* Support for lines of arbitrary length and in many cases binary input data. -* Support for multibyte character sets, especially UTF-8. -* More than 100 individual utilities including bc, cpio, diff, ed, file, - find, grep, man, nawk, oawk, pax, ps, sed, sort, spell, and tar. -* The cpio utility can read and write zip files, GNU tar files, and - the cpio formats of Cray UNICOS, SGI IRIX (-K), SCO UnixWare (-c) - and Tru64 UNIX (-e). It is also available with the pax interface. -* Extensive documentation including a manual page for any utility. -* Runs on Linux, Solaris, Open UNIX, and FreeBSD. + * Derived from original Unix material released as open source by Caldera + * Up to four versions of each utility corresponding to SVID3/SVR4, + SVID4/SVR4.2MP, POSIX.2/SUSV2, and 4BSD (SVR4 /usr/ucb) + * Support for lines of arbitrary length and in many cases binary input data + * Support for multibyte character sets, especially UTF-8 + * More than 100 individual utilities including bc, cpio, diff, ed, file, + find, grep, man, nawk, oawk, pax, ps, sed, sort, spell, and tar + * The cpio utility can read and write zip files, GNU tar files, and + the cpio formats of Cray UNICOS, SGI IRIX (-K), SCO UnixWare (-c) + and Tru64 UNIX (-e). It is also available with the pax interface + * Extensive documentation including a manual page for any utility + * Runs on Linux, Solaris, Open UNIX, and FreeBSD WWW: http://heirloom.sourceforge.net/