non port: devel/py-lxml/Makefile |
SVNWeb
|
Number of commits found: 82 |
Thu, 27 Jul 2023
|
[ 14:23 Dmitry Marakasov (amdmi3) ] e344d36
devel/py-lxml: update 4.9.2 → 4.9.3
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 14 Dec 2022
|
[ 20:22 Dmitry Marakasov (amdmi3) ] f9163af
devel/py-lxml: update 4.9.1 → 4.9.2
|
Thu, 8 Sep 2022
|
[ 20:30 Dmitry Marakasov (amdmi3) ] 15d936e (Only the first 10 of 44 ports in this commit are shown above. )
*/*: preserve all WWWs for my ports
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 4 Jul 2022
|
[ 16:50 Dmitry Marakasov (amdmi3) ] dcf7107c
devel/py-lxml: update 4.9.0 → 4.9.1
|
Wed, 1 Jun 2022
|
[ 20:34 Dmitry Marakasov (amdmi3) ] ef9399e
devel/py-lxml: update 4.8.0 → 4.9.0
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 22 Feb 2022
|
[ 13:46 Dmitry Marakasov (amdmi3) ] 089a3cbb
devel/py-lxml: update 4.7.1 → 4.8.0
|
Wed, 15 Dec 2021
|
[ 12:26 Dmitry Marakasov (amdmi3) ] adca971
devel/py-lxml: update to 4.7.1
|
Wed, 17 Nov 2021
|
[ 20:41 Dmitry Marakasov (amdmi3) ] c4d00da
devel/py-lxml: force regeneration of cython files
This fixes build with upcoming python 3.11 and potential future
version compatibility problems. While here, add another WWW:.
|
Wed, 3 Nov 2021
|
[ 11:43 Dmitry Marakasov (amdmi3) ] a987d4f
devel/py-lxml: update to 4.6.4
|
Fri, 8 Oct 2021
|
[ 09:02 Bernhard Froehlich (decke) ] b78dbf7
devel/py-lxml: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 28 Mar 2021
|
[ 20:38 amdmi3 ]
- Update to 4.6.3
|
Sun, 3 Jan 2021
|
[ 09:11 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Remove python 2.7 support from a few ports
|
Sun, 29 Nov 2020
|
[ 23:58 amdmi3 ]
- Update to 4.6.2
|
Mon, 19 Oct 2020
|
[ 20:44 amdmi3 ]
- Update to 4.6.1
|
Mon, 13 Jul 2020
|
[ 22:35 amdmi3 ]
- Update to 4.5.2
|
Mon, 25 May 2020
|
[ 17:36 amdmi3 ]
- Update to 4.5.1
|
Thu, 13 Feb 2020
|
[ 15:46 amdmi3 ]
- Update to 4.5.0
|
Tue, 11 Feb 2020
|
[ 15:51 amdmi3 ]
- Update to 4.4.3
|
Thu, 28 Nov 2019
|
[ 18:13 amdmi3 ]
- Update to 4.4.2
|
Mon, 11 Nov 2019
|
[ 15:40 amdmi3 ]
- Update to 4.4.1
- Take maintainership
- Support testing
PR: 241743
Approved by: wg (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sat, 20 Jul 2019
|
[ 16:18 wg ]
devel/py-lxml: update to 4.3.4
|
Sat, 13 Jul 2019
|
[ 00:07 linimon ]
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
Approved by: portmgr (tier-2 blanket)
|
Wed, 8 May 2019
|
[ 21:02 wg ]
devel/py-lxml: update to 4.3.3
|
Thu, 21 Mar 2019
|
[ 12:29 wg ]
devel/py-lxml: fix build on gcc-based archs
PR: 236688
Submitted by: linimon
Reported by: Piotr Kubaj
|
Wed, 6 Mar 2019
|
[ 18:07 sunpoet ]
Update to 4.3.1
- Use USES=gnome and USE_GNOME instead of LIB_DEPENDS
- Update WWW
Changes: https://github.com/lxml/lxml/blob/master/CHANGES.txt
PR: 236270
Submitted by: sunpoet (myself)
Approved by: wg (maintainer)
|
Wed, 21 Feb 2018
|
[ 15:44 wg ]
devel/py-lxml: update to 4.1.1
PR: 226032
Submitted by: loic.blot
|
Thu, 11 Jan 2018
|
[ 14:18 danfe ] (Only the first 10 of 100 ports in this commit are shown above. )
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Mon, 31 Jul 2017
|
[ 16:02 madpilot ]
Update devel/py-lxml to 3.8.0
PR: 221125
Submitted by: me
Approved by: wg@ (maintainer)
|
Mon, 28 Nov 2016
|
[ 01:12 jbeich ]
textproc/sigil: add missing dependency
$ sigil
[Embedded Python Error]
Traceback (most recent call last):
File "/usr/local/share/sigil/python3lib/xmlprocessor.py", line 6, in <module>
from sigil_bs4.builder._lxml import LXMLTreeBuilderForXML
File
"/usr/local/share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py",
line 26, in <module>
from lxml import etree
ImportError: No module named 'lxml'
|
Sat, 28 May 2016
|
[ 17:11 sunpoet ]
- Add LICENSE_FILE
- Convert to new options target helper
- Pet portlint: fix diff header of patch files
Approved by: portmgr (blanket)
|
Sat, 21 May 2016
|
[ 12:12 wg ]
devel/py-lxml: update to 3.6.0
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 13 Nov 2015
|
[ 12:41 wg ]
devel/py-lxml: update to 3.5.0
|
Wed, 21 Jan 2015
|
[ 12:16 wg ]
devel/py-lxml: allow concurrent install
PR: 196900
Submitted by: Robert Kruus
|
Thu, 15 Jan 2015
|
[ 11:32 wg ]
devel/py-lxml: update to 3.4.1
|
Thu, 25 Sep 2014
|
[ 16:24 wg ]
devel/py-lxml: update to 3.4.0
- USES python
|
Sat, 24 May 2014
|
[ 12:45 wg ]
devel/py-lxml: update to 3.3.5
PR: ports/189709
Submitted by: Bartek Rutkowski <ports at robakdesign com>
|
Thu, 17 Apr 2014
|
[ 18:39 wg ]
devel/py-lxml: update to 3.3.4
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Tue, 15 Apr 2014
|
[ 14:13 wg ]
devel/py-lxml: fix ld path for etree
|
Wed, 8 Jan 2014
|
[ 15:46 wg ]
devel/py-lxml: update to 3.2.5
|
Sun, 15 Dec 2013
|
[ 16:54 wg ]
devel/py-lxml: switch from easy_install and stagify
|
Fri, 8 Nov 2013
|
[ 11:13 wg ]
devel/py-lxml: update to 3.2.4
- Update to 3.2.4
- Use python auto plist
Changes: https://raw.github.com/lxml/lxml/lxml-3.2/CHANGES.txt
|
Thu, 26 Sep 2013
|
[ 21:57 wg ]
devel/py-lxml: use distutils instead of setuptools
- Use distutils instead of setuptools
- Convert lib depends to new format
- Allow staging
- Define DOCS options
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 29 Jul 2013
|
[ 11:41 wg ]
devel/py-lxml: update to 3.2.3
- Update to 3.2.3
- Use PORTDOCS instead of pkg-plist
- Unmute install docs command
- Take maintainership
Changes: http://lxml.de/3.2/changes-3.2.3.html
PR: ports/180910
Submitted by: wg (myself)
Approved by: maintainer
|
Tue, 26 Mar 2013
|
[ 14:13 miwi ]
- Update to 3.1.0
PR: 176792
Submitted by: William Grzybowski <william88@gmail.com>
Approved by: maintainer timeout
|
Mon, 29 Oct 2012
|
[ 10:18 rm ]
- update to 3.0.1
- trim Makefile header
- convert to optionsng
- remove shlib versions (porlint warning)
- fix packing list when build with python32
- tab -> space change in pkg-descr:WWW
PR: 172709
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
Feature safe: yes
|
Sat, 7 Apr 2012
|
[ 20:19 rm ]
- update to 2.3.4
- strict versions of FreeBSD that needs xlocale patch (it builds fine w/o patch
after OSVERSION >= 1000010)
changelog: http://lxml.de/2.3/changes-2.3.4.html
PR: 166563
Submitted by: rm (myself)
Approved by: Robert Gogolok <gogo at cs.uni-sb dot de> (maintainer)
Feature safe: yes
|
Wed, 15 Feb 2012
|
[ 18:51 rm ]
- update to 2.3.3
- silence docs installation
- fix build on 10.0-CURRENT (original patch from bsam@)
changelog:
http://lxml.de/2.3/changes-2.3.3.html
PR: 165033
Submitted by: rm (myself)
Approved by: Robert Gogolok <gogo at cs.uni-sb dot de> (maintainer)
|
Tue, 22 Nov 2011
|
[ 05:09 rm ]
- update to 2.3.2
- change USE_PYTHON to just `yes', because it now builds with python3 too
PR: 162702
Submitted by: rm (myself)
Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer),
miwi (co-mentor)
Feature safe: yes
|
Wed, 19 Oct 2011
|
[ 20:44 cs ]
- update to 2.3.1 (http://lxml.de/2.3/changes-2.3.1.html)
- add license (BSD)
- update WWW
- fix plist when PORTDOCS is enabled
PR: ports/161080
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer), glarkin@
(mentor)
|
Sat, 25 Jun 2011
|
[ 06:42 miwi ]
- Update to 2.3
PR: 155720
Submitted by: Andrei Antoukh <niwi@niwi.be>
Approved by: maintainer
|
Fri, 13 Aug 2010
|
[ 12:21 lwhsu ]
- Update to 2.2.7
PR: ports/148959
Submitted by: Jin-Sih Lin <linpct AT gmail.com>
Approved by: Robert Gogolok <gogo AT cs.uni-sb.de> (maintainer)
|
Sun, 20 Dec 2009
|
[ 15:28 wen ]
- Update to 2.2.4
PR: ports/141774
Submitted by: Wen Heping (myself)
Approved by: maintainer
|
Wed, 30 Sep 2009
|
[ 14:19 miwi ]
- Remove ignore, builds now with new libxslt
Approved by: maintainer
|
Thu, 24 Sep 2009
|
[ 07:22 pav ]
- Update to 2.2.2
- Mark IGNORE - does not work with libxslt-1.1.25
Ok'ed by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
Feature safe: yes
|
Fri, 5 Jun 2009
|
[ 21:33 miwi ]
- Update to 2.2.1
PR: 135199
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
Tue, 24 Mar 2009
|
[ 16:28 miwi ]
- Update to 2.2
PR: 132921
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
Fri, 9 Jan 2009
|
[ 15:33 miwi ]
- Update to 2.1.5
PR: 130247
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
Wed, 24 Sep 2008
|
[ 09:23 miwi ]
- Update to 2.1.2
PR: 127382
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer
|
Sun, 20 Jul 2008
|
[ 21:12 miwi ]
- Update to 2.1
PR: 125440
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
Mon, 23 Jun 2008
|
[ 10:51 miwi ]
- Update to 2.0.7
PR: 124865
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
Sat, 21 Jun 2008
|
[ 18:26 miwi ]
- Update to 2.0.6
- Respect NOPORTDOCS/EXAMPLES
PR: 124814
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
Sat, 12 Jan 2008
|
[ 12:52 bsam ]
Update to the new version 1.3.6.
PR: 119533
Submitted by: bsam (me)
Approved by: Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
|
Thu, 10 Jan 2008
|
[ 17:59 bsam ]
Unbreak a package building for FreeBSD-5 (convert easy_install
support to bsd.python.mk).
PR: 119531
Submitted by: bsam (me)
Suggested by: nivit (thanks!)
Approved by: Robert Gogolok <gogo at cs.uni-sb.de> (maintainer)
|
Sun, 6 Jan 2008
|
[ 12:25 bsam ]
Remove MANUAL_PACKAGE_BUILD. I hope the port will get a package.
At least it does at my tinderbox.
PR: 119355
Submitted by: bsam (me)
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Wed, 6 Jun 2007
|
[ 10:39 miwi ]
- Fix pkg-plist
PR: 113348
Submitted by: Robert Gogolok<gogo@cs.uni-sb.de> (maintainer)
|
Tue, 13 Mar 2007
|
[ 02:39 dryice ]
- update to 1.2.1
- MANUAL_PACKAGE_BUILD because this won't build in tinderbox env
PR: ports/110177
Submitted by: Andris Raugulis <ar@null.lv>
Approved by: itetcu (mentor, implicit) Robert Gogolok <gogo@cs.uni-sb.de>
(maintainer)
|
Thu, 22 Feb 2007
|
[ 09:56 clsung ]
- Update to 1.2
- Add cheeseshop into MASTER_SITES
- Pack as an egg, 1.2 needs setuptools
- Reduce LIB_DEPENDS, libxslt depends on libxml2 already
PR: ports/109366
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Robert Gogolok)
|
Mon, 19 Feb 2007
|
[ 13:56 clsung ]
Add py-lxml 1.1.2, pythonic binding for the libxml2 and libxslt
libraries.
PR: ports/109299
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
|
Number of commits found: 82 |