Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14.13_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2.14.13_1 29 Sep 2024 20:15:59 |
Joe Marcus Clarke (marcus) Author: Rodrigo Osorio |
net-im/libpurple: use the SSL_PeerCertificateChain function, instead of
SSL_PeerCertificate
The ssl_nss_get_peer_certificates function in libpurple 2.x.y assumes that all
intermediate certificates from the peer's presented chain can be found in the
NSS certificate DB. This is not the case in NSS 3.103.
This patch is required in order to add a new port for *MS teams* support in
pidgin.
This patch replaces a call to ssl_nss_get_peer_certificates by
SSL_PeerCertificateChain who retrieves the certificates presented by the SSL
peer.SSL_PeerCertificateChain has been in NSS since version 3.15.4 released in
2014.
Additional references: https://bugzilla.mozilla.org/show_bug.cgi?id=1913047
PR: 281761 |
2.14.13 19 May 2024 18:02:08 |
Joe Marcus Clarke (marcus) |
Update libpurple, pidgin, and finch to 2.14.13.
See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.13/ChangeLog for
a list of changes in this release. |
2.14.12_1 06 May 2024 15:44:23 |
Florian Smeets (flo) |
net-im/libpurple: Fix version number going backwards in net-im/pidgin
bae03bdd17b2 set PORTREVISION=1 in net-im/libpurple causing
PORTREVISION=4 in net-im/pidgin to be overwritten. Fix it by using ?=
for PORTREVSION in the master port net-im/libpurple. |
2.14.12_1 02 May 2024 13:06:58 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of dns/libidn
Reported by: vvd |
2.14.12 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.14.12 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.14.12 24 Jun 2023 14:19:44 |
Joe Marcus Clarke (marcus) Author: Dimitry Andric |
net-im/libpurple: fix build with clang 16
PR: 272103 |
2.14.12 24 Jun 2023 12:03:43 |
Muhammad Moinur Rahman (bofh) |
net-im/libpurple: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.14.12 17 Jan 2023 17:11:24 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Updaye libpurple and pidgin to 2.14.12
See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.12/ChangeLog for
a list of changes in this release. |
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.14.10 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.14.10 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 ) |
2.14.10 23 Jun 2022 07:10:51 |
Joe Marcus Clarke (marcus) Author: Mikhail T |
net-im/pidgin: Update to 2.4.10
See
https://keep.imfreedom.org/pidgin/pidgin/file/594d723693040b57a4d0faf403c9e15878047eac/ChangeLog
for a list of changes in this release. |
2.14.9_1 08 Jun 2022 14:06:25 |
Baptiste Daroussin (bapt) |
pidgin: drop gconf references entirely
Given how the port evolved USE_GNOME=gconf2 was never set anyway,
just remove it entirely, and add the configure argument to ensure
it will never come back even by accident |
2.14.9_1 01 May 2022 18:55:27 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Revert gstreamer reversion
My commit and Tobias' crossed like ships in the night. |
2.14.9 01 May 2022 17:30:12 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Update to 2.14.9
See
https://keep.imfreedom.org/pidgin/pidgin/file/f729a2939e033edbbe1c59f038f6f59749aca68a/ChangeLog
for a list of changes in this release. |
2.14.8_4 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
2.14.8_4 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.14.8_3 05 Apr 2022 16:06:47 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Point to the cert directory with .pem files
The code looks for a .pem extension, but all of the extracted certs in
/etc/ssl/certs use .0.
PR: 262858 |
2.14.8_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.14.8_1 26 Dec 2021 16:04:38 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Point to the system TLS certs.
PR: 259954 |
2.14.8 01 Nov 2021 21:13:24 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Update to 2.14.8
See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.8/ChangeLog for
the changes in this release. |
2.14.4 17 Aug 2021 16:25:23 |
Joe Marcus Clarke (marcus) Author: Filipe da Silva Santos |
net-im/libpurple: Fix typo in Makefile |
2.14.4 04 May 2021 12:50:10 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Actually stage the distinfo file for 2.14.4.
PR: 255585 |
2.14.4 03 May 2021 19:08:25 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Re-enable the GEvolution plugin (for pidgin) |
2.14.4 03 May 2021 19:08:25 |
Joe Marcus Clarke (marcus) |
net-im/[libpurple,pidgin]: Update to 2.14.4.
See
https://keep.imfreedom.org/pidgin/pidgin/file/release-2.x.y/ChangeLog
for a list of changes in this release. |
2.14.3_2 21 Apr 2021 12:31:50 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Bump Python version.
Pidgin now wants Python 3 so be explicit about that. It also changed
the argument to find the Python command.
PR: 255280 |
2.14.3_1 20 Apr 2021 20:55:34 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Fix LICENSE typo.
This prompts me to think I need to have portlint check validity.
PR: 255279 |
2.14.3_1 20 Apr 2021 13:07:55 |
Joe Marcus Clarke (marcus) |
net-im/libpurple: Make SASL default enabled.
The 2.14.2 (un-ported) release made SASL enable by default, so respect
that here. While here, add a LICENSE.
Reported by: olgeni |
2.14.3 19 Apr 2021 20:29:55 |
Joe Marcus Clarke (marcus) |
Update to 2.14.3.
See https://keep.imfreedom.org/pidgin/pidgin/file/v2.14.3/ChangeLog for
a list of changes in this release. |
2.14.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14.1 21 Jun 2020 14:06:28 |
marcus |
Update to 2.14.1.
See https://bitbucket.org/pidgin/main/src/release-2.x.y/ChangeLog for a list
of changes in this release.
PR: 247148
Submitted by: swills |
2.13.0_3 02 Mar 2020 22:29:44 |
marcus |
Use standard ncurses build mechanism.
PR: 243949
Submitted by: swills |
2.13.0_3 07 Feb 2020 13:33:36 |
lwhsu |
Followup security/nss installation path modification in r525484
PR: 243835 |
2.13.0_2 14 Jan 2020 09:30:21 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.13.0_2 08 Nov 2019 13:34:26 |
tobik |
net-im: Add missing USES={gnome,xorg} |
2.13.0_2 12 Apr 2019 20:39:43 |
marcus |
Switch to using default Python only for DBUS file generation.
PR: 237199
Submitted by: gahr |
2.13.0_1 02 Apr 2019 03:35:54 |
yuri |
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048 |
2.13.0 28 Mar 2018 17:08:11 |
marcus |
Update to 2.13.0.
See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog for
a list of changes in this release.
PR: 226467
Submitted by: swills |
2.12.0_4 05 Feb 2018 08:45:45 |
gahr |
net-im/libpurple: fix PLIST after r460831 |
2.12.0_4 03 Feb 2018 18:21:41 |
amdmi3 |
- Switch to USES=localbase
- Add missing files to plist
Approved by: portmgr blanket |
2.12.0_3 16 Dec 2017 19:05:58 |
olgeni |
net-im/libpurple: quick fix for TLS radio button. |
2.12.0_3 16 Dec 2017 18:11:09 |
rene |
Remove AIM option from and bump PORTREVISION of the following ports,
the AIM network was shut down at 2017-12-15.
net-im/centerim
net-im/centerim-devel
net-im/libpurple
Reported by: Dmitri Goutnik <dg@syrec.org> |
2.12.0_2 15 Dec 2017 13:24:31 |
marcus |
Clean up the Makefile a bit.
* Make BONJOUR a protocol option since it behaves like one
* Add a radio button for TLS options NSS and GNUTLS
PR: 223120
Submitted by: sid@bsdmail.com |
2.12.0_2 10 Dec 2017 20:48:46 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
2.12.0_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.12.0_2 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
2.12.0_2 04 Oct 2017 22:31:41 |
marcus |
Remove the mention of MSN and Yahoo! from pkg-descrs.
Pidgin dropped support for these services back in March 2017.
PR: 222784
Submitted by: mi |
2.12.0_2 27 Sep 2017 18:01:23 |
marcus |
Make sure we do not include gconf2 when we're not
using the GTK+ UI.
PR: 208733
Submitted by: cyberleo@cyberleo.net |
2.12.0_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.12.0_1 24 Apr 2017 12:58:02 |
miwi |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc) |
2.12.0 18 Mar 2017 12:37:40 |
marcus |
Update to 2.12.0. See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog
for a list of changes in this release. |
2.11.0_2 23 Dec 2016 23:15:59 |
marcus |
Switch GStreamer dependency to Gst1.
PR: 213892
Submitted by: Matthieu Volat <mazhe@alkumuna.eu> |
2.11.0_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.11.0_1 24 Nov 2016 21:02:34 |
antoine |
Fix pidgin build when python symlink is not present |
2.11.0_1 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
2.11.0 22 Jun 2016 16:10:39 |
marcus |
Update to 2.11.0. See
https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog?fileviewer=file-view-default
for a list of changes. |
2.10.12_2 16 Apr 2016 15:35:24 |
marcus |
Fix typo and remove duplicate Bonjour option.
Reported by: Alexandr Matveev <timon@timon.net.nz> |
2.10.12_2 15 Apr 2016 18:44:54 |
marcus |
Group IM protocols together in an OPTIONS_GROUP.
PR: 208646
Submitted by: sid@bsdmail.com |
2.10.12_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.10.12_2 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) |
2.10.12_1 07 Feb 2016 19:43:56 |
kwm |
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.
Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.
Exp-runs done by: antoine@
PR: 205432
Reviewed by: antoine@, mat@
Approved by: portmgr (antoine@)
Differential Revision: https://reviews.freebsd.org/D3653 |
2.10.12_1 06 Jan 2016 18:45:05 |
marcus |
Change the VV dependency to net-im/farstream to fix the build on clean
systems.
PR: 205947 |
2.10.12 05 Jan 2016 20:43:49 |
marcus |
Update to 2.10.12. See https://developer.pidgin.im/wiki/ChangeLog
for changes in this release. |
2.10.11 19 Dec 2015 21:40:42 |
marcus |
Add support for building finch with port's ncurses.
PR: 205407 |
2.10.11 12 Jul 2015 16:02:28 |
marcus |
Fix a crash caused by changing window size.
PR: 200936 |
2.10.11 24 Mar 2015 18:19:24 |
marino |
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket |
2.10.11 09 Feb 2015 18:28:07 |
marcus |
Fix the plist when building without NSS.
Submitted by: Sergey Kandaurov <pluknet@gmail.com> |
2.10.11 19 Dec 2014 23:26:48 |
marcus |
Put back the local perl hack for .packlist to fix make stage.
PR: 192054 |
2.10.11 02 Dec 2014 16:26:45 |
marcus |
Update to 2.10.11 and fix the build with the ncurses port.
Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix) |
2.10.10_3 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
2.10.10_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.10.10_1 13 Nov 2014 20:47:41 |
marcus |
Fix the MSN application ID to re-enable the buddy list.
Reported by: Matthias Apitz <guru@unixarea.de>
Obtained from: Pidgin git |
2.10.10 24 Oct 2014 01:58:26 |
zi |
- Update to 2.10.10
With hat: ports-secteam
Security: d057c5e6-5b20-11e4-bebd-000c2980a9f3 |
2.10.9_7 01 Oct 2014 01:34:58 |
marcus |
Fix staging when Perl is enabled for slave ports.
Reported by: John Wood <john@charpa.org> |
2.10.9_7 30 Aug 2014 18:18:14 |
tijl |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc |
2.10.9_6 02 Aug 2014 05:48:00 |
marcus |
Adapt the fixpacklist Perl hack to work with libpurple.
PR: 192054 |
2.10.9_6 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.10.9_5 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
2.10.9_4 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.10.9_4 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.10.9_4 27 May 2014 21:13:42 |
tijl |
Fix gettext detection.
PR: 190299 |
2.10.9_3 21 May 2014 15:49:26 |
tijl |
Fix build with SASL option.
PR: ports/190057 |
2.10.9_3 20 May 2014 21:12:35 |
tijl |
Strip libraries.
Requested by: mandree |
2.10.9_2 20 May 2014 19:41:33 |
tijl |
- Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch.
It was added to prevent running autotools in a previous version of the
port but is no longer needed and may actually cause autotools to run
because not all files get the same timestamp.
- Remove some other things from older versions.
Reported by: many
PR: ports/189938 |
2.10.9_2 17 May 2014 16:57:14 |
tijl |
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).
audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.
net/online-desktop: Remove obsolete patches.
net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.
(Only the first 15 lines of the commit message are shown above ) |
2.10.9_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.10.9 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
2.10.9 21 Feb 2014 15:26:23 |
marcus |
Correct a typo when configuring dynamic prpl modules. I seem to recall this
was a typo on purpose at some point, but the new configure uses '-' instead
of '_'. |
2.10.9 05 Feb 2014 19:56:17 |
mandree |
USES_GNOME=gnomehack -> USES=pathfix
Approved by: marcus@ (maintainer) |
2.10.9 05 Feb 2014 18:12:59 |
mandree |
Fix SILC dependency so the lib is found if installed. |
2.10.9 05 Feb 2014 17:27:12 |
marcus |
Update to 2.10.9. See https://developer.pidgin.im/wiki/ChangeLog for the
change in this release.
Submitted by: Marc Peters <marc@mpeters.org> |
2.10.8 04 Feb 2014 05:31:33 |
marcus |
Update to 2.10.8.
See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
While here, convert to STAGE and update LIB_DEPENDS. |
2.10.7_2 17 Jan 2014 10:33:09 |
gahr |
- Convert to USES=tk |
2.10.7_2 30 Nov 2013 01:24:19 |
marcus |
Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not the
user-facing module name.
Reminded by: kwm |
2.10.7_2 29 Nov 2013 15:14:26 |
marcus |
Bump PORTREVISION as voice/video support is in the default OPTIONS set.
Reminded by: mat |
2.10.7_1 28 Nov 2013 23:24:52 |
marcus |
Make sure gstreamer-plugins-v4l2 is installed if voice/video support is
enabled.
PR: 183713 |
2.10.7_1 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
2.10.7_1 17 Sep 2013 06:51:04 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |