summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Install ${PREFIX}/java/bin/java in jre rather than jdk. Now JAVA_HOME canabs4-6/+13
be set to ${PREFIX}/java and runtime jre and buildtime jdk both work
2001-09-14Search for <machine/ieeefp.h> instead of <ieeefp.h>. This fixes thejlam2-8/+18
problem reported in pkg/13663 by John Klos <john@sixgirls.org> where on older (pre-current) NetBSD/vax, <ieeefp.h> exists but <machine/ieeefp.h> doesn't, which was broken since <ieeefp.h> included <machine/ieeefp.h>.
2001-09-13Add and enable parrot-0.0.1agc1-1/+2
2001-09-13Initial import of parrot-0.0.1, a pre-pubescent byte code interpreteragc4-0/+57
which may form part of Perl or Python's future, into the NetBSD packages collection. Provided in PR 13933 by Chris Pinnock <cjep@interoute.net.uk>, tarted up somewhat by me. PARROT: A bytecode language possible to be used in the future by Perl 6 and a Python. The idea was originally an April fool's joke... "What we're releasing today is a very, very early alpha of the Parrot interpreter. At the moment, we have support for some simple operations on integer, floating point and string registers, and the ability to read in and execute bytecode. We also have an assembler which can generate bytecode output from Parrot assembly."
2001-09-12Update perl to 5.6.1nb3. User-visible changes from the previous versionjlam3-21/+22
include: - Re-adding ${LOCALBASE}/include and ${LOCALBASE}/lib to the local compiler search paths, Other changes include: - Migrating the setting to not install man3 pages from patch-ab into the package Makefile so that they aren't installed across all pkgsrc platforms. - Better document SYSLIBPATH.${OPSYS}.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc7-14/+14
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz3-15/+12
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-06Note conflict with perl-base-*, pointed out by David Brownleejlam1-2/+2
<abs@formula1.com>.
2001-09-05Update DrScheme to 103p1. Changes include performance enhancements, minorgroo2-51/+48
tweeks, and a new autoconf build system. The package now conflicts with any installed version of mzscheme as it builds with, and installs its own.
2001-09-05Nuke lang/perl5-base as it's been reabsorbed into lang/perl5.jlam11-352/+1
2001-09-05Update perl to 5.6.1nb2. Changes from perl-5.6.1nb1 include undoing thejlam9-14/+319
perl mess I created a year ago and making this a vanilla perl installation again, and explicitly setting the system library path so that /usr/local/* doesn't appear anywhere. The installed perl library now also includes CGI.pm-2.752. The www/p5-CGI package installs in to ${PERL5_SITEARCH} so there is no conflict with the "standard" CGI.pm.
2001-09-05Update DrScheme to 103p1. Changes include performance enhancements, minorgroo28-1045/+1793
tweeks, and a new autoconf build system. The package now conflicts with any installed version of mzscheme as it builds with, and installs its own.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24Oops, correct file location.mjl2-5/+5
2001-08-24regenmjl1-1/+2
2001-08-24Make this compile on ppc.mjl1-0/+13
2001-08-23Update squeak VM to 3.0 final, and image to 3.0-3552. A concise andfredb4-14/+98
comprehensible ChangeLog is unfortunately not available. Update submitted by Greg A. Woods, in PR pkg/13775.
2001-08-14Update comment from 1.3.0 to 1.3.1abs1-2/+2
2001-08-11Update gb to 0.0.20.rh3-11/+8
Notable changes are: * Massive grammer / lexer / internals fixage * Form work * Form [MaxButton, MinButton, ShowInTaskbar, BorderStyle, LinkTopic, StartupPosition] * Menu fixage * sub-properties * handle control box * Add shapes support * FormItem work * visibility work * [DragMode] * Textbox [MultiLine] * Textbox [MaxLength, PasswordChar] * Misc. * File handling updates * Print statement * Leak fixes
2001-08-09Add and enable python21wiz1-1/+2
2001-08-07first cut on a python-2.1 package for development and transition support,drochner4-0/+1775
doesn't conflict with an installed 2.0.x
2001-07-29Use the library naming scheme under Solaris as under NetBSD. While it'stron3-14/+255
not really necessary to strip dots from library names under Solaris it makes the packages more compatible which should ease maintenance.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam2-2/+4
installation directory in case the package isn't installed.
2001-07-25Create a wrapper for f2c-f77 that substitutes for -I and -L references tojlam1-1/+23
${LOCALBASE} directories. Also set PKG_FC to the buildlink'ed f2c-f77 wrapper script.
2001-07-25Force no optimization (-O0) on NetBSD-1.5.x/m68k machines as there appearsjlam4-28/+62
to be an optimization bug that causes the build to fail (pkg/13395). The problem appeared in the original PR on an Amiga running NetBSD 1.5.1 and also on a mac68k running NetBSD 1.5.1. This workaround was tested on the mac68k system (kindly provided by Jon Lindgren).
2001-07-24Update to 0.57. The changes from the previous pkgsrc version arejtb4-27/+141
mostly bug fixes. (See release notes for details).
2001-07-23In buildlinked *Config.sh files, substitute ${BUILDLINK_DIR} forjlam1-3/+4
${LOCALBASE} in *_PREFIX definition.
2001-07-23Make build not reference directories in ${LOCALBASE}. Reorder some linesjlam1-6/+11
for clarity.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam2-7/+7
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+41
2001-07-18Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-07-16Tweak master sites to use right config (no effective change to file)abs1-2/+2
2001-07-15Add dependency on suse_compat for non-Linux platforms. I found thisjlam1-1/+2
necessary to use the JRE within konqueror to load the Yahoo! bridge client.
2001-07-15Updated camlp4 to version 3.01.6: Bugfix releasewulf1-4/+4
2001-07-15Updated ocaml to version 3.01: Bugfix releasewulf1-3/+3
2001-07-15Updated to 0.4.2.minoura5-120/+107
2001-07-15Remove some blank space.jtb1-2/+1
2001-07-15Update to version 1.06.jtb4-77/+42
Changes include: * Updated the Prelude/Libraries to match the newly revised Haskell'98 Report. * Default build target is now basic + tracer (was just basic). * Building with gcc now builds everything with gcc, including profiling and tracing. This is much faster. * Bugfixes.
2001-07-15Update to version 4.0.9. Changes are mostly bugfixes.jtb4-14/+15
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-4/+4
on Solaris' xargs.
2001-07-14Make a statically-linked perl binary on shared-library-enabled platforms,jlam2-36/+22
but do it correctly. The way this was done before, by simply statically linking all the objects into a perl binary without recompiling the objects without -fPIC, was wrong as pointed out in private email by Todd Vierling. We now simply reconfigure perl to link statically, and use the perl build process to generate a statically-linked perl.
2001-07-13Updated ocaml to 3.01: Bugfix releasewulf3-5/+45
2001-07-13Updated camlp4 to 3.01.6: Bugfix releasewulf4-45/+52
2001-07-10Update to 1.95.4. Too many changes to list here (about a year ofmjl5-223/+198
development)
2001-07-10Gnu smalltalk 1.95.4mjl1-21/+4
2001-07-09Perl5 needs a "nb1" version bump to make sure everything which depends ontv1-2/+2
it is updated not to have the perl-mk dependency. This braindead nature of pkgsrc to register all dependencies recursively into binary pkgs *will* be fixed.
2001-07-09* Make perl stop installing anything in the man3 directory. It's startingtv6-11/+37
to install things like "open.3" and "lib.3" which confuse users. Perl ships with a documentation tool, "perldoc", for this purpose; create a MESSAGE indicating that it should be used instead. (Perl still installs command line program manual pages in man1.) * Integrate bsd.perl.mk into the perl5-base build where it should have been from the beginning. The separate perl-mk pkg makes binary packages of perl-mk completely useless[*]. Older perl builders will not break, since <bsd.pkg.mk> contains fallback definitions that are evaluated at pkg build time. ===== [*] bsd.perl.mk is tightly bound to the version of perl that is installed. The version name "perl-mk-1.1" is completely useless as a binary pkg, since keeping multiple binary versions of perl on a FTP server means that one of the perl-mk's will get clobbered. However, putting the current pkgsrc PERL5_DIST_VERS in the perl-mk pkg is also a problem, because that doesn't necessarily reflect the installed version of perl. Snarfing the installed version at perl-mk build time would be even uglier, since you could not then walk the tree without perl being installed. The cleanest solution is to integrate bsd.perl.mk into the perl5-base pkg, and let those who have not upgraded perl yet use the runtime definitions in <bsd.pkg.mk>.
2001-07-06Add ipatch to PLIST (from i386 bulk build leftovers).jtb2-2/+5
Disable for architectures without a properly working rswitch file. Currently only Alpha, i386, and SPARC have this.
2001-07-04-fstack-protector is enabled by default.kent2-7/+6
Build with `make bootstrap.'