summaryrefslogtreecommitdiff
path: root/textproc/libxslt (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
textproc) Notes: svn path=/head/; revision=327773
2013-05-13Put faster site first [1], while here add http mirror.Koop Mast1-2/+3
PR: ports/178523 [1] Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=318108
2013-05-03Chase security/libgcrypt updateEmanuel Haupt1-1/+1
Notes: svn path=/head/; revision=317220
2012-12-28- Update to 1.1.28. [1]Jeremy Messenger7-68/+32
- Add LICENSE. [1] - Convert to OPTIONSng. [2] - Update the header. [2] PR: ports/174643 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] kwm@ [2] Notes: svn path=/head/; revision=309586
2011-11-09- Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke1-1/+0
Notes: svn path=/head/; revision=285379
2011-10-28- Fix build on FreeBSD 10Martin Wilke1-0/+1
Approved by: kwm implicit Notes: svn path=/head/; revision=284556
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-2/+2
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
2011-08-11Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast1-1/+1
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
2011-07-03- Chase the libgcrypt shared lib versionSteve Wills1-2/+2
Notes: svn path=/head/; revision=276971
2011-06-09Remove quote from CPPFLAGS.Jeremy Messenger1-1/+1
Notes: svn path=/head/; revision=275281
2011-05-22CPPFLAGS is now automatically passed via CONFIGURE_ENV; just set that. [1]Gerald Pfeifer2-3/+2
Remove the MD5 checksum on the way. Approved by: gnome (marcus) [1] Notes: svn path=/head/; revision=274467
2010-07-27Chase security/libgcrypt shlib bump.Wesley Shields1-2/+2
PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
2010-07-20Remove USE_GETTEXT. There is no perfect solution in the ports tree. It'sJeremy Messenger1-1/+0
exactly why we have portmaster -r or portupgrade -r for that. PR: ports/147655 Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Discussed with: marcus Feature safe: yes Notes: svn path=/head/; revision=258004
2010-06-02Gettext is only required in the crypto path.Joe Marcus Clarke1-2/+2
Reported by: Claude Buisson <clbuisson@orange.fr> Notes: svn path=/head/; revision=255531
2010-06-01Bump the PORTREVISION for libxslt.Joe Marcus Clarke1-1/+1
PR: 147294 Notes: svn path=/head/; revision=255467
2010-05-31Bump PORTREVISION and add USE_GETTEXT where missing.Joe Marcus Clarke1-0/+1
PR: 147257 Notes: svn path=/head/; revision=255418
2009-09-26Update to 1.1.26.Joe Marcus Clarke2-4/+4
Feature safe: yes Notes: svn path=/head/; revision=242134
2009-09-18Update to 1.1.25, and use OPTIONS instead of pre-everything for cryptoJoe Marcus Clarke6-200/+23
support. Feature safe: yes Notes: svn path=/head/; revision=241669
2009-01-06- Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan1-2/+2
PR: ports/127478 Notes: svn path=/head/; revision=225326
2008-09-04Security fix libxslt heap overflow, bump the PORTREVISION.Jeremy Messenger2-1/+153
PR: ports/126869 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Obtained from: http://www.ocert.org/advisories/ocert-2008-009.html Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2935 Notes: svn path=/head/; revision=219863
2008-05-24Update to 1.1.24. As for the py-libxslt, get it able to find Python correctJeremy Messenger5-30/+25
when PREFIX is set other than LOCALBASE and will allowing the modules to build. Notes: svn path=/head/; revision=213580
2008-04-06Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs areJeremy Messenger1-1/+1
corruped. Reported by: edwin Notes: svn path=/head/; revision=210662
2008-02-28Chase libgcrypt library versionTilman Keskinoz1-2/+2
Notes: svn path=/head/; revision=208144
2007-09-07Update to 1.1.22.Jeremy Messenger3-7/+7
Notes: svn path=/head/; revision=199038
2007-06-30Update to 1.1.21.Joe Marcus Clarke2-4/+4
Notes: svn path=/head/; revision=194505
2007-01-25Update to 1.1.20.Jeremy Messenger4-23/+4
Notes: svn path=/head/; revision=183279
2007-01-15- Update to 1.1.19Pav Lucistnik5-27/+26
Notes: svn path=/head/; revision=182444
2006-11-05INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger1-1/+1
Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176403
2006-06-07Update to 1.1.17.Joe Marcus Clarke3-14/+5
Notes: svn path=/head/; revision=164748
2006-05-31- Add header in these *-reference ports.Jeremy Messenger1-2/+1
- Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
2006-05-13Remove USE_REINPLACE from categories starting with TEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=162216
2006-05-11Move the libxslt programming reference to the libxslt-reference port.Jean-Yves Lefort2-90/+9
Notes: svn path=/head/; revision=162108
2006-05-04* Fix build on 4.X [1]Joe Marcus Clarke3-0/+13
* Handle creating and removal of the libxslt-plugins directory [2] PR: 96707 [1] Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> [1] Reported by: pointyhat via kris [2] Notes: svn path=/head/; revision=161309
2006-05-02Update to 1.1.16.Joe Marcus Clarke5-34/+33
Notes: svn path=/head/; revision=161219
2006-02-23Conversion to a single libtool environment.Ade Lovett2-1/+4
Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
2005-11-23- Add SHA256 checksumsPav Lucistnik1-0/+1
Notes: svn path=/head/; revision=149215
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett1-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
2005-09-04Update to 1.1.15.Joe Marcus Clarke2-3/+3
Notes: svn path=/head/; revision=141958
2005-04-02Update to 1.1.14.Joe Marcus Clarke2-3/+3
Notes: svn path=/head/; revision=132289
2005-03-15Update to 1.1.13.Joe Marcus Clarke2-4/+3
Notes: svn path=/head/; revision=131277
2005-02-05- Fix py-libxsltPav Lucistnik1-11/+0
Reported by: krismail Notes: svn path=/head/; revision=128052
2005-01-12Chase libgcrypt shared library version of ports with optionalTilman Keskinoz1-1/+2
dependency on libgcrypt. Submitted by: philip pointyhat to: arved Notes: svn path=/head/; revision=126206
2004-10-29Update to 1.1.12.Joe Marcus Clarke3-3/+8
Notes: svn path=/head/; revision=120468
2004-10-11Update to 1.1.11.Joe Marcus Clarke3-3/+7
Notes: svn path=/head/; revision=118701
2004-09-01Update to 1.1.10.Joe Marcus Clarke2-3/+3
Notes: svn path=/head/; revision=117856
2004-08-23Update to 1.1.9.Joe Marcus Clarke2-6/+5
Notes: svn path=/head/; revision=117081
2004-07-09Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke1-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
2004-07-06- Let MAINTAINER and COMMNET variables be overwriten from slave ports.Alexander Nedotsukov1-2/+2
- Also note that previous commit fixed hier compliance issue. Notes: svn path=/head/; revision=113032
2004-07-06Remove Python bingdings here as they going to be reintroduced inAlexander Nedotsukov5-51/+44
slave port. Tested by: adamw, marcus Notes: svn path=/head/; revision=113026
2004-07-05Update to 1.1.8.Joe Marcus Clarke4-4/+36
Notes: svn path=/head/; revision=113010