• pcb patch 0.001

    From Trifle Menot@triflemenot@beewyz.com to alt.bbs.pcboard on Mon Aug 29 07:13:23 2011
    From Newsgroup: alt.bbs.pcboard


    I was compiling the pcb source on a Win98 machine and found some bugs in
    the makefiles. Here's a patch:



    diff -Nru a/bbs/dev/pcb/dev/lib/source/dos/makefile b/bbs/dev/pcb/dev/lib/source/dos/makefile
    --- a/bbs/dev/pcb/dev/lib/source/dos/makefile 2011-03-27 10:59:04.000000000 -0400
    +++ b/bbs/dev/pcb/dev/lib/source/dos/makefile 2011-08-28 19:11:32.000000000 -0400
    @@ -9,7 +9,7 @@
    bcc +$(CFGDIR)\pcboard.cfg -n$(OBJDIR) @$(CFGDIR)\all.res $<

    .asm.obj:
    - tasm /mx /d__l__ $<, $(OBJDIR)
    + tasm /mx /d__l__ $<, $(OBJDIR)\$&.obj

    all: obj lib

    diff -Nru a/bbs/dev/pcb/dev/lib/source/misc/makefile b/bbs/dev/pcb/dev/lib/source/misc/makefile
    --- a/bbs/dev/pcb/dev/lib/source/misc/makefile 2011-03-27 09:28:26.000000000 -0400
    +++ b/bbs/dev/pcb/dev/lib/source/misc/makefile 2011-08-28 19:11:21.000000000 -0400
    @@ -9,7 +9,7 @@
    bcc +$(CFGDIR)\pcboard.cfg -n$(OBJDIR) @$(CFGDIR)\all.res $<

    .asm.obj:
    - tasm /mx /d__l__ $<, $(LIBDIR)\$(SUBDIR)\large
    + tasm /mx /d__l__ $<, $(OBJDIR)\$&.obj

    all: obj lib

    diff -Nru a/bbs/dev/pcb/dev/main/153/pcb_bc31.386 b/bbs/dev/pcb/dev/main/153/pcb_bc31.386
    --- a/bbs/dev/pcb/dev/main/153/pcb_bc31.386 2011-03-26 11:02:54.000000000 -0400
    +++ b/bbs/dev/pcb/dev/main/153/pcb_bc31.386 2011-08-29 02:40:28.000000000 -0400
    @@ -1,5 +1,5 @@
    /o- \bbs\dev\pcb\dev\main\obj\bc31\noscroll.obj+
    -/o- \bbs\dev\pcb\dev\lib\bcdos\bc31\misc\large\swap.obj+
    +/o- \bbs\dev\pcb\dev\lib\bcdos\bc31\misc\large.386\swap.obj+
    /o- \bbs\dev\pcb\dev\main\obj\bc31\pcboard.obj+
    /o- \bbs\dev\pcb\dev\main\obj\bc31\overlay.obj+
    /o- \bbs\dev\pcb\dev\main\obj\bc31\inkey.obj+
    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From mro@mro@eob-bbs.com.remove-eju-this to Trifle Menot on Mon Aug 29 16:45:41 2011
    From Newsgroup: alt.bbs.pcboard

    To: Trifle Menot
    .,: This is something about pcb patch 0.001,
    Trifle Menot said it to alt.bbs.pcboard on Mon Aug 29 2011 07:13 am --ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-ÄÄÄÄ---ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ---ÄÄÄÄÄÄÄÄÄ--ÄÄÄÄÄÄÄÄ
    I was compiling the pcb source on a Win98 machine and found some bugs in
    the makefiles. Here's a patch:



    diff -Nru a/bbs/dev/pcb/dev/lib/source/dos/makefile b/bbs/dev/pcb/dev/lib/so


    there's something called pastebin that's great for stuff like this.

    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Dan C@youmustbejoking@lan.invalid to alt.bbs.pcboard on Tue Aug 30 01:28:17 2011
    From Newsgroup: alt.bbs.pcboard

    On Mon, 29 Aug 2011 16:45:41 -0500, mro wrote:

    To: Trifle Menot
    .,: This is something about pcb patch 0.001,
    Trifle Menot said it to alt.bbs.pcboard on Mon Aug 29 2011 07:13 am --──────────────────────-────---───────────────---─────────--────────
    I was compiling the pcb source on a Win98 machine and found some bugs
    in the makefiles. Here's a patch:



    diff -Nru a/bbs/dev/pcb/dev/lib/source/dos/makefile b/bbs/dev/pcb/dev/lib/so


    there's something called pastebin that's great for stuff like this.

    What's wrong with the way he did it? It's not very long, no need for
    Pastebin on something like that.

    Now.... the real question is.... who in their right mind would even
    *DREAM* about running such a patch, given that the poster is unknown, and doesn't even bother to describe/explain the "bugs" in question...?

    Not me, for one.


    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he scrambled his partition table.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Trifle Menot@triflemenot@beewyz.com to alt.bbs.pcboard on Tue Aug 30 03:52:47 2011
    From Newsgroup: alt.bbs.pcboard

    On Tue, 30 Aug 2011 01:28:17 +0000 (UTC), Dan C
    <youmustbejoking@lan.invalid> wrote:

    there's something called pastebin that's great for stuff like this.

    What's wrong with the way he did it? It's not very long, no need for >Pastebin on something like that.

    Now.... the real question is.... who in their right mind would even
    *DREAM* about running such a patch, given that the poster is unknown and >doesn't even bother to describe/explain the "bugs" in question...?

    They're makefile fixes I missed when changing the build system compiler.
    The pcboard executable fails when built with Turbo C++ 3.0, but Borland
    C++ 3.1 makes it work.

    It's a small patch any good programmer can read and apply by hand to the
    DOS build system. The Illuminati will understand. :-)


    --
    Free web mail, POP3, and SMTP
    http://www.beewyz.com/freeaccounts.php

    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Robert Wolfe@rwolfe@fpsoft.net to alt.bbs.pcboard on Thu Sep 29 08:25:27 2011
    From Newsgroup: alt.bbs.pcboard

    On 8/29/2011 3:13 AM, Trifle Menot wrote:

    I was compiling the pcb source on a Win98 machine and found some bugs in
    the makefiles. Here's a patch:


    Okay, so here is my question -- where did you find the PCB source code
    at? Or are you now the new developer? :)
    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Trifle Menot@triflemenot@beewyz.com to alt.bbs.pcboard on Fri Sep 30 02:08:19 2011
    From Newsgroup: alt.bbs.pcboard

    On Thu, 29 Sep 2011 08:25:27 -0400, Robert Wolfe <rwolfe@fpsoft.net>
    wrote:

    where did you find the PCB source code at?

    It was floating around on the net for a few years, but those links are
    dead now. Not many people care anymore. I, Corey, and maybe one other
    are all I know of.


    Or are you now the new developer? :)

    I tinker with it now and then. All that kludgy EMS, XMS, DPMI, Intel
    x86 segemented architecture fascinate me. I can party all night with
    Turbo Debugger :-)



    --
    Free web mail, POP3, and SMTP
    http://www.beewyz.com/freeaccounts.php

    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Robert Wolfe@rwolfe@fpsoft.net to alt.bbs.pcboard on Mon Oct 3 20:46:11 2011
    From Newsgroup: alt.bbs.pcboard

    On 9/29/2011 10:08 PM, Trifle Menot wrote:
    On Thu, 29 Sep 2011 08:25:27 -0400, Robert Wolfe<rwolfe@fpsoft.net>
    wrote:

    where did you find the PCB source code at?

    It was floating around on the net for a few years, but those links are
    dead now. Not many people care anymore. I, Corey, and maybe one other
    are all I know of.


    Or are you now the new developer? :)

    I tinker with it now and then. All that kludgy EMS, XMS, DPMI, Intel
    x86 segemented architecture fascinate me. I can party all night with
    Turbo Debugger :-)




    So got a place where one can get a copy of what you've worked on so far?
    --- Synchronet 3.17a-Linux NewsLink 1.108
  • From Trifle Menot@triflemenot@beewyz.com to alt.bbs.pcboard on Tue Oct 4 04:40:56 2011
    From Newsgroup: alt.bbs.pcboard

    On Mon, 03 Oct 2011 20:46:11 -0400, Robert Wolfe <rwolfe@fpsoft.net>
    wrote:

    So got a place where one can get a copy of what you've worked on so far?

    Yes but you will need some hints to get started with it. Email me for
    details.


    --
    Free web mail, POP3, and SMTP
    http://www.beewyz.com/freeaccounts.php

    --- Synchronet 3.17a-Linux NewsLink 1.108