| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
Notes:
svn path=/head/; revision=422818
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422561
|
|
|
|
|
|
|
| |
Approvd by: SSL blanket
Notes:
svn path=/head/; revision=421926
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=421646
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=418011
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=386295
|
|
|
|
|
|
|
| |
Reported by: flo
Notes:
svn path=/head/; revision=383358
|
|
|
|
| |
Notes:
svn path=/head/; revision=383357
|
|
|
|
| |
Notes:
svn path=/head/; revision=379924
|
|
|
|
|
|
|
|
| |
PR: 191853
Approved by: maintainer
Notes:
svn path=/head/; revision=379920
|
|
|
|
| |
Notes:
svn path=/head/; revision=376416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=371557
|
|
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371188
|
|
|
|
| |
Notes:
svn path=/head/; revision=370050
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365621
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
|
| |
PR: 189263
Submitted by: Josh Cepek <josh.cepek@usa.net>
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=354136
|
|
|
|
|
|
|
|
| |
Truckload of pointy hats to: erwin
Sponsored by: Absolight
Notes:
svn path=/head/; revision=352683
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert LIB_DEPENDS to new syntax
dns/py-ldns
- Add stage support [1]
Reported by: mat [1]
Notes:
svn path=/head/; revision=343142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=343133
|
|
|
|
|
|
|
|
| |
PR: ports/182709
Reported by: Mathieu Arnold <mat@mat.cc>
Notes:
svn path=/head/; revision=334749
|
|
|
|
|
|
|
|
|
| |
PR: ports/182709
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=334734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=330249
|
|
|
|
|
|
|
| |
dns)
Notes:
svn path=/head/; revision=327719
|
|
|
|
|
|
|
|
|
| |
PR: ports/178262
Submitted by: Jan Beich <jbeich@tormail.org>
Reviewed by: ldns' port maintainer
Notes:
svn path=/head/; revision=326404
|
|
|
|
|
|
|
|
|
| |
PR: ports/179812
Submitted by: mat
Approved by: maintainer
Notes:
svn path=/head/; revision=322766
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=307784
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307650
|
|
|
|
|
|
|
|
|
|
| |
is required for the upcoming dns/sshfp update
- Register CONFLICTS and PKGNAMEPREFIX in dns/ldns
Feature safe: yes
Notes:
svn path=/head/; revision=307648
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=307192
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=306736
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=306335
|
|
|
|
|
|
|
|
| |
PR: 168394
Submitted by: maintainer
Notes:
svn path=/head/; revision=297570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=297335
|
|
|
|
|
|
|
|
| |
PR: 164224
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Notes:
svn path=/head/; revision=289952
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=288957
|
|
|
|
| |
Notes:
svn path=/head/; revision=285217
|
|
|
|
| |
Notes:
svn path=/head/; revision=285212
|
|
|
|
|
|
|
|
|
|
| |
- Fix up whitespace
PR: ports/161133
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=283078
|
|
|
|
|
|
|
|
| |
PR: ports/157478
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=274907
|
|
|
|
|
|
|
|
| |
PR: 156419
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=272816
|
|
|
|
|
|
|
|
| |
PR: ports/155613
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Notes:
svn path=/head/; revision=271075
|
|
|
|
|
|
|
|
|
| |
PR: ports/154268
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=268253
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=266667
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/152578
Submitted by: Jaap Akkerhuis (jaap@NLnetLabs.nl)
Approved by: Konstantin Saurbier (konstantin@saurbier.net) (maintainer)
itetcu (mentor) (implicit)
Notes:
svn path=/head/; revision=266007
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|