[Midnightbsd-cvs] mports [21978] trunk/devel/dev86: clean comment, add patches

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 1 02:26:17 EDT 2016


Revision: 21978
          http://svnweb.midnightbsd.org/mports/?rev=21978
Author:   laffer1
Date:     2016-10-01 02:26:17 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
clean comment, add patches

Modified Paths:
--------------
    trunk/devel/dev86/Makefile

Added Paths:
-----------
    trunk/devel/dev86/files/patch-as__genlist.c
    trunk/devel/dev86/files/patch-unproto__tok_io.c

Modified: trunk/devel/dev86/Makefile
===================================================================
--- trunk/devel/dev86/Makefile	2016-10-01 06:25:33 UTC (rev 21977)
+++ trunk/devel/dev86/Makefile	2016-10-01 06:26:17 UTC (rev 21978)
@@ -9,7 +9,7 @@
 DISTNAME=	Dev86src-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Robert de Bath's 8086 development tools
+COMMENT=	8086 development tools
 
 LICENSE=	gpl2
 

Added: trunk/devel/dev86/files/patch-as__genlist.c
===================================================================
--- trunk/devel/dev86/files/patch-as__genlist.c	                        (rev 0)
+++ trunk/devel/dev86/files/patch-as__genlist.c	2016-10-01 06:26:17 UTC (rev 21978)
@@ -0,0 +1,11 @@
+--- as/genlist.c.orig	2001-06-23 22:13:19.000000000 +0200
++++ as/genlist.c	2013-03-10 18:40:54.000000000 +0100
+@@ -119,7 +119,7 @@ register char *where;
+     power = 5;			/* actually 1 more than power */
+     do
+     {
+-	for (digit = '0', power_of_10 = (powers_of_10 - 1)[power];
++	for (digit = '0', power_of_10 = powers_of_10[power - 1];
+ 	     num >= power_of_10; num -= power_of_10)
+ 	    ++digit;
+ 	if (power <= width)


Property changes on: trunk/devel/dev86/files/patch-as__genlist.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dev86/files/patch-unproto__tok_io.c
===================================================================
--- trunk/devel/dev86/files/patch-unproto__tok_io.c	                        (rev 0)
+++ trunk/devel/dev86/files/patch-unproto__tok_io.c	2016-10-01 06:26:17 UTC (rev 21978)
@@ -0,0 +1,11 @@
+--- unproto/tok_io.c.orig	2012-07-22 15:06:47.000000000 +0200
++++ unproto/tok_io.c	2012-07-22 15:08:08.000000000 +0200
+@@ -189,7 +189,7 @@
+ 
+ /* do_control - parse control line */
+ 
+-static int do_control()
++static void do_control()
+ {
+     struct token *t;
+     int     line;


Property changes on: trunk/devel/dev86/files/patch-unproto__tok_io.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list