- add patch for <time.h> that should be <sys/time.h>
- newer versions of bglibs use some C9X/C99 macros (e.g. va_copy)
which are only available in GCC 3.x. This should be a NOOP
on 5.x but seems to fix the breakage under 4.x, although
at the expense of the heavy GCC dependency
Submitted by: Dale Woolridge (in private e-mail)
- Move installed libs into a subdir - ${PREFIX}/lib/bglibs.
This should help prevent namespace pollution and avoid conflicts
over generic library names.
NOTE: header files are installed into ${PREFIX}/include/bglibs
for the same reasons.
- Remove patch we do not need anymore
due to high risk of conflicts with other ports over generic names
such as uint32.h, uint64.h, iobuf.h, etc
o Bump PORTREVISION
PR: 52908
Submitted by: maintainer