summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependancy on tk4.1, it works just fine with later versions.Paul Traina1997-07-071-6/+8
| | | | Notes: svn path=/head/; revision=7229
* Bring back tcl 7.5Paul Traina1997-07-071-1/+2
| | | | Notes: svn path=/head/; revision=7227
* I botched my previous update of the thread safe malloc, making itJohn Polstra1997-07-045-49/+51
| | | | | | | | | | | | | | not thread safe at all. This commit repairs the damage. This changes the minor version numbers of the Modula-3 shared libraries. The packages that depend on modula-3-lib will need to be rebuilt: net/cvsup print/virtualpaper Notes: svn path=/head/; revision=7212
* Update the Modula-3 runtime's thread safe malloc to PHK's latest.John Polstra1997-06-295-428/+282
| | | | | | | | | | | | | | | This eliminates the malloc warnings brought about by the recent merging of calloc into malloc.c in -current's libc. This changes the minor version numbers of the Modula-3 shared libraries. The packages that depend on modula-3-lib will need to be rebuilt: net/cvsup print/virtualpaper Notes: svn path=/head/; revision=7132
* Wrong message on prev commit. Should have been:David E. O'Brien1997-06-291-1/+1
| | | | | | | Removed useless ``-p'' used with ${MKDIR}'' Notes: svn path=/head/; revision=7114
* Add support for {Open,Net}BSDDavid E. O'Brien1997-06-292-6/+14
| | | | Notes: svn path=/head/; revision=7113
* Activate sr.Masafumi Max NAKANE1997-06-261-1/+2
| | | | Notes: svn path=/head/; revision=7077
* New port, SR:Masafumi Max NAKANE1997-06-266-0/+445
| | | | | | | | | A parallel language "Synchronization Resources" Submitted by: Ruslan Shevchenko <rssh@satori.ipri.kiev.ua> PR: 3758 Notes: svn path=/head/; revision=7076
* Activate mocka.Thomas Gellekum1997-06-251-1/+2
| | | | Notes: svn path=/head/; revision=7069
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-3/+2
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* Add extra # line to comment section.Satoshi Asami1997-06-171-1/+2
| | | | Notes: svn path=/head/; revision=6975
* Activate devel/p5-Devel-DProfJames FitzGibbon1997-06-161-1/+2
| | | | | | | | | | Activate devel/p5-Devel-Peek Activate devel/p5-Devel-Symdump Activate lang/p5-Tcl Activate x11/p5-Tcl-Tk Notes: svn path=/head/; revision=6950
* Import of a perl5 module for access to libtclJames FitzGibbon1997-06-166-0/+74
| | | | Notes: svn path=/head/; revision=6948
* reordered ftp sites (USA sites first)Andreas Klemm1997-06-102-22/+3
| | | | | | | | removed patch-ac (dunno how this patch made it again into my patches directory, thanks Satoshi for telling me !) Notes: svn path=/head/; revision=6852
* Add squeak.Satoshi Asami1997-06-101-1/+2
| | | | Notes: svn path=/head/; revision=6839
* A smalltalk system with a graphical user interface.Satoshi Asami1997-06-1018-0/+177
| | | | | | | | PR: 3458 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de> Notes: svn path=/head/; revision=6838
* update pgcc-current port.Andreas Klemm1997-06-084-7/+32
| | | | | | | | | | | | Please note, that I left out the very last diff, because after that configure doesn't work properly anymore. PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=6803
* Make suidperl install on 2.1.*Mark Murray1997-06-047-21/+77
| | | | | | | Submitted by: pius@ienet.com Notes: svn path=/head/; revision=6751
* Compile with thread support, if libc_r exists and WITH_THREADS is set.Thomas Gellekum1997-06-0215-30/+210
| | | | | | | Submitted by: Peter Haight <peterh@prognet.com> Notes: svn path=/head/; revision=6669
* The distfile moved on the MASTER_SITE. (this port is still BROKEN,Bill Fenner1997-05-311-2/+2
| | | | | | | | | however). Found by: distfile checker Notes: svn path=/head/; revision=6655
* Remove two initial ranlib's without any previous fileAndrey A. Chernov1997-05-247-14/+0
| | | | Notes: svn path=/head/; revision=6547
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-4/+4
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-2349-10892/+4018
| | | | Notes: svn path=/head/; revision=6541
* Upgrade, 2.8.2 -> 2.8.6.Masafumi Max NAKANE1997-05-174-78/+77
| | | | Notes: svn path=/head/; revision=6467
* Some reorganization of this port:Thomas Gellekum1997-05-1460-5355/+5385
| | | | | | | | | | | | - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly. Notes: svn path=/head/; revision=6447
* This is the Perl5 equivalent of the MNT_NOSUID patch that was put intoOllivier Robert1997-05-137-0/+294
| | | | | | | | | | | | | | | | | | /usr/bin/perl a while ago. It works with 5.003 and 5.004-tobe. I can't test it on freefall (I don't have a setuid script to play with) but it works at home. I'll test on thud later. Every setuid script found on a partition mounted "nosuid" will not be executed and "Permission Denied" will be displayed. It won't be in soo-to-be-released 5.004 because it is not a FreeBSD speciific problem but it will be dealt with in 5.004_01 (maintenance release). Obtained from: Jörg's patch (edited for Perl5 by me). Notes: svn path=/head/; revision=6446
* Add a fix for a graphics bug.John Polstra1997-05-095-46/+70
| | | | Notes: svn path=/head/; revision=6438
* Simplify patch.Thomas Gellekum1997-05-052-28/+6
| | | | Notes: svn path=/head/; revision=6413
* Clean up some left-over from FreeBSD-2.0 days.Thomas Gellekum1997-05-052-0/+62
| | | | Notes: svn path=/head/; revision=6409
* Add NumPy to default search path.Thomas Gellekum1997-05-0515-15/+15
| | | | Notes: svn path=/head/; revision=6408
* tada ... eperl is now enabled in the ports lang sectionAndreas Klemm1997-05-031-1/+2
| | | | Notes: svn path=/head/; revision=6391
* Backed out my changes based on the missassumption, that SSSL hasAndreas Klemm1997-05-032-4/+5
| | | | | | | | | | | | | | | something to deal with SSL ;-) Reordered master sites, put http address before ftp, because the ftp server's address might change soon. PR: Reviewed by: Submitted by: the author Obtained from: Notes: svn path=/head/; revision=6389
* upgraded eperl port to new release 2.1.1Andreas Klemm1997-05-036-70/+98
| | | | | | | | | | | | | | | | | | | | my very last changes: - put ftp site before http site - commented out INSTALL_ALSO_AS_SSSL= yes because the apache ssl port is currently marked broken - because of SSL brokenness I removed cgi-bin/nph-eperl from the PLIST so that this port packages fine ... This port should be revamped by the author to be organized like the apache port, because INSTALL_ALSO_AS_SSSL= influences the PLIST. PR: Reviewed by: andreas Submitted by: Ralf S. Engelschall <rse@engelschall.com> Obtained from: Notes: svn path=/head/; revision=6386
* Add $Id$.Satoshi Asami1997-04-301-0/+2
| | | | Notes: svn path=/head/; revision=6370
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-303-5/+5
| | | | Notes: svn path=/head/; revision=6369
* Change definition of undelete() into rx_undelete() to avoid name conflict ↵James FitzGibbon1997-04-271-1/+1
| | | | | | | | | with April 5th changes to unistd.h Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=6337
* Upgrade, 1.84 -> 1.92.Masafumi Max NAKANE1997-04-272-4/+4
| | | | | | | | PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co Notes: svn path=/head/; revision=6327
* Fix a build failure caused by a prototype mismatch. CorrectJohn Polstra1997-04-231-18/+172
| | | | | | | | | numerous incorrect argument declarations. Make the wrapper for ftruncate() do the right thing with respect to 64-bit argument alignment. Notes: svn path=/head/; revision=6276
* Add virtual category 'perl5'.Wolfram Schneider1997-04-208-16/+16
| | | | Notes: svn path=/head/; revision=6249
* Add virtual category 'tk41'.Wolfram Schneider1997-04-2019-38/+38
| | | | Notes: svn path=/head/; revision=6248
* Main site remove distfile, so add few another sites with this distfileAndrey A. Chernov1997-04-151-2/+4
| | | | | | | instead Notes: svn path=/head/; revision=6216
* Home Page of Pentium Compiler group changedAndreas Klemm1997-04-141-5/+1
| | | | | | | | | http://www.goof.com/pcg/ Submitted by: John Polstra <jdp@polstra.com> Notes: svn path=/head/; revision=6205
* Upgrade, 2.8.0 -> 2.8.2.Masafumi Max NAKANE1997-04-043-75/+75
| | | | Notes: svn path=/head/; revision=6136
* Arrange for the DEC copyright notice to be installed and includedJohn Polstra1997-03-286-4/+26
| | | | | | | in the package. Add a pointer to it in the DESCR file. Notes: svn path=/head/; revision=6041
* Add a wrapper for the "chflags" system call.John Polstra1997-03-261-11/+31
| | | | Notes: svn path=/head/; revision=6026
* Fix an include file problem that prevented RTHeapDepC.c fromJohn Polstra1997-03-261-14/+30
| | | | | | | compiling on post-lite2-merge systems. Notes: svn path=/head/; revision=6025
* Upgrade, 2.7.20 -> 2.8.0.Masafumi Max NAKANE1997-03-263-75/+75
| | | | Notes: svn path=/head/; revision=6024
* Support 2.2.1David E. O'Brien1997-03-251-2/+2
| | | | Notes: svn path=/head/; revision=6009
* sed out -* from ``uname -r'' so this will build on future versions ofDavid E. O'Brien1997-03-251-5/+5
| | | | | | | SNAPs, BETAs, etc... Notes: svn path=/head/; revision=6008
* Added support for 2.1.{5,6}. I didn't see any reason why this shouldn'tDavid E. O'Brien1997-03-251-3/+3
| | | | | | | work on these too (especially 2.1.6). Notes: svn path=/head/; revision=5999