Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/boinc-lib,
Libraries for the BOINC distributed computing application
Branch: CURRENT,
Version: 1nb2,
Package name: boinc-lib-1nb2,
Maintainer: rumcicLibraries for the BOINC distributed computing application.
Required to run:[
www/curl] [
graphics/glut] [
graphics/MesaLib] [
graphics/jpeg] [
graphics/glu] [
x11/wxGTK26]
Required to build:[
pkgtools/x11-links] [
x11/compositeproto] [
x11/glproto] [
x11/renderproto] [
x11/xproto] [
x11/xf86vidmodeproto] [
x11/xf86driproto] [
x11/damageproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto] [
x11/dri2proto] [
x11/xcb-proto] [
x11/fixesproto4]
Package options: gui
Version history: (Expand)
- (2016-01-21) Package deleted from pkgsrc
- (2015-09-07) Package has been reborn
- (2015-09-07) Package deleted from pkgsrc
- (2015-06-03) Package has been reborn
- (2015-06-03) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
CVS history: (Expand)
2012-11-13 21:26:27 by othyro | Files touched by this commit (5) |
Log message:
USE_TOOLS+=aclocal autoconf autoheader; minor formatting fixes in some
files.
|
2012-09-24 19:14:23 by Aleksej Saushev | Files touched by this commit (43) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78) |
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in *; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" \
"$i"
fi
done
done
|
2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2009-05-06 11:25:32 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
standard if defined...endif section added
|
2009-05-06 11:14:41 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
remove if-less endif
|