Date: Mon, 1 Nov 2004 00:26:03 GMT From: Peter Johnson <freebsd@bilogic.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/73366: Update devel/yasm to 0.4.0 Message-ID: <200411010026.iA10Q36E062679@www.freebsd.org> Resent-Message-ID: <200411010030.iA10UTkg001198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73366 >Category: ports >Synopsis: Update devel/yasm to 0.4.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: Mon Nov 01 00:30:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: 5.2.1 >Organization: >Environment: FreeBSD powerplant.home.bilogic.org 5.2.1-RELEASE-p9 >Description: Yasm 0.4.0 has been released; the port is at 0.3.0. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/yasm/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 30 Mar 2004 19:20:16 -0000 1.7 +++ Makefile 1 Nov 2004 00:21:05 -0000 @@ -7,19 +7,18 @@ # PORTNAME= yasm -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A complete rewrite of the NASM assembler -BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c - +MAN1= yasm.1 +MAN7= yasm_arch.7 +MANCOMPRESSED= yes USE_ICONV= yes USE_GETTEXT= yes -USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/yasm/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Jan 2004 07:23:30 -0000 1.3 +++ distinfo 1 Nov 2004 00:21:05 -0000 @@ -1,2 +1,2 @@ -MD5 (yasm-0.3.0.tar.gz) = ca5e82c3f567186cdf8811c0b785aa5e -SIZE (yasm-0.3.0.tar.gz) = 1141208 +MD5 (yasm-0.4.0.tar.gz) = 2360e20c4e105ba95f4e9135a7901183 +SIZE (yasm-0.4.0.tar.gz) = 1116987 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/yasm/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 12 Jan 2004 23:57:00 -0000 1.2 +++ pkg-plist 1 Nov 2004 00:21:05 -0000 @@ -1,6 +1,7 @@ bin/yasm include/libyasm.h include/libyasm/arch.h +include/libyasm/assocdat.h include/libyasm/bc-int.h include/libyasm/bitvect.h include/libyasm/bytecode.h @@ -15,6 +16,7 @@ include/libyasm/hamt.h include/libyasm/intnum.h include/libyasm/linemgr.h +include/libyasm/listfmt.h include/libyasm/objfmt.h include/libyasm/optimizer.h include/libyasm/parser.h @@ -31,6 +33,10 @@ lib/yasm/arch_x86.so lib/yasm/dbgfmt_null.a lib/yasm/dbgfmt_null.so +lib/yasm/dbgfmt_stabs.a +lib/yasm/dbgfmt_stabs.so +lib/yasm/listfmt_nasm.a +lib/yasm/listfmt_nasm.so lib/yasm/objfmt_bin.a lib/yasm/objfmt_bin.so lib/yasm/objfmt_coff.a @@ -41,6 +47,8 @@ lib/yasm/objfmt_elf.so lib/yasm/objfmt_win32.a lib/yasm/objfmt_win32.so +lib/yasm/objfmt_xdf.a +lib/yasm/objfmt_xdf.so lib/yasm/optimizer_basic.a lib/yasm/optimizer_basic.so lib/yasm/parser_nasm.a Index: files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/devel/yasm/files/patch-ltmain.sh,v retrieving revision 1.1 diff -u -r1.1 patch-ltmain.sh --- files/patch-ltmain.sh 7 Apr 2003 05:24:22 -0000 1.1 +++ files/patch-ltmain.sh 1 Nov 2004 00:21:05 -0000 @@ -1,6 +1,6 @@ ---- config/ltmain.sh.orig Mon Apr 7 13:08:30 2003 -+++ config/ltmain.sh Mon Apr 7 13:08:44 2003 -@@ -5288,10 +5288,12 @@ +--- config/ltmain.sh.orig Sat Oct 30 20:55:58 2004 ++++ config/ltmain.sh Sun Oct 31 16:12:55 2004 +@@ -5551,10 +5551,12 @@ fi # Install the pseudo-library for information purposes. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411010026.iA10Q36E062679>