non port: irc/irssi-xmpp/Makefile |
Number of commits found: 37 |
Thursday, 22 Sep 2022
|
10:13 Piotr Kubaj (pkubaj)
irc/irssi-xmpp: add -fPIC on all architectures
Fixes build at least on armv7 and powerpc.
127f833 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 19 Aug 2022
|
22:40 Piotr Kubaj (pkubaj)
irc/irssi-xmpp: fix build on powerpc64le
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol
read_settings; recompile with -fPIC
477b0cf |
Friday, 5 Aug 2022
|
05:31 Fernando Apesteguía (fernape) Author: Thibault Jouan
irc/irssi-xmpp: Fix build with irssi 1.4
PR: 265571
Reported by: tj+freebsd_ports@a13.fr
079567c |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net>
* David Bushong <david+ports@bushong.net>
* David Taylor <davidt@yadt.co.uk>
* Dennis Herrmann <adox@mcx2.org>
* Dominic Marks <dom@cus.org.uk>
* Edini <ports@edini.net>
* Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
* Evgueni V. Gavrilov <aquatique@rusunix.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerrit Beine <tux@pinguru.net>
* Gustau Perez <gustau.perez@gmail.com>
* Hye-Shik Chang
* Jase Thew <freebsd@beardz.net>
* Jens Holmqvist <zparta@hispan.se>
* Jimbo Bahooli <griffin@blackhole.iceworld.org>
* Jonas Kvinge <jonas@night-light.net>
* Josh Paetzel <josh@tcbug.org>
* Julien Laffaye <kimelto@gmail.com>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kubilay Kocak <koobs@FreeBSD.org>
* Makoto Matsushita <matusita@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org
* Martin Wilke <miwi@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Matthew West <mwest@uct.ac.za>
* Maxim Ignatenko
* Michael Ranner
* Oliver Eikemeier
* Philippe Audeoud <jadawin@tuxaco.net>
* Romain Tartiere <romain@blogreen.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shaun Amott <shaun@inerd.com>
* Steve Wills <swills@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Tim Bishop <tim@bishnet.net>
* Timothy Redaelli <drizzt@gufi.org>
* Travis Poppe <tlp@liquidx.org>
* Ulrich Spoerlein <q@uni.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Walter Venable <weaseal@hotmail.com>
* Walter Venable <weaseal@users.sourceforge.net>
* Wen Heping <wenheping@gmail.com>
* Will Andrews <andrews@technologist.com>
* clement
* db
* elvstone@gmail.com
* gahr
* hrs
* ijliao
* koji@jet.es
* milki <milki@rescomp.berkeley.edu>
* perlguy@perlguy.com
* pgl@instinct.org
* sec@42.org
* tdb
* torstenb
With hat: portmgr
6ec0477 |
Saturday, 9 Jul 2022
|
21:49 Daniel Engberg (diizzy)
irc/irssi-xmpp: Mark BROKEN with Irssi 1.4.1
Fails to build with following error:
xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long long')
is not a structure or union
if (server->lag_sent.tv_sec != 0) {
~~~~~~~~~~~~~~~~^~~~~~~
942aa8f |
Tuesday, 28 Jun 2022
|
16:03 Neel Chauhan (nc) Author: Thibault Jouan
irc/irssi-xmpp: unbreak following irssi 1.2 downgrade
PR: 259122
be7ecf8 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 1 Jan 2021
|
20:56 antoine
Mark BROKEN: fails to build
xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long') is
not a structure or union
if (server->lag_sent.tv_sec != 0) {
~~~~~~~~~~~~~~~~^~~~~~~
Reported by: pkg-fallout
 |
Monday, 5 Oct 2020
|
17:45 rene
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary
 |
Monday, 23 Mar 2020
|
13:04 pkubaj
irc/irssi-xmpp: fix build on powerpc64 elfv2
LLd10 10 fails with:
ld: error: relocation R_PPC64_TOC16_LO cannot be used against symbol
read_settings; recompile with -fPIC
>>> defined in xmpp-settings.o
>>> referenced by xmpp-settings.c
>>> xmpp-settings.o:(xmpp_settings_deinit)
 |
Friday, 8 Nov 2019
|
14:47 tobik
Add missing USES={gnome,php,sdl} to the rest
 |
Wednesday, 16 Jan 2019
|
13:13 swills
irc/irssi-xmpp: update to 0.54
PR: 232987
Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Approved by: maintainer timeout (jadawin, >2 months)
 |
Tuesday, 18 Sep 2018
|
19:20 emaste
Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine
 |
17:47 emaste
irc/irssi-xmpp: add -fPIC on i386, to allow linking with lld
By default lld does not allow non-PIC code where PIC is required.
Other architectures already apply -fPIC; do so for i386 as well.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
 |
Friday, 2 Feb 2018
|
17:37 brd
Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.
Reported by: tj <tj@mrsk.me>
Pointyhat to: brd
 |
Thursday, 27 Apr 2017
|
13:48 ler
irc/irssi-xmpp: Improve regex conformance
PR: 218603
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Approved by: jadwin (maintainer timeout), rene (mentor)
Differential Revision: https://reviews.freebsd.org/D10524
 |
Sunday, 12 Feb 2017
|
17:59 brnrd
irc/irssi-xmpp: Fix build with irssi < 1.0
- Remove patch for irssi >= 1.0
- irc/irssi is currently at 0.8
PR: 215829
Approved by: just-fix-it blanket
 |
Tuesday, 7 Feb 2017
|
15:19 amdmi3
- Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct
_XMPP_SERVER_CONNECT_REC')
Approved by: portmgr blanket
 |
Saturday, 28 Jan 2017
|
20:40 zi
- Resolve build failure after update of irc/irssi to 1.0.0 [1]
- Bump PORTREVISION [1]
- strip(1) installed modules
- Add USES+=gettext-runtime as we link against it
- Add USE_GNOME+=glib20 as we link against it
PR: 215829 [1]
Submitted by: p5B2E9A8F@t-online.de
Obtained from: upstream commit d56d614b89ecc34845e0f5971c545b893c2c359a
Approved by: jadawin@ (maintainer timeout, 3+ weeks)
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 29 Mar 2016
|
11:35 jadawin
- Update to 0.53
 |
Sunday, 9 Aug 2015
|
22:24 andrew
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321
 |
Saturday, 30 Aug 2014
|
18:18 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
 |
Friday, 27 Dec 2013
|
13:08 jadawin
- Support STAGE
 |
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
 |
Friday, 30 Aug 2013
|
07:45 danfe
- Attempt to fix parallel builds (-jX) by calling sub-makes correctly
- Properly respect CC and CFLAGS; add missing OPTIONS_DEFINE=DOCS
- Tighten COMMENT; fix installation by adjusting DATADIR and DOCSDIR
- Remove LICENSE_FILE (standard GPLv2 boilerplate) and other cleanups
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
 |
Wednesday, 21 Aug 2013
|
08:46 jadawin
- Update to 0.52
PR: ports/181320, ports/177466
Submitted by: Gea-Suan Lin <gslin@gslin.org>, fred@lacave.net
 |
Wednesday, 14 Aug 2013
|
11:36 marino
irc/irssi-xmpp: Mark jobs unsafe
Approved by: bapt/culot (mentors, implicit)
 |
Monday, 15 Jul 2013
|
06:03 marino
irc/irssi-xmpp: USES+= pkgconfig
Restore build, pkgconfig explicitly needed now.
Approved by: bapt (mentor)
 |
Thursday, 24 Jun 2010
|
13:18 jadawin
- Update to 0.51
PR: ports/147913
Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com>
Feature safe: yes
 |
Wednesday, 5 May 2010
|
12:20 jadawin
- Update to 0.50
- Remove IGNORE
- Update MASTER_SITES
PR: ports/145290
Submitted by: Peter Schuller <peter.schuller _AT_ infidyne.com>
 |
Friday, 6 Jun 2008
|
13:36 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)
 |
Wednesday, 12 Mar 2008
|
13:27 jadawin
- Update maintainer address
Approved by: thierry (mentor)
 |
Tuesday, 20 Nov 2007
|
03:08 linimon
Change from BROKEN to IGNORE; it compiles but does not work with the
current version of its dependencies.
Approved by: portmgr (self)
 |
Wednesday, 17 Oct 2007
|
10:01 miwi
- Mark Broken does not work with irc/irssi-0.8.12
(There is some changes in to character set recoding and now irssi-xmpp recode
functions are broken on it.)
PR: 117213
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
 |
Wednesday, 12 Sep 2007
|
23:56 miwi
irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).
Current main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact's ressources tracking (contact list)
* Contact management (add, remove, manage subscriptions...)
* Contact's JIDs, ressources and commands completion (TAB key)
* Multiple accounts support (in different connection)
* Unicode support (UTF-8)
* SSL support
* ...
WWW: http://cybione.org/src/irssi-xmpp/
PR: ports/116304
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
 |
Number of commits found: 37 |