notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: dns/ldns/Makefile
SVNWeb

Number of commits found: 89

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 16 Aug 2022
[ 15:56 Fernando Apesteguía (fernape) search for other commits by this committer Author: Jaap Akkerhuis ]    commit hash:616885da342a3dc4396407df3e2a6c5b3e175a6c  commit hash:616885da342a3dc4396407df3e2a6c5b3e175a6c  commit hash:616885da342a3dc4396407df3e2a6c5b3e175a6c  616885d 
dns/{py-}ldns: update to 1.8.3

ChangeLog: https://www.nlnetlabs.nl/news/2022/Aug/15/ldns-1.8.3-released/

1.8.3   2022-08-15
         * bugfix #183: Assertion failure with OPT record without rdata.
         * Fix for syntax error in pyldns

1.8.2   2022-08-12
         * bugfix #147: Allow for tabs in whitespace before quoted rdata
           fields.
         * bugfix #149: Add some missing [out] annotations to doxygen
           parameters.
         * Fix build error on Solaris 10 with inet_ntop redeclaration
           error.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  66ee090  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 18 Dec 2021
[ 17:28 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Jaap Akkerhuis ]    commit hash:f1403234875e034eacdc57143912602b273a93cb  commit hash:f1403234875e034eacdc57143912602b273a93cb  commit hash:f1403234875e034eacdc57143912602b273a93cb  f140323 
dns/ldns: Update to 1.8.1

https://www.nlnetlabs.nl/news/2021/Dec/03/ldns-1.8.1-released/

PR:		260345
Mon, 1 Nov 2021
[ 15:28 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:6f494d8dbfedb8182dde379e623a001820fdab91  commit hash:6f494d8dbfedb8182dde379e623a001820fdab91  commit hash:6f494d8dbfedb8182dde379e623a001820fdab91  6f494d8 
dns/py-ldns: update supported python versions

configure: error: cannot import Python module "distutils".
Please check your Python installation. The error was:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated
for removal in Python 3.12. Use setuptools or check PEP 632 for potential
alternatives

Approved by:	portmgr blanket
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 8 Jan 2021
[ 07:47 fluffy search for other commits by this committer ] Original commit   Revision:560752 (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Wed, 17 Jun 2020
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:539491 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Move devel/swig30 to devel/swig and update to 4.0.1

- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
Sat, 28 Mar 2020
[ 13:33 sunpoet search for other commits by this committer ] Original commit   Revision:529726
Fix typo

Apporved by:	portmgr (blanket)
Sat, 29 Feb 2020
[ 12:00 pkubaj search for other commits by this committer ] Original commit   Revision:527414
dns/ldns: set MAKE_JOBS_UNSAFE=yes

Fixes threaded build on POWER9 with 72 threads.
Thu, 5 Sep 2019
[ 23:54 dbaio search for other commits by this committer ] Original commit   Revision:511275
dns/ldns: Fix ldns-config

After the last update ldns-config is producing wrong information and at least
dns/opendnssec and dns/opendnssec2 are failing to build.

PR:		240297
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Reported by:	Roman Serbski <mefystofel@gmail.com>
Mon, 2 Sep 2019
[ 14:31 swills search for other commits by this committer ] Original commit   Revision:510798
dns/ldns: update to 1.7.1

While here, improve formatting, pet portlint.

PR:		239525
PR:		239526
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Tue, 27 Feb 2018
[ 13:03 mat search for other commits by this committer ] Original commit   Revision:463123 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Wed, 20 Dec 2017
[ 19:34 bapt search for other commits by this committer ] Original commit   Revision:456845 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Switch from swig 2.0 to swig 3.0
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Jul 2017
[ 13:13 sunpoet search for other commits by this committer ] Original commit   Revision:446473
Remove perl5 from RUN_DEPENDS

- Bump PORTREVISION for dependency change

PR:		220910
Submitted by:	Andrew Romanenko <melanhit@gmail.com>
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
MFH:		2017Q3
Tue, 21 Mar 2017
[ 23:47 mat search for other commits by this committer ] Original commit   Revision:436666
Fix build.

Sponsored by:	Absolight
Fri, 3 Mar 2017
[ 04:11 miwi search for other commits by this committer ] Original commit   Revision:435305
- Update to 1.7.0

Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog

PR:		        217495
Submitted by:	maintainer
Fri, 17 Feb 2017
[ 16:49 mat search for other commits by this committer ] Original commit   Revision:434300
Remove the remaining IGNORE_FreeBSD_9 lines.

Sponsored by:	Absolight
Tue, 29 Nov 2016
[ 18:46 mat search for other commits by this committer ] Original commit   Revision:427389 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Tue, 27 Sep 2016
[ 16:32 antoine search for other commits by this committer ] Original commit   Revision:422818 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Wed, 21 Sep 2016
[ 14:14 mat search for other commits by this committer ] Original commit   Revision:422561
Fix build on 9.

Sponsored by:	Absolight
Mon, 12 Sep 2016
[ 14:52 marino search for other commits by this committer ] Original commit   Revision:421926
dns/ldns: Fix SSL library configuration for slave dns/py-ldns

Approvd by:	SSL blanket
Sat, 10 Sep 2016
[ 01:37 marino search for other commits by this committer ] Original commit   Revision:421646
dns/ldns: Fix SSL library support, tidy options

The makefile for the ldns was very hard to follow due to preprocessor-
like hunks changing the logic flow even across targets.  As part of the
SSL fix, I felt compelled to convert much of the options logic to the
modern options framework to make it simpler to follow the makefile
logic (as a side benefit the port is a bit more tidy).

I also reworked the FreeBSD 9 + GOST option logic to set the new
IGNORE_FreeBSD_9 variable if GOST was requested on FreeBSD 9 with the
base SSL library.  I believe the previous logic using the WITH_OPENSSL_PORT
knob and CONFLICTS setting was incorrect.

Approvd by:	SSL blanket
Mon, 4 Jul 2016
[ 10:01 mat search for other commits by this committer ] Original commit   Revision:418011
Fix ports depending on security/(open|libre)ssl directly.

Sponsored by:	Absolight
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 14 May 2015
[ 07:02 amdmi3 search for other commits by this committer ] Original commit   Revision:386295
- Add CPE info

Approved by:	portmgr blanket
Sun, 5 Apr 2015
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:383358
Revert unintended change

Reported by:	flo
[ 20:50 bapt search for other commits by this committer ] Original commit   Revision:383357
Mark as broken unfetchable ports
Wed, 25 Feb 2015
[ 16:52 feld search for other commits by this committer ] Original commit   Revision:379924
Correct a spaces -> tab issue that slipped by the previous commit
[ 14:44 feld search for other commits by this committer ] Original commit   Revision:379920
Fix issues with LibreSSL

PR:		191853
Approved by:	maintainer
Tue, 6 Jan 2015
[ 10:01 ehaupt search for other commits by this committer ] Original commit   Revision:376416 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 19 Oct 2014
[ 15:43 mva search for other commits by this committer ] Original commit   Revision:371188 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
Sun, 5 Oct 2014
[ 10:09 tijl search for other commits by this committer ] Original commit   Revision:370050
Avoid dependency on devel/libtool
Fri, 22 Aug 2014
[ 09:06 amdmi3 search for other commits by this committer ] Original commit   Revision:365621
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Thu, 15 May 2014
[ 15:08 erwin search for other commits by this committer ] Original commit   Revision:354136
Install libldns.pc

PR:             189263
Submitted by:   Josh Cepek <josh.cepek@usa.net>
Approved by:    Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Wed, 30 Apr 2014
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:352683
Convert p5-DNS-Ldns to staging.

Truckload of pointy hats to:	erwin
Sponsored by:	Absolight
Thu, 6 Feb 2014
[ 19:17 danilo search for other commits by this committer ] Original commit   Revision:343142
dns/ldns
- Convert LIB_DEPENDS to new syntax

dns/py-ldns
- Add stage support [1]

Reported by:	mat [1]
[ 18:23 danilo search for other commits by this committer ] Original commit   Revision:343133
- Update from 1.6.16 to 1.6.17

while here
- Add stage support
- Remove the indefinite article from COMMENT
- Convert LICENSE from BSD to BSD3CLAUSE
- Convert USE_GMAKE to USES

PR:		ports/185787
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sun, 24 Nov 2013
[ 17:59 koobs search for other commits by this committer ] Original commit   Revision:334749
dns/ldns: Bump PORTREVISION

PR:		ports/182709
Reported by:	Mathieu Arnold <mat@mat.cc>
Sun, 13 Oct 2013
[ 19:14 erwin search for other commits by this committer ] Original commit   Revision:330249
The dns/py-ldns stopped building. Recent chenges in the
ports unearthed a serious defevt in the original build
process. This changes patches configure file.

There will be a new release of this port which will contain
a new configure file. Until then this patch is needed.

PR:		182183
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Fri, 20 Sep 2013
[ 16:31 bapt search for other commits by this committer ] Original commit   Revision:327719 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
Thu, 5 Sep 2013
[ 14:37 sem search for other commits by this committer ] Original commit   Revision:326404
- Do not depend on security/openssl if openssl in base is sufficient.

PR:		ports/178262
Submitted by:	Jan Beich <jbeich@tormail.org>
Reviewed by:	ldns' port maintainer
Thu, 11 Jul 2013
[ 12:40 mat search for other commits by this committer ] Original commit   Revision:322766
Have dns/py-ldns only install the Python bits.

PR:		ports/179812
Submitted by:	mat
Approved by:	maintainer
Mon, 26 Nov 2012
[ 13:48 erwin search for other commits by this committer ] Original commit   Revision:307784
Update to 1.6.16

ldns 1.6.14 and ldns 1.6.15 had a bug in creating empty
bitmaps for NSEC3 on empty non-terminals; and were
unable to build a loadable pyldns module.
This release has those two bugs resolved.

PR:		173626
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by:	maintainer
Feature safe:	yes
Thu, 22 Nov 2012
[ 12:42 ehaupt search for other commits by this committer ] Original commit   Revision:307650
Bump PORTREVISION in order to make the registration of CONFLICTS work.

Feature safe:	yes
[ 12:28 ehaupt search for other commits by this committer ] Original commit   Revision:307648
- Add dns/py-ldns, a stub port of dns/ldns with python bindings enabled. This
  is required for the upcoming dns/sshfp update
- Register CONFLICTS and PKGNAMEPREFIX in dns/ldns

Feature safe:	yes
Thu, 8 Nov 2012
[ 17:57 ak search for other commits by this committer ] Original commit   Revision:307192
- Rename DOCS option to DOXYGEN and turn it off by default, restoring
pre-OptionsNG status quo
- Shorten GOST option description, to fit in old dialog's line restrictions on
8.x
- Use standard EXAMPLES/DOXYGEN descriptions
- Remove quotes from option descriptions

Approved by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Feature safe:	yes
Wed, 31 Oct 2012
[ 07:58 ak search for other commits by this committer ] Original commit   Revision:306736
- Update ldns to 1.6.15 [1]
- Add an entry to UPDATING about binary incompatibility in previous version of
ldns
- Fix OptionsNG
- Bump PORTREVISION for all ports dependent on dns/ldns
- Remove ABI version numbers from LIB_DEPENDS while I'm here

PR:	ports/173080 [1]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
Approved by:	portmgr (erwin)
Feature safe:	yes
Wed, 24 Oct 2012
[ 05:42 culot search for other commits by this committer ] Original commit   Revision:306335
- Update to 1.6.14 [1]
- Convert to OptionsNG [2]

Changes:	http://www.nlnetlabs.nl/svn/ldns/tags/release-1.6.14/Changelog
PR:		ports/173003 [1]
		ports/171934 [2]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
		Takefu <takefu@airport.fm> [2]
Feature safe:	yes
Mon, 28 May 2012
[ 04:51 miwi search for other commits by this committer ] Original commit 
- Disable ECDSA support

PR:             168394
Submitted by:   maintainer
Thu, 24 May 2012
[ 14:01 ak search for other commits by this committer ] Original commit 
- Update to 1.6.13
  This is mostly a bugfix release. Most notable new features are ECDSA
  support (RFC 6605) and command-line options for ldns-verify-zone for
  validating against given keys and for safety margins on signatures
  inception and expiration times.
- The examples and drill programs will now built by default.

PR:     ports/168296
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by:    itetcu (mentor)
Sat, 28 Jan 2012
[ 17:49 miwi search for other commits by this committer ] Original commit 
- Update to 1.6.12

PR:             164224
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl>
Wed, 11 Jan 2012
[ 14:59 scheidell search for other commits by this committer ] Original commit 
- Need to include bsd.port.options.mk to make OPTIONS work [1]

PR:             ports/163734 [1]
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> [1]
Approved by:    Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer), gabor (mentor,
implicit)
Mon, 7 Nov 2011
[ 05:47 miwi search for other commits by this committer ] Original commit 
- Fix INDEX
[ 04:24 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Get rid FreeBSD 6 support
Thu, 6 Oct 2011
[ 22:43 zi search for other commits by this committer ] Original commit 
- Update to 1.6.11
- Fix up whitespace

PR:             ports/161133
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Wed, 1 Jun 2011
[ 01:18 wen search for other commits by this committer ] Original commit 
- Update to 1.6.10

PR:             ports/157478
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sat, 16 Apr 2011
[ 20:36 ehaupt search for other commits by this committer ] Original commit 
Add an option for installing python bindings.

PR:             156419
Approved by:    Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Thu, 17 Mar 2011
[ 09:30 wen search for other commits by this committer ] Original commit 
- Update to 1.6.9

PR:             ports/155613
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Wed, 26 Jan 2011
[ 11:28 pav search for other commits by this committer ] Original commit 
- Update to 1.6.8

PR:             ports/154268
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:   yes
Mon, 20 Dec 2010
[ 21:41 ohauer search for other commits by this committer ] Original commit 
 - change maintainer to submitter (NLnetNLabs)
 - patch includes fix for PR ports/153165
   port dns/ldns fails to build with config (EXAMPLES=on and GOST=off)
 - bump PORTREVISION

PR:             ports/153228 ports/153165
Submitted by:   Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (new maintainer)
Approved by:    Konstantin Saurbier <konstantin _at_ saurbier.net> (old
maintainer)
Fri, 10 Dec 2010
[ 22:27 beech search for other commits by this committer ] Original commit 
Update to 1.6.7

PR:             ports/152578
Submitted by:   Jaap Akkerhuis (jaap@NLnetLabs.nl)
Approved by:    Konstantin Saurbier (konstantin@saurbier.net) (maintainer)
                itetcu (mentor) (implicit)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Fri, 3 Sep 2010
[ 08:51 bapt search for other commits by this committer ] Original commit 
- Update to 1.6.6
- Add GHOST option
- While here add license

PR:             ports/149975
Submitted by:   Jaap Akkerhuis <jaap _at_ NLnetLabs.nl>
Approved by:    Konstantin Saurbier <konstantin _at_ saurbier.net> (maintainer)
Sun, 18 Jul 2010
[ 21:30 makc search for other commits by this committer ] Original commit 
Update to 1.6.5

PR:             ports/147565
Submitted by:   Jaap Akkerhuis <jaap at NLnetLabs.nl>
Approved by:    Konstantin Saurbier (maintainer)
Mon, 25 Jan 2010
[ 08:53 miwi search for other commits by this committer ] Original commit 
- Update to 1.6.4

PR:             143060
Submitted by:   Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Tue, 29 Dec 2009
[ 10:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
Sun, 13 Dec 2009
[ 00:21 miwi search for other commits by this committer ] Original commit 
- Update to 1.6.3

PR:             141214
Submitted by:   Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Thu, 26 Nov 2009
[ 14:19 miwi search for other commits by this committer ] Original commit 
- Update to 1.6.2

PR:             140841
Submitted by:   Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Sun, 16 Aug 2009
[ 23:31 araujo search for other commits by this committer ] Original commit 
- Update to 1.6.1.

PR:             ports/137846
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Mon, 27 Jul 2009
[ 07:07 miwi search for other commits by this committer ] Original commit 
- Update to 1.6.0

PR:             136976
Submitted by:   Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:    maintainer
Sun, 31 May 2009
[ 13:20 amdmi3 search for other commits by this committer ] Original commit 
- Adding option for building example programs

PR:             134927
Submitted by:   Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Thu, 26 Feb 2009
[ 21:16 wxs search for other commits by this committer ] Original commit 
- Update to 1.5.1

PR:             ports/131965
Submitted by:   Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:    Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Tue, 27 Jan 2009
[ 19:32 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.4.1

PR:             ports/130807
Submitted by:   Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:    Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Mon, 25 Feb 2008
[ 13:36 gabor search for other commits by this committer ] Original commit 
- Update to 1.2.2
- Update MAINTAINER address

PR:             ports/120847
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer
Thu, 4 Oct 2007
[ 00:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Mon, 28 Aug 2006
[ 11:53 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.0

PR:             ports/102517
Submitted by:   Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de>
(maintainer)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Thu, 12 Jan 2006
[ 00:08 tdb search for other commits by this committer ] Original commit 
- Update to 1.0.1
- Mark BROKEN on <5.0

PR:             91678
Submitted by:   saurbier@math.uni-bielefeld.de (maintainer)
Fri, 30 Dec 2005
[ 04:24 edwin search for other commits by this committer ] Original commit 
[NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and drafts

        Ldns is a library to simplify implementaition of recent DNS
        RFCs. The goal is to allow depelopers to easily create
        software conforming to current RFCs and experimental software
        for current Internet drafts.  Because ldns is written in C
        it should be a lot faster than Perl or other scripting
        languages.

        WWW: http://www.nlnetlabs.nl/ldns/

PR:             ports/91042
Submitted by:   Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
<saurbier@math.uni-bielefeld.de>

Number of commits found: 89