1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

11603 Commits

Author SHA1 Message Date
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
Brendan Fabeny
b1839a5645 fix the build after the update of lang/tcl84 to 8.4.20; assign to
tcltk@
2013-06-04 22:20:51 +00:00
Gabor Pali
109269205e - Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some highlights of the update:

- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
  hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
  portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk

New ports (11):

devel/hs-asn1-types                         0.1.3
devel/hs-data-default-class                 0.0.1
devel/hs-data-default-instances-base        0.0.1
devel/hs-data-default-instances-containers  0.0.1
devel/hs-data-default-instances-dlist       0.0.1
devel/hs-data-default-instances-old-locale  0.0.1
devel/hs-extensible-exceptions              0.1.1.4
devel/hs-mmorph                             1.0.0
devel/hs-quickcheck-io                      0.1.0
x11-toolkits/hs-GLURaw                      1.3.0.0
x11-toolkits/hs-OpenGLRaw                   1.3.0.0

Updated ports (104):

archivers/hs-zlib                        0.5.4.0_1        --> 0.5.4.1
databases/hs-persistent                  1.1.5.1          --> 1.2.0.1
databases/hs-persistent-sqlite           1.1.5            --> 1.2.0
databases/hs-persistent-template         1.1.2.4          --> 1.2.0
devel/hs-HUnit                           1.2.5.1_1        --> 1.2.5.2
devel/hs-IORefCAS                        0.2_3            --> 0.2.0.1
devel/hs-MonadRandom                     0.1.8            --> 0.1.9
devel/hs-QuickCheck                      2.5.1.1_1        --> 2.6
devel/hs-abstract-deque                  0.1.6_1          --> 0.2
devel/hs-alex                            3.0.2_1          --> 3.0.5
devel/hs-async                           2.0.1.3_1        --> 2.0.1.4
devel/hs-basic-prelude                   0.3.4.0          --> 0.3.5.0
devel/hs-blaze-builder                   0.3.1.0_4        --> 0.3.1.1
devel/hs-byteorder                       1.0.3_4          --> 1.0.4
devel/hs-cabal-install                   0.14.0_4         --> 1.16.0.2
devel/hs-classy-prelude                  0.5.3            --> 0.5.7
devel/hs-cmdargs                         0.10.2           --> 0.10.3
devel/hs-conduit                         1.0.2            --> 1.0.5
devel/hs-data-default                    0.5.0_1          --> 0.5.3
devel/hs-fsnotify                        0.0.6            --> 0.0.11
devel/hs-generic-deriving                1.4.0            --> 1.5.0
devel/hs-git-annex                       4.20130323_1     --> 4.20130601
devel/hs-haddock                         2.11.0_1         --> 2.13.2
devel/hs-hashable                        1.2.0.5          --> 1.1.2.5,1
devel/hs-hlint                           1.8.43           --> 1.8.45
devel/hs-hspec                           1.4.4            --> 1.5.4
devel/hs-hspec-expectations              0.3.0.3_1        --> 0.3.2
devel/hs-largeword                       1.0.4            --> 1.0.5
devel/hs-lens                            3.8.7.3          --> 3.9.0.2
devel/hs-lifted-base                     0.2.0.2          --> 0.2.0.5
devel/hs-monad-control                   0.3.1.4_1        --> 0.3.2.1
devel/hs-monad-logger                    0.3.0.1          --> 0.3.1.1
devel/hs-monad-par                       0.3.4.1          --> 0.3.4.2
devel/hs-pool-conduit                    0.1.1_1          --> 0.1.2
devel/hs-profunctors                     3.3              --> 3.3.0.1
devel/hs-reflection                      1.1.7            --> 1.3.2
devel/hs-resourcet                       0.4.5            --> 0.4.7.1
devel/hs-show                            0.5              --> 0.6
devel/hs-split                           0.2.1.1_1        --> 0.2.2
devel/hs-stm                             2.4_1            --> 2.4.2
devel/hs-syb                             0.3.7_1          --> 0.4.0
devel/hs-tagged                          0.4.4_1          --> 0.6
devel/hs-text                            0.11.2.3_1       --> 0.11.3.1
devel/hs-unix-compat                     0.4.1.0          --> 0.4.1.1
devel/hs-unix-time                       0.1.5            --> 0.1.8
devel/hs-unordered-containers            0.2.3.0          --> 0.2.3.1
devel/hs-utility-ht                      0.0.8_3          --> 0.0.9
devel/hs-uuagc                           0.9.42.2_3       --> 0.9.42.3
devel/hs-uuid                            1.2.9            --> 1.2.13
devel/hs-void                            0.5.11           --> 0.6
math/hs-NumInstances                     1.2              --> 1.3
math/hs-comonad-transformers             3.0.1_1          --> 3.0.2
math/hs-semigroups                       0.9              --> 0.9.1
math/hs-statistics                       0.10.2.0_2       --> 0.10.3.1
net/hs-network                           2.3.1.0_1        --> 2.4.1.2
net/hs-publicsuffixlist                  0.0.3            --> 0.1
net/hs-socks                             0.5.0            --> 0.5.1
security/hs-certificate                  1.3.5_1          --> 1.3.7
security/hs-cipher-aes                   0.1.7            --> 0.1.8
security/hs-clientsession                0.8.1_1          --> 0.9
security/hs-crypto-api                   0.11             --> 0.12.1
security/hs-crypto-conduit               0.5.0            --> 0.5.2
security/hs-crypto-pubkey                0.1.2_1          --> 0.1.3
security/hs-crypto-pubkey-types          0.2.0_1          --> 0.3.2
security/hs-cryptocipher                 0.4.0_1          --> 0.5.0
security/hs-cryptohash                   0.8.3_1          --> 0.9.0
security/hs-skein                        0.1.0.12         --> 1.0.3
textproc/hs-HaXml                        1.23.3_2         --> 1.24
textproc/hs-attoparsec-conduit           1.0.0            --> 1.0.1
textproc/hs-blaze-html                   0.6.0.0          --> 0.6.1.1
textproc/hs-blaze-markup                 0.5.1.4          --> 0.5.1.5
textproc/hs-case-insensitive             1.0              --> 1.0.0.2
textproc/hs-highlighting-kate            0.5.3.8          --> 0.5.3.9
textproc/hs-hs-bibutils                  4.17             --> 5.0
textproc/hs-polyparse                    1.8_3            --> 1.9
textproc/hs-texmath                      0.6.1.3          --> 0.6.1.5
textproc/hs-xml                          1.3.12_4         --> 1.3.13
textproc/hs-yaml                         0.8.2.3          --> 0.8.2.4
www/hs-HTTP                              4000.2.5_1       --> 4000.2.8
www/hs-cgi                               3001.1.7.4_6,1   --> 3001.1.7.5,1
www/hs-hamlet                            1.1.6.3          --> 1.1.7.1
www/hs-happstack-server                  7.1.7            --> 7.1.7.1
www/hs-heist                             0.11.1           --> 0.12.0
www/hs-http-conduit                      1.9.0            --> 1.9.3
www/hs-http-reverse-proxy                0.1.1.3          --> 0.1.1.6
www/hs-shakespeare                       1.0.3.1          --> 1.0.5
www/hs-shakespeare-css                   1.0.3            --> 1.0.5.1
www/hs-shakespeare-js                    1.1.2.1          --> 1.1.4
www/hs-snap                              0.11.2           --> 0.12.0
www/hs-wai-extra                         1.3.2.4          --> 1.3.4
www/hs-wai-test                          1.3.0.4          --> 1.3.1
www/hs-warp                              1.3.7.4          --> 1.3.8.1
www/hs-yesod                             1.1.9.2          --> 1.2.0.1
www/hs-yesod-auth                        1.1.5.3          --> 1.2.0
www/hs-yesod-core                        1.1.8.2          --> 1.2.0.4
www/hs-yesod-form                        1.2.1.3          --> 1.3.0
www/hs-yesod-persistent                  1.1.0.1_1        --> 1.2.0
www/hs-yesod-platform                    1.1.8            --> 1.2.0.1
www/hs-yesod-routes                      1.1.2            --> 1.2.0
www/hs-yesod-static                      1.1.2.2          --> 1.2.0
www/hs-yesod-test                        0.3.5            --> 1.2.0
x11-toolkits/hs-GLUT                     2.1.2.1_7,1      --> 2.4.0.0,1
x11-toolkits/hs-OpenGL                   2.2.3.1_4,1      --> 2.8.0.0,1
x11/hs-xmobar                            0.16_2           --> 0.17

Removed ports (2):

www/hs-yesod-default                     1.1.3.2
www/hs-yesod-json                        1.1.2.1

PR:		ports/179146 [1]
Requested by:	Omar Thameen <omar@biglist.com> [1]
Reported by:	sperber, bapt [2]
Tested by:	sperber [2]
Obtained from:	FreeBSD Haskell
2013-06-04 18:53:40 +00:00
Baptiste Daroussin
d4600efa64 Convert to new options framework 2013-06-04 15:13:42 +00:00
Baptiste Daroussin
e84a0a049e WITHOUT_NLS -> PORT_OPTIONS:MNLS 2013-06-04 13:58:44 +00:00
Pietro Cerutti
bce8d60338 - Update to 8.4.20
Release notes: http://www.tcl.tk/software/tcltk/8.4.html

  This is the twentieth and *FINAL* patch release of Tcl/Tk 8.4.
  With this release, support for Tcl/Tk 8.4 comes to an end.

  These ports are going to be deprecated soon. Please use 8.5 or 8.6.
2013-06-04 10:37:25 +00:00
Pietro Cerutti
e50b767d50 - Fix build with Tcl/Tk 8.6
Reported by:	miwi (Tcl/Tk 8.6 exp-run late comers)
Approved by:	portmgr
2013-06-03 16:46:48 +00:00
Pietro Cerutti
ffb32a13d1 - Update to 05_20130602
Changes:

  * The implementation of the type integer has been changed to use a
    64-bit value.
  * Documentation comments have been added to bigint.s7i, integer.s7i,
    string.s7i, arr_rtl.c, big_gmp.c, biglib.c, big_rtl.c, flt_rtl.c,
    intlib.c, int_rtl.c, set_rtl.c and str_rtl.c.
  * The new library bin32.s7i, which defines bit operations for 32-bit
    values, has been added.
  * The new library crc32.s7i, which supports the CRC-32 cyclic
    redundancy check, has been added.
  * The new library deflate.s7i, which supports the deflate compression
    algorithm, has been added.
  * The library binary.s7i has been renamed to bytedata.s7i. The
    functions get_asciiz, get_uint16_le, get_uint32_le, get_uint16_be
    and get_uint32_be have been renamed to getAsciiz, getUInt16Le,
    getUInt32Le, getUInt16Be and getUInt32Be respectively. Definitions
    of the functions int16AsTwoBytesLe, int32AsFourBytesLe,
    int16AsTwoBytesBe and int32AsFourBytesBe have been added.
  * The functions getBitLe, getBitsLe, getNonCompressedBlock,
    getLiteralOrLength, getDistance, decodeLength, decodeDistance,
    decodeFixedHuffmanCodes, getHuffmanValue, computeConversionTable,
    decodeDynamicHuffmanCodes, processCompressedBlock and inflate have
    been moved from gzip.s7i to the new library inflate.s7i.
  * The functions gzip, openGzipFile, close and write have been added
    to the library gzip.s7i.
  * The functions 'name' and 'path' have been added to the library
    progs.s7i.
  * The function openStrifile has been added to strifile.s7i.
  * The library tar.s7i and the example program tar7.sd7 have been
    improved to allow the creation of compressed archives.
  * The compiler has been improved to support the actions BIG_CONV,
    BIN_AND, BIN_OR, BIN_XOR, INT_AND, INT_OR, INT_XOR, INT_URSHIFT,
    INT_URSHIFT_ASSIGN, PRG_OWN_NAME and PRG_OWN_PATH.
  * Optional checks for integer shift operations have been added to
    the compiler.
  * The function bigFromInt64 and bigToInt64 in big_gmp.c have been
    improved.
  * Several functions in big_gmp.c have been improved to free temporary
    values with mpz_clear().
  * The function big_conv() has been added to biglib.c.
  * The functions drw_image and drwRtlImage have been improved.
  * The functions drwImage in drw_win.c and drw_x11.c have been
    improved.
  * The meaning of the actions PRG_NAME and PRG_PATH has changed. The
    new actions PRG_OWN_NAME and PRG_OWN_PATH are used as replacement.
  * The functions strRPos2, strRIPos2 and strRepl2 have been added to
    str_rtl.c. This functions use a modified Boyer–Moore string search
    algorithm.
  * Usages of the macro arraySize have been added to drwlib.c,
    drw_rtl.c, libpath.c and prg_comp.c.
  * The macro arrayMaxPos has been defined in common.h and used in
    arrlib.c and arr_rtl.c.
2013-06-03 13:36:39 +00:00
Gerald Pfeifer
1c77b87bb3 When bootstrapping, which is not the default for this GCC port, use
bootstrap-lean instead of default/vanilla bootstrap to save on disk
space.
2013-06-02 19:13:51 +00:00
Julien Laffaye
851e76cacf - Do not hardcode GOOS, use OPSYS instead [1]
- Add -f flag to LN [1]
- Add a regression-test target

Submitted by:	sbz (irc) [1]
2013-06-02 15:40:29 +00:00
Chris Rees
37be396eca Increase the regex size limit to 1000, thus fixing libffi test suite.
Submitted by:	dim
Obtained from:	http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894
2013-06-02 15:37:23 +00:00
David Naylor
cae4551aa5 Update lang/pypy to 2.0.2.
- Track the change in build location (s/2.0.2/2.0.x/g)
 - Only tested on amd64 as this is only a point releas
 - If SANDBOX fails to build, install pypy-2.0.2 and try again

ChangeLog:
 * Fix crash in the JIT when calling external C functions in multithreaded context.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-06-02 08:03:12 +00:00
Gerald Pfeifer
7f513a07e9 Update to the 20130518 snapshot of GCC 4.7.4.
Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port, for the time being we continue to bootstrap.
2013-06-02 01:17:49 +00:00
Gerald Pfeifer
f5322ed876 Update to the 20130526 snapshot of GCC 4.9.0. (This requires a small
adjustment to our Java hierarchy patch, no functional change though.)
2013-05-31 22:52:02 +00:00
Brooks Davis
e5c435007d Update clang/dragonegg/llvm-devel to subversion rev r182968. 2013-05-31 20:49:05 +00:00