| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
textproc)
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
|
|
|
| |
Submitted by: az@
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
| |
Approved by: erwin@ (portmgr)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
| |
|
| |
|
|
|
|
| |
Approved by: demon (mentor)
|
|
|
|
|
|
|
| |
Update to 0.03
PR: ports/51687
Submitted by: Mathieu Arnold <m@absolight.net>
|
|
This module is a wrapper around the diff algorithm from the
module Algorithm::Diff. It's job is to simplify a visualization
of the differences of each strings.
Compared to the many other Diff modules, the output is
neither in diff-style nor are the recognised differences
on line or word boundaries, they are at character level.
PR: ports/51434
Submitted by: Mathieu Arnold <m@absolight.net>
|