1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

3427 Commits

Author SHA1 Message Date
Akinori MUSHA
8ed9733874 Seems someone forgot to update this dependency line when updating
lang/lua to the latest version, which API is incompatible with 4.0.

Submitted by:	kris
2003-05-14 17:31:46 +00:00
Dirk Meyer
00cccc4f8b - use configures --includedir
- TCL_INCLUDE_SPEC is now set in tclConfig.sh
- cleanup makefile
2003-05-13 19:13:01 +00:00
Michael Landin
8ff59cc55c - Update to 18e.
- Fix spaces -> tabs, so portlint doesn't complain.

PR:		ports/51260
Submitted by:	maintainer
Approved by:	roberto(mentor)
2003-05-13 15:23:43 +00:00
Hye-Shik Chang
d2bb3d73ff Update maintainer's email address
Submitted by:	maintainer
2003-05-13 09:40:34 +00:00
Dirk Meyer
83589473cf - use configures --includedir
- cleanup makefile
2003-05-13 04:03:21 +00:00
Dirk Meyer
b51daf5197 - cleanup makefile 2003-05-13 04:02:18 +00:00
Tilman Keskinoz
3b754b2d65 Update to 1.7.9
PR:		52040
Submitted by:	maintainer
2003-05-12 20:16:05 +00:00
Martin Cracauer
106c49ef83 Correct ftp address for optional packages. 2003-05-12 15:13:55 +00:00
Ying-Chieh Liao
4304efd047 unbreak by upgrading to 2.3.10
PR:		51929
Submitted by:	maintainer
2003-05-12 08:39:19 +00:00
Hye-Shik Chang
a85b7c9694 - Remove the obsolete WWW url. [1]
- Set LATEST_LINK to lua4 in favor of lang/lua.

PR:		50654 [1]
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca> [1]
2003-05-10 22:36:13 +00:00
Hye-Shik Chang
36d31b94a1 Upgrade to 5.0 and keep 4.0 as lang/lua4 2003-05-10 22:29:24 +00:00
Pete Fritchman
0f1e701b26 The port is still BROKEN, but the distfile is fetchable now.
Noticed by: 	fenner's portsurvey
2003-05-10 19:11:40 +00:00
Gerald Pfeifer
3d5eaab42b Update to the second prerelease of GCC 3.3. Add support for the core
languages testsuites (similar to the lang/gcc32 port).
2003-05-09 14:47:00 +00:00
Alexander Leidinger
99f1098e79 Update MD5 after the file changed on the server (IA64 license-check binary
changed, we don't use it).

Noticed by:	Marius Strobl <marius@alchemy.franken.de>
2003-05-09 11:35:04 +00:00
David E. O'Brien
b6cb5a7118 These older compilers don't support amd64, sparc64, and ia64. 2003-05-09 05:34:06 +00:00
Edwin Groothuis
8a678de2f2 Maintainer update: lang/pexts to pike 7.2.492
PR:		ports/50937
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2003-05-08 22:59:58 +00:00
Maho Nakata
853833c849 Version up to 7.1.016
Submitted by:	 Sumit Shah <shah@ucla.edu>
2003-05-08 22:15:37 +00:00
Gerald Pfeifer
e41c7da010 I now made .bz2 sources available on gcc.gnu.org, so again use these instead
of .gz sources.  Remove a makeinfo related hack for CONFIGURE_ENV which is
not needed any longer.
2003-05-08 11:32:06 +00:00
Joe Marcus Clarke
310e32c04e Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC. 2003-05-07 23:15:02 +00:00
Gerald Pfeifer
5799bce6ac Remove support for bounds checking (which used to be enabled by setting
WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the
author of these patches, removed them from their web-site, saying that they
contain bugs fixed in later versions and strongly suggested to use current
versions of GCC.

PR:		51738
2003-05-07 22:59:19 +00:00
Daniel Eischen
7d5ef842f2 Unbreak patching. The recent change to gcc28 (to make gcc28 work in
-current) broke one of the patches here.

PR:	51740
2003-05-07 13:40:41 +00:00
Juli Mallett
6d8894d265 Upgrade to latest Mono (0.24 release), which includes most notably
a newer and much better JIT.

Approved by:	marcus (mentor)
2003-05-07 05:10:28 +00:00
Kris Kennaway
5da829376f Reset bouncing maintainer address. 2003-05-07 00:27:36 +00:00
Kris Kennaway
488b213183 BROKEN: Does not compile 2003-05-07 00:12:29 +00:00
Kris Kennaway
e586bab6c2 BROKEN: Broken dependency 2003-05-06 23:39:05 +00:00
Gerald Pfeifer
f23ec6ffe5 Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
2003-05-06 22:14:55 +00:00
Kris Kennaway
fab932ce7f BROKEN: Does not compile 2003-05-06 21:37:26 +00:00
Alexander Leidinger
bcbf3d5607 Update to 7.1.014. 2003-05-06 15:52:01 +00:00
Gerald Pfeifer
da95daf4a9 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops. 2003-05-06 11:45:22 +00:00
Gerald Pfeifer
507624f28d Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Also, we don't need USE_BISON for GCC releases.
2003-05-06 11:42:56 +00:00
Gerald Pfeifer
8c09145995 Properly add the "[FreeBSD]" marker to the GCC version string also for
prereleases and releases.
2003-05-06 11:19:17 +00:00
Yen-Ming Lee
1cc31ebdda Update to version 7.2.294 and removed GNOME dependency to fix unbuildable port.
Added build dependency to gmp4 only when FreeBSD 5.0 is detected.

PR:		50938
Submitted by	Xavier Beaudouin <kiwi@oav.net>
2003-05-06 09:15:09 +00:00
Vanilla I. Shu
e28fda86c6 Upgrade to 0.6.1.
PR:		ports/51764
Submitted by:	maintainer
2003-05-06 08:53:15 +00:00
Kris Kennaway
0f469baa25 BROKEN: Bad pkg-plist 2003-05-06 07:02:12 +00:00
Kris Kennaway
6777f867da As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove ports that have been broken for >4 months (in many cases much longer)
with no sign of a fix.
2003-05-06 03:56:26 +00:00
Kris Kennaway
28e7382123 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
2003-05-06 03:49:05 +00:00
David E. O'Brien
430972b2aa G++ headers are now installed in c++/<gcc_ver> rather than g++-v3. 2003-05-06 00:44:10 +00:00
Dirk Meyer
115deb7795 - Fix problems with guile-1.6.4 and short lib path.
- bump PORTREVISION
Submitted by:	marcus
2003-05-05 17:29:30 +00:00
Greg Lewis
4466439f01 . Update to 1.2b7.
. Revert back to using the actual distribution site in MASTER_SITES.

Approved by:	znerd
2003-05-05 16:23:32 +00:00
Joe Marcus Clarke
4f3521374d Add support for FreeBSD Alpha and Sparc. 2003-05-04 06:35:21 +00:00
David E. O'Brien
91003077c5 Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot. 2003-05-04 02:52:49 +00:00
Martin Cracauer
2eb05e7fe6 Update to CMUCL 18e.
Add a comment that one portlint warning cannot be avoided.
2003-05-02 21:53:37 +00:00
Joe Marcus Clarke
d1b7249e3b Correct a patch and a post-patch substitution. 2003-05-02 05:26:07 +00:00
Joe Marcus Clarke
7340fdd21a * Don't split info files
* Use %%DATADIR%%

Note, guile installs .la files as some of its dependents (like g-wrap,
gnucash, etc.) may use them.

Submitted by:	ijliao
2003-05-02 05:19:27 +00:00
Joe Marcus Clarke
6e2c11dcf5 Chase guile's shared lib version. 2003-05-02 03:29:26 +00:00
Joe Marcus Clarke
34256c1b83 Update to 1.6.4. This is a big update that has the potential of breaking
ports that depend on guile.  As such I have tested most of them.  Here
are my results:

--KNOWN TO WORK--
devel/gconf
games/gnomegames
games/gnomegames2
devel/g-wrap
x11-toolkits/guile-gtk
x11-toolkits/guile-gnome
math/guppi
finance/gnucash
deskutils/gnotime
devel/libgtop
devel/autogen
games/gnurobots
audio/snd
math/drgenius
net/serveez
science/libctl
x11-wm/scwm (works with patches to be sent to maintainer)
--KNOWN NOT TO WORK (maintainer is working on update)--
cad/geda
cad/geda-symcheck
cad/geda-utils
cad/gnetlist
cad/gschem
cad/gwave
cad/libgeda
--UNKNOWN--
mail/icqmail (marked IGNORE for other reasons)
lang/gnustep-guile (could not build for other reasons; will notify maintainer)
math/siag (did not test)
science/mpb (did not test)

PR:	43910
2003-05-02 03:18:31 +00:00
Joseph Koshy
f89c55eec8 Bundle in the 'include/' and 'lib/' directories to support extension
writers.

PR:		ports/51644
Submitted by:	Martin Vito Cruz <sleepinghead@netzero.com>
2003-05-02 01:54:06 +00:00
Ying-Chieh Liao
331bfbe812 upgrade to 0.8.2
drop maintainership
2003-05-01 16:49:49 +00:00
Yen-Ming Lee
48135f0ca6 set ONLY_FOR_ARCHS=i386
keep static executable files
drop MAINTAINERship

PR:		51537
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-30 00:49:11 +00:00
Yen-Ming Lee
cc138bc022 It's only for i386.
drop MAINTAINERship.

PR:		51534
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-30 00:38:29 +00:00
Christian Weisgerber
678ba8bc8f Update to version 0.20.
PR:		51514
Submitted by:	Ports Fury
2003-04-28 23:54:38 +00:00
Christian Weisgerber
dbb61112c2 Update to version 0.12
PR:		51230
Submitted by:	Ports Fury
2003-04-28 23:27:48 +00:00
Maho Nakata
e3e325354d Update ports for 7.1.015
Submitted by:	 Masakazu HIGAKI <higamasa@dream.com>
2003-04-28 22:17:47 +00:00
David E. O'Brien
96202fca8f Simpler version of the "make this work on 5-CURRENT again" fix.
In this version we simply use the default emulation rather than explicitly
setting it [wrong].
2003-04-28 15:37:22 +00:00
Maxim Sobolev
b9fde6414d Respect global CC settings.
Approved by:	maintainer
2003-04-28 10:53:21 +00:00
David E. O'Brien
61c4db0e8e Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot. 2003-04-28 02:23:49 +00:00
Gerald Pfeifer
353f2c7af8 Fix build on -CURRENT.
PR:		46899
Submitted by:	David Holm <david@realityrift.com>
2003-04-27 12:59:04 +00:00
Dirk Meyer
42240d6754 Fix install problem of gnustep-objc
extend comment for ia64
2003-04-27 10:05:14 +00:00
Vanilla I. Shu
1b6633d7fe Add spidermonkey 1.5.p5,
a standalone JavaScript interpreter from
the Mozilla project.

PR:		51325
Submitted by:	Dan Rench (drench@xnet.com)
2003-04-27 01:46:49 +00:00
Gerald Pfeifer
f79ce0b807 There is now a version of the bounds-checking patch also for GCC 3.2.3.
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2003-04-26 22:30:15 +00:00
Akinori MUSHA
a23c4abe67 Unbreak the build. 2003-04-26 21:17:35 +00:00
Oliver Braun
6d5cc32610 Chameleon is a Haskell-style language which allows for type programming via
Constraint Handling Rules (CHRs). Chameleon implements the ideas described in
``A Theory of Overloading''.

WWW: http://www.comp.nus.edu.sg/~sulzmann/chameleon/
2003-04-26 20:09:50 +00:00
Oliver Braun
fbdf4d763a * Add PATCHFILE.
* Bump PORTREVISION.
2003-04-26 11:53:10 +00:00
Alexander Leidinger
aec1848380 When trying to link dynamic libraries with dependancies, e.g:
icc -shared -o libfoo.so foo.o -lbaz

the ld wrapper gets confused and thinks that a static link is intended
and the link fails. This patch appears to fix things.

Submitted by:	dfr
2003-04-26 10:27:29 +00:00
Christian Weisgerber
4e2199ec90 Fix typo in maintainer address, mark as i386-only. 2003-04-26 01:07:31 +00:00
Christian Weisgerber
52438f5a94 Mark as i386-only. 2003-04-26 01:02:16 +00:00
Gerald Pfeifer
3fbb55148b Bump version in COMMENT to account for today's update of the master port.
Approved by:	dinoex
2003-04-25 19:05:59 +00:00
Gerald Pfeifer
def14f66ea Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
2003-04-25 18:45:31 +00:00
Gerald Pfeifer
01314d62ac Update to GCC 3.2.3 as released today. (This is the last release from this
branch which has been "closed" in GCC CVS, so we can simplify this port.)
2003-04-25 17:30:51 +00:00
Gerald Pfeifer
3e6f00c31e Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
2003-04-25 17:06:46 +00:00
Gerald Pfeifer
216a3c7853 Make MAINTAINER overrideable by slave ports. 2003-04-25 06:40:43 +00:00
Alexander Leidinger
f28a4a6666 Update to 7.1.011. 2003-04-24 15:08:34 +00:00
Anton Berezin
8d6ace0a7b Under certain conditions, perl's configure script could pick a directory
other than ${LOCALBASE}/bin to install its scripts (h2ph, perldoc, and
friends) to.  Fix that.

PR:		51350
Reported by:	Oliver Brandmueller <ob@gruft.de>
2003-04-24 13:19:21 +00:00
Maxim Sobolev
062cd21bb1 Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x
fixes. sscli now supports Darwin/ppc, so that it might be possible
to port it to FreeBSD/ppc once it is available.
2003-04-24 11:17:57 +00:00
Gerald Pfeifer
e5cd9dacdf Fifty-one months after ELF flag day, and after the system compiler became
ELF-only as well, remove support for aout from the next generation of GCC.

Suggested by:	Loren James Rittle <rittle@labs.mot.com>
Discussed with:	obrien
2003-04-24 10:37:23 +00:00
Gerald Pfeifer
3978f0bf02 Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 on
i386-unknown-freebsd4.8.)
2003-04-23 13:20:53 +00:00
John Polstra
e98b785b41 Unbreak the build on the Alpha platform. 2003-04-22 18:17:49 +00:00
Dirk Meyer
d024ce9c40 - Added patch from tcl8.4
Certain character set encodings can cause tcl to core dump in
TclFinalizeEncodingSubsystem().
PR:		51273
Submitted by:	truckman
2003-04-22 18:14:06 +00:00
Dirk Meyer
960cd205ac - drop javlib in PLIST for ia64 too.
Approved by:	gerald
2003-04-22 18:04:48 +00:00
David E. O'Brien
8a8eef1274 Allow YACC to be used, rather than Bison, for C/C++.
Submitted by:	kan
2003-04-22 17:14:43 +00:00
Edwin Groothuis
3e75e1f309 change maintainer address
PR:		ports/51262
Submitted by:	Scott Flatman <sf@slappy.org>
2003-04-22 08:30:43 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Anton Berezin
3961916206 Patch Safe.pm (see
http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5).

Reported by:	kuriyama
2003-04-21 14:55:34 +00:00
Anton Berezin
880a91bea2 Patch Safe.pm (see
http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5).

Reported by:	kuriyama
2003-04-21 14:27:37 +00:00
Dirk Meyer
dc65a5af1e - modify sample startscript, call ldconfig so libobjc.so can be found after reboot. 2003-04-21 09:29:38 +00:00
Gerald Pfeifer
8039f626dd On sparc64 libgcj is not built by default (and won't build easily), so we
need to dynamically construct pkg-plist to take this into account.

Noticed by:	bento+kris
2003-04-21 08:35:53 +00:00
Dirk Meyer
f4e43b6408 merge changes from gcc32 to gcc33 after testing
- Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work.
- fix PLIST so critical file libgcc_s.so.1 is included.
- complete PLIST
- COMMENT can be overrritten by a slave port
- uncomment MANPAGES, as they are currently not installed.
2003-04-21 07:59:03 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
John Polstra
9d763b29f9 Deal with the msgsnd() API change in FreeBSD 5.x.
PR:		ports/48509
Submitted by:	Craig Rodrigues <rodrigc@attbi.com>
2003-04-20 19:34:29 +00:00
John Polstra
77eafda242 Add a patch to work around a strange environment-related gmake bogon
on the sparc64 platform.

Submitted by:	Jake Burkholder <jake@FreeBSD.org>
2003-04-20 18:52:30 +00:00
David E. O'Brien
0c6eadf766 Not sure how I missed these patches in my 24-March-2003 GCC 3.3
in-development snapshot upgrade.
2003-04-20 17:20:51 +00:00
Norikatsu Shigemura
925d7cf2dd Fix dependency on freetds library (major version bump).
Bump PORTREVISION accordingly.

Submitted by:	Alex Kiesel <kiesel@schlund.de> (freetds maintainer)
2003-04-20 14:59:22 +00:00
Akinori MUSHA
27f96357e1 Add a patch to fix coredump that occurs when you run ruby with the
verbose flag on. (ruby -v -e 'begin;end')

PORTREVISION is not bumped since this is not a significant problem for
most people.
2003-04-19 19:36:28 +00:00
Akinori MUSHA
40e9f7052c Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.

ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
2003-04-19 15:57:37 +00:00
Norikatsu Shigemura
1a3ef4ae0a Change MAINTAINER to new address.
PR:		ports/51141, ports/51142, ports/51143, ports/51144
Submitted by:	Scott Flatman <sf@slappy.org> (maintainer)
2003-04-19 13:06:13 +00:00
Alexander Leidinger
fe4d1d2986 - back out special '-I' handling, it causes problems with the stlport [1]
(this may break ports which depend upon OpenSSL from ports which was
   compiled as a base system replacement because it includes a system
   header directory again)
 - ignore "-pipe" in CFLAGS, this should unbreak some ports with hardcoded
   "-pipe"

Noticed by:	Krzysztof Parzyszek <kristof@swissmail.org> [1]
Tested by:	Krzysztof Parzyszek <kristof@swissmail.org> [1]
2003-04-18 09:10:22 +00:00
Edwin Groothuis
310c3775e7 port update, lang/treecc 1.8 -> 2.4
I will be sending a patch for pnet shortly.

PR:		ports/51116
Submitted by:	Mike <ahze@rgv.net>
2003-04-18 05:57:41 +00:00
Gerald Pfeifer
8e282b7bde Remove files/patch-t-freebsd. The underlying problem has been fixed in
GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions
of FreeBSD should build fine with this patchs, its just another extra
difference to pristine FSF sources and may cause subtle header-related bugs
for FreeBSD 4.x systems.

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2003-04-17 14:04:43 +00:00
Edwin Groothuis
f2a589eced Add emulators/vmware3 to emulators/Makefile
Add lang/gcc33 and lang/tclX to emulators/Makefile
2003-04-17 11:13:19 +00:00
Kris Kennaway
f65b03b129 Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it. 2003-04-17 10:40:48 +00:00