non port: finance/quickfix/Makefile |
Number of commits found: 17 |
Sunday, 29 Oct 2023
|
22:53 Muhammad Moinur Rahman (bofh)
finance/quickfix: Update OPTIONS_DEFAULT
As MySQL57 is marked for deletion change the OPTIONS_DEFAULT to PGSQL
Approved by: portmgr (blanket)
f189dda |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Wednesday, 1 Feb 2023
|
12:07 Muhammad Moinur Rahman (bofh)
finance/quickfix: Ignore with mysql 8.0
PR: 269203
Reported by: exp-run
Approved by: portmgr (just-fix-it)
dbe37f7 |
Wednesday, 18 Jan 2023
|
14:47 Dima Panov (fluffy)
finance/quickfix: unbreak build after 18c6e1827669 (+)
Changes in framework need adjustment for declared options.
*_USE=ruby now became as *_USES=ruby
Approved by: portmgr blanket
254d04e |
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 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
finance: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Reifenberger <mr@freebsd.org>
* Mikhail T. <m.tsatsenko@gmail.com>
* Mikhail Teterin
* Neil Booth
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qian Jin <eric.siroh@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey Skvortsov <skv@protey.ru>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Trevor Caira <trevor@bitba.se>
* Vick Khera <vivek@khera.org>
* Vivek Khera <vivek@khera.org>
* Wen Heping <wen@FreeBSD.org>
* Wen heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* anarcat@anarcat.ath.cx
* chinsan
* courou <courou@users.sourceforge.net>
* ijliao
* lth@FreeBSD.org
* wcarey
* will
With hat: portmgr
302a061 |
Sunday, 10 Apr 2022
|
19:11 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)
d63665f |
Saturday, 26 Mar 2022
|
08: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
247c7db |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 12 Jan 2021
|
20:50 rene
finance/quickfix: migrate to Python 3
PR: 251677 [1]
PR: 249685 [2]
Submitted by: maintainer [1]
Submitted by: swills [1]
 |
Monday, 4 Jan 2021
|
15:07 pkubaj
finance/quickfix: fix build on non-x86
Code uses x86 assembly, but makes it possible to use Boost atomic.
 |
Friday, 8 Nov 2019
|
14:47 tobik
Add missing USES={gnome,php,sdl} to the rest
 |
Sunday, 30 Jun 2019
|
21:24 swills
finance/quickfix: mark BROKEN on i386
PR: 238834
Submitted by: m.tsatsenko@gmail.com (maintainer)
 |
Thursday, 20 Jun 2019
|
07:12 mat
Regular USE_GITHUB cleanup.
 |
04:34 meta
finance/quickfix: Update to 1.15.1
- Remove MAKE_JOBS_UNSAFE as it build paralelly now
- Switch to GitHub
PR: 238569
Submitted by: m.tsatsenko@gmail.com (maintainer)
 |
Monday, 18 Jun 2018
|
03:49 linimon
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
 |
Sunday, 25 Feb 2018
|
19:33 pi
New port: finance/quickfix
The Financial Information Exchange (FIX) Protocol is a message
standard developed to facilitate the electronic exchange of information
related to securities transactions. It is intended for use between
trading partners wishing to automate communications.
QuickFIX is a free and open source implementation of the FIX protocol.
WWW: http://www.fixprotocol.org/
WWW: http://www.quickfixengine.org/
PR: 193504
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reviewed by: marino, pawel, w.schwarzenfeld@utanet.at
 |
Number of commits found: 17 |