Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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".
|
|
Install documentation into share/doc instead of share/doc/html.
Add missing files to PLIST.
Bump PKGREVISION to 2.
|
|
bulk-builds.
Changes:
- fix a bug in GridResource.init() method.
policyType_ attribute should be instantiated before creating the policy_
object.
- fix a bug in GridSim.gridletSubmit(Gridlet, int).
By default, acknowledgement is false or not required.
- fix a bug in GridResource.processGridletSubmit().
If a Gridlet has finished previously, then a resource needs
to send it back to sender/user.
- renumbered the tags in GridSimTags.
Originally, there are two tags with the same integer value.
|
|
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} <path>", 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.
|
|
|
|
will finally fix all of the bulk build problems seen on -current and
2.0 branch machines (1.6 branch has never had problems).
|
|
problems noted in NetBSD-2.0 branch bulk builds.
|
|
binaries which link to them.
|
|
order to build on x86_64.
Noted by dmcmahill@.
|
|
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.
|
|
pkg/26146 by Jim Bernard.
|
|
|
|
when running a 64-bit kernel.
|
|
|
|
|
|
|
|
do not have /usr/bin/ssh.
|
|
portable to some operating systems (eg UnixWare or IRIX 5).
|
|
setting the SGE arch. Should fix x86_64 (amd64) as well as others that have
a different MACHINE and MACHINE_ARCH. Noted on the SGE developers list
by Nicolas Joly
|
|
|
|
The Grid Engine project is an open source community effort
to facilitate the adoption of distributed computing solutions.
Sponsored by Sun Microsystems and hosted by CollabNet, the
Grid Engine project provides enabling distributed resource
management software for wide ranging requirements from compute
farms to grid computing.
|
|
|
|
|
|
|
|
|
|
|
|
and linker since they lie outside the default of ${PREFIX}/include and
${PREFIX}/lib.
|
|
x86_64, and a few others.
|
|
with 8.4 will be updated to depend on x11/tk after Tk update.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
Install documentation
undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu
Add a MESSAGE giving some hint on what you might to use this
Consider this a drive-by-slight-cleanup-of-breakage
|
|
|
|
testing it.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
needed for py-Scientific to build
|
|
|
|
|
|
|
|
|
|
An extensive list of changes since the last release is available online
at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html
(It's difficult to destill the important changes from that file, which
is why I'm not pasting the entire collection in here.)
|
|
NetBSD-current, the way mpi-ch test for them and implements them
(using the #pragma weak directive) is currently broken.
Fixes PR pkg/23267 by Kouichirou Hiratsuka.
|
|
o avoid removing non-existent files, resulting in "rm: usage:" errors
|
|
(How could this actually ever have worked ???)
|
|
From Harry Waddell in PR 23281.
|
|
|
|
|
|
|
|
|