notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: dns/knot/Makefile

Number of commits found: 42

Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Thursday, 25 Jun 2015
09:46 amdmi3 search for other commits by this committer
- Update to 1.6.4

PR:		200960
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:390545 
Monday, 18 May 2015
11:21 erwin search for other commits by this committer
The upstream came with a different temporarily solution than the patch in PR
199298.
This one allows for GOST in DNSSEC.
Add conflict with upcoming knot2 port.

PR:		199866
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:386670 
Monday, 13 Apr 2015
17:43 danfe search for other commits by this committer
- Update to version 1.6.3; remove "foo is" from COMMENT text
- Move bison(1) from BUILD_DEPENDS to USES
- Register CONFLICTS with knot-devel-1.*
- Enable compiler messages in batch (package building) mode
- Add new options (DNSTAP, GOST, LMDB)
- Rename IDNA option to our standard (shared) IDN
- Allow to build against `security/libressl' as OPENSSL_PORT
- Switch to using @sample keyword for knot.sample.conf
- Sort pkg-plist and reformat pkg-descr while I'm at it
- Update files/pkg-message.in to include instructions for both new
  and legacy rc systems (e.g. FreeBSD 8.4 has service(8), but no
  sysrc(8) utility)

PR:		199298
Submitted by:	maintainer
Original commitRevision:383940 
Friday, 13 Mar 2015
20:04 pawel search for other commits by this committer
Update to version 1.6.2

PR:		197974
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	maintainer
Original commitRevision:381230 
Wednesday, 31 Dec 2014
12:29 wen search for other commits by this committer
- Update to 1.6.1

PR:		196353
Submitted by:	freebsd@dns-lab.com(maintainer)
Original commitRevision:375879 
Wednesday, 5 Nov 2014
17:52 ak search for other commits by this committer
- Update to 1.6.0
  * Add persistent timers for slave zones (expire, refresh, and flush)
  * Return minimal response for queries with unsupported EDNS version
  * Fix DNSSEC compliant processing of letter case in RDATA domain names
  * Fix interpretation of Extended RCODE in EDNS
  * Fix forced zone retransfer on slave
  * Fix zone expiration when transfer is being refused by master

PR:	194795
Submitted by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:372200 
Monday, 20 Oct 2014
09:03 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371244 
Tuesday, 7 Oct 2014
12:23 erwin search for other commits by this committer
Update to 1.5.3:
Bugfixes:
Some specific incoming IXFRs were causing server to crash
Rare sychronization error during reload caused read-after-free
Response synthetization module did not work properly with DNSSEC-enabled zones
If Knot sent AXFR when IXFR was requested, message ID and opcode were wrong
Knot failed to send large messages to remote control (present since 1.5.1)
Version: 1.5.2
Bugfixes:
Some RR parsing corner cases were not handled properly
AXFR-style IXFR was refused and had to be retransfered
Hash character (#) was not properly escaped when storing text zone file

PR:		193969
Submitted by:	erwin
Approved by:	freebsd@dns-lab.com (maintainer)
Original commitRevision:370316 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Original commitRevision:366659 
Wednesday, 20 Aug 2014
14:38 danilo search for other commits by this committer
- Update from 1.5.0 to 1.5.1 [1]
- Use install-strip as INSTALL_TARGET

PR:		192850
Submitted by:	freebsd@dns-lab.com [1]
Original commitRevision:365466 
Monday, 21 Jul 2014
16:50 danilo search for other commits by this committer
- Use PORTVERSION instead of DISTVERSION
- Convert spaces to tabs
Original commitRevision:362450 
16:44 danilo search for other commits by this committer
- Update from 1.4.7 to 1.5.0

PR:		ports/191977
Submitted by:	freebsd@dns-lab.com
Original commitRevision:362448 
Thursday, 26 Jun 2014
11:02 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359329 
Friday, 20 Jun 2014
00:27 danilo search for other commits by this committer
- Update from 1.4.6 to 1.4.7

PR:		ports/191201
Submitted by:	freebsd@dns-lab.com
Original commitRevision:358481 
Sunday, 1 Jun 2014
03:32 danilo search for other commits by this committer
- Update from 1.4.3 to 1.4.6 [1]
- Add new options [2]
while here
- Add libtool to USES
- Silence mkdir and post-patch commands

Patch improved by Daniel Salzman <daniel.salzman@nic.cz> [2]

PR:		ports/190370
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
Original commitRevision:356032 
Monday, 24 Feb 2014
19:36 pawel search for other commits by this committer
Update to version 1.4.3

PR:		ports/186968
Submitted by:	maintainer
Original commitRevision:345894 
Tuesday, 18 Feb 2014
12:39 feld search for other commits by this committer
Previous commit to knot.in was truncated causing the rc script to be
broken.

Submitted by:	erwin
Sponsored by:	SupraNet Communications, Inc
Original commitRevision:344879 
Thursday, 13 Feb 2014
13:58 feld search for other commits by this committer
info/dir was not supposed to be in plist
Original commitRevision:344114 
13:26 feld search for other commits by this committer
Update Knot to 1.4.2
Major improvements to the rc script

PR:		ports/181716
PR:		ports/185163
Original commitRevision:344100 
Thursday, 26 Dec 2013
16:02 rakuco search for other commits by this committer
Make knotd startup script work again.

From the PR:
  When submitting PR 183682 I was unaware the patch as in PR 182792 wasn't
  committed yet. So to my amazing I just noticed the startup problem still
  exists.

  Enclosed patch is basicly the same as the uncommited one, but besides the
  removal of the -w option, knotd now starts by default as a daemon (-d) in
  stead of interactive (-i). So I could simplify the startup script a lot.

PR:		ports/183891
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:337542 
Wednesday, 6 Nov 2013
13:19 wg search for other commits by this committer
dns/knot: update to 1.3.3

- Update to 1.3.3
- Fix pkg-plist

PR:		ports/183682
Submitted by:	Leo Vandewoestijne <freebsd dns-lab.com> (maintainer)
Original commitRevision:332990 
Tuesday, 1 Oct 2013
16:02 wg search for other commits by this committer
dns/knot: update to 1.3.2

- Update to 1.3.2 [1]
- Convert lib depends to new syntax
- Allow staging

PR:		ports/182524 [1]
Submitted by:	Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1]
Original commitRevision:328959 
Friday, 20 Sep 2013
16:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
Original commitRevision:327719 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 13 Jun 2013
16:15 wg search for other commits by this committer
dns/knot: update to 1.3.0r1

- Update to 1.3.0r1 [1]
- Drop port.pre.mk in favor of port.options.mk
- Unmute install commands

Changes:
https://gitweb.labs.nic.cz/?p=knot.git;a=blob_plain;f=NEWS;hb=b83f1e9f

PR:		ports/179428 [1]
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
Original commitRevision:320814 
Friday, 7 Jun 2013
12:36 koobs search for other commits by this committer
sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6

- Rename to sysutils/liburcu (according to upstream)
- Update MOVED
- Remove userspace-rcu from sysutils/Makefile
- Add liburcu to sysutils/Makefile
- Update dns/knot LIB_DEPENDS dependency

While I'm here:

- Update to 0.7.6
- Add CONFIGURE_ARGS for correct --docdir
- Add regression-test: target
- Update COMMENT
- Re-order USE_* section
- pkg-descr: Tab->space in WWW:
- Update WWW: URL

Changes:

2013-01-09 Userspace RCU 0.7.6
	* Discourage use of pthread_atfork() for call_rcu handlers
	* Fix call_rcu fork handling
	* test: fork handling
	* Fix TLS detection: test with linker, add --disable-compiler-tls
	* Cleanup: cast pthread_self() return value to unsigned long
	* Fallback mechanism not working on platform where TLS is unsupported

PR:		ports/179358
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:320197 
Sunday, 28 Apr 2013
13:10 rakuco search for other commits by this committer
Update to 1.2.0.

PR:		ports/178192
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:316715 
Monday, 24 Dec 2012
13:01 ak search for other commits by this committer
- Update to 1.1.3

PR:	ports/174619
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:309458 
Tuesday, 18 Dec 2012
12:36 jhale search for other commits by this committer
- Fix build with clang.  Patch was not updated in r309135
  and no longer seems neccessary.
- Remove superfluous PORTVERSION and space
- Remove COPYING from PORTDOCS since LICENSE is defined
- Drop ABI version from LIB_DEPENDS
- Tab -> space in pkg-descr WWW line
- Remove FreeBSD keyword from pkg-plist
Original commitRevision:309174 
00:13 beech search for other commits by this committer
- Update to 1.1.3RC2.
- Several fixes: http://www.knot-dns.cz/

PR:		ports/174515
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:309135 
Monday, 26 Nov 2012
14:05 erwin search for other commits by this committer
Update to 1.1.2

Bugfixes:
	* Fixed crash on reload when config contained duplicate zones.
	* Fixed scheduling of transfers.
	* Fixed debug message.

PR:		173422
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Feature safe:	yes
Original commitRevision:307785 
Wednesday, 3 Oct 2012
20:33 jgh search for other commits by this committer
- adjust header, per standards

Approved by:	maintainer, freebsd@dns-lab.com
Original commitRevision:305223 
20:13 jgh search for other commits by this committer
- update to 1.1.0

PR:		172303
Submitted by:	maintainer, freebsd@dns-lab.com
Original commitRevision:305222 
Monday, 27 Aug 2012
02:11 rakuco search for other commits by this committer
Update to 1.1.0rc2.

PR:		ports/171024
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commit
Sunday, 17 Jun 2012
23:59 jgh search for other commits by this committer
- update to 1.0.6
- while here pet portlint, and use optionsng for docs

PR:     ports/169170
Submitted by:   maintainer, freebsd@dns-lab.com
Original commit
Monday, 21 May 2012
20:35 rm search for other commits by this committer
- update to 1.0.5
- fix build fix clang
- mark MAKE_JOBS_SAFE

PR:             168014
Submitted by:   Hirohisa Yamaguchi <umq at ueo.co dot jp>
Approved by:    freebsd at dns-lab dot com (maintainer)
Original commit
Tuesday, 24 Apr 2012
14:13 dhn search for other commits by this committer
- Update to 1.0.3

PR:             ports/167241
Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commit
Saturday, 17 Mar 2012
12:44 scheidell search for other commits by this committer
- Final patch
- Add back cat pkg-message
- Add knot.full.conf to ETCDIR and pkg-plist
- Bump PORTREVISON

PR:             ports/165798
Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Approved by:    Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Feature safe:   yes
Original commit
Friday, 16 Mar 2012
10:28 scheidell search for other commits by this committer
- Unbreak for non i86 archs
- No PORTREVISION bump

PR:             ports/165798
Submitted by:   mexas@bristol.ac.uk
Approved by:    Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer, implicit)
Feature safe:   yes
Original commit
Thursday, 15 Mar 2012
15:15 scheidell search for other commits by this committer
- Add ONLY_FOR_ARCHS= i386 amd64
- No PORTREVISION bump

PR:             ports/165787
Reported by:    Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by:    Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer, implicit)
Feature safe:   yes
Original commit
Wednesday, 14 Mar 2012
21:41 scheidell search for other commits by this committer
New port: dns/knot high-performance auth-only DNS server by NIC-CZ

PR:             ports/165798
Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com>
Approved by:    Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Feature safe:   yes
Original commit

Number of commits found: 42