aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 2003-12-01 snapshot (quite some fixes).Gerald Pfeifer2003-12-062-8/+8
| | | | | | | Further simplify handling of .info files. Notes: svn path=/head/; revision=95194
* Add MASTER_SITES, update WWW.Joseph Koshy2003-12-062-3/+5
| | | | | | | | PR: ports/59978 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> Notes: svn path=/head/; revision=95186
* - Update to 3.07 (patchlevel 2Sergei Kolobov2003-12-066-821/+847
| | | | | | | | | | | | | | - Fix MASTER_SITES list - Update MANN and MLINK - Re-sort pkg-plist for better maintenance - Assign maintainership to the submitter PR: 59602 Submitted by: Eugene Ossintsev <eugos@gmx.net> Approved by: previous maintainer Notes: svn path=/head/; revision=95177
* - Update to work with tcl8.4Pav Lucistnik2003-12-055-7/+50
| | | | | | | | | | - Quiet portlint a bit PR: ports/58466 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=95120
* add qc-- 20031201Ying-Chieh Liao2003-12-0511-0/+155
| | | | | | | | | The Quick C-- Compiler PR: 59893 Notes: svn path=/head/; revision=95090
* Upgrade to 03-11.Oliver Braun2003-12-043-61/+11
| | | | Notes: svn path=/head/; revision=95079
* Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now.Oliver Braun2003-12-043-200/+140
| | | | | | | Parts submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=95075
* PR: 59958Dirk Meyer2003-12-043-3/+3
| | | | Notes: svn path=/head/; revision=95057
* - Udpate to 1.1.2Dirk Meyer2003-12-043-2/+5
| | | | Notes: svn path=/head/; revision=95052
* - Update to 8.4.5Dirk Meyer2003-12-042-3/+2
| | | | Notes: svn path=/head/; revision=95048
* Really mark as broken.Gerald Pfeifer2003-12-0413-13/+13
| | | | | | | Pointy hat to: self Notes: svn path=/head/; revision=95024
* Update to the 2003-11-26 snapshot and fix several packaging issues.Gerald Pfeifer2003-12-0439-871/+221
| | | | | | | | | | | Import significant simplifications of the post-install handling of GCJ include files from the gcc33 port. Use the new INFO= facility. The port is still (marked) broken, but should essentially work out of the box once the remaining upstream bugs have been fixed. Notes: svn path=/head/; revision=95022
* Upgrade to 0.8.6.Dag-Erling Smørgrav2003-12-043-29/+29
| | | | Notes: svn path=/head/; revision=95002
* Add WWW.Dmitry Sivachenko2003-12-0410-0/+20
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=94946
* The __WORD_BIT constant in GCC's stl_bvector.h caused a namespaceTrevor Johnson2003-12-041-0/+6
| | | | | | | conflict which kept the mailsync port from compiling. Resolve it. Notes: svn path=/head/; revision=94877
* Build the DynaLoader with -fPIC to fix some build problems on amd64.Joe Marcus Clarke2003-12-034-2/+24
| | | | | | | | Submitted by: tobez Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94849
* Unbreak: chase checksum for armstrong_thesis_2003.pdf.Jimmy Olgeni2003-11-282-2/+2
| | | | | | | | | PR: ports/59745 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94820
* This patch is still needed for -STABLE and older versions of 5.x.Joe Marcus Clarke2003-11-272-0/+24
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94810
* Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHSMarcel Moolenaar2003-11-271-3/+0
| | | | | | | | | that listed all archs, except ia64. Approved by: portmgr (kris) Notes: svn path=/head/; revision=94805
* Fix the build on ia64:Marcel Moolenaar2003-11-272-0/+24
| | | | | | | | | | | | | | | The __libc_ia64_register_backing_store_base variable is defined on Linux (in glibc) to allow processes to obtain the base of the RSE backing store. On FreeBSD we do not have such a variable. We also do not yet have a different interface for processes to use. So, for now, hardcode the base address of the RSE backing store as it is on FreeBSD. There's little chance this will change in the future, so it's not that evil. Approved by: portmgr (kris) Notes: svn path=/head/; revision=94803
* Use libgmp4 on -CURRENT to allow this port to build on 64-bit architectures.Joe Marcus Clarke2003-11-272-25/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94800
* This fixes plist problem for people unlucky enough to have aAnton Berezin2003-11-255-5/+10
| | | | | | | | | | | ${PREFIX}/share/man/man1 directory (which perl's Configure unconditionally prefers to anything else if found). Submitted by: se, vanilla Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94783
* Upgrade to nqc 2.5 r3. The old distfile has gone away.John Hay2003-11-253-17/+20
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94778
* Backout my upgrade to nqc 2.5 r3. We are in a code freeze.John Hay2003-11-243-19/+13
| | | | Notes: svn path=/head/; revision=94767
* Update to nqc 2.5 r3.John Hay2003-11-243-13/+19
| | | | Notes: svn path=/head/; revision=94766
* Fix plist on ia64 and amd64, and fix build on amd64.Joe Marcus Clarke2003-11-233-9/+34
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94744
* - Fix build on sparc64Pav Lucistnik2003-11-221-0/+1
| | | | | | | | Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94720
* - Update to version 2.1.5Kirill Ponomarev2003-11-224-37/+25
| | | | | | | | PR: 59581 Submitted by: Ports Fury Notes: svn path=/head/; revision=94718
* Add missing port to INDEX:Oliver Eikemeier2003-11-221-1/+2
| | | | | | | | | | | | | | - games/pathological - lang/gcc34 - net/ruby-romp - sysutils/prune sort. Approved by: marcus (mentor) Notes: svn path=/head/; revision=94703
* Add fix for a fatal bug in type's GC handling causes segfaults.Hye-Shik Chang2003-11-2115-3/+1464
| | | | | | | | | http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u Obtained from: Python CVS Notes: svn path=/head/; revision=94597
* Force to use gcc2.95. Fix configuration problems, too.Mark Linimon2003-11-202-12/+69
| | | | | | | | | Build-tested on 4.x and 5.x. PR: ports/58239 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer). Notes: svn path=/head/; revision=94577
* Look for JDK 1.4.2.Jimmy Olgeni2003-11-202-2/+2
| | | | Notes: svn path=/head/; revision=94570
* - Update to 0.8.5Kirill Ponomarev2003-11-208-53/+26
| | | | | | | | | | | - Unbreak this port - Use PORTDOCS macro PR: 59523 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=94510
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-203-3/+3
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-203-0/+3
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Add WITH_DEBUG knob and support for the new bsd.php.mk file.James E. Housley2003-11-204-6/+68
| | | | | | | | | | Forgotten in previous PR: add also BROKEN_WITH_PHP knob. PR: 59418 Submitted by: MAINTAINER Notes: svn path=/head/; revision=94454
* A completely new bsd.php.mk file for checking and selecting dependenciesJames E. Housley2003-11-205-67/+129
| | | | | | | | | | | | | | | | | | on various php ports. The system is backward compatible and adds the WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a next PR). It works much better and is more flexible (a future addition will be support for Apache 2 compiled with threads). This is the last step before moving the bsd.php.mk file into /usr/ports/Mk with the addition of USE_PHP={yes,4,5} global knob. While I'm here, remove the DEBUG option from the extension list and change the postgresql dependency. PR: 59418 Submitted by: MAINTAINER Notes: svn path=/head/; revision=94453
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-191-1/+1
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* Add Joe Armstrong's PhD thesis, "Making reliable distributed systemsJimmy Olgeni2003-11-193-4/+7
| | | | | | | | | | in the presence of software errors", describing the principles and design methodology behind Erlang/OTP. Abstract here: http://www.sics.se/~joe/thesis/spikblad.html Notes: svn path=/head/; revision=94397
* Update to 0.5Tilman Keskinoz2003-11-193-2/+8
| | | | | | | | | PR: 59465, 59473 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> \ KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=94370
* Forgot to check this in at the same time as Makefile and distinfo.Mark Linimon2003-11-181-4/+51
| | | | | | | Reminded by: submitter of original PR (ports/58996). Notes: svn path=/head/; revision=94244
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama2003-11-182-2/+4
| | | | Notes: svn path=/head/; revision=94243
* Maintainer update to latest version. Major changes: renumbered versioning;Mark Linimon2003-11-182-5/+4
| | | | | | | | | | the user interface has changed to vi(1) style. For other changes and bugfixes see alisp.t. PR: ports/58996 Submitted by: nmh@t3x.org (maintainer) Notes: svn path=/head/; revision=94238
* Incorporated into upstream version. PR: ports/58996.Mark Linimon2003-11-181-41/+0
| | | | Notes: svn path=/head/; revision=94237
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama2003-11-181-2/+2
| | | | Notes: svn path=/head/; revision=94222
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-175-5/+0
| | | | Notes: svn path=/head/; revision=94172
* Allow compiling with debugging enabled.James E. Housley2003-11-173-2/+9
| | | | | | | | PR: 58851 Submitted By: jeh Notes: svn path=/head/; revision=94168
* - Fix typo in LIB_DEPENDSKirill Ponomarev2003-11-171-3/+3
| | | | | | | | Noticed by: mich No cookies for: krion Notes: svn path=/head/; revision=94167
* - Use tcl84/tk84 instead of tcl83/tk83Kirill Ponomarev2003-11-161-8/+8
| | | | | | | | | | | - Bump PORTREVISION PR: 56654 Submitted by: YazzY <yazzy@yazzy.org> Approved by: maintainer timeout > 2 months Notes: svn path=/head/; revision=94101
* Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang2003-11-1510-0/+160
| | | | | | | Tested by: Lee Harr <missive@hotmail.com> Notes: svn path=/head/; revision=94043