<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/perl, branch release/4.1.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-09-25T21:57:54Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-09-25T21:57:54Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-09-25T21:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2641b0c407077fa8c3032d87d15ac6a103b0ed1b'/>
<id>urn:sha1:2641b0c407077fa8c3032d87d15ac6a103b0ed1b</id>
<content type='text'>
'RELENG_4_1_1_RELEASE'.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-09-16T18:06:30Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-09-16T18:06:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9805d928bd3b827a2b47a56617849433e531ebf'/>
<id>urn:sha1:e9805d928bd3b827a2b47a56617849433e531ebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-07-04T02:06:01Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-04T02:06:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=394b56b7caf058086a45e15345fcae0f3b972ec0'/>
<id>urn:sha1:394b56b7caf058086a45e15345fcae0f3b972ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-06-26T08:06:25Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-06-26T08:06:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0c4b1ba8742485cd62ea25563b54515241584b5'/>
<id>urn:sha1:d0c4b1ba8742485cd62ea25563b54515241584b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: remove libxpg4</title>
<updated>2000-06-04T23:19:48Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2000-06-04T23:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5720e2761b7a36dee5c091a4f9d3620c387cd984'/>
<id>urn:sha1:5720e2761b7a36dee5c091a4f9d3620c387cd984</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Considerable upgrade to the way perl links to shared objects. This</title>
<updated>2000-03-08T15:45:14Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-03-08T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e986c01b3f2e51ca05716ac43c01b112b6ac3af4'/>
<id>urn:sha1:e986c01b3f2e51ca05716ac43c01b112b6ac3af4</id>
<content type='text'>
fixes the way that third-party apps like apache link in perl .so's
(and previously did not get libperl linked in.)

NOTE - you neeed to recompile all your perl stuff - all the p5-*
por4ts with C code, and things like mod_perl.
</content>
</entry>
<entry>
<title>Fix for (amongst other things) the cross-compile case where a too-old</title>
<updated>2000-01-29T14:18:02Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-01-29T14:18:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdca82d4e3d65f19b85c4462ec6ecc013875de7d'/>
<id>urn:sha1:bdca82d4e3d65f19b85c4462ec6ecc013875de7d</id>
<content type='text'>
version of libperl was being found.

Tested on:	beast
</content>
</entry>
<entry>
<title>Revert the libcrypt/libmd stuff back to how it was.  This should not have</title>
<updated>1999-12-18T13:55:17Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-18T13:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e2578e4c48ce888afcffef16c6e24f46aa0011b'/>
<id>urn:sha1:6e2578e4c48ce888afcffef16c6e24f46aa0011b</id>
<content type='text'>
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design).  libcrypt has
been adjusted to not need the runtime -lmd.  It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
</content>
</entry>
<entry>
<title>Add libmd to LDFLAGS. libmd is needed by libcrypt.</title>
<updated>1999-12-16T12:12:28Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-12-16T12:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d917cb952c16b2877526f10de908e8538b20669a'/>
<id>urn:sha1:d917cb952c16b2877526f10de908e8538b20669a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the perl build a little less chatty.</title>
<updated>1999-12-16T11:21:08Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-16T11:21:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=edad13b0a12c40e65cc2b4d2b5d063391a0bbe87'/>
<id>urn:sha1:edad13b0a12c40e65cc2b4d2b5d063391a0bbe87</id>
<content type='text'>
Reviewed by:	markm
</content>
</entry>
</feed>
