- 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
- Remove NOT_FOR_ARCHS - this version should build fine on 64-bit platforms
- Sort pkg-plist
- Cosmetic fixes to unify with other untroubled.org ports
- Bump PORTREVISION
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
- Update to 1.008 (also unbreaking the port due to unfetchable
1.007 distfile)
- Remove USE_REINPLACE - patching in pre-build is no longer
needed
PR: ports/50560
Submitted by: Sergei Kolobov <sergei@kolobov.com>
This package contains a collection of libraries written by
Bruce Guenter and put in use in his various "bgware" packages.
Author: Bruce Guenter <bruceg@em.ca>
WWW: http://untroubled.org/bglibs/
PR: ports/48900,ports/49962,ports/50276
Submitted by: Sergei Kolobov <sergei@kolobov.com>