summaryrefslogtreecommitdiff
path: root/parallel
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig2-5/+5
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig1-3/+3
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
No pkgrevision bumps needed.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam2-5/+4
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-12Prevent paths to the build directories from being included in the package.kristerw1-1/+7
Bump PKGREVISION.
2005-07-08Regenerate patch to make the Darwin patch(1) handle it.kristerw2-6/+7
2005-06-17Add missing RCS Id tag to patch-ah.hira2-2/+4
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-06-11Move inclusion of tk83/bl3.mk above inclusion of bsd.pkg.mk.wiz1-3/+2
Probably fixes bulk build problem.
2005-06-02Update clusterit to 2.3.1. Fixes a crash bug while reading the clusterfile.garbled3-9/+9
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam5-10/+8
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-29Make build, install and deinstall on NetBSD-2.0/i386.wiz58-343/+976
2005-05-29Remove support for automatic interactive fetching -- the master sitewiz2-49/+3
is broken anyway. Remove makedepend tarball and corresponding master site, it does not exist any longer. Remove FLAGS=-m486, newer gcc does not like it. Replace USE_PERL5 with USE_TOOLS+=perl.
2005-05-29Sort.wiz1-68/+68
2005-05-24Update ClusterIt to 2.3.garbled2-6/+8
Fixes hang bug with ssh under linux, adds a number of speed improvements, now uses autoconf to build rather than handwritten makefiles. Greatly enhanced stability.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam2-4/+4
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+3
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02Apply patch from Mark Davies to make this build after stafs -> statvfsjschauma2-4/+16
(ie NetBSD-3 and -current).
2005-04-28Avoid using != to define some variables .. just use :sh instead to deferjlam1-5/+7
evaluation until the make targets are invoked. This avoids needing ${ECHO} and ${TR} in the top-level make.
2005-04-28Avoid using != to define _PVM_ARCH ... use :sh instead to defer thejlam1-2/+3
evaluation until we invoke the make targets. This avoids needing ${TR} in the top-level make.
2005-04-13merge some changes from the freebsd metrics code into the netbsd sourcejschauma3-23/+193
file. bump pkgrevision
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv6-12/+6
2005-04-05Default to build dependency, since this packagewiz1-1/+2
only installs static libraries.
2005-04-03Update to 3.0.1 and switch to .tar.bz2 distfile.jschauma3-14/+13
Changes (mostly bugfixes):: * srclib/libmetrics/freebsd/metrics.c (1.6): Many bug fixes and cleanups: - Make cpu_state act like get_netbw and get new values only if called more than 1/2 second from the last value update. This causing obviously weird results from the CPU metrics on sparc64 (where the counters seem to be very course) and bogus, but more subtlety broken results on other architectures. This has always been broken. - Implement cpu_intr_func (one line!) - Make the logic for handling bad returns from sysctl make sense. It should never be triggered in most cases, but at least this way it won't return bogus values when it happens. - Prefer sysctlbyname() to sysctl(). It's much easier to read. - Reduce the use of pointless temporary variables. - Comment/white space fixes, include more comments of metrics we are unlikely to actually implement and comments on other rather bogus metrics, mostly memory related ones. * lib/libgmond.c (1.17): Set the default time for tcp_accept_channels to be -1 (blocking io) * srclib/libmetrics/linux/metrics.c (1.5): Fixed a bug in pkts_in/out bytes_in/out on for some Linux 2.6.x kernels http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=21 * gmond/: g25_config.c (1.3), gmond.c (1.102): Patched two bugs in gmond. The first bug causes gmond to occasionally stop reporting occasionally when there is a network failure. The second bug in gmond relates to the host mask being set to 24 instead of 32 when converting old gmond.conf configuration files. * srclib/libmetrics/freebsd/metrics.c (1.5): Fix a number of bugs of varying severity: - makenetvfslist had some nasty uninitilized variable bugs under FreeBSD 4.x, fix those. - general reorganization and logic clarity improvements in makenetvfslist. - Make machine_type_func, os_name_func, and os_release_func and correct their error handling code to actually do something useful (not that it should ever be triggered). * srclib/libmetrics/freebsd/metrics.c (1.4): - Fix a memory leak in find_disk_space() as reported by Glen Beane. - Overhaul makenetvfslist() a bit to fix a leak in low memory situations, reduce duplicated code, and streamline error handling. - Fix a few compiler warnings.
2005-03-07Make this work on IRIX.jschauma2-6/+11
Other non-NetBSD OS probably want to check this, too, since so far we've always built with --with-arch=netbsd...
2005-03-03Sort.wiz2-201/+201
2005-03-03update mpich to 1.2.6, with most work provided by Phil Nelson in PR pkg/27273garbled18-525/+327
with some minor PLIST and etc fixes by me.
2005-02-24Add RMD160 digestsagc10-10/+22
2005-02-10Upgradde ganglia-monitor-core to version 3.0.0, which was releasedjschauma12-148/+694
one day after the initial import of this package.
2005-02-07add/enable ganglia-monitor-corejschauma1-1/+2
2005-02-07Initial import of ganglia-monitor-core into pkgsrc:jschauma15-0/+1354
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It relies on a multicast-based listen/announce protocol to monitor state within clusters and uses a tree of point-to-point connections amongst representative cluster nodes to federate clusters and aggregate their state. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency. The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on over 500 clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes. http://ganglia.sourceforge.net
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam2-5/+5
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-14Add build dependency on pkgconfig.minskim1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-11-12Changes 3.4.5:adam10-115/+56
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.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv6-7/+12
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-22/+2
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".
2004-09-10Fix installation with gcc3.wiz4-19/+40
Install documentation into share/doc instead of share/doc/html. Add missing files to PLIST. Bump PKGREVISION to 2.
2004-09-07Update GridSim to 3.0.2 to fix installation problems seen in latestjschauma3-361/+275
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.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam4-12/+12
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.
2004-08-05correct library dependency for xep after libtoolization.dmcmahill2-7/+18