Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+4 | |
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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -17/+1 | |
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-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 4 | -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-05 | correct library dependency for xep after libtoolization. | dmcmahill | 2 | -7/+18 | |
2004-07-30 | Fix up some more bugs introduced by the libtoolization. Hopefully this | dmcmahill | 5 | -29/+92 | |
will finally fix all of the bulk build problems seen on -current and 2.0 branch machines (1.6 branch has never had problems). | |||||
2004-07-26 | fix a dependency in the tracer Makefile.aimk to hopefully fix compile | dmcmahill | 2 | -10/+30 | |
problems noted in NetBSD-2.0 branch bulk builds. | |||||
2004-07-26 | change the order in do-install: a bit to install libtool libraries before | dmcmahill | 1 | -18/+19 | |
binaries which link to them. | |||||
2004-07-19 | libtoolize and enable the building of shared libs. This is needed | dmcmahill | 12 | -17/+1295 | |
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. | |||||
2004-07-18 | add some patches to get this going on darwin. Patches provided in PR | dmcmahill | 6 | -2/+76 | |
pkg/26146 by Jim Bernard. | |||||
2004-05-31 | Depend on security/openssh instead of security/ssh for machines that | kristerw | 1 | -2/+2 | |
do not have /usr/bin/ssh. | |||||
2004-04-24 | Unused. | wiz | 1 | -27/+0 | |
2004-03-25 | Tell the buildlink3 framework to pass the pvm3/* directories to the compiler | jlam | 1 | -1/+6 | |
and linker since they lie outside the default of ${PREFIX}/include and ${PREFIX}/lib. | |||||
2004-03-12 | add config files for missing NetBSD MACHINE_ARCH's such as sh5e{b,l}, | dmcmahill | 16 | -17/+307 | |
x86_64, and a few others. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -10/+6 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-25 | bl3ify. add bl3 file. | dmcmahill | 2 | -2/+24 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 2 | -6/+6 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-20 | Quote tr arguments. From Jim Bernard in PR 20826. | wiz | 1 | -2/+2 | |
2002-11-09 | Update parallel/pvm3 to pvm-3.4.4 | is | 3 | -7/+9 | |
2002-11-09 | Update the NetBSD architecture list. | is | 2 | -1/+60 | |
2002-11-09 | regen | wiz | 1 | -2/+2 | |
2002-11-09 | Add rcs id. | is | 1 | -0/+2 | |
2002-11-09 | repair column formatting of pvm console "conf" output | is | 2 | -1/+16 | |
2002-10-29 | if to elif | jlam | 1 | -2/+2 | |
2002-10-29 | There was apparently an inadvertant "dj" in vi command mode that killed | jlam | 1 | -2/+4 | |
two lines, and broke alpha and arm detection on Linux as a result. | |||||
2002-10-12 | add RCS ID | dmcmahill | 1 | -0/+3 | |
2002-10-02 | Add buildlink2.mk file for use by other package Makefiles (in particular, | jlam | 1 | -0/+27 | |
math/scilab/Makefile already uses it. Thanks wiz!). | |||||
2002-09-30 | Use buildlink2, and provide a makefile fragment arch.mk to set PVM_ARCH to | jlam | 3 | -99/+136 | |
the correct value. arch.mk can be used by other Makefiles or by buildlink2.mk files to find the PVM libraries and binaries. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-08-08 | avoid installing a .orig file. Fixes a leftover file found in last bulk build | dmcmahill | 1 | -1/+5 | |
2002-08-05 | teach pvm about arm, armeb, and hppa. Should fix recently noted shark | dmcmahill | 8 | -1/+140 | |
build problems. | |||||
2002-02-07 | Explicitly set PVM_ROOT to fix installation stage. This is due to the change in | seb | 1 | -1/+2 | |
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make. May be it is not needed anymore in MAKE_ENV? | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-05-24 | forgot to cvs add these first. | dmcmahill | 3 | -0/+117 | |
2001-05-24 | - add -DCTIMEISTIMET to all the NetBSD arch definition files. This just | dmcmahill | 14 | -41/+44 | |
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH). | |||||
2001-05-24 | Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensures | dmcmahill | 2 | -1/+24 | |
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -18/+16 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-13 | Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so | is | 1 | -2/+2 | |
that installation of the right version can be verified. | |||||
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+8 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-10-21 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-10-10 | define SSH and pass down to the build environment to make sure the right | dmcmahill | 14 | -39/+43 | |
ssh (/usr/bin/ssh or pkgsrc ssh) is found. | |||||
2000-10-10 | Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in | dmcmahill | 1 | -1/+3 | |
the system. | |||||
2000-09-25 | Allow ssh6 and openssh in addition to ssh. | is | 1 | -2/+2 | |
2000-09-05 | add a leftover, PVM.1 | wiz | 2 | -3/+6 | |
2000-09-03 | use actual ${PREFIX} instead of /usr/pkg | wiz | 2 | -5/+11 | |
2000-08-31 | remove out of date patch. | dmcmahill | 1 | -15/+0 | |