stdfix.h, stdalign.h, and stdnoreturn.h
Ensure these headers are usable on all archs by ensuring that
openbsd-stdint.h is used on all archs.
While here, explicitly add the --disable-libssp flag to configure,
otherwise it will get built and installed.
Sync the PLISTs for these changes.
Prompted and much help and diagnosis on macppc by George Koehler.
Feedback from sthen@ and pascal@
ok pascal@
from Edward Lopez-Acosta
pkg/DESCR:
Arrow is a lightweight library which makes working with dates and times
simpler. This is done by including an API which supports many common
scenarios. Arrow can also easily generate time span, ranges and more while
being a drop in replacement for the standard datetime module.
As this brings new libraries on supported architectures, split the
package into -main and -md subpackages, keeping plist updates simpler
and avoiding need for knowledge of supported arches in dependent
ports. Also means that if future ports start picking up the MD
libraries they will be easier to find. (Thanks aja@ for running a
bulk build and check-lib-depends run with an earlier version to
make sure existing ports don't pick up the new libs.)
ok rsadowski@
Bumps for ports using boost as LIB_DEPENDS or RUN_DEPENDS to
follow.
5108. [bug] Named could fail to determine bottom of zone when
removing out of date keys leading to invalid NSEC
and NSEC3 records being added to the zone. [GL #771]
NLopt is a library for nonlinear local and global optimization, for functions
with and without gradient information. It is designed as a simple, unified
interface and packaging of several free/open-source nonlinear optimization
libraries.
Feedback and OK sthen
- obsolete_reason for 5.6-only ports,
- update old "rename pecl-foo -> pecl56-foo" entries to use pecl71-foo
- add new "rename pecl56/70-foo -> pecl71-foo" entries to make sure
extensions that were installed standalone rather than as a dependency
of another port get updated
In the commit
revision 1.8
date: 2016/04/25 09:09:17; author: danj; state: Exp; lines: +10 -5;
commitid: Q1CPa59twalxlTp4;
update py-smmap to 0.9.0
ok jca@
I added a py3 flavor but didn't hook it up. It packages fine, do it now.