From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 25 02:40:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDE1316A41B for ; Sun, 25 Feb 2007 02:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B9A0013C4B3 for ; Sun, 25 Feb 2007 02:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1P2e6pE025873 for ; Sun, 25 Feb 2007 02:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1P2e6YS025872; Sun, 25 Feb 2007 02:40:06 GMT (envelope-from gnats) Resent-Date: Sun, 25 Feb 2007 02:40:06 GMT Resent-Message-Id: <200702250240.l1P2e6YS025872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Johnson Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B211B16A405 for ; Sun, 25 Feb 2007 02:38:05 +0000 (UTC) (envelope-from pete@tortall.net) Received: from cvs.tortall.net (cvs.tortall.net [69.55.238.110]) by mx1.freebsd.org (Postfix) with ESMTP id 9615E13C474 for ; Sun, 25 Feb 2007 02:38:05 +0000 (UTC) (envelope-from pete@tortall.net) Received: from localhost (cvs [69.55.238.110]) by cvs.tortall.net (Postfix) with ESMTP id 478831706E for ; Sat, 24 Feb 2007 18:38:05 -0800 (PST) Received: from cvs.tortall.net ([69.55.238.110]) by localhost (cvs.tortall.net [69.55.238.110]) (amavisd-new, port 10024) with ESMTP id QfyzRx83bcR3 for ; Sat, 24 Feb 2007 18:38:04 -0800 (PST) Received: by cvs.tortall.net (Postfix, from userid 1000) id 4CC9C1708D; Sat, 24 Feb 2007 18:38:04 -0800 (PST) Message-Id: <20070225023804.4CC9C1708D@cvs.tortall.net> Date: Sat, 24 Feb 2007 18:38:04 -0800 (PST) From: Peter Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109511: devel/yasm: Update to 0.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Johnson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 02:40:07 -0000 >Number: 109511 >Category: ports >Synopsis: devel/yasm: Update to 0.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 25 02:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE >Description: 0.6.0 was just released. >How-To-Repeat: Current port is 0.5.0. >Fix: Patch attached. --- yasm-0.6.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/yasm/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 9 Dec 2006 03:38:17 -0000 1.15 +++ Makefile 25 Feb 2007 02:32:56 -0000 @@ -7,7 +7,7 @@ # PORTNAME= yasm -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ @@ -15,10 +15,10 @@ COMMENT= A complete rewrite of the NASM assembler USE_ICONV= yes -USE_AUTOTOOLS= autoconf:259 libltdl:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man .include @@ -35,7 +35,7 @@ .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-man MAN1= yasm.1 -MAN7= yasm_arch.7 +MAN7= yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7 .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/yasm/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 8 Aug 2006 14:33:58 -0000 1.6 +++ distinfo 25 Feb 2007 02:32:56 -0000 @@ -1,3 +1,3 @@ -MD5 (yasm-0.5.0.tar.gz) = d4931fcce497bd4f80ed349384704240 -SHA256 (yasm-0.5.0.tar.gz) = a5629aea24b0e10e23bfd88663b52544888ebed5a59b57be24042ccbbeff823e -SIZE (yasm-0.5.0.tar.gz) = 1171590 +MD5 (yasm-0.6.0.tar.gz) = 3246a73ee7e1d523ca1be8587cebac8b +SHA256 (yasm-0.6.0.tar.gz) = b3d28aa6613fe745dfdb9e46bd43d5dbaa98c7633992e13e7a6a43c8c8b7261d +SIZE (yasm-0.6.0.tar.gz) = 1192453 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/yasm/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 8 Aug 2006 14:33:58 -0000 1.2 +++ pkg-descr 25 Feb 2007 02:32:56 -0000 @@ -1,8 +1,8 @@ YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU Lesser General Public License (LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts -NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32, -and Win64 object formats, and generates source debugging information in -STABS, DWARF 2, and CodeView 8 formats. +NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O +(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source +debugging information in STABS, DWARF 2, and CodeView 8 formats. WWW: http://www.tortall.net/projects/yasm/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/yasm/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 8 Aug 2006 14:33:58 -0000 1.4 +++ pkg-plist 25 Feb 2007 02:32:56 -0000 @@ -1,5 +1,6 @@ bin/yasm include/libyasm.h +include/libyasm-stdint.h include/libyasm/arch.h include/libyasm/assocdat.h include/libyasm/bc-int.h @@ -15,12 +16,12 @@ include/libyasm/floatnum.h include/libyasm/hamt.h include/libyasm/intnum.h -include/libyasm/linemgr.h +include/libyasm/inttree.h +include/libyasm/linemap.h include/libyasm/listfmt.h include/libyasm/md5.h include/libyasm/module.h include/libyasm/objfmt.h -include/libyasm/optimizer.h include/libyasm/parser.h include/libyasm/phash.h include/libyasm/preproc.h --- yasm-0.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: