<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/perl, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-05-16T09:57:11Z</updated>
<entry>
<title>Remove the perl build. Farewell, old friend.</title>
<updated>2002-05-16T09:57:11Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-05-16T09:57:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f72674c5403101ace9faf0ba70fe9442d6ea96c3'/>
<id>urn:sha1:f72674c5403101ace9faf0ba70fe9442d6ea96c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Milestone #1 in cross-arch make releases.</title>
<updated>2002-04-26T17:55:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-26T17:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bde859f40f5bcb38ea48b207faf7c31e461a0f5'/>
<id>urn:sha1:6bde859f40f5bcb38ea48b207faf7c31e461a0f5</id>
<content type='text'>
Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.

Eliminate the need in the second installworld.  For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.

Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1.  Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).

Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).

In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.

Moved the creation of the "crypto" dist from release.5 to
release.2.

In release.3 and doMFSKERN, build kernels in the "world"
environment.  KERNELS now means "additional" kernels, GENERIC is
always built.

Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.

Inline createBOOTMFS target.

Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules.  GC doMODULES as such.

Assorted fixes:

Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".

Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.

gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.

release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists.  Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories.  This will be fixed
soon.

Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage.  Most of the userland makefiles did not test it for "YES"
anyway.

XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists?  (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)

Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.

Fast build machine provided by: Igor Kucherenko &lt;kivvy@sunbay.com&gt;
</content>
</entry>
<entry>
<title>Remove my MAINTAINER= from here, as it is in src/MAINTAINER</title>
<updated>2002-04-21T08:03:25Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-21T08:03:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9cc3cb3f28b35777408b7383fd087f0241620598'/>
<id>urn:sha1:9cc3cb3f28b35777408b7383fd087f0241620598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up some of the configs; s/gcc/cc/ to make the choice of C compiler</title>
<updated>2002-04-21T08:01:31Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-21T08:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=116852511f94516fcb7312dbfa8e4f3c888ab345'/>
<id>urn:sha1:116852511f94516fcb7312dbfa8e4f3c888ab345</id>
<content type='text'>
more generic. Fix paths for things like scripts (fix perldoc). Tweak
externally passed macros.
</content>
</entry>
<entry>
<title>FreeBSD 4.x bootstrapping aid (no eaccess(2) syscall).</title>
<updated>2002-03-18T10:10:55Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-03-18T10:10:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=569d6fdcd577d8b6260f8bad5704aaafd405638f'/>
<id>urn:sha1:569d6fdcd577d8b6260f8bad5704aaafd405638f</id>
<content type='text'>
Reviewed by:	markm
</content>
</entry>
<entry>
<title>Update for Perl 5.6.1.</title>
<updated>2002-03-16T21:36:08Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-03-16T21:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee37ad2298565248ad9e848dd849f19f9e8ce5e1'/>
<id>urn:sha1:ee37ad2298565248ad9e848dd849f19f9e8ce5e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrong spelling of PIC.</title>
<updated>2002-03-11T02:50:03Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-11T02:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d72dddf57af1b615e9cdc097627406429967b63'/>
<id>urn:sha1:0d72dddf57af1b615e9cdc097627406429967b63</id>
<content type='text'>
Submitted by:	jake
</content>
</entry>
<entry>
<title>Nice set of fixes to use SCRIPT instead of PROG, thus fixing up</title>
<updated>2002-02-10T19:48:19Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-10T19:48:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=535cc97895309bd73b24c9fac85c42ab16c9687c'/>
<id>urn:sha1:535cc97895309bd73b24c9fac85c42ab16c9687c</id>
<content type='text'>
a lot of nasty STRIP= problems. This has the added side effect
if neatening up some leaf makefiles very nicely.

Submitted by:	ru
</content>
</entry>
<entry>
<title>Update this to 5.006.</title>
<updated>2002-02-10T12:37:52Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-02-10T12:37:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e68669d2aef99e6d2804475d16016f7f79ed5416'/>
<id>urn:sha1:e68669d2aef99e6d2804475d16016f7f79ed5416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FreeBSD 4.1 bootstrapping aid (setproctitle(3) is in -lutil).</title>
<updated>2002-02-08T13:09:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-02-08T13:09:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fac6ec1f62409c76b2b14d0dc19071ec5851114f'/>
<id>urn:sha1:fac6ec1f62409c76b2b14d0dc19071ec5851114f</id>
<content type='text'>
This backs out (sort of) delta 1.18 to perl/miniperl/Makefile.
Update to the ld(1) comment by peter in this revision:

ld(1) built as part of the cross-tools stage of buildworld has
been fixed to look for dynamic dependencies in the right place,
${WORLDTMP}/usr/lib, effective binutils/ld/Makefile,v 1.20.

Approved by:	markm
</content>
</entry>
</feed>
