aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.3 Beta 14David E. O'Brien2000-01-282-14/+13
| | | | Notes: svn path=/head/; revision=25159
* HAS_CONFIGURE -> GNU_CONFIGUREMichael Haro2000-01-281-1/+1
| | | | Notes: svn path=/head/; revision=25158
* Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 withBrian Feldman2000-01-282-29/+31
| | | | | | | | | 3DNow! support, rather than teh default i586 support. Approved by: jkoshy Notes: svn path=/head/; revision=25157
* Update to pre10Michael Haro2000-01-286-52/+52
| | | | Notes: svn path=/head/; revision=25156
* Respect CXX and CFLAGSKris Kennaway2000-01-281-3/+3
| | | | Notes: svn path=/head/; revision=25155
* This is a fairly substantial upgrade of the cvsup-mirror port. InJohn Polstra2000-01-287-71/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honor of the occasion I have bumped the version number to 1.1. The port now depends upon the cvsup-bin and cvsupd-bin ports rather than on the more trouble-prone cvsup port. The CVSup server is run with "-C 100" (max. 100 clients at a time) and the true limit is set in the "/usr/local/etc/cvsup/cvsupd.access" file. This is nice because you can change the limit by editing the file; you don't have to restart the server. The cvsupd.access file also contains a rule to limit each individual host to one connection at a time. The CVSup client is now run under its own unprivileged user ID instead of root. This is a security enhancement. It makes it impossible for a compromised master site to install files into places outside the mirror area of the filesystem. The permissions of various other files such as /usr/local/etc/cvsup have also been strengthened to enhance security. Both client and server now cd to /var/tmp to run, so that if they decide to croak they'll be able to write the core file. :-) The /usr/local/etc/rc.d/cvsupd.sh script now honors the "start" and "stop" arguments. The configure script no longer attempts to tell you the sizes of the various collections. That's impossible to maintain. When I have time I plan to make a web page where one can obtain that information from an automatically-updated source. Then I will reference the URL in the configure script. It is possible to upgrade an existing cvsup-mirror-1.0 installation to this new version, but it is tricky because of the change in ownership of the mirrored files. I will post instructions to the freebsd-hubs mailing list after I make sure I have the procedure just right. Notes: svn path=/head/; revision=25154
* Fix building of SML/NJ under 4-CURRENT after 1999/7/25.Joseph Koshy2000-01-284-6/+60
| | | | | | | | | | | | | The trap handler returns different information after this date for numeric error conditions. Since kern.osreldate is not a reliable indicator of when this change occurred, we revert to checking for the presence of a particular #define in <machine/trap.h> to decide if the SML/NJ runtime sources need to use the newer interface. Submitted by: Tom <tcrimi@andrew.cmu.edu> (in part) Notes: svn path=/head/; revision=25153
* Add CVS tags to the files that could tolerate them.David E. O'Brien2000-01-2812-0/+24
| | | | Notes: svn path=/head/; revision=25152
* Make this thing acutally portlint(1) and come close our Ports CollectionDavid E. O'Brien2000-01-2821-171/+138
| | | | | | | | | | | coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer Notes: svn path=/head/; revision=25151
* Upgrade to dsniff 1.3. The new patch is a hack because I didn't have timeKris Kennaway2000-01-283-3/+4
| | | | | | | to work out why configure wasn't noticing our db.h.. Notes: svn path=/head/; revision=25150
* Upgrade to libnids 1.13Kris Kennaway2000-01-283-15/+8
| | | | Notes: svn path=/head/; revision=25149
* Take over maintainership of this port (was ports@freebsd.org). There areBill Fumerola2000-01-283-3/+3
| | | | | | | quite a few things this port is doing wrong or poorly and I plan to fix that. Notes: svn path=/head/; revision=25148
* Use -fwritable-strings to let tcl stomp on Tcl_Eval() args.Bill Fenner2000-01-282-2/+2
| | | | Notes: svn path=/head/; revision=25147
* Actually use tcl/tk 8.2 like we claim to.Bill Fenner2000-01-282-4/+4
| | | | Notes: svn path=/head/; revision=25146
* Use IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.Bill Fenner2000-01-281-0/+14
| | | | Notes: svn path=/head/; revision=25145
* Add -pedantic to override the default -pedantic-errors, to allowBill Fenner2000-01-284-0/+44
| | | | | | | socket code to compile. Notes: svn path=/head/; revision=25144
* Add -pedantic to override the default -pedantic-errors, to allowBill Fenner2000-01-282-0/+21
| | | | | | | | socket code to compile. Include <time.h> where needed. Notes: svn path=/head/; revision=25143
* Fix WWW in DESCRSeiichirou Hiraoka2000-01-283-3/+3
| | | | Notes: svn path=/head/; revision=25142
* Update port to 0.7.3Chris D. Faulhaber2000-01-284-6/+6
| | | | | | | | | * Fix a few bugs from the previous release * Faster loading of newsgroups * New article threading options Notes: svn path=/head/; revision=25141
* Change MASTER_SITESSeiichirou Hiraoka2000-01-281-1/+1
| | | | Notes: svn path=/head/; revision=25140
* Fix MASTER_SITESSeiichirou Hiraoka2000-01-283-3/+3
| | | | Notes: svn path=/head/; revision=25139
* Update port to 0.25Chris D. Faulhaber2000-01-282-3/+3
| | | | | | | | PR: 16392 Submitted by: Maintainer Notes: svn path=/head/; revision=25138
* Update port to 0.24Chris D. Faulhaber2000-01-282-5/+3
| | | | | | | | PR: 16392 Submitted by: Maintainer Notes: svn path=/head/; revision=25137
* Fix the new compiler problem as reported by bento.Chris D. Faulhaber2000-01-283-3/+54
| | | | | | | | | PR: 16385 Submitted by: Maintainer With help from: Alex Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25136
* Update port to 2.3.0Chris D. Faulhaber2000-01-282-3/+3
| | | | | | | | PR: 16382 Submitted by: Maintainer Notes: svn path=/head/; revision=25135
* Update Maintainer's email addressChris D. Faulhaber2000-01-281-1/+1
| | | | | | | | PR: 16399 Submitted by: Maintainer Notes: svn path=/head/; revision=25134
* Update port to 1.0.7Chris D. Faulhaber2000-01-284-11/+13
| | | | | | | | PR: 16400 Submitted by: Maintainer Notes: svn path=/head/; revision=25133
* The port was broken because dicts were installed in $SHAREDIR butJean-Marc Zucconi2000-01-282-22/+2
| | | | | | | | | ispell was looking for files in $LIBDIR. Because $LIBDIR is only used for dictionaries, we don't need the SHAREDIR variable. Just define LIBDIR to $PREFIX/share/ispell. Notes: svn path=/head/; revision=25132
* Correct checksums for the 99.12 version.Jean-Marc Zucconi2000-01-271-6/+6
| | | | Notes: svn path=/head/; revision=25131
* Upgrade to the 1999/12 versionJean-Marc Zucconi2000-01-272-6/+6
| | | | Notes: svn path=/head/; revision=25130
* o Fix checksum dependency to emacs20.Satoshi Asami2000-01-274-15/+29
| | | | | | | | | | | o Change port's texinfo format procedure more verbose one. This also fixes the build problem on 4-current. PR: 16357 Submitted by: maintainer Notes: svn path=/head/; revision=25129
* Upgrade to web2c version 7.2bJean-Marc Zucconi2000-01-273-26/+45
| | | | Notes: svn path=/head/; revision=25128
* Take off RESTRICTED, since this has been a proper package for someBrian Feldman2000-01-271-2/+0
| | | | | | | | time now, and is not a legal problem (see Bruce Schneier's latest Crypto-Gram). Basically, since it's unencumbered, it is alright. Notes: svn path=/head/; revision=25127
* Make this compile on -CURRENTJim Mock2000-01-272-0/+15
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=25126
* Update to Xpuyopuyo 3.1. This release includes network play :)Brian Feldman2000-01-273-69/+4
| | | | | | | Approved by: maintainer (Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>) Notes: svn path=/head/; revision=25125
* I found that this port needs "gmake" in build and run.Satoshi Taoka2000-01-271-0/+3
| | | | Notes: svn path=/head/; revision=25124
* Add USE_PERL5Satoshi Taoka2000-01-271-0/+1
| | | | Notes: svn path=/head/; revision=25123
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-2744-307/+54
| | | | | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami Notes: svn path=/head/; revision=25122
* edict.gz edict.doc were unfetchableSatoshi Taoka2000-01-271-3/+4
| | | | | | | Obtained from: http://www.freebsd.org/%7Efenner/portsurvey/ Notes: svn path=/head/; revision=25121
* I forgot to modify PKGNAME and CATEGORIES for the japanese category.Satoshi Taoka2000-01-271-2/+2
| | | | Notes: svn path=/head/; revision=25120
* Add freepwingSatoshi Taoka2000-01-271-0/+1
| | | | Notes: svn path=/head/; revision=25119
* Free JIS X 4081 (subset of EPWING V) FormatterSatoshi Taoka2000-01-275-0/+64
| | | | Notes: svn path=/head/; revision=25118
* Set BROKEN again.Dirk Froemberg2000-01-272-2/+2
| | | | Notes: svn path=/head/; revision=25117
* libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.Dirk Froemberg2000-01-275-11/+5
| | | | Notes: svn path=/head/; revision=25116
* Remove rzsz, I've tolerated this for far too long but when it startsSatoshi Asami2000-01-271-1/+0
| | | | | | | | | | | mailing stuff out automatically, it is just too much. Please use lrzsz, zmtx-zmrx or any other free alternative. If nothing else works, you can always compile rzsz from the original source. Notes: svn path=/head/; revision=25115
* Add sapphireYukihiro Nakai2000-01-271-0/+1
| | | | | | | | PR: ports/16386 Submitted by: Trevor Johnson Notes: svn path=/head/; revision=25114
* Initial import.Yukihiro Nakai2000-01-275-0/+29
| | | | | | | | | | Small new window manager. PR: ports/16386 Submitted by: trevor@jpj.net Notes: svn path=/head/; revision=25113
* Make this compile on -current and respect CFLAGS.Jeremy Lea2000-01-272-6/+33
| | | | | | | Change maintainer to ports since old maintainer's email is invalid. Notes: svn path=/head/; revision=25112
* Change MASTER_SITES and MAINTAINER.Yukihiro Nakai2000-01-271-2/+4
| | | | | | | | PR: ports/16383 Submitted by: saper@system.pl Notes: svn path=/head/; revision=25111
* PLIST fix.Yukihiro Nakai2000-01-271-0/+4
| | | | | | | Submitted by: taoka@FreeBSD.org Notes: svn path=/head/; revision=25110