Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-26 | *: bump PKGREVISION for libunistring shlib major bump | wiz | 1 | -2/+2 | |
2022-04-03 | revbump for devel/protobuf | adam | 1 | -2/+2 | |
2021-12-08 | revbump for icu and libffi | adam | 1 | -2/+2 | |
2021-11-11 | *: Revbump for protobuf-3.19.0 | kim | 1 | -2/+2 | |
Fix for: Shared object "libprotobuf.so.29" not found | |||||
2021-10-21 | *: Revbump for protobuf-3.18.0 | kim | 1 | -2/+2 | |
Fix for: Shared object "libprotobuf.so.28" not found | |||||
2021-09-29 | revbump for boost-libs | adam | 1 | -2/+2 | |
2021-04-21 | revbump for boost-libs | adam | 1 | -2/+2 | |
2020-05-22 | revbump after updating security/nettle | adam | 1 | -1/+2 | |
2020-05-02 | (chat/ekg) Fix build by adding .include ../../devel/ncurses/buildlink3.mk | mef | 1 | -1/+2 | |
2020-05-02 | (chat/ekg) Updated to 20200501, but make does not complete. Yet better than ↵ | mef | 1 | -2/+2 | |
checksum error | |||||
2020-04-17 | ekg: updated to 20200416 | adam | 1 | -2/+2 | |
20200416: Unknown changes | |||||
2020-01-20 | ekg: updated to 20200119 | adam | 1 | -8/+10 | |
20200119: - fix for OpenSSL < 1.1.0 - check for systems with separate libncurses and libtinfo - use LIBS instead of LDFLAGS - fix some warnings | |||||
2020-01-18 | *: Recursive revision bump for openssl 1.1.1. | jperkin | 1 | -2/+2 | |
2017-01-19 | Convert all occurrences (353 by my count) of | agc | 1 | -3/+3 | |
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. | |||||
2016-03-05 | Bump PKGREVISION for security/openssl ABI bump. | jperkin | 1 | -2/+2 | |
2015-08-18 | Bump all packages that depend on curses.bui* or terminfo.bui* since they | wiz | 1 | -2/+2 | |
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that. | |||||
2015-08-17 | Bump PKGREVISION for ncurses shlib bump. | wiz | 1 | -2/+2 | |
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -2/+1 | |
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-09 | Fix backtrace(3) usage on NetBSD. | joerg | 1 | -1/+6 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
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-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2008-03-05 | Add full DESTDIR support. | jlam | 1 | -1/+3 | |
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 1 | -1/+2 | |
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ | |||||
2007-10-14 | Changes 1.7: | adam | 1 | -6/+5 | |
* Bug fixes | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-17 | Final distribution: bug fixes | adam | 1 | -4/+3 | |
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 1 | -3/+2 | |
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config. | |||||
2005-07-21 | Change path from devel/pkgconfig to devel/pkg-config. | wiz | 1 | -2/+2 | |
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS. | |||||
2005-07-20 | Changes: | adam | 1 | -3/+3 | |
* Security bug fix | |||||
2005-07-13 | Changes: | adam | 1 | -4/+4 | |
* Important security-related bug-fixes | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-21 | Changes 1.6rc1: | adam | 1 | -8/+9 | |
* Fixed: memory leaks, crashes * Now works with a proxy * Enhanced scripts * Bug fixes | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-10-22 | Do not require openssl in pkgconfig any more | adam | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
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-07-08 | Changes 1.5: | adam | 1 | -4/+2 | |
* aspell support added * better ioctl handling * memory leaks fixed * minor bug fixes | |||||
2004-04-21 | Added PKGCONFIG_OVERRIDE | adam | 1 | -1/+2 | |
2004-03-26 | Update comment why ncurses are needed (using internal, ewww). | wiz | 1 | -2/+2 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-02-19 | Convert to buildlink3. | wiz | 1 | -8/+8 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-08 | Changes 1.4: | adam | 1 | -12/+11 | |
* fixed "auto_away" and "auto_away_keep_descr" * fixed "/find" for usernames with a space * fixed "/dcc list" for large files * fixed "/last user" * more... | |||||
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -1/+2 | |