aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.6.23.Joe Marcus Clarke2006-01-062-4/+4
| | | | Notes: svn path=/head/; revision=152904
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 2.6.22.Joe Marcus Clarke2005-09-124-4/+65
| | | | Notes: svn path=/head/; revision=142553
* Update to 2.6.21.Joe Marcus Clarke2005-09-043-4/+6
| | | | 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
* - Also fix the catalog paths in xmllint.c and xmllint.1Jean-Yves Lefort2005-08-283-28/+6
| | | | | | | - While here, refactor the catalog paths patches as ${REINPLACE_CMD} calls Notes: svn path=/head/; revision=141123
* Update to 2.6.20.Joe Marcus Clarke2005-07-122-3/+3
| | | | Notes: svn path=/head/; revision=138950
* Update to 2.6.19.Joe Marcus Clarke2005-04-022-3/+3
| | | | Notes: svn path=/head/; revision=132288
* Update to 2.6.18.Joe Marcus Clarke2005-03-152-3/+3
| | | | Notes: svn path=/head/; revision=131276
* - Nuke dormant patch which managed to break py-libxml2 2.6.17Pav Lucistnik2005-01-311-11/+0
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=127802
* Update to 2.6.17.Joe Marcus Clarke2005-01-184-13/+15
| | | | Notes: svn path=/head/; revision=126687
* - Change tunables from OPTIONS to plain make defines. Too many usersPav Lucistnik2004-11-241-9/+7
| | | | | | | | | | subconsciously enabled THREADS knob and ended with breakages later. The last straw: Adam McLaurin <adam.mclaurin@gmx.net> Approved by: FreeBSD/GNOME cabal Notes: svn path=/head/; revision=122335
* Update to 2.6.16.Joe Marcus Clarke2004-11-103-15/+3
| | | | Notes: svn path=/head/; revision=121319
* Actually add the patch to fix the crash.Joe Marcus Clarke2004-11-101-0/+11
| | | | Notes: svn path=/head/; revision=121273
* Hack around a bug where invalid XML documents would cause libxml toJoe Marcus Clarke2004-11-101-0/+1
| | | | | | | | | crash. Reported by: many Notes: svn path=/head/; revision=121272
* Update to 2.4.15.Joe Marcus Clarke2004-10-282-3/+3
| | | | Notes: svn path=/head/; revision=120379
* Update to 2.6.14.Joe Marcus Clarke2004-10-113-13/+13
| | | | Notes: svn path=/head/; revision=118700
* Update to 2.6.13.Joe Marcus Clarke2004-09-012-3/+3
| | | | Notes: svn path=/head/; revision=117855
* Update to 2.6.12.Joe Marcus Clarke2004-08-235-71/+19
| | | | Notes: svn path=/head/; revision=117080
* - Let MAINTAINER and COMMNET variables be overwriten from slave ports.Alexander Nedotsukov2004-07-061-2/+2
| | | | | | | - Also note that previous commit fixed hier compliance issue. Notes: svn path=/head/; revision=113032
* Remove Python bingdings here as they going to be reintroduced inAlexander Nedotsukov2004-07-066-211/+167
| | | | | | | | | slave port. Tested by: adamw, marcus Notes: svn path=/head/; revision=113025
* Update to 2.6.11.Joe Marcus Clarke2004-07-053-3/+4
| | | | Notes: svn path=/head/; revision=113009
* Update to 2.6.9.Joe Marcus Clarke2004-04-193-3/+4
| | | | Notes: svn path=/head/; revision=107538
* Update to 2.6.8.Joe Marcus Clarke2004-03-237-134/+99
| | | | Notes: svn path=/head/; revision=105051
* Add a warning that pthread support may break certain ports.Joe Marcus Clarke2004-03-121-1/+1
| | | | | | | Submitted by: ale Notes: svn path=/head/; revision=103715
* * Update to 2.6.7Joe Marcus Clarke2004-02-232-12/+14
| | | | | | | | * Use OPTIONS where it's feasible * Use USE_ICONV Notes: svn path=/head/; revision=101881
* Update to 2.6.6.Adam Weinberger2004-02-133-3/+4
| | | | Notes: svn path=/head/; revision=100815
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Get rid of .libs in RPATH entries.Alexander Nedotsukov2004-02-033-9/+52
| | | | | | | | PR: 62162 Reported by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=99871
* Update to 2.6.5.Joe Marcus Clarke2004-01-283-2/+5
| | | | Notes: svn path=/head/; revision=99326
* Don't create needless directories.Joe Marcus Clarke2004-01-111-0/+11
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=97903
* Update to 2.6.4.Joe Marcus Clarke2003-12-242-2/+2
| | | | Notes: svn path=/head/; revision=96542
* Update to 2.6.3Alexander Nedotsukov2003-12-103-5/+13
| | | | Notes: svn path=/head/; revision=95543
* Compile Python files on installation.Joe Marcus Clarke2003-11-172-0/+11
| | | | | | | | PR: 59383 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=94196
* Update to 2.6.2.Joe Marcus Clarke2003-11-042-2/+2
| | | | Notes: svn path=/head/; revision=93098
* Update to 2.6.1.Joe Marcus Clarke2003-10-292-2/+2
| | | | Notes: svn path=/head/; revision=92501
* Correct some documentation that stated that WITHOUT_SCHEMA turned on schemaCeri Davies2003-10-211-1/+1
| | | | | | | | | support. Reviewed by: marcus Notes: svn path=/head/; revision=91836
* Update to 2.6.0. While this release is a major revision release, it maintainsJoe Marcus Clarke2003-10-214-14/+42
| | | | | | | | | API and ABI backward compatibility. Note, due to enhanced error checking (particularly with namespaces), extra errors might be seen on the command line, but they do not appear to be fatal. Notes: svn path=/head/; revision=91783
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* * Update to 2.5.10Joe Marcus Clarke2003-08-157-44/+52
| | | | | | | | * Clean up the Python installation to obey PREFIX (finally) * Mark some of the more troublesome build options as DEVELOPER ONLY! Notes: svn path=/head/; revision=86965
* Update to 2.5.9.Adam Weinberger2003-08-102-3/+2
| | | | Notes: svn path=/head/; revision=86731
* Add back python stuff to the pkg-plist.Adam Weinberger2003-07-072-0/+39
| | | | | | | | The libxml2 (and libxslt, for that matter) build looks for python under ${PREFIX}, not ${LOCALBASE}. Notes: svn path=/head/; revision=84404
* Update to 2.5.8.Adam Weinberger2003-07-073-50/+14
| | | | Notes: svn path=/head/; revision=84402
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-3/+1
| | | | Notes: svn path=/head/; revision=83119
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-3/+0
| | | | Notes: svn path=/head/; revision=82858
* Fix the pre-everything message to reflect the correct macros.Joe Marcus Clarke2003-05-191-1/+1
| | | | | | | Reported by: Edward Glowacki <glowack2@msu.edu> Notes: svn path=/head/; revision=81406
* Disable thread support by default. This was interfering with portsJoe Marcus Clarke2003-05-031-3/+6
| | | | | | | | | | | | such as mod_php4 with DOMXML support. It also has the potential of affecting other ports on -STABLE that rely on libxml2 to build shared libraries. I have filed a bug with the libxml2 developers to see if we can rectify this situation moving forward. More details can be found at: http://bugzilla.gnome.org/show_bug.cgi?id=112144 Notes: svn path=/head/; revision=80038
* Add a flag to allow one to disable threading support. SettingJoe Marcus Clarke2003-04-291-0/+5
| | | | | | | LIBXML_WITHOUT_THREADS can fix build problems with apps such as PHP. Notes: svn path=/head/; revision=79881
* Update to 2.5.7.Joe Marcus Clarke2003-04-253-7/+7
| | | | Notes: svn path=/head/; revision=79638