[Midnightbsd-cvs] mports: devel/nasm: Revert to .98.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 25 02:21:01 EDT 2007


Log Message:
-----------
Revert to .98.  sdl src/hermes won't compile with the newer version.

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

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/nasm/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldevel/nasm/Makefile -Ldevel/nasm/Makefile -u -r1.3 -r1.4
--- devel/nasm/Makefile
+++ devel/nasm/Makefile
@@ -7,7 +7,8 @@
 #
 
 PORTNAME=	nasm
-PORTVERSION=	0.99.01
+PORTVERSION=	0.98.39
+PORTVERSION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/nasm/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/nasm/distinfo -Ldevel/nasm/distinfo -u -r1.2 -r1.3
--- devel/nasm/distinfo
+++ devel/nasm/distinfo
@@ -1,3 +1,3 @@
-MD5 (nasm-0.99.01.tar.bz2) = 8d76c660aa579986bfd01018d30d317b
-SHA256 (nasm-0.99.01.tar.bz2) = 9f2138f9e6d349186c96508c59eb0c1024f6c7b89c3feb3a3746a7bc13997840
-SIZE (nasm-0.99.01.tar.bz2) = 575473
+MD5 (nasm-0.98.39.tar.bz2) = 2032ad44c7359f7a9a166a40a633e772
+SHA256 (nasm-0.98.39.tar.bz2) = 7865f74acac6b7dccb58eda9164a86da40968eea8aa650926594e0083eaaed77
+SIZE (nasm-0.98.39.tar.bz2) = 543976
--- devel/nasm/files/patch-output::outelf32.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
--- devel/nasm/files/patch-output::outelf64.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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