drochner
e10f0abe58
revbump recursively to force build against fixed plib pkg (which
...
installs static libraries), from David Holland
2011-12-23 13:36:44 +00:00
sbd
94b37b4e43
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
0e2c97799a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
2f4126dc58
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
dsainty
ada744dc0a
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-12-23 11:44:24 +00:00
abs
93cde1a832
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
2010-11-15 22:56:08 +00:00
wiz
2c6e8e30b0
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
...
version, and bump all depends.
Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
f85bc765b5
Since commit message said this requires simgear>=2, let pkgsrc require
...
it as well.
2010-08-27 10:00:49 +00:00
adam
1bbf5349ee
Changes 2.0.0:
...
This is primarily a bug fix release.
(Requires SimGear-2.0.0 if compiling from source.)
2010-08-27 07:54:22 +00:00
zafer
8075b2b471
remove discontinued mirrors.
2010-04-17 16:01:56 +00:00
wiz
7e9f949650
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
sno
949cd3bc1f
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
joerg
8998064368
MAKE_JOBS_SAFE=no
2009-08-03 15:57:45 +00:00
zafer
6d3401c660
remove dead mirrors. ok'd by obache.
2009-04-28 21:28:39 +00:00
joerg
ba171a91fa
Add DESTDIR support.
2008-06-12 02:14:13 +00:00
drochner
af04d09226
wire the include file path instead of calling "sdl-config" -- the
...
latter causes a chicken-and-egg problem,
should fix an error reported by Joerg Sonnenberger to Yorick Hardy
2008-03-17 18:01:52 +00:00
drochner
e124bc9ab4
update flightgear/simgear to 1.0.0, from Yorick Hardy per PR pkg/38160
...
changes:
-many bugfixes
-UI improvements
-new and improved aircraft models
pkgsrc change: pull in SDL for fullscreen mode
2008-03-14 14:49:53 +00:00
drochner
cee3f16df5
import flightgear-0.9.10, prepared by Juan Romero Pardines in pkgsrc-wip
...
hints: unlimit datasize, and better have hw 3d acceleration
2007-07-12 20:01:40 +00:00