aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt
Commit message (Collapse)AuthorAgeFilesLines
* * Fix build on 4.X [1]Joe Marcus Clarke2006-05-043-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
* Update to 1.1.16.Joe Marcus Clarke2006-05-025-34/+33
| | | | Notes: svn path=/head/; revision=161219
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+4
| | | | | | | 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
* Update to 1.1.15.Joe Marcus Clarke2005-09-042-3/+3
| | | | Notes: svn path=/head/; revision=141958
* Update to 1.1.14.Joe Marcus Clarke2005-04-022-3/+3
| | | | Notes: svn path=/head/; revision=132289
* Update to 1.1.13.Joe Marcus Clarke2005-03-152-4/+3
| | | | Notes: svn path=/head/; revision=131277
* - Fix py-libxsltPav Lucistnik2005-02-051-11/+0
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=128052
* Chase libgcrypt shared library version of ports with optionalTilman Keskinoz2005-01-121-1/+2
| | | | | | | | | | dependency on libgcrypt. Submitted by: philip pointyhat to: arved Notes: svn path=/head/; revision=126206
* Update to 1.1.12.Joe Marcus Clarke2004-10-293-3/+8
| | | | Notes: svn path=/head/; revision=120468
* Update to 1.1.11.Joe Marcus Clarke2004-10-113-3/+7
| | | | Notes: svn path=/head/; revision=118701
* Update to 1.1.10.Joe Marcus Clarke2004-09-012-3/+3
| | | | Notes: svn path=/head/; revision=117856
* Update to 1.1.9.Joe Marcus Clarke2004-08-232-6/+5
| | | | Notes: svn path=/head/; revision=117081
* 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
* - 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-065-51/+44
| | | | | | | | | slave port. Tested by: adamw, marcus Notes: svn path=/head/; revision=113026
* Update to 1.1.8.Joe Marcus Clarke2004-07-054-4/+36
| | | | Notes: svn path=/head/; revision=113010
* Update to 1.1.6.Joe Marcus Clarke2004-04-192-3/+3
| | | | Notes: svn path=/head/; revision=107539
* Actually commit the update to 1.1.5.Joe Marcus Clarke2004-04-024-17/+15
| | | | Notes: svn path=/head/; revision=105973
* 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
* * Update to 1.1.4Joe Marcus Clarke2004-02-232-6/+9
| | | | | | | * Use OPTIONS where feasible Notes: svn path=/head/; revision=101882
* Update to 1.1.3.Joe Marcus Clarke2004-02-182-3/+3
| | | | Notes: svn path=/head/; revision=101305
* 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
* Properly fix the EXSLT plist issue by making sure we always find xsltproc.Joe Marcus Clarke2004-01-142-8/+14
| | | | Notes: svn path=/head/; revision=98168
* Conditionalize the EXSLT documents on whether or not Python support hasJoe Marcus Clarke2004-01-141-7/+7
| | | | | | | | | been enabled. Reported by: dinoex Notes: svn path=/head/; revision=98139
* Add some missing files to the plist.Joe Marcus Clarke2004-01-112-0/+7
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=97904
* Update to 1.1.2.Joe Marcus Clarke2003-12-244-9/+12
| | | | Notes: svn path=/head/; revision=96543
* Update to 1.1.1.Joe Marcus Clarke2003-12-123-4/+9
| | | | Notes: svn path=/head/; revision=95645
* Compile python files on installation.Joe Marcus Clarke2003-11-172-0/+9
| | | | | | | | PR: 59384 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=94203
* Update to 1.1.0.Joe Marcus Clarke2003-11-045-104/+110
| | | | Notes: svn path=/head/; revision=93099
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-186-23/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 1.0.32.Adam Weinberger2003-08-102-3/+2
| | | | Notes: svn path=/head/; revision=86732
* Add a dependency on gnometarget to quite a configure warning.Joe Marcus Clarke2003-07-161-1/+1
| | | | Notes: svn path=/head/; revision=84961
* Restore python-related stuff.Adam Weinberger2003-07-072-0/+12
| | | | Notes: svn path=/head/; revision=84405
* Update to 1.0.31.Adam Weinberger2003-07-073-15/+3
| | | | Notes: svn path=/head/; revision=84403
* Update to 1.0.30.Joe Marcus Clarke2003-05-043-3/+4
| | | | Notes: svn path=/head/; revision=80133
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-3/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Update to 1.0.29.Joe Marcus Clarke2003-04-042-2/+2
| | | | Notes: svn path=/head/; revision=78134
* Remove an extraneous file.Joe Marcus Clarke2003-03-011-1/+0
| | | | | | | Reported by: Kent Stewart <kstewart@owt.com> Notes: svn path=/head/; revision=76694
* * Update to 1.0.27Joe Marcus Clarke2003-02-253-3/+3
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=76442
* Update to 1.0.26.Joe Marcus Clarke2003-02-113-2/+3
| | | | Notes: svn path=/head/; revision=75286
* Update to 1.0.25.Joe Marcus Clarke2003-02-062-2/+2
| | | | Notes: svn path=/head/; revision=74926
* Update to 1.0.24.Joe Marcus Clarke2003-01-192-2/+2
| | | | Notes: svn path=/head/; revision=73515
* Update to 1.0.23.Joe Marcus Clarke2002-11-193-2/+5
| | | | Notes: svn path=/head/; revision=70461
* Update to 1.0.22.Joe Marcus Clarke2002-10-193-2/+3
| | | | Notes: svn path=/head/; revision=68360
* Update to 1.0.21.Joe Marcus Clarke2002-10-084-21/+15
| | | | Notes: svn path=/head/; revision=67592
* 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
* Add tunable to aid in debugging memory problemsSean Chittenden2002-09-181-4/+9
| | | | | | | Approved by: knu (mentor) && marcus Notes: svn path=/head/; revision=66634