aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-libxml2
Commit message (Collapse)AuthorAgeFilesLines
* Update to libxml2 2.9.1 [1]Koop Mast2014-05-132-59/+5
| | | | | | | | | | | | This version fixes CVE-2013-2877. Add upstream patch for CVE-2014-0191. CVE's Reported by: Akinori MUSHA <knu@iDaemons.org> Obtained from: GNOME dev repo [1], libxml2 upstream [2] MFH: 2014Q2 Notes: svn path=/head/; revision=353989
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix the compilation of the python modules. To not refer to the stagedir.Koop Mast2014-04-071-3/+4
| | | | Notes: svn path=/head/; revision=350529
* - Stage supportMartin Wilke2014-03-071-3/+2
| | | | Notes: svn path=/head/; revision=347336
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-071-1/+2
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* libxml does not build with python 3 so don't claim it doesEitan Adler2013-07-031-1/+1
| | | | | | | Approved by: gnome (kwm) Notes: svn path=/head/; revision=322246
* Unbreak after libxml2 2.8.0_2 update.Koop Mast2013-04-191-1/+1
| | | | | | | | Reported by: zeissoctopus on IRC Feature safe: yes Notes: svn path=/head/; revision=316090
* Update to 2.8.0. [1]Koop Mast2013-03-291-7/+3
| | | | | | | | | | | | Add patch to fix CVE-2013-0338 and CVE-2013-0339. [2] Convert to OptionsNG, rename patches to standard form. [1] Notified by: swills@ [2] Obtained from: gnome team repo [1] Security: 843a4641-9816-11e2-9c51-080027019be0 Notes: svn path=/head/; revision=315540
* - Fix includes and linker settings for lang/python2*'s PTH optionsMarcus von Appen2012-07-231-1/+3
| | | | | | | | PR: ports/156425 Reported by: Iwao, Koichiro <meta@club.kyutech.ac.jp> Notes: svn path=/head/; revision=301403
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Bump portrevision, to build agains fixed libxml2 library (2.7.8_1).Koop Mast2010-11-271-1/+1
| | | | Notes: svn path=/head/; revision=265298
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* Update to 2.6.32. As for the py-libxml2, get it able to find Python correctJeremy Messenger2008-05-241-9/+10
| | | | | | | when PREFIX is set other than LOCALBASE and will allowing the modules to build. Notes: svn path=/head/; revision=213579
* Fix the build with old python.Jeremy Messenger2007-09-131-1/+1
| | | | | | | | | PR: ports/116256 Reported by: Laurent DAVERIO <daverio@cri.ensmp.fr> Submitted by: Nikola Lecic <nlecic@EUnet.yu> Notes: svn path=/head/; revision=199415
* - Update to 2.6.27Pav Lucistnik2007-01-151-0/+1
| | | | Notes: svn path=/head/; revision=182443
* Update to 2.6.24.Joe Marcus Clarke2006-04-281-1/+1
| | | | Notes: svn path=/head/; revision=160685
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 2.6.21.Joe Marcus Clarke2005-09-041-1/+1
| | | | Notes: svn path=/head/; revision=141951
* Correct PORTREVISIONs so that the overall PORTVERSION does not goJoe Marcus Clarke2005-08-281-1/+1
| | | | | | | | | backwards. Reported by: eik's script Notes: svn path=/head/; revision=141146
* - Fix plist after recent update of masterportPav Lucistnik2005-07-122-1/+2
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=138979
* Fix plist, dump portrevision.Koop Mast2005-04-072-0/+4
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=132690
* Update to 2.6.18.Joe Marcus Clarke2005-03-151-0/+2
| | | | Notes: svn path=/head/; revision=131276
* Update to 2.6.16.Joe Marcus Clarke2004-11-101-0/+2
| | | | Notes: svn path=/head/; revision=121319
* Update to 2.6.12.Joe Marcus Clarke2004-08-231-0/+1
| | | | Notes: svn path=/head/; revision=117080
* Add py-libxml2 , Python interface for XML parser library for GNOME.Alexander Nedotsukov2004-07-063-0/+85
Notes: svn path=/head/; revision=113028