Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:40 1.24.0_2 |
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 ) |
30 Apr 2022 08:03:20 1.24.0_2 |
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 |
10 Apr 2022 19:11:41 1.24.0_2 |
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) |
26 Mar 2022 08:27:27 1.24.0_1 |
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 |
06 Apr 2021 14:31:07 1.24.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Oct 2020 18:46:25
1.24.0 |
pkubaj  |
net-im/pidgin-sipe: fix build on GCC architectures
New glib needs newer GCC. |
19 Jul 2020 11:29:49
1.24.0 |
pkubaj  |
net-im/pidgin-sipe: fix build on GCC architectures
Set -Wno-error:
cc1: warnings being treated as errors
purple-plugin.c:165: warning: missing initializer
MFH: 2020Q3 (fix build blanket) |
21 Sep 2019 15:19:31
1.24.0 |
pkubaj  |
net-im/pidgin-sipe: update to 1.24.0, pet portlint
Update the port to 1.24.0.
Add explicit dependencies which are installed and linked to anyway for libdbus,
gstreamer1 and farstream.
Add USES=gnome.
Pet portlint by moving some entries.
Fix OCS2005 option, which had misspelled DESC and CONFIGURE_ENABLE entries, so
it didn't even work.
Remove unneeded patch.
PR: 240347
Approved by: john.c.prather@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21714 |
30 Nov 2017 06:13:35
1.21.1_2  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
27 May 2017 16:00:49
1.21.1_2 |
linimon  |
Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
25 Apr 2017 08:20:31
1.21.1_2 |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
09 Oct 2016 12:10:02
1.21.1_1 |
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 |
09 Sep 2016 20:12:45
1.21.1 |
amdmi3  |
- Update to 1.21.1
- While here, switch to USES=localbase and options helpers
PR: 211880
Submitted by: w.schwarzenfeld@utanet.at
Approved by: john.c.prather@gmail.com (maintainer) |
01 Apr 2016 14:16:20
1.18.0_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
05 Aug 2015 07:39:48
1.18.0_1 |
kwm  |
Part 2 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
21 Nov 2014 23:55:50
1.18.0_1 |
antoine  |
Cleanup plist |
17 May 2014 16:57:14
1.18.0_1 |
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 ) |
15 Feb 2014 16:10:53
1.18.0 |
swills  |
- Update to 1.18.0
PR: ports/186783
Submitted by: swills (myself)
Approved by: John Prather <john.c.prather@gmail.com> (maintainer) |
19 Dec 2013 20:11:14
1.13.1_1 |
swills  |
- Fix build on 10.0 and 11-CURRENT
PR: ports/181196
Submitted by: myself
Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months) |
20 Sep 2013 22:13:35
1.13.1_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
06 Sep 2013 14:23:20
1.13.1_1 |
bapt  |
Add an explicit dependency on pkgconf |
24 Apr 2013 18:10:32
1.13.1_1 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
05 Mar 2013 17:07:44
1.13.1_1  |
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
01 Jun 2012 05:26:28
1.13.1_1 |
dinoex  |
- update png to 1.5.10 |
21 Apr 2012 08:25:39
1.13.1 |
pawel  |
- Update to version 1.13.1
- Add options for OSC2005 msg timeout and Kerberos support
PR: ports/167086
Submitted by: Golyashov Sergey <svvord@ulona.org>
Approved by: maintainer |
01 Feb 2012 03:25:24
1.12.0 |
rm  |
- update to 1.12.0 [1]
- fix pkg-plist problem
PR: 164391
Submitted by: Golyashov Sergey <svvord at ulona dot org>
Approved by: maintainer |
18 Oct 2011 20:01:09
1.11.2_4 |
pawel  |
Depend on security/nss, fixes misssing dep when net-im/libpurple and
net-im/pidgin are build without NSS support - this port still links
to it when it's available and this behaviour can be disabled.
PR: ports/160352
Reported by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com>
Approved by: maintainer |
27 Aug 2011 17:28:25
1.11.2_3 |
marcus  |
Update Pidgin and friends to 2.10.0. See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release. |
07 Jul 2011 07:05:19
1.11.2_2 |
marcus  |
Actually commit the libpurple shared lib bump.
Reported by: pointyhat via pav |
21 Jun 2011 20:55:07
1.11.2_1 |
ehaupt  |
Fix build with with libpurple.8
PR: 158070
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: John Prather <john.c.prather@gmail.com> (maintainer) |
19 Jun 2011 21:25:44
1.11.2_1 |
marcus  |
Chase the libpurple shared lib version. |
24 Nov 2010 07:29:11
1.11.2 |
wen  |
- Update to 1.11.2
PR: ports/152501
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
21 Oct 2010 08:24:00
1.11.0 |
wen  |
- Update to 1.11.0
PR: ports/151610
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
12 Jul 2010 03:02:23
1.10.1 |
miwi  |
- Update to 1.10.1
PR: 148479
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
31 May 2010 02:01:56
1.10.0_3 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 May 2010 09:45:08
1.10.0_2 |
ehaupt  |
Fix build
PR: 147089
Submitted by: freebsd@nagilum.org
Approved by: John Prather <john.c.prather@gmail.com> (maintainer) |
26 May 2010 07:43:51
1.10.0_1 |
pav  |
- Mark BROKEN: does not build with pidgin 2.7
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
22 May 2010 05:21:10
1.10.0_1 |
marcus  |
Update Pidgin and friends to 2.7.0. See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes. Also,
enable Tcl 8.5 support.
PR: 146607
Submitted by: dougb |
08 Apr 2010 20:53:41
1.10.0 |
sylvio  |
- Update to 1.10.0
- Add support to NLS
PR: ports/145464
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
28 Mar 2010 06:47:48
1.9.1_1 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
20 Mar 2010 19:12:34
1.9.1 |
miwi  |
- Update to 1.9.1
PR: 144803
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
10 Mar 2010 23:41:23
1.9.0 |
miwi  |
- Update to 1.9.0
PR: 144635
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
17 Feb 2010 22:02:55
1.8.1 |
lwhsu  |
- Update to to 1.8.1
PR: ports/144049
Submitted by: John Prather <john.c.prather AT gmail.com> (maintainer)
Feature safe: yes |
05 Feb 2010 11:46:55
1.7.1_1 |
dinoex  |
- update to jpeg-8 |
20 Dec 2009 14:35:12
1.7.1 |
ehaupt  |
Update to 1.7.1
PR: 141100
Approved by: maintainer timeout (18 days) |
21 Oct 2009 11:48:21
1.7.0 |
miwi  |
- Update to 1.7.0
PR: 139803
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
02 Oct 2009 23:17:13
1.6.3 |
amdmi3  |
- Update to 1.6.3
PR: 139260
Submitted by: John Prather <john.prather@ticketmaster.com> (maintainer from
another email) |
29 Aug 2009 22:08:26
1.6.2 |
miwi  |
- Update to 1.6.2
PR: 138286
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
27 Aug 2009 15:04:16
1.6.1_1 |
amdmi3  |
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav) |
22 Aug 2009 05:54:36
1.6.1_1 |
marcus  |
Mark BROKEN pending an update for libpurple-2.6.1.
Reported by: pointyhat via erwin |
20 Aug 2009 20:45:23
1.6.1_1 |
marcus  |
Chase the libpurple shared lib bump. |
13 Aug 2009 15:25:51
1.6.1 |
amdmi3  |
- Update to 1.6.1
- Switch to SFP
PR: 137709
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
11 Aug 2009 14:26:29
1.6.0 |
amdmi3  |
- Update to 1.6.0
PR: 137614
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
31 Jul 2009 13:57:52
1.5.0_1 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 Jul 2009 22:15:21
1.5.0 |
miwi  |
- Update to 1.4.1
PR: 136165
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
20 Jun 2009 14:49:45
1.4.1 |
beat  |
- Update to 1.4.1
PR: ports/135714
Submitted by: John Prather <john.c.prather AT gmail.com> (maintainer) |
21 May 2009 13:41:47
1.4.0 |
amdmi3  |
- Update to 1.4.0
- While here, use SF macro and fix some identation
PR: 134729
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) |
17 May 2009 14:58:43
1.3.4 |
miwi  |
Pidgin Plug-in for OCS/LCS (Live Communication Server).
SIP/Simple protocol implementation for connect to LCS/OCS.
WWW: http://www.sourceforge.net/projects/sipe
PR: ports/134349
Submitted by: John Prather |