summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Significantly simplify and shorten the post-install handling of GCJ includeGerald Pfeifer2003-11-151-26/+7
| | | | | | | files. Notes: svn path=/head/; revision=94031
* Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.Gerald Pfeifer2003-11-14104-3835/+585
| | | | | | | | | | There is no bounds-checking patch for GCC 3.4 yet, extended printf format checking for FreeBSD has not been ported yet, and the port is BROKEN due to weird libjava build failures which occur if and only if building from within the FreeBSD ports system. Notes: svn path=/head/; revision=93976
* correct the syntax of the warning -> error optionsAlexander Leidinger2003-11-142-2/+2
| | | | Notes: svn path=/head/; revision=93941
* - Update to 7.1.032.Alexander Leidinger2003-11-146-300/+134
| | | | | | | | | | | | | | | | | | | | | | | - Transform some warnings into errors as suggested by some included docs (some kind of MSVC compatibility which isn't reverted in icc for linux). ld.c: - add possibility to use a different threads lib via PTHREAD_LIBS variable (e.g. PTHREAD_LIBS=-lthr) [1] this may be subject to change when gcc learns how to handle our different threads libs - refactor some code [1][2] - remove mailwrapper license, there's no code from mailwrapper anymore [2] - correct the order of libc and libc_r [1][2] Submitted by: mi [1] Submitted by: Marius Strobl <marius@alchemy.franken.de> [2] Reviewed by: Marius Strobl <marius@alchemy.franken.de> [1] Notes: svn path=/head/; revision=93939
* This dependency should be EXTRACT_DEPENDS instead of BUILD_DEPENDS.Akinori MUSHA2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93911
* Unbreak by removing an obsolete patch, which fix has already beenAkinori MUSHA2003-11-132-12/+0
| | | | | | | integrated into lang/ruby16. Notes: svn path=/head/; revision=93910
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-139-14/+15
| | | | Notes: svn path=/head/; revision=93887
* - Update to version 0.23Kirill Ponomarev2003-11-122-2/+2
| | | | | | | | PR: 59229 Submitted by: maintainer Notes: svn path=/head/; revision=93844
* Clarify a sentence on pkg-message.Hye-Shik Chang2003-11-123-3/+3
| | | | | | | | PR: 59196 Submitted by: Linh Pham <question@closedsrc.org> Notes: svn path=/head/; revision=93841
* - update MASTER_SITESDirk Meyer2003-11-121-3/+1
| | | | Notes: svn path=/head/; revision=93826
* - Patch only *.[ch] filesKirill Ponomarev2003-11-121-1/+1
| | | | | | | | PR: 59198 Submitted by: maintainer Notes: svn path=/head/; revision=93807
* add .so supportYing-Chieh Liao2003-11-124-12/+30
| | | | | | | | | | utilize DOCSDIR PR: 59199 Submitted by: maintainer Notes: svn path=/head/; revision=93785
* In some cases of weird symlinking (possibly triggered by portupgrade),Anton Berezin2003-11-1210-15/+40
| | | | | | | | | | | perl binary might fail to be installed during make install. Try to fix that. Reported by: "Shobaki sam." <shsam@free.fr> PR: 59186 Notes: svn path=/head/; revision=93765
* - make build only on i386 alphaDirk Meyer2003-11-111-0/+1
| | | | | | | | | | from bento: > Configuration sparc64-portbld-freebsd5.1 not supported > Configuration amd64-portbld-freebsd5.1 not supported > Configuration ia64-portbld-freebsd5.1 not supported Notes: svn path=/head/; revision=93744
* Add a paragraph about Intels support in the post-install message.Alexander Leidinger2003-11-102-0/+10
| | | | Notes: svn path=/head/; revision=93704
* Update forgotten distinfo.Anton Berezin2003-11-105-5/+5
| | | | | | | Reported by: herbert@bugat.at Notes: svn path=/head/; revision=93703
* 1. Update to 5.8.2.Anton Berezin2003-11-1010-35/+30
| | | | | | | | | | | 2. Finally switch to libperl.so. 3. Respect CFLAGS. PR: 58735 (item 3) Submitted by: Lars Eggert <larse@isi.edu> (item 3) Notes: svn path=/head/; revision=93674
* add rexx-wrapper 2.1Ying-Chieh Liao2003-11-096-0/+108
| | | | | | | A tool that wraps Rexx source or tokenised code into an executable Notes: svn path=/head/; revision=93563
* add rexx-regina 3.2Ying-Chieh Liao2003-11-097-0/+95
| | | | | | | A Rexx interpreter Notes: svn path=/head/; revision=93554
* Restore support for gij.Gerald Pfeifer2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93507
* Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that areGerald Pfeifer2003-11-082-12/+20
| | | | | | | | not provided on all platforms (notably SPARC at this time) by installing a dummy instead. Notes: svn path=/head/; revision=93413
* Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increaseGerald Pfeifer2003-11-081-1/+1
| | | | | | | the chance of success on disk starved hosts (e.g. on the FreeBSD cluster). Notes: svn path=/head/; revision=93407
* As announced on Aug 7, remove the broken ETHOberonV4 portKris Kennaway2003-11-086-1358/+0
| | | | Notes: svn path=/head/; revision=93366
* - Update to version 0.6Kirill Ponomarev2003-11-074-162/+421
| | | | | | | | PR: 59033 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=93323
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-072-4/+4
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-074-14/+13
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* - Update to version 4.4.3Kirill Ponomarev2003-11-063-60/+76
| | | | | | | | PR: 59010 Submitted by: Ports Fury Notes: svn path=/head/; revision=93253
* - Update to version 2.730Kirill Ponomarev2003-11-063-7/+9
| | | | | | | | PR: 59009 Submitted by: Ports Fury Notes: svn path=/head/; revision=93252
* Update to 0.4Tilman Keskinoz2003-11-063-10/+48
| | | | | | | | | | Drop maintainership PR: 48997 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=93236
* Update to 7.4.31James E. Housley2003-11-063-10/+8
| | | | | | | | PR: 58009 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93202
* Per distfile survey, remove mastersite #2, which now automaticallyMark Linimon2003-11-051-2/+1
| | | | | | | redirects you to mastersite #1. Informed maintainer. Notes: svn path=/head/; revision=93178
* Per distfile survey, update mastersite. However, note that the mastersiteMark Linimon2003-11-051-1/+6
| | | | | | | | | | no longer carries this version of the distfile. The newer version is renamed, and I have left a note to that effect; I would have committed it myself if the patches had applied cleanly, but they don't. Some interested person would have to volunteer to look at that. Notes: svn path=/head/; revision=93177
* . Update to mmix-20030622.Greg Lewis2003-11-053-77/+77
| | | | | | | | PR: 57863 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=93175
* Attmempt to provide a more recent URL. I could not figure out howMark Linimon2003-11-051-1/+1
| | | | | | | | | to genericize this thing -- the HP web site wants to "help" you to fetch from one specific server. Folks, that's not really the way load-balancing is supposed to work. In any case, the old URL is dead. Notes: svn path=/head/; revision=93174
* Per distfile survey, remove mastersite which disappeared in September 2002.Mark Linimon2003-11-051-1/+2
| | | | Notes: svn path=/head/; revision=93172
* Update to 4.3.4 final release.James E. Housley2003-11-054-26/+6
| | | | | | | | PR: 58914 Submitted by: MAINTAINER Notes: svn path=/head/; revision=93128
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-043-3/+3
| | | | Notes: svn path=/head/; revision=93101
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-0433-31/+36
| | | | | | | | | | | expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com> Notes: svn path=/head/; revision=93094
* Make portlint(1) happy.Sergey A. Osokin2003-11-041-6/+6
| | | | Notes: svn path=/head/; revision=93057
* - Update to 0.2.6Oliver Braun2003-11-033-7/+6
| | | | | | | | | | | | - Nitpick COMMENT - Remove unused USE_REINPLACE PR: ports/55854 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer timeout (>2 month) Notes: svn path=/head/; revision=92995