DragonFly does not support SCTP. This was detected fine in the configure
script, but check-plist failed due to an SCTP file that didn't get
installed. The configure script takes options for SCTP and IPv6, so turn
those into options. Use the brand-new OPTIONS_EXCLUDE_DragonFly feature
to allow SCTP to be on by default for FreeBSD and not even an option for
DragonFly.
Word around broken build on FreeBSD 11.0-CURRENT i386, which appears
to be a code generation bug in clang 3.6 when using -Os optimization.
Build using the ports version of graphics/silgraphite instead of
building an internal copy.
When building with clang, use the ports version of devel/boost-libs
instead of an internal copy.
Use the dictionaries already installed by ports.
Update the patch-bridges and patch-*.mk patches to versions that
will be sent upstream. The latter are tuned for clang to use as
is, with only some minor additional tweaks needed for gcc.
Nuke patch-webdav because it has been incorporated upstream.
Wordsmith pkg-message.
Various Makefile cleanups.
Differential Revision: https://reviews.freebsd.org/D2108
Reviewed by: pfg
Approved by: mat (mentor)
This simple addition greatly simplifies the removal of options as a
function of operating system, e.g. OPTIONS_EXCLUDE_DragonFly.
Approved by: portmgr (bdrewery)
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)