-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
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)
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
- 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>