Commit graph

11617 commits

Author SHA1 Message Date
Antoine Brodin
57034a8285 Do not try to remove a directory not created by the port 2013-06-29 21:23:22 +00:00
Johan van Selst
b856da19f1 Update Algol 68 Genie to version 2.7 2013-06-29 09:31:31 +00:00
Johan van Selst
6c3d62a0a1 - Make optional dependency on libmpfr explicit in GNU awk
This adds support for multiple-precision floating-point computation

PR:		ports/180004
Submitted by:	Dan Lukes <dan@obluda.cz>
2013-06-29 09:30:23 +00:00
Antoine Brodin
61f946e7e2 Unbreak ocaml-nox11 after PORT_OPTIONS conversion 2013-06-28 21:35:14 +00:00
Cy Schubert
47737a5299 Update 2.063 --> 2.063.2 2013-06-27 04:13:32 +00:00
Brooks Davis
e22eb6b33b Fix LATEST_LINK to be unique.
Submitted by:	erwin
2013-06-24 15:37:59 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Raphael Kubo da Costa
b7ae9eb1b0 Update to 2.10.2.
PR:		ports/179477
Submitted by:	Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer)
2013-06-23 18:45:19 +00:00
Raphael Kubo da Costa
ada2998452 Make the port fetchable again.
Point MASTER_SITES to old_versions/, which is where previous releases go.

PR:		ports/179656
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-06-22 21:23:22 +00:00
Brooks Davis
ebaa5b1b30 Add ports of DragonEgg version 3.3 for GCC 4.6 and 4.7. 2013-06-21 15:27:01 +00:00
Brooks Davis
de32315da8 Upgrade Clang and LLVM 3.3 ports to the release version. 2013-06-21 15:17:40 +00:00
Akinori MUSHA
3ff582670d The iconv module is no longer part of ruby's standard distribution.
(ext/iconv is an empty directory, so we can just leave it)
2013-06-20 08:41:57 +00:00
Akinori MUSHA
e47360ab50 Add devel/ruby-gems and devel/rubygem-rake to the list of recommended
additions.
2013-06-20 08:40:52 +00:00
Akinori MUSHA
6a6aa8c446 Add devel/ruby-gems and devel/rubygem-rake to the list of recommended
additions.
2013-06-20 08:39:21 +00:00
Wen Heping
342cc7883f - Update to 1.9
- Pass maintainership to submitter
- Trim Makefile headers

PR:		179163
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2013-06-20 00:59:21 +00:00
Mark Linimon
c173c83f09 Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
2013-06-19 20:12:38 +00:00
Jimmy Olgeni
e49a67425f Upgrade to version R16B01. 2013-06-19 13:39:44 +00:00
Rene Ladan
9ae289ac1a Remove expired port:
2012-05-10 lang/boo: BROKEN for more than 6 month
2013-06-19 11:36:45 +00:00
Andrej Zverev
5f58bbd075 - Fix after convertion to new options framework
PR:		ports/179665
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2013-06-18 17:48:36 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Pietro Cerutti
a8e9b9e0a2 - Update to 05_20130616
Changes:

  * Documentation comments have been added or improved in bigfile.s7i,
    char.s7i, clib_file.s7i, complex.s7i, external_file.s7i, file.s7i,
    float.s7i, hash.s7i, integer.s7i, shell.s7i, string.s7i, utf16.s7i,
    osfiles.s7i, rational.s7i, arrlib.c, blnlib.c, bstlib.c, arr_rtl.c,
    big_gmp.c, big_rtl.c, bst_rtl.c, chrlib.c, chr_rtl.c, cmdlib.c,
    cmd_rtl.c, fillib.c, fil_rtl.c, fltlib.c, flt_rtl.c, hshlib.c,
    hsh_rtl.c, int_rtl.c, pol_sel.c, pol_unx.c, setlib.c, set_rtl.c,
    strlib.c, str_rtl.c.
  * The functions lower and upper in string.s7i and char.s7i have been
    improved to use the default Unicode case mapping. In other words:
    conversions to lower respectively upper case works for all Unicode
    characters, which have a case mapping. Characters without case
    mapping are left unchanged. The mapping is independend from the
    locale. Individual character case mappings cannot be reversed,
    because some characters have multiple characters that map to them.
  * In the library deflate.s7i the performance of the deflate
    compression has been improved by a factor between 5 and 10.
  * The performance of the functions str_cmp, str_range and str_substr
    in strlib.c has been improved.
  * The performance of the functions strCompare, strRangeSlice,
    strRange, strSubstrSlice and strSubstr in str_rtl.c has been
    improved.
  * Tests for the string functions compare, lower and upper and for the
    index operations head, tail, range and substring have been added to
    chkstr.sd7.
  * The definition of the macro arrayMaxPos in common.h has been
    improved and usages of the macro have been added to arrlib.c and
    arr_rtl.c.
  * The compiler has been improved to support the actions HSH_IDX2 and
    HSH_UPDATE.
  * The compiler has been improved to inline code for the actions
    STR_HASHCODE, STR_RANGE and STR_SUBSTR.
  * The function intStrToBuffer has been added to int_rtl.c. This
    function allows conversions from integer to string, without
    memory allocation.
  * The compiler has been improved to take advantage of the function
    intStrToBuffer.
  * The functions getGenericValue, getGenericValueToResultExpr,
    getTempVariable, beginCastGeneric, endCastGeneric,
    beginCastGenericToResultExpr and endCastGenericToResultExpr have
    been added to the compiler.
  * The functions hsh_idx2 and hsh_update have been added to hshlib.c.
  * The functions hshIdxAddr2 and hshUpdate have been added to
    hsh_rtl.c
  * The macro hashCode has been defined in str_rtl.h and used in
    str_rtl.c (function strHashCode) and strlib.c (function
    str_hashcode).
  * The program chkccomp.c was improved to write a definition of the
    macro INLINE to version.h
  * The deprecated function 'read_dir' has been removed from the
    library "osfiles.s7i". The replacement of 'read_dir' is 'readDir'.
  * The functions arrHeadTemp, arrRangeTemp and arrSubarrTemp in
    arr_rtl.c have been improved.
2013-06-17 14:31:42 +00:00
Gerald Pfeifer
1cfeb1945a Introduce a new option BOOTSTRAP that allows for doing a full
bootstrap of GCC, as opposed to just running a simple build.
Bootstrapping is actually the default upstream, we disable it
by default for the stable flavors of GCC since that is a huge
win in terms of build time of the port.  No change in default
behavior for this port.

(When bootstrapping, use bootstrap-lean instead of default/vanilla
bootstrap to save on disk space.)

Remove redundant setting of DISTNAME.
2013-06-16 14:13:25 +00:00
Julien Laffaye
9e2a5b4cd3 - Update to 1.1.1
- Remove bash and bison dependencies
- Specify the PATH in regression-test target

PR:             179529
Submitted by:   koobs
2013-06-16 10:25:11 +00:00
Sunpoet Po-Chuan Hsieh
771c6bdb37 - Sort MAN1 2013-06-13 18:56:01 +00:00
Brooks Davis
ea2c6078ba Fix two plist bugs. Only install the manpage as clang33.1 not also as
clang.1.  Include clang-format in the set of commands.
2013-06-12 23:11:32 +00:00
Rene Ladan
802e9c4153 Update to 1.3.1
Changes:
- Use github directly instead of my local server.
- Rework WRKSRC/Makefile to allow simplifying port Makefile and drop the
  dependency on gmake.
- Drop README, refer to website instead.
- Add a simple BF generator.

Note that the version reported by the bf2c binary is still 1.2.5, as it
did not change at all during this update.
2013-06-12 23:01:23 +00:00
Brooks Davis
f8fed570a8 Fix up depends so we depend on llvm33 and look for the llc33 binary to
identify it rather than port versions.

Remove the broken and obviously unused regression-test target along with
the obsolute dependency on dejagnu.

Reported by:	decke
2013-06-12 19:03:41 +00:00
Brooks Davis
509e3cc074 Add a file that was missed when working around svn cp + post commit hook
weirdness.

Submitted by:	bdrewery
2013-06-12 18:38:05 +00:00
Brooks Davis
2291c69426 Set LATEST_LINK to clang33/llvm33 to deconflict.
Reported by:	erwin
2013-06-12 16:32:35 +00:00
Andrej Zverev
8c7d7ff2bd - lang/perl5.12 upgrade to 5.12.5
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]

[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)

Please, see ports/UPDATING for upgrade procedure.

Reviewed by:	bapt@ (exp-run), culot@
2013-06-12 13:00:55 +00:00
Martin Wilke
eebd94075b - Fix build 2013-06-12 07:53:32 +00:00
Martin Wilke
1134dbc4ee - Fix plist
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 06:44:32 +00:00
Brooks Davis
6884a01ebf Add missing build depend on python. I removed the run dependency too
firmaly.

Submitted by:	 bdrewery
2013-06-11 21:57:09 +00:00
Brooks Davis
6839fd47fe Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in
${PREFIX}/bin named clang33, llc33, etc.

In an additional change, the clang static analyzer's python wrapper and
web bits are not installed.
2013-06-11 18:50:29 +00:00
Gerald Pfeifer
67d5961915 Update to the 20130609 snapshot of GCC 4.9.0.
This addresses the libitm/ build issue via an upstream of mine,
so we can remove the local patch.
2013-06-10 19:44:48 +00:00
Pietro Cerutti
28a97d8c7d - Unbreak on amd64 2013-06-10 14:11:40 +00:00
Pietro Cerutti
581f4866e8 - Remove trailing period from DEPRECATED line 2013-06-10 13:32:07 +00:00
Pietro Cerutti
cc15b0864c - Deprecate lang/q and it's modules. As stated on the project's website, Q is
no longer supported, and users are advised to use lang/pure instead. Expiration
date in two months.
2013-06-10 13:30:44 +00:00
Alex Dupre
7e909bbc4e Update to 2.10.2 release. 2013-06-10 09:06:51 +00:00
Ruslan Makhmatkhanov
b922bed77e Add patch that resolves the issue, found after r250991 in src HEAD.
Investigation and the patch are from Marcel Moolenaar.

I also added upstream bug-report, based on Marcel's info:
http://bugs.python.org/issue18178

There also was relevant discussion on current@:
http://lists.freebsd.org/pipermail/freebsd-current/2013-June/

Please see there for details of the issue.

Submitted by:	marcel (python@ ML)
Reported by:	many
2013-06-10 08:20:15 +00:00
Carlo Strub
3c83ba4035 - Update to 4.10.2-2614
- Fix patch for MAN page install
- USE_GCC

PR:		ports/178656
Submitted by:	Takeshi MUTOH <mutoh@openedu.org>
2013-06-10 04:46:44 +00:00
Stefan Walter
79284f653f Properly evaluate option PTHREADS.
PR:		177494
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by:	maintainer timeout (1 month)
2013-06-09 16:18:29 +00:00
Kubilay Kocak
59a275ca57 lang/spidermonkey185: Fix clang build, cherrypick upstream clang fixes
- patch: -fvisibility=hidden to fix clang build
- patch: Remove shell workers [1]
- patch: Silence clang alignment warnings jsscript.h [2]
- patch: Silence clang alignment warnings in jsstr.cpp [3]
- Fix pkg-plist - remove pkgconfig dirrm entry
- Tweak regression-test: target

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=771281
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=662962
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=662961

Thanks to Guido Falsi (madpilot) for the visibility patch, kwm and miwi
for additional testing and the constant reminders.
2013-06-08 17:13:09 +00:00
Florian Smeets
36db7bcea0 Update to 5.4.16
Approved by:	ports-secteam (remko, delphij)
Security:	59e7163c-cf84-11e2-907b-0025905a4770
2013-06-07 23:49:53 +00:00
Florian Smeets
f011d407e4 Update to 5.3.26
Security:	59e7163c-cf84-11e2-907b-0025905a4770
2013-06-07 15:19:27 +00:00
Raphael Kubo da Costa
ede7a6bea5 Fix leftovers check on tinderbox by removing empty directories.
PR:		ports/179363
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-06-06 19:55:55 +00:00
Brendan Fabeny
780303a9b4 update lang/sbcl to 1.1.8, and adjust dependent ports 2013-06-06 13:13:34 +00:00
Rene Ladan
b43f09fd40 Remove expired port:
2013-03-05 lang/elisp-manual: Broken for more than 6 months
2013-06-05 20:38:55 +00:00
Baptiste Daroussin
a340f31742 Convert to new options framework 2013-06-05 13:45:33 +00:00
Pietro Cerutti
e44e782a6a - Set tcl 86 as an invalid version, segfaults 2013-06-05 13:35:16 +00:00