summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to XFree86 3.3.2p2.cwt1998-07-036-0/+6
| | | | (sorry, I should hav batched these commits together better...)
* Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system andcwt1998-07-036-12/+12
| | | | | | | haven't rebuilt it in a while, make sure libtcl80.a and libtk80.a have been ranlib-ed, else your build of XFree86 will choke. OK'd by jmz
* Correct small typo in patch.dburr1998-07-021-1/+1
| | | | "BSDnet", not "BSDet"... ;)
* Set this ports BROKEN, the distfiles can't be fetch now.vanilla1998-07-023-3/+9
|
* upgrade to 0.66.itojun1998-07-022-4/+4
|
* Use ${CFLAGS} on Makefile.in.vanilla1998-07-021-6/+9
|
* Add mtools-3.9.1-2906.diff.gz patchfile.vanilla1998-07-023-5/+18
|
* Enabling anonymous ftp in proftpd can be confusing with the average setupvanilla1998-07-024-10/+22
| | | | | PR: ports/6982 Submitted by: Bill Fumerola <billf@chc-chimes.com>
* Add a patch from author's site.vanilla1998-07-021-0/+11
|
* Sort pkg/PLIST.vanilla1998-07-021-11/+11
|
* Portlint.vanilla1998-07-022-5/+3
|
* Sort pkg/PLIST.vanilla1998-07-022-52/+41
|
* Portlint and strip binary file.vanilla1998-07-028-40/+124
|
* Portlint.vanilla1998-07-022-6/+6
|
* Portlint and fix compile problem on current (/usr/lib/aout).vanilla1998-07-021-4/+5
|
* One more checksum change....asami1998-07-028-8/+8
|
* Portlint.asami1998-07-024-6/+2
|
* Activate xroads.tg1998-07-021-1/+2
|
* New port xroads, a C64 "crossroads" clone.tg1998-07-026-0/+70
| | | | | PR: 7126 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Mark this port broken:asami1998-07-023-3/+9
| | | | | | | | | | | | | | | | === : tar: can't add file share/R/library/stepfun/html/stepfun.html : No such file or directory tar: can't add file share/R/library/stepfun/latex/ecdf.tex : No such file or directory tar: can't add file share/R/library/stepfun/latex/plot.stepfun.tex : No such file or directory tar: can't add file share/R/library/stepfun/latex/stepfun.tex : No such file or directory *** Error code 1 Stop. === (this is is just the tail end of it, there are at least 500 missing files in the PLIST....)
* Oops. Forgot to remove BROKEN tag.tg1998-07-021-3/+1
|
* Add directory for older tarballs on the master site.tg1998-07-021-2/+3
|
* Upgrade to 2.52ache1998-07-027-61/+73
|
* Upgrade to 3.0 beta #14obrien1998-07-022-6/+4
|
* Unfetchable, HTTP server returns code 404.asami1998-07-021-1/+3
|
* Take out "x11" from category.asami1998-07-021-2/+2
|
* No need to use += for variable defined only once.asami1998-07-021-2/+2
|
* Add xicq.asami1998-07-021-1/+2
|
* The read.me is one version ahead again....asami1998-07-021-1/+1
|
* No need to use += for variable defined only once.asami1998-07-021-2/+2
|
* Unfetchable (again).asami1998-07-021-1/+3
|
* No need to use += for variable defined only once.asami1998-07-012-4/+4
|
* Portlint.asami1998-07-012-6/+4
|
* turn on a2dev,julian1998-07-011-1/+2
| | | | Apple ][ assembler + linker
* oops forgot the makefilejulian1998-07-011-0/+21
|
* Submitted by: archie Cobbs (archie@whistle.com)julian1998-07-0112-0/+174
| | | | Apple ][ assembler and linker written by archie in the dark ages.
* Enable sis, a new circuit emulator port.ghelmer1998-07-011-1/+2
|
* Sis, a program suite for synthesis of sequential circuits.ghelmer1998-07-016-0/+506
| | | | | PR: ports/5104 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
* Activate gxedit.tg1998-07-011-1/+2
|
* New port gxedit, a small editor written with GTk.tg1998-07-015-0/+29
| | | | | PR: 7134 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
* Clean up installation of docs: put man pages into ${X11BASE}/man/man[135],tg1998-07-012-9/+104
| | | | | | | don't create empty (${X11BASE}/share/doc/LessTif/doc/html) or bogus (${X11BASE}/LessTif) directories. PR: 7131
* Files are no longer available on the old MASTER_SITE, use the new one,jseger1998-07-016-12/+12
| | | | ftp.scriptics.com
* path changed backache1998-07-012-4/+4
|
* eudora goes oldache1998-06-302-4/+4
|
* Fix this port so that it can find crt0.o in /usr/lib/aout on recentjdp1998-06-303-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | -current systems. Fix the definition of the preprocessor symbol __FreeBSD__. It had been defined as "2=3". Implement support for weak symbols. This solves the "___error" undefined problem on -current systems. Default to -fsjlj-exceptions even for C programs. This is needed because a few modules in libgcc are built with -fexceptions turned on, and the default style of exception support causes croakage. I tried a make buildworld on a recent -current system by adding the following to /etc/make.conf: CC=/usr/local/bin/gcc28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ CXX=/usr/local/bin/g++28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/ It got pretty far along before dying. The death occurred when building our old native libstdc++, almost certainly because of header file incompatibilities. Another obstacle for make world is that this port doesn't currently build a PIC version of libgcc (libgcc_pic.a).
* Fix longstanding bug with Content-Length counted in messages sizeache1998-06-301-5/+54
|
* Upgrade to 3.33ache1998-06-302-3/+3
|
* Upgrade to 2.5ache1998-06-306-196/+46
|
* Final step of this upgrade.kuriyama1998-06-308-55/+30
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* Activate xteddy.ghelmer1998-06-301-1/+2
|
OpenPOWER on IntegriCloud