OSVERSION was used without OPSYS. This fix really should be
"if dragonfly or (freebsd osversion < X)" but currently OSVERSION
is valid as long as OPSYS <> DragonFly so this change will work and
is simpler than the "real" fix. Ideally all of this should be replaced
with a feature detection mechanism.
This port has failed on multi-job builds at least three times. This last
time the failure occurred when common.o object file was used before it
was built.
conversion in r364450. This feature is still very useful for meta packages
to be able to easily depend on py-* packages using the correct PY_* vars.
For the sake of POLA retain the same name so previously working ports just work.
Changes:
* Don't install missing dependencies which are already satisfied (#62).
Note that this purposely causes these missing dependencies to not show
in the job (-n) and final results output which is a compromise to at least
avoid the wrong packages being installed. The logging issue is in #30.
does not succeed in any case.
The do-build target does not need to use bash, or even an extra
level of shell.
There are two levels of parallelism in the openoffice build framework.
Split MAKE_JOBS_NUMBER between the two levels instead of potentially
running MAKE_JOBS_NUMBER^2 compilations in parallel.
PR: 199930
Approved by: mat (mentor, implicit)
mythology, history and fiction.
In the Wyrmsun universe a myriad of inhabited planets exist. Humans
dwell on Earth, while dwarves inhabit Nidavellir and elves nourish
the world of Alfheim. These peoples struggle to carve a place for
themselves with their tools of stone, bronze and iron. And perhaps
one day they will meet one another, beyond the stars...
WWW: http://www.indiedb.com/games/wyrmsun
Note: Lftp, when built with OpenSSL, now needs OpenSSL >= 1.0.1. On older
FreeBSD releases (8.x and 9.x), base OpenSSL is too old. In this case, the
ports' version will be used.
Thunderbird 31.7.0 wasn't actually released yet despite
THUNDERBIRD_31_7_0_RELEASE tag in comm-esr31 hg repo 1 week old.
Based on #releng IRC logs it seems there was an issue with automation.
Hopefully, upstream doesn't abandon 31.7.0 in favor of 38.0.
To avoid in future testing patience (BROKEN vs. PORTEPOCH) due to
discrepancy with release announcments let's fall back to candidates.
Reported by: pkg-fallout
MFH: 2015Q2
X-MFH-With: r386162
The ports framework properly handles this but the tools that are used do not.
Portmaster and Portupgrade both incorrectly install openssh-portable even if
ssh-agent is installed already. Poudriere does not install or add a dependency
on it, but it does build the dependency.
At least the portmaster and portupgrade issues must be resolved first. They
will also fix any other port installing unneeded dependencies and allow
many of the exists() checks to come out of the tree.