summaryrefslogtreecommitdiff
path: root/lang (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-03-11Upgrade to 2.8.1David E. O'Brien3-147/+147
Notes: svn path=/head/; revision=10114
1998-03-11Define __FreeBSD__ to be the major version (rather than empty).David E. O'Brien3-1/+53
Add -fsjlj-exceptions as the default. Requested by: John Fiber Notes: svn path=/head/; revision=10113
1998-03-10The private copy of float.h seems to have gone away.David E. O'Brien40-40/+40
Notes: svn path=/head/; revision=10091
1998-03-10Upgrade to 2.8.1David E. O'Brien3-36/+36
Notes: svn path=/head/; revision=10090
1998-03-09Fix missing brace in the pre-install target.John Fieber1-2/+2
Notes: svn path=/head/; revision=10081
1998-03-08Fix things so it packages.David E. O'Brien60-860/+860
Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp Notes: svn path=/head/; revision=10074
1998-03-08Update to 3.1.1 (due to missing distfile). Though I'm the maintainerJoshua Peck Macdonald3-98/+39
of this port it has been a while since I used it and I was unable to thoroughly test it today. A lot of the patches were removed. Notes: svn path=/head/; revision=10068
1998-03-06Abstract this more to make building on non-x86 easiler.David E. O'Brien2-32/+32
Notes: svn path=/head/; revision=10051
1998-03-05Should have been "glibstdc++"David E. O'Brien1-2/+2
Notes: svn path=/head/; revision=10047
1998-03-05Standard C++ library to match G++ 2.8.x.David E. O'Brien5-0/+192
Notes: svn path=/head/; revision=10046
1998-03-05be friendly, share glibstd++28 with the world.David E. O'Brien1-1/+2
Notes: svn path=/head/; revision=10045
1998-03-05Latest install hacks for GCC 2.8.David E. O'Brien2-40/+51
The changes were done to closely match the upcoming libstdc++ port I will commit shortly. Notes: svn path=/head/; revision=10044
1998-03-04Build the gcc28 we install with itself rather than /usr/bin/cc.David E. O'Brien2-5/+13
Renamed manpages to <binanary>28.1.gz to reduce namespace conflicts. Added bin/gcc28 and bin/g++28. Notes: svn path=/head/; revision=10031
1998-03-03Use -D_THREAD_SAFE when compiling the threaded version.Thomas Gellekum15-15/+30
Notes: svn path=/head/; revision=10007
1998-03-02Upgrade to version 8.1.a2.Justin M. Seger9-21/+18
Notes: svn path=/head/; revision=9989
1998-02-27Use tk80, not an unsupported alpha version of tk81.Thomas Gellekum31-62/+62
Include locale module. Notes: svn path=/head/; revision=9953
1998-02-24Upgrade to use tcl8.1 and tk8.1.Justin M. Seger16-48/+48
Notes: svn path=/head/; revision=9912
1998-02-23Master site changed.John Polstra20-40/+40
Notes: svn path=/head/; revision=9890
1998-02-211. This is tk81, not 80.Tim Vanderhoek3-6/+3
2. pkg/DESCR is no longer just for packages. Notes: svn path=/head/; revision=9870
1998-02-21Update to version 1.07.Steve Price3-32/+100
PR: 5252, 5375 Submitted by: maintainer Notes: svn path=/head/; revision=9867
1998-02-20Update to reflect Pedro's new Email address.Steve Price2-4/+4
PR: 5725 Notes: svn path=/head/; revision=9862
1998-02-20Upgrade to 9.3.1.Thomas Gellekum6-70/+41
Notes: svn path=/head/; revision=9860
1998-02-18Don't ask me, but you need netscape for building this port too.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=9790
1998-02-18Make the Makefiles of japanese/expect and lang/expect cooperate betterSatoshi Asami1-10/+7
with each other (and hopefully easier to maintain in the future). Basically, list everything in the regular orders on both Makefiles, and use ?= in lang/expect/Makefile for variables we want to be overridden. PR: 5770 Notes: svn path=/head/; revision=9789
1998-02-18Use @dirrm instead of @unexec rmdir.Steve Price1-10/+10
Suggested by: Satoshi Asami <asami@FreeBSD.ORG> Notes: svn path=/head/; revision=9784
1998-02-18Use '@unexec rmdir ...' to get rid of stray doc directories on deinstall.Steve Price1-0/+10
Notes: svn path=/head/; revision=9780
1998-02-17MASTER_SITE has moved and some portlint cleaning.Steve Price3-268/+253
PR: 5769 Submitted by: maintainer Notes: svn path=/head/; revision=9778
1998-02-17Just-cant-get-this-one-right by: obrienDavid E. O'Brien20-20/+240
Notes: svn path=/head/; revision=9768
1998-02-17Forgot to submit PLIST diff.David E. O'Brien40-680/+620
Noticed by: Satoshi Notes: svn path=/head/; revision=9767
1998-02-16Upgrade a repository copy of 8.0 to version 8.1Justin M. Seger12-210/+408
Notes: svn path=/head/; revision=9763
1998-02-16Activate ports/lang/tcl81 and ports/x11/tk81Justin M. Seger1-1/+2
Notes: svn path=/head/; revision=9762
1998-02-16Cleanup @unexec and @exec sequences.Steve Price1-2/+5
Suggested by: Satoshi Asami Notes: svn path=/head/; revision=9757
1998-02-16Change "-"s to "."s in PKGNAME so the Latest link will be createdSatoshi Asami1-2/+2
correctly. Notes: svn path=/head/; revision=9745
1998-02-16Mark this port broken, doesn't package.Satoshi Asami20-20/+40
Notes: svn path=/head/; revision=9744
1998-02-15Run h2ph as part of post-install target. Note this doesn't get a completeSteve Price7-7/+14
list of header files but does get enough that when perl needs more header files that it will hint to use h2ph. PR: 5738 Notes: svn path=/head/; revision=9741
1998-02-14Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien80-520/+960
Including linking with the STL vector class. Notes: svn path=/head/; revision=9712
1998-02-13Set __FreeBSD__ to 2, not 3.David E. O'Brien20-20/+20
Ports track -STABLE. Notes: svn path=/head/; revision=9692
1998-02-12Upgrade to the January source snapshot.Thomas Gellekum3-77/+111
PR: 5697 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk> Notes: svn path=/head/; revision=9675
1998-02-11Upgrade, 1.0-971125 -> 1.0-971225.Masafumi Max NAKANE6-15/+18
PR: 5684 Submitted by: maintainer While at this, some cleanup: 1. Compress the man page by using MAN1, instead of patching up Makefile.in. 2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as well as to respect the value of ${PREFIX}. Notes: svn path=/head/; revision=9670
1998-02-03Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" inSatoshi Asami20-20/+60
/usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib. Notes: svn path=/head/; revision=9577
1998-02-02Remove NO_PACKAGE, netscape can be packaged now.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=9575
1998-02-01Add OLD/ as a possible MASTER_SITE, since most of the distfiles moved.Bill Fenner1-2/+3
Submitted by: distfile checker Notes: svn path=/head/; revision=9559
1998-01-31Update tcl plugin to new official version 2.0 release.Andreas Klemm3-10/+12
Tested on -current, runs flawlessly ! Notes: svn path=/head/; revision=9531
1998-01-27Remove netlib; they only have yorick.tar.gz and no yorick-1.4.tar.gz .Bill Fenner1-4/+2
Notes: svn path=/head/; revision=9475
1998-01-27Ever since the port survey started checking in June, 1997, the FTPBill Fenner1-3/+2
server has not allowed a connection - so, remove it from MASTER_SITES. Notes: svn path=/head/; revision=9474
1998-01-23Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) theJohn Polstra40-40/+380
default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3. Notes: svn path=/head/; revision=9420
1998-01-20Fix diff linesAndrey A. Chernov1-2/+2
Notes: svn path=/head/; revision=9382
1998-01-20FreeBSD and icon have different opinions about the format ofThomas Gellekum1-2/+2
BLOCKSIZE. Patch icon to ignore this variable. Update my e-mail address while I'm here. PR: 5406 Notes: svn path=/head/; revision=9379
1998-01-19Remove patch-ab to follow latest changes in libc_r.Thomas Gellekum2-22/+0
Notes: svn path=/head/; revision=9372
1998-01-18Remove bogus duplicate patch that I missed last time. :(Steve Price1-3/+1
Noticed by: Satoshi Asami Notes: svn path=/head/; revision=9369