summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2017-03-2720-890/+0
| | | | | | | | | | | | | | | 2017-03-27 print/musixtex: Broken for more than 6 months 2017-03-27 www/wml: Broken for more than 6 months 2017-03-27 www/offline-npm: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months 2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months 2017-03-27 devel/openvex: Broken for more than 6 months 2017-03-27 mail/mixmaster: Broken for more than 6 months 2017-03-27 net-mgmt/nat: Broken for more than 6 months 2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet 2017-03-27 net-p2p/gnunet: Broken for more than 6 months 2017-03-27 print/abc2mtex: Depends on expiring print/musixtex
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-02-261-0/+2
|
* Update to 0.9.52Sunpoet Po-Chuan Hsieh2017-01-231-1/+1
| | | | | | | | | | - While I'm here: - Remove USE_OPENSSL: it is not required after libmicrospdy removal - Bump PORTREVISION for dependent ports Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog PR: 216382 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* net-p2p/gnunet: Mark broken due to runtime malfunctionJohn Marino2016-08-191-0/+2
| | | | | | | | gnunet needs gnunet-daemon-hostlist to allow the connection to other nodes on the network, but it's not built because it apparently requires libgnurl for that. PR: 205042
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-12/+12
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
|
* Cleanup plistAntoine Brodin2014-11-121-8/+0
|
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+1
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* Update to version 0.10.1.Vanilla I. Shu2014-09-0317-323/+655
| | | | | PR: ports/193162 Submitted by: Ports Fury.
* www/libmicrohttpd:Tijl Coosemans2014-09-011-1/+1
| | | | | | | | | | - Update to version 0.9.37 - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use option helpers - Fix package listing when recent OpenSSL is available Approved by: portmgr (implicit, bump unstaged port)
* devel/libunistring:Tijl Coosemans2014-08-291-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-4/+4
| | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | With hat: portmgr
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | With hat: portmgr
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-6/+6
| | | | With hat: portmgr
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* - Convert USE_GMAKE/BZIP2 to USESMartin Wilke2014-03-151-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | net-p2p)
* Update math/glpk to 4.52.1 and adjust dependent portsBrendan Fabeny2013-08-061-1/+1
|
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Update math/glpk to 4.50 and adjust dependent portsBrendan Fabeny2013-05-291-1/+1
|
* update math/glpk to 4.49, and adjust dependent portsBrendan Fabeny2013-05-101-1/+1
| | | | Approved by: maho
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
|
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* update glpk to 4.48 and adjust dependent portsBrendan Fabeny2013-01-311-7/+2
|
* - Chase www/libmicrohttpd shlib version bumpBryan Drewery2012-08-081-0/+1
| | | | | | - Add UPDATING entry Approved by: eadler (mentor)
* update to 0.9.3 and convert options to new styleBrendan Fabeny2012-06-084-60/+126
|
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* add to the minimal default configuration file and pkg-message;Brendan Fabeny2012-05-313-8/+22
| | | | | | fix the unexec directive in the packing list [1] Reported by: pav [1]
* add the missing pkg-messageBrendan Fabeny2012-05-281-0/+14
|
* preliminary version of update to 0.9.x; GUI, rc-scripts, tests,Brendan Fabeny2012-05-285-369/+384
| | | | and refinements to default configuration to follow
* - Chase libesmtp shlib bumpMartin Wilke2012-05-231-2/+2
|
* defer expiration pending updatesBrendan Fabeny2012-05-211-1/+1
|
* defer expiration pending updatesBrendan Fabeny2012-05-101-1/+1
|
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | as broken for more than 6 month
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
|
* Chase www/libmicrohttpd shlib bumpPawel Pekala2011-10-121-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-2/+2
| | | | - Add an entry to UPDATING
* take in some orphansBrendan Fabeny2011-07-241-1/+1
|
* Chase libmicrohttpd shared lib bumpJulien Laffaye2011-07-101-1/+1
| | | | Approved by: bapt (mentor)
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
|
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
|