Commit graph

7 commits

Author SHA1 Message Date
Sergei Kolobov
97c91ba03d - Unbreak: the self-tests included with bglibs contains several
network related tests (namely, in net/connect4.c and net/tcp4.c)
  that fails in our package build cluster environment.
  Thus, disable running self-tests during build process - create
  a separate "selftest" Makefile target that would allow users
  to run self-tests manually with "make selftest"
- Add USE_LDCONFIG

Nagged by:	pointyhat via kris
Discussed with:	oliver
2006-09-20 10:40:31 +00:00
Sergei Kolobov
339861843a - Update to 1.101
- bglibs now installs shlibs, too - requires libtool
- remove patch integrated upstream
2006-08-09 11:53:16 +00:00
Sergei Kolobov
b34db0c847 - Attempt to fix the build on 4.x:
- 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)
2005-10-18 17:29:19 +00:00
Sergei Kolobov
ad5fef7c45 - Update to 1.027
- 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
2005-08-29 12:14:47 +00:00
Sergei Kolobov
92bf3a5842 - Update to 1.011
- Removed patches intergrated into upstream
2003-12-08 11:22:55 +00:00
Kirill Ponomarev
57de884f10 - Unbreak under GCC 3.3 (added 2 patches approved by the
author)
- Sort pkg-plist

PR:		55045
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-30 13:29:48 +00:00
Mario Sergio Fujikawa Ferreira
736b5086bb o Change location of installed headers to ${PREFIX}/include/bglibs
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
2003-06-12 15:55:03 +00:00