Commit graph

9020 commits

Author SHA1 Message Date
Rene Ladan
e9816e98d3 Update to 1.0.1.b36
PR:		ports/145515
Submitted by:	Christopher Key [cjk32 cam.ac.uk]
Approved by:	maintainer, tabthorpe (mentor)
2010-04-26 18:59:34 +00:00
Li-Wen Hsu
dcdfefca65 - Update to 0.5.5 2010-04-26 12:18:31 +00:00
Gerald Pfeifer
3fdcbaf099 Hook up the new lang/gcc46 port which has been repo-copied from lang/gcc45.
PR:		145808
2010-04-25 23:48:09 +00:00
Gerald Pfeifer
52014a4f79 Complete the creation of this port by adjusting it from GCC 4.5 to the
20100424 snapshot of GCC 4.6.0, which is a very, very early version of
said release which likely won't happen before 2011.
2010-04-25 23:46:25 +00:00
Gerald Pfeifer
c967d2d46f Update to the 20100420 snapshot of GCC 4.4.4. 2010-04-25 20:13:16 +00:00
Martin Matuska
bde42a0385 - Fix gmp version 5 support for php52
PR:		ports/146041
Submitted by:	myself
Approved by:	maintainer
2010-04-25 19:27:08 +00:00
Wesley Shields
4a9955fefb Update to 20100413
Submitted by:	devon.odell@gmail.com (maintainer, private mail)
2010-04-25 15:37:42 +00:00
Sylvio Cesar Teixeira
34ec9c780c - This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.

WWW:	http://search.cpan.org/dist/Test-XPath/

PR:		ports/146035
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 15:14:43 +00:00
Dirk Meyer
99738ef76c - fix name of apache module
Submitted by:	Alex Keda
2010-04-25 05:02:23 +00:00
Li-Wen Hsu
dfeca6cbc2 Add cdent 0.5.4, a Portable Module Programming Language. 2010-04-25 04:57:38 +00:00
Sylvio Cesar Teixeira
d7aa7c3c08 - This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.

WWW:	http://search.cpan.org/dist/TryCatch

PR:		ports/145951
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 00:00:11 +00:00
Gerald Pfeifer
2e31813548 Update to the 20100422 snapshot of GCC 4.5.1. 2010-04-24 20:30:12 +00:00
Dirk Meyer
c6935d779a - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 23:58:28 +00:00
Sergey Skvortsov
2bcf3fce5f Update to 2010.04 "Moscow"
PR:		ports/145944
Submitted by:	Aliaksandr Zahatski <zahatski xx gmail.com>
2010-04-23 21:04:23 +00:00
Dirk Meyer
d1522b8e41 - fix build
Reported by:	ITetcu
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Feature safe:
2010-04-23 16:49:56 +00:00
Dirk Meyer
3acf4c24e2 PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:03:13 +00:00
Kirill Ponomarev
62e59244fc Update to 3.1.7
PR:		ports/140093 ports/143229
Submitted by:	johans@ Hung-Yi Chen <gaod@hychen.org>
2010-04-23 12:39:14 +00:00
Gabor Pali
2ae3f4e9d8 - Unbreak build.
- While I am here: unbreak on 9.X as well, shrink bootstraps.

Supported by:	itetcu, jacula
2010-04-21 19:53:03 +00:00
Sergey Skvortsov
a0793ceb45 Update port to 2.3.0
Changes:	http://www.parrot.org/news/2010/Parrot-2.3.0
PR:		ports/145909
Submitted by:	Aliaksandr Zahatski <zahatski xx gmail.com>
2010-04-21 18:14:17 +00:00
Ion-Mihai Tetcu
da8fe2be97 Broken by the recent gmp update.
Submitted by:	QAT
Confirmed by:	kib@
2010-04-19 16:22:15 +00:00
Alex Dupre
021993264a Use openssl from base.
PR:		ports/145840
Submitted by:	Frank Wall <fw@moov.de>
2010-04-19 13:27:44 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Erwin Lansing
c4f136164a Fix build on HEAD
PR:		144845
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
Approved by:	maintainer
2010-04-18 17:33:06 +00:00
Gerald Pfeifer
8c421f7736 Update to the 20100415 snapshot of GCC 4.5.1. This is basically the
official release of GCC 4.5.0, thought that one may still have some
kinks and I recommend staying with GCC 4.4 for production use.
2010-04-18 16:46:04 +00:00
Gerald Pfeifer
67753e7103 Update to the 20100413 snapshot of GCC 4.4.4. 2010-04-18 12:06:39 +00:00
Sylvio Cesar Teixeira
1b2b5ae7cc - Fix problem of utmpx.h with build in 9-current
- BUMP PORTREVISION

PR:		ports/145758
Submitted by:	Takeshi Mutoh <mutoh@openedu.org> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-17 19:44:54 +00:00
Gerald Pfeifer
18b8d038e0 Force the use of system as and ld. This makes building and using this
port consistent across installations and avoids confusing error modes
for users who may have others flavors of these tools earlier in PATH.

On the way, sort CONFIGURE_ARGS.

Triggered by:	glarkin
2010-04-16 16:09:15 +00:00
Alex Dupre
55cd7af66e Add CONFLICTS to php5-pcre and php5-spl. 2010-04-16 13:52:11 +00:00
Alejandro Pulver
afc2c832e0 - Update lang/chicken to 4.4.0.
- Change MAINTAINER to submitter.

PR:		ports/145168
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
2010-04-15 18:00:58 +00:00
Greg Larkin
b47bdb13a2 - Unbreak after recent PHP 5.3.2 update
- Adopt port

Reported by:	pointyhat
Approved by:	portmgr (itetcu, erwin - blanket)
2010-04-12 23:19:33 +00:00
Pav Lucistnik
2abd74a8e6 - Reset bouncing maintainer and mark BROKEN
Reported by:	pointyhat
2010-04-12 18:05:58 +00:00
Alex Dupre
dc71c393d8 Fix build if multibyte regex support is disabled. 2010-04-12 08:03:49 +00:00
Alex Dupre
2288ee2ec6 PHP dropped support for Oracle8 client library. 2010-04-11 07:53:19 +00:00
Alex Dupre
538a6d28a2 Update to PHP 5.3.2 release! 2010-04-09 09:34:43 +00:00
Jimmy Olgeni
b1a3b36665 Patch erlc.c to automatically pass the "-smp disable" arguments to
the Erlang runtime.

This should hopefully fix the pointyhat build hangs which seem
related to the Erlang SMP runtime (beam.smp).
2010-04-07 22:04:49 +00:00
Jimmy Olgeni
e71bc6d153 Revert 1.152, which cannot possibly work until erl is installed in ${LOCALBASE}...
Pointy hat to:	olgeni
2010-04-07 15:01:53 +00:00
Jimmy Olgeni
75a94fd4b2 Disable SMP when running erlc (it hangs at least on pointyhat builds). 2010-04-07 14:33:40 +00:00
Gerald Pfeifer
30c449311b Update to the 20100406 snapshot of GCC 4.4.4. 2010-04-07 13:36:25 +00:00
Stanislav Sedov
61b5d2baf7 - Fix build with openssl 1.0.
Submitted by:	dinoex
2010-04-06 23:54:52 +00:00
Sylvio Cesar Teixeira
c4569da8b5 - Fix to when used tool of update.
- BUMP PORTREVISION

Submitted by:	Vitaly Magerya (vmagerya@gmail.com) (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-06 12:58:17 +00:00
Mark Linimon
8652aa50fb Mark various ports as ignore or broken on ia64.
Hat:		portmgr
2010-04-06 07:50:55 +00:00
Sylvio Cesar Teixeira
ad8b471882 - Added support to plataform amd64
PR:		ports/145382
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-06 00:49:11 +00:00
Sylvio Cesar Teixeira
96badbd697 - Modern Perl programs use several modules to enable additional features of Perl and of the CPAN.
WWW: http://search.cpan.org/dist/Modern-Perl/

PR:		ports/145338
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:16:26 +00:00
Gerald Pfeifer
ba4e8e9c12 Update to the 20100404 snapshot of GCC 4.3.5. 2010-04-05 21:44:08 +00:00
Dirk Meyer
11443cddf9 - fix build for png-1.4.1
- bump PORTREVISION
PR:	145247
2010-04-05 18:57:39 +00:00
Gerald Pfeifer
efe4932819 Remove USE_GCC=4.3+ when trying to build for sparc64. It does not make
a difference.

Approved by:	maintainer (tijl@coosemans.org)
2010-04-04 12:21:51 +00:00
Alberto Villa
dd22312092 - Update to 4.176.
PR:		ports/145292
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
Approved by:	tabthorpe (mentor)
2010-04-03 17:50:25 +00:00
Ion-Mihai Tetcu
cff5eb4fae runawk is a small wrapper for AWK that impements a modules
system and helps one to write the standalone AWK programs.

WWW: http://runawk.sourceforge.net/

PR:		ports/145126
Submitted by:	Sahil Tandon <sahil at tandon.net>
2010-04-03 16:52:52 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Martin Wilke
165c45c9cd - Update to 8.0
PR:		145164
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2010-04-02 17:53:18 +00:00