| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
26 Sep 2009 13:59:12
1.1.26
|
marcus  |
Update to 1.1.26.
Feature safe: yes |
18 Sep 2009 20:41:09
1.1.25
|
marcus  |
Update to 1.1.25, and use OPTIONS instead of pre-everything for crypto
support.
Feature safe: yes |
06 Jan 2009 13:01:11
1.1.24_2
|
rafan  |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
04 Sep 2008 21:51:09
1.1.24_1
|
mezz  |
Security fix libxslt heap overflow, bump the PORTREVISION.
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 |
24 May 2008 06:27:36
1.1.24
|
mezz  |
Update to 1.1.24. As for the py-libxslt, get it able to find Python correct
when PREFIX is set other than LOCALBASE and will allowing the modules to build. |
06 Apr 2008 17:14:27
1.1.22_1
|
mezz  |
Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs are
corruped.
Reported by: edwin |
28 Feb 2008 21:47:06
1.1.22_1
|
arved  |
Chase libgcrypt library version |
07 Sep 2007 16:57:42
1.1.22
|
mezz  |
Update to 1.1.22. |
30 Jun 2007 06:58:09
1.1.21
|
marcus  |
Update to 1.1.21. |
25 Jan 2007 18:10:46
1.1.20
|
mezz  |
Update to 1.1.20. |
15 Jan 2007 18:46:37
1.1.19
|
pav  |
- Update to 1.1.19 |
05 Nov 2006 03:55:07
1.1.17
|
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
07 Jun 2006 20:27:27
1.1.17
|
marcus  |
Update to 1.1.17. |
31 May 2006 23:18:51
1.1.16_2
|
mezz  |
- Add header in these *-reference ports.
- 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...
================================(Only the first 15 lines of the commit message are shown above ) |
13 May 2006 05:24:52
1.1.16_2
|
edwin  |
Remove USE_REINPLACE from categories starting with T |
11 May 2006 18:36:53
1.1.16_2
|
jylefort  |
Move the libxslt programming reference to the libxslt-reference port. |
04 May 2006 01:45:20
1.1.16_1
|
marcus  |
* Fix build on 4.X [1]
* 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] |
02 May 2006 23:40:27
1.1.16
|
marcus  |
Update to 1.1.16. |
23 Feb 2006 10:40:45
1.1.15_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
1.1.15
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
1.1.15
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
05 Sep 2005 00:37:37
1.1.15
|
marcus  |
Update to 1.1.15. |
02 Apr 2005 23:45:30
1.1.14
|
marcus  |
Update to 1.1.14. |
15 Mar 2005 04:20:41
1.1.13
|
marcus  |
Update to 1.1.13. |
05 Feb 2005 00:01:41
1.1.12_1
|
pav  |
- Fix py-libxslt
Reported by: krismail |
12 Jan 2005 07:25:23
1.1.12_1
|
arved  |
Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.
Submitted by: philip
pointyhat to: arved |
29 Oct 2004 19:58:25
1.1.12
|
marcus  |
Update to 1.1.12. |
12 Oct 2004 00:58:05
1.1.11
|
marcus  |
Update to 1.1.11. |
01 Sep 2004 19:51:12
1.1.10
|
marcus  |
Update to 1.1.10. |
23 Aug 2004 02:32:33
1.1.9
|
marcus  |
Update to 1.1.9. |
09 Jul 2004 18:43:11
1.1.8_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
06 Jul 2004 04:11:13
1.1.8_1
|
bland  |
- Let MAINTAINER and COMMNET variables be overwriten from slave ports.
- Also note that previous commit fixed hier compliance issue. |
06 Jul 2004 04:02:16
1.1.8_1
|
bland  |
Remove Python bingdings here as they going to be reintroduced in
slave port.
Tested by: adamw, marcus |
06 Jul 2004 00:48:29
1.1.8
|
marcus  |
Update to 1.1.8. |
19 Apr 2004 07:57:44
1.1.6
|
marcus  |
Update to 1.1.6. |
02 Apr 2004 18:38:19
1.1.5
|
marcus  |
Actually commit the update to 1.1.5. |
14 Mar 2004 06:17:56
1.1.4
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
23 Feb 2004 18:38:03
1.1.4
|
marcus  |
* Update to 1.1.4
* Use OPTIONS where feasible |
18 Feb 2004 07:30:38
1.1.3
|
marcus  |
Update to 1.1.3. |
04 Feb 2004 05:10:27
1.1.2_3
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
14 Jan 2004 18:17:59
1.1.2_2
|
marcus  |
Properly fix the EXSLT plist issue by making sure we always find xsltproc. |
14 Jan 2004 08:03:00
1.1.2_1
|
marcus  |
Conditionalize the EXSLT documents on whether or not Python support has
been enabled.
Reported by: dinoex |
11 Jan 2004 06:47:13
1.1.2_1
|
marcus  |
Add some missing files to the plist.
Reported by: adamw |
24 Dec 2003 18:16:02
1.1.2
|
marcus  |
Update to 1.1.2. |
12 Dec 2003 07:54:37
1.1.1
|
marcus  |
Update to 1.1.1. |
17 Nov 2003 21:27:09
1.1.0_1
|
marcus  |
Compile python files on installation.
PR: 59384
Submitted by: Rui Lopes <rui@ruilopes.com> |
04 Nov 2003 18:22:35
1.1.0
|
marcus  |
Update to 1.1.0. |
18 Sep 2003 07:49:37
1.0.33
|
marcus  |
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
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 |
10 Aug 2003 18:43:00
1.0.32
|
adamw  |
Update to 1.0.32. |
16 Jul 2003 06:51:38
1.0.31_1
|
marcus  |
Add a dependency on gnometarget to quite a configure warning. |
07 Jul 2003 22:18:20
1.0.31_1
|
adamw  |
Restore python-related stuff. |
07 Jul 2003 21:38:26
1.0.31
|
adamw  |
Update to 1.0.31. |
05 May 2003 00:32:39
1.0.30
|
marcus  |
Update to 1.0.30. |
22 Apr 2003 05:42:32
1.0.29
|
marcus  |
Convert to new GNOME infrastructure. |
20 Apr 2003 20:44:52
1.0.29
|
marcus  |
Remove USE_GNOMENG. |
04 Apr 2003 08:35:25
1.0.29
|
marcus  |
Update to 1.0.29. |
01 Mar 2003 08:20:05
1.0.27
|
marcus  |
Remove an extraneous file.
Reported by: Kent Stewart <kstewart@owt.com> |
25 Feb 2003 05:14:19
1.0.27
|
marcus  |
* Update to 1.0.27
* De-pkg-comment |
11 Feb 2003 07:01:20
1.0.26
|
marcus  |
Update to 1.0.26. |
06 Feb 2003 00:37:15
1.0.25
|
marcus  |
Update to 1.0.25. |
19 Jan 2003 19:26:51
1.0.24
|
marcus  |
Update to 1.0.24. |
19 Nov 2002 06:51:49
1.0.23
|
marcus  |
Update to 1.0.23. |
19 Oct 2002 19:34:17
1.0.22
|
marcus  |
Update to 1.0.22. |
08 Oct 2002 06:20:05
1.0.21
|
marcus  |
Update to 1.0.21. |
20 Sep 2002 18:07:51
1.0.20
|
marcus  |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
18 Sep 2002 20:18:25
1.0.20
|
seanc  |
Add tunable to aid in debugging memory problems
Approved by: knu (mentor) && marcus |
24 Aug 2002 09:18:00
1.0.20
|
marcus  |
Update to 1.0.20. |
13 Jul 2002 01:53:39
1.0.19
|
marcus  |
Fix the WWW site.
Submitted by: Stephane.Lentz@ansf.alcatel.fr |
07 Jul 2002 05:35:02
1.0.19
|
marcus  |
Update to 1.0.19. |
30 May 2002 21:42:19
1.0.18
|
marcus  |
Update to 1.0.18. |
30 Apr 2002 12:01:04
1.0.17
|
sobomax  |
Update to 1.0.17. |
26 Apr 2002 11:08:56
1.0.16
|
sobomax  |
Use USE_LIBTOOL. |
18 Apr 2002 12:31:24
1.0.16
|
sobomax  |
Update to 1.0.16.
PR: 37193
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> |
29 Mar 2002 12:35:51
1.0.15
|
sobomax  |
Update to 1.0.15.
PR: 36344
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> |
11 Mar 2002 19:04:17

|
sobomax  |
Update to 1.0.13. |
26 Feb 2002 19:02:59 
|
sobomax  |
Update to 1.0.12. |
29 Jan 2002 09:52:43 
|
sobomax  |
Update to 1.0.10. |
20 Dec 2001 10:04:07 
|
sobomax  |
Update to 1.0.9. |
20 Dec 2001 06:19:02 
|
sobomax  |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 
|
sobomax  |
Don't filter libc_r on 5-CURRENT. |
06 Dec 2001 12:10:27 
|
sobomax  |
Ensure that xslt.h includes all headers necessary. This should fix
p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION. |
06 Dec 2001 08:44:07 
|
sobomax  |
Update to 1.0.8. |
03 Dec 2001 11:21:46 
|
nik  |
Add a new patch which fixes a problem where xsltproc will, in some cases, not
produce any output (!). This is a major problem when building the XSL/XML
parts of the web site. 1.0.8 (when it's imported) has the same problem, the
fix for which is at |
13 Nov 2001 11:09:00 
|
sobomax  |
Update to 1.0.7. |
31 Oct 2001 08:20:45 
|
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
16 Oct 2001 15:33:19 
|
sobomax  |
Update to 1.0.5. |
19 Sep 2001 12:21:59 
|
sobomax  |
Update to 1.0.4. |
27 Aug 2001 12:33:03 
|
sobomax  |
Update to 1.0.3. |
31 Jul 2001 17:21:22 
|
sobomax  |
Documentation goes into ${PREFIX}/share/doc, not into ${PREFIX}/doc. |
30 Jul 2001 15:38:13 
|
sobomax  |
Update to 1.0.1. |
11 Jul 2001 09:43:32 
|
sobomax  |
Update to 1.0.0. |
18 Jun 2001 20:58:43 
|
ade  |
Update to 0.11.0 |
21 May 2001 21:59:07 
|
ade  |
Update to 0.10.0 |
11 May 2001 18:36:50 
|
ade  |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
07 May 2001 20:44:27 
|
ade  |
Update to 0.9.0 |
24 Apr 2001 01:04:46 
|
ade  |
Update to 0.8.0 |
23 Apr 2001 16:35:52 
|
ade  |
Update to 0.7.0 |
02 Apr 2001 20:15:22 
|
ade  |
Update to 0.5.0 |
12 Mar 2001 16:45:42 
|
ade  |
Update libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other) |
09 Feb 2001 23:19:44 
|
ade  |
Add libxslt, an XSL Transformations (XSLT) library being developed for the
GNOME project. |