| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a follow up to the commit 230fb2661c78, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.
It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.
This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
PR: 287144, 288047
Reported by: makc (via ports-committers),
vvd (PR 288047),
diizzy (PR 287144)
Approved by: portmgr (chase dependency change, unbreak build)
Fixes: 230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5)
|
| |
|
|
|
| |
Changes: https://github.com/tryton/relatorio/blob/main/CHANGELOG
https://docs.tryton.org/relatorio/latest/releases.html
|
| |
|
|
| |
- Bump PORTREVISION of dependent ports for dependency change
|
| |
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/tryton/relatorio/blob/main/CHANGELOG
https://docs.tryton.org/relatorio/latest/releases.html
|
| |
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
PR: 267994
Differential revision: D37518
Approved by: bapt
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz>
* Anton Berezin <tobez@tobez.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Chuck Robey <chuckr@FreeBSD.org>
* D'Arcy Cain <darcy@druid.net>
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* Dima Dorfman <dima@unixfreak.org>
* Dmitry Kazarov <d.y.kazarov@mail.ru>
* Dmitry Sivachenko <dima@Chg.RU>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Fabiano Sidler <fabianosidler@swissonline.ch>
* Fernan Aguero <fernan.aguero@gmail.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Golyashov Sergey <svvord@soft-wizard.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
* Igor Pokrovsky <tiamat@comset.net>
* James Bailie <jimmy@mammothcheese.ca>
* Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org>
* Jean-Sebastien Roy <js@jeannot.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joel Sutton <jsutton@bbcon.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KATO Tsuguru <tkato@prontomail.com>
* Kapil Chowksey
* Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Klemm <andreas@klemm.gtn.com>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Lars Koeller
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark Reidel <ports@mark.reidel.info>
* Martin Dieringer <martin.dieringer@gmx.de>
* Martin Kammerhofer
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Ranne <gasp@ridcully.dnsalias.org>
* Matthew Hunt <mph@pobox.com>
* Maxim Loginov <Zeliboba@mail.ru>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Nottebrock <lofi@FreeBSD.org>
* Mike Meyer <mwm@mired.org>
* Mikhail Teterin
* Mita Yoshio <mita@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Breuninger <ob@seicom.NET>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Dung (patrick_dkt@yahoo.com.hk)
* Patrick Powell <papowell@astart.com>
* Pedro Giffuni
* Philip M. Gollucci <pgpollucci@p6m7g8.com>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Robert Withrow <witr@rwwa.com>
* Romain Tartiere <romain@FreeBSD.org>
* Satoshi Asami <asami@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Satoshi Taoka <taoka@FreeBSD.org>
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simun Mikecin <numisemis@yahoo.com>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stephen Fisher
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Tim McCormick <tim@pcbsd.org>
* Tomokatsu SAITO <saito@a2z.co.jp>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
* amistry@am-productions.biz
* andrew@scoop.co.nz
* arved
* brett@peloton.physics.montana.edu
* chuckr@FreeBSD.org
* cjm2
* dbader@eece.unm.edu
* dgilbert@velocet.ca
* e-masson@kisoft-services.com
* eserte@cs.tu-berlin.de
* gahr
* giffunip
* hrs
* ijliao
* jmz
* joerg
* johans
* jseger@FreeBSD.org
* kline
* ljo
* lofi@FreeBSD.org
* martin.dieringer@gmx.de
* mwest@uct.ac.za
* oly@world.std.com
* patrick, trevor
* smace@FreeBSD.org
* spcoltri@unm.edu
* tg@FreeBSD.org
* tobez
* wenheping@gmail.com
With hat: portmgr
|
| | |
|
| |
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGELOG
|
| |
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGELOG
|
| |
|
|
|
| |
- Fix RUN_DEPENDS: it should be py-python-magic, not py-magic
- Bump PORTREVISION for dependency change
|
| |
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGELOG
|
| | |
|
| |
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
| |
|
|
|
|
|
|
|
| |
- Update WWW
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGELOG
Notes:
svn path=/head/; revision=544994
|
| |
|
|
|
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGES
Notes:
svn path=/head/; revision=524423
|
| |
|
|
|
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGES
Notes:
svn path=/head/; revision=507803
|
| |
|
|
|
|
|
| |
Changes: https://hg.tryton.org/relatorio/file/tip/CHANGES
Notes:
svn path=/head/; revision=481347
|
| |
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
| |
|
|
|
|
|
|
|
|
| |
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Notes:
svn path=/head/; revision=468282
|
| |
|
|
| |
Notes:
svn path=/head/; revision=457230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=457145
|
| |
|
|
|
|
|
| |
Pointy hat: sunpoet
Notes:
svn path=/head/; revision=456941
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
- Relax USES=python
- Take maintainership
Changes: https://groups.google.com/forum/#!forum/python-relatorio
Notes:
svn path=/head/; revision=456923
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
| |
|
|
| |
Notes:
svn path=/head/; revision=429734
|
| |
|
|
| |
Notes:
svn path=/head/; revision=420319
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
| |
|
|
| |
Notes:
svn path=/head/; revision=403285
|
| |
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371452
|
| |
|
|
| |
Notes:
svn path=/head/; revision=337958
|
| |
|
|
|
|
|
| |
print)
Notes:
svn path=/head/; revision=327765
|
| |
|
|
|
|
|
| |
- Reset maintainer to ports@
Notes:
svn path=/head/; revision=324973
|
| |
|
|
|
|
|
| |
- Trim Makefile headers
Notes:
svn path=/head/; revision=312289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=297915
|
| |
|
|
| |
Notes:
svn path=/head/; revision=292210
|
| |
|
|
| |
Notes:
svn path=/head/; revision=276961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=260317
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251870
|
| |
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
| |
|
|
| |
Notes:
svn path=/head/; revision=247592
|
| |
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Notes:
svn path=/head/; revision=243980
|
| |
|
|
|
|
|
|
| |
PR: 136600
Submitted by; Wen Heping <wenheping@gmail.com> (Maintainer)
Notes:
svn path=/head/; revision=237503
|
|
|
all kind of different files (odt, ods, png, svg, ...). Adding support
for more filetype is easy: you just have to create a plugin for this.
relatorio also provides a report repository allowing you to link python
objects and report together, find reports by mimetypes/name/python
objects.
WWW: http://relatorio.openhex.org/
PR: ports/133958
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=232810
|