summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-294-10/+74
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23486
* Update to Tcl/Tk version 8.2.Steve Price1999-11-293-1/+12
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23485
* Update to Tcl/Tk version 8.2 and fix for gcc 2.95.Steve Price1999-11-2910-94/+158
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23484
* Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.Steve Price1999-11-2930-116/+438
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23483
* Add the elided text patch from the TkMan distribution.Steve Price1999-11-291-0/+911
| | | | Notes: svn path=/head/; revision=23482
* Guile shared lib version changedJustin M. Seger1999-11-297-7/+7
| | | | Notes: svn path=/head/; revision=23481
* Upgrade to guile-1.3.4Justin M. Seger1999-11-293-36/+50
| | | | Notes: svn path=/head/; revision=23480
* Update to a current CVS_DATE. The only real change I see is the (big)Brian Feldman1999-11-284-155/+157
| | | | | | | | | | change of KNFization being finalized :) Patches had to be modified, but should look "better" according to style(9), now. Notes: svn path=/head/; revision=23479
* Update web information.Bill Fumerola1999-11-286-30/+42
| | | | | | | | PR: ports/14982 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23478
* (1) Look for ${PREFIX}/sbin/apache instead of apache.Bill Fumerola1999-11-286-12/+6
| | | | | | | | | Submitted by: David Kirchner <dpk@nwserv.com> (2) Remove CHMOD definition, we already do it in bsd.port.mk Notes: svn path=/head/; revision=23477
* Change CFLAGS to get modified in Makefile.inc, fixing theBrian Feldman1999-11-282-4/+6
| | | | | | | | | problem several people have reported with make.conf setting ${CFLAGS}. Partially submitted by: Jos Backus <Jos.Backus@nl.origin-it.com> Notes: svn path=/head/; revision=23476
* Update to version 1.28Chris Piazza1999-11-283-4/+4
| | | | | | | | | | | patch-ac is from: Christian Weisgerber <naddy@mips.rhein-neckar.de> PR: 15129 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23475
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-28133-270/+517
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* gcc 2.95 requires us to be explicit about the return type of functions.Steve Price1999-11-281-0/+11
| | | | Notes: svn path=/head/; revision=23473
* Update to use Tk version 8.2.Steve Price1999-11-282-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23472
* Cope with ANSI C++'isms when gcc 2.95 is the system compiler.Steve Price1999-11-2839-6/+1134
| | | | Notes: svn path=/head/; revision=23471
* Update to Tcl/Tk version 8.2.Steve Price1999-11-283-18/+18
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23470
* Need to #include sys/signal.h earlier so this builds again on -current.Steve Price1999-11-282-0/+20
| | | | Notes: svn path=/head/; revision=23469
* Update to version Tk version 8.2.Steve Price1999-11-284-6/+6
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23468
* Update to version 0.1.3 and use Tcl 8.2.Steve Price1999-11-284-46/+59
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23467
* Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95Steve Price1999-11-285-20/+20
| | | | | | | | | as the system compiler. Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23466
* Temporarily use version 8.0.x of Tcl/Tk until we get the japaneseSteve Price1999-11-284-0/+20
| | | | | | | equivalents of version 8.2.x. Notes: svn path=/head/; revision=23465
* Remove second MAINTAINER entry and portlint.Steve Price1999-11-281-3/+1
| | | | Notes: svn path=/head/; revision=23464
* gcc 2.95 (being more ANSI C++ compliant) doesn't allow declaring variablesSteve Price1999-11-281-0/+11
| | | | | | | with no type. Notes: svn path=/head/; revision=23463
* Update to 0.6.1Nick Sayer1999-11-282-4/+4
| | | | | | | Submitted by: sascha@schumann.cx Notes: svn path=/head/; revision=23462
* Update to version 5.1.4Chris Piazza1999-11-282-3/+3
| | | | Notes: svn path=/head/; revision=23461
* Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien1999-11-283-0/+38
| | | | | | | | | | | | | | | | | | many programs to use 100% CPU after a login session was ungracefully closed because SIGHUP will not be delivered to processes started from bash1 used as login shell (SIGHUP is ignored when bash1 is running as login shell and telnet connection is made because ignored SIGHUP is inherited from inetd->telnetd->getty->login; ignored SIGHUP is restored before starting any program from shell). These patches were derived from Bash 2.03, and attempt to impliement the Bash 2.03 behavior. PR: 14943 Submitted by: Max Khon (fjoe@iclub.nsu.ru) Notes: svn path=/head/; revision=23460
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1999-11-281-1/+10
| | | | Notes: svn path=/head/; revision=23459
* Update to version 0.9.Steve Price1999-11-284-6/+6
| | | | | | | | PR: 15121 Submitted by: maintainer Notes: svn path=/head/; revision=23458
* Massage to look a bit more like the 8.2.x versions of Tcl/Tk after theSteve Price1999-11-271-0/+2
| | | | | | | | repository copy. These are just placeholders for now and both marked broken pending the real upgrade. Any takers? :) Notes: svn path=/head/; revision=23457
* Fix typo in MAINTAINTER's mail address.R. Imura1999-11-271-1/+1
| | | | Notes: svn path=/head/; revision=23456
* The pkg_version port is now part of the base system so keeping an entrySteve Price1999-11-271-1/+0
| | | | | | | in this Makefile only causes grief. Notes: svn path=/head/; revision=23455
* Update maintainer's Email address.Steve Price1999-11-272-3/+2
| | | | | | | | PR: 15116 Submitted by: maintainer Notes: svn path=/head/; revision=23454
* Update maintainer's Email address.Steve Price1999-11-272-3/+2
| | | | | | | | PR: 15114 Submitted by: maintainer Notes: svn path=/head/; revision=23453
* Update maintainer's Email address.Steve Price1999-11-272-3/+2
| | | | | | | | PR: 15113 Submitted by: maintainer Notes: svn path=/head/; revision=23452
* Activate the kplot3d port.Steve Price1999-11-271-0/+1
| | | | Notes: svn path=/head/; revision=23451
* Initial import of kplot3d version 0.69.Steve Price1999-11-277-0/+195
| | | | | | | | | | A KDE 3D surface plotting tool. PR: 14610 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23450
* Use stripped hostname via `hostname -s` in various scripts, to make themDirk Froemberg1999-11-2710-10/+100
| | | | | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=23449
* upgrade to 2.3.5.Munechika SUMIKAWA1999-11-2713-29/+32
| | | | | | | | PR: 14719 Submitted by: maintainer Notes: svn path=/head/; revision=23448
* Re-import of p5-MyObject version 1.0.Steve Price1999-11-275-0/+43
| | | | | | | | | | Accesses data in an MySQL database as Perl objects. PR: 14847 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23447
* Activate the grepmail port.Steve Price1999-11-271-0/+1
| | | | Notes: svn path=/head/; revision=23446
* Initial import of grepmail version 4.1.Steve Price1999-11-275-0/+34
| | | | | | | | | | Search mailboxes for a given regexp and display matching emails. PR: 15007 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23445
* Activate the p5-MyObject port.Steve Price1999-11-271-0/+1
| | | | Notes: svn path=/head/; revision=23444
* * Update from 1.2016 to 1.2209Steve Price1999-11-276-18/+20
| | | | | | | | | | | | | | | | * Volunteer to take over this port (recently relinquished by vanilla@freebsd.org) * Change BUILD_DEPENDS ${PREFIX} -> ${LOCALBASE} as required by portlint * Configure for noninteractive configure with MySQL only * Reflect change of DBD:mysql module location * Reflect change of DBD:mysql man page PR: 14969 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23443
* add iconbase optionAndrey A. Chernov1999-11-272-23/+101
| | | | Notes: svn path=/head/; revision=23442
* Add some files missed in last commit.Steve Price1999-11-271-0/+34
| | | | Notes: svn path=/head/; revision=23441
* Update to use the xemacs-mule-sumo port.Steve Price1999-11-275-10/+15
| | | | | | | | PR: 14592 Submitted by: maintainer Notes: svn path=/head/; revision=23440
* Activate the xemacs-mule-sumo port.Steve Price1999-11-271-0/+1
| | | | Notes: svn path=/head/; revision=23439
* New mule-sumo package port for Xemacs.Steve Price1999-11-275-0/+83
| | | | | | | | PR: 14591 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=23438
* Activate the xemacs-mule-packages port.Steve Price1999-11-271-0/+1
| | | | Notes: svn path=/head/; revision=23437