summaryrefslogtreecommitdiff
path: root/lang (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-11-19Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier1-1/+1
PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
2003-11-19Add Joe Armstrong's PhD thesis, "Making reliable distributed systemsJimmy Olgeni3-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
2003-11-19Update to 0.5Tilman Keskinoz3-2/+8
PR: 59465, 59473 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> \ KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=94370
2003-11-18Forgot to check this in at the same time as Makefile and distinfo.Mark Linimon1-4/+51
Reminded by: submitter of original PR (ports/58996). Notes: svn path=/head/; revision=94244
2003-11-18Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama2-2/+4
Notes: svn path=/head/; revision=94243
2003-11-18Maintainer update to latest version. Major changes: renumbered versioning;Mark Linimon2-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
2003-11-18Incorporated into upstream version. PR: ports/58996.Mark Linimon1-41/+0
Notes: svn path=/head/; revision=94237
2003-11-18Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama1-2/+2
Notes: svn path=/head/; revision=94222
2003-11-17USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson5-5/+0
Notes: svn path=/head/; revision=94172
2003-11-17Allow compiling with debugging enabled.James E. Housley3-2/+9
PR: 58851 Submitted By: jeh Notes: svn path=/head/; revision=94168
2003-11-17- Fix typo in LIB_DEPENDSKirill Ponomarev1-3/+3
Noticed by: mich No cookies for: krion Notes: svn path=/head/; revision=94167
2003-11-16- Use tcl84/tk84 instead of tcl83/tk83Kirill Ponomarev1-8/+8
- Bump PORTREVISION PR: 56654 Submitted by: YazzY <yazzy@yazzy.org> Approved by: maintainer timeout > 2 months Notes: svn path=/head/; revision=94101
2003-11-15Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang10-0/+160
Tested by: Lee Harr <missive@hotmail.com> Notes: svn path=/head/; revision=94043
2003-11-15Significantly simplify and shorten the post-install handling of GCJ includeGerald Pfeifer1-26/+7
files. Notes: svn path=/head/; revision=94031
2003-11-14Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.Gerald Pfeifer104-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
2003-11-14correct the syntax of the warning -> error optionsAlexander Leidinger2-2/+2
Notes: svn path=/head/; revision=93941
2003-11-14- Update to 7.1.032.Alexander Leidinger6-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
2003-11-13This dependency should be EXTRACT_DEPENDS instead of BUILD_DEPENDS.Akinori MUSHA1-1/+1
Notes: svn path=/head/; revision=93911
2003-11-13Unbreak by removing an obsolete patch, which fix has already beenAkinori MUSHA2-12/+0
integrated into lang/ruby16. Notes: svn path=/head/; revision=93910
2003-11-13Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson9-14/+15
Notes: svn path=/head/; revision=93887
2003-11-12- Update to version 0.23Kirill Ponomarev2-2/+2
PR: 59229 Submitted by: maintainer Notes: svn path=/head/; revision=93844
2003-11-12Clarify a sentence on pkg-message.Hye-Shik Chang3-3/+3
PR: 59196 Submitted by: Linh Pham <question@closedsrc.org> Notes: svn path=/head/; revision=93841
2003-11-12- update MASTER_SITESDirk Meyer1-3/+1
Notes: svn path=/head/; revision=93826
2003-11-12- Patch only *.[ch] filesKirill Ponomarev1-1/+1
PR: 59198 Submitted by: maintainer Notes: svn path=/head/; revision=93807
2003-11-12add .so supportYing-Chieh Liao4-12/+30
utilize DOCSDIR PR: 59199 Submitted by: maintainer Notes: svn path=/head/; revision=93785
2003-11-12In some cases of weird symlinking (possibly triggered by portupgrade),Anton Berezin10-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
2003-11-11- make build only on i386 alphaDirk Meyer1-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
2003-11-10Add a paragraph about Intels support in the post-install message.Alexander Leidinger2-0/+10
Notes: svn path=/head/; revision=93704
2003-11-10Update forgotten distinfo.Anton Berezin5-5/+5
Reported by: herbert@bugat.at Notes: svn path=/head/; revision=93703
2003-11-101. Update to 5.8.2.Anton Berezin10-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
2003-11-09add rexx-wrapper 2.1Ying-Chieh Liao6-0/+108
A tool that wraps Rexx source or tokenised code into an executable Notes: svn path=/head/; revision=93563
2003-11-09add rexx-regina 3.2Ying-Chieh Liao7-0/+95
A Rexx interpreter Notes: svn path=/head/; revision=93554
2003-11-09Restore support for gij.Gerald Pfeifer1-1/+1
Notes: svn path=/head/; revision=93507
2003-11-08Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that areGerald Pfeifer2-12/+20
not provided on all platforms (notably SPARC at this time) by installing a dummy instead. Notes: svn path=/head/; revision=93413
2003-11-08Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increaseGerald Pfeifer1-1/+1
the chance of success on disk starved hosts (e.g. on the FreeBSD cluster). Notes: svn path=/head/; revision=93407
2003-11-08As announced on Aug 7, remove the broken ETHOberonV4 portKris Kennaway6-1358/+0
Notes: svn path=/head/; revision=93366
2003-11-07- Update to version 0.6Kirill Ponomarev4-162/+421
PR: 59033 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=93323
2003-11-07Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2-4/+4
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
2003-11-07Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke4-14/+13
Submitted by: dinoex Notes: svn path=/head/; revision=93294
2003-11-06- Update to version 4.4.3Kirill Ponomarev3-60/+76
PR: 59010 Submitted by: Ports Fury Notes: svn path=/head/; revision=93253
2003-11-06- Update to version 2.730Kirill Ponomarev3-7/+9
PR: 59009 Submitted by: Ports Fury Notes: svn path=/head/; revision=93252
2003-11-06Update to 0.4Tilman Keskinoz3-10/+48
Drop maintainership PR: 48997 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=93236
2003-11-06Update to 7.4.31James E. Housley3-10/+8
PR: 58009 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93202
2003-11-05Per distfile survey, remove mastersite #2, which now automaticallyMark Linimon1-2/+1
redirects you to mastersite #1. Informed maintainer. Notes: svn path=/head/; revision=93178
2003-11-05Per distfile survey, update mastersite. However, note that the mastersiteMark Linimon1-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
2003-11-05. Update to mmix-20030622.Greg Lewis3-77/+77
PR: 57863 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=93175
2003-11-05Attmempt to provide a more recent URL. I could not figure out howMark Linimon1-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
2003-11-05Per distfile survey, remove mastersite which disappeared in September 2002.Mark Linimon1-1/+2
Notes: svn path=/head/; revision=93172
2003-11-05Update to 4.3.4 final release.James E. Housley4-26/+6
PR: 58914 Submitted by: MAINTAINER Notes: svn path=/head/; revision=93128
2003-11-04Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke3-3/+3
Notes: svn path=/head/; revision=93101