The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD devel : bglibs

One stop library package by Bruce Guenter

 This package contains a collection of libraries written by Bruce Guenter
and put in use in his various "bgware" packages.

Author: Bruce Guenter 
 

http://untroubled.org/bglibs/



bglibs history


v. 1.29
date: 2007/01/29 19:05:02;  author: gabor;  state: Exp;  lines: +0 -2
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:	portmgr (erwin), erwin (mentor)

v. 1.28 date: 2006/12/16 14:30:36; author: miwi; state: Exp; lines: +1 -1 - Update to 1.102 PR: ports/105698 Submitted by: Thomas Abthorpe Approved by: maintainer timeout
v. 1.27 date: 2006/09/20 10:40:31; author: sergei; state: Exp; lines: +4 -4 - 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
v. 1.26 date: 2006/09/02 16:50:56; author: kris; state: Exp; lines: +2 -0 Schedule these broken ports for termination on 2006-12-01
v. 1.25 date: 2006/08/31 16:11:05; author: kris; state: Exp; lines: +2 -0 BROKEN: Fails self-tests
v. 1.24 date: 2006/08/09 11:53:16; author: sergei; state: Exp; lines: +2 -1 - Update to 1.101 - bglibs now installs shlibs, too - requires libtool - remove patch integrated upstream
v. 1.23 date: 2006/04/26 20:38:11; author: sergei; state: Exp; lines: +4 -1 - Upgrade to 1.041
v. 1.22 date: 2005/12/08 17:27:01; author: sergei; state: Exp; lines: +1 -1 - Update to 1.031 (unbreaks fetching)
v. 1.21 date: 2005/11/28 15:34:27; author: sergei; state: Exp; lines: +1 -2 - Update to 1.028 Prompted by: edwin's Ports Version Check
v. 1.20 date: 2005/10/21 09:31:50; author: sergei; state: Exp; lines: +1 -1 - Bump PORTREVISION - forgotten in the previous commit (build fix on 4.x)
v. 1.19 date: 2005/10/18 17:29:18; author: sergei; state: Exp; lines: +1 -0 - Attempt to fix the build on 4.x: - add patch for that should be - 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)
v. 1.18 date: 2005/08/30 08:39:29; author: sergei; state: Exp; lines: +3 -1 - Install binaries into ${PREFIX}/bin instead of the default hardcoded /usr/local/bin path - Update pkg-plist - Bump PORTREVISION Noticed by: pointyhat
v. 1.17 date: 2005/08/29 12:14:46; author: sergei; state: Exp; lines: +8 -3 - 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
v. 1.16 date: 2004/11/29 09:11:33; author: sergei; state: Exp; lines: +2 -0 - bglibs continues to coredump in self-tests phase on alpha; thus, mark this port broken on alpha
v. 1.15 date: 2004/11/18 17:31:02; author: sergei; state: Exp; lines: +2 -8 - Update to 1.019
v. 1.14 date: 2004/03/27 21:37:47; author: sergei; state: Exp; lines: +1 -3 - Update to 1.017 (this unbreaks fetching) Prompted by: kris
v. 1.13 date: 2004/03/27 14:06:56; author: kris; state: Exp; lines: +2 -0 BROKEN: Unfetchable
v. 1.12 date: 2004/03/15 16:04:55; author: sergei; state: Exp; lines: +1 -2 - Update to 1.016
v. 1.11 date: 2004/02/23 03:52:12; author: kris; state: Exp; lines: +1 -1 This is broken on alpha 4.x as well.
v. 1.10 date: 2004/02/23 03:51:28; author: kris; state: Exp; lines: +7 -1 BROKEN on alpha 5.x: Does not compile (coredump)
v. 1.9 date: 2003/12/24 13:50:39; author: sergei; state: Exp; lines: +8 -6 - Install HTML documentation - 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
v. 1.8 date: 2003/12/08 11:22:55; author: sergei; state: Exp; lines: +1 -2 - Update to 1.011 - Removed patches intergrated into upstream
v. 1.7 date: 2003/10/23 05:42:42; author: sergei; state: Exp; lines: +1 -1 Change to my @FreeBSD.org address. Approved by: krion
v. 1.6 date: 2003/07/30 13:29:47; author: krion; state: Exp; lines: +0 -2 - 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)
v. 1.5 date: 2003/06/12 15:55:03; author: lioux; state: Exp; lines: +2 -1 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
v. 1.4 date: 2003/06/12 01:51:41; author: lioux; state: Exp; lines: +2 -0 o Do not try building this port under both alpha and ia64 ARCHes o This application does build on those platforms on Debian. A solution is being sought for FreeBSD. PR: 53175 Submitted by: maintainer
v. 1.3 date: 2003/04/09 08:38:03; author: kevlo; state: Exp; lines: +1 -1 Update to 1.009 PR: 50716 Submitted by: MAINTAINER
v. 1.2 date: 2003/04/04 00:44:16; author: edwin; state: Exp; lines: +1 -5 Unbreak devel/bglibs by upgrading to 1.008 - 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
v. 1.1 date: 2003/03/31 08:55:48; author: edwin; state: Exp; devel/bglibs: One stop library package by Bruce Guenter This package contains a collection of libraries written by Bruce Guenter and put in use in his various "bgware" packages. Author: Bruce Guenter WWW: http://untroubled.org/bglibs/ PR: ports/48900,ports/49962,ports/50276 Submitted by: Sergei Kolobov =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm