aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxml, last release in 2002. And unsupport upstream.kwm2013-12-0512-430/+0
|
* Add an expiration date aligned on the gnoem-libs expiration date.bapt2013-10-151-0/+1
| | | | Approved by: gnome (kwm)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-6/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* Mark textproc/libxml and print/freetype deprecated.kwm2012-12-051-0/+2
| | | | | | Last releases in 2002 and 2000, and unsupported by upstream. Feature safe: yes
* - Add patches to fixmiwi2011-11-133-1/+133
| | | | | | | | | | | | | | CVS-2009-2414 CVS-2009-2416 CVS-2011-1944 Discussion with:bapt Approved by: secteam (myself) Obtained from: fedora/gentoo Security: http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html http://www.vuxml.org/freebsd/5a7d4110-0b7a-11e1-846b-00235409fd3e.html Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Mark MAKE_JOBS_UNSAFE.marcus2009-08-161-0/+1
| | | | | PR: 137736 Submitted by: amdmi3
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
| | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1
| | | | Found by: portlint (cports.sh)
* Remove USE_REINPLACE from categories starting with Tedwin2006-05-131-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Forgot to fix it here to.danfe2005-09-301-1/+1
| | | | Approved by: gnome (implicit)
* Spell XML correctly in COMMENT.danfe2005-09-301-1/+1
| | | | Approved by: gnome (pav)
* Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,marcus2004-11-113-1/+150
| | | | | | | nanohttp.c, CAN-2004-0989] Obtained from: Debian Woody libxml source RPM Reported by: simon
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Utilize USE_GNOME= pkgconfig.adamw2003-06-171-4/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Use USE_REINPLACE.sobomax2002-07-111-1/+2
|
* - Hack for better hier(7) conformance - install documentation intosobomax2002-05-015-56/+54
| | | | | ${PREFIX}/share/doc; - use USE_LIBTOOL.
* Fix typo.ade2002-02-141-1/+1
|
* Unbreak for -CURRENT (and remove warning on stable) by changing malloc.hade2002-02-131-0/+4
| | | | | | | references to stdlib.h PR: 34652 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 1.8.17.sobomax2002-01-292-2/+2
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Update to 1.8.16.sobomax2001-12-122-2/+2
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-1/+11
| | | | Submitted by: Ports Fury
* Update to 1.8.15.sobomax2001-09-113-4/+21
|
* Add WWW.sobomax2001-08-221-0/+2
| | | | Submitted by: kuriyama
* Prevent harmless but annoying warning: "this file includes <malloc.h> whichsobomax2001-08-131-0/+15
| | | | is deprecated, use <stdlib.h> instead".
* Another attempt (this time correct, I hope) to fix creation/removal of thesobomax2001-07-302-2/+3
| | | | | | ${LOCALBASE}/include/gnome-xml/libxml symlink. Submitted by: bento
* ${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,sobomax2001-07-272-1/+2
| | | | | | | | so it have to be listed among other files, not among @dirrm's, otherwise it is not being included into package and as a result bento unable to build many packages that depends on libxml. Submitted by: bento
* Update to 1.8.14.sobomax2001-07-102-3/+2
|
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2ade2001-05-233-23/+17
| | | | to make transitioning to GNOME/GTK+/GLIB a little easier.
* Update to 1.8.13ade2001-05-152-2/+2
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-054-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Update to 1.8.11ade2001-01-124-55/+49
|
* Re-add USE_GMAKE to get around Makefile bogosity. Without this,ade2000-10-111-0/+1
| | | | | doing a 'make all' and 'make install' as two separate commands results in the code being completely recompiled twice. Bleurgh.
* Update to 1.8.10ade2000-09-072-2/+2
|
* Those awfully nice GNOME folks decided to re-roll the distributionade2000-07-121-1/+1
| | | | | | | | | tarball, with minor changes to the libxml.spec* configuration files, without bumping the version number. Oh, the shame of it. Submitted by: sobomax
* Update to 1.8.9ade2000-07-102-2/+2
|
* Update to 1.8.8ade2000-07-012-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update to 1.8.7ade2000-03-062-3/+3
|
* Update to 1.8.6ade2000-02-043-3/+5
|
* Update to 1.8.5ade2000-01-222-3/+3
|
* Update to 1.8.4ade2000-01-152-3/+3
|
* Update to 1.8.3ade2000-01-112-3/+3
|
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-071-1/+1
|
* Update to 1.8.2nakai1999-12-283-4/+3
| | | | | PR: ports/15725 Submitted by: Ade Lovett <ade@lovett.com>
* Update to 1.8.0nakai1999-12-243-3/+11
| | | | | PR: ports/15503 Submitted by: Ade Lovett <ade@lovett.com>
* New location on MASTER_SITE.steve1999-12-051-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* PR: ports/14303nakai1999-10-144-6/+10
| | | | | Submitted by:Ade Lovett <ade@lovett.com> Update to 1.7.3
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 1.4.0.steve1999-08-224-31/+21
| | | | | PR: 12781 (2 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* DISTFILES moved on MASTER_SITE.steve1999-04-091-2/+2
|
* Upgrade to GNOME 1.0. The following are the details:nectar1999-03-094-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to 0.99.8.vanilla1999-02-253-11/+11
|
* New checksum.steve1999-02-221-1/+1
|
* Upgrade to 0.99.5.vanilla1999-02-014-22/+23
|
* Use ${MASTER_SITE_GNOME}fenner1999-01-271-5/+3
|
* Upgrade to 0.99.3.vanilla1999-01-173-10/+21
|
* Change maitainer's email address,vanilla1999-01-131-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* Upgrade gnumeric to 0.5, libxml to 0.99,vanilla1999-01-053-5/+8
| | | | | Correct gtk11-devel's PLIST, and fix some configure problem of electriceyes.
* Import XML parser library.vanilla1998-10-106-0/+46
PR: ports/8227 Submitted by: <nakai@technologist.com>