non port: dns/dnsviz/Makefile |
SVNWeb
|
Number of commits found: 31 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Mon, 13 Mar 2023
|
[ 07:19 Kurt Jaeger (pi) ] 122d510
dns/dnsviz: 0.9.2 -> 0.9.4
Changes: https://github.com/dnsviz/dnsviz/releases
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Feb 2021
|
[ 17:59 pi ]
dns/dnsviz: update 0.9.0 -> 0.9.2
- Fix minor bugs related to Ed448 and dnsviz print
Relnotes: https://github.com/dnsviz/dnsviz/releases
|
Sat, 9 Jan 2021
|
[ 20:43 pi ]
dns/dnsviz: update 0.8.2 -> 0.9.0
Relnotes: https://github.com/dnsviz/dnsviz/releases/tag/v0.9.0
|
Thu, 24 Dec 2020
|
[ 08:57 antoine ]
pygraphviz is now only compatible with python 3.6+
|
Sat, 21 Sep 2019
|
[ 05:57 pi ]
dns/dnsviz: upgrade 0.8.1 -> 0.8.2
- fixes several bugs
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Tue, 12 Feb 2019
|
[ 04:30 pi ]
dns/dnsviz: add missing dependency, set NO_ARCH
Submitted by: Casey Deccio <casey@deccio.net>
|
Fri, 8 Feb 2019
|
[ 15:43 pi ]
dns/dnsviz: update 0.6.7 -> 0.8.1
- support DNS cookies and 0x20 testing.
- fixes several bugs
- includes changes to more fully support python 3
Relnotes: https://github.com/dnsviz/dnsviz/releases
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Sun, 8 Oct 2017
|
[ 18:52 pi ]
dns/dnsviz: update 0.6.6 -> 0.6.7
- conformance with the delay of the 2017 KSK rollover
|
Wed, 19 Jul 2017
|
[ 18:32 pi ]
dns/dnsviz: update 0.6.5 -> 0.6.6
Relnotes: https://github.com/dnsviz/dnsviz/releases
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Mon, 21 Nov 2016
|
[ 18:00 pi ]
dns/dnsviz: update 0.6.4 -> 0.6.5
Changes: https://github.com/dnsviz/dnsviz/releases
|
Mon, 14 Nov 2016
|
[ 11:26 danfe ] (Only the first 10 of 12 ports in this commit are shown above. )
Do not terminate BROKEN messages with period, it is added by the framework.
|
Thu, 10 Nov 2016
|
[ 20:52 pi ]
dns/dnsviz: update 0.6.3 -> 0.6.4
- fixes minor bugs
|
Sun, 9 Oct 2016
|
[ 16:05 pi ]
dns/dnsviz: 0.6.1 -> 0.6.3
- fixes minor bugs and introduces key length into graphical output
|
Sat, 17 Sep 2016
|
[ 19:21 pi ]
dns/dnsviz: 0.6.0 -> 0.6.1
- several minor bug fixes, mostly for compatibility with older python versions
- ability to specify a network prefix to be used in the EDNS Client
Subnet option for queries issued
- introduces a check for CNAME and non-CNAME data at the same name
|
Thu, 8 Sep 2016
|
[ 10:50 pi ]
dns/dnsviz: 0.5.4 -> 0.6.0
- support for offline and pre-delegation testing, so changes
can be tested before they are deployed
- More checks were added, and various other stability fixes
- now supports python 3
|
Sat, 30 Jul 2016
|
[ 12:01 pi ]
dns/dnsviz: fix man pages
Man pages are installed to the wrong directory. Consequently, they are not
compressed and also don't work. Fix is simple and attached.
PR: 211294
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
Thu, 16 Jun 2016
|
[ 01:33 pi ]
dns/dnsviz: 0.5.3 -> 0.5.4
- several minor bug fixes
- the warning and error images have been updated for consistent
copyright/license information.
|
Thu, 26 May 2016
|
[ 08:57 pi ]
dns/dnsviz: 0.5.2 -> 0.5.3, bugfixes
|
Thu, 21 Apr 2016
|
[ 07:47 pi ]
dns/dnsviz: fix depends
|
Wed, 20 Apr 2016
|
[ 14:05 pi ]
dns/dnsviz: fix dependencies
- exact dependencies are listed in
https://github.com/dnsviz/dnsviz/blob/master/README.md#dependencies
Submitted by: Casey Deccio <casey@deccio.net>
|
[ 04:33 pi ]
dns/dnsviz: 0.5.1 -> 0.5.2
- various bug fixes
- Warnings and errors are shown with the output of dnsviz print
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 13 Mar 2016
|
[ 07:08 pi ]
New port: dns/dnsviz
Tool suite for analysis and visualization of Domain Name System
(DNS) behavior, including its security extensions (DNSSEC). The
Web-based analysis is run from the same software.
WWW: http://dnsviz.net/
|
Number of commits found: 31 |