summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add mdkYing-Chieh Liao2001-04-026-0/+67
| | | | | | | MIX Development Kit offers an emulation of MIX and MIXAL Notes: svn path=/head/; revision=40716
* Do a ${MV} with -f so that the installation process won't stop and askAkinori MUSHA2001-04-012-2/+2
| | | | | | | | | | | a question when some version of ruby is already installed. This is useful when you want to automatically upgrade the port using portupgrade. :) Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=40701
* Do not link libc_r when it is unnecessary.Akinori MUSHA2001-04-012-0/+2
| | | | Notes: svn path=/head/; revision=40698
* Update to the latest snapshot of the stable branch, plus a workaroundAkinori MUSHA2001-04-014-4/+8
| | | | | | | | | | for the longstanding libc vs. libc_r issue. This should hopefully fix all the ruby extensions such as Ruby/Qt2GL, Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :) Notes: svn path=/head/; revision=40694
* Does not support 64-bit platforms.David E. O'Brien2001-03-311-1/+3
| | | | Notes: svn path=/head/; revision=40650
* Don't force -O2.David E. O'Brien2001-03-312-42/+19
| | | | Notes: svn path=/head/; revision=40648
* Spell __i386__ and __alpha__ correctly.David E. O'Brien2001-03-311-4/+4
| | | | Notes: svn path=/head/; revision=40646
* Spell __i386__ correctly. Add FreeBSD/AXP support.David E. O'Brien2001-03-311-0/+16
| | | | Notes: svn path=/head/; revision=40645
* Don't force -O2 -g; obey user's CFLAGS!David E. O'Brien2001-03-311-0/+7
| | | | Notes: svn path=/head/; revision=40644
* Add the C++ compiler.David E. O'Brien2001-03-301-0/+2
| | | | Notes: svn path=/head/; revision=40602
* Maintainer corrected the patch (include/python.h -> include/Python.h).Maxim Sobolev2001-03-293-4/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=40540
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-2915-30/+30
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Add stackless_python 2.0, a Python implementation that does not useMaxim Sobolev2001-03-297-0/+50
| | | | | | | | | | the C stack. PR: 29196 Submitted by: Hye-Shik Chang <perky@python.or.kr> Notes: svn path=/head/; revision=40531
* Build and use libpython without threads support and make this workAkinori MUSHA2001-03-292-39/+33
| | | | | | | fine on both 4-STABLE and 5-CURRENT. Notes: svn path=/head/; revision=40519
* Allow MAINTAINER to be redefined in a slave port.Maxim Sobolev2001-03-2913-13/+13
| | | | Notes: svn path=/head/; revision=40518
* Update to the latest snapshot of the stable branch.Akinori MUSHA2001-03-284-2/+6
| | | | | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE. Notes: svn path=/head/; revision=40472
* - Update to 2d1Yukihiro Nakai2001-03-284-47/+13
| | | | | | | - independent from scheme48 Notes: svn path=/head/; revision=40465
* remove squeak1, distfile is no longer available.FUJISHIMA Satsuki2001-03-277-107/+0
| | | | | | | | | | There is successor of this port, squeak2. PR: 26147 Submitted by: maintainer Notes: svn path=/head/; revision=40456
* Add MASTER_SITE_LOCAL to the master sites, as bento seems to haveThomas Gellekum2001-03-261-1/+3
| | | | | | | problems fetching the distfile. Notes: svn path=/head/; revision=40395
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.David E. O'Brien2001-03-2436-108/+108
| | | | | | | [a nice friend's b-day at that :-)] Notes: svn path=/head/; revision=40302
* I'll maintain this port.Jimmy Olgeni2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40258
* o Make it CFLAGS safeMario Sergio Fujikawa Ferreira2001-03-232-37/+82
| | | | | | | | | | | | o Fix info installation o Fix PLIST PR: 25841 Submitted by: MAINTAINER Spotted by: bento Notes: svn path=/head/; revision=40241
* Update to version 1.95.4James E. Housley2001-03-232-4/+3
| | | | | | | | PR: 25998 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=40237
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-2249-4095/+6111
| | | | | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry! Notes: svn path=/head/; revision=40213
* Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-baseThomas Gellekum2001-03-228-84/+410
| | | | | | | | | | | bundles and replaces the old mx extensions for python. I'll remove the old ports (devel/py-mx{DateTime,Proxy,Stack,Tools}, textproc/py-mxTextTools) after a short grace period to allow for testing the new stuff. Notes: svn path=/head/; revision=40210
* Update port to version 7.5.16.Jimmy Olgeni2001-03-223-10/+9
| | | | | | | | Avoid fetch problems when DISTFILE gets moved to the OLD subdirectory on MASTER_SITE (thanks to Peter Pentchev!). Notes: svn path=/head/; revision=40205
* mit-scheme has been updated, and DISTFILE moved to the OLD subdirectory.Jimmy Olgeni2001-03-221-1/+1
| | | | | | | Change MASTER_SITES as a quick fix, pending a full port upgrade. Notes: svn path=/head/; revision=40204
* - Fix MASTER_SITE (missing slash)Dirk Meyer2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40167
* Update to the latest stable snapshot. A couple of significantAkinori MUSHA2001-03-214-6/+8
| | | | | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;) Notes: svn path=/head/; revision=40153
* Bump revision.David E. O'Brien2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=40132
* Sync with RELENG_4's sys/alpha/include/ansi.hDavid E. O'Brien2001-03-211-7/+6
| | | | Notes: svn path=/head/; revision=40131
* Format changes to reduce diff from the FreeBSD/AXP source.David E. O'Brien2001-03-211-11/+16
| | | | Notes: svn path=/head/; revision=40130
* Use `cpio' over `tar' in order to force ownership to a sane value.David E. O'Brien2001-03-212-192/+60
| | | | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Dynamically generate the PLIST so I don't have to do the version chase on every update. Notes: svn path=/head/; revision=40129
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120
* mkdir a dir to do a clean install of freebsd 4.2Yukihiro Nakai2001-03-201-0/+2
| | | | | | | | PR: ports/24862 Submitted by: Daniel Hemmerich <dan@spot.org> Notes: svn path=/head/; revision=40105
* Deletion of patches didn't make it.Dirk Meyer2001-03-204-43/+0
| | | | | | | | | | Thanks to Stephane.Legrand@bigfoot.com for reporting it. PR: 25816 Submitted by: patrick@watson.org Notes: svn path=/head/; revision=40079
* Fix plist. ;*)Akinori MUSHA2001-03-192-6/+0
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=40046
* Alter the build process for the standard libraries of Ruby.Akinori MUSHA2001-03-193-15/+22
| | | | Notes: svn path=/head/; revision=40043
* Update to 1.6.3 release.Akinori MUSHA2001-03-194-10/+8
| | | | Notes: svn path=/head/; revision=40042
* Remove RUBY_DOCDIR if empty.Akinori MUSHA2001-03-191-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40037
* Update to version 2.95.3.David E. O'Brien2001-03-192-17/+15
| | | | Notes: svn path=/head/; revision=40032
* Update to version 6.10.1Kevin Lo2001-03-184-13/+18
| | | | | | | | PR: 25898 Submitted by: MAINTAINER Notes: svn path=/head/; revision=40020
* Update to new Version 3.01Dirk Meyer2001-03-183-73/+113
| | | | | | | | | | | | Patch diddn't apply cleanly, not reflecting the current version. Merged the changes. Tested both standard package and "WITH_TK=yes" PR: 25816 Submitted by: patrick@watson.org Notes: svn path=/head/; revision=39998
* Update to the snapshot of the stable branch as of yesterday.Akinori MUSHA2001-03-172-2/+2
| | | | | | | The 1.6.3 release has been postponed but now scheduled on next Monday. Notes: svn path=/head/; revision=39987
* I dreamed it would happen. I asked about. I finally did itMikhail Teterin2001-03-1612-168/+292
| | | | | | | | | | | | | | | | | | | | | | | | myself (for the lack of children, whom I could've prohibited to do it). Sorry. Upgrade this port to: . build against TCL-8.3 by default (controllable by TCL_VER) . build with or without TK (controllable by NO_X) . take over maintainership -- regretfully, Justin was rather idle recently . build the helpfiles once -- during the build stage -- not during the install stage On a side note, I more and more resent the fact, that our TCL 8.3 is built with the -stubs. It just introduces more variables without noticeable benefit. On FreeBSD shared libraries work well... I tested this with TCL-8.3 (with and without TK), and with TCL-8.2 (without TK only). Please, test this more. Notes: svn path=/head/; revision=39932
* Use PYTHON_PORTVERSION, so this works for other releases than 2.0.Thomas Gellekum2001-03-151-1/+2
| | | | Notes: svn path=/head/; revision=39881
* Update to use tcl/tk 8.3.Mark Murray2001-03-131-6/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39725
* Update to the latest snapshot of the stable branch. The long-awaitedAkinori MUSHA2001-03-122-2/+2
| | | | | | | 1.6.3 release is scheduled for this week... Notes: svn path=/head/; revision=39674
* Environment variable $PREFIX is not set at perl Makefile.PL stage.Jun Kuriyama2001-03-121-2/+2
| | | | | | | | | | | Use literal "${PREFIX}" instead. # But this port sitll broken... Found by: bento Notes: svn path=/head/; revision=39613
* - Update from -0.77 to -0.76Dirk Meyer2001-03-116-1896/+1914
| | | | | | | | | | | | | - Version numbering is negative, so PORTEPOCH must be bumped each time - Distfile now match version number - Original patch had wrong checksum - avoid PORTEPOCH in installation path PR: 22773 Submitted by: maintainer Notes: svn path=/head/; revision=39600