Commit graph

3922 commits

Author SHA1 Message Date
Dirk Meyer
d897f5fb61 - fix LDFLAGS
Submitted by:	lev
2003-12-17 15:33:47 +00:00
Pav Lucistnik
f126b58ee9 Add slib-gauche, a port that installs slib into gauche catalog.
PR:		ports/60282
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-12-17 13:14:27 +00:00
Kirill Ponomarev
cc99e9bc64 - Enable line-edit (works fine on -STABLE & -CURRENT)
- Bump PORTREVISION
- Grab maintainership

PR:		60323
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-17 12:02:13 +00:00
Kirill Ponomarev
4feecef3c9 - Update to version 0.7.3
PR:		60327
Submitted by:	maintainer
2003-12-17 11:35:44 +00:00
Oliver Braun
fa375a1e3d Use patches and libgmp port on -STABLE, too.
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer
2003-12-16 10:08:52 +00:00
Joe Marcus Clarke
d4e03516e2 Remove a patch missed in the last commit.
Noticed by:	John Merryweather Cooper <johnmary@adelphia.net>
2003-12-16 06:36:38 +00:00
Joe Marcus Clarke
5059990708 Update to 0.29.
PR:		60228
Submitted by:	John Merryweather Cooper <johnmary@adelphia.net>
2003-12-15 21:36:37 +00:00
Joseph Koshy
af5fab6f14 Make this port build on the AMD64 platform.
Submitted by:	 Tilman Linneweh <arved@FreeBSD.org>
2003-12-15 10:41:04 +00:00
David E. O'Brien
3878675a51 Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the
manpage fake out.

Spotted by:	gerald
2003-12-15 07:49:17 +00:00
David E. O'Brien
c563a2cc00 * Deal with GCC's configurary's assumption that /usr/local/{include,lib}
are searched automatically by the compiler by using --with-libiconv-prefix.
  W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
  During the make, neither will be found; a lot of inconsistency here...
* Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
  not actually passing the found header path to CFLAGS in any way.
2003-12-15 07:45:53 +00:00
Mark Linimon
2e1ad914a2 Mark as only for the various Intel chips. Pet portlint. No objection
from: maintainer.

PR:		ports/60178
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-15 06:57:15 +00:00
Akinori MUSHA
940b7f1c39 Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3. 2003-12-15 06:35:48 +00:00
Pav Lucistnik
8ba417cf50 - Backout last update, it broke x11-fm/tkdesk
Reported by:	lkoeller
2003-12-15 00:28:18 +00:00
Pav Lucistnik
ea25dbefac Add freetxl, a unique programming language specifically designed to support
computer software analysis and source transformation tasks. It is the
evolving result of more than fifteen years of concentrated research on
rule-based structural transformation as a paradigm for the rapid solution
of complex computing problems.

PR:		ports/54617
Submitted by:	Ryan Thompson <ryan@sasknow.com>
2003-12-14 21:50:44 +00:00
Gerald Pfeifer
eb7f54c028 Update to the 2003-12-08 snapshot. Simplify handling of .info files, and
merge in some of my recent changes to the gcc34 port.
2003-12-14 21:09:36 +00:00
Pav Lucistnik
06a67d3fff - Update to 3a1
- Split into two ports - interpreter independent library and installation
  into guile
- Give maintainership to submitter

PR:		ports/56393, ports/59888
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-12-14 20:18:35 +00:00
Pav Lucistnik
7c5679b615 - Update to 0.6.5
PR:		ports/59658
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-12-14 19:20:28 +00:00
Pav Lucistnik
68f6325d63 - Update to 20031205.
PR:		ports/60004
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2003-12-14 18:36:04 +00:00
Sergei Kolobov
359a13588b - Added a patch to the original OCaml's configure script
to fix building the port when using WITHOUT_X11 knob.
- Fixed Makefiles to avoid gmake-isms.
- Fix pkg-plist

PR:		60219
Submitted by:	maintainer
Noticed by:	Dmitry Morozovsky <marck@rinet.ru>,
		Marwan Burelle <Marwan.Burelle@ens.fr>
2003-12-14 15:53:51 +00:00
Jimmy Olgeni
1b42b8f902 Display package message in post-install. 2003-12-14 13:05:52 +00:00
Jimmy Olgeni
66dd74df46 Add "Design Patterns for Simulations in Erlang/OTP", a thesis by
Lennart Öhman. Also add pkg-message text with credits for extra
documentation like this.
2003-12-14 13:02:18 +00:00
Oliver Lehmann
a095f28ad0 - since 4.3.4, php4 does not install libmbfl headers, but they
are still needed for PECL extensions that rely on mbstring
  (e.g. mail/pear-mailparse, currently broken);

Remark: the proposed patch comes from PHP's CVS (please see
<http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver>).

- the next release of devel/pear-PEAR (1.3) depends of the extension
  xmlrpc;

- since I'm there, let slaves ports replace COMMENT.

PR:		ports/59591
Submitted By:	Thierry Thomas <thierry@pompo.net>
Approved By:	maintainer
2003-12-14 11:04:50 +00:00
Gerald Pfeifer
e4471a8b57 Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (at
least) two FreeBSD-related problems I had reported against the previous
snapshot.

Make some final adjustments to track changes in directory layout between
GCC 3.3 and 3.4, make some simplifications, and remove the BROKEN tag.
2003-12-14 02:35:52 +00:00
Pav Lucistnik
ccf1c17d22 - Update to 0.92a
PR:		ports/58725
Submitted by:	Jaeho Shin <netj@sparcs.kaist.ac.kr> (maintainer)
2003-12-14 01:53:36 +00:00
Pav Lucistnik
99b685a330 - Update to 1.5.14
PR:		ports/59858
Submitted by:	maintainer via Pedro F. Giffuni <giffunip@asme.org>
2003-12-13 23:59:49 +00:00
Oliver Lehmann
bf99716a85 fix build on 4 and 5 2003-12-13 19:37:23 +00:00
Alexander Leidinger
18a58e67ad - Update to 7.1.034.
- Modify plist to print a diagnostic instead of a pkg_delete warning
  if there's a license in the license directory.
2003-12-13 13:11:20 +00:00
Oliver Braun
4c99d59e5e - Fix build on -CURRENT by importing some gcc33 fixes
- Fix linker issue on -CURRENT by not using SplitObjs, same as:
   http://www.haskell.org/pipermail/glasgow-haskell-users/2003-June/005289.html
- Use libgmp from ports on -CURRENT (saves further patching)
- Bump PORTREVISION

PR:		ports/60155
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer
2003-12-12 16:33:17 +00:00
Alexander Leidinger
8697f3d4a9 s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (the
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.

I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
2003-12-12 13:43:05 +00:00
Peter Pentchev
c6c3559a2a Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR:		57749
Approved by:	maintainer timeout
2003-12-12 12:21:56 +00:00
Mark Linimon
d6b4ef4251 Mark as broken on 5.x due to the usual gcc3.3-induced bitrot. Pet portlint. 2003-12-12 10:19:12 +00:00
Kirill Ponomarev
2522aecf35 - Fix COMMENT format
PR:		60144
Submitted by:	Ports Fury
2003-12-11 14:38:19 +00:00
Kirill Ponomarev
aca26c911d - Fix COMMENT format
PR:		60143
Submitted by:	Ports Fury
2003-12-11 14:37:30 +00:00
Dirk Meyer
e726229ca8 - fix building with gnustep 1.9.0 (devel) 2003-12-10 22:05:55 +00:00
Dirk Meyer
96f87c1c98 - Update to 1.9.0 2003-12-10 22:03:33 +00:00
Pav Lucistnik
95560bdb48 - Chase tix library name change.
PR:		ports/60115
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-12-10 21:47:45 +00:00
Dag-Erling Smørgrav
a96f9f8a8a Once again, I forgot to commit the updated plist when I upgraded the port.
Thanks to <parv@pair.com> for noticing.

PR:		ports/60101
2003-12-10 21:30:47 +00:00
Pav Lucistnik
22ef317c3f - Update list of download locations with working entries.
PR:		ports/60102 (based on)
Submitted by:	parv <parv@pair.com>
2003-12-10 20:31:24 +00:00
Joseph Koshy
59fc878979 Update to v205. 2003-12-10 03:38:09 +00:00
Kirill Ponomarev
42d6172c95 - Update to version 5d9
PR:		60070
Submitted by:	Ports Fury
2003-12-09 19:48:13 +00:00
Bruce M Simpson
e82a259642 New port: Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and development prototyping
language.

FreeBSD uses ficl in its loader. So far we haven't done much more in
this area, perhaps importing a port will encourage further fruitful
exploitation of this valuable tool.
2003-12-08 19:00:36 +00:00
Alexander Leidinger
313f5fd733 Update to 7.1.033. 2003-12-08 13:29:42 +00:00
Lev A. Serebryakov
8cdc89d043 Fix building on 5-CURRENT
PR:		ports/60018
Submitted by:	FreeBSD-gnats-submit@freebsd.org
2003-12-08 10:53:27 +00:00
Alexander Nedotsukov
1d556206a3 Enable crypt(3) support.
Submitted by:	Alexey Antipov <rabbit@lipetsk.ru>
2003-12-08 09:24:48 +00:00
Oliver Braun
0b8d74f758 Upgrade to 7.2.
PR:		ports/59640
Submitted by:	maintainer
2003-12-07 18:30:07 +00:00
Kirill Ponomarev
9af5b0a2ee - Update to version 3.99.6
PR:		60012
Submitted by:	Ports Fury
2003-12-07 16:15:12 +00:00
Mark Linimon
afd7f24131 Restyle email address of (non)maintainer. 2003-12-07 01:46:10 +00:00
Gerald Pfeifer
566f4b19bd Update to the 2003-12-01 snapshot (quite some fixes).
Further simplify handling of .info files.
2003-12-06 17:39:09 +00:00
Joseph Koshy
0d9a1d7920 Add MASTER_SITES, update WWW.
PR:		ports/59978
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
2003-12-06 13:17:15 +00:00
Sergei Kolobov
b56504f927 - Update to 3.07 (patchlevel 2
- Fix MASTER_SITES list
- Update MANN and MLINK
- Re-sort pkg-plist for better maintenance
- Assign maintainership to the submitter

PR:		59602
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
Approved by:	previous maintainer
2003-12-06 00:05:05 +00:00