summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rework MASTER_SITES:Dirk Froemberg1999-08-196-72/+73
| | | | | | | | | | - move MASTER_SITES for mod_ssl from scripts/configure.php to Makefile thus include them in the heavy rotation - use ${PHP_DISTDIR} for PHP to minimize the diffs between apache13-php[34] - cut down to 30 sites (10 for apache, php and mod_ssl each) Notes: svn path=/head/; revision=20811
* Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 andSatoshi Asami1999-08-1926-541/+584
| | | | | | | | | | | | | | | | | eb-2.3, I changed the versions and recalculated the checksums. Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so it won't leave dozens of lines to /var/log/messages every time someone looks up a word, and eb/patches/patch-aa (by Kasahara-san, the original author) is for changing the shared lib versions. ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly. PR: 12130 Submitted by: maintainer Reviewed (my changes) by: maintainer Notes: svn path=/head/; revision=20810
* Correct ome alignment problem with patch-ab, this caused make failure.Foxfair Hu1999-08-192-4/+4
| | | | | | | Submitted by: ycheng@sinica.edu.tw, jtjang@gcn.net.tw Notes: svn path=/head/; revision=20809
* Move ports/misc/toolbox to ports/x11-wm/toolbox with a repoChris Piazza1999-08-193-5/+5
| | | | | | | copy by Satoshi Asami. Notes: svn path=/head/; revision=20808
* Update to version 5.30Chris Piazza1999-08-194-35/+25
| | | | | | | | PR: 13242 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20807
* Update to version 3.1.6, remove a double MASTER_SITE, and fix portlintBrian Feldman1999-08-192-6/+5
| | | | | | | | | warnings. Approved by: obrien Notes: svn path=/head/; revision=20806
* Add alevt.Satoshi Asami1999-08-191-1/+2
| | | | Notes: svn path=/head/; revision=20805
* Add editors/bitmap-{emacs20,fonts}, x11-fonts/bitmap-font.Satoshi Asami1999-08-192-2/+5
| | | | Notes: svn path=/head/; revision=20804
* Upgrade to version 2.95.1.David E. O'Brien1999-08-194-16/+16
| | | | Notes: svn path=/head/; revision=20803
* I forgot to wnntouch ${PKG_PREFIX}/lib/wnn/ja_JP/dic/gerodic inSatoshi Taoka1999-08-191-1/+1
| | | | | | | | | Wnn/pkg/INSTALL. Noticed by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=20802
* Upgrade to zebra 0.77Andreas Klemm1999-08-196-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Sun, 15 Aug 1999 23:47:59 +0900 This beta includes brand new ripd. Almost codes of ripd is rewritten. ripd's dynamic `network' command configuration is improved. `timers basic' command's semantics is changed to conforms to RFC2453. ripngd is also updated as same as ripd. IPv6 kernel route handling bug is fixed. SIGUSR1 reopen logging file. ospfd's bug of originating network LSA is fixed. Redistribute routes handling is much improved. Now `no redistribute' works as expected. BGP-4+ withdraw bug is fixed. IPv6 router advertisement codes are added but not yet usable. * Changes in zebra-0.77 * Changes in lib ** SIGUSR1 reopen logging file. ** route-map is extended to support multi-protocol routing information. ** When compiling under GNU libc 2.1 environment don't use inet6-apps. * Changes in zebra ** Basic IPv6 router advertisement codes added. It is not yet usable. ** Fix IPv6 route addition/deletion bug is fixed. ** `show ip route A.B.C.D' works * Changes in bgpd ** When invalid unfeasible routes length comes, bgpd send notify then continue to process the packet. Now bgpd stop parsing invalid packet then return to main loop. ** BGP-4+ withdrawn routes parse bug is fixed. ** When BGP-4+ information passed to non shared network's peer, trim link-local next-hop information. ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP routing information. ** `show ipv6 route IPV6ADDR' command added. ** BGP start timer has jitter. ** Holdtimer configuration bug is fixed. Now configuration does not show unconfigured hold time value. * Changes in ripngd ** Now update timer (default 30 seconds) has +/- 50% jitter value. ** Add timers basic command. ** `network' configuration is dynamically reflected. ** `timers basic <update> <timeout> <garbage>' added. * Changes in ripd ** Reconstruct almost codes. ** `network' configuration is dynamically reflected. ** RIP timers now conforms to RFC2453. So user can configure update, timeout, garbage timer. ** `timers basic <update> <timeout> <garbage>' works. * Changes in ospfd ** Bug of originating network LSA is fixed. ** `no router ospf' core dump bug is fixed. * Changes in ospf6d ** Redistribute route works. Notes: svn path=/head/; revision=20801
* Use a better sed(1) pattern in case I break __FreeBSD__ again.David E. O'Brien1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20800
* Don't assign __FreeBSD__ a value here. (pulled too much in fromDavid E. O'Brien1999-08-182-4/+4
| | | | | | | | | | src/contrib/egcs/ again) PR: 13224 Submitted by: imura@cs.titech.ac.jp Notes: svn path=/head/; revision=20799
* update to new version 0.73Andreas Klemm1999-08-183-32/+77
| | | | Notes: svn path=/head/; revision=20798
* Update MASTER_SITESChris Piazza1999-08-181-3/+3
| | | | | | | | PR: 13238 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20797
* netscape45-communicator.us -> netscape46-communicator.usDavid E. O'Brien1999-08-181-2/+2
| | | | Notes: svn path=/head/; revision=20796
* cp -> ${CP}Chris Piazza1999-08-181-8/+8
| | | | | | | | | | | mv -> ${MV} echo -> ${ECHO} PR: 13181 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru> Notes: svn path=/head/; revision=20795
* Activate xminesChris Piazza1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20794
* Imp[ort of xmines.Chris Piazza1999-08-187-0/+87
| | | | | | | | | | | Xmines is yet another minesweeper-type game for the X window system. PR: 13221 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=20793
* MASTER_SITE updateChris Piazza1999-08-181-2/+3
| | | | | | | | PR: 13189 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=20792
* Upgrade to 4.49.1.Munechika SUMIKAWA1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20791
* Update to version 2.6.1Chris Piazza1999-08-182-11/+9
| | | | | | | | PR: 13203 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=20790
* Update to version 2.6.1Chris Piazza1999-08-186-30/+21
| | | | | | | | PR: 13204 Submitted by: maintainer Notes: svn path=/head/; revision=20789
* Update to version 1.2.8Chris Piazza1999-08-182-4/+4
| | | | | | | | PR: 13193 Submitted by: maintainer Notes: svn path=/head/; revision=20788
* Key off the DISTNAME more, so that upgrading requires less editing.David E. O'Brien1999-08-182-48/+48
| | | | Notes: svn path=/head/; revision=20787
* Update to patchlevel 33.David E. O'Brien1999-08-186-9/+30
| | | | Notes: svn path=/head/; revision=20786
* Make dependency to emacs binary as an absolute path.SADA Kenji1999-08-184-6/+4
| | | | | | | | | | Remove needless ``site-lisp'' from load-path at startup-el.el . Submitted by: Shigeyuki Fukushima <shige@FreeBSD.org> Approved by: maintainer Notes: svn path=/head/; revision=20785
* Fix MASTER_SITES for php-4.0b2.Dirk Froemberg1999-08-182-12/+14
| | | | | | | Reported by: andreas Notes: svn path=/head/; revision=20784
* GNU Pth 1.1b7 (the hourly bump ;)Ralf S. Engelschall1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20783
* Import of AleVTRoger Hardiman1999-08-187-0/+64
| | | | | | | | AleVT is a X11 Teletext decoder and viewer. It reads foom /dev/vbi It supports multiple windows, page cache and some command line utils. Notes: svn path=/head/; revision=20782
* Bitmap-emacs20 is Package to use bitmap in Emacs20.Shigeyuki Fukushima1999-08-1810-0/+154
| | | | | | | | | | Bitmap-emacs20 has following modules: - bitmap.el: kernel of bitmap-emacs20 - po.el: tiny BDF font editor - smiley-mule.el: smiley-mark encoder/decoder Notes: svn path=/head/; revision=20781
* Bitmap-mule is Package to use bitmap in Mule.Shigeyuki Fukushima1999-08-1813-0/+196
| | | | | | | | | | Bitmap-mule has following modules: - bitmap.el: kernel of bitmap-mule - po.el: tiny BDF font editor - smiley-mule.el: smiley-mark encoder/decoder Notes: svn path=/head/; revision=20780
* Bitmap font, 8 dots x 16 dots bitmap font.Shigeyuki Fukushima1999-08-186-0/+82
| | | | | | | Bitmap font is used on Mule with bitmap-mule or Emacs20 with bitmap-emacs20. Notes: svn path=/head/; revision=20779
* GNU Pth 1.1b5 -> 1.1b6Ralf S. Engelschall1999-08-182-4/+4
| | | | Notes: svn path=/head/; revision=20778
* Fix the way the port figures out if linux support is present in the kernel.Marcel Moolenaar1999-08-1811-77/+77
| | | | | | | | | | | | It now also works when the linuxulator is compiled into the kernel (using options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed for the wrong reasons. My apologies to the originator. PR: 12918 Originator: Dean Lombardo <dlombardo@excite.com> Notes: svn path=/head/; revision=20777
* Do not require dependencies to be deleted to be explicitly listed.Satoshi Asami1999-08-181-3/+29
| | | | | | | | Any dependency that doesn't exist as a package will be automatically deleted from the list of dependencies. Notes: svn path=/head/; revision=20776
* Add NO_CDROMRalf S. Engelschall1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20775
* Oops, merged the wrong version. Use 1.2, not 1.1.Satoshi Asami1999-08-181-1/+3
| | | | Notes: svn path=/head/; revision=20774
* Resurrect pth-devel after talking to rse. This port is essentiallySatoshi Asami1999-08-186-1/+74
| | | | | | | | a scratch box that is not to appear in the main history of pth, so no repository copying is necessary. Notes: svn path=/head/; revision=20773
* Moved gyrosscope from www to x11.Jim Mock1999-08-186-0/+56
| | | | Notes: svn path=/head/; revision=20772
* Remove from www category and put into x11 category.Jim Mock1999-08-182-3/+3
| | | | Notes: svn path=/head/; revision=20771
* Add pipsecdSatoshi Asami1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20770
* Activate fineChris Piazza1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20768
* Import of fine.Chris Piazza1999-08-187-0/+140
| | | | | | | | | fine is "The Finally INteligent Editor" that does syntax highlighting, has the ability to be programmed to insert text with key bindings and more. It uses the QT toolkit. Notes: svn path=/head/; revision=20767
* Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,Tim Vanderhoek1999-08-182-4/+4
| | | | | | | | | some piece of the base system (a-la crypto). I wrote "rsaref port" instead of "security/rsaref" since on the remote chance that rsaref switches categories, I don't want the message to become wrong. Notes: svn path=/head/; revision=20766
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-1731-122/+122
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Fix an invalid skkserv startup script.Shigeyuki Fukushima1999-08-171-1/+4
| | | | | | | | | PR: ports/13146 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Reviewed by: Maintainer Notes: svn path=/head/; revision=20764
* (With my PW cap on) Emergency operation: temporarily remove pth-develSatoshi Asami1999-08-176-76/+1
| | | | | | | while we sort out repository copy issues. Notes: svn path=/head/; revision=20763
* Add NO_LATEST_LINKRalf S. Engelschall1999-08-171-1/+3
| | | | Notes: svn path=/head/; revision=20762
* Activate new pth-devel portRalf S. Engelschall1999-08-171-1/+2
| | | | Notes: svn path=/head/; revision=20761