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/ldns/Makefile

Number of commits found: 91

Sunday, 28 Jan 2024
22:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
dns/ldns: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 408d856a3c2dc527977f592f847fb5ef3c399b77 commit hash: 408d856a3c2dc527977f592f847fb5ef3c399b77 commit hash: 408d856a3c2dc527977f592f847fb5ef3c399b77 commit hash: 408d856a3c2dc527977f592f847fb5ef3c399b77 408d856
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 16 Aug 2022
15:56 Fernando Apesteguía (fernape) search for other commits by this committer Author: Jaap Akkerhuis
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.
         * Fix -U flag with ldns-signzone.
         * Enable compile of SVCB and HTTPS support by default.
         * bugfix #179: Free line memory even if zone file parsing fails
         * bugfix #166: Grow buffer when writing chars and fixed size
           strings when converting to presentation format, preventing
           potential assersion errors.
         * bugfix #46: Print network errors when secure tracing.
         * EDNS0 Option handling and conversion into presentation format.
         * bugfix #145: ldns-verify-zone should not call occluded records
           glue.

PR:	265859
Reported by:	jaap@NLnetLabs.nl (maintainer)
commit hash: 616885da342a3dc4396407df3e2a6c5b3e175a6c commit hash: 616885da342a3dc4396407df3e2a6c5b3e175a6c commit hash: 616885da342a3dc4396407df3e2a6c5b3e175a6c commit hash: 616885da342a3dc4396407df3e2a6c5b3e175a6c 616885d
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Bas Kruit <baskruit@bsltwr.dhis.org>
  *  Bruce M. Simpson <bms@FreeBSD.org>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Chris St Denis (<chris@ctgameinfo.com>)
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Dan Pelleg <daniel+mdnsd@pelleg.org>
  *  Dan Smith <dan@algenta.com>
  *  David O'Brien (obrien@NUXI.com)
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Dmitry Pryadko <d.pryadko@rambler-co.ru>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Dominik Brettnacher <domi@saargate.de>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eyal Soha <esoha@attbi.com>
  *  Filip Parag <filip@parag.rs>
  *  Filippo Natali <filippo.natali@gmail.com>
  *  Frank Behrens
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Goran Mekić <meka@tilda.center>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jase Thew <freebsd@beardz.net>
  *  Jimmy Bergman jimmy@sigint.se
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Barbish
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koen Martens <gmc@sonologic.nl>
  *  Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
  *  Kostya Lukin <lukin@okbmei.msk.su>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Leo Vandewoestijne <freebsd@dns-lab.com>
  *  Leo Vandewoestijne <freebsd@dns.company>
  *  MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
  *  Marcin Gondek <drixter@e-utp.net>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Linimon <linimon@lonesome.com>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew Seaman
  *  Michael Cardell Widerkrantz <mc@hack.org>
  *  Moritz Warning <moritzwarning@web.de>
  *  Natacha Porte <natbsd@instinctive.eu>
  *  Neil Blakey-Milner
  *  Olivier Duchateau
  *  Paul Chvostek <paul@it.ca>
  *  Paul Dlug <paul@aps.org>
  *  Philippe Pepiot <phil@philpep.org>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rafal Lesniak <fbsd@grid.einherjar.de>
  *  Roman Shterenzon <roman@xpert.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Marples <roy@marples.name>
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Dick <simond@irrelevant.org>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Honson
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  adamw
  *  alexis
  *  andrew@ugh.net.au
  *  bkhl
  *  clsung
  *  clsung@dragon2.net
  *  dglo@ssec.wisc.edu
  *  dnscheckengine-port@academ.com (Stan Barber)
  *  fenner
  *  geniusj@ods.org
  *  ijliao
  *  ismail.yenigul@endersys.com.tr
  *  krion
  *  mark@foster.cc
  *  n@nectar.com
  *  roam@FreeBSD.org
  *  rodrigc@FreeBSD.org
  *  rpsfa@rit.edu
  *  sten@blinkenlights.nl

With hat:	portmgr
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 66ee090
Saturday, 18 Dec 2021
17:28 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Jaap Akkerhuis
dns/ldns: Update to 1.8.1

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

PR:		260345
commit hash: f1403234875e034eacdc57143912602b273a93cb commit hash: f1403234875e034eacdc57143912602b273a93cb commit hash: f1403234875e034eacdc57143912602b273a93cb commit hash: f1403234875e034eacdc57143912602b273a93cb f140323
Monday, 1 Nov 2021
15:28 Dmitry Marakasov (amdmi3) search for other commits by this committer
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
commit hash: 6f494d8dbfedb8182dde379e623a001820fdab91 commit hash: 6f494d8dbfedb8182dde379e623a001820fdab91 commit hash: 6f494d8dbfedb8182dde379e623a001820fdab91 commit hash: 6f494d8dbfedb8182dde379e623a001820fdab91 6f494d8
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Jan 2021
07:47 fluffy search for other commits by this committer
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
Original commitRevision:560752 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 17 Jun 2020
18:17 sunpoet search for other commits by this committer
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
Original commitRevision:539491 
Saturday, 28 Mar 2020
13:33 sunpoet search for other commits by this committer
Fix typo

Apporved by:	portmgr (blanket)
Original commitRevision:529726 
Saturday, 29 Feb 2020
12:00 pkubaj search for other commits by this committer
dns/ldns: set MAKE_JOBS_UNSAFE=yes

Fixes threaded build on POWER9 with 72 threads.
Original commitRevision:527414 
Thursday, 5 Sep 2019
23:54 dbaio search for other commits by this committer
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>
Original commitRevision:511275 
Monday, 2 Sep 2019
14:31 swills search for other commits by this committer
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)
Original commitRevision:510798 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Tuesday, 27 Feb 2018
13:03 mat search for other commits by this committer
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Original commitRevision:463123 
Wednesday, 20 Dec 2017
19:34 bapt search for other commits by this committer
Switch from swig 2.0 to swig 3.0
Original commitRevision:456845 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Sunday, 23 Jul 2017
13:13 sunpoet search for other commits by this committer
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
Original commitRevision:446473 
Tuesday, 21 Mar 2017
23:47 mat search for other commits by this committer
Fix build.

Sponsored by:	Absolight
Original commitRevision:436666 
Friday, 3 Mar 2017
04:11 miwi search for other commits by this committer
- Update to 1.7.0

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

PR:		        217495
Submitted by:	maintainer
Original commitRevision:435305 
Friday, 17 Feb 2017
16:49 mat search for other commits by this committer
Remove the remaining IGNORE_FreeBSD_9 lines.

Sponsored by:	Absolight
Original commitRevision:434300 
Tuesday, 29 Nov 2016
18:46 mat search for other commits by this committer
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Original commitRevision:427389 
Tuesday, 27 Sep 2016
16:32 antoine search for other commits by this committer
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Original commitRevision:422818 
Wednesday, 21 Sep 2016
14:14 mat search for other commits by this committer
Fix build on 9.

Sponsored by:	Absolight
Original commitRevision:422561 
Monday, 12 Sep 2016
14:52 marino search for other commits by this committer
dns/ldns: Fix SSL library configuration for slave dns/py-ldns

Approvd by:	SSL blanket
Original commitRevision:421926 
Saturday, 10 Sep 2016
01:37 marino search for other commits by this committer
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
Original commitRevision:421646 
Monday, 4 Jul 2016
10:01 mat search for other commits by this committer
Fix ports depending on security/(open|libre)ssl directly.

Sponsored by:	Absolight
Original commitRevision:418011 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
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
Original commitRevision:415742 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
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, 14 May 2015
07:02 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386295 
Sunday, 5 Apr 2015
20:55 bapt search for other commits by this committer
Revert unintended change

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

PR:		191853
Approved by:	maintainer
Original commitRevision:379920 
Tuesday, 6 Jan 2015
10:01 ehaupt search for other commits by this committer
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Original commitRevision:376416 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Sunday, 19 Oct 2014
15:43 mva search for other commits by this committer
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371188 
Sunday, 5 Oct 2014
10:09 tijl search for other commits by this committer
Avoid dependency on devel/libtool
Original commitRevision:370050 
Friday, 22 Aug 2014
09:06 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE

Approved by:	portmgr blanket
Original commitRevision:365621 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Thursday, 15 May 2014
15:08 erwin search for other commits by this committer
Install libldns.pc

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

Truckload of pointy hats to:	erwin
Sponsored by:	Absolight
Original commitRevision:352683 
Thursday, 6 Feb 2014
19:17 danilo search for other commits by this committer
dns/ldns
- Convert LIB_DEPENDS to new syntax

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

Reported by:	mat [1]
Original commitRevision:343142 
18:23 danilo search for other commits by this committer
- 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)
Original commitRevision:343133 
Sunday, 24 Nov 2013
17:59 koobs search for other commits by this committer
dns/ldns: Bump PORTREVISION

PR:		ports/182709
Reported by:	Mathieu Arnold <mat@mat.cc>
Original commitRevision:334749 
Sunday, 13 Oct 2013
19:14 erwin search for other commits by this committer
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)
Original commitRevision:330249 
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 
Thursday, 5 Sep 2013
14:37 sem search for other commits by this committer
- 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
Original commitRevision:326404 
Thursday, 11 Jul 2013
12:40 mat search for other commits by this committer
Have dns/py-ldns only install the Python bits.

PR:		ports/179812
Submitted by:	mat
Approved by:	maintainer
Original commitRevision:322766 
Monday, 26 Nov 2012
13:48 erwin search for other commits by this committer
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
Original commitRevision:307784 
Thursday, 22 Nov 2012
12:42 ehaupt search for other commits by this committer
Bump PORTREVISION in order to make the registration of CONFLICTS work.

Feature safe:	yes
Original commitRevision:307650 
12:28 ehaupt search for other commits by this committer
- 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
Original commitRevision:307648 
Thursday, 8 Nov 2012
17:57 ak search for other commits by this committer
- 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
Original commitRevision:307192 
Wednesday, 31 Oct 2012
07:58 ak search for other commits by this committer
- 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
Original commitRevision:306736 
Wednesday, 24 Oct 2012
05:42 culot search for other commits by this committer
- 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
Original commitRevision:306335 
Monday, 28 May 2012
04:51 miwi search for other commits by this committer
- Disable ECDSA support

PR:             168394
Submitted by:   maintainer
Original commit
Thursday, 24 May 2012
14:01 ak search for other commits by this committer
- 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)
Original commit
Saturday, 28 Jan 2012
17:49 miwi search for other commits by this committer
- Update to 1.6.12

PR:             164224
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl>
Original commit
Wednesday, 11 Jan 2012
14:59 scheidell search for other commits by this committer
- 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)
Original commit
Monday, 7 Nov 2011
05:47 miwi search for other commits by this committer
- Fix INDEX
Original commit
04:24 miwi search for other commits by this committer
- Get rid FreeBSD 6 support
Original commit
Thursday, 6 Oct 2011
22:43 zi search for other commits by this committer
- Update to 1.6.11
- Fix up whitespace

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

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

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

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

PR:             ports/154268
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:   yes
Original commit
Monday, 20 Dec 2010
21:41 ohauer search for other commits by this committer
 - 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)
Original commit
Friday, 10 Dec 2010
22:27 beech search for other commits by this committer
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)
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Friday, 3 Sep 2010
08:51 bapt search for other commits by this committer
- 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)
Original commit
Sunday, 18 Jul 2010
21:30 makc search for other commits by this committer
Update to 1.6.5

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

PR:             143060
Submitted by:   Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Original commit
Tuesday, 29 Dec 2009
10:25 miwi search for other commits by this committer
- 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
Original commit
Sunday, 13 Dec 2009
00:21 miwi search for other commits by this committer
- Update to 1.6.3

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

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

PR:             ports/137846
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Monday, 27 Jul 2009
07:07 miwi search for other commits by this committer
- Update to 1.6.0

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

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

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

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

PR:             ports/120847
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer
Original commit
Thursday, 4 Oct 2007
00:41 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Monday, 28 Aug 2006
11:53 miwi search for other commits by this committer
- Update to 1.1.0

PR:             ports/102517
Submitted by:   Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de>
(maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

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

PR:             91678
Submitted by:   saurbier@math.uni-bielefeld.de (maintainer)
Original commit
Friday, 30 Dec 2005
04:24 edwin search for other commits by this committer
[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>
Original commit

Number of commits found: 91