summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-06sparc64 does dynamic linking.mrg1-5/+1
2001-03-05Remove an empty line to make pkglint happy.wiz1-2/+1
2001-03-04Update package list for latest "libtool".tron1-13/+7
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-01Removed some of the FreeBSD heading.jtb1-7/+2
2001-03-01add patch-sumwiz1-0/+7
2001-03-01gcc installs a few extra files on sparc:hubertf1-1/+9
/usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbegin.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtbeginS.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtend.o /usr/pkg/gcc-2.95.2//lib/gcc-lib/sparc--netbsdelf/2.95.2/crtendS.o Make sure they find their way into PLIST
2001-03-01Add LIBGCC_SPEC definition taken fromjlam2-8/+14
gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h
2001-02-28Minimize differences between gcc/Makefile and pgcc/Makefile.jlam2-4/+4
2001-02-28Make comment for ONLY_FOR_PLATFORM a bit more generic and reorder thejlam1-4/+4
platforms so that NetBSD comes first (just because ;)
2001-02-28Make this pkg work on NetBSD/sparc.hubertf8-1091/+263
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2001-02-27Don't install the header files in $(oldincludedir) which defaults tojtb2-5/+14
/usr/include. They now get installed only in $(includedir). I have no idea why the package installs the same set of header's in two different locations anyway.
2001-02-27Use the tarballs that have the release version in their names.wiz2-9/+7
Takes care of pkg/12172.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf12-30/+30
XXX need to teach pkglint to be more picky about this
2001-02-24Updated to nhc-1.02. No changelog, but seejtb3-38/+60
http://www.cs.york.ac.uk/fp/nhc98/status.html for a summary of changes for this new release.
2001-02-24update to f2c-20001205.dmcmahill7-63/+123
while here, add more options to the f2c-f77 script: from Jason Beegan, -r8, promote REAL and COMPLEX to DOUBLE REAL and DOUBLE COMPLEX -s, to strip executible generalize the -Wall flag to accept -Wxxx and pass it to the c compiler -Wxxx for gcc warnings complete change log from the f2c maintainers since the last packaged version: ------------------------------------------ libf2c.zip: fix bug with the sequence backspace(n); endfile(n); rewind(n); read(n). Supply missing (long) casts in a couple of places where they matter when size(ftnint) == sizeof(int) < sizeof(long). Tue Jan 18 19:22:24 EST 2000 Arrange for parameter statements involving min(...) and max(...) functions of three or more arguments to work. Warn about text after "end" (rather than reporting a syntax error with a surprising line number). Accept preprocessor line numbers of the form "# 1234" (possibly with trailing blanks). Accept a comma after write(...) and before a list of things to write. Fri Jan 21 17:26:27 EST 2000 Minor updates to make compiling Win32 console binaries easier. A side effect is that the MSDOS restriction of only one Fortran file per invocation is lifted (and "f2c *.f") works. Tue Feb 1 18:38:32 EST 2000 f2c/src/tokdefs.h added (to help people on non-Unix systems -- the makefile has always had a rule for generating tokdefs.h). Fri Mar 10 18:48:17 EST 2000 libf77, libf2c.zip: z_log.c: the real part of the double complex log of numbers near, e.g., (+-1,eps) with |eps| small is now more accurate. For example if z = (1,1d-7), then "write(*,*) z" now writes "(5.E-15,1.E-07" rather than the previous "(4.88498131E-15,1.E-07)". Thu Apr 20 13:02:54 EDT 2000 libf77, libi77, libf2c.zip: s_cat.c, rsne.c, xwsne.c: fix type errors that only matter if sizeof(ftnint) != sizeof(ftnlen). Tue May 30 23:36:18 EDT 2000 expr.c: adjust subcheck() to use a temporary variable of type TYLONG rather than TYSHORT under -C -I2. Wed May 31 08:48:03 EDT 2000 Simplify yesterday's adjustment; today's change should be invisible. Tue Jul 4 22:52:21 EDT 2000 misc.c, function "addressable": fix fault with "f2c -I2 foo.f" when foo.f consists of the 4 lines subroutine foo(c) character*(*) c i = min(len(c),23) end Sundry files: tweaks for portability, e.g., for compilation by overly fastidious C++ compilers; "false" and "true" now treated as C keywords (so they get two underscores appended). libf77, libi77, libf2c.zip: "invisible" adjustments to permit compilation by C++ compilers; version numbers not changed. Thu Jul 6 23:46:07 EDT 2000 Various files: tweaks to banish more compiler warnings. lib?77, libf2c.zip/makefile.u: add "|| true" to ranlib invocations. Thanks to Nelson H. F. Beebe for messages leading to these changes (and to many of the ones two days ago). xsum.c: tweak include order. Fri Jul 7 18:01:25 EDT 2000 fc: accept -m xxx or -mxxx, pass them to the compiler as -mxxx (suggestion of Nelson Beebe). Note that fc simply appends to CFLAGS, so system-specific stuff can be supplied in the environment variable CFLAGS. With some shells, invocations of the form CFLAGS='system-specific stuff' fc ... are one way to do this. Thu Aug 17 21:38:36 EDT 2000 Fix obscure glitch: in "Error on line nnn of ...: Bad # line:...", get nnn right. Sat Sep 30 00:28:30 EDT 2000 libf77, libf2c.zip: dtime_.c, etime_.c: use floating-point divide; dtime_.d, erf_.c, erfc_.c, etime.c: for use with "f2c -R", compile with -DREAL=float. Tue Dec 5 22:55:56 EST 2000 lread.c: under namelist input, when reading a logical array, treat Tstuff= and Fstuff= as new assignments rather than as logical constants.
2001-02-24Distfiles are in a subdir.jtb1-2/+4
2001-02-24Fix PLISTjtb1-3/+2
2001-02-24Add cu-prologjtb1-1/+2
2001-02-24Adjust for NetBSDjtb7-35/+53
2001-02-24Initial import of cu-prolog:jtb10-0/+164
Experimental constraint logic programming language
2001-02-23Add tcl-itcljtb1-1/+2
2001-02-23Initial import of tcl-itcl. Package submitted by Mark Daviesjtb13-0/+717
<mark@MCS.VUW.AC.NZ> in PR pkg/12060. Some minor adjustments by me. [incr Tcl] provides the extra language support needed to build large Tcl/Tk applications. It introduces the notion of objects, which act as building blocks for an application. Each object is a bag of data with a set of procedures or "methods" that are used to manipulate it. Objects are organized into "classes" with identical characteristics, and classes can inherit functionality from one another. This object-oriented paradigm adds another level of organization on top of the basic variable/procedure elements, and the resulting code is easier to understand and maintain.
2001-02-21Make lang/gcc and lang/pgcc conflict under Solaris as both install directlyjlam2-2/+4
under ${LOCALBASE}. This doesn't affect NetBSD as, there, both install under ${LOCALBASE}/${PKGNAME}.
2001-02-21Fix PLIST generation.jtb1-2/+2
2001-02-20Add and enable pgccjlam1-1/+2
2001-02-20Pentium GNU Compiler Collection.jlam3-0/+104
Provided in pkg/11483 by Jared McNeill <jmcneill@invisible.yi.org> with several modifications by me to synchronize with lang/gcc.
2001-02-20Add swi-prologjtb1-1/+2
2001-02-20Initial import of swi-prolog:jtb7-0/+175
ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO standard for Prolog. Covers all traditional Edinburgh Prolog features and shares many features with Quintus and SICStus Prolog, including a compatible module system. Very fast compiler, garbage collection (also on atoms), fast and powerful C/C++ interface, autoloading, GNU-readline interface. SWI-Prolog supports architectures with 32-bit or greater (64-bit) word-length. Packages for process management, TCP/IP, XML/SGML, RDF, and the GUI toolkit XPCE, are also available.
2001-02-20Bump to 5.6.0nb4: Depend on perl-mk.wiz1-2/+3
2001-02-19The installation will replace full path symlinks with relative ones.jtb1-10/+9
No need to cd to ${PREFIX}/bin.
2001-02-19Generate PLIST to work on architectures other than ix86. Should fixjtb2-24/+26
Sparc bulk build problem.
2001-02-17Move the COMMENT from being in its own file to a definition in theagc146-146/+146
package Makefile.
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-74/+76
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Add libcim.so libcim.so.3jtb1-1/+3
2001-02-16Fix the configuration process to work with the current libtool. Backjtb3-1/+40
out previous change. Thanks to Nick Hudson for pointing out the stupidity of my last change.
2001-02-15Fix typo.skrll1-2/+2
2001-02-15libcim.so and libcim.so.3 don't get installed anymore (only libcim.so.3.0).jtb1-3/+1
Fixes i386 bulk build problem.
2001-02-15No need to mention that this is written in ANSI C. This is not unusualjtb1-1/+1
these days.
2001-02-09Fix typoagc1-2/+2
2001-02-09+ Create the symlinks relative to the cwd, so that we don't get erroneousagc2-5/+9
pathnames in there. + Treat libXm separately from the rest of the libs, since (a) it needs a separate "intermediate" symlink as well, even for ELF libs, and (b) it uses a completely different version number from the rest of the libs, for obvious reasons
2001-02-09On ELF systems, install symlinks to shared libs as well as the libsagc2-8/+31
themselves, in sync with the new PLIST style. Not tested on a.out i386 platform, as I don't have one to hand. Should address PR 12044, from Chris Jones.
2001-02-09Add jdk licence to the licenses/ directory, so that "make show-license"agc1-3/+4
in pkgsrc/lang/jdk DTRT Remove duplicate inclusion of bsd.prefs.mk in in jdk package Makefile
2001-02-08Add missing semicolon.jlam1-2/+2
Fixes PR#12153 by Olaf Seibert <rhialto@polderland.nl>.
2001-02-07Fix a few more paste-o's.fredb1-4/+6
2001-02-06Actually bump the version number to 0.99.4nb1, and un-hardwire thewiz1-3/+4
distfile in two places.
2001-02-06Update the package to 0.99.4nb1. All changes by John Refling.wiz9-53/+156
Closes pkg/10535. Changes are: o Bypassed the hard-to-reproduce build failure caused by getrusage() returning decreasing microsecond times. Did this by wrapping the getrusage() function so that it never returns a smaller value for microseconds than the previous time it was called, if called within the same second. Perhaps this should be done to getrusage() internally, until fixed the proper way. See PR bin/10201. --- refling. o Added a tutorial and a message about it. --- refling.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+1