aboutsummaryrefslogtreecommitdiff
path: root/devel/bglibs/files
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak: the self-tests included with bglibs contains severalSergei Kolobov2006-09-201-0/+11
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=173455
* - Update to 1.101Sergei Kolobov2006-08-091-9/+0
| | | | | | | | - bglibs now installs shlibs, too - requires libtool - remove patch integrated upstream Notes: svn path=/head/; revision=170189
* - Attempt to fix the build on 4.x:Sergei Kolobov2005-10-181-0/+9
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=145779
* - Update to 1.027Sergei Kolobov2005-08-291-11/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=141282
* - Update to 1.011Sergei Kolobov2003-12-082-101/+0
| | | | | | | - Removed patches intergrated into upstream Notes: svn path=/head/; revision=95348
* - Unbreak under GCC 3.3 (added 2 patches approved by theKirill Ponomarev2003-07-302-0/+101
| | | | | | | | | | | | author) - Sort pkg-plist PR: 55045 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85912
* o Change location of installed headers to ${PREFIX}/include/bglibsMario Sergio Fujikawa Ferreira2003-06-121-0/+11
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 Notes: svn path=/head/; revision=82868