Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1_13 27 Jun 2024 12:33:19 |
Baptiste Daroussin (bapt) |
ICQ: finish removal
Reported by: jbeich |
0.7.1_13 27 Jun 2024 07:45:47 |
Baptiste Daroussin (bapt) |
ICQ: farewell!
Remove programs that are related to ICQ which closed in 2024-06-24 |
0.7.1_13 14 Mar 2024 12:18:38 |
Christian Weisgerber (naddy) |
net-im/climm: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
0.7.1_12 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 ) |
0.7.1_12 20 Jul 2022 14:22:40 |
Tobias C. Berner (tcberner) |
net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Alberto Villa <avilla@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Andrew Lewis <freeghb@gmail.com>
* Andrey Akhmichin <sepulkarium45@yahoo.com>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@freebsd.org>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Denis Shaposhnikov <dsh@vlink.ru> (Only the first 15 lines of the commit message are shown above ) |
0.7.1_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.1_12 28 Aug 2020 06:53:53 |
danfe |
Allow to build against contemporary versions of OpenSSL. |
0.7.1_12 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
0.7.1_12 04 Apr 2019 08:16:27 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
0.7.1_12 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.7.1_12 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.7.1_12 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- 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) |
0.7.1_11 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 ) |
0.7.1_10 21 Nov 2014 23:55:50 |
antoine |
Cleanup plist |
0.7.1_10 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) |
0.7.1_9 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
0.7.1_9 03 Jul 2014 13:18:14 |
tijl |
Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports |
0.7.1_8 04 Jun 2014 14:39:23 |
amdmi3 |
- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.7.1_7 26 Jan 2014 20:09:04 |
antoine |
Finish stage support |
0.7.1_6 17 Jan 2014 11:03:15 |
gahr |
- Convert to USES=tcl and USES=gmake
- Convert to new LIB_DEPENDS format
- STAGE-clean |
0.7.1_6 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.7.1_6 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
0.7.1_5 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.7.1_5 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.7.1_5 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.7.1_4 08 Sep 2012 06:58:02 |
dougb |
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency. |
0.7.1_3 08 Sep 2012 06:35:18 |
dougb |
Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default |
0.7.1_3 26 Jul 2012 07:19:30 |
dougb |
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.
For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV |
0.7.1_3 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.7.1_3 16 Jun 2012 20:54:21 |
johans |
Convert to new options framework |
0.7.1_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 |
0.7.1_3 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
0.7.1_2 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.7.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.7.1_1 10 Jan 2011 22:11:56 |
johans |
Fix compilation with XMPP option
PR: ports/153850
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> |
0.7.1_1 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
0.7.1 20 Mar 2010 22:40:50 |
johans |
Update to 0.7.1 |
0.7_2 23 Feb 2010 18:06:02 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
0.7_2 09 Sep 2009 08:59:47 |
johans |
- Make configure detect newer gnutls libraries as well (non-default option)
Reported by: Raphael Becker |
0.7_2 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
0.7_1 25 Jun 2009 16:29:45 |
johans |
- Fix dependency checks and the logic of selected (conflicting) options
- Rename SSL option to clarify its purpose (SSL is used even if it's off)
Reported by: Simeon Simeonov |
0.7 18 May 2009 21:02:05 |
johans |
Update to 0.7 |
0.6.4 23 Feb 2009 19:18:37 |
johans |
Update to 0.6.4 |
0.6.3_1 06 Jan 2009 13:01:11 |
rafan |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
0.6.3 01 Sep 2008 09:24:38 |
johans |
Update to 0.6.3 |
0.6.2_2 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 ) |
0.6.2_2 06 Jun 2008 13:51:54 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6.2_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.6.2 26 Feb 2008 07:31:41 |
johans |
- Update to 0.6.2
- Fix jabber support (turned off by default) |
0.6.1_2 27 Dec 2007 16:40:05 |
johans |
bsd.port.options.mk doesn't work yet: do not use this.
Reported by: dvl, shaun
Pointyhat to: johans |
0.6.1_2 27 Dec 2007 16:01:34 |
johans |
- Use OPTIONS
- Make hidden dependencies explicit |
0.6.1 14 Oct 2007 16:53:14 |
johans |
Update to 0.6.1 (bugfix release) |
0.6 18 Sep 2007 17:23:57 |
johans |
- Move net-im/micq to net-im/climm (project was renamed)
- Update to climm 0.6 (this has all the renamed files) |
0.5.4.2 18 Sep 2007 16:26:39 |
johans |
Force commit to note this is a repocopy from net-im/micq |