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: devel/libzrtpcpp/Makefile
SVNWeb

Number of commits found: 38

Tue, 21 Mar 2023
[ 00:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:fab39cacd057d17cd3efa0d4d018558fd8213246  commit hash:fab39cacd057d17cd3efa0d4d018558fd8213246  commit hash:fab39cacd057d17cd3efa0d4d018558fd8213246  fab39ca 
devel/libzrtpcpp: Remove expired port:

2023-03-21 devel/libzrtpcpp: Broken since 2021
Mon, 20 Feb 2023
[ 17:09 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:af9943b0ac9df672dbae5b594a0d148a4604fe19  commit hash:af9943b0ac9df672dbae5b594a0d148a4604fe19  commit hash:af9943b0ac9df672dbae5b594a0d148a4604fe19  af9943b 
devel/libzrtpcpp: deprecate
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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 12 Apr 2021
[ 09:14 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:0400c882914a168367eb67680d215563a5836029  commit hash:0400c882914a168367eb67680d215563a5836029  commit hash:0400c882914a168367eb67680d215563a5836029  0400c88 
devel/libzrtpcpp: mark BROKEN

Does not compile on the cluster or 13- locally, because base SSL:
	hmac384.cpp:56:14: error: variable has incomplete type 'HMAC_CTX' (aka
'hmac_ctx_st')
	    HMAC_CTX ctx;
	/usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of
'hmac_ctx_st'
	typedef struct hmac_ctx_st HMAC_CTX;
There is no definition of that type anywhere in /usr/include.

The only consumer of this library is -- or was -- net/opal,
and the use of this library was .if 0'ed out. Remove that
non-use of the library as well.

The library should also be marked BROKEN because the code is, well,
broken. Clang rightfully complains:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Tue, 13 Sep 2016
[ 03:30 marino search for other commits by this committer ] Original commit   Revision:421974
devel/libzrtpcpp: properly configure SSL base

Approved by:	SSL 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
Thu, 14 Jan 2016
[ 03:23 jhale search for other commits by this committer ] Original commit   Revision:406089 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update devel/ucommon to 7.0.0
- Bump PORTREVISION on dependent ports due to shlib bump

- Update audio/ccaudio2 to 2.2.0
- Add LICENSE
- Fix detection of gsm and speex
Fri, 11 Sep 2015
[ 09:41 rakuco search for other commits by this committer ] Original commit   Revision:396653
Drop gettext and iconv dependencies.

Nothing in the port uses either of them, so it is safe to remove the
dependencies. I have built the port on 9.3-i386 and 10.1-amd64 without those
entries and everything still worked.

Approved by:	maintainer timeout (acm, 17 days)
Differential Revision:	https://reviews.freebsd.org/D3480
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Fri, 6 Mar 2015
[ 22:30 mi search for other commits by this committer ] Original commit   Revision:380631
Register a build-time conflict with libzrtpcppcore -- libzrtpcpp will not
build, if libzrtpcppcore's headers are present...

Rephrase the post-patch target to not require as many passes through the
source tree and remove a solution for the long-gone problem from it.
[ 21:58 mi search for other commits by this committer ] Original commit   Revision:380627
Do not insist on OpenSSL from ports -- base would do. Bump PORTREVISION.

PR:		196247
Approved by:	maintainer timeout (since December)
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Nov 2014
[ 16:19 amdmi3 search for other commits by this committer ] Original commit   Revision:373165
- Add missing patch needed to produce usable shared library

PR:		185266
Submitted by:	m.v.b@runbox.com
Approved by:	acm (maintainer timeout)
MFH:		2014Q4
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.5.3_3 -> 1.6.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)
Tue, 15 Apr 2014
[ 07:35 gahr search for other commits by this committer ] Original commit   Revision:351309
- Chase devel/ucommon shlib version bump
Thu, 6 Mar 2014
[ 14:22 miwi search for other commits by this committer ] Original commit   Revision:347234
- Stage support
Thu, 9 Jan 2014
[ 15:20 gahr search for other commits by this committer ] Original commit   Revision:339255
- Chase devel/ucommon shlib version bump
Wed, 2 Oct 2013
[ 18:51 acm search for other commits by this committer ] Original commit   Revision:329098
- Update to 2.3.4
- Add missing dependencies
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Mon, 11 Feb 2013
[ 14:21 gahr search for other commits by this committer ] Original commit   Revision:312062
- Chase devel/ucommon shlib versbion bump
Thu, 13 Dec 2012
[ 16:17 acm search for other commits by this committer ] Original commit   Revision:308856
- Update to 2.3.2

PR:		170635
Submitted by:	Waitman Gobble <uzimac  at  da3m0n8t3r.com>
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Sun, 3 Jul 2011
[ 11:40 swills search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Chase the libgcrypt shared lib version
Tue, 27 Jul 2010
[ 01:25 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Sat, 14 Nov 2009
[ 22:58 acm search for other commits by this committer ] Original commit 
- Add missing dependency
- Fix a problem with OpenSSL support. Now net/twinkle can compile without
  problems.
- Bump PORTREVISION

Tested by:      pav
Reported by:    pav
Tue, 10 Nov 2009
[ 16:33 acm search for other commits by this committer ] Original commit 
- Remove WITH_OPENSSL_PORT. it compiles fine with openssl version of base system
  and it could be defined in make.conf file.

PR:             139634
Submitted by:   Alexander V. Chernikov" <melifaro __ at _ipfw.ru>
[ 16:13 acm search for other commits by this committer ] Original commit 
- Update to 1.4.6
Fri, 12 Dec 2008
[ 22:53 acm search for other commits by this committer ] Original commit 
- Update to 1.4.0

PR:             129482
Submitted by:   Pedro F. Giffuni <giffunip at tutopia.com>
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 22 Dec 2007
[ 06:34 acm search for other commits by this committer ] Original commit 
- Update to 1.0.0
Tue, 2 Oct 2007
[ 15:43 acm search for other commits by this committer ] Original commit 
- Update to 0.9.2
Fri, 6 Oct 2006
[ 19:01 acm search for other commits by this committer ] Original commit 
- Fix build on 4.x
- Bump PORTREVISION

Reported by:    kris
Thu, 5 Oct 2006
[ 06:26 acm search for other commits by this committer ] Original commit 
- New port: devel/libzrtpcpp

A separate extension package for GNU ccRTP, it provides support for the ZRTP
protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp).

WWW:    http://www.gnu.org/software/ccrtp/

Number of commits found: 38