summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak after the perl upgrade and update to version beta 2 whileSteve Price1998-08-304-21/+23
| | | | | | | I'm here. Notes: svn path=/head/; revision=12932
* Make this port honour CFLAGS.Mark Murray1998-08-287-0/+77
| | | | | | | Submitted by: axl (Sheldon Hearn) Notes: svn path=/head/; revision=12895
* Checksum changedJustin M. Seger1998-08-271-1/+1
| | | | Notes: svn path=/head/; revision=12880
* * upgrade to 19980816 snapshotDavid E. O'Brien1998-08-2660-3860/+3880
| | | | | | | * reduce maintance costs, advantage PLIST_SUB Notes: svn path=/head/; revision=12863
* turn on bc-gccDavid E. O'Brien1998-08-261-1/+2
| | | | Notes: svn path=/head/; revision=12862
* gcc with bounds checking support for pointers and memoryDavid E. O'Brien1998-08-267-0/+236
| | | | Notes: svn path=/head/; revision=12861
* "mkdir" -> "mkdir -p"Satoshi Asami1998-08-261-1/+1
| | | | Notes: svn path=/head/; revision=12855
* "ln -s" -> "ln -sf"Satoshi Asami1998-08-261-2/+2
| | | | Notes: svn path=/head/; revision=12854
* Activate slib.Vanilla I. Shu1998-08-251-1/+2
| | | | Notes: svn path=/head/; revision=12845
* A portable scheme library for all standard scheme implementation.Vanilla I. Shu1998-08-255-0/+139
| | | | | | | Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=12844
* Correct pkg/PLIST.Vanilla I. Shu1998-08-251-1/+101
| | | | Notes: svn path=/head/; revision=12843
* Honor CFLAGS is set.Steve Price1998-08-243-21/+51
| | | | | | | | PR: 7702 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=12770
* Make this work with the new perl variables.Justin M. Seger1998-08-222-12/+12
| | | | Notes: svn path=/head/; revision=12720
* I couldn't test this, since it died partway through the build, butTim Vanderhoek1998-08-201-1/+5
| | | | | | | | it should fix the install. I did a partial test (which turned-out to be a good thing) of a partial build, and it worked, at least... Notes: svn path=/head/; revision=12681
* Don't bytecompile emacs .el files that go in to site-lisp/.Joseph Koshy1998-08-202-7/+4
| | | | | | | Requested by: asami@freebsd.org Notes: svn path=/head/; revision=12678
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-1870-289/+20
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* dont ask..David E. O'Brien1998-08-181-29/+29
| | | | Notes: svn path=/head/; revision=12611
* Update to use PLIST_SUBDavid E. O'Brien1998-08-181-6/+2
| | | | Notes: svn path=/head/; revision=12610
* remove subdirs on pakage deinstall.David E. O'Brien1998-08-171-0/+2
| | | | Notes: svn path=/head/; revision=12598
* Re-add bits to allow ``make reinstall'' or a boched ``make install'' toDavid E. O'Brien1998-08-171-1/+6
| | | | | | | be retried. Notes: svn path=/head/; revision=12584
* Properly adapt for the latest bsd.port.mk. :-)Tim Vanderhoek1998-08-172-12/+4
| | | | Notes: svn path=/head/; revision=12568
* Allow a ``make install'' that boched to be re-attempted.David E. O'Brien1998-08-171-2/+5
| | | | | | | | The current version of bsd.port.mk has a bug such that it doens't generate TMPPLIST at the proper point, and thus all 1st install attempts bomb. Notes: svn path=/head/; revision=12563
* Another typo -- my brain is on vacation.David E. O'Brien1998-08-161-2/+2
| | | | | | | (OK, where the Ports Team's pointy hat?) Notes: svn path=/head/; revision=12538
* fix typo.David E. O'Brien1998-08-152-3/+3
| | | | | | | Submitted by: "Michael V. Harding" <mvh@netcom.com> Notes: svn path=/head/; revision=12533
* Upgrade to perl 5.005_02. This will have virtually no impact on ports thatMark Murray1998-08-1521-5026/+3479
| | | | | | | have been converted to the new scheme. Notes: svn path=/head/; revision=12530
* * expmed.c (expand_mult): Use 0 as add_target if should preserveDavid E. O'Brien1998-08-141-0/+37
| | | | | | | | | | | subexpressions. * expmed.c (expand_divmod): Save last divison constant and if rem is same as div, don't adjust rem cost. Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Notes: svn path=/head/; revision=12515
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12505
* * Minor bug fixes from OpenBSD (and some stuff to ease diff'ing in the future)David E. O'Brien1998-08-1313-11/+488
| | | | | | | | | | | * Some initial support for FreeBSD-alpha * Add some optimizations required by g77, which still might be of some use to adventuring C/C++ programmers. Obtained from: OpenBSD (parts) Notes: svn path=/head/; revision=12502
* Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) soDavid E. O'Brien1998-08-133-2/+24
| | | | | | | /usr/src/gnu/usr.bin/groff will compile. Notes: svn path=/head/; revision=12501
* Fix Version-required comment.John Polstra1998-08-1220-40/+40
| | | | Notes: svn path=/head/; revision=12468
* Upgrade to the 19980803 snapshot.David E. O'Brien1998-08-1160-3780/+3740
| | | | Notes: svn path=/head/; revision=12441
* Find the distfile again and portlint while I'm here.Steve Price1998-08-103-10/+118
| | | | | | | | PR: 7545 Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=12424
* Update to the June 1998 sources.Steve Price1998-08-093-25/+38
| | | | | | | | PR: 7518 Submitted by: maintainer Notes: svn path=/head/; revision=12350
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-0719-47/+47
| | | | Notes: svn path=/head/; revision=12335
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-0723-32/+69
| | | | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. Notes: svn path=/head/; revision=12329
* create needed directories before making .ph filesAndrey A. Chernov1998-08-077-0/+7
| | | | Notes: svn path=/head/; revision=12315
* generate .ph files on package install nowAndrey A. Chernov1998-08-0714-2037/+77
| | | | Notes: svn path=/head/; revision=12314
* Remove generated include .ph files which not present on every machine,Andrey A. Chernov1998-08-067-91/+0
| | | | | | | mostly kerberos or obsoleted ones. Notes: svn path=/head/; revision=12307
* Update to Perl 5.005_01.Mark Murray1998-08-0649-4410/+7301
| | | | Notes: svn path=/head/; revision=12295
* Refer people needed a lighter weight implementation of ML to Chuck Robey'sJoseph Koshy1998-08-032-0/+8
| | | | | | | Moscow ML port. Notes: svn path=/head/; revision=12259
* OOPS I left the BROKEN line in there.Chuck Robey1998-08-021-2/+1
| | | | Notes: svn path=/head/; revision=12253
* Add pointer to smlnnj for those with plenty of disk.Chuck Robey1998-08-021-0/+4
| | | | Notes: svn path=/head/; revision=12252
* Update moscow_ml to version 1.43. This is a good version of ml ifChuck Robey1998-08-025-65/+159
| | | | | | | | you are limited in space. If you have no space limitations, I'd really recommend the new smlnj port instead. Notes: svn path=/head/; revision=12251
* Upgrade to ePerl, Version 2.2.14Ralf S. Engelschall1998-08-024-9/+9
| | | | Notes: svn path=/head/; revision=12249
* Include latest official patches.Thomas Gellekum1998-07-2830-75/+180
| | | | Notes: svn path=/head/; revision=12183
* Activate CAML-Light.Joseph Koshy1998-07-281-1/+2
| | | | Notes: svn path=/head/; revision=12182
* A light weight implementation of CAML, a strongly typed functionalJoseph Koshy1998-07-2810-0/+406
| | | | | | | language belonging to the ML family. Notes: svn path=/head/; revision=12180
* Install a wish script that spits-out all the various names for wish. TheTim Vanderhoek1998-07-273-3/+18
| | | | | | | | | | | | | script handles for tclX and tkstep. This is as per several discussions on -ports. I expect one or two of the depending ports to break silently. I didn't touch the ja-ports, since INSTALL.wish might want translating? PR: bin/5894 Mention: Eivind, who wrote part of INSTALL.wish Notes: svn path=/head/; revision=12168
* Install a "tclsh" script that spits-out a list of the real tclsh's, asTim Vanderhoek1998-07-278-4/+148
| | | | | | | | | | | | | | discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script) Notes: svn path=/head/; revision=12165
* Upgrade to the 19980721 snap.David E. O'Brien1998-07-2660-3700/+3700
| | | | Notes: svn path=/head/; revision=12138