<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/parallel/pvm3, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-12-03T15:14:50Z</updated>
<entry>
<title>Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.</title>
<updated>2004-12-03T15:14:50Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-12-03T15:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=998b0c7156c398a485c9894ae57403d161b66dca'/>
<id>urn:sha1:998b0c7156c398a485c9894ae57403d161b66dca</id>
<content type='text'>
Suggested by Roland Illig, ok'd by various.
</content>
</entry>
<entry>
<title>Changes 3.4.5:</title>
<updated>2004-11-12T10:45:45Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-12T10:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e7dfc0d013f6845c0b69db3a99016f3121042558'/>
<id>urn:sha1:e7dfc0d013f6845c0b69db3a99016f3121042558</id>
<content type='text'>
The latest PVM release 3.4.5 is mainly bug fixes and additional
support for varying Linux distributions and some better 64-bit
Linux/AMD support (like it doesn't seg fauly any more :-).
Added strerror() support instead of old crusty global vars.
New architectures were added for AIX5*.  Fixed hilarious bug
in pvmtmpnam(), caused crash after 10,000 spawns...  :-D
While there's a variety of little tweaks, there are no significant
changes or additions to the basic functionality.
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,</title>
<updated>2004-08-27T06:29:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-08-27T06:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=64c83961643743b2423afc56e568e2cb05963660'/>
<id>urn:sha1:64c83961643743b2423afc56e568e2cb05963660</id>
<content type='text'>
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} &lt;path&gt;", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
</content>
</entry>
<entry>
<title>correct library dependency for xep after libtoolization.</title>
<updated>2004-08-05T00:23:32Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2004-08-05T00:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=44b1eb4c939a855e2eda4ec805b1ffacdc83d58f'/>
<id>urn:sha1:44b1eb4c939a855e2eda4ec805b1ffacdc83d58f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up some more bugs introduced by the libtoolization.  Hopefully this</title>
<updated>2004-07-30T13:07:25Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2004-07-30T13:07:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3527874529f0d6361f014ae386ec55c307418f4d'/>
<id>urn:sha1:3527874529f0d6361f014ae386ec55c307418f4d</id>
<content type='text'>
will finally fix all of the bulk build problems seen on -current and
2.0 branch machines (1.6 branch has never had problems).
</content>
</entry>
<entry>
<title>fix a dependency in the tracer Makefile.aimk to hopefully fix compile</title>
<updated>2004-07-26T11:15:24Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2004-07-26T11:15:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e55dc5e2d0e85909d4903de5429dcb57d1afb42'/>
<id>urn:sha1:6e55dc5e2d0e85909d4903de5429dcb57d1afb42</id>
<content type='text'>
problems noted in NetBSD-2.0 branch bulk builds.
</content>
</entry>
<entry>
<title>change the order in do-install: a bit to install libtool libraries before</title>
<updated>2004-07-26T11:14:28Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2004-07-26T11:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c1ee37cd876ef10ee0de15cbfee12038410c911f'/>
<id>urn:sha1:c1ee37cd876ef10ee0de15cbfee12038410c911f</id>
<content type='text'>
binaries which link to them.
</content>
</entry>
<entry>
<title>libtoolize and enable the building of shared libs.  This is needed</title>
<updated>2004-07-19T22:41:16Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2004-07-19T22:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8648e6ce468dd80b6802314406f16f638f232cb8'/>
<id>urn:sha1:8648e6ce468dd80b6802314406f16f638f232cb8</id>
<content type='text'>
for packages such as p5-Parallel-Pvm on some archs since that package
creates a shared object.  Should fix lossage seen on amd64 bulk
builds.  Both packages which use pvm3 have been tested and still work.
</content>
</entry>
</feed>
