Commit graph

2827 commits

Author SHA1 Message Date
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Alexander Leidinger
edd111967f Add another possible download site (it isn't guaranteed that te file is
available from there).

Noticed by:	"Ulrich 'Q' Spoerlein" <q@uni.de>
2002-09-20 12:58:57 +00:00
Alexander Leidinger
bc38b4f7e1 - Update to 6.0.1.304.
- Re-enable patching of iccvars.(c)sh (solely called by icid and therefore
  overlooked), accidentally broken by last commit.
- Fix generation of multi-threaded code, triggered by the (badly documented)
  compiler option "-mt".
- Disable compiler options "-openmp*" and "-parallel", they depend on
  libguide which itself depends on pthread_atfork() (not provided by libc_r),
  therefore don't install libguide.
  Note: All compiler options are now believed to either work on FreeBSD or
  be disabled (Maintainer note: '-prof_gen' is under investigation).
- Add a message about installing stlport-icc in order to get full C++ support.
- Remove workaround for generation of shared objects with binutils/ld 2.12.x,
  appears to be fixed (unfortunately no confirmation by Intel Support, "That
  is good news <...> then we should just close this issue." *sigh*).

Submitted by:	marius@alchemy.franken.de

- Add note about a problem on P4 and how to solve it.

Suggested by:	Martin Kahlert <martin.kahlert@infineon.com>

- Remove outdated information in pkg-descr.
2002-09-20 12:16:25 +00:00
Jun Kuriyama
c0ba7b75c0 Unbreak.
PR:		ports/42606
Submitted by:	Tilman Linneweh <tilman@arved.FreeBSD.ORG>
2002-09-20 03:28:49 +00:00
Oliver Braun
b9828307c1 Add md5sum for -current bootstrap tarball. It works now on -current. 2002-09-19 14:44:29 +00:00
Norikatsu Shigemura
f5dba9dba0 Add PDSS(v2.52.21), which stands for PIMOS Development Support
System, is a KL1/Prolog (Parallel logic programming language)
byte-code Interpreter/compiler environment.

PR:			ports/42703
Submitted by:		NINOMIYA Hideyuki <nin@Jp.FreeBSD.org>
Approved by:		knu (mentor)
2002-09-19 11:16:58 +00:00
Hye-Shik Chang
0c0f046392 Update to Python 2.2.1 + Stackless 020918 snapshot 2002-09-18 14:59:59 +00:00
David E. O'Brien
1eca3f824a Total hack to allow gcc31 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
2002-09-18 14:43:03 +00:00
Thomas Gellekum
18393e7390 Don't use MAKE_ARGS to proliferate CFLAGS as setting CFLAGS in
/etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch
Makedefs (in the Icon source) instead.

PR:		38322
2002-09-18 11:19:32 +00:00
Ying-Chieh Liao
7e70bd0c60 better for future maintain 2002-09-18 11:05:04 +00:00
Oliver Braun
5b0f2432f2 Remove no longer needed patches. 2002-09-18 10:48:49 +00:00
Joseph Koshy
aa4260e863 Correct ${MASTER_SITE}, update checksums.
Submitted by:	Paul Gabriel <paul@pogo.franken.de>
2002-09-18 10:02:25 +00:00
Akinori MUSHA
bf6e437343 Update lang/ruby-devel to the snapshot as of 2002-09-17.
This fixes coredump on the Alpha.
2002-09-18 09:57:29 +00:00
Jimmy Olgeni
f5af45d2af Update to version 5.04.1. 2002-09-17 20:59:56 +00:00
Oliver Braun
08eb4c9f38 Upgrade to 5.04.1.
Note: This does *NOT* work on -current. The bootstrap tarball for -current is
      still missing. I am working on it. However I wanted to make this new
      version available on 4.7-R.

Submitted by:	maintainer
2002-09-17 20:09:56 +00:00
Alexander Leidinger
9d47e3f9b5 - C++ support: fix to work also on -current, work around broken exception
handling when generating shared objects with binutils/ld 2.12.[0,1], link
  in the icc C++ ABI definitions not those of gcc
- remove libcprts (STL): it has unresolvable glibc dependencies in both,
  dynamic and static, versions, therefore is not usable and entirely unneeded
  when libstlport is used instead
- add libimf (Intel's optimized math functions library), while there's no
  measurable speed improvement (at least for the functions tested) in
  comparison to FreeBSD's libm beyond the "normal" icc vs. gcc boost icc
  occasionally produces code depending on libimf when told to optimize for
  Pentium 4
- replace the ld-script with a wrapper written in C as (c)sh is a bit limited
  and long winded for that purpose
- minor stuff and cleanup

Submitted by:	marius@alchemy.franken.de
2002-09-17 12:10:46 +00:00
Thomas Gellekum
5b23dd8080 Add WITHOUT_X11 knob.
PR:		42608
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-09-16 12:05:28 +00:00
Kris Kennaway
f3093fcbe0 Add missing file to plist 2002-09-14 23:43:52 +00:00
Maxim Sobolev
2e331e731f Fix breakage introduced in previous commit.
Submitted by:	"Dan Langille" <dan@langille.org>
2002-09-14 16:57:47 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
David E. O'Brien
4e14c3cee8 The gcc32 port builds again -- so hook it up to the build. 2002-09-13 21:46:00 +00:00
Akinori MUSHA
d0244caa39 Hand the maintainership over to the submitter of the PR.
PR:		ports/40901
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-09-13 08:36:20 +00:00
Joseph Koshy
74319546f2 Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename.  This prevents older copies of the sources
being picked up during the "fetch" phase.
2002-09-13 04:07:46 +00:00
Akinori MUSHA
df8d17ab95 Update pkg-descr. 2002-09-12 05:49:22 +00:00
Akinori MUSHA
35e5296bd3 Update to 20020616. 2002-09-11 19:27:04 +00:00
Akinori MUSHA
6288beb462 - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into
lang/ruby_static.

- Integrate the iconv module into lang/ruby_static-devel.
2002-09-11 18:22:01 +00:00
Akinori MUSHA
67a2ab4506 Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of today, 2002-09-12 (JST).
2002-09-11 17:30:21 +00:00
David E. O'Brien
75da8cdd2c Total hack to allow gcc32 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
I don't like this change as I don't think there is any chance of getting
this change back into the GCC repository and it is important that the
stock GCC sources will bootstrap on FreeBSD 5.0.

Submitted by:	Don Lewis <dl-freebsd@catspoiler.org>
2002-09-11 16:48:58 +00:00
David E. O'Brien
2479cc6ff4 Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.
(this port has been 100% reset back to an earlier evolution line by a repo
copied from the 'gcc31' port)
2002-09-11 16:45:43 +00:00
Akinori MUSHA
f106a0addf On recent 5-CURRENT, stop configure from detecting wchar support,
since gawk fails to build with wchar/mbstring support due to lack of
wcscoll().

Approved by:	dd (MAINTAINER)
2002-09-11 04:09:47 +00:00
Joe Marcus Clarke
8e27e3d244 Fix build on -current.
Submitted by:	Patrick Hartling <patrick@137.org>
2002-09-10 18:25:55 +00:00
Dirk Meyer
b1438b1420 remove inactive file. 2002-09-10 14:55:18 +00:00
Dirk Meyer
8225749b43 yorick-doc is complete html documentation for the yorick interpreted
language (yorick port)
PR:		34473
Submitted by:	munro1@llnl.gov
2002-09-10 12:44:54 +00:00
Akinori MUSHA
1904d7cde5 Strip the gosh binary.
Obtained from:	ports/40901
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-09-09 19:34:32 +00:00
Akinori MUSHA
47348c9693 Add gauche, a scheme script interpreter with multibyte character
handling.
2002-09-09 18:47:42 +00:00
Dirk Meyer
129973ade5 Fix probem with Variable expansion
PR:		40450
2002-09-09 17:16:31 +00:00
Dirk Meyer
78eac1eef3 Update to tcl8.4b2
koi8-u.enc now in distribution
2002-09-09 12:12:37 +00:00
Joseph Koshy
e2f0c5b272 Update to v202. 2002-09-09 09:03:43 +00:00
Jimmy Olgeni
09b480fcf3 Add missing url type to MASTER_SITES. 2002-09-07 19:51:31 +00:00
Maxim Sobolev
83ef62f22b Update to 20020619. 2002-09-06 11:13:22 +00:00
Ying-Chieh Liao
8989d46a54 add lafontaine 0.3R3
Graphical logo interpreter
2002-09-06 07:07:14 +00:00
David E. O'Brien
ef21ecebed Disconnect gcc32 after a repo copy until the port is ready for life again. 2002-09-05 03:57:45 +00:00
Oliver Braun
3607fa3672 Fix pkg-message, after adding `hs-' prefix to Haskell ports. 2002-09-04 19:23:39 +00:00
Kevin Lo
2c67ffff5e Update to version 0.4.4
PR: 42342
Submitted by: MAINTAINER
2002-09-03 08:58:09 +00:00
Kevin Lo
4644fd9a04 Update to version 0.1.4
PR: 42340
Submitted by: MAINTAINER
2002-09-03 08:39:11 +00:00
Akinori MUSHA
3cb48f5ff1 Update to 0.4.
Submitted by:	Jerry A! <jerry@thehutt.org>
2002-09-02 11:07:23 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Kris Kennaway
ebdaa5c1c3 Remove gcc33 from SUBDIR, because it has not yet been upgraded after the
repo-copy and is consequently breaking INDEX.

Pointy hat to:	obrien
2002-08-31 04:14:31 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Mario Sergio Fujikawa Ferreira
7ff0bd1fa2 Deploy USE_GNOMENG infrastructure
PR:		42207
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 14:05:10 +00:00