summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 19991231-pl13.Daniel Harris2000-12-2344-44/+55
| | | | | PR: 23696 Submitted by: MAINTAINER
* Add X threads support.Jean-Marc Zucconi2000-12-225-1/+120
| | | | Submitted by: Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br>
* Return to ports at freebsd.orgDavid E. O'Brien2000-12-221-1/+1
|
* Fix typoDavid E. O'Brien2000-12-223-3/+3
| | | | PR: 23202
* Drop maintainership.David E. O'Brien2000-12-221-1/+1
|
* * Don't maintain - cscope is better.David E. O'Brien2000-12-221-2/+1
| | | | | | * Don't restrict - I can find no bases for the claim of needing a writen license, while the file cs.html does say this was written so a free version of cscope would exist.
* Update to 0.9.24.Daniel Harris2000-12-222-3/+4
| | | | | | PR: 23648 Submitted by: joseph@randomnetworks.com Approved by: MAINTAINER
* Update to 1.2.4Yukihiro Nakai2000-12-2218-48/+42
| | | | Submitted by: Maxim Sobolev <sobomax@FreeBSD.org>
* Corrected some info lines in the Header: mail address and first one.Lars Koeller2000-12-221-2/+2
|
* Update to version 0.8.6, only different lines for patch regarding to 0.8.3.Lars Koeller2000-12-222-12/+12
|
* Update to version 0.8.6.Lars Koeller2000-12-221-1/+1
|
* New version 0.8.6 checksum.Lars Koeller2000-12-221-1/+1
|
* The master site does not contain both files required to downloadJames E. Housley2000-12-222-2/+6
| | | | | | | No response from MAINTAINER PR: 22491 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* The misc.c_patch got folded into the distfile at the last moment.David E. O'Brien2000-12-221-3/+0
| | | | So we don't need it anymore.
* Correct the checksum. I was working from a slighly pre-release copy thatDavid E. O'Brien2000-12-221-1/+1
| | | | I thought was the one put on the distsite.
* Add patch to fix bug where LSOF lsof will run out of stack space and getDavid E. O'Brien2000-12-222-1/+5
| | | | a fault when pointed at an infinite symbolic link.
* Update to 0.5.Peter Pentchev2000-12-223-13/+7
|
* Update to version 0.28.Jim Mock2000-12-224-4/+4
|
* Fix load-path problem on emacs-19.34(and mule-19.34).Shigeyuki Fukushima2000-12-222-2/+2
| | | | | PR: ports/21681 Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Update to 0.9.14 + patch1.Akinori MUSHA2000-12-226-10/+8
| | | | Submitted by: Anders Andersson <anders@codefactory.se> (MAINTAINER)
* Reverted maintainership to ports@FreeBSD.org, several people reportPeter Pentchev2000-12-221-1/+1
| | | | the current maintainer has been unreachable.
* MAINTAINER email address is no longer valid. Hopefully he will submitBill Fenner2000-12-221-2/+0
| | | | | | a PR with the new one. Submitted by: auto-reply from MAINTAINER's old address
* Update MASTER_SITES and WWW: lineKevin Lo2000-12-222-2/+2
| | | | | PR: 23764 Submitted by: Ports Fury
* Update to 0.99.10Kevin Lo2000-12-228-40/+70
| | | | | PR: 23761 Submitted by: Ports Fury
* Update to 1.4Kevin Lo2000-12-223-2/+3
| | | | | PR: 23760 Submitted by: Ports Fury
* - Support CFLAGS properlyKevin Lo2000-12-226-10/+129
| | | | | | | | | - Support install macros - mktemp() -> mkstemp() - Remove unnecessary manpages PR: 23759 Submitted by: Ports Fury
* Update to version 1.1.0Kevin Lo2000-12-225-23/+20
| | | | | PR: 23758 Submitted by: Ports Fury
* Update to version 2.2.0Kevin Lo2000-12-225-33/+18
| | | | | PR: 23757 Submitted by: Ports Fury
* Update to 1.2.6Kevin Lo2000-12-224-7/+25
| | | | | PR: 23756 Submitted by: Ports Fury
* Fix pkg-plistKevin Lo2000-12-222-0/+4
| | | | | PR: 23754 Submitted by: MAINTAINER
* Upgrade to 1.02.Thomas Gellekum2000-12-223-5/+14
|
* Update MASTER_SITES.Peter Pentchev2000-12-221-1/+1
| | | | | PR: 23726 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* Upgrade to 17.2.0.Thomas Gellekum2000-12-226-6/+6
|
* Update to 4.53.3.David E. O'Brien2000-12-222-3/+3
| | | | | LSOF now builds and runs on 5-CURRENT systems after Dr. McKusick's change to kp_proc.
* Updated MASTER_SITES.Peter Pentchev2000-12-221-1/+1
| | | | | PR: 23729 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* Update MASTER_SITES.Peter Pentchev2000-12-221-2/+2
| | | | | PR: 23724 Submitted by: maintainer
* The cclient-maildir port has been retired, but it was notOKAZAKI Tetsurou2000-12-221-1/+0
| | | | | | | removed from ports/mail/Makefile. This causes build failures. PR: 23737 Submitted by: Donald J. Maddox <dmaddox@sc.rr.com>
* Add in antialiasing support (PORTREVISION conditional on whether AAWill Andrews2000-12-2212-66/+162
| | | | | | | | | | | | | | | | support is compiled in), untested because I don't have X4.0.2, but the port works fine for the non-X4.0.2 case. Also substitute multiple perl regexes on the same file for one sed regex. Add MAKE_ARGS=-j2 by default since it makes QT compile faster even on uniprocessor systems. I wanted to avoid putting the AA patch in CVS since it will be short-lived, as the patch is in TrollTech's CVS and will most likely be released as part of QT 2.2.4. Nevertheless, I thought I'd bring it in for the folks who like bleeding edge.. since antialiasing most likely improves KDE2's look and feel very much. Submitted by: kevlo (AA patch) Mikhail Teterin <mi@aldan.algebra.com> (-j2)
* Add PORTREVISION bump.Kevin Lo2000-12-223-0/+3
| | | | Thanks kris@
* Fix logout issue.Kevin Lo2000-12-221-0/+10
| | | | Thanks Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
* Update to 0.61Ade Lovett2000-12-226-22/+6
|
* Update to 0.5.6Ade Lovett2000-12-224-4/+4
|
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.David E. O'Brien2000-12-2136-594/+522
|
* Obey portlint better, and use sensible defaults in configure args.Will Andrews2000-12-216-78/+78
| | | | | PR: 23680 Submitted by: David W. Chapman, Jr. <dwcjr@inethoston.net>
* Fix broken MASTER_SITES. While I'm here, take pity on asp2php's MakefileWill Andrews2000-12-212-15/+54
| | | | | | | | | and infuse new blood into it using the magic of bsd.prog.mk. Also make a separate install-gtk target as David Chapman tried to do in his PR (which I committed recently). PR: 23721 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* One more patch is needed to ensure the X11 build uses centrallyJean-Marc Zucconi2000-12-212-1/+10
| | | | | | | specified CFLAGS all over. Without this, no optimization is used AT ALL for some files (libraries). Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Add pkg-install, forgotten in previous commit.Dag-Erling Smørgrav2000-12-211-0/+28
|
* Update to 2.3.20001220, and try to get as close to news/inn as possible.Dag-Erling Smørgrav2000-12-214-149/+109
| | | | | Ideally, this should use news/inn as MASTERDIR, or the two ports should be merged.
* Remove Y2k. Satoshi said it wasn't needed any more.David E. O'Brien2000-12-219-12/+0
|
* #%@#$^... forgot to bump PORTREVISION.Jeremy Lea2000-12-215-0/+5
|