This was probably a decade old oversight, but mail has spawned as
"sendmail" but set with first argument as "send-mail", requiring mail
wrapper to know both sendmail and send-mail. The path and zero argument
should match, so let's do that here.
Taken from: DragonFly
This "game" was never completed, it was never playable, and now it looks
like it's not even being developed "slowly". The respository and dev wiki
don't resolve (dyndns.org). In my opinion, it never had the quality to
enter ports. Since it's explicitly unmaintained, I'm setting it to be
removed on 10 April 2015.
- Add USES+= readline to work around readline removal from base,
which causes build-issues on 11.0-CURRENT
- While there, remove GH_COMMIT
Spotted by: Maxim Filimonov <che@bein.link>
Differential Revision: https://reviews.freebsd.org/D2147
Approved by: koobs (mentor)
For bsd.gecko.mk, replace PTHREAD_LIBS with "-pthread", the same value
it was using before.
Approved by: PTHREAD blanket (completes task)
Approved by: portmgr (bapt)
The patching of Configure file for pthreads is unnecessary -- the effect
of -lpthread -D_REENTRANT is the same as -pthread -D_REENTRANT, so just
remove it to make things even more simpler.
Changes:
patch-nvidia.sh:
- handle nvidia-driver with package name suffix [1]
- handle i386-wine with arbitary package name suffix
- remove support for old pkg_ tools
PR: 198497 [1]
Consule is a distributed, highly available and data center aware tool for
discovering and configuring services.
Set maintainer to myself for now since I made so many changes I'm not sure
submitter wants to maintain any more.
PR: 192937
Submitted by: Thomas Bartelmess <thomas@bartelmess.io> (based on)
TLS1.1 and 1.2 if the protocols aren't available at compile-time.
Otherwise the software attempts to use them at run-time and fails.
Fix-up the tests. Disable regression-test until I figure out, why
it hangs here...
Add rpm4 as extract requisite, and use rpm2archive to get something that
yields non-zero-sized manual pages.
While here, clean up pkg-plist a bit.
Bump PORTREVISION.
PR: 196414
Submitted by: peterj
Reviewed by: xmj
Approved by: emulation (eadler)
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket