[Midnightbsd-cvs] mports: devel/nasm: Update to 0.99.01

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 21 15:48:00 EDT 2007


Log Message:
-----------
Update to 0.99.01

Modified Files:
--------------
    mports/devel/nasm:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)

Added Files:
-----------
    mports/devel/nasm/files:
        patch-output::outelf32.c (r1.1)
        patch-output::outelf64.c (r1.1)

Removed Files:
-------------
    mports/devel/nasm/files:
        patch-output::outelf.c

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/nasm/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/nasm/Makefile -Ldevel/nasm/Makefile -u -r1.2 -r1.3
--- devel/nasm/Makefile
+++ devel/nasm/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nasm
-PORTVERSION=	0.98.39
+PORTVERSION=	0.99.01
 PORTEPOCH=	1
 CATEGORIES=	devel lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/nasm/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/nasm/distinfo -Ldevel/nasm/distinfo -u -r1.1 -r1.2
--- devel/nasm/distinfo
+++ devel/nasm/distinfo
@@ -1,3 +1,3 @@
-MD5 (nasm-0.98.39.tar.bz2) = 2032ad44c7359f7a9a166a40a633e772
-SHA256 (nasm-0.98.39.tar.bz2) = 7865f74acac6b7dccb58eda9164a86da40968eea8aa650926594e0083eaaed77
-SIZE (nasm-0.98.39.tar.bz2) = 543976
+MD5 (nasm-0.99.01.tar.bz2) = 8d76c660aa579986bfd01018d30d317b
+SHA256 (nasm-0.99.01.tar.bz2) = 9f2138f9e6d349186c96508c59eb0c1024f6c7b89c3feb3a3746a7bc13997840
+SIZE (nasm-0.99.01.tar.bz2) = 575473
--- devel/nasm/files/patch-output::outelf.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/devel/nasm/files/patch-output::outelf.c,v 1.2 2005/01/24 23:14:54 krion Exp $
-
---- output/outelf.c.orig
-+++ output/outelf.c
-@@ -1431,7 +1431,7 @@
-        the source-file, the n_desc field should be set to the number
-        of remaining stabs
-      */
--    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, strlen(allfiles[0] + 12));
-+    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, stabstrlen);
- 
-     ptr = stabslines;
-     numstabs = 0;
--- /dev/null
+++ devel/nasm/files/patch-output::outelf32.c
@@ -0,0 +1,11 @@
+--- output/outelf32.c.orig	Tue Aug 21 15:41:39 2007
++++ output/outelf32.c	Tue Aug 21 15:42:09 2007
+@@ -1461,7 +1461,7 @@
+        the source-file, the n_desc field should be set to the number
+        of remaining stabs
+      */
+-    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, strlen(allfiles[0] + 12));
++    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, stabstrlen);
+ 
+     ptr = stabslines;
+     numstabs = 0;
--- /dev/null
+++ devel/nasm/files/patch-output::outelf64.c
@@ -0,0 +1,11 @@
+--- output/outelf64.c.orig	Tue Aug 21 15:42:22 2007
++++ output/outelf64.c	Tue Aug 21 15:42:41 2007
+@@ -1460,7 +1460,7 @@
+        the source-file, the n_desc field should be set to the number
+        of remaining stabs
+      */
+-    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, strlen(allfiles[0] + 12));
++    WRITE_STAB(sptr, fileidx[0], 0, 0, 0, stabstrlen);
+ 
+     ptr = stabslines;
+     numstabs = 0;


More information about the Midnightbsd-cvs mailing list