1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

2951 Commits

Author SHA1 Message Date
Jacques Vidrine
4a46e91cbf Backport fix for temporary file handling bug in os._execvpe() from
Python 2.2.2.

Not approved by:	tg (short timeout)
2002-11-14 16:52:24 +00:00
Akinori MUSHA
a495db85a6 Update lang/ruby-devel to the latest snapshot as of 2002-11-14. 2002-11-14 14:23:59 +00:00
Alexander Leidinger
56db876d70 - fix typo in message
- catch up with __sF change in -stable

Tested by:	marius@alchemy.franken.de
2002-11-13 14:39:52 +00:00
Jimmy Olgeni
f97b6c102b Change PLIST generation to allow installing custom libraries in
erlang/lib. Makefile.lib lists the stock OTP libraries to avoid
cluttering the main Makefile. Time for PORTREVISION bump.
2002-11-13 10:38:23 +00:00
Jimmy Olgeni
d315600efa Fix (rare) installation problem when some files already exist in bin/. 2002-11-13 10:33:19 +00:00
Jimmy Olgeni
4ac42cef94 Enable threading and HiPE by default. 2002-11-13 10:31:17 +00:00
Jimmy Olgeni
40f69d6a9d Add $FreeBSD$. 2002-11-13 09:52:25 +00:00
Jimmy Olgeni
8ee755a281 find -> ${FIND}. 2002-11-13 09:05:31 +00:00
Dirk Meyer
14ac16c78f - Update to 8.4.1 2002-11-12 21:13:42 +00:00
Dirk Meyer
533f7540ab - Update to 8.3.5 2002-11-12 21:11:16 +00:00
Dirk Froemberg
367fa9cba6 Update to the latest versions. 2002-11-11 20:13:37 +00:00
Tilman Keskinoz
1a9af0dea3 Implement USE_JAVA
PR:		41986
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2002-11-11 18:04:54 +00:00
Jimmy Olgeni
bd0e25b138 I removed the autoconf dependency but was still calling ${AUTOCONF},
which is no longer needed.
2002-11-11 17:36:32 +00:00
Alexander Leidinger
60b18f2c0f Correct typo in my last commit.
Approved by:	maintainer
2002-11-11 12:49:58 +00:00
Kris Kennaway
063c457172 Don't remove system directories share/java, share/java/classes, and
share/doc
2002-11-10 22:44:03 +00:00
Tilman Keskinoz
4b88380220 Update to 5.2 to work around a wrong WRKSRC usage submitted in:
PR:		45164
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-10 17:51:53 +00:00
Akinori MUSHA
75794290c0 Update to 1.7.3.2002.11.10. 2002-11-10 17:43:03 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
John Polstra
2acffc6cf7 Make the pm3-base port buildable on -current again. I simply
removed the Cstdio interface (which had references to __sF) from the
build.  That interface isn't used by anything anyway.
2002-11-09 19:12:28 +00:00
Akinori MUSHA
eeba82262a Update lang/ruby to 1.6.8-preview2.
Feel free to send me any feedback before 1.6.8 is finally released.
2002-11-09 07:11:45 +00:00
Edwin Groothuis
197dfc3321 lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento
2002-11-08 23:03:48 +00:00
Tilman Keskinoz
6aab817862 Add USE_GCC=2.95, since the build dumps core with gcc 3.x
PR:		39189
Submitted by:	Stanislav Grozev <tacho@factline.com>
2002-11-08 20:44:56 +00:00
Alexander Leidinger
e76d286802 Mark BROKEN when icc is installed (ifc and icc share some libs).
To have working FreeBSD binaries, icc installs modified libs. Installing
ifc after icc results in not working FreeBSD binaries for icc compiled
code because ifc overwrites these libs (if it doesn't overwrite them, ifc
can't produce working linux binaries).

This commit wasn't discussed with the maintainer of ifc.

Noticed by:	marius@alchemy.franken.de
2002-11-08 20:28:25 +00:00
Alexander Leidinger
e5d621e43e - mark BROKEN when linux_devtools or ifc is installed
- make it more clear that you shouldn't install linux_devtools in the post
  install message
2002-11-08 20:17:54 +00:00
Alexander Leidinger
628837b0cc - Keep up with changes on -current (__sF, elf_i386 -> elf_i386_fbsd).
- Use an exclude file for cpio, there's not much sense in extracting
  and chmod'ing a whole bunch of files only to delete them afterwards.
- Fix two bugs in the ld-wrapper that could cause it to dump core in
  rare cases.
- Remove a forgotten C++ include.
- Improve IGNORE message.

Submitted by:	marius@alchemy.franken.de
2002-11-08 15:59:38 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Akinori MUSHA
166b4155de Zero PORTREVISION after the PORTVERSION is bumped. 2002-11-07 01:30:54 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Akinori MUSHA
6140b68dc0 Update lang/ruby to 1.6.8-preview1. 2002-11-06 12:28:56 +00:00
Oliver Braun
fba1cd9964 Use PORTCOMMENT variable instead of pkg-comment file. 2002-11-05 21:55:21 +00:00
Patrick S. Gardella
cc51f62cdf Add in a new patch file missed on initial commit. 2002-11-05 21:51:58 +00:00
Patrick S. Gardella
956433d086 Update to version 0.59 2002-11-05 21:51:28 +00:00
Tilman Keskinoz
ef397a3465 Adjust pkg-comment and pkg-descr. gcc28 isn't the Latest Release and
will probably not become our base system compiler in the near future.

Submitted by: Frerich Raabe <frerichraabe@gmx.de>
2002-11-05 14:50:57 +00:00
Trevor Johnson
d6dca0420b I'd like to try to maintain this. 2002-11-05 06:02:36 +00:00
David E. O'Brien
3d7bd2c689 The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
2002-11-05 03:10:08 +00:00
Edwin Groothuis
5019ffc91b Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
2002-11-04 22:57:37 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Edwin Groothuis
8bfc86fab6 Ports didn't build without USE_PERL5=yes
Noticed on: bento
2002-11-04 02:35:28 +00:00
Edwin Groothuis
6097f03e91 PERL -> REINPLACE
Noticed on: bento
2002-11-04 02:35:01 +00:00
Edwin Groothuis
1f738579fa Port needs Perl
Noticed on: bento
2002-11-04 01:48:34 +00:00
Edwin Groothuis
b9c12aa595 PERL -> REINPLACE
Noticed by: bento
2002-11-04 01:15:06 +00:00
Akinori MUSHA
938db3992d Fix installation.
Reported by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
2002-11-03 21:47:34 +00:00
Jimmy Olgeni
ed579b7fb7 Add WITH_ERLANG_HIPE option, to enable HiPE support. 2002-11-03 20:16:29 +00:00
Akinori MUSHA
47041eb8ba Update lang/ruby-devel to the latest snapshot as of 2002-10-30.
FreeBSD/sparc64 fails to build this and somehow the entire OS gets
frozen while running `miniruby'.  I'd appreciate if someone with a
clue could help me fix the problem.
2002-11-02 22:02:02 +00:00
Jimmy Olgeni
2896f2a018 Update documentation to release R9B-0. 2002-11-02 18:41:44 +00:00
Jimmy Olgeni
034094bad9 Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
2002-11-02 18:40:49 +00:00
Anton Berezin
5a1e2b69e5 Make perl's configure be aware of gcc command line syntax change from
-Acpu(i386) to -Acpu=i386 and similar.

The patch is from Perlland:
http://archive.develooper.com/perl5-porters@perl.org/msg79350.html

While at it, add $ FreeBSD $ to the rest of the patches.

Reported by:	kuriyama
2002-11-01 14:43:46 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Dima Dorfman
15fa2e89c2 This port builds fine on RELENG_4, so don't mark it BROKEN there.
It's still broken on a recent -current, though, but an OSVERSION value
more specific than 500000 should probably be used.

Note that this port still doesn't build (more specifically, doesn't
install) on bento, since it uses uname(3) to determine the system
version, and bento doesn't fake it (it fakes uname(1)).

Discussed with:	kris
Approved by:	obrien
2002-11-01 07:48:06 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00