summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to gindent ver 2.2.2Chris Piazza1999-10-012-7/+8
| | | | Notes: svn path=/head/; revision=22095
* Update to version 2.11.0Chris Piazza1999-09-303-2/+5
| | | | | | | | PR: 13881 Submitted by: maintainer Notes: svn path=/head/; revision=22083
* Update ORBit to 0.4.95.Foxfair Hu1999-09-294-4/+4
| | | | | | | Submitted by : maintainer. Notes: svn path=/head/; revision=22057
* added the following checking:Munechika SUMIKAWA1999-09-282-1/+9
| | | | | | | | | | | "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka Notes: svn path=/head/; revision=22049
* Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22044
* Upgrade to GNU Pth (STABLE), version 1.1.6Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22042
* Upgrade to GNU Pth (DEVELOPMENT), version 1.2b6Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22041
* Update to version 2.08.Steve Price1999-09-284-7/+9
| | | | | | | | | PR: 13708, 14000 Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>, Mike Fisher <mfisher@parsons.rh.rit.edu> Notes: svn path=/head/; revision=22037
* Recently we must use $FreeBSD instead of $Id in Makefile.Satoshi Taoka1999-09-281-2/+2
| | | | | | | | | So portlint needs this modification. Approved by: maintainer Notes: svn path=/head/; revision=22035
* Activate the sdcc port.Steve Price1999-09-271-0/+1
| | | | Notes: svn path=/head/; revision=21994
* Initial import of sdcc version 2.1.8.Steve Price1999-09-2710-0/+480
| | | | | | | | | | A tool for cross-compiling code for the 8051. PR: 13446 Submitted by: Doug Ambrisko <ambrisko@whistle.com> Notes: svn path=/head/; revision=21993
* Update to version 1.5a and add the WWW site to the DESCR.Steve Price1999-09-274-4/+32
| | | | | | | | PR: 13599 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21986
* Update to version 2.0.Steve Price1999-09-274-19/+28
| | | | | | | | PR: 13600 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21983
* We haven't for a long time (if ever) had to call g++ with -lg++ to compileSteve Price1999-09-271-2/+11
| | | | | | | a program so remove it and fix the build for all -current machines. Notes: svn path=/head/; revision=21977
* No need to include ':install' at the end of the BUILD_DEPENDS line sinceSteve Price1999-09-271-1/+1
| | | | | | | | it is implied if nothing is given. Picking nits I know, but it is now more "consistent" with the other ~2600 ports. Notes: svn path=/head/; revision=21971
* On page faults FreeBSD/Alpha gives SIGSEGV instead of SIGBUS.Steve Price1999-09-251-4/+8
| | | | Notes: svn path=/head/; revision=21933
* broken => fetch failsDavid E. O'Brien1999-09-251-0/+2
| | | | Notes: svn path=/head/; revision=21930
* Upgrade to GNU Portable Threads (Pth), development version 1.2b5Ralf S. Engelschall1999-09-242-3/+3
| | | | Notes: svn path=/head/; revision=21925
* Update to version 1.1.5Andrey Zakhvatov1999-09-243-45/+86
| | | | Notes: svn path=/head/; revision=21913
* Remove unused and unneeded variable (GMAKE=yes)Chris Piazza1999-09-241-1/+0
| | | | Notes: svn path=/head/; revision=21901
* Added tclreadlineSatoshi Taoka1999-09-241-0/+1
| | | | Notes: svn path=/head/; revision=21900
* GNU readline for TCLSatoshi Taoka1999-09-245-0/+49
| | | | | | | | PR: 12341 Submitted by: "Daniel J. O'Connor" <darius@dons.net.au> Notes: svn path=/head/; revision=21899
* Upgrade to version 1.5.19a.David E. O'Brien1999-09-222-2/+2
| | | | Notes: svn path=/head/; revision=21880
* While I'm at it, fix the display of errno by taking the absolute value of it.Marcel Moolenaar1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21863
* Fix breakage of linux_kdump after the alignment of syscall arguments byMarcel Moolenaar1999-09-212-2/+2
| | | | | | | | | | | dt@FreeBSD.org. Aligning the arguments caused linux_kdump to shift the arguments one to the right (ie argument 2 was showed as argument 1). Needless to say that such a trace is not very usefull... Change the package version to 1.3 Notes: svn path=/head/; revision=21858
* Mark this broken, doesn't build on either 3-stable or 4-current withSatoshi Asami1999-09-211-0/+2
| | | | | | | | | | | | | | | | | | a message like the one below: === g++ -c -O -pipe -I/usr/include/g++-include -I. -I/usr/local/include/pccts -o cccc.o cccc.cpp cccc.cpp: In method `void CParser::start(class ASTBase **)': cccc.cpp:47: `zzTracePrevRuleName' undeclared (first use this function) cccc.cpp:47: (Each undeclared identifier is reported only once cccc.cpp:47: for each function it appears in.) : === My guess is that this one was left behind after the pccts upgrade. Notes: svn path=/head/; revision=21849
* Make this handle libraries of the form /dir/...s/libfoo.a.Satoshi Asami1999-09-205-5/+50
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=21824
* Update to version 1.11.4Chris Piazza1999-09-192-5/+5
| | | | | | | | PR: 13816 Submitted by: maintainer Notes: svn path=/head/; revision=21762
* Update master site.Wolfram Schneider1999-09-191-1/+1
| | | | Notes: svn path=/head/; revision=21744
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-172-2/+2
| | | | Notes: svn path=/head/; revision=21694
* This port seems to require the '-b' flag in FETCH_BEFORE_ARGS.Steve Price1999-09-171-0/+2
| | | | Notes: svn path=/head/; revision=21688
* Upgrade to GNU Portable Threads (Pth), development version 1.2b4Ralf S. Engelschall1999-09-172-3/+3
| | | | Notes: svn path=/head/; revision=21682
* SetSatoshi Asami1999-09-113-0/+3
| | | | | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer Notes: svn path=/head/; revision=21649
* Submitted by: maintainerSatoshi Asami1999-09-1140-320/+1180
| | | | | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114 Notes: svn path=/head/; revision=21648
* $Id$ -> $FreeBSD$ (billf)Peter Wemm1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21593
* $Id$ -> $FreeBSD$ (obrien)Peter Wemm1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21592
* Upgrade to 1.6b1.Thomas Gellekum1999-09-102-4/+4
| | | | Notes: svn path=/head/; revision=21559
* Add backup MASTER_SITE.Joseph Koshy1999-09-101-1/+2
| | | | Notes: svn path=/head/; revision=21534
* Nuke gdbtk. It's being replaced by insight.Justin M. Seger1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21526
* Upgrade to 0.6.0.Thomas Gellekum1999-09-096-1194/+1324
| | | | Notes: svn path=/head/; revision=21488
* xspin333.tcl should be in the PLIST, not 300Chris Piazza1999-09-081-1/+1
| | | | | | | | PR: 13620 Submitted by: Jonathan Hanna <pangolin@home.com> Notes: svn path=/head/; revision=21433
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-072-2/+2
| | | | Notes: svn path=/head/; revision=21367
* Remove sawt, it's been orphanated by the authors for awhile. Also,Satoshi Asami1999-09-071-1/+0
| | | | | | | | | | it's been marked broken since last November without anybody fixing it, so it's probably not that high on people's necessity list either. Submitted by: maintainer Notes: svn path=/head/; revision=21361
* Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall1999-09-062-3/+3
| | | | Notes: svn path=/head/; revision=21301
* Add p5-Parse-RecDescentBill Fumerola1999-09-051-0/+1
| | | | Notes: svn path=/head/; revision=21283
* RecDescent incrementally generates top-down recursive-descent textBill Fumerola1999-09-055-0/+69
| | | | | | | | | | parsers from simple yacc-like grammar specifications. Submitted by: W. Gerald Hicks <wghicks@bellsouth.net> PR: ports/12569 Notes: svn path=/head/; revision=21282
* Upgrade to GNU Portable Shell Tool (shtool), version 1.4.6Ralf S. Engelschall1999-09-052-3/+3
| | | | Notes: svn path=/head/; revision=21271
* turn on cdeclDavid E. O'Brien1999-09-051-0/+1
| | | | Notes: svn path=/head/; revision=21270
* Cdecl composes compilable C declarations and typecasts from descriptiveDavid E. O'Brien1999-09-057-0/+72
| | | | | | | | | English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library). Notes: svn path=/head/; revision=21269
* Update to version 1.11.1Chris Piazza1999-09-042-5/+5
| | | | | | | | PR: 13578 Submitted by: maintainer Notes: svn path=/head/; revision=21262