summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv107-214/+107
2005-04-11Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changesjdolecek6-25/+82
available at: http://www.php.net/ChangeLog-5.php#5.0.4
2005-04-11patch tclConfig.sh and tkConfig.sh so that they do not contain referencesjschauma2-3/+15
to the build environment, which of course no longer exists once we install the file. Also make sure that variables are set using double quotes, so that variables inside are expanded. Ok jwise@.
2005-04-10Add PRINT_PLIST_AWK patterns for ruby modules.minskim1-1/+8
2005-04-08disable sqlite extension again - there is databases/php5-sqlite for thisjdolecek2-4/+4
purpose
2005-04-08Update HOMEPAGE.wiz1-2/+2
2005-04-08Changes 5.43.0:adam6-33/+34
* Fixed bug in ExpOutputProc that caused misbehavior during partial writes. * Noted that expect_background ignores timeouts. Added to documentation. * Patch for "mkpasswd -vo".
2005-04-06Add patch from Urban Boquist that should fix bulk build on 2.0/i386.wiz2-1/+15
2005-04-05Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,is3-3/+17
while it is signed without.
2005-04-05optimize libraries.is2-3/+4
2005-04-05optimize librariesis1-0/+14
2005-04-05Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.wiz1-2/+2
Suggested by martin.
2005-04-05mjl is behind the times: use tech-pkg as default maintainer, not packages.wiz1-2/+2
2005-04-05Sort.wiz1-3/+3
2005-04-05Sort.wiz1-37/+37
2005-04-05Use sdbm/bl3 instead of DEPENDS.wiz1-3/+2
2005-04-05Add to patches from the BSD# project to only use to isinf from the OSrecht9-21/+58
if it's available and not mono's implementation. Should fix the build on NetBSD.
2005-04-05Pull in various tcl.m4 patches from the lang/tcl package. In particulardmcmahill5-21/+8662
this makes the shared lib naming match what tcl uses with regards to dots or no dots. This includes fixes for older a.out netbsd systems and several other OS's as well.
2005-04-04update to mono-1.1.6recht7-69/+32
This is a micro-release and only contains some bug fixes: * Packaging Fixes: Mono 1.1.5 RPM packages were compiled with an option that would allow users to downgrade their kernel, but the feature had not been tested. One simple fix was to compile from source code, but we decided that redoing the packages was the major burden of a release, and we could include a few other fixes. * Apple G3 Support: The G3 was not previously supported, this version adds support for it. * KEvent on BSD: A crashing bug on BSD-based systems (OSX included) were fixed. * Cookies: A couple of small bugs were found on the Cookie handling with certain web sites, this has now been fixed. * AMD compilation: Makes sure that libraries are installed in lib, not lib64. * Compilation: Compilation on some older systems has been fixed. * SQL Server reset: The reset operation is not supported on all SQL servers.
2005-04-03Drop me as maintainer, haven't touched it for several years.mjl1-2/+2
2005-04-02Use DEPENDS, instead of including buildlink3.mk, to pull inminskim1-1/+6
dependency when NO_BUILD is set. Approved by taca@.
2005-04-01BUILDING_PERL5 is _always_ defined now, so test for a specific value.heinz1-2/+2
This fixes (at least) the build of mail/p5-razor-agents on NetBSD 1.6.2. Ok'ed by jlam.
2005-03-31Add missing ri ralated data files. Noted by Min Sik Kim <minskim>.taca2-270/+2523
Bump PKGREVISION.
2005-03-30Add buildlink3 file.wiz1-0/+18
2005-03-30Add RUBY_VER_DIR to PLIST_SUBST.taca1-1/+2
2005-03-29Use PKG_FAIL_REASON when the python version is not found, otherwisextraeme1-2/+2
will get an unassociated shell command building some packages.
2005-03-29Add "ruby" to CATEGORIES.minskim1-2/+2
2005-03-27commit patch missed in the previous commitrecht1-23/+25
2005-03-27update to mono-1.1.5recht15-288/+301
The latest development release -- which is recommended for all users by the mono project. Major highlights include Nullable Types and Fixed Size Buffer features in the compiler; Much more improved Windows.Forms implementations; Increased performance, reduced memory usage. See the detailed release notes here: http://www.go-mono.com/archive/1.1.5/
2005-03-26There are platforms that do not have malloc.h. Use stdlib.h instead.kristerw2-1/+15
2005-03-26New maintainer, new distfileadam2-6/+6
2005-03-25Update to JDK 1.5.1_02. No critical bugs; only security impact is thetv4-17/+18
addition of new CAs. For a full (and huge) bug list, see: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-03-25I volunteered to manage this.tv1-2/+2
2005-03-25No need to set USE_BUILDLINK3=yes; this is now the default.jmmv1-3/+1
2005-03-24Remove redundant inclusion of pth/buildlink3.mk. This exact same codejlam1-4/+1
already exists in pthread.buildlink3.mk.
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam1-15/+7
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-03-24Don't check USE_BUILDLINK3 any more.tv1-6/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz5-12/+5
useful.
2005-03-24USE_BUILDLINK3 is mandatory; don't check for it anymore.tv1-6/+1
2005-03-24Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:agc4-119/+9071
Version 1.35 Todd Showalter discovered that the number of free cells reported after GC was incorrect, which could also cause unnecessary allocations. Version 1.34 Long missing version. Lots of bugfixes have accumulated in my email, so I had to start using them. In this version, Keenan Pepper has submitted a bugfix for the string comparison library procedure, Wouter Boeke modified some code that was casting to the wrong type and crashed on some machines, "SheppardCo" submitted a replacement "modulo" code and Scott Fenton submitted lots of corrections that shut up some compiler warnings. Brian Maher submitted instructions on how to build on OS-X. I have to dig deeper into my mailbox and find earlier emails, too. Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-03-24Changes 3.08.3:adam18-92/+193
New features: - support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320) - ignore unknown warning options for forward and backward compatibility - runtime: export caml_compare_unordered (PR#3479) - camlp4: install argl.* files (PR#3439) - ocamldoc: add -man-section option - labltk: add the "solid" relief option (PR#3343) - compiler: ocamlc -i now prints variance annotations Bug fixes: - typing: fix unsoundness in type declaration variance inference. Type parameters which are constrained must now have an explicit variant annotation, otherwise they are invariant. This is not backward compatible, so this might break code which either uses subtyping or uses the relaxed value restriction (i.e. was not typable before 3.07) - typing: erroneous partial match warning for polymorphic variants (PR#3424) - runtime: handle the case of an empty command line (PR#3409, PR#3444) - stdlib: make Sys.executable_name an absolute path in native code (PR#3303) - runtime: fix memory leak in finalise.c - runtime: auto-trigger compaction even if gc is called manually (PR#3392) - stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406) - camlp4: correct parsing of the $ identifier (PR#3310, PR#3469) - windows (MS tools): use link /lib instead of lib (PR#3333) - windows (MS tools): change default install destination - autoconf: better checking of SSE2 instructions (PR#3329, PR#3330) - graphics: make close_graph close the X display as well as the window (PR#3312) - num: fix big_int_of_string (empty string) (PR#3483) - num: fix big bug on 64-bit architecture (PR#3299) - str: better documentation of string_match and string_partial_match (PR#3395) - unix: fix file descriptor leak in Unix.accept (PR#3423) - unix: miscellaneous clean-ups - unix: fix documentation of Unix.tm (PR#3341) - graphics: fix problem when allocating lots of images under Windows (PR#3433) - compiler: fix error message with -pack when .cmi is missing (PR#3028) - cygwin: fix problem with compilation of camlheader (PR#3485) - stdlib: Filename.basename doesn't return an empty string any more (PR#3451) - stdlib: better documentation of Open_excl flag (PR#3450) - ocamlcp: accept -thread option (PR#3511) - ocamldep: handle spaces in file names (PR#3370) - compiler: remove spurious warning in pattern-matching on variants (PR#3424) - windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)
2005-03-24Perl's Configure needs to be restricted from finding libraries thatjlam2-5/+9
we don't want it to find. The usual buildlink techniques don't work here since the Configure script uses a file existence test instead of a linker test to see if the library exists. For each operating system that we support in pkgsrc, there should be corresponding LIBSWANTED.${OPSYS} and SYSLIBPATH.${OPSYS} definitions in the Perl package Makefiles to ensure we only get what we ask for. In this particular case, add the appropriate definitions for OpenBSD so that we don't pick up random libraries that may also be installed on the system.
2005-03-23Forcibly set the locations for the version-specific directories.jlam2-10/+10
Before, we were possibly using the values gleaned from a pre-existing perl binary via perl5/vars.mk (pulled in by bsd.pkg.use.mk), which would lead to the new perl using the pre-existing perl's version-specific libraries. Bump the PKGREVISION of lang/perl5 to 11 and lang/perl58 to 4.
2005-03-23Add and enable ruby-doc-stdlib.minskim1-1/+2
2005-03-23Import ruby-doc-stdlib-0.9.13, which is the Ruby Standard Libraryminskim4-0/+39
Documentation collection, brought by the ruby-doc project.
2005-03-23Update HOMEPAGE and MASTER_SITES. Closes PR 29769 by Antoine Reilles.wiz1-3/+3
2005-03-20This package installs a libc.la file which is manually created; i.e., itjmmv2-5/+27
has no matching .so nor .a files (but the .la file lists them). This breaks automatic PLIST generation WRT .la files, so set LIBTOOLIZE_PLIST to NO and handle them all manually. While here, explicitly disable emacs support so that we can avoid some directory removals from the PLIST. No revision bump since the binary package couldn't be built before.
2005-03-19Make this compile on NetBSD 3.kleink2-4/+4
2005-03-18With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed.tv1-5/+1
2005-03-12sr-2.3.3nb4 --- Replace sr_ptrval() by code that:is3-2/+50
- works per the specification and - works on LP64 machines as well as ILP32 machines. Designed to work anywhere where sizeof(L) >= sizeof(P). Cannot use %p, as we want to feed back the patch to the SR people, who maintain SR also on some very old systems.