From owner-cvs-all@FreeBSD.ORG Fri May 21 16:37:00 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5491065673; Fri, 21 May 2010 16:37:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C72038FC08; Fri, 21 May 2010 16:37:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LGb0em051012; Fri, 21 May 2010 16:37:00 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LGb0oa051011; Fri, 21 May 2010 16:37:00 GMT (envelope-from danfe) Message-Id: <201005211637.o4LGb0oa051011@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 21 May 2010 16:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/asmutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 16:37:01 -0000 danfe 2010-05-21 16:37:00 UTC FreeBSD ports repository Modified files: devel/asmutils Makefile Log: - Unbreak with recent nasm: starting with v2.07, nasm has a regression that prevents certain macros from expanding correctly, and the build woes - Clean up Makefile while here: fix line wraps, reorder knobs, simplify PORTDOCS handling Bug ID (nasm@sf.net tracker): 3005117 Fix suggested by: Frank Kotler Revision Changes Path 1.21 +17 -22 ports/devel/asmutils/Makefile