aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* As announced on May 6, remove the broken lang/wxbasic port.Kris Kennaway2003-08-087-181/+0
| | | | Notes: svn path=/head/; revision=86550
* As announced on May 6, remove the broken lang/pnet port.Kris Kennaway2003-08-086-139/+0
| | | | Notes: svn path=/head/; revision=86549
* BROKEN: Does not fetch.Kris Kennaway2003-08-081-0/+2
| | | | | | | | | This port is scheduled for removal in 3 months if it is still broken at that time. If anyone is interested in fixing it, please submit your patches to the maintainer, or via send-pr if the maintainer is unresponsive. Notes: svn path=/head/; revision=86534
* Bump PORTEPOCH.Jimmy Olgeni2003-08-073-0/+3
| | | | Notes: svn path=/head/; revision=86523
* fix build on CURRENTOliver Lehmann2003-08-074-6/+132
| | | | | | | | - s|varargs.h|stdarg.h| - s|void va_start(va_list ap);|void va_start(va_list ap, last);|g Notes: svn path=/head/; revision=86519
* - Remove somewhat buggy libc_r lackness detection. (at least for bento)Hye-Shik Chang2003-08-073-10/+7
| | | | | | | | - Bump PORTREVISION to enable the thread support in the package building environments. Notes: svn path=/head/; revision=86494
* Now that ruby 1.8.0 is officially released, rename ruby to ruby16, andAkinori MUSHA2003-08-0716-1241/+10
| | | | | | | ruby-devel to ruby18. Notes: svn path=/head/; revision=86491
* Upgrade to version R9C.Jimmy Olgeni2003-08-073-135/+140
| | | | Notes: svn path=/head/; revision=86487
* Upgrade to release R9C-0, and start using OTP release numbers asJimmy Olgeni2003-08-0716-228/+86
| | | | | | | port versions. Notes: svn path=/head/; revision=86486
* BROKEN: Broken pkg-plistKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86481
* Does not compileKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86460
* Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-08-062-8/+7
| | | | Notes: svn path=/head/; revision=86394
* Ruby 1.8.0 builds fine and make test passes on amd64.Akinori MUSHA2003-08-052-2/+2
| | | | Notes: svn path=/head/; revision=86342
* style nit.David E. O'Brien2003-08-041-1/+1
| | | | Notes: svn path=/head/; revision=86308
* Get lang/ruby_static-devel to build.Akinori MUSHA2003-08-042-2/+2
| | | | Notes: svn path=/head/; revision=86297
* Use the nice new infrastructure for handling .info files. It's so muchGerald Pfeifer2003-08-042-22/+2
| | | | | | | simpler now. Notes: svn path=/head/; revision=86293
* Fix build on 5.1-CURRENT after recent sys.mk changes.Ruslan Ermilov2003-08-041-29/+33
| | | | | | | Urged by: kris Notes: svn path=/head/; revision=86285
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andAkinori MUSHA2003-08-046-18/+168
| | | | | | | | | | | | | AMD64 ports still need some more testing and tweaking) By this update, openssl, webrick and xmlrpc modules are now part of the standard distribution. Since this version should no longer be called -devel, I am planning on repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively. Notes: svn path=/head/; revision=86273
* Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.David E. O'Brien2003-08-042-19/+19
| | | | Notes: svn path=/head/; revision=86262
* - back out last changesDirk Meyer2003-08-043-9/+0
| | | | | | | | kris states that fpsetround is supported, despite that is not part of C99 standard. Notes: svn path=/head/; revision=86253
* - mark NOT_FOR_ARCHS for amd64Dirk Meyer2003-08-031-0/+3
| | | | Notes: svn path=/head/; revision=86225
* - NOT_FOR_ARCHS amd64, fpsetround does not exist.Dirk Meyer2003-08-033-0/+9
| | | | Notes: svn path=/head/; revision=86222
* Chase the zzip shared lib version.Joe Marcus Clarke2003-08-021-1/+1
| | | | | | | | PR: 55197 Submitted by: maintainer Notes: svn path=/head/; revision=86202
* Unbreak for 5.x.Joseph Koshy2003-08-022-4/+11
| | | | Notes: svn path=/head/; revision=86192
* Fix build on gcc-3.3.xMaho Nakata2003-08-021-0/+537
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86169
* Upgrade to 6.0.1.Oliver Braun2003-08-012-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=86142
* Add md5 digest for python 2.4a0.20030801Hye-Shik Chang2003-08-013-0/+3
| | | | Notes: svn path=/head/; revision=86115
* Update to 2.4a0 snapshot of 1 Aug 2003Hye-Shik Chang2003-08-0121-70/+70
| | | | Notes: svn path=/head/; revision=86113
* fix MASTER_SITES and split them into release-candidate and release sectionsOliver Lehmann2003-08-011-9/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=86108
* fix lang/mawk: Fix broken configure by re-running autoconf (bento)Daichi GOTO2003-08-011-0/+1
| | | | | | | | PR: 55104 Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de> Notes: svn path=/head/; revision=86105
* Load rbconfig.rb before referring to Config and unbreak.Akinori MUSHA2003-07-314-52/+4
| | | | Notes: svn path=/head/; revision=86088
* Comment out post-patch target for a while. It breaks kris's INDEX build.Hye-Shik Chang2003-07-311-6/+6
| | | | Notes: svn path=/head/; revision=86086
* Update python documentation ports to Python-2.3's.Hye-Shik Chang2003-07-312-3/+22
| | | | Notes: svn path=/head/; revision=86072
* - Add python22 as an alternative version.Hye-Shik Chang2003-07-314-13/+26
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86070
* - Update to Python-2.3Hye-Shik Chang2003-07-3115-1353/+2646
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86069
* ONLY_FOR_ARCHS=i386Kris Kennaway2003-07-311-0/+1
| | | | Notes: svn path=/head/; revision=86045
* Remove a unnecsesary patch.Norikatsu Shigemura2003-07-311-139/+0
| | | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself Notes: svn path=/head/; revision=86030
* o Update to 4.3.3RC2.Norikatsu Shigemura2003-07-315-34/+118
| | | | | | | | | | | | | o Add identification to php4 configuration dialog [1]. o Fix incorrect detecting of OpenLDAP dependency [2]. PR: ports/55100, ports/54283[1], ports/54726[2] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Mark Linimon <linimon@lonesome.com> [1] Jens Rehsack <rehsack@liwing.de> [2] Notes: svn path=/head/; revision=86028
* BROKEN: Does not compile (5.x) or install (4.x)Kris Kennaway2003-07-311-0/+2
| | | | Notes: svn path=/head/; revision=85995
* Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED. Mark BROKEN (does notKris Kennaway2003-07-311-2/+2
| | | | | | | compile). Notes: svn path=/head/; revision=85993
* Instead of setting NO_PACKAGE to note that the port does not respect CCKris Kennaway2003-07-311-1/+1
| | | | | | | or CFLAGS, just note it in the pre-everything target. Notes: svn path=/head/; revision=85987
* update to 1.14, fix pkg-plistOliver Lehmann2003-07-304-15/+6
| | | | Notes: svn path=/head/; revision=85911
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update to 0.7 to 0.7.1Maho Nakata2003-07-293-21/+11
| | | | | | | | PR: 54894 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=85810
* Update to T3X 8.0.4, added ONLY_FOR_ARCHS = i386Kirill Ponomarev2003-07-282-2/+4
| | | | | | | | | PR: 54985 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85782
* Add an explicit dependency on EMACS.Joseph Koshy2003-07-271-0/+2
| | | | Notes: svn path=/head/; revision=85674
* - cleanup post-installDirk Meyer2003-07-271-2/+1
| | | | Notes: svn path=/head/; revision=85654
* - flat layoutDirk Meyer2003-07-261-24/+24
| | | | Notes: svn path=/head/; revision=85623
* - update to 1.7.2Dirk Meyer2003-07-263-33/+38
| | | | | | | - flat layout Notes: svn path=/head/; revision=85622
* Upgrade to v3.9.5.Joseph Koshy2003-07-253-19/+17
| | | | Notes: svn path=/head/; revision=85583