Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.4_8 21 Mar 2023 00:01:36 |
Muhammad Moinur Rahman (bofh) |
devel/libzrtpcpp: Remove expired port:
2023-03-21 devel/libzrtpcpp: Broken since 2021 |
2.3.4_8 20 Feb 2023 17:09:22 |
Antoine Brodin (antoine) |
devel/libzrtpcpp: deprecate |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.4_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.3.4_8 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.3.4_8 12 Apr 2021 09:14:53 |
Adriaan de Groot (adridg) |
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 ) |
2.3.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.4_8 25 Jun 2017 21:07:58 |
tcberner |
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 |
2.3.4_8 13 Sep 2016 03:30:14 |
marino |
devel/libzrtpcpp: properly configure SSL base
Approved by: SSL blanket |
2.3.4_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.4_8 14 Jan 2016 03:23:07 |
jhale |
- 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 |
11 Sep 2015 09:41:01
|
rakuco |
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 |
2.3.4_6 14 May 2015 10:15:09 |
mat |
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 |
2.3.4_6 06 Mar 2015 22:30:43 |
mi |
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. |
2.3.4_6 06 Mar 2015 21:58:45 |
mi |
Do not insist on OpenSSL from ports -- base would do. Bump PORTREVISION.
PR: 196247
Approved by: maintainer timeout (since December) |
2.3.4_5 02 Jan 2015 18:46:34 |
pi |
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 ) |
2.3.4_4 23 Nov 2014 16:19:11 |
amdmi3 |
- 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 |
2.3.4_3 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
2.3.4_3 30 Jul 2014 03:57:24 |
pi |
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) |
2.3.4_2 15 Apr 2014 07:35:21 |
gahr |
- Chase devel/ucommon shlib version bump |
2.3.4_1 06 Mar 2014 14:22:00 |
miwi |
- Stage support |
2.3.4_1 09 Jan 2014 15:20:51 |
gahr |
- Chase devel/ucommon shlib version bump |
2.3.4 02 Oct 2013 18:51:12 |
acm |
- Update to 2.3.4
- Add missing dependencies |
2.3.2_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.3.2_2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
2.3.2_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.3.2_1 11 Feb 2013 14:21:39 |
gahr |
- Chase devel/ucommon shlib versbion bump |
2.3.2 13 Dec 2012 16:17:20 |
acm |
- Update to 2.3.2
PR: 170635
Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> |
1.4.6_3 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.4.6_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.4.6_3 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
1.4.6_2 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
1.4.6_1 14 Nov 2009 22:58:50 |
acm |
- Add missing dependency
- Fix a problem with OpenSSL support. Now net/twinkle can compile without
problems.
- Bump PORTREVISION
Tested by: pav
Reported by: pav |
1.4.6 10 Nov 2009 16:33:07 |
acm |
- 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> |
1.4.6 10 Nov 2009 16:13:43 |
acm |
- Update to 1.4.6 |
1.4.0 12 Dec 2008 22:53:55 |
acm |
- Update to 1.4.0
PR: 129482
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
1.0.0 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.0.0 22 Dec 2007 06:34:42 |
acm |
- Update to 1.0.0 |
0.9.2 02 Oct 2007 15:43:27 |
acm |
- Update to 0.9.2 |
0.9.0_1 06 Oct 2006 19:01:59 |
acm |
- Fix build on 4.x
- Bump PORTREVISION
Reported by: kris |
0.9.0 05 Oct 2006 06:26:04 |
acm |
- 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/ |