| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to the author:
-----
From: Charles Rapp
Subject: RE: Was 4.2.2 rerolled?
Boris,
I realized after the initial release that the build missed 1 line change of the C# bug fix due to a CVS problem. SmcCSharpGenerator.java, line 1456 was built as:
if (loopbackFlag == false || hasActions == false)
and was corrected to:
if (loopbackFlag == false || hasActions == true)
So I corrected the CVS problem, rebuilt and re-released the tarball without modifying the release.
I apologize for any inconvience this has caused.
Charles Rapp
-----
PR: 88291
Submitted by: Boris B. Samorodov
|
| |
|
| |
|
|
|
|
| |
- Fix pkg-plist to calm portlint
|
| |
|
|
The State Machine Compiler
|