adam
b6d9bd86bc
revbump for icu and libffi
2021-12-08 16:01:42 +00:00
adam
5e7c36d9d2
revbump for boost-libs
2021-09-29 19:00:02 +00:00
adam
da0a125726
revbump for boost-libs
2021-04-21 13:24:06 +00:00
rillig
2583bf6743
audio/tremor-tools: remove unknown configure options
2020-06-01 06:14:02 +00:00
adam
d62c903eea
revbump after updating security/nettle
2020-05-22 10:55:42 +00:00
adam
7d4b705c63
revbump after boost update
2020-05-06 14:04:05 +00:00
wiz
f669fda471
*: recursive bump for libffi
2020-03-08 16:47:24 +00:00
jperkin
26c1bffc9f
*: Recursive revision bump for openssl 1.1.1.
2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f
*: Recursive revbump from devel/boost-libs
2020-01-12 20:19:52 +00:00
ryoon
edacf2bbcb
Recursive revbump from boost-1.71.0
2019-08-22 12:22:48 +00:00
wiz
c30c5fbc0b
*: recursive bump for nettle 3.5.1
2019-07-20 22:45:58 +00:00
ryoon
57d0806c39
Recursive revbump from boost-1.70.0
2019-07-01 04:07:44 +00:00
adam
5b12b7b592
revbump for boost 1.69.0
2018-12-13 19:51:31 +00:00
adam
9d06c0a472
revbump after boost-libs update
2018-08-16 18:54:26 +00:00
adam
35aa3efc12
revbump for boost-libs update
2018-04-29 21:31:17 +00:00
adam
983847f667
Revbump after boost update
2018-01-01 21:18:06 +00:00
adam
62d3f1ac1b
Revbump for boost update
2017-08-24 20:02:56 +00:00
ryoon
76884737ca
Recursive revbump from boost update
2017-04-30 01:21:19 +00:00
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
nros
bc2d37bd21
Set LICENSE for a lot of audio packages.
2016-04-20 12:10:24 +00:00
jperkin
17661ff9a5
Bump PKGREVISION for security/openssl ABI bump.
2016-03-05 11:27:40 +00:00
tron
73d05e2276
Recursive PKGREVISION bump for OpenSSL API version bump.
2014-02-12 23:17:32 +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
3997aff2d7
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-02 23:47:56 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
shattered
52ce0f0492
PR/37835 -- Copy patches from vorbis-tools that fix pthread programming
...
problems.
2011-03-20 19:13:15 +00:00
obache
aa291d47d9
Update timestamp of aclocal.m4, or unwanted aclocal may be invoked on build,
...
and result in failure.
2010-12-29 14:46:35 +00:00
drochner
469219a867
zero-initialize format specifier for libao, bump PKGREVISION
2010-05-19 18:22:14 +00:00
wiz
a4eec2f4cc
Reset maintainer, developer lost his commit bit.
2010-03-21 16:29:38 +00:00
wiz
579796a3e5
Recursive PKGREVISION bump for jpeg update to 8.
2010-01-17 12:02:03 +00:00
joerg
3b0d97b0de
Add DESTDIR support.
2008-06-20 01:09:05 +00:00
tnn
ad6ceadd25
Per the process outlined in revbump(1), perform a recursive revbump
...
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
jlam
07dd3147c6
Convert packages that test and use USE_INET6 to use the options framework
...
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
wiz
658d9cf876
tv@ pointed out that curl-7.16.0 had a shlib major bump --
...
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +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
jmmv
e8b8851405
Bump revision due to a new dependency on a default libao plugin.
...
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:35:14 +00:00
jlam
fcb7da800b
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
...
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +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
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
f472d1ec5e
Bump PKGREVISION because of curl dependency bump.
2005-01-03 15:59:12 +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
salo
9ba8196a22
Follow libogg into multimedia/.
2004-04-12 23:15:01 +00:00
wiz
a661ce60c0
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
...
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
wiz
09dcf10177
Convert to buildlink3.
2004-02-19 01:37:45 +00:00
jlam
ec993afa1a
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
...
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
ed16993a08
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 07:14:59 +00:00
cjep
70678615de
Lint (sort DISTNAME section)
2004-01-12 10:35:57 +00:00