summaryrefslogtreecommitdiff
path: root/textproc/libxml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176403
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - 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
* Forgot to fix it here to.Alexey Dokuchaev2005-09-291-1/+1
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=143807
* Spell XML correctly in COMMENT.Alexey Dokuchaev2005-09-291-1/+1
| | | | | | | Approved by: gnome (pav) Notes: svn path=/head/; revision=143806
* Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,Joe Marcus Clarke2004-11-103-1/+150
| | | | | | | | | | nanohttp.c, CAN-2004-0989] Obtained from: Debian Woody libxml source RPM Reported by: simon Notes: svn path=/head/; revision=121327
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104467
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-4/+2
| | | | Notes: svn path=/head/; revision=83119
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-1/+2
| | | | Notes: svn path=/head/; revision=62815
* - Hack for better hier(7) conformance - install documentation intoMaxim Sobolev2002-04-305-56/+54
| | | | | | | | ${PREFIX}/share/doc; - use USE_LIBTOOL. Notes: svn path=/head/; revision=58385
* Fix typo.Ade Lovett2002-02-141-1/+1
| | | | Notes: svn path=/head/; revision=54684
* Unbreak for -CURRENT (and remove warning on stable) by changing malloc.hAde Lovett2002-02-131-0/+4
| | | | | | | | | | references to stdlib.h PR: 34652 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54646
* Update to 1.8.17.Maxim Sobolev2002-01-292-2/+2
| | | | Notes: svn path=/head/; revision=53955
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Update to 1.8.16.Maxim Sobolev2001-12-122-2/+2
| | | | Notes: svn path=/head/; revision=51402
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-1/+11
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 1.8.15.Maxim Sobolev2001-09-113-4/+21
| | | | Notes: svn path=/head/; revision=47637
* Add WWW.Maxim Sobolev2001-08-221-0/+2
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=46636
* Prevent harmless but annoying warning: "this file includes <malloc.h> whichMaxim Sobolev2001-08-131-0/+15
| | | | | | | is deprecated, use <stdlib.h> instead". Notes: svn path=/head/; revision=46171
* Another attempt (this time correct, I hope) to fix creation/removal of theMaxim Sobolev2001-07-302-2/+3
| | | | | | | | | ${LOCALBASE}/include/gnome-xml/libxml symlink. Submitted by: bento Notes: svn path=/head/; revision=45610
* ${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,Maxim Sobolev2001-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 Notes: svn path=/head/; revision=45535
* Update to 1.8.14.Maxim Sobolev2001-07-092-3/+2
| | | | Notes: svn path=/head/; revision=44968
* Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2Ade Lovett2001-05-233-23/+17
| | | | | | | to make transitioning to GNOME/GTK+/GLIB a little easier. Notes: svn path=/head/; revision=42950
* Update to 1.8.13Ade Lovett2001-05-142-2/+2
| | | | Notes: svn path=/head/; revision=42601
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-044-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 Notes: svn path=/head/; revision=42257
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update to 1.8.11Ade Lovett2001-01-114-55/+49
| | | | Notes: svn path=/head/; revision=37103
* Re-add USE_GMAKE to get around Makefile bogosity. Without this,Ade Lovett2000-10-101-0/+1
| | | | | | | | doing a 'make all' and 'make install' as two separate commands results in the code being completely recompiled twice. Bleurgh. Notes: svn path=/head/; revision=33676
* Update to 1.8.10Ade Lovett2000-09-072-2/+2
| | | | Notes: svn path=/head/; revision=32393
* Those awfully nice GNOME folks decided to re-roll the distributionAde Lovett2000-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 Notes: svn path=/head/; revision=30519
* Update to 1.8.9Ade Lovett2000-07-092-2/+2
| | | | Notes: svn path=/head/; revision=30375
* Update to 1.8.8Ade Lovett2000-07-012-2/+2
| | | | Notes: svn path=/head/; revision=30039
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Update to 1.8.7Ade Lovett2000-03-062-3/+3
| | | | Notes: svn path=/head/; revision=26585
* Update to 1.8.6Ade Lovett2000-02-033-3/+5
| | | | Notes: svn path=/head/; revision=25467
* Update to 1.8.5Ade Lovett2000-01-222-3/+3
| | | | Notes: svn path=/head/; revision=24903
* Update to 1.8.4Ade Lovett2000-01-142-3/+3
| | | | Notes: svn path=/head/; revision=24747
* Update to 1.8.3Ade Lovett2000-01-102-3/+3
| | | | Notes: svn path=/head/; revision=24629