summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-07-29make the fcntl selftest recognize "netbsd3" so that the rightdrochner10-20/+20
structure padding is used not application relevant, so I abstain from bumping PKGREVISION
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz2-4/+4
2005-07-22Add and enable js.wiz1-1/+2
2005-07-22Added js-0.2.5.rillig4-0/+42
NGS JavaScript is a GPL free interpreter for the JavaScript language. The JavaScript language is an interpreted C-like language, developed by Netscape et al.
2005-07-22Fix a runtime dependency on gtar...jonb2-9/+12
2005-07-21Update to Sun Java 2 version 1.5.0_04.tv4-17/+17
Change list is long; summary: * regression fixes for SSL as well as some crypto/digest algorithms * 1.4<->1.5 RMI interoperability issue * plugin speed improvements
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz3-6/+6
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21patch-an was removed from distinfo during 2.4.1 update, remove file too.wiz1-28/+0
2005-07-21Sort.wiz2-61/+61
2005-07-21Added yap to SUBDIRS.rillig1-1/+2
2005-07-20Added YAP-4.4.4.rillig4-0/+232
YAP is a high-performance Prolog compiler developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.
2005-07-19Note that this is the old version of guile.gdt2-3/+4
2005-07-19Changes 8.4.11:adam8-89/+92
* Bug fixes
2005-07-19depends should be ../../<category>/<pkg>grant2-5/+5
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-5/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam8-24/+15
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-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-4/+1
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam5-11/+10
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-3/+5
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-13Add -lgen to IRIX's LDFLAGSjschauma1-1/+3
2005-07-13sort out 32- and 64bit flags for IRIXjschauma1-2/+6
2005-07-12Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-07-12Pass openssl location to configure script. From George Michaelsonwiz1-1/+3
in PR 30607.
2005-07-09Prevent include of nonexisting file when the requested python versionkristerw1-2/+4
is not available for the platform. Mark packages as "unavailable" instead of "broken" when they depend on a python version that is not available for the platform.
2005-07-09Prevent paths to the build directories from being included in thekristerw1-2/+4
package for BUILD_F77. Solves PR pkg/30628. Bump PKGREVISION.
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht6-23/+42
not being built. - fix suggested by Simon Kuhn in PR 29735 Add a patch from Antoine Reilles submitted in PR 30466 to fix the buid of some modules on OS X 10.4. Bump PKGREVISION
2005-07-03Add devel/gettext-lib as dependency to avoid problems with the locale module ↵recht3-4/+34
not being built. - fix suggested by Simon Kuhn in PR 29735 Add a patch from darwinports to workaround for deprecated ostat in sys/stat.h on OS X 10.4. bump PKGREVISION
2005-07-02Include float.h on Darwin to use DBL_MIN.minskim2-5/+8
2005-06-30Use "test -h", instead of "test", to test symlinks. This should haveminskim1-3/+3
been committed with the previous change. Noted by jlam@. Bump PKGREVISION.
2005-06-30Update HOMEPAGE.minskim1-2/+2
2005-06-30Make sure that the path to "test" in ${TOOLS_DIR} is not embedded inminskim1-3/+4
Config.pm. Bump PKGREVISION.
2005-06-30Fix the configure script to detect floor(3) correctly. This makes theminskim2-4/+4
package build on platforms where the "-lm" link option is not necessary.
2005-06-30Backport from Python-2.4 a configure condition that preventsminskim2-13/+25
_POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x.
2005-06-30Backport from Python-2.4 a configure condition that preventsminskim2-10/+22
_POSIX_C_SOURCE from being defined on Darwin-8.x. This makes the package build on Darwin-8.x.
2005-06-24Reorder two include files to make it compile on big endian NetBSDkristerw2-1/+13
machines.
2005-06-24Do not include malloc.h, which is not a standard header file. This makesminskim4-1/+40
the package build on Darwin.
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam47-1334/+420
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead.
2005-06-24Remove lang/libperl and modify packages that used libperl to dependjlam6-87/+1
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages due to the possible perl dependency changes after the removal of libperl: audio/ices-mp3 databases/postgresql73-plperl databases/postgresql74-plperl textproc/eperl www/ap-perl
2005-06-23Add fix for xmlrpc library security problem noted astaca3-3/+17
http://secunia.com/advisories/15767/. Bump PKGREVISION.
2005-06-23Add PRINT_PLIST_AWK patterns to exclude RUBY_DOCDIR andminskim1-1/+11
RUBY_EXAMPLESDIR in generating PLIST for ruby modules.
2005-06-23Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python.seb1-2/+2
2005-06-23Updates for lang/sbcl...jonb1-1/+2
Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.
2005-06-23Steel Bank Common Lisp (SBCL) is an Open Source complier and runtimejonb7-0/+217
system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.
2005-06-20Move some files that were mis-listed in PLIST into PLIST.opt. Thosejlam2-4/+4
files are only built and installed if "opt" is passed as a build target. This fixes installation on platforms on which the native-code compiler is not supported, e.g. NetBSD/amd64.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam7-21/+21
${PREFIX}.
2005-06-16Add missing RCS Id tag to patch-dc.hira4-4/+8
2005-06-16Create directories before installing files into them.jlam33-34/+90