<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/libxml, branch release/6.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2006-02-23T10:40:44Z</updated>
<entry>
<title>Conversion to a single libtool environment.</title>
<updated>2006-02-23T10:40:44Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2006-02-23T10:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8503536d3896846d823f7f76be54e0a99da8d8b6'/>
<id>urn:sha1:8503536d3896846d823f7f76be54e0a99da8d8b6</id>
<content type='text'>
Approved by:	portmgr (kris)
</content>
</entry>
<entry>
<title>- Add SHA256 checksums</title>
<updated>2005-11-23T22:41:05Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2005-11-23T22:41:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e05544d7ba0494b0f16b2fe3e5ef6dbc90cc933e'/>
<id>urn:sha1:e05544d7ba0494b0f16b2fe3e5ef6dbc90cc933e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present</title>
<updated>2005-11-15T06:52:12Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2005-11-15T06:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=54a0b86543e9ffa811825f0afecea56e89aac2a5'/>
<id>urn:sha1:54a0b86543e9ffa811825f0afecea56e89aac2a5</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Forgot to fix it here to.</title>
<updated>2005-09-29T22:01:51Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2005-09-29T22:01:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e52736c3741651a66794c48872bb3944ab4dbccd'/>
<id>urn:sha1:e52736c3741651a66794c48872bb3944ab4dbccd</id>
<content type='text'>
Approved by:	gnome (implicit)
</content>
</entry>
<entry>
<title>Spell XML correctly in COMMENT.</title>
<updated>2005-09-29T21:51:09Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2005-09-29T21:51:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9a35f32bf4e14db4ceebefa3322bbd0741e14ab0'/>
<id>urn:sha1:9a35f32bf4e14db4ceebefa3322bbd0741e14ab0</id>
<content type='text'>
Approved by:	gnome (pav)
</content>
</entry>
<entry>
<title>Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,</title>
<updated>2004-11-10T20:22:41Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-11-10T20:22:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=85a0e5f5b105eeef466174d71f000b6e83e60599'/>
<id>urn:sha1:85a0e5f5b105eeef466174d71f000b6e83e60599</id>
<content type='text'>
nanohttp.c, CAN-2004-0989]

Obtained from:	Debian Woody libxml source RPM
Reported by:	simon
</content>
</entry>
<entry>
<title>Apply a big libtool patch to allow porters to use the libtool installed by</title>
<updated>2004-07-09T17:43:11Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-07-09T17:43:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9e5632dd661f75b5801706e55659a4da501e49b5'/>
<id>urn:sha1:9e5632dd661f75b5801706e55659a4da501e49b5</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Add SIZE to GNOME ports</title>
<updated>2004-03-18T14:33:42Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2004-03-18T14:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db249059e441969d7822591be23da0c4c6d31ea2'/>
<id>urn:sha1:db249059e441969d7822591be23da0c4c6d31ea2</id>
<content type='text'>
Submitted by:	trevor
</content>
</entry>
<entry>
<title>Whoa there, boy, that's a mighty big commit y'all have there...</title>
<updated>2004-03-14T06:17:56Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2004-03-14T06:17:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3f651573ad3b90cf8e6539c52b4b34a1df543fa6'/>
<id>urn:sha1:3f651573ad3b90cf8e6539c52b4b34a1df543fa6</id>
<content type='text'>
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		-&gt;	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	-&gt;	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	-&gt;	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
</content>
</entry>
<entry>
<title>Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.</title>
<updated>2004-02-04T05:10:27Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-02-04T05:10:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=73f7c91b5db64227b0424a92b16a5281814d369e'/>
<id>urn:sha1:73f7c91b5db64227b0424a92b16a5281814d369e</id>
<content type='text'>
(Part 1)
</content>
</entry>
</feed>
