1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

6223 Commits

Author SHA1 Message Date
Ion-Mihai Tetcu
66bfb9bd44 Update to 4.107
PR:		ports/98861
Submitted by:	maintainer
2006-06-14 22:37:06 +00:00
Andrew Pantyukhin
c143dec854 - Update to 3.09.2
- Add MASTER_SITE_GENTOO
- Unqoute a BROKEN

PR:		ports/97555
Submitted by:	sat
Tested by:	Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov <dsh@vlink.ru>,
		Holger Lamm <holger@e-gitt.net>, Hubert Tournier <hubert.tournier@online.fr>,
		Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due)
2006-06-14 21:46:40 +00:00
Mark Linimon
67691bae84 Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:		portmgr
2006-06-14 21:38:09 +00:00
Aaron Dalton
ab30dd2a05 - re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
  :L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
    plus/iplus/rplus -> N+, I+, R+, +
    times/itimes/rtimes -> N*, I*, R*, *
    difference/idifference/rdifference -> N-, I-, R-, -
    rquotient -> /
- added default workspace image (no need to install a
  local copy of the library functions any longer)
- temporarily removed most example programs

PR:		ports/98483
Submitted by:	Nils M Holm <nmh@t3x.org>
Reviewed by:	aaron
Approved by:	tobez
2006-06-14 02:36:58 +00:00
Alexander Leidinger
6575ab256e Hardcode the linux base dependency to the current default one. This solves
a problem with the upcomming new default one (which doesn't needs thi port,
it comntains already similar files) in an exp-build run.

Approved by:	maintainer (implicit)
2006-06-13 19:55:44 +00:00
Oliver Lehmann
d029e29367 make portlint happier
PR:		ports/96548
Approved by:	previous maintainer
2006-06-13 17:34:59 +00:00
Stefan Walter
c233987745 - Fix plist by removing a superfluous '/'.
- Bump PORTREVISION.

Noticed by:	kris/pointyhat
Approved by:	arved (mentor)
2006-06-13 16:05:16 +00:00
Erwin Lansing
0ba1459191 Remove non-existent knob USE_FLEX. 2006-06-12 19:37:02 +00:00
Jeremy Messenger
7f86966102 Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

	Correct: (after)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================
2006-06-12 04:58:43 +00:00
Gerald Pfeifer
41592459c5 Update to the 20060610 snapshot of GCC 4.2.0.
Add zip as a build dependency of Java (libgcj). [1]

Reported by:	kris (pointyhat) [1]
2006-06-11 15:42:59 +00:00
Thierry Thomas
a94a55f4c7 Prune an empty sub-directory.
Submitted by:	Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
2006-06-11 07:38:42 +00:00
Thierry Thomas
e2a096e809 Upgrade to 0.18.
PR:		ports/98527
Submitted by:	Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
2006-06-10 21:26:20 +00:00
Joseph Koshy
e5e672d151 Upgrade to v110.59.
Upstream changes from the previous version of the port include:
 - An improved lexer generator tool "lexgen".
 - bug fixes and minor improvements

Submitted by:	Johannes 5 Joemann <joemann at beefree.free.de>, with
		patches tty handling code from Timothy Bourke
		<timbob at bigpond.com>
2006-06-10 12:47:00 +00:00
Gerald Pfeifer
9e327e6777 Update to the 20060609 snapshot of GCC 4.1.2. 2006-06-10 12:34:49 +00:00
Maho Nakata
de3fe252f5 Unbreak for 6.1>=, since libtool has been replaced
by new ones.
2006-06-10 01:29:28 +00:00
Dirk Meyer
2995a979d5 - make sure ldconfig has been run 2006-06-09 19:55:24 +00:00
Maho Nakata
6d22be8fe8 Reorder the contents of the Makefile
so that it is not build

Submitted by:	kris mail
2006-06-09 07:50:56 +00:00
Stefan Walter
8c44a1a87b - Fix web browser plugin.
- Fix/improve FFI support.
- Pet portlint(1).

PR:		94058
Submitted by:	Takeshi MUTOH <mutoh@openedu.org>
Approved by:	maintainer
		arved (mentor)
2006-06-08 17:00:49 +00:00
Alexander Leidinger
0cc588bf95 Fix the CONFLICTS, it conflicts with FC3 and FC4.
Discussed with:	Boris Samorodov <bsam@ipt.ru>
Approved by:	jylefort
2006-06-08 16:40:00 +00:00
Sam Lawrance
8e4e7a9cc0 Fix brokenness when installed with slib-guile versions >= 3a2.
This should fix one of gnucash's many problems.

PR:		ports/93066 [1] [2], ports/93983 [3]
Submitted by:	Geoffrey Mainland [1],
		Robert Backhaus provided the fix [2],
		Emilio Conti [3]
2006-06-08 15:54:14 +00:00
Sam Lawrance
63a10f9fb4 Unbreak and sync version with slib.
Submitted by:	Robert Backhaus <robbak@robbak.com>
2006-06-08 15:43:43 +00:00
Martin Wilke
3929aec7db Update to 0.92b
PR:		ports/96563
Approved by:	krion (mentor), maintainer
2006-06-08 13:04:14 +00:00
Edwin Groothuis
65dbc791e8 remove old SIZE, add new SHA256/SIZE 2006-06-07 14:10:41 +00:00
Gerald Pfeifer
4911ee2897 Enable Java/libgcj for those platforms it currently works (i386) rather
than disabling it for platforms we know it's broken.
2006-06-05 19:50:05 +00:00
Aaron Dalton
37ad036b89 - Update from v0.11 to v0.15
- Restrict to FreeBSD-5+ due to dependency upon lang/spidermonkey
- Left odd BUILD_DEPENDS as lang/spidermonkey does not install the shared
library correctly

0.15 (28/02/2006)
    (tb) Rewrote Makefile.PL to work on more platforms

0.14 (12/02/2006)
    (tb) Removed remaining debug info

0.13 (05/02/2006)
    (tb) Removed debug info
    (tb) Made sure Makefile.PL finds libjs if installed in /usr/lib or
         /usr/local/lib

0.12 (12/03/2005)
    (ms) Makefile.PL prerequisite changed from undef to '0'.
    (ms) Thomas Busch added a check to Makefile.PL to find an already
         installed JS lib.

PR:		ports/98322
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-05 19:48:04 +00:00
Gerald Pfeifer
8e5af82931 Update to the 20060603 snapshot of GCC 4.2.0.
Java support is back (on i386), and all those additional libtool
files we are currently installing as part of libgcj will be gone
with next week's snapshot.
2006-06-05 19:20:32 +00:00
Marcus Alves Grando
f24f583acd - Update to 19c
PR:		97562
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
Approved by:	maintainer timeout (14 days)
2006-06-04 23:49:56 +00:00
Thierry Thomas
3a91080529 - Upgrade to 8.4.13; (1)
- Fix man pages: the required macros were not sourced. (2)

Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894>

PR:		ports/96622 (1)
Noticed by:     phk (2)
2006-06-04 22:02:14 +00:00
Philip Paeps
a9523fc194 Update to 4.0.1.
PR:		98423
Submitted by:	Martin Wilke <freebsd -at- unixfreunde.de>
Approved by:	Richard Kiss <him -at- richardkiss.com> (maintainer)
2006-06-04 12:12:33 +00:00
Hye-Shik Chang
80fdbaefc4 Update for bsd.java.mk 2.0
PR:		98387
Submitted by:	hq
2006-06-03 17:27:43 +00:00
Gerald Pfeifer
426445a69c Update to the 20060602 snapshot of GCC 4.1.2. 2006-06-03 08:48:22 +00:00
Marcus Alves Grando
5cc8485532 - Update to 4.106
PR:		98289
Submitted by:	maintainer
2006-06-03 01:36:51 +00:00
Anton Berezin
ce763c0d5a Add p5-JavaScript 0.55, perl extension for executing embedded
JavaScript.

PR:		ports/98372
Submitted by:	dom@happygiraffe.net
2006-06-02 13:24:55 +00:00
Vasil Dimov
53e2293222 Fix CFLAGS to make devel/meta-cvs buildable
PR:		ports/94456
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-06-02 08:56:14 +00:00
Erwin Lansing
ed375e9075 - Update to 1.17
- Assign to perl@

PR:		98348
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-02 08:41:10 +00:00
Aaron Dalton
d478ddb277 Adding port lang/p5-Quantum-Superpositions, QM-like superpositions in Perl.
Approved by:	tobez (implicit)
2006-06-01 07:25:40 +00:00
Vanilla I. Shu
9150feb10a Upgrade to latest version. 2006-05-31 12:22:46 +00:00
Aaron Dalton
4136ed975a Add whitespace 0.3, an interpreter for the Whitespace programming
language.

PR:		ports/97479
Submitted by:	Li-Lun Wang <llwang@infor.org>
Approved by:	tobez
2006-05-30 20:04:03 +00:00
Anton Berezin
738416eec4 Update to 0.15.
PR:		98128
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
Approved by:	maintainer
2006-05-30 11:04:32 +00:00
Sergey Skvortsov
712c2236cd Update to 0.4.4
Changes:	http://search.cpan.org/src/LTOETSCH/parrot-0.4.4/NEWS
2006-05-29 13:46:21 +00:00
Volker Stolz
2d16c10688 Update to 0.9.13
PR:		ports/98046
Submitted by:	maintainer
2006-05-29 09:48:27 +00:00
Volker Stolz
dc8ba95db0 Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the FreeBSD version
and most of the problems with the port are my fault anyway.

Approved by: maintainer
2006-05-29 08:14:05 +00:00
Volker Stolz
7fb432e5df Chase re-rolled tarball: necessary patches have been integrated 2006-05-28 16:20:42 +00:00
Gerald Pfeifer
31f3766d05 Update to the 20060526 snapshot of GCC 4.1.2. This is more or less what
we released as GCC 4.1.1 upstream.
2006-05-28 15:03:36 +00:00
Gerald Pfeifer
a9bc8e0946 Update to the 20060527 snapshot of GCC 4.2.0. 2006-05-28 14:57:12 +00:00
Jimmy Olgeni
c6c2e621b3 Upgrade to release R11B-0. 2006-05-28 14:21:27 +00:00
Maho Nakata
4d1ac6399d Fix a error
Submitted by:	 FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
2006-05-28 10:19:05 +00:00
Volker Stolz
e6863fb313 - Enable build for 5.x
- Prune compat5 from LIB_DEPENDS on 6.x as it has been redundant for a while.
2006-05-28 09:30:51 +00:00
Maho Nakata
cbb98d4b49 Fix dependency of libart
Submitted by:	kris
Approved by:	gerald (implicitly)
2006-05-28 08:57:49 +00:00
Maho Nakata
2f5b670de1 Mark as broken for 6.1
Submitted by:	kris via pointyhat
2006-05-28 08:43:43 +00:00