Bug 117480 - New Port: devel/dev86 -- 8086 Development Tools
Summary: New Port: devel/dev86 -- 8086 Development Tools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 12:20 UTC by Philip Schulz
Modified: 2008-02-20 21:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.72 KB, text/plain)
2007-10-25 12:20 UTC, Philip Schulz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Schulz 2007-10-25 12:20:03 UTC
There is a 8086 development environment maintained by Robert de Bath at http://homepage.ntlworld.com/robert.debath/

Parts of it is already provided through devel/bin86, however that port is missing the bcc part. There also is devel/bcc, which provides an (what seems to be) outdated version of bcc. Both port are marked as conflicting (which is right since they both install an as86 binary).

This port includes both bcc and the 8086 binutils.

The bcc included in this port is devel/bcc plus additions (according to the project's homepage). Also, devel/bin86 installes only the binutils part of this port. So I think both devel/bcc and devel/bin86 can be replaced by this port. Or left as is, since this port is marked as conflicting with both devel/bcc and devel/bin86.

Fix: See attached shar.

Patch attached with submission follows:
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-20 17:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-20 21:16:07 UTC
alepulver    2008-02-20 21:16:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/dev86          Makefile distinfo pkg-descr pkg-plist 
    devel/dev86/files    patch-Makefile 
  Log:
  This is port of Robert de Bath's 8086 Linux development environment. It is an
  extension to Bruce Evan's C compiler (devel/bcc port).
  
  WWW: http://homepage.ntlworld.com/robert.debath/
  
  PR:             ports/117480
  Submitted by:   Philip Schulz <phs at deadc0.de>
  
  Revision  Changes    Path
  1.3002    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/dev86/Makefile (new)
  1.1       +3 -0      ports/devel/dev86/distinfo (new)
  1.1       +11 -0     ports/devel/dev86/files/patch-Makefile (new)
  1.1       +4 -0      ports/devel/dev86/pkg-descr (new)
  1.1       +24 -0     ports/devel/dev86/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-20 21:17:46 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!