Commit Graph

2112 Commits

Author SHA1 Message Date
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Akinori MUSHA
ec3e81d1e4 Fix plist problems.
Reported by:	bento
2001-06-11 09:32:02 +00:00
Akinori MUSHA
9e902c5178 Compile ruby-fnmatch in. 2001-06-11 05:04:09 +00:00
Jimmy Olgeni
4b9c060f57 Take over maintainership.
Approved by:	maintainer (sam@inf.enst.fr)
2001-06-10 20:35:08 +00:00
Kevin Lo
3d10e812b3 Update to version 3.4
PR: 27964
Submitted by: MAINTAINER
2001-06-10 15:46:25 +00:00
Peter Pentchev
9c0a071864 Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
PR:		27867
Submitted by:	maintainer
2001-06-09 12:59:34 +00:00
Akinori MUSHA
66c84f7e97 Use RUBY_ELISPDIR and leave XEMACSLISTDIR to lang/ruby{,-devel}. 2001-06-09 02:37:04 +00:00
Akinori MUSHA
c9686f29d7 Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of by
lang/ruby{,-devel}.
2001-06-09 02:34:52 +00:00
Akinori MUSHA
a297e0702e Do a ldconfig before invoking the just installed binary in
post-install.

Dig XEmacs' site-lisp directory and RUBY_ELISPDIR.
2001-06-09 02:33:13 +00:00
Akinori MUSHA
448a3a4856 Chase the revise. 2001-06-09 02:16:13 +00:00
Akinori MUSHA
af936eebe0 Add a patch that fixes the build with recent ruby. 2001-06-09 02:08:29 +00:00
Akinori MUSHA
a8de289ab4 Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is
defined. (But not actual examples & docs)
2001-06-09 01:43:01 +00:00
Jimmy Olgeni
c3874c8b44 Update port to version 7.3.0 (OTP-R7B-3), and add some improvements to
pkg-plist generation (vim5-style).

Approved by:	maintainer
2001-06-06 20:57:49 +00:00
Maxim Sobolev
400f4557f6 Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
2001-06-05 11:38:35 +00:00
Maxim Sobolev
5fb9532005 Java now lives in ${LOCALBASE}/linux-jdk1.3.1, not in linux-jdk1.3.0.
Submitted by:	Ernst de Haan <ernst@jollem.com>
No responce from:	kevlo (maintainer of linux-jdk13)
2001-06-05 09:45:35 +00:00
Akinori MUSHA
680d39ac8e Update lang/ruby to the long-awaited 1.6.4 release! Yeah! 2001-06-04 15:12:43 +00:00
Akinori MUSHA
70782b1469 Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.
As there are unidentified problems with libc_r + ruby, please use this
with care.  I'd appreciate if any of you could join me in debugging.
2001-06-04 15:02:52 +00:00
Akinori MUSHA
9b3bcd846b Add lang/ruby_static-devel, the statically linked ruby-devel
executable.
2001-06-04 14:57:03 +00:00
Akinori MUSHA
a2bd9f0603 Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.
Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports.

Define RUBY_CONFIGURE_ARGS.
2001-06-04 14:54:32 +00:00
David E. O'Brien
f64c99fcbe Fix this port up so gcc30 can be used bsd.port.mk for when we return
to mixed compilers between -current and -stable.
2001-06-02 19:12:03 +00:00
Akinori MUSHA
d56192d797 Update ruby-devel to the latest snapshot, which now enters upon the
1.7.1 phase.
2001-06-01 12:17:24 +00:00
Akinori MUSHA
2b235ff922 Update lang/ruby to 1.6.4-preview5. 2001-06-01 11:39:36 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Ade Lovett
2515626212 Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
2001-05-31 22:22:59 +00:00
Ying-Chieh Liao
db2a13ade0 add awka
Converts the AWK script to C, then compiles it
2001-05-31 16:33:18 +00:00
Patrick S. Gardella
d45a652df5 Upgrade to 0.53 2001-05-31 12:42:38 +00:00
Kevin Lo
5d668a6d25 Update to version 3.3.1
PR: 27764
Submitted by: MAINTAINER
2001-05-30 14:21:11 +00:00
Akinori MUSHA
adec4b87b5 It's not my day... Fix typo and unbreak. 2001-05-29 21:38:41 +00:00
Akinori MUSHA
7de28eb434 Forgot to bump PORTREVISION's in the previous commit.
Note that you'll have to rebuild all the installed ruby modules
if you upgrade.  To do it, just install the latest portupgrade and
hit `portupgrade -rfcC ruby'.
2001-05-29 21:22:10 +00:00
Akinori MUSHA
d9141c0fa1 As some people including me are seeing reproduceable coredump,
temporarily stop linking ruby with libc_r.  This will break such
extension modules as ruby-qt, but we have to investigate the
annoying problems we are seeing, present in both ruby and our libc_r.

Once suggested by:	green
2001-05-29 21:16:54 +00:00
Kris Kennaway
e06a83c89a There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD:
bento builds packages in clean chroots, and anyway the original problem
no longer occurs.
2001-05-29 06:01:14 +00:00
Kris Kennaway
93050d4d13 Fix the temporary file handling in igawk. As far as I can tell, we
don't install this, therefore no PORTREVISION bump is needed.  But I'm
fixing it anyway in case someone changes this port to install it in
the future (perhaps as a result of this commit :-)

Submitted by:	solar@openwall.com
2001-05-29 05:28:05 +00:00
Bill Fenner
4065e97f1f Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks. 2001-05-28 19:45:48 +00:00
Patrick S. Gardella
8736bcc8ff Update to a new version (0.30.97) and clean up pkg-plist 2001-05-28 15:30:40 +00:00
Jimmy Olgeni
aad83b2433 Update port to version 1.2.0.
Patches are no longer needed, and part of pkg-plist is automatically
generated (code "borrowed" from O'Brien's vim5 port :).

I also moved the xemacs21 dependency to emacs20.
2001-05-28 14:55:21 +00:00
Maxim Sobolev
4f30acd412 Remove 755 ${WRKSRC}/test script to prevent user from footshooting if for some
strange reason he/she has `./' before `/bin' in his/her PATH. Surprisingly,
there are *many* such users.
2001-05-28 12:41:39 +00:00
Ying-Chieh Liao
1978ac4f90 upgrade to 0.3.2 2001-05-28 02:43:49 +00:00
Ying-Chieh Liao
ee3ce55c03 add missing @dirrm
PR:		27448
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-27 17:09:13 +00:00
John Polstra
8c349d0c84 Add @dirrm for "share/modula-3". There are still many more of them
missing from this port.

PR:		ports/27449
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-26 16:50:25 +00:00
Akinori MUSHA
f027e3bdca Update lang/ruby to 1.6.4-preview4.
Update lang-ruby-devel to the latest development snapshot.
2001-05-26 03:59:20 +00:00
Akinori MUSHA
92f2d73b29 Prepare a distribution patch and unbreak. 2001-05-24 17:48:44 +00:00
Akinori MUSHA
467e3eccfd Temporarily mark as broken. The 1.6.4-preview3 tarball is missing
some library and document files.  I'll unbreak when the new tarball is
ready.  Sorry for inconvenience.
2001-05-24 17:27:20 +00:00
Akinori MUSHA
61d89b0204 Update lang/ruby to 1.6.4-preview3. 2001-05-24 10:23:38 +00:00
Dirk Froemberg
ef4004ca00 Chase distfiles.
PR:		ports/27561
2001-05-23 21:40:55 +00:00
Jimmy Olgeni
0705cc05f1 Drop maintainership. 2001-05-23 10:57:24 +00:00
David E. O'Brien
0dabd9fea6 Add dirrm
PR:		27558
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-23 08:10:20 +00:00
Ying-Chieh Liao
422c11a20b upgrade to 2.03
PR:		27413
Submitted by:	maintainer
2001-05-19 19:43:36 +00:00
Ying-Chieh Liao
2656e56db8 upgrade to 2.25.1
PR:		27373
Submitted by:	maintainer
2001-05-19 19:03:34 +00:00
Akinori MUSHA
5604e7a14d Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)

Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
2001-05-17 21:16:46 +00:00
Thomas Gellekum
5985156d78 Fix PLIST for Python-2.1 docs. 2001-05-16 11:41:37 +00:00
James E. Housley
4176bffbef Added WWW URL.
Minor portlint cleanup in Makefile

PR:		27304
Submitted by:	Richard Kiss <kiss@kalamalka.gizzywump.com> MAINTAINER
2001-05-14 00:13:15 +00:00
Akinori MUSHA
6010ec9586 Install elisp files under ${RUBY_ELISPDIR} rather than
${RUBY_EXAMPLESDIR}/elisp.
2001-05-11 19:44:54 +00:00
Akinori MUSHA
6c5b653ce8 Update lang/ruby to 1.6.4.p2.2001.05.12.
Update lang/ruby-devel to 1.7.0-a2001.05.12.
2001-05-11 18:22:57 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Dirk Meyer
a679ab2be7 - Fix creation of tmpfiles, previous version cause tcl to fail.
PR:		roam@FreeBSD.org
Submitted by:	Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
2001-05-10 20:13:56 +00:00
Thomas Gellekum
e5fe235564 s/python1.5/%%PYTHON_VERSION%%/g 2001-05-10 11:12:09 +00:00
Akinori MUSHA
04d55ceefe Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-05-07 19:52:04 +00:00
Dirk Meyer
cb3ed2d00e - patch to use mkstemp instead of tmpnam
Submitted by:	mi@aldan.algebra.com (Mikhail Teterin)
2001-05-07 18:37:02 +00:00
Kevin Lo
2338465f46 Upgrade to version 3.2.1
PR: 27175
Submitted by: MAINTAINER
2001-05-07 14:33:49 +00:00
Thomas Gellekum
44a00d24e3 Use USE_PYTHON. 2001-05-07 11:56:08 +00:00
Thomas Gellekum
3dc2646403 Update MASTER_SITES.
Submitted by:	olgeni
2001-05-07 11:54:46 +00:00
Thomas Gellekum
7154cba161 <expletive>
Un-break `make install'.

PR:		27164
Submitted by:	Patrick Li <pat@databits.net>
2001-05-07 11:17:12 +00:00
Akinori MUSHA
2bdef6aa8f Let irb16 properly run on ruby16 and irb17 on ruby17. 2001-05-06 16:48:04 +00:00
Akinori MUSHA
99c64a19db Support installing multiple versions of ruby_s. (You'll have ruby16_s
and ruby17_s, and ruby_s as a symlink to either)
2001-05-06 16:46:05 +00:00
Akinori MUSHA
90d3bb570d Add lang/ruby-devel, the development version of Ruby. (1.7) 2001-05-05 23:20:12 +00:00
Akinori MUSHA
d7bf89e72e Install "irb" as "irb16" and make "irb" a symlink to it. 2001-05-05 23:08:50 +00:00
Akinori MUSHA
472ee05ff2 Emacs lisp modules have been moved to lang/ruby-mode.el. 2001-05-05 22:39:59 +00:00
Akinori MUSHA
9e822619dd Separate Emacs lisp modules from lang/ruby as lang/ruby-mode.el. 2001-05-05 22:38:22 +00:00
Akinori MUSHA
d54036a13a Update lang/ruby to the latest snapshot of the stable branch.
Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL.

Prepare for the development branch. (1.7.x)
2001-05-05 22:03:07 +00:00
David E. O'Brien
e660e976de Update to pgcc 2.95.2.1. 2001-05-05 20:44:37 +00:00
Ade Lovett
48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
David E. O'Brien
1e2ea8ca7d Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.
[and a sad day in history]
2001-05-04 08:50:08 +00:00
Kelly Yancey
e2bcb36091 Update nqc port to version 2.3r1.
PR:		26923 (with slight modifications)
Submitted by:	"Stephen J. Roznowski" <sjr@home.com>
2001-05-04 05:57:04 +00:00
Thomas Gellekum
1c56f8190b Minor cleanup. 2001-05-03 11:34:13 +00:00
Thomas Gellekum
977b874e8c Upgrade to 2.0.1. 2001-05-03 11:29:38 +00:00
Thomas Gellekum
ed3c1f01dc Add checksums for Python-2.1 docs. 2001-05-03 11:24:52 +00:00
Thomas Gellekum
20af9473b2 Put docs into versioned directories. 2001-05-02 12:01:35 +00:00
Thomas Gellekum
3aedbba63d Put examples into versioned directory to avoid clashes. 2001-05-02 12:00:13 +00:00
Thomas Gellekum
b1a786cf26 Point MASTERDIR to lang/python20. 2001-05-02 11:34:23 +00:00
Thomas Gellekum
d61ef57d71 Add NO_LATEST_LINK. 2001-05-02 11:30:58 +00:00
Thomas Gellekum
eb7dc653a8 Activate python20. This port is needed until stackless-python has been
upgraded to work with python-2.1.
2001-05-02 11:29:17 +00:00
Thomas Gellekum
a0e827ef6c Upgrade to 2.1. 2001-05-02 11:25:02 +00:00
Akinori MUSHA
59c8516818 Update to the latest snapshot of the ruby_1_6 branch.
- irb 0.7.3 & irb-tools 0.7.1 merged
  - numerous bugs fixed, including gdbm/dbm memory leakage

Strip the binary only when ${STRIP} == -s.

La la, still waiting for the 1.6.4 release, la la...
2001-05-01 17:16:36 +00:00
Michael Haro
bcc578974a Small bug fix for the Makefile
PR:		26673
Submitted by:	     maintainer
2001-05-01 00:47:34 +00:00
David E. O'Brien
68af4f7b30 Use [s]random() rather than [s]rand().
Submitted by:	kris
2001-04-30 17:44:40 +00:00
David E. O'Brien
215481029e Default to -O, not -O2. 2001-04-30 17:42:49 +00:00
Kris Kennaway
2176ed0df6 Use random()/srandom() for better PRNG properties than rand()/srand().
Bump PORTREVISION.

Approved by:	maintainer
2001-04-30 06:54:55 +00:00
Kris Kennaway
c8f9094249 Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk> 2001-04-30 00:05:28 +00:00
Ying-Chieh Liao
5e0308675f add yap
A high-performance Prolog compiler
2001-04-29 14:43:09 +00:00
Dirk Froemberg
52d547ecb4 Add upcoming french/php_doc and german/php_doc to SLAVEDIRS. 2001-04-29 13:42:38 +00:00
Dirk Froemberg
395ca8b4db Tell users about setting PHP_LANG. 2001-04-29 13:31:34 +00:00
Patrick S. Gardella
36ba9c24cc Add a missing file. 2001-04-29 00:55:33 +00:00
Josef Karthauser
c4e3d79cbc Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords switch and case and conforming to the general pattern of
existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

PR:	ports/26875
2001-04-28 15:08:08 +00:00
Patrick S. Gardella
a585574c6c Update to 0.30.95 2001-04-27 19:19:29 +00:00
Ying-Chieh Liao
03cf8c13fb add diveintopython
A free Python tutorial book that is "not For Dummies(tm)"

PR:		26697
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-04-27 17:38:02 +00:00
Patrick S. Gardella
285c869937 Upgrade to 0.52 2001-04-27 11:08:29 +00:00
Thomas Gellekum
566dfe5616 Fix building on -current.
PR:		26778
Obtained from:	Python CVS
2001-04-26 11:18:46 +00:00
Akinori MUSHA
58aa301aab Add missing files.
Submitted by:	asami
2001-04-25 04:17:47 +00:00
Dirk Froemberg
bac7086442 PHP documentation in HTML.
Done with lots of help from:	roam
2001-04-24 18:06:38 +00:00
Kevin Lo
7cab1124a6 Update MASTER_SITES
PR: 26738
Submitted by: Christopher Elkins <chrise@scardini.com>
2001-04-24 14:11:31 +00:00
Akinori MUSHA
adafb1339d Update to the latest snapshot of the ruby_1_6 branch.
Set --with-opt-dir="${X11BASE}" instead of
--with-opt-dir="${LOCALBASE}".  ${LOCALBASE}/{include,lib} is included
in the CPPFLAGS and LIBS by default anyway.
2001-04-24 11:25:58 +00:00
Patrick S. Gardella
528cc896b8 Updating to version 0.30.93 2001-04-23 01:00:33 +00:00
Dirk Froemberg
e2e25b004e NOPORTDOCS isn't used in the master ports any longer. 2001-04-22 23:09:14 +00:00
Ying-Chieh Liao
a9a9cccab5 upgrade to 0.7.3 2001-04-22 11:17:40 +00:00
Patrick S. Gardella
184197c549 Update to version 0.51 2001-04-20 17:37:04 +00:00
Akinori MUSHA
dc4ddaa0d0 Apply one more latest fix. 2001-04-18 19:29:54 +00:00
Akinori MUSHA
988f3cd2c6 Update to 1.6.4 preview2 + a tiny hotfix. 2001-04-17 18:08:24 +00:00
Peter Pentchev
be4c6a9434 Fix distfiles' names.
PR:		26458
Submitted by:	maintainer
2001-04-17 11:22:29 +00:00
Dmitry Sivachenko
026ec74357 Add one missing manpage. 2001-04-17 10:44:48 +00:00
David E. O'Brien
d0bad05ab8 DEFAULT_VTABLE_THUNKS got set back to 1' from 2' in 2.95.3.
Just forget about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses
since there is no advantage the other way.
2001-04-17 09:26:26 +00:00
Ying-Chieh Liao
f72ad262ea add nickle
A desk calculator language

PR:		26632
Submitted by:	Christopher Elkins <chrise@scardini.com>
2001-04-17 08:32:28 +00:00
Vanilla I. Shu
0ff8ac6584 Upgrade to 1.11. 2001-04-16 19:19:11 +00:00
Ying-Chieh Liao
ed915f5143 - Support CXX/CXXFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly
- Fix pkg-plist
- Strip binaries

PR:		26554
Submitted by:	tkato@prontomail.ne.jp
2001-04-14 11:01:23 +00:00
Dirk Meyer
c139752201 Update tcl/tk to 8.3.3
- Changes in installion of includes, so it keep compaible
  to previous patchlevel
- took maintainership
2001-04-13 20:31:09 +00:00
Akinori MUSHA
3b74131b66 Goodbye, Ruby 1.4. 2001-04-13 19:10:13 +00:00
Akinori MUSHA
aed9cbe1ae Retire Ruby 1.4. Use 1.6 instead, now the migration period is over.
Approved by:	yasuf@bsdclub.org (MAINTAINER)
2001-04-13 19:08:49 +00:00
Akinori MUSHA
e2f7f68b82 Update to the latest snapshot plus a fix against malloc race issue.
(1.6.4.p1.2001.04.11)

This does not build on the very latest CURRENT due to the newly
updated libreadline, but the problem will soon be fixed.
2001-04-12 16:57:17 +00:00
Maxim Sobolev
48a0b39822 Update to 0.13.6. 2001-04-12 14:47:30 +00:00
Akinori MUSHA
59ebbd13a8 Remove extras.
Submitted by:	bento
2001-04-11 05:09:53 +00:00
Ying-Chieh Liao
ac32f7f645 upgrade to 0.3.1
add GUI support
2001-04-11 01:10:22 +00:00
Mark Murray
47329499f6 Update for Perl 5.6.1.
As before, this is a "guru only" port. If you know what you are
doing, go ahead and use it. If not - HANDS OFF!

Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2.
2001-04-10 19:57:49 +00:00
Mario Sergio Fujikawa Ferreira
7dcafcdbd2 Update to version 5d4
PR:		26485
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-04-10 17:17:48 +00:00
Akinori MUSHA
67551d3a37 Update to 1.6.4-preview1.
Make bsd.ruby.mk easily handle preview releases.
2001-04-10 07:23:49 +00:00
Will Andrews
56885aa4eb Update to 6.10.2. Nuke bad @cwd directive.
PR:		26413
Submitted by:	maintainer
2001-04-07 22:35:49 +00:00
Ben Smithurst
c366329953 Fix fennerism. 2001-04-07 18:03:56 +00:00
Will Andrews
03f59161c3 Add jython 2.0, an implementation of Python Interpreter with Pure
Java.

PR:		26302
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-04-07 04:56:17 +00:00
Akinori MUSHA
6336356c43 Modify ri.el and define an access key `Q' that does kill-buffer &
delete-window at once for convenience.  The patch is already submitted
to the author.
2001-04-06 18:09:38 +00:00
Michael Haro
da769d43bf Update devel/commoncpp to 1.4.1
Update lang/ccscript to 1.4.1

PR: 26370
Submitted by: maintainer
2001-04-06 01:37:57 +00:00
Kevin Lo
0d79759975 Update maintainer's email address
PR: 26355
Submitted by: MAINTAINER
2001-04-05 15:26:15 +00:00
Akinori MUSHA
0458dc9b1f Add ruby-ri, Ruby Interactive reference with command line and Emacs
interfaces.
2001-04-05 14:11:09 +00:00
Michael Haro
daf4d24852 update lang/starlogo to 1.2
PR:		26354
Submitted by:	    Jose Marques <jose@jmcm.org>
2001-04-05 10:17:17 +00:00
Munechika SUMIKAWA
757a81331f Sync with lang/python15.
Submitted by:	knu
2001-04-03 17:34:57 +00:00
Michael Haro
884806fb19 Easier to read patch 2001-04-03 11:31:19 +00:00
Michael Haro
f6f248bbce fix so (socket-server) of clisp does creates a socket
PR:		20793
Submitted by:	    Serguei Soltan <ssoltan@usa.net>
2001-04-03 11:28:33 +00:00
Ying-Chieh Liao
6c9b37352c add mdk
MIX Development Kit offers an emulation of MIX and MIXAL
2001-04-02 06:01:23 +00:00
Akinori MUSHA
e295b0bcd2 Do a ${MV} with -f so that the installation process won't stop and ask
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>
2001-04-01 21:21:27 +00:00
Akinori MUSHA
7b314e8a06 Do not link libc_r when it is unnecessary. 2001-04-01 18:14:49 +00:00
Akinori MUSHA
b4635474a2 Update to the latest snapshot of the stable branch, plus a workaround
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. :)
2001-04-01 17:52:01 +00:00
David E. O'Brien
1aafd2fd71 Does not support 64-bit platforms. 2001-03-31 11:15:56 +00:00
David E. O'Brien
9a5d4c3327 Don't force -O2. 2001-03-31 11:09:02 +00:00
David E. O'Brien
8f1e3f114f Spell __i386__ and __alpha__ correctly. 2001-03-31 10:59:25 +00:00
David E. O'Brien
0390c371eb Spell __i386__ correctly. Add FreeBSD/AXP support. 2001-03-31 10:52:28 +00:00
David E. O'Brien
2b6460753a Don't force -O2 -g; obey user's CFLAGS! 2001-03-31 10:48:49 +00:00
David E. O'Brien
7ba2df1fe2 Add the C++ compiler. 2001-03-30 19:44:21 +00:00
Maxim Sobolev
20ba04a6d4 Maintainer corrected the patch (include/python.h -> include/Python.h).
Submitted by:	maintainer
2001-03-29 16:56:34 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-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.
2001-03-29 16:35:19 +00:00
Maxim Sobolev
1d4237a84f Add stackless_python 2.0, a Python implementation that does not use
the C stack.

PR:		29196
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-03-29 13:18:53 +00:00
Akinori MUSHA
fe50d2eafd Build and use libpython without threads support and make this work
fine on both 4-STABLE and 5-CURRENT.
2001-03-29 08:23:04 +00:00
Maxim Sobolev
84d049fc2b Allow MAINTAINER to be redefined in a slave port. 2001-03-29 08:13:31 +00:00