summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make these ports work on ELF systems.John Polstra1998-09-1814-334/+888
| | | | Notes: svn path=/head/; revision=13211
* Make this build in an ELF world.Steve Price1998-09-174-23/+47
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=13208
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-153-6/+6
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Changes for ELFJustin M. Seger1998-09-156-3/+45
| | | | Notes: svn path=/head/; revision=13124
* Upgrade to 1.1b.David E. O'Brien1998-09-1040-140/+140
| | | | | | | | Since there has been announced a to-be ver 1.1.1, change my versioning to a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers. Notes: svn path=/head/; revision=13078
* Fix MASTER_SITE.Joseph Koshy1998-09-093-6/+6
| | | | | | | Submitted by: Eiji-usagi-Matsumoto <usagi@clave.gr.jp> (maintainer) Notes: svn path=/head/; revision=13059
* Correct master site url.Joseph Koshy1998-09-071-2/+2
| | | | Notes: svn path=/head/; revision=13041
* Activate gnomeobjc.Vanilla I. Shu1998-09-061-1/+2
| | | | Notes: svn path=/head/; revision=13026
* my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1aDavid E. O'Brien1998-09-0420-80/+80
| | | | | | | | directory. Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de> Notes: svn path=/head/; revision=13007
* egcs 1.1 HAS BEEN RELEASED!!David E. O'Brien1998-09-0340-140/+160
| | | | | | | | | | | | (I will probably not be tracking the snapshots as closely now. I'd like to see if 1.1 isn't stable enough to stay with for a while) Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77 files were left out). I'm naming this version 1.1.1 so people won't think it is an alpha version. Notes: svn path=/head/; revision=12993
* 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