aboutsummaryrefslogtreecommitdiff
path: root/devel/bglibs
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-291-2/+0
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=183644
* - Update to 1.102Martin Wilke2006-12-162-7/+4
| | | | | | | | | PR: ports/105698 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout Notes: svn path=/head/; revision=179947
* - Unbreak: the self-tests included with bglibs contains severalSergei Kolobov2006-09-202-4/+15
| | | | | | | | | | | | | | | 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
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* BROKEN: Fails self-testsKris Kennaway2006-08-311-0/+2
| | | | Notes: svn path=/head/; revision=171723
* - Update to 1.101Sergei Kolobov2006-08-094-25/+47
| | | | | | | | - bglibs now installs shlibs, too - requires libtool - remove patch integrated upstream Notes: svn path=/head/; revision=170189
* - Upgrade to 1.041Sergei Kolobov2006-04-263-7/+11
| | | | Notes: svn path=/head/; revision=160537
* - Update to 1.031 (unbreaks fetching)Sergei Kolobov2005-12-083-7/+8
| | | | Notes: svn path=/head/; revision=150679
* - Update to 1.028Sergei Kolobov2005-11-282-8/+7
| | | | | | | Prompted by: edwin's Ports Version Check Notes: svn path=/head/; revision=149787
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149422
* - Bump PORTREVISION - forgotten in the previous commit (build fix on 4.x)Sergei Kolobov2005-10-211-1/+1
| | | | Notes: svn path=/head/; revision=146006
* - Attempt to fix the build on 4.x:Sergei Kolobov2005-10-182-0/+10
| | | | | | | | | | | | | - 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
* - Install binaries into ${PREFIX}/bin instead of the defaultSergei Kolobov2005-08-302-1/+5
| | | | | | | | | | | hardcoded /usr/local/bin path - Update pkg-plist - Bump PORTREVISION Noticed by: pointyhat Notes: svn path=/head/; revision=141411
* - Update to 1.027Sergei Kolobov2005-08-294-86/+108
| | | | | | | | | | | | - 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
* - bglibs continues to coredump in self-tests phase on alpha;Sergei Kolobov2004-11-291-0/+2
| | | | | | | thus, mark this port broken on alpha Notes: svn path=/head/; revision=122741
* - Update to 1.019Sergei Kolobov2004-11-183-10/+23
| | | | Notes: svn path=/head/; revision=121883
* - Update to 1.017 (this unbreaks fetching)Sergei Kolobov2004-03-272-5/+3
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=105451
* BROKEN: UnfetchableKris Kennaway2004-03-271-0/+2
| | | | Notes: svn path=/head/; revision=105419
* - Update to 1.016Sergei Kolobov2004-03-153-4/+18
| | | | Notes: svn path=/head/; revision=104096
* This is broken on alpha 4.x as well.Kris Kennaway2004-02-231-1/+1
| | | | Notes: svn path=/head/; revision=101803
* BROKEN on alpha 5.x: Does not compile (coredump)Kris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101802
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* - Install HTML documentationSergei Kolobov2003-12-242-37/+75
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=96527
* - Update to 1.011Sergei Kolobov2003-12-085-123/+2
| | | | | | | - Removed patches intergrated into upstream Notes: svn path=/head/; revision=95348
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* - Unbreak under GCC 3.3 (added 2 patches approved by theKirill Ponomarev2003-07-304-36/+136
| | | | | | | | | | | | 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-123-99/+112
| | | | | | | | | | | | 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
* o Do not try building this port under both alpha and ia64 ARCHesMario Sergio Fujikawa Ferreira2003-06-121-0/+2
| | | | | | | | | | | o This application does build on those platforms on Debian. A solution is being sought for FreeBSD. PR: 53175 Submitted by: maintainer Notes: svn path=/head/; revision=82832
* Update to 1.009Kevin Lo2003-04-093-3/+5
| | | | | | | | PR: 50716 Submitted by: MAINTAINER Notes: svn path=/head/; revision=78654
* Unbreak devel/bglibs by upgrading to 1.008Edwin Groothuis2003-04-043-6/+5
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=78068
* devel/bglibs: One stop library package by Bruce GuenterEdwin Groothuis2003-03-314-0/+185
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> Notes: svn path=/head/; revision=77817