Age | Commit message (Collapse) | Author | Files | Lines |
|
devel/ruby-debugger: build fix
devel/ruby-debugger-linecache: build fix
Revisions pulled up:
- devel/ruby-debugger-linecache/Makefile 1.3
- devel/ruby-debugger/Makefile 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 27 12:06:16 UTC 2015
Modified Files:
pkgsrc/devel/ruby-debugger: Makefile
pkgsrc/devel/ruby-debugger-linecache: Makefile
Log Message:
Drop ruby21 support.
|
|
|
|
|
|
|
|
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
|
|
debugger is a fast implementation of the standard Ruby debugger debug.rb.
It is implemented by utilizing a new Ruby C API hook. The core component
provides support that front-ends can build on. It provides breakpoint
handling, bindings for stack frames among other things.
|