Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-02 | size_t -> socklen_t | is | 2 | -1/+15 | |
2005-03-02 | Not all the world is a VAX. | is | 1 | -1/+2 | |
2005-03-02 | Not all world is a VAX. | is | 1 | -0/+32 | |
2005-03-02 | Be more careful when abusing libpthread internals. Should help SR on | is | 1 | -1/+2 | |
RISC machines. Version bump to 2.3.3nb1. | |||||
2005-03-02 | All the world is not a VAX! | is | 2 | -1/+15 | |
2005-03-02 | vfork() needs unistd.h | is | 5 | -1/+51 | |
2005-03-02 | Be more careful when abusing libpthread internals. Should help SR on | is | 1 | -16/+12 | |
RISC machines. Version bump to 2.3.3nb1. | |||||
2005-03-02 | Be more careful when abusing libpthread internals. Should help (at least) | is | 1 | -2/+2 | |
SR on RISC CPUs. | |||||
2005-03-02 | s/elseif/elif/ | grant | 1 | -3/+3 | |
fixes PR pkg/29562 from Robert Elz. | |||||
2005-03-01 | on IRIX 5.3 inttypes.h and sys/types.h are known to conflict. | schwarz | 1 | -1/+7 | |
2005-03-01 | Avoid mentioning the version number of the package | wiz | 1 | -1/+1 | |
in the DESCR. It was already incorrect. | |||||
2005-03-01 | Make this actually link for non-i386, as intended. | is | 1 | -14/+5 | |
Problem reported by Klaus J. Klein, Method suggested bei Nick Hudson. | |||||
2005-03-01 | Make this actually link for non-i386, as intended. | is | 1 | -2/+2 | |
Problem reported by Klaus J. Klein and Alistair G. Crooks, Method suggested bei Nick Hudson. | |||||
2005-03-01 | More cleanup of patches. | is | 2 | -5/+5 | |
2005-03-01 | clean up patches. | is | 1 | -13/+0 | |
2005-03-01 | Clean up patches. | is | 3 | -11/+9 | |
2005-02-27 | Bumpd the PKGREVISION for the following packages: | veego | 1 | -2/+2 | |
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION). | |||||
2005-02-27 | make this work on solaris (pick the correct config name) | dmcmahill | 1 | -5/+31 | |
2005-02-27 | Drop trailing whitespace. | wiz | 1 | -1/+1 | |
2005-02-26 | Preserve modification times of the documentation. | is | 1 | -3/+3 | |
2005-02-26 | Update to SR-2.3.3 distribution. | is | 3 | -9/+16 | |
2005-02-26 | Update to SR-2.3.3. | is | 15 | -558/+6 | |
2005-02-26 | Add a test target. | is | 3 | -5/+14 | |
2005-02-26 | Moved to the versioned distribution files. | is | 4 | -10/+10 | |
2005-02-26 | Enforce the values that PERL5_MODULE_TYPE can take. | jlam | 1 | -1/+6 | |
2005-02-25 | Examples for SR, a language for concurrent programming from the University | is | 4 | -0/+385 | |
of Arizona. | |||||
2005-02-25 | Depend on latest p5-Module-Build to get .packlist files. | wiz | 1 | -2/+2 | |
2005-02-25 | This is the SR, a language for concurrent programming from the | is | 25 | -0/+964 | |
University of Arizona, version 2.3.2. SR is described in "The SR Programming Language: Concurrency in Practice" by Gregory R. Andrews and Ronald A. Olsson (Benjamin/Cummings, 1993, ISBN 0-8053-0088-0). | |||||
2005-02-24 | * Teach devel/p5-Module-Build to write .packlists just like MakeMaker.pm | jlam | 3 | -50/+89 | |
does. This allows us to use dynamic PLISTs for Perl modules that are built using Module::Build. Bump the PKGREVISION of p5-Module-Build to 1. * Drop the use of PERL5_USES_MODULE_BUILD and introduce a new variable PERL5_MODULE_TYPE that is either "MakeMaker" or "Module::Build" that names the framework used to build/install the module. * Split out the variables set in perl5/buildlink3.mk that are also used by perl5/module.mk into a new file perl5/vars.mk. Move some PERL5_* variable definitions from pkgsrc/mk/bsd.pkg.use.mk into perl5/vars.mk. This just centralizes the common PERL5_* definitions into a single file location. * Convert the known packages that use Module::Build to set PERL5_MODULE_TYPE and PERL5_PACKLIST: devel/p5-Class-Container devel/p5-Exception-Class devel/p5-Log-Dispatch devel/p5-Array-Compare textproc/p5-Pod-Coverage www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession | |||||
2005-02-24 | Add RMD160 digests | agc | 142 | -142/+319 | |
2005-02-23 | Remove :Q that broke things, introduced in previous. | wiz | 1 | -2/+2 | |
2005-02-21 | Patch-aa written in a different way, for people who, like me, use gnu-make -j2 | adam | 2 | -4/+4 | |
to speed-up the build process on Dual-CPU Macs. :) | |||||
2005-02-21 | Use the extended PLIST_SRC support which now also reads: | veego | 1 | -7/+1 | |
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the same handling we now use in bsd.pkg.mk. | |||||
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 3 | -6/+6 | |
2005-02-21 | Add h2rb command wrapper for ruby18 package. | taca | 1 | -2/+3 | |
Bump PKGREVISION. | |||||
2005-02-21 | Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and | taca | 3 | -39/+63 | |
security/ruby-openssl. This fix PR pkg/29227 by Curt Sampson. And install h2rb command for DL extention module. Bump PKGREVISION. | |||||
2005-02-21 | Merge databases/ruby-dbm and security/ruby-digest to ruby16. | taca | 3 | -43/+33 | |
Bump PKGREVISION. | |||||
2005-02-21 | Move common configure related parameter from ruby16/Makefile and | taca | 1 | -1/+27 | |
ruby18/Makefile. | |||||
2005-02-21 | Add basic Module::Build support; set PERL5_USES_MODULE_BUILD | wiz | 1 | -2/+29 | |
for packages that want it. | |||||
2005-02-19 | Use header files for prototypes instead of just guessing. | wiz | 11 | -42/+176 | |
Fixes PR 29455. | |||||
2005-02-18 | ride last change.. bump PKGREVISION for the PLIST.common change | recht | 1 | -2/+2 | |
2005-02-18 | add dl.so to PLIST.common (conditionally) | recht | 1 | -1/+2 | |
addresses PR 29402 by salo | |||||
2005-02-16 | Update two more occurances of the old version number. | tron | 1 | -3/+3 | |
2005-02-16 | Update Python 2.3.x version number here, too. | tron | 1 | -2/+2 | |
2005-02-15 | update to 2.3.5 | drochner | 14 | -299/+83 | |
This is a bug-fix release. It contains the fix for http://www.python.org/security/PSF-2005-001/ which we added in 2.3.4nb7. | |||||
2005-02-09 | Fix version suffix of shared library, libruby.so for OpenBSD. | taca | 1 | -1/+4 | |
Fix PR pkg/29214 from Hiramatsu Yoshifumi. | |||||
2005-02-06 | - Fix for patch-ah on Darwin, problem spotted by Antoine Reilles in | adrianp | 2 | -43/+13 | |
private email. | |||||
2005-02-06 | Update tcl-otcl to 1.9. | minskim | 2 | -6/+5 | |
Changes: - Change the default versions in conf/configure.in.{tcl,tk,otcl,TclCL}. - Change configure support for Fedora's /usr/share/tcl8.3. | |||||
2005-02-05 | - Update of coq from 7.4 to 8.0pl2 | adrianp | 5 | -71/+484 | |
- Initial patches supplied by Antoine Reilles, thanks ! - Lots of changes/fixes/updates, see: CHANGES | |||||
2005-02-05 | Edit down patch-ah so it does not include an RCS Id. | wiz | 2 | -6/+4 | |