adam
76632718ac
Revbump after boost update
2017-01-01 16:05:55 +00:00
adam
3b88bd43a5
Revbump post boost update
2016-10-07 18:25:29 +00:00
jperkin
17661ff9a5
Bump PKGREVISION for security/openssl ABI bump.
2016-03-05 11:27:40 +00:00
dholland
e0a416b934
Sort.
2015-12-29 06:12:53 +00:00
agc
002d349f92
Add SHA512 digests for distfiles for games category
...
Problems found locating distfiles:
Package blokus: missing distfile blokus-1.1.tar.gz
Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
Package gate88: missing distfile Gate88_Mar19_05.tar.gz
Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
Package rollemup: missing distfile Rollemup.tar.gz
Package tscp: missing distfile tscp181.zip
Package xbat: missing distfile xev111.tar.gz
Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
Package xrick: missing distfile xrick-021212.tgz
Package xskat: missing distfile xskat-cards.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:56:42 +00:00
tnn
9ee4b877fb
Recursive revbump following MesaLib update, categories g through n.
2015-04-25 14:22:51 +00:00
joerg
b9a150fa57
Dereferencing va_list is not portable and broken when using a
...
non-pointer type.
2015-03-31 15:40:03 +00:00
tron
73d05e2276
Recursive PKGREVISION bump for OpenSSL API version bump.
2014-02-12 23:17:32 +00:00
tron
a36fb86593
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
...
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
...
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
jperkin
becd113253
PKGREVISION bumps for the security/openssl 1.0.1d update.
2013-02-06 23:20:50 +00:00
obache
64deda1dc9
recursive bump from cyrus-sasl libsasl2 shlib major bump.
2012-12-16 01:51:57 +00:00
asau
45127be31e
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-06 11:54:29 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
wiz
fbb3d2d7a0
Fix build with png-1.5.
2011-04-05 11:27:28 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084
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
wiz
e8d8834f6a
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-06-13 22:43:46 +00:00
wiz
f5f9d2d281
Fix build with latest jpeg.
2010-03-03 07:07:40 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
wiz
579796a3e5
Recursive PKGREVISION bump for jpeg update to 8.
2010-01-17 12:02:03 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
hasso
d432f02768
Needs msgfmt.
2009-07-14 09:50:29 +00:00
joerg
4bd41386e5
Remove @dirrm entries from PLISTs
2009-06-14 17:56:38 +00:00
hasso
6ff9bc1cf5
Make it build on DragonFly.
2009-06-05 07:08:42 +00:00
darcy
c5d02c3777
Use pkgsrc-users@NetBSD.org as MAINTAINER for unclaimed packages instead
...
of pkgsrc-users@pkgsrc.org as per the pkgsrc guide.
2009-03-18 18:20:36 +00:00
joerg
6e3fb81c1b
Don't depend on tar -j. Explicitly depend on bzip2. Fix DESTDIR support.
2008-09-19 18:24:15 +00:00
kefren
faa237d519
initial import of UFO: Alien Invasion, a game inspired by
...
the famous X-COM series
2008-09-09 12:46:36 +00:00