drochner
a03a684eb1
PKGREV bump for libXp-less openmotif
2011-12-09 14:36:32 +00:00
sbd
d82cb3e038
Recursive bump for graphics/ImageMagick buildlink addition.
2011-11-20 22:11:21 +00:00
sbd
04daa2f1b8
Recursive bump for graphics/freetype2 buildlink addition.
2011-11-01 06:00:33 +00:00
ryoon
7c0dad370f
Recursive revbump after graphics/ImageMagick update.
2011-10-22 15:00:20 +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
obache
4df37b6c5f
Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.
...
Bump ABI_DEPENDS (and recursive bump).
2010-11-14 14:05:57 +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
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
joerg
c39a73814f
Explicitly depend on archivers/szip.
2010-01-01 21:03:29 +00:00
joerg
c35b4c99f9
Recursive bump for libltdl
2009-12-15 21:41:00 +00:00
sno
551967e4c1
bumping revision due graphics/ImageMagick update
2009-08-26 21:20:13 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
drochner
675bf982c1
add a comment telling that ImageMagick detection in "configure"
...
doesn't work currently
2009-08-11 15:44:01 +00:00
joerg
c569c6a51f
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
...
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
3a3c07bc30
Remove @dirrm entries from PLISTs
2009-06-14 17:59:04 +00:00
joerg
ba171a91fa
Add DESTDIR support.
2008-06-12 02:14:13 +00:00
rillig
105dd4b97c
Some packages need lex and yacc. Patch by Aleksey Cheusov via
...
pkgsrc-users.
2007-11-17 12:04:11 +00:00
wiz
e5b04d25c0
Very belatedly bump PKGREVISION for all jasper dependencies because
...
of the shlib name change (!) during the update to 1.900.0.
Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
drochner
ad767a0570
update to 4.4.4
...
changes:
-bugfixes
-minor feature additions
-updated Java support (unused in pkgsrc)
2006-10-13 16:39:13 +00:00
joerg
6f313dda88
Uses C++.
2006-05-15 22:45:38 +00:00
joerg
d282527de6
Add DragonFly support.
2006-04-28 20:33:30 +00:00
wiz
02f8f7c52d
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
wiz
768c589c29
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
...
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
6e4a0dd799
Bump all motif packages for recent openmotif update. The major version
...
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kristerw
ec1c2a3528
Change the CONFIGURE_ENV to use the variables users are supposed to set,
...
rather than the autoconf cache variables.
2005-06-25 00:11:31 +00:00
kristerw
2d83342263
Prevent paths to the build directories from being included in the package.
...
Bump PKGREVISION.
2005-06-19 03:10:49 +00:00
rillig
f795c2e475
Removed trailing white-space.
2005-05-23 08:26:03 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
jlam
2f6446ec57
This package uses lex.
2005-05-22 03:04:29 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
6a7b384635
Add RMD160 digests
2005-02-24 08:45:01 +00:00
reed
e117eda090
Bump PKGREVISIONs due to libtiff update.
...
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
...
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
snj
f0872fe0d8
Convert to buildlink3.
2004-04-25 02:51:39 +00:00
drochner
d3b4c5666a
update to 4.3.2
...
changes: bugfixes
added dependency on hdf
2004-04-20 22:11:48 +00:00
grant
59daad6697
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-24 15:46:42 +00:00
reed
6d9af8d68d
Bump package revisions for tiff update.
...
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jschauma
6048206d2c
As pointed out by jlam:
...
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
cube
3d973f92b6
Correctly include X11/keysymdef.h, through keysym.h to get all definitions
...
and allow compilation of Number.c on XFree86 4.3 systems.
2003-11-16 15:58:52 +00:00
grant
4083b24390
s/netbsd.org/NetBSD.org/
2003-07-17 21:31:04 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
jschauma
77dbcbc11a
Bump PKGREVISION due to upgrade of Mesa and friends.
...
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:10:35 +00:00
drochner
0cd5b9a67d
update to 4.2.0
...
changes: mostly bugfixes afaict, improved OpenGL support
2002-12-05 21:44:30 +00:00