ghc: Fix notes: PDF docs arent't built, fix typoThe PDF documentation wasn't built in my local build with trace mode, so
remove the line from the notes section since it points to a non-existant
file.
Additionally, fix a typo in the notes message.
ghc: Add missing build dependenciesThe bootstrap variant now requires autoconf and automake to be installed
for the build to succeed. This was caught by trace mode.
Updated nsd to 4.2.1, added startupitem to nsd, added @gctwnl as maintainer Improved startupitem for unbound so it will start after reboot Redirected stderr of startupitem commands to stdout as launchd redirects stderr to a black holeRevert "Updated nsd to 4.2.1, added startupitem to nsd, added @gctwnl as maintainer"
There was a revision statement in the nsd Portfile that is unnecessary
This reverts commit 6cb3246869417238eb1fb10f05cf0c1b0b27d725.
nsd, unbound: updated and/or improved startupitem
* Updated nsd to version 4.2.1
* Added startupitem for nsd
* Added maintainer for nsd
* Added startupitem for nsd, improved it ...
ocaml-camlidl: revbump due to https://github.com/macports/macports-ports/commit/ea518a2ab572fd1b775e70e0bf97109695ce2cb1Fix the build failure of plplot +ocaml
gegl-0.3: fix build against new exiv2 0.27.1there was some shuffling of the headers in exiv2
it is now recommended to include just one header rather
than individual headers
see <https://github.com/Exiv2/exiv2/issues/893>
this fixes the build of gegl-0.3 against the new exiv2 headers
julia: Update to v1.1.1 with Portfile simplifications* Update to latest Julia release 1.1.1
* Simplify Portfile for easier maintenance
* Build all julia dependencies from source
* GPG verification
* Run make test
ghc: Update to 8.6.5 and major Portfile refactoring* Download x86_64-apple-darwin version from haskell.org
* Include gpg signature verification
* Bootstrap from source
* Eliminate old patch files, compiler incompatibilities
gcc5: libgcj compatibility with libgcc9libgcc_s.1.dylib formerly provided
__darwin10_Unwind_FindEnclosingFunction, but this is no longer true as
of GCC 9.1.0. This symbol is used by libgcj, and its absence causes the
compiler gcj-mp-5 and ports that are built by gcj to abort on any
attempted call. Provide a hidden definition in gcc5's libgcj.16.dylib
for libgcj's own use.
gcc5 is the most recent MacPorts GCC port to provide gcj.
C...
gpsd-devel: update to 20190817-a4ecde71This once again works on all OS versions, after fixing upstream bugs.
TESTED:
Ran "port upgrade gpsd-devel" on Mac Pro 10.9, MacBook Pro 10.9,
PowerBook 10.5, and VMs for 10.5-10.13.
plplot-single: fix typo in codeTypo introduced in
https://sourceforge.net/p/plplot/plplot/ci/7e7acff15a6eb8aff3b13d94740622b571f0ad77/
No revbump since port either builds correctly or not at all.
git-extras: update to 5.0.0Since the last release (4.7.0 X-ray):
updated man pages or documentation 11 times
fixed installation/update 3 times
6 unique contributors
Break change:
Since 5.0.0,
git line-summary is removed
git undo -s won't touch the index, just like the git reset --soft
git rename-branch change the argument order from git rename-branch new old to git rename-branch old new.
https...