summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2003-04-19Use BSD_INSTALL_* rather than 'mkdir' and 'cp' to install the files, so thatjschauma3-2/+571
it's not a problem if root has a more stringent umask. Bump PKGREVISION.
2003-04-17test_gettext doesn't hang with threaded Python in -current anymorejdolecek1-2/+1
2003-04-17Remove comment about PR lib/20214 (libpthread assertion failure triggereddarcy1-2/+1
by py-bsddb3) since the PR has been closed. Two other issues remain.
2003-04-15Make the fcntl(F_WRLCK) selftest work on alpha etc here as well - not asdrochner4-2/+30
clean as in the Python-2.2 version because 2.1 doesn't have a "long long" for struct packing, but good enough because these fields are "0" anyway.
2003-04-14expands with an extra slash by default - incorrectmason1-2/+2
2003-04-14GNU texinfo >= 4.1 is required to build the info files shipped, fix wrongsalo5-16/+39
check for MAKEINFO version too. Addresses PR pkg/20930. Make it PKGREVISION resilent. G/C unused variables, delint.
2003-04-14only assume GNU toolchain on Linux and BSD and use try to use sanegrant1-7/+3
defaults for "unknown" platforms. drop unneeded parens, whitespace police. (the last update was broken, oops)
2003-04-14use the bootstrap target unless we know we are using gcc (either bygrant1-8/+23
platform or by name). use
2003-04-13drop unneeded parensgrant1-4/+4
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10use `gcc -dumpversion' instead of `gcc --version', so this worksgrant1-2/+2
with both gcc2 and gcc3. as suggested by Berndt Wulf on tech-pkg.
2003-04-10make ${PAX} usage consistent:grant5-19/+18
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-08Make this compile on -current -- undef "_POSIX_THREADS" so that itdrochner2-1/+14
doesn't confuse the thread library selection mechanism
2003-04-08modify a selftest which uses unportable struct packing so that itdrochner4-2/+30
succeeds on alpha
2003-04-05Add support for m68k, VAX, and MIPS based architectures.jtb11-70/+296
2003-04-05Forgot to add in last commit.jschauma1-0/+67
2003-04-05IRIX also uses LOWER_OPSYS as PY_PLATFORM.jschauma1-2/+2
2003-04-04Shorten COMMENTabs1-2/+2
2003-04-02- Use RPATH_FLAG instead of -Rjschauma3-34/+53
- use nodots for IRIX*, too
2003-03-31--enable-shared is fine for solaris too (modulo PR pkg/20697, which alsobouyer1-2/+5
exists on NetBSD and probably linux), and --disable-shared cause problems with some packages (e.g. ncurses).
2003-03-30Make this find all shlibs on Linux by passing the necessary -Wl,-rpathjschauma3-7/+18
flags.
2003-03-30Actually use HARCH which was set in PLIST_SUBST but never put in the PLIST file.jmc1-69/+69
Allows this to be installed on something other than x86
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv42-100/+84
2003-03-28Use correct version in DESCR.jschauma1-1/+1
2003-03-28Remove unnecessary empty lines.wiz1-1/+0
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz2-4/+2
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma2-8/+8
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-24Enable on SPARC and PowerPC based systems -- it works fine on those platforms.jtb2-4/+4
Move an @exec ${INSTALL_INFO} line in PLIST to satisfy pkglint.
2003-03-24Remove PKGREVISION for updating ruby (meta) package to 1.6.8.taca1-2/+1
This is bug fix release of ruby programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
2003-03-24Update ruby-base packages to 1.6.8. This is bug fix release of rubytaca1-13/+0
programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-gdbm, ruby-readline, ruby-tk and ruby package. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. * patch config.sub to proper RUBY_ARCH generation. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source.
2003-03-24Update ruby-base packages to 1.6.8. This is bug fix release of rubytaca9-73/+58
programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-digest and ruby-tcltklib. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source.
2003-03-24Update of icon to 9.4.1.jtb25-230/+199
Changes: * Support for NetBSD on PowerPC based systems. * An Icon source file can be made executable under Unix by prefixing it with a comment line #!/usr/bin/env icon and setting its execute permission bit. This uses a new icon command, which in another form allows a small Icon program to be embedded within a shell script. See the new man page for details. The traditional icont command remains available for less specialized purposes. * The performance of large sets and tables has been improved. * Some minor bugs have been fixed.
2003-03-23Update master site url for downloadsjmc1-2/+2
2003-03-22Add and enable coq.kristerw1-1/+2
2003-03-22By popular demand, move coq-7.4 from math to lang in order to be consistentkristerw7-0/+357
with prior art (e.g. lang/twelf). Coq is a Proof Assistant for a Logical Framework known as the Calculus of Inductive Constructions. It allows the interactive construction of formal proofs, and also the manipulation of functional programs consistently with their specifications.
2003-03-22Update to 3.2.2, from Juan RP in PR 20308.wiz2-6/+6
Also build shared libs on Linux, from Jeremy C. Reed in PR 20735. Changes since 3.2.1: On the following i386-based systems GCC 3.2.1 broke the C ABI wrt. functions returning structures: Cygwin, FreeBSD (GCC 3.2.1 as shipped with FreeBSD 5.0 does not have this problem), Interix, a.out-based Linux and NetBSD, OpenBSD, and Darwin. GCC 3.2.2 reverts this ABI change, and thus restores ABI-compatibility with previous releases (except GCC 3.2.1) on these platforms. Lots of other bug fixes, see http://gcc.gnu.org/gcc-3.2/changes.html.
2003-03-21Use smlnj's Makefile.common for platform support checks.wiz1-22/+2
2003-03-21Update to 110.42, from Christopher Richards in connection with PR 18678.wiz12-97/+191
Changes: A number of small, but important bug fixes.
2003-03-21Renamed sml-nj to smlnj.wiz10-761/+0
2003-03-21sml-nj renamed to smlnj.wiz2-5/+5
2003-03-21Reimport sml-nj as smlnj, which is the name commonly used by the community.wiz10-0/+764
Suggested by Christopher Richards in connection with PR 18678.
2003-03-19Update nhc98 to 1.16.kristerw4-207/+210
Changes since 1.14a include: * A large subset of the base package of hierarchical libraries is now included in the build. * The primitive FFI mechanism has been updated to match the latest official spec, and the full Foreign libraries are also included (in hierarchical form). * The library function List.sortBy now uses a stable O(n log n) mergesort. * Numerous other small fixes, including revisions to the Haskell'98 standard.
2003-03-18Replaced two outdated US ftp serversheinz1-3/+4
2003-03-17Suppress warning by not trying to chmod a symlink before the target hasjschauma1-2/+2
been paxed over.
2003-03-17Update sun-jdk14 and sun-jre14 to 1.4.1_02. Who knows what's new in this.jschauma6-18/+28
2003-03-16Make this work on Linux. All other ruby-packages seem to work just finejschauma6-15/+39
after this.
2003-03-16On Linux, this used to create libtcl8.3.4 - let's use nodots here, too,jschauma2-34/+38
so we don't need to change the PLIST.
2003-03-16Update of lang/nawk to version 20030314. Changes since 20021213:cjep2-5/+5
Mar 14, 2003: the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. this no longer compiles on windows: LC_MESSAGES isn't defined in vc6++. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk.
2003-03-15Distfile name has been standardised. Mentioned in PR 20715 by Mr. Reed.wiz2-7/+5
2003-03-15Update to 0.23. Changes since 0.21 are mostly bugfixes:jmmv5-17/+17
* The "MemoryStream" bug: This bug affected a lot of classes, and made them crashy, database code, XML parsing and a few others were crashing. Thanks to Gonzalo for fixing this bug. * System.Data: More bug fixes from Aleksey and Tim. * Reflection: Zoltan continues to provide fixes to our Reflection.Emit code to host IKVM. * Remoting: Lluis added support for activation using activation attributes. * PEToolkit: Jackson imported the PEAPI package from the Queensland University of Technology in Australia. This will replace the existing Mono.PEToolkit for our ILasm back-end. * Windows Forms: More fixes from Reggie and Alexandre. * System.Web.Mail: Per has been working on this namespace. He announces recently that all major parts of System.Web.Mail has now been implemented. * System.Web.Mobile: Gaurav continues to make progress here. * Misc: Ian MacLean contributed a /compile flag to monoresgen and assorted bug-fixes and improvements from the rest of the team. Patch provided in PR pkg/20677 by Marc Recht.